BlobRestoreStatus Class
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.
Blob restore status.
public class BlobRestoreStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.BlobRestoreStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.BlobRestoreStatus>
public class BlobRestoreStatus
type BlobRestoreStatus = class
interface IJsonModel<BlobRestoreStatus>
interface IPersistableModel<BlobRestoreStatus>
type BlobRestoreStatus = class
Public Class BlobRestoreStatus
Implements IJsonModel(Of BlobRestoreStatus), IPersistableModel(Of BlobRestoreStatus)
Public Class BlobRestoreStatus
- Inheritance
-
BlobRestoreStatus
- Implements
Properties
FailureReason |
Failure reason when blob restore is failed. |
Parameters |
Blob restore request parameters. |
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. |
Explicit Interface Implementations
IJsonModel<BlobRestoreStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BlobRestoreStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BlobRestoreStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BlobRestoreStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BlobRestoreStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET