共用方式為


FunctionEnvelopePropertiesOutput interface

FunctionEnvelope 資源特定屬性

屬性

config

設定資訊。

config_href

設定 URI。

files

檔案清單。

function_app_id

函式應用程式識別碼。

href

函式 URI。

invoke_url_template

叫用 URL

isDisabled

取得或設定值,指出函式是否停用

language

函式語言

script_href

腳本 URI。

script_root_path_href

編寫根路徑 URI 的腳本。

secrets_file_href

秘密檔案 URI。

test_data

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

test_data_href

測試數據 URI。

屬性詳細資料

config

設定資訊。

config?: Record<string, unknown>

屬性值

Record<string, unknown>

config_href

設定 URI。

config_href?: string

屬性值

string

files

檔案清單。

files?: Record<string, string>

屬性值

Record<string, string>

function_app_id

函式應用程式識別碼。

function_app_id?: string

屬性值

string

href

函式 URI。

href?: string

屬性值

string

invoke_url_template

叫用 URL

invoke_url_template?: string

屬性值

string

isDisabled

取得或設定值,指出函式是否停用

isDisabled?: boolean

屬性值

boolean

language

函式語言

language?: string

屬性值

string

script_href

腳本 URI。

script_href?: string

屬性值

string

script_root_path_href

編寫根路徑 URI 的腳本。

script_root_path_href?: string

屬性值

string

secrets_file_href

秘密檔案 URI。

secrets_file_href?: string

屬性值

string

test_data

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

test_data?: string

屬性值

string

test_data_href

測試數據 URI。

test_data_href?: string

屬性值

string