次の方法で共有


AccessControl.IpAllowList プロパティ

定義

キー配信でのアクセス制御の IP 許可リストを取得または設定します。 既定のアクションが [許可] に設定されている場合、IP 許可リストは空である必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="ipAllowList")]
public System.Collections.Generic.IList<string> IpAllowList { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipAllowList")>]
member this.IpAllowList : System.Collections.Generic.IList<string> with get, set
Public Property IpAllowList As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象