ExecutionActivity interface
すべての実行アクティビティの基本クラス。
- Extends
プロパティ
| linked |
リンクされたサービス参照。 |
| policy | アクティビティ ポリシー。 |
| type | 識別子可能な値: Container, Execution, Copy, HDInsightHive, HDInsightPig, HDInsightMapReduce, HDInsightStreaming, HDInsightSpark, ExecuteSSISPackage, Custom, SqlServerStoredProcedure, ExecutePipeline, Delete, AzureDataExplorerCommand, Lookup, WebActivity, getMetadata, IfCondition, Switch, ForEach, AzureMLBatchExecution, AzureMLUpdateResource, AzureMLExecutePipeline, DataLakeAnalyticsU-SQL, wait, fail, Until, Validation, Filter, DatabricksNotebook,DatabricksSparkJar, DatabricksSparkPython, DatabricksJob, SetVariable, AppendVariable, AzureFunctionActivity, WebHook, ExecuteDataFlow, ExecuteWranglingDataflow, Script, SynapseNotebook, SparkJob |
継承されたプロパティ
| additional |
追加のプロパティ |
| depends |
アクティビティは条件によって異なります。 |
| description | アクティビティの説明。 |
| name | アクティビティ名。 |
| on |
状態が非アクティブに設定されている場合のアクティビティの状態の結果。 これは省略可能なプロパティであり、アクティビティが非アクティブのときに指定されていない場合、状態は既定で Succeeded になります。 |
| state | アクティビティの状態。 これは省略可能なプロパティであり、指定しない場合、状態は既定でアクティブになります。 |
| user |
アクティビティ ユーザーのプロパティ。 |
プロパティの詳細
linkedServiceName
policy
type
識別子可能な値: Container, Execution, Copy, HDInsightHive, HDInsightPig, HDInsightMapReduce, HDInsightStreaming, HDInsightSpark, ExecuteSSISPackage, Custom, SqlServerStoredProcedure, ExecutePipeline, Delete, AzureDataExplorerCommand, Lookup, WebActivity, getMetadata, IfCondition, Switch, ForEach, AzureMLBatchExecution, AzureMLUpdateResource, AzureMLExecutePipeline, DataLakeAnalyticsU-SQL, wait, fail, Until, Validation, Filter, DatabricksNotebook,DatabricksSparkJar, DatabricksSparkPython, DatabricksJob, SetVariable, AppendVariable, AzureFunctionActivity, WebHook, ExecuteDataFlow, ExecuteWranglingDataflow, Script, SynapseNotebook, SparkJob
type: "Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "DatabricksJob" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob"
プロパティ値
"Execution" | "Copy" | "HDInsightHive" | "HDInsightPig" | "HDInsightMapReduce" | "HDInsightStreaming" | "HDInsightSpark" | "ExecuteSSISPackage" | "Custom" | "SqlServerStoredProcedure" | "Delete" | "AzureDataExplorerCommand" | "Lookup" | "WebActivity" | "GetMetadata" | "AzureMLBatchExecution" | "AzureMLUpdateResource" | "AzureMLExecutePipeline" | "DataLakeAnalyticsU-SQL" | "DatabricksNotebook" | "DatabricksSparkJar" | "DatabricksSparkPython" | "DatabricksJob" | "AzureFunctionActivity" | "ExecuteDataFlow" | "Script" | "SynapseNotebook" | "SparkJob"
継承されたプロパティの詳細
additionalProperties
追加のプロパティ
additionalProperties?: Record<string, any>
プロパティ値
Record<string, any>
Activity.additionalPropertiesから継承
dependsOn
アクティビティは条件によって異なります。
dependsOn?: ActivityDependency[]
プロパティ値
description
name
onInactiveMarkAs
状態が非アクティブに設定されている場合のアクティビティの状態の結果。 これは省略可能なプロパティであり、アクティビティが非アクティブのときに指定されていない場合、状態は既定で Succeeded になります。
onInactiveMarkAs?: string
プロパティ値
string
state
アクティビティの状態。 これは省略可能なプロパティであり、指定しない場合、状態は既定でアクティブになります。
state?: string
プロパティ値
string
userProperties
アクティビティ ユーザーのプロパティ。
userProperties?: UserProperty[]