DatabaseAccountCreateUpdateParameters.NetworkAclBypass プロパティ

定義

ファイアウォール チェックをバイパスできるサービスを示す値を取得または設定します。 使用可能な値は、'None'、'AzureServices' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.networkAclBypass")]
public Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass? NetworkAclBypass { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.networkAclBypass")>]
member this.NetworkAclBypass : Nullable<Microsoft.Azure.Management.CosmosDB.Models.NetworkAclBypass> with get, set
Public Property NetworkAclBypass As Nullable(Of NetworkAclBypass)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象