你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionApps Interface

Implements

public interface FunctionApps
extends SupportsCreating<Blank>, SupportsDeletingById, SupportsListing<FunctionAppBasic>, SupportsListingByResourceGroup<FunctionAppBasic>, SupportsGettingByResourceGroup<FunctionApp>, SupportsGettingById<FunctionApp>, SupportsDeletingByResourceGroup, HasManager<AppServiceManager>

Entry point for web app management API.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<FunctionEnvelope> listFunctions(String resourceGroupName, String name)

List function information elements.

Method Details

listFunctions

public abstract PagedIterable listFunctions(String resourceGroupName, String name)

List function information elements.

Parameters:

resourceGroupName - resource group name
name - function app name

Returns:

list of function information elements

Applies to