FunctionEnvelope Class
Function information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResourceFunctionEnvelope
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
function_app_id
|
Function App ID. |
script_root_path_href
|
Script root path URI. |
script_href
|
Script URI. |
config_href
|
Config URI. |
test_data_href
|
Test data URI. |
secrets_file_href
|
Secrets file URI. |
href
|
Function URI. |
config
|
<xref:JSON>
Config information. |
files
|
File list. |
test_data
|
Test data used when testing via the Azure Portal. |
invoke_url_template
|
The invocation URL. |
language
|
The function language. |
is_disabled
|
Gets or sets a value indicating whether the function is disabled. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
function_app_id
|
Function App ID. |
script_root_path_href
|
Script root path URI. |
script_href
|
Script URI. |
config_href
|
Config URI. |
test_data_href
|
Test data URI. |
secrets_file_href
|
Secrets file URI. |
href
|
Function URI. |
config
|
<xref:JSON>
Config information. |
files
|
File list. |
test_data
|
Test data used when testing via the Azure Portal. |
invoke_url_template
|
The invocation URL. |
language
|
The function language. |
is_disabled
|
Gets or sets a value indicating whether the function is disabled. |
Azure SDK for Python