次の方法で共有


NetworkRuleSet.Bypass プロパティ

定義

ネットワーク 規則をバイパスできるトラフィックを示す値を取得または設定します。 "AzureServices" または "None" を指定できます。 指定しない場合、既定値は 'AzureServices' です。 使用可能な値は、'AzureServices'、'None' です。

[Newtonsoft.Json.JsonProperty(PropertyName="bypass")]
public Microsoft.Azure.Management.KeyVault.Fluent.Models.NetworkRuleBypassOptions Bypass { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bypass")>]
member this.Bypass : Microsoft.Azure.Management.KeyVault.Fluent.Models.NetworkRuleBypassOptions with get, set
Public Property Bypass As NetworkRuleBypassOptions

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象