Uses of Class
com.microsoft.azure.toolkit.lib.appservice.function.FunctionAppModule
-
Packages that use FunctionAppModule Package Description com.microsoft.azure.toolkit.lib.appservice com.microsoft.azure.toolkit.lib.appservice.function -
-
Uses of FunctionAppModule in com.microsoft.azure.toolkit.lib.appservice
Fields in com.microsoft.azure.toolkit.lib.appservice declared as FunctionAppModule Modifier and Type Field Description private FunctionAppModuleAppServiceServiceSubscription. functionAppModuleMethods in com.microsoft.azure.toolkit.lib.appservice that return FunctionAppModule Modifier and Type Method Description FunctionAppModuleAppServiceServiceSubscription. functionApps() -
Uses of FunctionAppModule in com.microsoft.azure.toolkit.lib.appservice.function
Methods in com.microsoft.azure.toolkit.lib.appservice.function that return FunctionAppModule Modifier and Type Method Description FunctionAppModuleAzureFunctions. functionApps(String subscriptionId)Constructors in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type FunctionAppModule Constructor Description FunctionApp(com.azure.resourcemanager.appservice.models.FunctionAppBasic remote, FunctionAppModule module)FunctionApp(String name, String resourceGroupName, FunctionAppModule module)FunctionAppDraft(String name, String resourceGroupName, FunctionAppModule module)
-