Uses of Class
com.microsoft.azure.toolkit.lib.appservice.function.FunctionAppDraft
-
Packages that use FunctionAppDraft Package Description com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.task -
-
Uses of FunctionAppDraft in com.microsoft.azure.toolkit.lib.appservice.function
Methods in com.microsoft.azure.toolkit.lib.appservice.function that return FunctionAppDraft Modifier and Type Method Description protected FunctionAppDraftFunctionAppModule. newDraftForCreate(String name, String resourceGroupName)protected FunctionAppDraftFunctionAppModule. newDraftForUpdate(FunctionApp origin) -
Uses of FunctionAppDraft in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type FunctionAppDraft 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)
-