Share via


A2AClusterRecoveryPointDetails Class

Definition

A2A provider specific cluster recovery point details.

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

Properties

Nodes

The list of nodes representing the cluster.

RecoveryPointSyncType

A value indicating whether the recovery point is multi VM consistent.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<A2AClusterRecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AClusterRecoveryPointDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterProviderSpecificRecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterProviderSpecificRecoveryPointDetails)
IPersistableModel<A2AClusterRecoveryPointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AClusterRecoveryPointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AClusterRecoveryPointDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterProviderSpecificRecoveryPointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterProviderSpecificRecoveryPointDetails)

Applies to