IPipelinesPatch.FlowType 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.
The flow types allowed for this pipeline
[ADT.PSArgumentCompleter(new System.String[] { "Unknown", "Complex", "DevSecOps", "Messaging", "Mission", "MicrosoftInternal", "BasicFiles", "Data", "Standard", "StreamingVideo", "Opaque", "MissionOpaqueXML", "DiskImages", "API" })]
[ADT.Runtime.Info(Create=true, Description="The flow types allowed for this pipeline", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="flowTypes", Update=true)]
public System.Collections.Generic.List<string> FlowType { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "Unknown", "Complex", "DevSecOps", "Messaging", "Mission", "MicrosoftInternal", "BasicFiles", "Data", "Standard", "StreamingVideo", "Opaque", "MissionOpaqueXML", "DiskImages", "API" })>]
[<ADT.Runtime.Info(Create=true, Description="The flow types allowed for this pipeline", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="flowTypes", Update=true)>]
member this.FlowType : System.Collections.Generic.List<string> with get, set
Public Property FlowType As List(Of String)
Property Value
- Attributes