IRegistry.NetworkRuleSetDefaultAction Property

Definition

The default action of allow or deny when no other rules match.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The default action of allow or deny when no other rules match.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction) }, ReadOnly=false, Required=false, SerializedName="defaultAction")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction? NetworkRuleSetDefaultAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The default action of allow or deny when no other rules match.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction) }, ReadOnly=false, Required=false, SerializedName="defaultAction")>]
member this.NetworkRuleSetDefaultAction : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.DefaultAction> with get, set
Public Property NetworkRuleSetDefaultAction As Nullable(Of DefaultAction)

Property Value

Attributes

Applies to