Uses of Class
com.microsoft.azure.toolkit.lib.common.model.Region
-
-
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 List<Region>AbstractAzServiceSubscription. listSupportedRegions(String resourceType)static Set<Region>Region. values() -
Uses of Region in com.microsoft.azure.toolkit.lib.resource
Fields in com.microsoft.azure.toolkit.lib.resource declared as Region Modifier and Type Field Description private RegionResourceGroupConfig. regionprivate RegionResourceGroupDraft.Config. regionMethods in com.microsoft.azure.toolkit.lib.resource that return Region Modifier and Type Method Description RegionResourceGroup. getRegion()RegionResourceGroupDraft. getRegion()Methods in com.microsoft.azure.toolkit.lib.resource that return types with arguments of type Region Modifier and Type Method Description List<Region>ResourcesServiceSubscription. listSupportedRegions()Methods in com.microsoft.azure.toolkit.lib.resource with parameters of type Region Modifier and Type Method Description ResourceGroupResourceGroupModule. createResourceGroupIfNotExist(String name, Region region)voidResourceGroupDraft. setRegion(Region region) -
Uses of Region in com.microsoft.azure.toolkit.lib.resource.task
Fields in com.microsoft.azure.toolkit.lib.resource.task declared as Region Modifier and Type Field Description private RegionCreateResourceGroupTask. regionConstructors in com.microsoft.azure.toolkit.lib.resource.task with parameters of type Region Constructor Description CreateResourceGroupTask(String subscriptionId, String resourceGroupName, Region region)
-