IPipelineProperties.DisabledFlowType 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 that are disabled 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 that are disabled for this pipeline", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="disabledFlowTypes", Update=true)]
public System.Collections.Generic.List<string> DisabledFlowType { 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 that are disabled for this pipeline", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="disabledFlowTypes", Update=true)>]
member this.DisabledFlowType : System.Collections.Generic.List<string> with get, set
Public Property DisabledFlowType As List(Of String)
Property Value
- Attributes