다음을 통해 공유


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

액세스를 거부합니다.

적용 대상