次の方法で共有


NetworkRuleSetInner.DefaultAction プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象