A2AApplyRecoveryPointContent Class

Definition

ApplyRecoveryPoint input specific to A2A provider.

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

Constructors

A2AApplyRecoveryPointContent()

Initializes a new instance of A2AApplyRecoveryPointContent.

Explicit Interface Implementations

IJsonModel<A2AApplyRecoveryPointContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AApplyRecoveryPointContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IJsonModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IPersistableModel<A2AApplyRecoveryPointContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AApplyRecoveryPointContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AApplyRecoveryPointContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IPersistableModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)
IPersistableModel<SiteRecoveryApplyRecoveryPointProviderSpecificContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SiteRecoveryApplyRecoveryPointProviderSpecificContent)

Applies to