Uses of Class
com.microsoft.azure.toolkit.lib.appservice.function.FunctionApp
-
Packages that use FunctionApp Package Description com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.task -
-
Uses of FunctionApp in com.microsoft.azure.toolkit.lib.appservice.function
Subclasses of FunctionApp in com.microsoft.azure.toolkit.lib.appservice.function Modifier and Type Class Description classFunctionAppDraftFields in com.microsoft.azure.toolkit.lib.appservice.function declared as FunctionApp Modifier and Type Field Description private FunctionAppFunctionAppDraft. originMethods in com.microsoft.azure.toolkit.lib.appservice.function that return FunctionApp Modifier and Type Method Description FunctionAppAzureFunctions. functionApp(String resourceId)protected FunctionAppFunctionAppModule. newResource(com.azure.resourcemanager.appservice.models.WebSiteBase remote)protected FunctionAppFunctionAppModule. newResource(String name, String resourceGroupName)@NotNull FunctionAppFunctionAppModule. update(com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<FunctionApp,?> d)Methods in com.microsoft.azure.toolkit.lib.appservice.function that return types with arguments of type FunctionApp Modifier and Type Method Description List<FunctionApp>AzureFunctions. functionApps()Methods in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type FunctionApp Modifier and Type Method Description protected FunctionAppDraftFunctionAppModule. newDraftForUpdate(FunctionApp origin)Method parameters in com.microsoft.azure.toolkit.lib.appservice.function with type arguments of type FunctionApp Modifier and Type Method Description @NotNull FunctionAppFunctionAppModule. update(com.microsoft.azure.toolkit.lib.common.model.AzResource.Draft<FunctionApp,?> d)Constructors in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type FunctionApp Constructor Description FunctionApp(FunctionApp origin)copy constructorFunctionAppDeploymentSlotModule(FunctionApp parent)FunctionAppDraft(FunctionApp origin) -
Uses of FunctionApp in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return types with arguments of type FunctionApp Modifier and Type Method Description private com.microsoft.azure.toolkit.lib.common.task.AzureTask<FunctionApp>CreateOrUpdateFunctionAppTask. getCreateFunctionAppTask(FunctionAppDraft draft)private com.microsoft.azure.toolkit.lib.common.task.AzureTask<FunctionApp>CreateOrUpdateFunctionAppTask. getUpdateFunctionAppTask(FunctionAppDraft draft)Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type FunctionApp Modifier and Type Method Description private FunctionAppDeploymentSlotDraftCreateOrUpdateFunctionAppTask. getFunctionDeploymentSlot(FunctionApp functionApp)private List<FunctionEntity>DeployFunctionAppTask. listFunctions(FunctionApp functionApp)private voidDeployFunctionAppTask. listHTTPTriggerUrls(FunctionApp target)private voidDeployFunctionAppTask. syncTriggers(FunctionApp functionApp)
-