FunctionEnvelope 類別
函式資訊。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
- 繼承
-
azure.mgmt.web.v2022_09_01.models._models_py3.ProxyOnlyResourceFunctionEnvelope
建構函式
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
|
資源種類。 |
function_app_id
|
函式應用程式識別碼。 |
script_root_path_href
|
編寫根路徑 URI 的腳本。 |
script_href
|
腳本 URI。 |
config_href
|
設定 URI。 |
test_data_href
|
測試資料 URI。 |
secrets_file_href
|
秘密檔案 URI。 |
href
|
函式 URI。 |
config
|
<xref:JSON>
設定資訊。 |
files
|
檔案清單。 |
test_data
|
透過 Azure 入口網站進行測試時所使用的測試資料。 |
invoke_url_template
|
叫用 URL。 |
language
|
函式語言。 |
is_disabled
|
取得或設定值,指出是否停用函式。 |
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
kind
|
資源種類。 |
type
|
資源類型。 |
function_app_id
|
函式應用程式識別碼。 |
script_root_path_href
|
編寫根路徑 URI 的腳本。 |
script_href
|
腳本 URI。 |
config_href
|
設定 URI。 |
test_data_href
|
測試資料 URI。 |
secrets_file_href
|
秘密檔案 URI。 |
href
|
函式 URI。 |
config
|
<xref:JSON>
設定資訊。 |
files
|
檔案清單。 |
test_data
|
透過 Azure 入口網站進行測試時所使用的測試資料。 |
invoke_url_template
|
叫用 URL。 |
language
|
函式語言。 |
is_disabled
|
取得或設定值,指出是否停用函式。 |