ArmDataMigrationModelFactory.ConnectToTargetSqlMITaskOutput 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 ConnectToTargetSqlMITaskOutput.
public static Azure.ResourceManager.DataMigration.Models.ConnectToTargetSqlMITaskOutput ConnectToTargetSqlMITaskOutput (string id = default, string targetServerVersion = default, string targetServerBrandVersion = default, System.Collections.Generic.IEnumerable<string> logins = default, System.Collections.Generic.IEnumerable<string> agentJobs = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataMigration.Models.ReportableException> validationErrors = default);
static member ConnectToTargetSqlMITaskOutput : string * string * string * seq<string> * seq<string> * seq<Azure.ResourceManager.DataMigration.Models.ReportableException> -> Azure.ResourceManager.DataMigration.Models.ConnectToTargetSqlMITaskOutput
Public Shared Function ConnectToTargetSqlMITaskOutput (Optional id As String = Nothing, Optional targetServerVersion As String = Nothing, Optional targetServerBrandVersion As String = Nothing, Optional logins As IEnumerable(Of String) = Nothing, Optional agentJobs As IEnumerable(Of String) = Nothing, Optional validationErrors As IEnumerable(Of ReportableException) = Nothing) As ConnectToTargetSqlMITaskOutput
Parameters
- id
- String
Result identifier.
- targetServerVersion
- String
Target server version.
- targetServerBrandVersion
- String
Target server brand version.
- logins
- IEnumerable<String>
List of logins on the target server.
- agentJobs
- IEnumerable<String>
List of agent jobs on the target server.
- validationErrors
- IEnumerable<ReportableException>
Validation errors.
Returns
A new ConnectToTargetSqlMITaskOutput 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