ISecurityRule.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=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