IFlow.DestinationEndpoint Property

Definition

The destination endpoints of the stream

[ADT.Runtime.Info(Create=true, Description="The destination endpoints of the stream", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpoints", Update=true)]
public System.Collections.Generic.List<string> DestinationEndpoint { get; set; }
[<ADT.Runtime.Info(Create=true, Description="The destination endpoints of the stream", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="destinationEndpoints", Update=true)>]
member this.DestinationEndpoint : System.Collections.Generic.List<string> with get, set
Public Property DestinationEndpoint As List(Of String)

Property Value

Attributes

Applies to