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