ISiteConfigResource.IPSecurityRestrictionsDefaultAction 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.
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