ContainerRegistryClientOptions.Audience Property

Definition

Gets or sets the Audience to use for authentication with AAD. The authentication scope will be set from this audience.

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

Property Value

Applies to