FunctionEnvelope Class

Function information.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResource
FunctionEnvelope

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
str

Kind of resource.

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.

test_data_href
str

Test data 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.

invoke_url_template
str

The invocation URL.

language
str

The function language.

is_disabled

Gets or sets a value indicating whether the function is disabled.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

system_data

The system metadata relating to this resource.

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.

test_data_href
str

Test data 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.

invoke_url_template
str

The invocation URL.

language
str

The function language.

is_disabled

Gets or sets a value indicating whether the function is disabled.