IRegistryProperties.NetworkRuleSetDefaultAction 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.
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