DataLakeClientOptions.Audience Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Storage.Files.DataLake.Models.DataLakeAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.Storage.Files.DataLake.Models.DataLakeAudience> with get, set
Public Property Audience As Nullable(Of DataLakeAudience)
Property Value
If null
, DefaultAudience will be assumed.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET