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