Interface FunctionApps
- All Superinterfaces:
HasManager<AppServiceManager>, SupportsCreating<FunctionApp.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<FunctionApp>, SupportsGettingByResourceGroup<FunctionApp>, SupportsListing<FunctionAppBasic>, SupportsListingByResourceGroup<FunctionAppBasic>
public interface FunctionApps
extends SupportsCreating<FunctionApp.DefinitionStages.Blank>, SupportsDeletingById, SupportsListing<FunctionAppBasic>, SupportsListingByResourceGroup<FunctionAppBasic>, SupportsGettingByResourceGroup<FunctionApp>, SupportsGettingById<FunctionApp>, SupportsDeletingByResourceGroup, HasManager<AppServiceManager>
Entry point for web app management API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<FunctionEnvelope> listFunctions(String resourceGroupName, String name) List function information elements.Methods inherited from interface HasManager
managerMethods inherited from interface SupportsCreating
defineMethods inherited from interface SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface SupportsGettingById
getById, getByIdAsyncMethods inherited from interface SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface SupportsListing
list, listAsyncMethods inherited from interface SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
listFunctions
com.azure.core.http.rest.PagedIterable<FunctionEnvelope> listFunctions(String resourceGroupName, String name) List function information elements.- Parameters:
resourceGroupName- resource group namename- function app name- Returns:
- list of function information elements
-