@Beta public interface FunctionApps extends SupportsCreating<FunctionApp.DefinitionStages.Blank>, SupportsDeletingById, SupportsListing<FunctionApp>, SupportsListingByResourceGroup<FunctionApp>, SupportsGettingByResourceGroup<FunctionApp>, SupportsGettingById<FunctionApp>, SupportsDeletingByResourceGroup, HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>, HasInner<com.microsoft.azure.management.appservice.implementation.WebAppsInner>
Modifier and Type | Method and Description |
---|---|
PagedList<FunctionEnvelope> |
listFunctions(String resourceGroupName,
String name)
List function information elements.
|
define
deleteById, deleteByIdAsync, deleteByIdAsync
list, listAsync
listByResourceGroup, listByResourceGroupAsync
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
getById, getByIdAsync, getByIdAsync
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
manager
PagedList<FunctionEnvelope> listFunctions(String resourceGroupName, String name)
resourceGroupName
- resource group namename
- function app nameCopyright © 2019. All rights reserved.