IA2AClusterUnplannedFailoverInput Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterUnplannedFailoverInputTypeConverter))]
public interface IA2AClusterUnplannedFailoverInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterUnplannedFailoverProviderSpecificInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterUnplannedFailoverInputTypeConverter))>]
type IA2AClusterUnplannedFailoverInput = interface
interface IJsonSerializable
interface IClusterUnplannedFailoverProviderSpecificInput
Public Interface IA2AClusterUnplannedFailoverInput
Implements IClusterUnplannedFailoverProviderSpecificInput
- Derived
- Attributes
- Implements
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. (Inherited from IClusterUnplannedFailoverProviderSpecificInput) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |