MigrationRecoveryPointProperties Class

Definition

Migration item recovery point properties.

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

Properties

RecoveryPointOn

The recovery point time.

RecoveryPointType

The recovery point type.

Explicit Interface Implementations

IJsonModel<MigrationRecoveryPointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationRecoveryPointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationRecoveryPointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationRecoveryPointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationRecoveryPointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to