Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDataExplorerCommandActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDataExplorerCommandActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDataExplorerCommandActivity.withCommand
(Object command) Set the command property: A control command, according to the Azure Data Explorer command syntax.AzureDataExplorerCommandActivity.withCommandTimeout
(Object commandTimeout) Set the commandTimeout property: Control command timeout.AzureDataExplorerCommandActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.AzureDataExplorerCommandActivity.withDescription
(String description) Set the description property: Activity description.AzureDataExplorerCommandActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.AzureDataExplorerCommandActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.AzureDataExplorerCommandActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.