ISiteConfig.IPSecurityRestrictionsDefaultAction Property

Definition

Default action for main access restriction if no rules are matched.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Default action for main access restriction if no rules are matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipSecurityRestrictionsDefaultAction", Update=true)]
public string IPSecurityRestrictionsDefaultAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Default action for main access restriction if no rules are matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipSecurityRestrictionsDefaultAction", Update=true)>]
member this.IPSecurityRestrictionsDefaultAction : string with get, set
Public Property IPSecurityRestrictionsDefaultAction As String

Property Value

Attributes

Applies to