DatabaseAccountCreateUpdateParameters.NetworkAclBypassResourceIds プロパティ

定義

Cosmos DB アカウントのネットワーク ACL バイパスのリソース ID を含む配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象