IContactProfileLinkChannel.EndPointProtocol Property

Definition

Protocol either UDP or TCP.

[Microsoft.Azure.PowerShell.Cmdlets.Orbital.PSArgumentCompleter(new System.String[] { "TCP", "UDP" })]
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Protocol either UDP or TCP.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="protocol", Update=true)]
public string EndPointProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.PSArgumentCompleter(new System.String[] { "TCP", "UDP" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Protocol either UDP or TCP.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="protocol", Update=true)>]
member this.EndPointProtocol : string with get, set
Public Property EndPointProtocol As String

Property Value

Attributes

Applies to