共用方式為


CustomActivity interface

自訂活動類型。

Extends

屬性

autoUserSpecification

使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。

command

自定義活動類型的命令:string (或 expression with resultType string)。

extendedProperties

使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。

folderPath

資源文件的資料夾路徑 類型:string (或 expression with resultType string)。

referenceObjects

參考物件

resourceLinkedService

資源連結服務參考。

retentionTimeInDays

針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

dependsOn

活動取決於條件。

description

活動描述。

linkedServiceName

鏈接的服務參考。

name

活動名稱。

onInactiveMarkAs

當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。

policy

活動原則。

state

活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。

userProperties

活動用戶屬性。

屬性詳細資料

autoUserSpecification

使用者的提高許可權層級和範圍,預設值為非系統管理員工作。 Type:string (或 expression with resultType double) 的表達式。

autoUserSpecification?: any

屬性值

any

command

自定義活動類型的命令:string (或 expression with resultType string)。

command: any

屬性值

any

extendedProperties

使用者定義的屬性包。 對可以使用的索引鍵或值沒有任何限制。 使用者指定的自定義活動完全負責取用和解譯定義的內容。

extendedProperties?: {[propertyName: string]: any}

屬性值

{[propertyName: string]: any}

folderPath

資源文件的資料夾路徑 類型:string (或 expression with resultType string)。

folderPath?: any

屬性值

any

referenceObjects

參考物件

referenceObjects?: CustomActivityReferenceObject

屬性值

resourceLinkedService

資源連結服務參考。

resourceLinkedService?: LinkedServiceReference

屬性值

retentionTimeInDays

針對自訂活動提交的檔案保留時間。 類型:double(或 expressionType double 的運算式)。

retentionTimeInDays?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "Custom"

屬性值

"Custom"

繼承的屬性詳細資料

dependsOn

活動取決於條件。

dependsOn?: ActivityDependency[]

屬性值

繼承自ExecutionActivity.dependsOn

description

活動描述。

description?: string

屬性值

string

繼承自ExecutionActivity.description

linkedServiceName

鏈接的服務參考。

linkedServiceName?: LinkedServiceReference

屬性值

繼承自ExecutionActivity.linkedServiceName

name

活動名稱。

name: string

屬性值

string

繼承自ExecutionActivity.name

onInactiveMarkAs

當狀態設定為 [非使用中] 時,活動的狀態結果。 這是選擇性屬性,如果未在活動處於非使用中狀態時提供,則狀態預設會是 [成功]。

onInactiveMarkAs?: string

屬性值

string

繼承自ExecutionActivity.onInactiveMarkAs

policy

活動原則。

policy?: ActivityPolicy

屬性值

繼承自ExecutionActivity.policy

state

活動狀態。 這是選擇性屬性,如果未提供,則狀態預設為 [作用中]。

state?: string

屬性值

string

繼承自ExecutionActivity.state

userProperties

活動用戶屬性。

userProperties?: UserProperty[]

屬性值

繼承自ExecutionActivity.userProperties