Uses of Class
com.azure.resourcemanager.resources.fluent.models.LocationInner
Packages that use LocationInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of LocationInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type LocationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<LocationInner> SubscriptionsClient.listLocations(String subscriptionId) Gets all available geo-locations.com.azure.core.http.rest.PagedIterable<LocationInner> SubscriptionsClient.listLocations(String subscriptionId, Boolean includeExtendedLocations, com.azure.core.util.Context context) Gets all available geo-locations.com.azure.core.http.rest.PagedFlux<LocationInner> SubscriptionsClient.listLocationsAsync(String subscriptionId) Gets all available geo-locations.com.azure.core.http.rest.PagedFlux<LocationInner> SubscriptionsClient.listLocationsAsync(String subscriptionId, Boolean includeExtendedLocations) Gets all available geo-locations. -
Uses of LocationInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return LocationInnerModifier and TypeMethodDescriptionstatic LocationInnerLocationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LocationInner from the JsonReader.LocationInner.withAvailabilityZoneMappings(List<AvailabilityZoneMappings> availabilityZoneMappings) Set the availabilityZoneMappings property: The availability zone mappings for this region.LocationInner.withMetadata(LocationMetadata metadata) Set the metadata property: Metadata of the location, such as lat/long, paired region, and others. -
Uses of LocationInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type LocationInnerModifier and TypeMethodDescriptionLocationListResult.value()Get the value property: An array of locations.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type LocationInnerModifier and TypeMethodDescriptionLocationListResult.withValue(List<LocationInner> value) Set the value property: An array of locations.