Uses of Class
com.azure.resourcemanager.resources.models.ProviderExtendedLocation
Packages that use ProviderExtendedLocation
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ProviderExtendedLocation in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ProviderExtendedLocationModifier and TypeClassDescriptionfinal classThe provider extended location.Methods in com.azure.resourcemanager.resources.models that return ProviderExtendedLocationModifier and TypeMethodDescriptionstatic ProviderExtendedLocationProviderExtendedLocation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProviderExtendedLocation from the JsonReader.ProviderExtendedLocation.withExtendedLocations(List<String> extendedLocations) Set the extendedLocations property: The extended locations for the azure location.ProviderExtendedLocation.withLocation(String location) Set the location property: The azure location.Set the type property: The extended location type.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ProviderExtendedLocationModifier and TypeMethodDescriptionProviderResourceType.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 ProviderExtendedLocationModifier and TypeMethodDescriptionProviderResourceType.withLocationMappings(List<ProviderExtendedLocation> locationMappings) Set the locationMappings property: The location mappings that are supported by this resource type.