@Beta public interface FunctionApps extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<FunctionApp.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<FunctionApp>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<FunctionApp>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<FunctionApp>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<FunctionApp>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.appservice.implementation.AppServiceManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.appservice.implementation.WebAppsInner>
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<FunctionEnvelope> |
listFunctions(String resourceGroupName,
String name)
List function information elements.
|
definedeleteById, deleteByIdAsync, deleteByIdAsynclist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccom.microsoft.azure.PagedList<FunctionEnvelope> listFunctions(String resourceGroupName, String name)
resourceGroupName - resource group namename - function app name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/