ApplicationOptions.AzureCloudInstance Property

Definition

Specific instance in the case of Azure Active Directory. It allows users to use the enum instead of the explicit URL. This property is mutually exclusive with Instance. If both are provided, an exception will be thrown.

public Microsoft.Identity.Client.AzureCloudInstance AzureCloudInstance { get; set; }
member this.AzureCloudInstance : Microsoft.Identity.Client.AzureCloudInstance with get, set
Public Property AzureCloudInstance As AzureCloudInstance

Property Value

Applies to