VirtualMachineRunCommandInstanceView.ExecutionState Property

Definition

Gets or sets script execution status. Possible values include: 'Unknown', 'Pending', 'Running', 'Failed', 'Succeeded', 'TimedOut', 'Canceled'

[Newtonsoft.Json.JsonProperty(PropertyName="executionState")]
public string ExecutionState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="executionState")>]
member this.ExecutionState : string with get, set
Public Property ExecutionState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to