Share via


AzureDataExplorerCommandActivity Constructors

Definition

Overloads

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.

AzureDataExplorerCommandActivity()

Initializes a new instance of the AzureDataExplorerCommandActivity class.

public AzureDataExplorerCommandActivity ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AzureDataExplorerCommandActivity class.

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)

Parameters

name
String

Activity name.

command
Object

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

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Activity description.

dependsOn
IList<ActivityDependency>

Activity depends on condition.

userProperties
IList<UserProperty>

Activity user properties.

linkedServiceName
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

commandTimeout
Object

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

Applies to