RegionalAuthority 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.
Identifies the regional authority to be used for authentication.
public struct RegionalAuthority : IEquatable<Azure.Identity.RegionalAuthority>
type RegionalAuthority = struct
Public Structure RegionalAuthority
Implements IEquatable(Of RegionalAuthority)
- Inheritance
-
System.ValueTypeRegionalAuthority
- Implements
-
System.IEquatable<RegionalAuthority>
Constructors
RegionalAuthority(String) |
Initializes a new instance of the RegionalAuthority structure. |
Properties
AsiaEast |
Uses the RegionalAuthority for the Azure 'eastasia' region. |
AsiaSouthEast |
Uses the RegionalAuthority for the Azure 'southeastasia' region. |
AustraliaCentral |
Uses the RegionalAuthority for the Azure 'australiacentral' region. |
AustraliaCentral2 |
Uses the RegionalAuthority for the Azure 'australiacentral2' region. |
AustraliaEast |
Uses the RegionalAuthority for the Azure 'australiaeast' region. |
AustraliaSouthEast |
Uses the RegionalAuthority for the Azure 'australiasoutheast' region. |
AutoDiscoverRegion |
In cases where the region is not known ahead of time, attempts to automatically discover the appropriate RegionalAuthority. This works on some azure hosts, such as some VMs (through IDMS), and Azure Functions (using host populated environment variables). If the auto-detection fails, the non-regional authority is used. |
BrazilSouth |
Uses the RegionalAuthority for the Azure 'brazilsouth' region. |
CanadaCentral |
Uses the RegionalAuthority for the Azure 'canadacentral' region. |
CanadaEast |
Uses the RegionalAuthority for the Azure 'canadaeast' region. |
ChinaEast |
Uses the RegionalAuthority for the Azure 'chinaeast' region. |
ChinaEast2 |
Uses the RegionalAuthority for the Azure 'chinaeast2' region. |
ChinaNorth |
Uses the RegionalAuthority for the Azure 'chinanorth' region. |
ChinaNorth2 |
Uses the RegionalAuthority for the Azure 'chinanorth2' region. |
EuropeNorth |
Uses the RegionalAuthority for the Azure 'northeurope' region. |
EuropeWest |
Uses the RegionalAuthority for the Azure 'westeurope' region. |
FranceCentral |
Uses the RegionalAuthority for the Azure 'francecentral' region. |
FranceSouth |
Uses the RegionalAuthority for the Azure 'francesouth' region. |
GermanyCentral |
Uses the RegionalAuthority for the Azure 'germanycentral' region. |
GermanyNorth |
Uses the RegionalAuthority for the Azure 'germanynorth' region. |
GermanyNorthEast |
Uses the RegionalAuthority for the Azure 'germanynortheast' region. |
GermanyWestCentral |
Uses the RegionalAuthority for the Azure 'germanywestcentral' region. |
GovernmentUSArizona |
Uses the RegionalAuthority for the Azure 'usgovarizona' region. |
GovernmentUSDodCentral |
Uses the RegionalAuthority for the Azure 'usdodcentral' region. |
GovernmentUSDodEast |
Uses the RegionalAuthority for the Azure 'usdodeast' region. |
GovernmentUSIowa |
Uses the RegionalAuthority for the Azure 'usgoviowa' region. |
GovernmentUSTexas |
Uses the RegionalAuthority for the Azure 'usgovtexas' region. |
GovernmentUSVirginia |
Uses the RegionalAuthority for the Azure 'usgovvirginia' region. |
IndiaCentral |
Uses the RegionalAuthority for the Azure 'centralindia' region. |
IndiaSouth |
Uses the RegionalAuthority for the Azure 'southindia' region. |
IndiaWest |
Uses the RegionalAuthority for the Azure 'westindia' region. |
JapanEast |
Uses the RegionalAuthority for the Azure 'japaneast' region. |
JapanWest |
Uses the RegionalAuthority for the Azure 'japanwest' region. |
KoreaCentral |
Uses the RegionalAuthority for the Azure 'koreacentral' region. |
KoreaSouth |
Uses the RegionalAuthority for the Azure 'koreasouth' region. |
NorwayEast |
Uses the RegionalAuthority for the Azure 'norwayeast' region. |
NorwayWest |
Uses the RegionalAuthority for the Azure 'norwaywest' region. |
SouthAfricaNorth |
Uses the RegionalAuthority for the Azure 'southafricanorth' region. |
SouthAfricaWest |
Uses the RegionalAuthority for the Azure 'southafricawest' region. |
SwitzerlandNorth |
Uses the RegionalAuthority for the Azure 'switzerlandnorth' region. |
SwitzerlandWest |
Uses the RegionalAuthority for the Azure 'switzerlandwest' region. |
UAECentral |
Uses the RegionalAuthority for the Azure 'uaecentral' region. |
UAENorth |
Uses the RegionalAuthority for the Azure 'uaenorth' region. |
UKSouth |
Uses the RegionalAuthority for the Azure 'uksouth' region. |
UKWest |
Uses the RegionalAuthority for the Azure 'ukwest' region. |
USCentral |
Uses the RegionalAuthority for the Azure 'centralus' region. |
USEast |
Uses the RegionalAuthority for the Azure 'eastus' region. |
USEast2 |
Uses the RegionalAuthority for the Azure 'eastus2' region. |
USNorthCentral |
Uses the RegionalAuthority for the Azure 'northcentralus' region. |
USSouthCentral |
Uses the RegionalAuthority for the Azure 'southcentralus' region. |
USWest |
Uses the RegionalAuthority for the Azure 'westus' region. |
USWest2 |
Uses the RegionalAuthority for the Azure 'westus2' region. |
USWestCentral |
Uses the RegionalAuthority for the Azure 'westcentralus' region. |
Methods
Equals(RegionalAuthority) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RegionalAuthority, RegionalAuthority) |
Determines if two RegionalAuthority values are the same. |
Implicit(String to RegionalAuthority) |
Converts a string to a RegionalAuthority. |
Inequality(RegionalAuthority, RegionalAuthority) |
Determines if two RegionalAuthority values are different. |