Azure Data Explorer Command Activity Response
data class AzureDataExplorerCommandActivityResponse(val command: Any, val commandTimeout: Any? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
Azure Data Explorer command activity.
Constructors
Link copied to clipboard
fun AzureDataExplorerCommandActivityResponse(command: Any, commandTimeout: Any? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null)