次の方法で共有


MigrationStatusDetails Class

Definition

Detailed status of current migration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.MigrationStatusDetailsTypeConverter))]
public class MigrationStatusDetails : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.MigrationStatusDetailsTypeConverter))>]
type MigrationStatusDetails = class
    interface IMigrationStatusDetails
    interface IJsonSerializable
Public Class MigrationStatusDetails
Implements IMigrationStatusDetails
Inheritance
MigrationStatusDetails
Attributes
Implements

Constructors

MigrationStatusDetails()

Creates an new MigrationStatusDetails instance.

Properties

ActiveBackupSet

Backup sets that are currently active.

BlobContainerName

Name of blob container.

CompleteRestoreErrorMessage

Complete restore error message, if any

CurrentRestoringFilename

File name that is currently being restored.

FileUploadBlockingError

File upload blocking errors, if any.

FullBackupSetInfoBackupFinishDate

Backup end time.

FullBackupSetInfoBackupSetId

Backup set id.

FullBackupSetInfoBackupStartDate

Backup start date.

FullBackupSetInfoBackupType

Backup type.

FullBackupSetInfoFamilyCount

Media family count

FullBackupSetInfoFirstLsn

First LSN of the backup set.

FullBackupSetInfoHasBackupChecksum

Has Backup Checksums

FullBackupSetInfoIgnoreReason

The reasons why the backup set is ignored

FullBackupSetInfoIsBackupRestored

Whether this backup set has been restored or not.

FullBackupSetInfoLastLsn

Last LSN of the backup set.

FullBackupSetInfoListOfBackupFile

List of files in the backup set.

InvalidFile

Files that are not valid backup files.

IsFullBackupRestored

Whether full backup has been applied to the target database or not.

LastRestoredBackupSetInfoBackupFinishDate

Backup end time.

LastRestoredBackupSetInfoBackupSetId

Backup set id.

LastRestoredBackupSetInfoBackupStartDate

Backup start date.

LastRestoredBackupSetInfoBackupType

Backup type.

LastRestoredBackupSetInfoFamilyCount

Media family count

LastRestoredBackupSetInfoFirstLsn

First LSN of the backup set.

LastRestoredBackupSetInfoHasBackupChecksum

Has Backup Checksums

LastRestoredBackupSetInfoIgnoreReason

The reasons why the backup set is ignored

LastRestoredBackupSetInfoIsBackupRestored

Whether this backup set has been restored or not.

LastRestoredBackupSetInfoLastLsn

Last LSN of the backup set.

LastRestoredBackupSetInfoListOfBackupFile

List of files in the backup set.

LastRestoredFilename

Last restored file name.

MigrationState

Current State of Migration.

PendingLogBackupsCount

Total pending log backups.

RestoreBlockingReason

Restore blocking reason, if any

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrationStatusDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrationStatusDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IMigrationStatusDetails.

FromJsonString(String)

Creates a new instance of MigrationStatusDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrationStatusDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to