OperationResult.Status Property

Definition

Gets or sets the operation status. Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Failed', 'Canceled'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.LabServices.Models.OperationStatus Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.Management.LabServices.Models.OperationStatus with get, set
Public Property Status As OperationStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to