共用方式為


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

拒絕存取。

適用於