ContainerAppsFunctionProperties Class

Function resource specific properties.

Constructor

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

Variables

Name Description
invoke_url_template
str

Invoke URL for the function.

trigger_type
str

Trigger type of the function.

language
str

Programming language of the function.

is_disabled

Indicates whether the function is disabled. This property is deprecated; use state instead.

state

The state of the function. Known values are: "Enabled" and "Disabled".

Attributes

invoke_url_template

Invoke URL for the function.

invoke_url_template: str | None

is_disabled

Indicates whether the function is disabled. This property is deprecated; use state instead.

is_disabled: bool | None

language

Programming language of the function.

language: str | None

state

"Enabled" and "Disabled".

state: str | _models.ContainerAppsFunctionState | None

trigger_type

Trigger type of the function.

trigger_type: str | None