Condividi tramite


ArmEnvironment Struct

Definition

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