IAction.TargetType Property

Definition

Type of target to execute the action on

[ADT.PSArgumentCompleter(new System.String[] { "Pipeline", "Connection", "FlowType" })]
[ADT.Runtime.Info(Create=true, Description="Type of target to execute the action on", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="targetType", Update=true)]
public string TargetType { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "Pipeline", "Connection", "FlowType" })>]
[<ADT.Runtime.Info(Create=true, Description="Type of target to execute the action on", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="targetType", Update=true)>]
member this.TargetType : string with get, set
Public Property TargetType As String

Property Value

Attributes

Applies to