次の方法で共有


NetworkRuleSet.Bypass プロパティ

定義

ログ/メトリック/AzureServices にトラフィックをバイパスするかどうかを取得または設定します。 使用可能な値は、ログの任意の組み合わせです|メトリック|これらのトラフィックをバイパスしない AzureServices (たとえば、"ログ、メトリック")、または None。 使用できる値は、'None'、'Logging'、'Metrics'、'AzureServices' です。

[Newtonsoft.Json.JsonProperty(PropertyName="bypass")]
public string Bypass { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bypass")>]
member this.Bypass : string with get, set
Public Property Bypass As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象