次の方法で共有


DatabaseAccountGetResults.IpRules プロパティ

定義

IpRules の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象