FunctionsExtensionOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerAppsAPIClient's

<xref:functions_extension> attribute.

Constructor

FunctionsExtensionOperations(*args, **kwargs)

Methods

invoke_functions_host

Proxies a Functions host call to the function app backed by the container app.

Proxies a Functions host call to the function app backed by the container app.

invoke_functions_host

Proxies a Functions host call to the function app backed by the container app.

Proxies a Functions host call to the function app backed by the container app.

async invoke_functions_host(resource_group_name: str, container_app_name: str, revision_name: str, function_app_name: str, **kwargs: Any) -> str

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

container_app_name
Required
str

Name of the Container App. Required.

revision_name
Required
str

Name of the Container App Revision. Required.

function_app_name
Required
str

Name of the Function. Required.

Returns

Type Description
str

str

Exceptions

Type Description