NetworkSecurityGroupRule.Access Property

Definition

Gets or sets the action that should be taken for a specified IP address, subnet range or tag.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'Allow', 'Deny'

Applies to