A2AUnplannedFailoverContent Class

Definition

A2A provider specific input for unplanned failover.

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

Constructors

A2AUnplannedFailoverContent()

Initializes a new instance of A2AUnplannedFailoverContent.

Properties

CloudServiceCreationOption

A value indicating whether to use recovery cloud service for failover or not.

RecoveryPointId

The recovery point id to be passed to failover to a particular recovery point. In case of latest recovery point, null should be passed.

Explicit Interface Implementations

IJsonModel<A2AUnplannedFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<A2AUnplannedFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<UnplannedFailoverProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from UnplannedFailoverProviderSpecificContent)
IPersistableModel<A2AUnplannedFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<A2AUnplannedFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<A2AUnplannedFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<UnplannedFailoverProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from UnplannedFailoverProviderSpecificContent)

Applies to