IA2AClusterRecoveryPointDetails 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.A2AClusterRecoveryPointDetailsTypeConverter))]
public interface IA2AClusterRecoveryPointDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterProviderSpecificRecoveryPointDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AClusterRecoveryPointDetailsTypeConverter))>]
type IA2AClusterRecoveryPointDetails = interface
interface IJsonSerializable
interface IClusterProviderSpecificRecoveryPointDetails
Public Interface IA2AClusterRecoveryPointDetails
Implements IClusterProviderSpecificRecoveryPointDetails
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| InstanceType |
Gets the provider type. (Inherited from IClusterProviderSpecificRecoveryPointDetails) |
| Node |
The list of nodes representing the cluster. |
| RecoveryPointSyncType |
A value indicating whether the recovery point is multi VM consistent. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |