Operation.Status Property

Definition

Gets or sets the current status of the operation. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to