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.ProxyOnlyResource
FunctionEnvelope

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
str

Kind of resource.

script_root_path_href
str

Script root path URI.

script_href
str

Script URI.

config_href
str

Config URI.

secrets_file_href
str

Secrets file URI.

href
str

Function URI.

config
<xref:JSON>

Config information.

files

File list.

test_data
str

Test data used when testing via the Azure Portal.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

name_properties_name
str

Function name.

function_app_id
str

Function App ID.

script_root_path_href
str

Script root path URI.

script_href
str

Script URI.

config_href
str

Config URI.

secrets_file_href
str

Secrets file URI.

href
str

Function URI.

config
<xref:JSON>

Config information.

files

File list.

test_data
str

Test data used when testing via the Azure Portal.