Uses of Class
com.azure.resourcemanager.resources.models.ProviderExtendedLocation
-
Packages that use ProviderExtendedLocation Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ProviderExtendedLocation in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ProviderExtendedLocation Modifier and Type Method Description ProviderExtendedLocationProviderExtendedLocation. withExtendedLocations(List<String> extendedLocations)Set the extendedLocations property: The extended locations for the azure location.ProviderExtendedLocationProviderExtendedLocation. withLocation(String location)Set the location property: The azure location.ProviderExtendedLocationProviderExtendedLocation. withType(String type)Set the type property: The extended location type.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ProviderExtendedLocation Modifier and Type Method Description List<ProviderExtendedLocation>ProviderResourceType. locationMappings()Get the locationMappings property: The location mappings that are supported by this resource type.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ProviderExtendedLocation Modifier and Type Method Description ProviderResourceTypeProviderResourceType. withLocationMappings(List<ProviderExtendedLocation> locationMappings)Set the locationMappings property: The location mappings that are supported by this resource type.
-