HyperVReplicaAzureTestFailoverContent Class

Definition

HvrA provider specific input for test failover.

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

Constructors

HyperVReplicaAzureTestFailoverContent()

Initializes a new instance of HyperVReplicaAzureTestFailoverContent.

Properties

OSUpgradeVersion

A value indicating the inplace OS Upgrade version.

PrimaryKekCertificatePfx

Primary kek certificate pfx.

RecoveryPointId

The recovery point id to be passed to test 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<HyperVReplicaAzureTestFailoverContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVReplicaAzureTestFailoverContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TestFailoverProviderSpecificContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from TestFailoverProviderSpecificContent)
IPersistableModel<HyperVReplicaAzureTestFailoverContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVReplicaAzureTestFailoverContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVReplicaAzureTestFailoverContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TestFailoverProviderSpecificContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from TestFailoverProviderSpecificContent)

Applies to