FunctionEnvelope interface
函式資訊。
- Extends
屬性
config | 設定資訊。 |
config |
設定 URI。 |
files | 檔案清單。 |
function |
函式應用程式識別碼。 |
href | 函式 URI。 |
invoke |
叫用 URL |
is |
值,指出函式是否停用 |
language | 函式語言 |
script |
腳本 URI。 |
script |
編寫根路徑 URI 的腳本。 |
secrets |
秘密檔案 URI。 |
test |
透過 Azure 入口網站測試時所使用的測試數據。 |
test |
測試數據 URI。 |
繼承的屬性
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
kind | 資源種類。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
config
設定資訊。
config?: Record<string, unknown>
屬性值
Record<string, unknown>
configHref
設定 URI。
configHref?: string
屬性值
string
files
檔案清單。
files?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
functionAppId
函式應用程式識別碼。
functionAppId?: string
屬性值
string
href
函式 URI。
href?: string
屬性值
string
invokeUrlTemplate
叫用 URL
invokeUrlTemplate?: string
屬性值
string
isDisabled
值,指出函式是否停用
isDisabled?: boolean
屬性值
boolean
language
函式語言
language?: string
屬性值
string
scriptHref
腳本 URI。
scriptHref?: string
屬性值
string
scriptRootPathHref
編寫根路徑 URI 的腳本。
scriptRootPathHref?: string
屬性值
string
secretsFileHref
秘密檔案 URI。
secretsFileHref?: string
屬性值
string
testData
透過 Azure 入口網站測試時所使用的測試數據。
testData?: string
屬性值
string
testDataHref
測試數據 URI。
testDataHref?: string
屬性值
string
繼承的屬性詳細資料
id
kind
name
資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自