Interface FunctionApps

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<FunctionApp.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<FunctionApp>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<FunctionApp>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<FunctionAppBasic>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<FunctionAppBasic>

public interface FunctionApps extends com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<FunctionApp.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<FunctionAppBasic>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<FunctionAppBasic>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<FunctionApp>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<FunctionApp>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>
Entry point for web app management API.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<FunctionEnvelope>
    listFunctions(String resourceGroupName, String name)
    List function information elements.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating

    define

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById

    deleteById, deleteByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup

    deleteByResourceGroup, deleteByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById

    getById, getByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup

    getByResourceGroup, getByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing

    list, listAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup

    listByResourceGroup, listByResourceGroupAsync
  • Method Details

    • listFunctions

      com.azure.core.http.rest.PagedIterable<FunctionEnvelope> listFunctions(String resourceGroupName, String name)
      List function information elements.
      Parameters:
      resourceGroupName - resource group name
      name - function app name
      Returns:
      list of function information elements