BlobRestoreStatus.Status Property

Definition

Gets the status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to