Partilhar via


HDInsightSparkActivity Construtores

Definição

Sobrecargas

HDInsightSparkActivity()

Inicializa uma nova instância da classe HDInsightSparkActivity.

HDInsightSparkActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, String, LinkedServiceReference, String, Object, IDictionary<String,Object>)

Inicializa uma nova instância da classe HDInsightSparkActivity.

HDInsightSparkActivity()

Inicializa uma nova instância da classe HDInsightSparkActivity.

public HDInsightSparkActivity ();
Public Sub New ()

Aplica-se a

HDInsightSparkActivity(String, Object, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, String, LinkedServiceReference, String, Object, IDictionary<String,Object>)

Inicializa uma nova instância da classe HDInsightSparkActivity.

public HDInsightSparkActivity (string name, object rootPath, object entryFilePath, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, System.Collections.Generic.IList<object> arguments = default, string getDebugInfo = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference sparkJobLinkedService = default, string className = default, object proxyUser = default, System.Collections.Generic.IDictionary<string,object> sparkConfig = default);
new Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity : string * obj * obj * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<obj> * string * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * string * obj * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity
Public Sub New (name As String, rootPath As Object, entryFilePath As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional arguments As IList(Of Object) = Nothing, Optional getDebugInfo As String = Nothing, Optional sparkJobLinkedService As LinkedServiceReference = Nothing, Optional className As String = Nothing, Optional proxyUser As Object = Nothing, Optional sparkConfig As IDictionary(Of String, Object) = Nothing)

Parâmetros

name
String

Nome da atividade.

rootPath
Object

O caminho raiz em 'sparkJobLinkedService' para todos os arquivos do trabalho. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

entryFilePath
Object

O caminho relativo para a pasta raiz do código/pacote a ser executado. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

additionalProperties
IDictionary<String,Object>

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

description
String

Descrição da atividade.

dependsOn
IList<ActivityDependency>

A atividade depende da condição.

userProperties
IList<UserProperty>

Propriedades do usuário de atividade.

linkedServiceName
LinkedServiceReference

Referência de serviço vinculado.

policy
ActivityPolicy

Política de atividade.

arguments
IList<Object>

Os argumentos especificados pelo usuário para HDInsightSparkActivity.

getDebugInfo
String

Opção de informações de depuração. Os valores possíveis incluem: 'None', 'Always', 'Failure'

sparkJobLinkedService
LinkedServiceReference

O serviço vinculado de armazenamento para carregar o arquivo de entrada e as dependências e para receber logs.

className
String

A classe main Java/Spark do aplicativo.

proxyUser
Object

O usuário a representar que executará o trabalho. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

sparkConfig
IDictionary<String,Object>

Propriedade de configuração do Spark.

Aplica-se a