AzureDataExplorerCommandActivity Class

Definition

Azure Data Explorer command activity.

[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
Inheritance
AzureDataExplorerCommandActivity
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureDataExplorerCommandActivity()

Initializes a new instance of the AzureDataExplorerCommandActivity class.

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

Initializes a new instance of the AzureDataExplorerCommandActivity class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Activity)
Command

Gets or sets a control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).

CommandTimeout

Gets or sets control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..)

DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
LinkedServiceName

Gets or sets linked service reference.

(Inherited from ExecutionActivity)
Name

Gets or sets activity name.

(Inherited from Activity)
Policy

Gets or sets activity policy.

(Inherited from ExecutionActivity)
UserProperties

Gets or sets activity user properties.

(Inherited from Activity)

Methods

Validate()

Validate the object.

Applies to