Dela via


MoveRPAcrossTiersContent Class

Definition

The MoveRPAcrossTiersContent.

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

Constructors

MoveRPAcrossTiersContent()

Initializes a new instance of MoveRPAcrossTiersContent.

Properties

ObjectType

Gets the class type.

SourceTierType

Source tier from where RP needs to be moved.

TargetTierType

Target tier where RP needs to be moved.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MoveRPAcrossTiersContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoveRPAcrossTiersContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoveRPAcrossTiersContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoveRPAcrossTiersContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoveRPAcrossTiersContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to