IBlobRestoreStatus Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |