Uses of Class
com.microsoft.azure.toolkit.lib.common.model.Region
-
Packages that use Region Package Description com.microsoft.azure.toolkit.lib com.microsoft.azure.toolkit.lib.account com.microsoft.azure.toolkit.lib.common.model -
-
Uses of Region in com.microsoft.azure.toolkit.lib
Methods in com.microsoft.azure.toolkit.lib that return types with arguments of type Region Modifier and Type Method Description default List<Region>AzureService. listSupportedRegions(String subscriptionId) -
Uses of Region in com.microsoft.azure.toolkit.lib.account
Methods in com.microsoft.azure.toolkit.lib.account that return types with arguments of type Region Modifier and Type Method Description List<Region>IAzureAccount. listRegions(String subscriptionId) -
Uses of Region in com.microsoft.azure.toolkit.lib.common.model
Fields in com.microsoft.azure.toolkit.lib.common.model with type parameters of type Region Modifier and Type Field Description private static Set<Region>Region. valuesMethods in com.microsoft.azure.toolkit.lib.common.model that return Region Modifier and Type Method Description static RegionRegion. fromName(String value)Methods in com.microsoft.azure.toolkit.lib.common.model that return types with arguments of type Region Modifier and Type Method Description static Set<Region>Region. values()
-