NetworkSecurityGroupRule.Access 속성

정의

지정된 IP 주소, 서브넷 범위 또는 태그에 대해 수행해야 하는 작업을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="access")]
public Microsoft.Azure.Management.Batch.Models.NetworkSecurityGroupRuleAccess Access { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="access")>]
member this.Access : Microsoft.Azure.Management.Batch.Models.NetworkSecurityGroupRuleAccess with get, set
Public Property Access As NetworkSecurityGroupRuleAccess

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

가능한 값은 'Allow', 'Deny'입니다.

적용 대상