次の方法で共有


NetworkSecurityGroupRuleAccess 列挙型

定義

NetworkSecurityGroupRuleAccess の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum NetworkSecurityGroupRuleAccess
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type NetworkSecurityGroupRuleAccess = 
Public Enum NetworkSecurityGroupRuleAccess
継承
NetworkSecurityGroupRuleAccess
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Allow 0

アクセスを許可します。

Deny 1

アクセスを拒否します。

適用対象