Share via


OperationResultContract.Status Property

Definition

Gets or sets status of an async operation. Possible values include: 'Started', 'InProgress', 'Succeeded', 'Failed'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to