Uses of Class
com.azure.resourcemanager.storage.models.ExtendedLocation
-
Packages that use ExtendedLocation Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ExtendedLocation in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationStorageAccountInner. extendedLocation()Get the extendedLocation property: The extendedLocation of the resource.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type ExtendedLocation Modifier and Type Method Description StorageAccountInnerStorageAccountInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: The extendedLocation of the resource. -
Uses of ExtendedLocation in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ExtendedLocation Modifier and Type Method Description ExtendedLocationStorageAccountCreateParameters. extendedLocation()Get the extendedLocation property: Optional.ExtendedLocationExtendedLocation. withName(String name)Set the name property: The name of the extended location.ExtendedLocationExtendedLocation. withType(ExtendedLocationTypes type)Set the type property: The type of the extended location.Methods in com.azure.resourcemanager.storage.models with parameters of type ExtendedLocation Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: Optional.
-