ISecurityRule.Access Property

Definition

The network traffic is allowed or denied.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The network traffic is allowed or denied.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="access", Update=true)]
public string Access { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Allow", "Deny" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The network traffic is allowed or denied.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="access", Update=true)>]
member this.Access : string with get, set
Public Property Access As String

Property Value

Attributes

Applies to