ArmEnvironment 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.
ArmEnvrionment represents the information of an Azure Cloud environment.
public readonly struct ArmEnvironment : IEquatable<Azure.ResourceManager.ArmEnvironment>
type ArmEnvironment = struct
Public Structure ArmEnvironment
Implements IEquatable(Of ArmEnvironment)
- Inheritance
-
ArmEnvironment
- Implements
Constructors
ArmEnvironment(Uri, String) |
Construct an ArmEnvironment using the given value. |
Fields
AzureChina |
Azure China Cloud. |
AzureGermany |
Azure German Cloud. |
AzureGovernment |
Azure US Government. |
AzurePublicCloud |
Azure Public Cloud. |
Properties
Audience |
Gets authentication audience. |
DefaultScope |
Gets default authentication scope. |
Endpoint |
Gets base URI of the management API endpoint. |
Methods
Equals(ArmEnvironment) |
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(ArmEnvironment, ArmEnvironment) |
Determines if two ArmEnvironment values are the same. |
Inequality(ArmEnvironment, ArmEnvironment) |
Determines if two ArmEnvironment values are not the same. |
Applies to
Azure SDK for .NET