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