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.Runtime.Info(Description="Default action for scm access restriction if no rules are matched.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) }, ReadOnly=false, Required=false, SerializedName="scmIpSecurityRestrictionsDefaultAction")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction? ScmIPSecurityRestrictionsDefaultAction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Default action for scm access restriction if no rules are matched.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction) }, ReadOnly=false, Required=false, SerializedName="scmIpSecurityRestrictionsDefaultAction")>]
member this.ScmIPSecurityRestrictionsDefaultAction : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DefaultAction> with get, set
Public Property ScmIPSecurityRestrictionsDefaultAction As Nullable(Of DefaultAction)
Property Value
- Attributes