AzureDataExplorerCommandActivity interface
Azure Data Explorer 명령 작업입니다.
- Extends
속성
| command | Azure Data Explorer 명령 문법에 따른 제어 명령어입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). |
| command |
제어 명령 시간 제한입니다. 형식: 문자열(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60|( [0-5][0-9])):(60|( [0-5][0-9]))..) |
| type | 활동의 유형입니다. |
상속된 속성
| additional |
추가 속성 |
| depends |
활동은 조건에 따라 달라집니다. |
| description | 활동 설명입니다. |
| linked |
연결된 서비스 참조입니다. |
| name | 활동 이름입니다. |
| on |
상태가 비활성 상태로 설정된 경우 활동의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태가 성공합니다. |
| policy | 활동 정책. |
| state | 작업 상태입니다. 선택적 속성이며 제공되지 않으면 기본적으로 상태가 활성 상태가 됩니다. |
| user |
활동 사용자 속성입니다. |
속성 세부 정보
command
Azure Data Explorer 명령 문법에 따른 제어 명령어입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
command: any
속성 값
any
commandTimeout
제어 명령 시간 제한입니다. 형식: 문자열(또는 resultType 문자열이 있는 식), 패턴: ((\d+).)? (\d\d):(60|( [0-5][0-9])):(60|( [0-5][0-9]))..)
commandTimeout?: any
속성 값
any
type
활동의 유형입니다.
type: "AzureDataExplorerCommand"
속성 값
"AzureDataExplorerCommand"
상속된 속성 세부 정보
additionalProperties
추가 속성
additionalProperties?: Record<string, any>
속성 값
Record<string, any>
dependsOn
description
linkedServiceName
연결된 서비스 참조입니다.
linkedServiceName?: LinkedServiceReference
속성 값
ExecutionActivity.linkedServiceName에서 상속받았습니다
name
onInactiveMarkAs
상태가 비활성 상태로 설정된 경우 활동의 상태 결과입니다. 이 속성은 선택적 속성이며 활동이 비활성 상태일 때 제공되지 않으면 기본적으로 상태가 성공합니다.
onInactiveMarkAs?: string
속성 값
string
policy
state
작업 상태입니다. 선택적 속성이며 제공되지 않으면 기본적으로 상태가 활성 상태가 됩니다.
state?: string
속성 값
string
ExecutionActivity.state에서 상속됨
userProperties
활동 사용자 속성입니다.
userProperties?: UserProperty[]