你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDatabaseMigrateEventProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseMigrateEventPropertiesTypeConverter))]
public interface IDatabaseMigrateEventProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IMigrateEventProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DatabaseMigrateEventPropertiesTypeConverter))>]
type IDatabaseMigrateEventProperties = interface
    interface IJsonSerializable
    interface IMigrateEventProperties
Public Interface IDatabaseMigrateEventProperties
Implements IMigrateEventProperties
Derived
Attributes
Implements

Properties

ClientRequestId

Gets or sets the client request Id of the payload for which the event is being reported.

(Inherited from IMigrateEventProperties)
Database

Gets or sets the database for which the error is being reported.

DatabaseInstanceId

Gets or sets the database instance for which the error is being reported.

ErrorCode

Gets or sets the error code.

(Inherited from IMigrateEventProperties)
ErrorMessage

Gets or sets the error message.

(Inherited from IMigrateEventProperties)
InstanceType

Gets the Instance type.

(Inherited from IMigrateEventProperties)
PossibleCaus

Gets or sets the possible causes for the error.

(Inherited from IMigrateEventProperties)
Recommendation

Gets or sets the recommendation for the error.

(Inherited from IMigrateEventProperties)
Solution

Gets or sets the solution for which the error is being reported.

(Inherited from IMigrateEventProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to