SetAzureRmLoadBalancerRuleConfigCommand.Protocol Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Udp", "Tcp", "All" })]
[System.Management.Automation.Parameter(HelpMessage="The transport protocol for the endpoint.", Mandatory=false, ValueFromPipelineByPropertyName=true)]
public string Protocol { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Udp", "Tcp", "All" })>]
[<System.Management.Automation.Parameter(HelpMessage="The transport protocol for the endpoint.", Mandatory=false, ValueFromPipelineByPropertyName=true)>]
member this.Protocol : string with get, set
Public Property Protocol As String

Property Value

String
Attributes

Applies to