LogsQueryClientOptions.Audience Property

Definition

Gets or sets the audience to use for authentication with Microsoft Entra ID. The audience is not considered when using a shared key.

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

Property Value

If null, AzurePublicCloud will be assumed.

Applies to