다음을 통해 공유


A2AClusterUnplannedFailoverContent Class

Definition

A2A provider specific input for unplanned cluster failover.

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

Constructors

A2AClusterUnplannedFailoverContent()

Initializes a new instance of A2AClusterUnplannedFailoverContent.

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<A2AClusterUnplannedFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AClusterUnplannedFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ClusterUnplannedFailoverProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ClusterUnplannedFailoverProviderSpecificContent)
IPersistableModel<A2AClusterUnplannedFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AClusterUnplannedFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AClusterUnplannedFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ClusterUnplannedFailoverProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ClusterUnplannedFailoverProviderSpecificContent)

Applies to