ContainerAppsFunctionsOperations interface

Interface representing a ContainerAppsFunctions operations.

Properties

get

Gets the details of a specific function from the latest Container App revision.

list

Lists the functions available in the latest revision of a Container App.

Property Details

get

Gets the details of a specific function from the latest Container App revision.

get: (resourceGroupName: string, containerAppName: string, functionName: string, options?: ContainerAppsFunctionsGetOptionalParams) => Promise<ContainerAppsFunction>

Property Value

(resourceGroupName: string, containerAppName: string, functionName: string, options?: ContainerAppsFunctionsGetOptionalParams) => Promise<ContainerAppsFunction>

list

Lists the functions available in the latest revision of a Container App.

list: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsFunctionsListOptionalParams) => PagedAsyncIterableIterator<ContainerAppsFunction, ContainerAppsFunction[], PageSettings>

Property Value

(resourceGroupName: string, containerAppName: string, options?: ContainerAppsFunctionsListOptionalParams) => PagedAsyncIterableIterator<ContainerAppsFunction, ContainerAppsFunction[], PageSettings>