Sdílet prostřednictvím


BlobRestoreStatus.Status Property

Definition

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.

public Azure.ResourceManager.Storage.Models.BlobRestoreProgressStatus? Status { get; }
member this.Status : Nullable<Azure.ResourceManager.Storage.Models.BlobRestoreProgressStatus>
Public ReadOnly Property Status As Nullable(Of BlobRestoreProgressStatus)

Property Value

Applies to