MetricsClientOptions.Audience Property

Definition

Gets or sets the audience to use for authentication with Microsoft Entra ID.

public Azure.Monitor.Query.MetricsClientAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.Monitor.Query.MetricsClientAudience> with get, set
Public Property Audience As Nullable(Of MetricsClientAudience)

Property Value

If null, AzurePublicCloud will be assumed.

Applies to