IPipeline.DisabledFlowType Property

Definition

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

Applies to