共用方式為


FunctionEnvelope interface

函式資訊。

Extends

屬性

config

設定資訊。

configHref

設定 URI。

files

檔案清單。

functionAppId

函式應用程式識別碼。

href

函式 URI。

invokeUrlTemplate

叫用 URL

isDisabled

值,指出函式是否停用

language

函式語言

scriptHref

腳本 URI。

scriptRootPathHref

編寫根路徑 URI 的腳本。

secretsFileHref

秘密檔案 URI。

testData

透過 Azure 入口網站測試時所使用的測試數據。

testDataHref

測試數據 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

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyOnlyResource.id

kind

資源種類。

kind?: string

屬性值

string

繼承自ProxyOnlyResource.kind

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyOnlyResource.name

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyOnlyResource.type