IRegistry.AnonymousPullEnabled Property

Definition

Enables registry-wide pull from unauthenticated clients.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Enables registry-wide pull from unauthenticated clients.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="anonymousPullEnabled")]
public bool? AnonymousPullEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Enables registry-wide pull from unauthenticated clients.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="anonymousPullEnabled")>]
member this.AnonymousPullEnabled : Nullable<bool> with get, set
Public Property AnonymousPullEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to