ArmDataMigrationModelFactory.MigrateSchemaSqlServerSqlDBTaskOutputError Method
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.
Initializes a new instance of MigrateSchemaSqlServerSqlDBTaskOutputError.
public static Azure.ResourceManager.DataMigration.Models.MigrateSchemaSqlServerSqlDBTaskOutputError MigrateSchemaSqlServerSqlDBTaskOutputError (string id = default, string commandText = default, string errorText = default);
static member MigrateSchemaSqlServerSqlDBTaskOutputError : string * string * string -> Azure.ResourceManager.DataMigration.Models.MigrateSchemaSqlServerSqlDBTaskOutputError
Public Shared Function MigrateSchemaSqlServerSqlDBTaskOutputError (Optional id As String = Nothing, Optional commandText As String = Nothing, Optional errorText As String = Nothing) As MigrateSchemaSqlServerSqlDBTaskOutputError
Parameters
- id
- String
Result identifier.
- commandText
- String
Schema command which failed.
- errorText
- String
Reason of failure.
Returns
A new MigrateSchemaSqlServerSqlDBTaskOutputError instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET