共用方式為


FunctionEnvelope 類別

函式資訊。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.web.v2020_12_01.models._models_py3.ProxyOnlyResource
FunctionEnvelope

建構函式

FunctionEnvelope(*, kind: str | None = None, function_app_id: str | None = None, script_root_path_href: str | None = None, script_href: str | None = None, config_href: str | None = None, test_data_href: str | None = None, secrets_file_href: str | None = None, href: str | None = None, config: MutableMapping[str, Any] | None = None, files: Dict[str, str] | None = None, test_data: str | None = None, invoke_url_template: str | None = None, language: str | None = None, is_disabled: bool | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
kind
str

資源種類。

function_app_id
str

函式應用程式識別碼。

script_root_path_href
str

編寫根路徑 URI 的腳本。

script_href
str

腳本 URI。

config_href
str

設定 URI。

test_data_href
str

測試資料 URI。

secrets_file_href
str

秘密檔案 URI。

href
str

函式 URI。

config
<xref:JSON>

設定資訊。

files

檔案清單。

test_data
str

透過 Azure 入口網站測試時所使用的測試資料。

invoke_url_template
str

調用 URL。

language
str

函式語言。

is_disabled

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

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

kind
str

資源種類。

type
str

資源類型。

function_app_id
str

函式應用程式識別碼。

script_root_path_href
str

編寫根路徑 URI 的腳本。

script_href
str

腳本 URI。

config_href
str

設定 URI。

test_data_href
str

測試資料 URI。

secrets_file_href
str

秘密檔案 URI。

href
str

函式 URI。

config
<xref:JSON>

設定資訊。

files

檔案清單。

test_data
str

透過 Azure 入口網站測試時所使用的測試資料。

invoke_url_template
str

調用 URL。

language
str

函式語言。

is_disabled

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