Uses of Class
com.microsoft.azure.toolkit.lib.appservice.function.FunctionAppBase
-
Packages that use FunctionAppBase Package Description com.microsoft.azure.toolkit.lib.appservice.file com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.task -
-
Uses of FunctionAppBase in com.microsoft.azure.toolkit.lib.appservice.file
Fields in com.microsoft.azure.toolkit.lib.appservice.file declared as FunctionAppBase Modifier and Type Field Description private FunctionAppBase<?,?,?>AzureFunctionsAdminClient. appMethods in com.microsoft.azure.toolkit.lib.appservice.file with parameters of type FunctionAppBase Modifier and Type Method Description static AzureFunctionsAdminClientAzureFunctionsAdminClient. getClient(com.azure.resourcemanager.appservice.models.WebAppBase functionApp, FunctionAppBase<?,?,?> appService)Constructors in com.microsoft.azure.toolkit.lib.appservice.file with parameters of type FunctionAppBase Constructor Description AzureFunctionsAdminClient(AzureFunctionsAdminClient.FunctionsService functionsService, FunctionAppBase<?,?,?> app) -
Uses of FunctionAppBase in com.microsoft.azure.toolkit.lib.appservice.function
Classes in com.microsoft.azure.toolkit.lib.appservice.function with type parameters of type FunctionAppBase Modifier and Type Class Description classFunctionAppBase<T extends FunctionAppBase<T,P,F>,P extends com.microsoft.azure.toolkit.lib.common.model.AbstractAzResource<P,?,?>,F extends com.azure.resourcemanager.appservice.models.WebAppBase>Subclasses of FunctionAppBase in com.microsoft.azure.toolkit.lib.appservice.function Modifier and Type Class Description classFunctionAppclassFunctionAppDeploymentSlotclassFunctionAppDeploymentSlotDraftclassFunctionAppDraft -
Uses of FunctionAppBase in com.microsoft.azure.toolkit.lib.appservice.task
Fields in com.microsoft.azure.toolkit.lib.appservice.task declared as FunctionAppBase Modifier and Type Field Description private FunctionAppBase<?,?,?>CreateOrUpdateFunctionAppTask. functionAppprivate FunctionAppBase<?,?,?>DeployFunctionAppTask. targetMethods in com.microsoft.azure.toolkit.lib.appservice.task that return FunctionAppBase Modifier and Type Method Description FunctionAppBase<?,?,?>CreateOrUpdateFunctionAppTask. doExecute()FunctionAppBase<?,?,?>DeployFunctionAppTask. doExecute()Constructors in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type FunctionAppBase Constructor Description DeployFunctionAppTask(FunctionAppBase<?,?,?> target, File stagingFolder, FunctionDeployType deployType)DeployFunctionAppTask(FunctionAppBase<?,?,?> target, File stagingFolder, FunctionDeployType deployType, com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager messager)
-