ISiteConfig.ScmIPSecurityRestriction Property

Definition

IP security restrictions for scm.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="IP security restrictions for scm.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IIPSecurityRestriction) }, Read=true, ReadOnly=false, Required=false, SerializedName="scmIpSecurityRestrictions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IIPSecurityRestriction> ScmIPSecurityRestriction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="IP security restrictions for scm.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IIPSecurityRestriction) }, Read=true, ReadOnly=false, Required=false, SerializedName="scmIpSecurityRestrictions", Update=true)>]
member this.ScmIPSecurityRestriction : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IIPSecurityRestriction> with get, set
Public Property ScmIPSecurityRestriction As List(Of IIPSecurityRestriction)

Property Value

Attributes

Applies to