ISecurityRulePropertiesFormat.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=true, 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=true, SerializedName="protocol")>]
member this.Protocol : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleProtocol with get, set
Public Property Protocol As SecurityRuleProtocol

Property Value

Attributes

Applies to