Delen via


RecoveryPointMoveReadinessInfo Class

Definition

The RecoveryPointMoveReadinessInfo.

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

Constructors

RecoveryPointMoveReadinessInfo()

Initializes a new instance of RecoveryPointMoveReadinessInfo.

Properties

AdditionalInfo

Gets or sets the additional info.

IsReadyForMove

Gets or sets the is ready for move.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryPointMoveReadinessInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPointMoveReadinessInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPointMoveReadinessInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPointMoveReadinessInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPointMoveReadinessInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to