IListFlowsByPipelineConnection.Flow Property

Definition

List of flows associated with the connection.

[ADT.Runtime.Info(Create=true, Description="List of flows associated with the connection.", PossibleTypes=new System.Type[] { typeof(ADT.Models.IFlow) }, Read=true, ReadOnly=false, Required=false, SerializedName="flows", Update=true)]
public System.Collections.Generic.List<ADT.Models.IFlow> Flow { get; set; }
[<ADT.Runtime.Info(Create=true, Description="List of flows associated with the connection.", PossibleTypes=new System.Type[] { typeof(ADT.Models.IFlow) }, Read=true, ReadOnly=false, Required=false, SerializedName="flows", Update=true)>]
member this.Flow : System.Collections.Generic.List<ADT.Models.IFlow> with get, set
Public Property Flow As List(Of IFlow)

Property Value

Attributes

Applies to