RecoveryPointDataStoreDetail 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.
RecoveryPoint datastore details.
public class RecoveryPointDataStoreDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.RecoveryPointDataStoreDetail>
public class RecoveryPointDataStoreDetail
type RecoveryPointDataStoreDetail = class
interface IJsonModel<RecoveryPointDataStoreDetail>
interface IPersistableModel<RecoveryPointDataStoreDetail>
type RecoveryPointDataStoreDetail = class
Public Class RecoveryPointDataStoreDetail
Implements IJsonModel(Of RecoveryPointDataStoreDetail), IPersistableModel(Of RecoveryPointDataStoreDetail)
Public Class RecoveryPointDataStoreDetail
- Inheritance
-
RecoveryPointDataStoreDetail
- Implements
Constructors
RecoveryPointDataStoreDetail() |
Initializes a new instance of RecoveryPointDataStoreDetail. |
Properties
CreatedOn |
Gets or sets the created on. |
ExpireOn |
Gets or sets the expire on. |
IsVisible |
Gets or sets the is visible. |
Metadata |
Gets or sets the metadata. |
RecoveryPointDataStoreId |
Gets or sets the recovery point data store id. |
RecoveryPointDataStoreType |
Gets or sets the recovery point data store type. |
RehydrationExpireOn |
Gets the rehydration expire on. |
RehydrationStatus |
Gets the rehydration status. |
State |
Gets or sets the state. |
Explicit Interface Implementations
IJsonModel<RecoveryPointDataStoreDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<RecoveryPointDataStoreDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<RecoveryPointDataStoreDetail>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<RecoveryPointDataStoreDetail>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<RecoveryPointDataStoreDetail>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET