Interface FunctionApps
- All Superinterfaces:
HasInner<com.microsoft.azure.management.appservice.implementation.WebAppsInner>
,HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>
,SupportsCreating<FunctionApp.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsDeletingByResourceGroup
,SupportsGettingById<FunctionApp>
,SupportsGettingByResourceGroup<FunctionApp>
,SupportsListing<FunctionApp>
,SupportsListingByResourceGroup<FunctionApp>
@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>
Entry point for web app management API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<FunctionEnvelope>
listFunctions
(String resourceGroupName, String name) List function information elements.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
listFunctions
com.microsoft.azure.PagedList<FunctionEnvelope> listFunctions(String resourceGroupName, String name) List function information elements.- Parameters:
resourceGroupName
- resource group namename
- function app name- Returns:
- list of function information elements
-