Uses of Class
com.azure.resourcemanager.storage.models.ExtendedLocationTypes
-
Packages that use ExtendedLocationTypes Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ExtendedLocationTypes in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as ExtendedLocationTypes Modifier and Type Field Description static ExtendedLocationTypesExtendedLocationTypes. EDGE_ZONEStatic value EdgeZone for ExtendedLocationTypes.Methods in com.azure.resourcemanager.storage.models that return ExtendedLocationTypes Modifier and Type Method Description static ExtendedLocationTypesExtendedLocationTypes. fromString(String name)Creates or finds a ExtendedLocationTypes from its string representation.ExtendedLocationTypesExtendedLocation. type()Get the type property: The type of the extended location.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ExtendedLocationTypes Modifier and Type Method Description static Collection<ExtendedLocationTypes>ExtendedLocationTypes. values()Methods in com.azure.resourcemanager.storage.models with parameters of type ExtendedLocationTypes Modifier and Type Method Description ExtendedLocationExtendedLocation. withType(ExtendedLocationTypes type)Set the type property: The type of the extended location.
-