FunctionEnvelopeProperties Class

FunctionEnvelope resource specific properties.

Constructor

FunctionEnvelopeProperties(*args: Any, **kwargs: Any)

Variables

Name Description
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
any

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.

Attributes

config

Config information.

config: Any | None

config_href

Config URI.

config_href: str | None

files

File list.

files: dict[str, str] | None

function_app_id

Function App ID.

function_app_id: str | None

href

Function URI.

href: str | None

invoke_url_template

The invocation URL.

invoke_url_template: str | None

is_disabled

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

is_disabled: bool | None

language

The function language.

language: str | None

script_href

Script URI.

script_href: str | None

script_root_path_href

Script root path URI.

script_root_path_href: str | None

secrets_file_href

Secrets file URI.

secrets_file_href: str | None

test_data

Test data used when testing via the Azure Portal.

test_data: str | None

test_data_href

Test data URI.

test_data_href: str | None