FunctionOutput interface
函式輸出的完整組態
- Extends
-
Record<string, unknown>
屬性
| name | 此函式內必須是唯一的。
如果使用 |
| type | 此輸出的類型('HTTP'、'blob'、'queue'等等)如果使用 |
屬性詳細資料
name
此函式內必須是唯一的。
如果使用 output 命名空間來建立此物件,系統就會為您自動產生名稱
name: string
屬性值
string
type
此輸出的類型('HTTP'、'blob'、'queue'等等)如果使用 output 命名空間來建立此物件,將會為您設定類型
type: string
屬性值
string