Share via


HyperVReplicaAzurePlannedFailoverProviderInput Class

Definition

HyperVReplicaAzure specific planned failover input.

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

Constructors

HyperVReplicaAzurePlannedFailoverProviderInput()

Creates an new HyperVReplicaAzurePlannedFailoverProviderInput 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 HyperVReplicaAzurePlannedFailoverProviderInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVReplicaAzurePlannedFailoverProviderInput.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVReplicaAzurePlannedFailoverProviderInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to