Dela via


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

CustomProperties

Recovery point model custom properties. Please note DataReplicationRecoveryPointCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include HyperVToAzStackHciRecoveryPointCustomProperties and VMwareToAzStackHciRecoveryPointCustomProperties.

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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