IPendingFlow.ForceDisabledStatus Property

Definition

Force disablement status of the current flow

[ADT.PSArgumentCompleter(new System.String[] { "ConnectionForceDisabled", "FlowTypeForceDisabled" })]
[ADT.Runtime.Info(Create=false, Description="Force disablement status of the current flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="forceDisabledStatus", Update=false)]
public System.Collections.Generic.List<string> ForceDisabledStatus { get; }
[<ADT.PSArgumentCompleter(new System.String[] { "ConnectionForceDisabled", "FlowTypeForceDisabled" })>]
[<ADT.Runtime.Info(Create=false, Description="Force disablement status of the current flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="forceDisabledStatus", Update=false)>]
member this.ForceDisabledStatus : System.Collections.Generic.List<string>
Public ReadOnly Property ForceDisabledStatus As List(Of String)

Property Value

Attributes

Applies to