AzureDataExplorerCommandActivity Class
Azure Data Explorer command activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityAzureDataExplorerCommandActivity
Constructor
AzureDataExplorerCommandActivity(*, name: str, command: object, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, command_timeout: Optional[object] = None, **kwargs)
Parameters
Required
Unmatched properties from the message are deserialized to this collection.
- command
- object
Required
Required. A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
- command_timeout
- object
Required
Control command timeout. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9]))..).
Feedback
Submit and view feedback for