RecoveryPlanHyperVReplicaAzureFailoverContent Class

Definition

Recovery plan HVR Azure failover input.

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

Constructors

RecoveryPlanHyperVReplicaAzureFailoverContent()

Initializes a new instance of RecoveryPlanHyperVReplicaAzureFailoverContent.

Properties

PrimaryKekCertificatePfx

The primary KEK certificate PFX.

RecoveryPointType

The recovery point type.

SecondaryKekCertificatePfx

The secondary KEK certificate PFX.

Explicit Interface Implementations

IJsonModel<RecoveryPlanHyperVReplicaAzureFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPlanHyperVReplicaAzureFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RecoveryPlanProviderSpecificFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RecoveryPlanProviderSpecificFailoverContent)
IPersistableModel<RecoveryPlanHyperVReplicaAzureFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPlanHyperVReplicaAzureFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPlanHyperVReplicaAzureFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RecoveryPlanProviderSpecificFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RecoveryPlanProviderSpecificFailoverContent)

Applies to