HyperVReplicaAzureUnplannedFailoverContent Class

Definition

HvrA provider specific input for unplanned failover.

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

Constructors

HyperVReplicaAzureUnplannedFailoverContent()

Initializes a new instance of HyperVReplicaAzureUnplannedFailoverContent.

Properties

PrimaryKekCertificatePfx

Primary kek certificate pfx.

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.

SecondaryKekCertificatePfx

Secondary kek certificate pfx.

Explicit Interface Implementations

IJsonModel<HyperVReplicaAzureUnplannedFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVReplicaAzureUnplannedFailoverContent>.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<HyperVReplicaAzureUnplannedFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVReplicaAzureUnplannedFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVReplicaAzureUnplannedFailoverContent>.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