AzureLocation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Azure geography region where supported resource providers live.
public readonly struct AzureLocation : IEquatable<Azure.Core.AzureLocation>
type AzureLocation = struct
Public Structure AzureLocation
Implements IEquatable(Of AzureLocation)
- Inheritance
-
AzureLocation
- Implements
Constructors
AzureLocation(String, String) |
Initializes a new instance of Location. |
AzureLocation(String) |
Initializes a new instance of Location. |
Properties
AustraliaCentral |
Public cloud ___location for Australia Central. |
AustraliaCentral2 |
Public cloud ___location for Australia Central 2. |
AustraliaEast |
Public cloud ___location for Australia East. |
AustraliaSoutheast |
Public cloud ___location for Australia Southeast. |
BrazilSouth |
Public cloud ___location for Brazil South. |
BrazilSoutheast |
Public cloud ___location for Brazil Southeast. |
CanadaCentral |
Public cloud ___location for Canada Central. |
CanadaEast |
Public cloud ___location for Canada East. |
CentralIndia |
Public cloud ___location for Central India. |
CentralUS |
Public cloud ___location for Central US. |
ChinaEast |
Public cloud ___location for China East. |
ChinaEast2 |
Public cloud ___location for China East 2. |
ChinaEast3 |
Public cloud ___location for China East 3. |
ChinaNorth |
Public cloud ___location for China North. |
ChinaNorth2 |
Public cloud ___location for China North 2. |
ChinaNorth3 |
Public cloud ___location for China North 3. |
DisplayName |
Gets a ___location display name consisting of titlecase words or alphanumeric characters separated by whitespaces, e.g. "West US". |
EastAsia |
Public cloud ___location for East Asia. |
EastUS |
Public cloud ___location for East US. |
EastUS2 |
Public cloud ___location for East US 2. |
FranceCentral |
Public cloud ___location for France Central. |
FranceSouth |
Public cloud ___location for France South. |
GermanyCentral |
Public cloud ___location for Germany Central. |
GermanyNorth |
Public cloud ___location for Germany North. |
GermanyNorthEast |
Public cloud ___location for Germany NorthEast. |
GermanyWestCentral |
Public cloud ___location for Germany West Central. |
IsraelCentral |
Public cloud ___location for Israel Central. |
ItalyNorth |
Public cloud ___location for Italy North. |
JapanEast |
Public cloud ___location for Japan East. |
JapanWest |
Public cloud ___location for Japan West. |
KoreaCentral |
Public cloud ___location for Korea Central. |
KoreaSouth |
Public cloud ___location for Korea South. |
MexicoCentral |
Public cloud ___location for Mexico Central. |
Name |
Gets a ___location name consisting of only lowercase characters without white spaces or any separation character between words, e.g. "westus". |
NorthCentralUS |
Public cloud ___location for North Central US. |
NorthEurope |
Public cloud ___location for North Europe. |
NorwayEast |
Public cloud ___location for Norway East. |
NorwayWest |
Public cloud ___location for Norway West. |
PolandCentral |
Public cloud ___location for Poland Central. |
QatarCentral |
Public cloud ___location for Qatar Central. |
SouthAfricaNorth |
Public cloud ___location for South Africa North. |
SouthAfricaWest |
Public cloud ___location for South Africa West. |
SouthCentralUS |
Public cloud ___location for South Central US. |
SoutheastAsia |
Public cloud ___location for Southeast Asia. |
SouthIndia |
Public cloud ___location for South India. |
SpainCentral |
Public cloud ___location for Spain Central. |
SwedenCentral |
Public cloud ___location for Sweden Central. |
SwedenSouth |
Public cloud ___location for Sweden South. |
SwitzerlandNorth |
Public cloud ___location for Switzerland North. |
SwitzerlandWest |
Public cloud ___location for Switzerland West. |
UAECentral |
Public cloud ___location for UAE Central. |
UAENorth |
Public cloud ___location for UAE North. |
UKSouth |
Public cloud ___location for UK South. |
UKWest |
Public cloud ___location for UK West. |
USDoDCentral |
Public cloud ___location for US DoD Central. |
USDoDEast |
Public cloud ___location for US DoD East. |
USGovArizona |
Public cloud ___location for US Gov Arizona. |
USGovIowa |
Public cloud ___location for US Gov Iowa. |
USGovTexas |
Public cloud ___location for US Gov Texas. |
USGovVirginia |
Public cloud ___location for US Gov Virginia. |
WestCentralUS |
Public cloud ___location for West Central US. |
WestEurope |
Public cloud ___location for West Europe. |
WestIndia |
Public cloud ___location for West India. |
WestUS |
Public cloud ___location for West US. |
WestUS2 |
Public cloud ___location for West US 2. |
WestUS3 |
Public cloud ___location for West US 3. |
Methods
Equals(AzureLocation) |
Detects if a ___location object is equal to another ___location instance or a string representing the ___location name. |
ToString() |
Gets the name of a ___location object. |
Operators
Equality(AzureLocation, AzureLocation) |
Compares this AzureLocation instance with another object and determines if they are equals. |
Implicit(AzureLocation to String) |
Creates a string implicitly from a AzureLocation object. |
Implicit(String to AzureLocation) |
Creates a new ___location implicitly from a string. |
Inequality(AzureLocation, AzureLocation) |
Compares this AzureLocation instance with another object and determines if they are equals. |