DataReplicationRecoveryPointProperties Class

Definition

Recovery point model properties.

public class DataReplicationRecoveryPointProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationRecoveryPointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationRecoveryPointProperties>
type DataReplicationRecoveryPointProperties = class
    interface IJsonModel<DataReplicationRecoveryPointProperties>
    interface IPersistableModel<DataReplicationRecoveryPointProperties>
Public Class DataReplicationRecoveryPointProperties
Implements IJsonModel(Of DataReplicationRecoveryPointProperties), IPersistableModel(Of DataReplicationRecoveryPointProperties)
Inheritance
DataReplicationRecoveryPointProperties
Implements

Properties

Name Description
CustomProperties

Recovery point model custom properties.

ProvisioningState

Gets or sets the provisioning state of the recovery point item.

RecoveryPointOn

Gets or sets the recovery point time.

RecoveryPointType

Gets or sets the recovery point type.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DataReplicationRecoveryPointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataReplicationRecoveryPointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationRecoveryPointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationRecoveryPointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataReplicationRecoveryPointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to