次の方法で共有


SiteConfig.IpSecurityRestrictions プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象