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

Constructor

FunctionEnvelope(*, kind: Optional[str] = None, function_app_id: Optional[str] = None, script_root_path_href: Optional[str] = None, script_href: Optional[str] = None, config_href: Optional[str] = None, test_data_href: Optional[str] = None, secrets_file_href: Optional[str] = None, href: Optional[str] = None, config: Optional[Any] = None, files: Optional[Dict[str, str]] = None, test_data: Optional[str] = None, invoke_url_template: Optional[str] = None, language: Optional[str] = None, is_disabled: Optional[bool] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

function_app_id
str
Required

Function App ID.

script_root_path_href
str
Required

Script root path URI.

script_href
str
Required

Script URI.

config_href
str
Required

Config URI.

test_data_href
str
Required

Test data URI.

secrets_file_href
str
Required

Secrets file URI.

href
str
Required

Function URI.

config
any
Required

Config information.

files
dict[str, str]
Required

File list.

test_data
str
Required

Test data used when testing via the Azure Portal.

invoke_url_template
str
Required

The invocation URL.

language
str
Required

The function language.

is_disabled
bool
Required

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

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.