Freigeben über


OperationResponse.Status Eigenschaft

Definition

Ruft den Vorgangsstatus des Vorgangs mit langer Ausführungsdauer ab oder legt diese fest. Mögliche Werte: "Accepted", "InProgress", "TransientFailure", "Succeeded", "Failed", "Canceled"

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: