<PackageReference Include="Azure.Core" Version="1.43.0" />

AzureLocation

Represents an Azure geography region where supported resource providers live.
public static AzureLocation AustraliaCentral { get; }

Public cloud location for Australia Central.

public static AzureLocation AustraliaCentral2 { get; }

Public cloud location for Australia Central 2.

public static AzureLocation AustraliaEast { get; }

Public cloud location for Australia East.

public static AzureLocation AustraliaSoutheast { get; }

Public cloud location for Australia Southeast.

public static AzureLocation BrazilSouth { get; }

Public cloud location for Brazil South.

public static AzureLocation BrazilSoutheast { get; }

Public cloud location for Brazil Southeast.

public static AzureLocation CanadaCentral { get; }

Public cloud location for Canada Central.

public static AzureLocation CanadaEast { get; }

Public cloud location for Canada East.

public static AzureLocation CentralIndia { get; }

Public cloud location for Central India.

public static AzureLocation CentralUS { get; }

Public cloud location for Central US.

public static AzureLocation ChinaEast { get; }

Public cloud location for China East.

public static AzureLocation ChinaEast2 { get; }

Public cloud location for China East 2.

public static AzureLocation ChinaEast3 { get; }

Public cloud location for China East 3.

public static AzureLocation ChinaNorth { get; }

Public cloud location for China North.

public static AzureLocation ChinaNorth2 { get; }

Public cloud location for China North 2.

public static AzureLocation ChinaNorth3 { get; }

Public cloud location for China North 3.

public static AzureLocation EastAsia { get; }

Public cloud location for East Asia.

public static AzureLocation EastUS { get; }

Public cloud location for East US.

public static AzureLocation EastUS2 { get; }

Public cloud location for East US 2.

public static AzureLocation FranceCentral { get; }

Public cloud location for France Central.

public static AzureLocation FranceSouth { get; }

Public cloud location for France South.

public static AzureLocation GermanyCentral { get; }

Public cloud location for Germany Central.

public static AzureLocation GermanyNorth { get; }

Public cloud location for Germany North.

public static AzureLocation GermanyNorthEast { get; }

Public cloud location for Germany NorthEast.

public static AzureLocation GermanyWestCentral { get; }

Public cloud location for Germany West Central.

public static AzureLocation IsraelCentral { get; }

Public cloud location for Israel Central.

public static AzureLocation ItalyNorth { get; }

Public cloud location for Italy North.

public static AzureLocation JapanEast { get; }

Public cloud location for Japan East.

public static AzureLocation JapanWest { get; }

Public cloud location for Japan West.

public static AzureLocation KoreaCentral { get; }

Public cloud location for Korea Central.

public static AzureLocation KoreaSouth { get; }

Public cloud location for Korea South.

public static AzureLocation NorthCentralUS { get; }

Public cloud location for North Central US.

public static AzureLocation NorthEurope { get; }

Public cloud location for North Europe.

public static AzureLocation NorwayEast { get; }

Public cloud location for Norway East.

public static AzureLocation NorwayWest { get; }

Public cloud location for Norway West.

public static AzureLocation PolandCentral { get; }

Public cloud location for Poland Central.

public static AzureLocation QatarCentral { get; }

Public cloud location for Qatar Central.

public static AzureLocation SouthAfricaNorth { get; }

Public cloud location for South Africa North.

public static AzureLocation SouthAfricaWest { get; }

Public cloud location for South Africa West.

public static AzureLocation SouthCentralUS { get; }

Public cloud location for South Central US.

public static AzureLocation SoutheastAsia { get; }

Public cloud location for Southeast Asia.

public static AzureLocation SouthIndia { get; }

Public cloud location for South India.

public static AzureLocation SwedenCentral { get; }

Public cloud location for Sweden Central.

public static AzureLocation SwedenSouth { get; }

Public cloud location for Sweden South.

public static AzureLocation SwitzerlandNorth { get; }

Public cloud location for Switzerland North.

public static AzureLocation SwitzerlandWest { get; }

Public cloud location for Switzerland West.

public static AzureLocation UAECentral { get; }

Public cloud location for UAE Central.

public static AzureLocation UAENorth { get; }

Public cloud location for UAE North.

public static AzureLocation UKSouth { get; }

Public cloud location for UK South.

public static AzureLocation UKWest { get; }

Public cloud location for UK West.

public static AzureLocation USDoDCentral { get; }

Public cloud location for US DoD Central.

public static AzureLocation USDoDEast { get; }

Public cloud location for US DoD East.

public static AzureLocation USGovArizona { get; }

Public cloud location for US Gov Arizona.

public static AzureLocation USGovIowa { get; }

Public cloud location for US Gov Iowa.

public static AzureLocation USGovTexas { get; }

Public cloud location for US Gov Texas.

public static AzureLocation USGovVirginia { get; }

Public cloud location for US Gov Virginia.

public static AzureLocation WestCentralUS { get; }

Public cloud location for West Central US.

public static AzureLocation WestEurope { get; }

Public cloud location for West Europe.

public static AzureLocation WestIndia { get; }

Public cloud location for West India.

public static AzureLocation WestUS { get; }

Public cloud location for West US.

public static AzureLocation WestUS2 { get; }

Public cloud location for West US 2.

public static AzureLocation WestUS3 { get; }

Public cloud location for West US 3.

public string DisplayName { get; }

Gets a location display name consisting of titlecase words or alphanumeric characters separated by whitespaces, e.g. "West US".

public string Name { get; }

Gets a location name consisting of only lowercase characters without white spaces or any separation character between words, e.g. "westus".

public AzureLocation(string location)

Initializes a new instance of Location.

public AzureLocation(string name, string displayName)

Initializes a new instance of Location.

public static bool op_Equality(AzureLocation left, AzureLocation right)

Compares this AzureLocation instance with another object and determines if they are equals.

public static AzureLocation op_Implicit(string location)

Creates a new location implicitly from a string.

public static string op_Implicit(AzureLocation location)

Creates a string implicitly from a AzureLocation object.

public static bool op_Inequality(AzureLocation left, AzureLocation right)

Compares this AzureLocation instance with another object and determines if they are equals.

public bool Equals(AzureLocation other)

Detects if a location object is equal to another location instance or a string representing the location name.