| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Region |
Location.region() |
| Modifier and Type | Method and Description |
|---|---|
Location |
Subscription.getLocationByRegion(Region region)
Gets the data center location for the specified region, if the selected subscription has access to it.
|
Deployment.DefinitionStages.WithTemplate |
Deployment.DefinitionStages.WithGroup.withNewResourceGroup(String name,
Region region)
Creates a new resource group to put the deployment in.
|
| Modifier and Type | Field and Description |
|---|---|
static Region |
Region.ASIA_EAST
Azure Cloud - Asia
|
static Region |
Region.ASIA_SOUTHEAST |
static Region |
Region.AUSTRALIA_EAST |
static Region |
Region.AUSTRALIA_SOUTHEAST |
static Region |
Region.BRAZIL_SOUTH |
static Region |
Region.CANADA_CENTRAL |
static Region |
Region.CANADA_EAST |
static Region |
Region.CHINA_EAST |
static Region |
Region.CHINA_NORTH
Azure China Cloud
|
static Region |
Region.EUROPE_NORTH
Azure Cloud - Europe
|
static Region |
Region.EUROPE_WEST |
static Region |
Region.GERMANY_CENTRAL
Azure German Cloud
|
static Region |
Region.GERMANY_NORTHEAST |
static Region |
Region.GOV_US_IOWA |
static Region |
Region.GOV_US_VIRGINIA
Azure Government Cloud
|
static Region |
Region.INDIA_CENTRAL |
static Region |
Region.INDIA_SOUTH |
static Region |
Region.INDIA_WEST |
static Region |
Region.JAPAN_EAST |
static Region |
Region.JAPAN_WEST |
static Region |
Region.KOREA_CENTRAL |
static Region |
Region.KOREA_SOUTH |
static Region |
Region.UK_SOUTH |
static Region |
Region.UK_WEST |
static Region |
Region.US_CENTRAL |
static Region |
Region.US_EAST |
static Region |
Region.US_EAST2 |
static Region |
Region.US_NORTH_CENTRAL |
static Region |
Region.US_SOUTH_CENTRAL |
static Region |
Region.US_WEST
Azure Cloud - Americas
|
static Region |
Region.US_WEST_CENTRAL |
static Region |
Region.US_WEST2 |
| Modifier and Type | Method and Description |
|---|---|
static Region |
Region.create(String name,
String label)
Creates a region from a name and a label.
|
static Region |
Region.findByLabelOrName(String labelOrName)
Finds a region based on a label or name.
|
static Region |
Region.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() |
| Modifier and Type | Method and Description |
|---|---|
Region |
Resource.region() |
| Modifier and Type | Method and Description |
|---|---|
T |
GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion.withNewResourceGroup(Region region)
Creates a new resource group to put the resource in.
|
T |
GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion.withNewResourceGroup(String name,
Region region)
Creates a new resource group to put the resource in.
|
T |
Resource.DefinitionWithRegion.withRegion(Region region)
Specifies the region for the resource.
|
| Modifier and Type | Method and 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/