A2AClusterUnplannedFailoverInput 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.
A2A provider specific input for unplanned cluster failover.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterUnplannedFailoverInputTypeConverter))]
public class A2AClusterUnplannedFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AClusterUnplannedFailoverInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterUnplannedFailoverInputTypeConverter))>]
type A2AClusterUnplannedFailoverInput = class
interface IA2AClusterUnplannedFailoverInput
interface IJsonSerializable
interface IClusterUnplannedFailoverProviderSpecificInput
interface IValidates
Public Class A2AClusterUnplannedFailoverInput
Implements IA2AClusterUnplannedFailoverInput, IValidates
- Inheritance
-
A2AClusterUnplannedFailoverInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| A2AClusterUnplannedFailoverInput() |
Creates an new A2AClusterUnplannedFailoverInput instance. |
Properties
| Name | Description |
|---|---|
| ClusterRecoveryPointId |
The cluster recovery point id to be passed to failover to a particular recovery point. |
| IndividualNodeRecoveryPoint |
The list of individual node recovery points. |
| InstanceType |
The class type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2AClusterUnplannedFailoverInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2AClusterUnplannedFailoverInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AClusterUnplannedFailoverInput. |
| FromJsonString(String) |
Creates a new instance of A2AClusterUnplannedFailoverInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2AClusterUnplannedFailoverInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |