Share via


LogsIngestionClientOptions.Audience Property

Definition

Gets or sets the audience to use for authentication with Azure Active Directory (AAD). The audience is not considered when using a shared key.

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

Property Value

If null, AzurePublicCloud will be assumed.

Applies to