IPipeline.Status Property

Definition

Status of the current pipeline

[ADT.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[ADT.Runtime.Info(Create=true, Description="Status of the current pipeline", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)]
public string Status { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<ADT.Runtime.Info(Create=true, Description="Status of the current pipeline", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)>]
member this.Status : string with get, set
Public Property Status As String

Property Value

Attributes

Applies to