| Package | Description |
|---|---|
| com.microsoft.azure.arm.collection |
This package contains the base class for resource collections.
|
| com.microsoft.azure.arm.resources |
This package contains the common resource manager utility classes
that are useful to other management plane libraries.
|
| com.microsoft.azure.arm.resources.models |
This package contains the base classes for resource models.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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_EAST2 |
static Region |
Region.CHINA_NORTH
Azure China Cloud
|
static Region |
Region.CHINA_NORTH2 |
static Region |
Region.EUROPE_NORTH
Azure Cloud - Europe
|
static Region |
Region.EUROPE_WEST |
static Region |
Region.FRANCE_CENTRAL |
static Region |
Region.FRANCE_SOUTH |
static Region |
Region.GERMANY_CENTRAL
Azure German Cloud
|
static Region |
Region.GERMANY_NORTHEAST |
static Region |
Region.GOV_US_ARIZONA
U.S.
|
static Region |
Region.GOV_US_DOD_CENTRAL
U.S.
|
static Region |
Region.GOV_US_DOD_EAST
U.S.
|
static Region |
Region.GOV_US_IOWA
U.S.
|
static Region |
Region.GOV_US_TEXAS
U.S.
|
static Region |
Region.GOV_US_VIRGINIA
U.S.
|
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 |
Resource.DefinitionWithRegion.withRegion(Region region)
Specifies the region for the resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/