次の方法で共有


SiteConfigResource.ScmIpSecurityRestrictions プロパティ

定義

scm の IP セキュリティ制限を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.scmIpSecurityRestrictions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction> ScmIpSecurityRestrictions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.scmIpSecurityRestrictions")>]
member this.ScmIpSecurityRestrictions : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.IpSecurityRestriction> with get, set
Public Property ScmIpSecurityRestrictions As IList(Of IpSecurityRestriction)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象