MigrateSqlServerSqlMITaskOutputLoginLevel Class
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.
[Newtonsoft.Json.JsonObject("LoginLevelOutput")]
public class MigrateSqlServerSqlMITaskOutputLoginLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutput
[<Newtonsoft.Json.JsonObject("LoginLevelOutput")>]
type MigrateSqlServerSqlMITaskOutputLoginLevel = class
inherit MigrateSqlServerSqlMITaskOutput
Public Class MigrateSqlServerSqlMITaskOutputLoginLevel
Inherits MigrateSqlServerSqlMITaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
| Name | Description |
|---|---|
| MigrateSqlServerSqlMITaskOutputLoginLevel() |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputLoginLevel class. |
| MigrateSqlServerSqlMITaskOutputLoginLevel(String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, IList<ReportableException>) |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputLoginLevel class. |
Properties
| Name | Description |
|---|---|
| EndedOn |
Gets login migration end time |
| ExceptionsAndWarnings |
Gets login migration errors and warnings per login |
| Id |
Gets result identifier (Inherited from MigrateSqlServerSqlMITaskOutput) |
| LoginName |
Gets login name. |
| Message |
Gets login migration progress message |
| Stage |
Gets current stage of login Possible values include: 'None', 'Initialize', 'LoginMigration', 'EstablishUserMapping', 'AssignRoleMembership', 'AssignRoleOwnership', 'EstablishServerPermissions', 'EstablishObjectPermissions', 'Completed' |
| StartedOn |
Gets login migration start time |
| State |
Gets current state of login Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |