Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGeoCoordinates
-
Packages that use MicrosoftGraphGeoCoordinates Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphGeoCoordinates in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphGeoCoordinates Modifier and Type Method Description MicrosoftGraphGeoCoordinatesMicrosoftGraphDriveItem. location()Get the location property: geoCoordinates.MicrosoftGraphGeoCoordinatesMicrosoftGraphGeoCoordinates. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: geoCoordinates.MicrosoftGraphGeoCoordinatesMicrosoftGraphGeoCoordinates. withAltitude(Double altitude)Set the altitude property: Optional.MicrosoftGraphGeoCoordinatesMicrosoftGraphGeoCoordinates. withLatitude(Double latitude)Set the latitude property: Optional.MicrosoftGraphGeoCoordinatesMicrosoftGraphGeoCoordinates. withLongitude(Double longitude)Set the longitude property: Optional.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphGeoCoordinates Modifier and Type Method Description MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withLocation(MicrosoftGraphGeoCoordinates location)Set the location property: geoCoordinates.
-