IAction.Type Property

Definition

Type of action to be executed

[ADT.PSArgumentCompleter(new System.String[] { "AllowUpdates", "ForceDisable" })]
[ADT.Runtime.Info(Create=true, Description="Type of action to be executed", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="actionType", Update=true)]
public string Type { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "AllowUpdates", "ForceDisable" })>]
[<ADT.Runtime.Info(Create=true, Description="Type of action to be executed", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="actionType", Update=true)>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes

Applies to