Uses of Class
com.azure.resourcemanager.resources.models.RegionType
-
Packages that use RegionType Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of RegionType in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as RegionType Modifier and Type Field Description static RegionTypeRegionType. LOGICALStatic value Logical for RegionType.static RegionTypeRegionType. PHYSICALStatic value Physical for RegionType.Methods in com.azure.resourcemanager.resources.models that return RegionType Modifier and Type Method Description static RegionTypeRegionType. fromString(String name)Creates or finds a RegionType from its string representation.RegionTypeLocation. regionType()RegionTypeLocationMetadata. regionType()Get the regionType property: The type of the region.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type RegionType Modifier and Type Method Description static Collection<RegionType>RegionType. values()
-