QueueClientOptions.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.Queues.Models.QueueAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.Storage.Queues.Models.QueueAudience> with get, set
Public Property Audience As Nullable(Of QueueAudience)
Property Value
If null
, PublicAudience will be assumed.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET