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 com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.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
-