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