SiteRecoveryApplyRecoveryPointContent Class

Definition

Input to apply recovery point.

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

Constructors

SiteRecoveryApplyRecoveryPointContent(SiteRecoveryApplyRecoveryPointProperties)

Initializes a new instance of SiteRecoveryApplyRecoveryPointContent.

Properties

Properties

The input properties to apply recovery point.

Explicit Interface Implementations

IJsonModel<SiteRecoveryApplyRecoveryPointContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SiteRecoveryApplyRecoveryPointContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryApplyRecoveryPointContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryApplyRecoveryPointContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SiteRecoveryApplyRecoveryPointContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to