Sdílet prostřednictvím


NetworkSecurityRule.Access Property

Definition

Gets or sets the network traffic is allowed or denied. Possible values include: 'allow', 'deny'

[Newtonsoft.Json.JsonProperty(PropertyName="access")]
public string Access { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="access")>]
member this.Access : string with get, set
Public Property Access As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to