FunctionApps Interface
Implements
SupportsDeletingByResourceGroup
SupportsGettingById<FunctionApp>
SupportsGettingByResourceGroup<FunctionApp>
SupportsListingByResourceGroup<FunctionAppBasic>
HasManager<AppServiceManager>
SupportsCreating<Blank>
SupportsDeletingById
SupportsListing<FunctionAppBasic>
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
Paged |
listFunctions(String resourceGroupName, String name)
List function information elements. |
Method Details
listFunctions
public abstract PagedIterable
List function information elements.
Parameters:
resourceGroupName
- resource group name
name
- function app name
Returns:
list of function information elements
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java