MigrateSqlServerSqlMITaskOutputLoginLevel Constructors
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.
Overloads
| 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. |
MigrateSqlServerSqlMITaskOutputLoginLevel()
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputLoginLevel class.
public MigrateSqlServerSqlMITaskOutputLoginLevel();
Public Sub New ()
Applies to
MigrateSqlServerSqlMITaskOutputLoginLevel(String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, IList<ReportableException>)
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputLoginLevel class.
public MigrateSqlServerSqlMITaskOutputLoginLevel(string id = default, string loginName = default, string state = default, string stage = default, DateTimeOffset? startedOn = default, DateTimeOffset? endedOn = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> exceptionsAndWarnings = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutputLoginLevel : string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutputLoginLevel
Public Sub New (Optional id As String = Nothing, Optional loginName As String = Nothing, Optional state As String = Nothing, Optional stage As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional endedOn As Nullable(Of DateTimeOffset) = Nothing, Optional message As String = Nothing, Optional exceptionsAndWarnings As IList(Of ReportableException) = Nothing)
Parameters
- id
- String
Result identifier
- loginName
- String
Login name.
- state
- String
Current state of login Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped'
- stage
- String
Current stage of login Possible values include: 'None', 'Initialize', 'LoginMigration', 'EstablishUserMapping', 'AssignRoleMembership', 'AssignRoleOwnership', 'EstablishServerPermissions', 'EstablishObjectPermissions', 'Completed'
- startedOn
- Nullable<DateTimeOffset>
Login migration start time
- endedOn
- Nullable<DateTimeOffset>
Login migration end time
- message
- String
Login migration progress message
- exceptionsAndWarnings
- IList<ReportableException>
Login migration errors and warnings per login