ConnectToSourceSqlServerTaskOutputTaskLevel 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.
Task level output for the task that validates connection to SQL Server and also validates source server requirements.
public class ConnectToSourceSqlServerTaskOutputTaskLevel : Azure.ResourceManager.DataMigration.Models.ConnectToSourceSqlServerTaskOutput
type ConnectToSourceSqlServerTaskOutputTaskLevel = class
inherit ConnectToSourceSqlServerTaskOutput
Public Class ConnectToSourceSqlServerTaskOutputTaskLevel
Inherits ConnectToSourceSqlServerTaskOutput
- Inheritance
Properties
AgentJobs |
Source agent jobs as a map from agent job name to id. |
Databases |
Source databases as a map from database name to database id. |
DatabaseTdeCertificateMapping |
Mapping from database name to TDE certificate name, if applicable. |
Id |
Result identifier. (Inherited from ConnectToSourceSqlServerTaskOutput) |
Logins |
Source logins as a map from login name to login id. |
SourceServerBrandVersion |
Source server brand version. |
SourceServerVersion |
Source server version. |
ValidationErrors |
Validation errors. |
Applies to
Azure SDK for .NET