你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureDataExplorerCommandActivity 构造函数

定义

重载

AzureDataExplorerCommandActivity()

初始化 AzureDataExplorerCommandActivity 类的新实例。

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

初始化 AzureDataExplorerCommandActivity 类的新实例。

AzureDataExplorerCommandActivity()

初始化 AzureDataExplorerCommandActivity 类的新实例。

public AzureDataExplorerCommandActivity ();
Public Sub New ()

适用于

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

初始化 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)

参数

name
String

活动名称。

command
Object

根据 Azure 数据资源管理器 命令语法的控制命令。 类型:字符串 (或带有 resultType 字符串) 的表达式。

additionalProperties
IDictionary<String,Object>

此集合反序列化消息中的不匹配属性

description
String

活动说明。

dependsOn
IList<ActivityDependency>

活动取决于条件。

userProperties
IList<UserProperty>

活动用户属性。

linkedServiceName
LinkedServiceReference

链接服务引用。

policy
ActivityPolicy

活动策略。

commandTimeout
Object

控制命令超时。 Type:string (或 expression with resultType string) ,pattern: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) .)

适用于