IMigrationStatusDetails.LastRestoredBackupSetInfoIsBackupRestored 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.
Whether this backup set has been restored or not.
[Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Whether this backup set has been restored or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isBackupRestored")]
public bool? LastRestoredBackupSetInfoIsBackupRestored { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Runtime.Info(Description="Whether this backup set has been restored or not.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isBackupRestored")>]
member this.LastRestoredBackupSetInfoIsBackupRestored : Nullable<bool>
Public ReadOnly Property LastRestoredBackupSetInfoIsBackupRestored As Nullable(Of Boolean)
Property Value
- Attributes