ContainerAppsRevisionFunctionsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ContainerAppsAPIClient's

<xref:container_apps_revision_functions> attribute.

Constructor

ContainerAppsRevisionFunctionsOperations(*args, **kwargs)

Methods

get

Get a specific function of a Container App Revision.

Gets the details of a specific function in a Container App revision.

list

List the functions for a given Container App Revision.

Lists the functions available in a specific Container App revision.

get

Get a specific function of a Container App Revision.

Gets the details of a specific function in a Container App revision.

get(resource_group_name: str, container_app_name: str, revision_name: str, function_name: str, **kwargs: Any) -> ContainerAppsFunction

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_name
Required
str

Name of the Function. Required.

Returns

Type Description

ContainerAppsFunction. The ContainerAppsFunction is compatible with MutableMapping

Exceptions

Type Description

list

List the functions for a given Container App Revision.

Lists the functions available in a specific Container App revision.

list(resource_group_name: str, container_app_name: str, revision_name: str, **kwargs: Any) -> ItemPaged[ContainerAppsFunction]

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.

Returns

Type Description

An iterator like instance of ContainerAppsFunction

Exceptions

Type Description