Uses of Class
com.azure.resourcemanager.resources.fluent.models.LocationInner
-
Packages that use LocationInner Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 LocationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<LocationInner>SubscriptionsClient. listLocations(String subscriptionId)This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.com.azure.core.http.rest.PagedIterable<LocationInner>SubscriptionsClient. listLocations(String subscriptionId, Boolean includeExtendedLocations, com.azure.core.util.Context context)This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.com.azure.core.http.rest.PagedFlux<LocationInner>SubscriptionsClient. listLocationsAsync(String subscriptionId)This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list.com.azure.core.http.rest.PagedFlux<LocationInner>SubscriptionsClient. listLocationsAsync(String subscriptionId, Boolean includeExtendedLocations)This operation provides all the locations that are available for resource providers; however, each resource provider may support a subset of this list. -
Uses of LocationInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return LocationInner Modifier and Type Method Description LocationInnerLocationInner. 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 LocationInner Modifier and Type Method Description List<LocationInner>LocationListResult. value()Get the value property: An array of locations.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type LocationInner Modifier and Type Method Description LocationListResultLocationListResult. withValue(List<LocationInner> value)Set the value property: An array of locations.
-