FunctionEnvelope Class
Web Job Information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2016_08_01.models._models_py3.ProxyOnlyResourceFunctionEnvelope
Constructor
FunctionEnvelope(*, kind: str | None = None, script_root_path_href: str | None = None, script_href: str | None = None, config_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, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
script_root_path_href
|
Script root path URI. |
script_href
|
Script URI. |
config_href
|
Config 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. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
name_properties_name
|
Function name. |
function_app_id
|
Function App ID. |
script_root_path_href
|
Script root path URI. |
script_href
|
Script URI. |
config_href
|
Config 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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python