AzureDataExplorerCommandActivity Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AzureDataExplorerCommandActivity() |
Inicializa uma nova instância da classe AzureDataExplorerCommandActivity. |
AzureDataExplorerCommandActivity(String, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object) |
Inicializa uma nova instância da classe AzureDataExplorerCommandActivity. |
AzureDataExplorerCommandActivity()
Inicializa uma nova instância da classe AzureDataExplorerCommandActivity.
public AzureDataExplorerCommandActivity ();
Public Sub New ()
Aplica-se a
AzureDataExplorerCommandActivity(String, Object, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object)
Inicializa uma nova instância da classe AzureDataExplorerCommandActivity.
public AzureDataExplorerCommandActivity (string name, object command, 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, object commandTimeout = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDataExplorerCommandActivity : string * 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 * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureDataExplorerCommandActivity
Public Sub New (name As String, command 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 commandTimeout As Object = Nothing)
Parâmetros
- name
- String
Nome da atividade.
- command
- Object
Um comando de controle, de acordo com a sintaxe de comando do Azure Data Explorer. 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 da atividade.
- linkedServiceName
- LinkedServiceReference
Referência de serviço vinculado.
- policy
- ActivityPolicy
Política de atividade.
- commandTimeout
- Object
Tempo limite do comando de controle. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType), padrão: ((\d+).)? (\d\d):(60| ([0-5][0-9])):( 60| ([0-5][0-9]))..)
Aplica-se a
Azure SDK for .NET