IInMageRcmFailbackProtectedDiskDetails.ResyncDetailProgressHealth Property
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.
The progress health.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The progress health.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskReplicationProgressHealth) }, ReadOnly=true, Required=false, SerializedName="progressHealth")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskReplicationProgressHealth? ResyncDetailProgressHealth { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The progress health.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskReplicationProgressHealth) }, ReadOnly=true, Required=false, SerializedName="progressHealth")>]
member this.ResyncDetailProgressHealth : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.DiskReplicationProgressHealth>
Public ReadOnly Property ResyncDetailProgressHealth As Nullable(Of DiskReplicationProgressHealth)
Property Value
- Attributes