ISiteConfigResource.ScmIPSecurityRestrictionsDefaultAction 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 scm 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 scm access restriction if no rules are matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scmIpSecurityRestrictionsDefaultAction", Update=true)]
public string ScmIPSecurityRestrictionsDefaultAction { 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 scm access restriction if no rules are matched.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="scmIpSecurityRestrictionsDefaultAction", Update=true)>]
member this.ScmIPSecurityRestrictionsDefaultAction : string with get, set
Public Property ScmIPSecurityRestrictionsDefaultAction As String
Property Value
- Attributes