IListFlowsByPipelineConnection.Flow 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.
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