HyperVReplicaAzureTestFailoverInput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HvrA provider specific input for test failover.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.HyperVReplicaAzureTestFailoverInputTypeConverter))]
public class HyperVReplicaAzureTestFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplicaAzureTestFailoverInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.HyperVReplicaAzureTestFailoverInputTypeConverter))>]
type HyperVReplicaAzureTestFailoverInput = class
interface IHyperVReplicaAzureTestFailoverInput
interface IJsonSerializable
interface ITestFailoverProviderSpecificInput
interface IValidates
Public Class HyperVReplicaAzureTestFailoverInput
Implements IHyperVReplicaAzureTestFailoverInput, IValidates
- Inheritance
-
HyperVReplicaAzureTestFailoverInput
- Attributes
- Implements
Constructors
HyperVReplicaAzureTestFailoverInput() |
Creates an new HyperVReplicaAzureTestFailoverInput instance. |
Properties
InstanceType |
The class type. |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HyperVReplicaAzureTestFailoverInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVReplicaAzureTestFailoverInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IHyperVReplicaAzureTestFailoverInput. |
FromJsonString(String) |
Creates a new instance of HyperVReplicaAzureTestFailoverInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVReplicaAzureTestFailoverInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |