IIPRule.Action Property

Definition

The action of IP ACL rule.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The action of IP ACL rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action) }, ReadOnly=false, Required=false, SerializedName="action")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action? Action { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The action of IP ACL rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action) }, ReadOnly=false, Required=false, SerializedName="action")>]
member this.Action : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.Action> with get, set
Public Property Action As Nullable(Of Action)

Property Value

Attributes

Applies to