@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.
|
definedeleteById, deleteByIdAsync, deleteByIdAsynclist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncmanagerPagedList<FunctionEnvelope> listFunctions(String resourceGroupName, String name)
resourceGroupName - resource group namename - function app nameCopyright © 2019. All rights reserved.