NetworkRuleSet.DefaultAction プロパティ

定義

ネットワーク ルール セットの既定のアクションを取得または設定します。 使用可能な値は次のとおりです: 'Allow'、'Deny'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象