ISecurityRule.Protocol Property

Definition

Network protocol this rule applies to.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Network protocol this rule applies to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol) }, ReadOnly=false, Required=false, SerializedName="protocol")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol? Protocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Network protocol this rule applies to.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol) }, ReadOnly=false, Required=false, SerializedName="protocol")>]
member this.Protocol : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol> with get, set
Public Property Protocol As Nullable(Of SecurityRuleProtocol)

Property Value

Attributes

Applies to