Uses of Class
com.microsoft.azure.management.resources.fluentcore.arm.Region
-
Packages that use Region Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient.com.microsoft.azure.management.resources.fluentcore.arm This package contains the common resource manager utility classes that are useful to other management plane libraries.com.microsoft.azure.management.resources.fluentcore.arm.models This package contains the base classes for resource models.com.microsoft.azure.management.resources.fluentcore.collection This package contains the base class for resource collections. -
-
Uses of Region in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return Region Modifier and Type Method Description RegionLocation. region()Methods in com.microsoft.azure.management.resources with parameters of type Region Modifier and Type Method Description LocationSubscription. getLocationByRegion(Region region)Gets the data center location for the specified region, if the selected subscription has access to it.Deployment.DefinitionStages.WithTemplateDeployment.DefinitionStages.WithGroup. withNewResourceGroup(String name, Region region)Creates a new resource group to put the deployment in. -
Uses of Region in com.microsoft.azure.management.resources.fluentcore.arm
Fields in com.microsoft.azure.management.resources.fluentcore.arm declared as Region Modifier and Type Field Description static RegionRegion. ASIA_EASTAzure Cloud - Asiastatic RegionRegion. ASIA_SOUTHEASTstatic RegionRegion. AUSTRALIA_CENTRALstatic RegionRegion. AUSTRALIA_CENTRAL2static RegionRegion. AUSTRALIA_EASTstatic RegionRegion. AUSTRALIA_SOUTHEASTstatic RegionRegion. BRAZIL_SOUTHstatic RegionRegion. CANADA_CENTRALstatic RegionRegion. CANADA_EASTstatic RegionRegion. CHINA_EASTstatic RegionRegion. CHINA_EAST2static RegionRegion. CHINA_NORTHAzure China Cloudstatic RegionRegion. CHINA_NORTH2static RegionRegion. EUROPE_NORTHAzure Cloud - Europestatic RegionRegion. EUROPE_WESTstatic RegionRegion. FRANCE_CENTRALstatic RegionRegion. FRANCE_SOUTHstatic RegionRegion. GERMANY_CENTRALAzure German Cloudstatic RegionRegion. GERMANY_NORTHEASTstatic RegionRegion. GOV_US_ARIZONAU.S.static RegionRegion. GOV_US_DOD_CENTRALU.S.static RegionRegion. GOV_US_DOD_EASTU.S.static RegionRegion. GOV_US_IOWAU.S.static RegionRegion. GOV_US_TEXASU.S.static RegionRegion. GOV_US_VIRGINIAU.S.static RegionRegion. INDIA_CENTRALstatic RegionRegion. INDIA_SOUTHstatic RegionRegion. INDIA_WESTstatic RegionRegion. JAPAN_EASTstatic RegionRegion. JAPAN_WESTstatic RegionRegion. KOREA_CENTRALstatic RegionRegion. KOREA_SOUTHstatic RegionRegion. UK_SOUTHstatic RegionRegion. UK_WESTstatic RegionRegion. US_CENTRALstatic RegionRegion. US_EASTstatic RegionRegion. US_EAST2static RegionRegion. US_NORTH_CENTRALstatic RegionRegion. US_SOUTH_CENTRALstatic RegionRegion. US_WESTAzure Cloud - Americasstatic RegionRegion. US_WEST_CENTRALstatic RegionRegion. US_WEST2Methods in com.microsoft.azure.management.resources.fluentcore.arm that return Region Modifier and Type Method Description static RegionRegion. create(String name, String label)Creates a region from a name and a label.static RegionRegion. findByLabelOrName(String labelOrName)Finds a region based on a label or name.static RegionRegion. fromName(String name)Parses a name into a Region object and creates a new Region instance if not found among the existing ones.static Region[]Region. values() -
Uses of Region in com.microsoft.azure.management.resources.fluentcore.arm.models
Methods in com.microsoft.azure.management.resources.fluentcore.arm.models that return Region Modifier and Type Method Description RegionResource. region()Methods in com.microsoft.azure.management.resources.fluentcore.arm.models with parameters of type Region Modifier and Type Method Description TGroupableResource.DefinitionStages.WithNewResourceGroupWithRegion. withNewResourceGroup(Region region)Creates a new resource group to put the resource in.TGroupableResource.DefinitionStages.WithNewResourceGroupWithRegion. withNewResourceGroup(String name, Region region)Creates a new resource group to put the resource in.TResource.DefinitionWithRegion. withRegion(Region region)Specifies the region for the resource. -
Uses of Region in com.microsoft.azure.management.resources.fluentcore.collection
Methods in com.microsoft.azure.management.resources.fluentcore.collection with parameters of type Region Modifier and Type Method Description com.microsoft.azure.PagedList<T>SupportsListingByRegion. listByRegion(Region region)Lists all the resources of the specified type in the specified region.rx.Observable<T>SupportsListingByRegion. listByRegionAsync(Region region)Lists all the resources of the specified type in the specified region.
-