Share via


ApplyClusterRecoveryPointContent Class

Definition

Input definition for apply cluster recovery point.

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

Constructors

ApplyClusterRecoveryPointContent(ApplyClusterRecoveryPointContentProperties)

Initializes a new instance of ApplyClusterRecoveryPointContent.

Properties

Properties

The properties to apply cluster recovery point input.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplyClusterRecoveryPointContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplyClusterRecoveryPointContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplyClusterRecoveryPointContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplyClusterRecoveryPointContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplyClusterRecoveryPointContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to