DataFlowDebugPackage Construtores

Definição

Sobrecargas

DataFlowDebugPackage()

Inicializa uma nova instância da classe DataFlowDebugPackage.

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

Inicializa uma nova instância da classe DataFlowDebugPackage.

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DataFlowDebugResource>, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

Inicializa uma nova instância da classe DataFlowDebugPackage.

DataFlowDebugPackage()

Inicializa uma nova instância da classe DataFlowDebugPackage.

public DataFlowDebugPackage ();
Public Sub New ()

Aplica-se a

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

Inicializa uma nova instância da classe DataFlowDebugPackage.

public DataFlowDebugPackage (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string sessionId = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource dataFlow = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo staging = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings debugSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage : System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> * Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sessionId As String = Nothing, Optional dataFlow As DataFlowDebugResource = Nothing, Optional datasets As IList(Of DatasetDebugResource) = Nothing, Optional linkedServices As IList(Of LinkedServiceDebugResource) = Nothing, Optional staging As DataFlowStagingInfo = Nothing, Optional debugSettings As DataFlowDebugPackageDebugSettings = Nothing)

Parâmetros

additionalProperties
IDictionary<String,Object>

As propriedades sem correspondência da mensagem são desserializadas nesta coleção

sessionId
String

A ID da sessão de depuração do fluxo de dados.

dataFlow
DataFlowDebugResource

Instância de fluxo de dados.

datasets
IList<DatasetDebugResource>

Lista de conjuntos de dados.

linkedServices
IList<LinkedServiceDebugResource>

Lista de serviços vinculados.

staging
DataFlowStagingInfo

Informações de preparo para a sessão de depuração.

debugSettings
DataFlowDebugPackageDebugSettings

Configurações de depuração de fluxo de dados.

Aplica-se a

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DataFlowDebugResource>, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

Inicializa uma nova instância da classe DataFlowDebugPackage.

public DataFlowDebugPackage (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string sessionId = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource dataFlow = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource> dataFlows = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> datasets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> linkedServices = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo staging = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings debugSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage : System.Collections.Generic.IDictionary<string, obj> * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DatasetDebugResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.LinkedServiceDebugResource> * Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo * Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackageDebugSettings -> Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugPackage
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional sessionId As String = Nothing, Optional dataFlow As DataFlowDebugResource = Nothing, Optional dataFlows As IList(Of DataFlowDebugResource) = Nothing, Optional datasets As IList(Of DatasetDebugResource) = Nothing, Optional linkedServices As IList(Of LinkedServiceDebugResource) = Nothing, Optional staging As DataFlowStagingInfo = Nothing, Optional debugSettings As DataFlowDebugPackageDebugSettings = Nothing)

Parâmetros

additionalProperties
IDictionary<String,Object>

As propriedades sem correspondência da mensagem são desserializadas nesta coleção

sessionId
String

A ID da sessão de depuração do fluxo de dados.

dataFlow
DataFlowDebugResource

Instância de fluxo de dados.

dataFlows
IList<DataFlowDebugResource>

Lista de fluxos de dados

datasets
IList<DatasetDebugResource>

Lista de conjuntos de dados.

linkedServices
IList<LinkedServiceDebugResource>

Lista de serviços vinculados.

staging
DataFlowStagingInfo

Informações de preparo para a sessão de depuração.

debugSettings
DataFlowDebugPackageDebugSettings

Configurações de depuração de fluxo de dados.

Aplica-se a