public interface FunctionApps extends SupportsCreating<FunctionApp.DefinitionStages.Blank>, SupportsDeletingById, SupportsListing<FunctionAppBasic>, SupportsListingByResourceGroup<FunctionAppBasic>, SupportsGettingByResourceGroup<FunctionApp>, SupportsGettingById<FunctionApp>, SupportsDeletingByResourceGroup, HasManager<AppServiceManager>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<FunctionEnvelope> |
listFunctions(String resourceGroupName,
String name)
List function information elements.
|
definedeleteById, deleteByIdAsynclist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsyncgetById, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsyncmanagercom.azure.core.http.rest.PagedIterable<FunctionEnvelope> listFunctions(String resourceGroupName, String name)
resourceGroupName - resource group namename - function app nameCopyright © 2021 Microsoft Corporation. All rights reserved.