Share via


FunctionEnvelopePropertiesOutput interface

FunctionEnvelope resource specific properties

Properties

config

Config information.

config_href

Config URI.

files

File list.

function_app_id

Function App ID.

href

Function URI.

invoke_url_template

The invocation URL

isDisabled

Gets or sets a value indicating whether the function is disabled

language

The function language

script_href

Script URI.

script_root_path_href

Script root path URI.

secrets_file_href

Secrets file URI.

test_data

Test data used when testing via the Azure Portal.

test_data_href

Test data URI.

Property Details

config

Config information.

config?: Record<string, unknown>

Property Value

Record<string, unknown>

config_href

Config URI.

config_href?: string

Property Value

string

files

File list.

files?: Record<string, string>

Property Value

Record<string, string>

function_app_id

Function App ID.

function_app_id?: string

Property Value

string

href

Function URI.

href?: string

Property Value

string

invoke_url_template

The invocation URL

invoke_url_template?: string

Property Value

string

isDisabled

Gets or sets a value indicating whether the function is disabled

isDisabled?: boolean

Property Value

boolean

language

The function language

language?: string

Property Value

string

script_href

Script URI.

script_href?: string

Property Value

string

script_root_path_href

Script root path URI.

script_root_path_href?: string

Property Value

string

secrets_file_href

Secrets file URI.

secrets_file_href?: string

Property Value

string

test_data

Test data used when testing via the Azure Portal.

test_data?: string

Property Value

string

test_data_href

Test data URI.

test_data_href?: string

Property Value

string