다음을 통해 공유


A2AClusterTestFailoverContent Class

Definition

A2A provider specific input for test cluster failover.

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

Constructors

A2AClusterTestFailoverContent()

Initializes a new instance of A2AClusterTestFailoverContent.

Properties

ClusterRecoveryPointId

The cluster recovery point id to be passed to failover to a particular recovery point.

IndividualNodeRecoveryPoints

The list of individual node recovery points.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<A2AClusterTestFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AClusterTestFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterTestFailoverProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterTestFailoverProviderSpecificContent)
IPersistableModel<A2AClusterTestFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AClusterTestFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AClusterTestFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterTestFailoverProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterTestFailoverProviderSpecificContent)

Applies to