IA2ASharedDiskReplicationDetails 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.A2ASharedDiskReplicationDetailsTypeConverter))]
public interface IA2ASharedDiskReplicationDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ISharedDiskReplicationProviderSpecificSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2ASharedDiskReplicationDetailsTypeConverter))>]
type IA2ASharedDiskReplicationDetails = interface
interface IJsonSerializable
interface ISharedDiskReplicationProviderSpecificSettings
Public Interface IA2ASharedDiskReplicationDetails
Implements ISharedDiskReplicationProviderSpecificSettings
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| FailoverRecoveryPointId |
The recovery point id to which the Virtual node was failed over. |
| InstanceType |
Gets the Instance type. (Inherited from ISharedDiskReplicationProviderSpecificSettings) |
| LastRpoCalculatedTime |
The time (in UTC) when the last RPO value was calculated by Protection Service. |
| ManagementId |
The management Id. |
| MonitoringJobType |
The type of the monitoring job. The progress is contained in MonitoringPercentageCompletion property. |
| MonitoringPercentageCompletion |
The percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property. |
| PrimaryFabricLocation |
Primary fabric location. |
| ProtectedManagedDisk |
The list of protected managed disks. |
| RecoveryFabricLocation |
The recovery fabric location. |
| RpoInSecond |
The last RPO value in seconds. |
| SharedDiskIrError |
The IR Errors. |
| UnprotectedDisk |
The list of unprotected disks. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |