IContactProfileLinkChannel.EndPointProtocol 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.
Protocol either UDP or TCP.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Protocol either UDP or TCP.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.Protocol) }, ReadOnly=false, Required=true, SerializedName="protocol")]
public Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.Protocol EndPointProtocol { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Protocol either UDP or TCP.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.Protocol) }, ReadOnly=false, Required=true, SerializedName="protocol")>]
member this.EndPointProtocol : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Support.Protocol with get, set
Public Property EndPointProtocol As Protocol
Property Value
- Attributes