IPendingFlow.DestinationEndpointPort Property

Definition

The destination endpoint ports of the stream

[ADT.Runtime.Info(Create=true, Description="The destination endpoint ports of the stream", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpointPorts", Update=true)]
public System.Collections.Generic.List<long> DestinationEndpointPort { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The destination endpoint ports of the stream", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpointPorts", Update=true)>]
member this.DestinationEndpointPort : System.Collections.Generic.List<int64> with get, set
Public Property DestinationEndpointPort As List(Of Long)

Property Value

Attributes

Applies to