Partager via


IBlobRestoreStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobRestoreStatusTypeConverter))]
public interface IBlobRestoreStatus : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.BlobRestoreStatusTypeConverter))>]
type IBlobRestoreStatus = interface
    interface IJsonSerializable
Public Interface IBlobRestoreStatus
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

FailureReason

Failure reason when blob restore is failed.

ParameterBlobRange

Blob ranges to restore.

ParameterTimeToRestore

Restore blob to the specified time.

RestoreId

Id for tracking blob restore request.

Status

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to