次の方法で共有


NetworkRuleSet.DefaultAction プロパティ

定義

他の規則が一致しない場合の許可または拒否の既定のアクションを取得または設定します。 使用可能な値は、'Allow'、'Deny' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象