次の方法で共有


NetworkRuleSet.DefaultAction プロパティ

定義

ipRules と virtualNetworkRules のルールが一致しない場合の既定のアクションを取得または設定します。 これは、バイパス プロパティが評価された後にのみ使用されます。 使用可能な値は、'Allow'、'Deny' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象