Freigeben über


OperationResultContract.Status Eigenschaft

Definition

Ruft status eines asynchronen Vorgangs ab oder legt sie fest. Mögliche Werte: "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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: