Share via


HyperVReplicaAzureUnplannedFailoverInput Class

Definition

HvrA provider specific input for unplanned failover.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HyperVReplicaAzureUnplannedFailoverInputTypeConverter))]
public class HyperVReplicaAzureUnplannedFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVReplicaAzureUnplannedFailoverInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.HyperVReplicaAzureUnplannedFailoverInputTypeConverter))>]
type HyperVReplicaAzureUnplannedFailoverInput = class
    interface IHyperVReplicaAzureUnplannedFailoverInput
    interface IJsonSerializable
    interface IUnplannedFailoverProviderSpecificInput
    interface IValidates
Public Class HyperVReplicaAzureUnplannedFailoverInput
Implements IHyperVReplicaAzureUnplannedFailoverInput, IValidates
Inheritance
HyperVReplicaAzureUnplannedFailoverInput
Attributes
Implements

Constructors

HyperVReplicaAzureUnplannedFailoverInput()

Creates an new HyperVReplicaAzureUnplannedFailoverInput instance.

Properties

InstanceType

The class type.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVReplicaAzureUnplannedFailoverInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVReplicaAzureUnplannedFailoverInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IHyperVReplicaAzureUnplannedFailoverInput.

FromJsonString(String)

Creates a new instance of HyperVReplicaAzureUnplannedFailoverInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVReplicaAzureUnplannedFailoverInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to