NewAzureFirewallPolicyFilterRuleCollectionCommand.ActionType Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The action of the rule collection", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Allow", "Deny" }, IgnoreCase=false)]
public string ActionType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The action of the rule collection", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Allow", "Deny" }, IgnoreCase=false)>]
member this.ActionType : string with get, set
Public Property ActionType As String

Property Value

String
Attributes

Applies to