ISecurityRulePropertiesFormat.Protocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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