Freigeben über


BlobRestoreStatus.Status Eigenschaft

Definition

Ruft den status des Fortschritts der Blobwiederherstellung ab. Mögliche Werte sind: - InProgress: Gibt an, dass die Blobwiederherstellung ausgeführt wird. - Abgeschlossen: Gibt an, dass die Blobwiederherstellung erfolgreich abgeschlossen wurde. – Fehler: Gibt an, dass die Blobwiederherstellung fehlgeschlagen ist. Mögliche Werte: "InProgress", "Complete", "Failed"

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: