共用方式為


AzureFunctionActivity interface

Azure 函式活動。

Extends

屬性

body

表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。

functionName

Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string)

headers

表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。

method

目標端點的 Rest API 方法。

type

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

繼承的屬性

dependsOn

活動取決於條件。

description

活動描述。

linkedServiceName

鏈接的服務參考。

name

活動名稱。

onInactiveMarkAs

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

policy

活動原則。

state

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

userProperties

活動用戶屬性。

屬性詳細資料

body

表示將傳送至端點的承載。 POST/PUT 方法的必要專案,GET 方法類型不允許:string (或 expression with resultType 字串串的表達式)。

body?: any

屬性值

any

functionName

Azure 函式活動將呼叫的函式名稱。 類型:string (或 expression with resultType string)

functionName: any

屬性值

any

headers

表示將傳送至要求的標頭。 例如,若要在要求上設定語言和類型:“headers” : { “Accept-Language”: “en-us”, “Content-Type”: “application/json” }。 Type:string (或 expression with resultType string) 。

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

屬性值

{[propertyName: string]: any}

method

目標端點的 Rest API 方法。

method: string

屬性值

string

type

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

type: "AzureFunctionActivity"

屬性值

"AzureFunctionActivity"

繼承的屬性詳細資料

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