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

AzureDataExplorerCommandActivity 类

定义

Azure 数据资源管理器命令活动。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureDataExplorerCommand")]
public class AzureDataExplorerCommandActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureDataExplorerCommand")>]
type AzureDataExplorerCommandActivity = class
    inherit ExecutionActivity
Public Class AzureDataExplorerCommandActivity
Inherits ExecutionActivity
继承
AzureDataExplorerCommandActivity
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

AzureDataExplorerCommandActivity()

初始化 AzureDataExplorerCommandActivity 类的新实例。

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

初始化 AzureDataExplorerCommandActivity 类的新实例。

属性

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

(继承自 Activity)
Command

根据 Azure 数据资源管理器 命令语法获取或设置控制命令。 类型:包含 resultType 字符串) 的字符串 (或表达式。

CommandTimeout

获取或设置控制命令超时。 类型:包含 resultType 字符串) 的字符串 (或表达式,模式: ( (\d+) .) ? (\d\d) : (60| ([0-5][0-9]) ) : (60| ([0-5][0-9]) ) .)

DependsOn

获取或设置活动取决于条件。

(继承自 Activity)
Description

获取或设置活动说明。

(继承自 Activity)
LinkedServiceName

获取或设置链接服务引用。

(继承自 ExecutionActivity)
Name

获取或设置活动名称。

(继承自 Activity)
Policy

获取或设置活动策略。

(继承自 ExecutionActivity)
UserProperties

获取或设置活动用户属性。

(继承自 Activity)

方法

Validate()

验证 对象。

适用于