ContainerAppsFunctionsOperations interface

Interface representing a ContainerAppsFunctions operations.

Properties

get

Get a specific function of a Container App from the latest Revision.

list

List the functions for a given Container App from the latest Revision.

Property Details

get

Get a specific function of a Container App from the latest 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

List the functions for a given Container App from the latest Revision.

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

Property Value

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