Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.FunctionDeployType
-
Packages that use FunctionDeployType Package Description com.microsoft.azure.toolkit.lib.appservice.function com.microsoft.azure.toolkit.lib.appservice.model com.microsoft.azure.toolkit.lib.appservice.task -
-
Uses of FunctionDeployType in com.microsoft.azure.toolkit.lib.appservice.function
Methods in com.microsoft.azure.toolkit.lib.appservice.function that return FunctionDeployType Modifier and Type Method Description protected FunctionDeployTypeFunctionAppBase. getDefaultDeployType()Methods in com.microsoft.azure.toolkit.lib.appservice.function with parameters of type FunctionDeployType Modifier and Type Method Description voidFunctionAppBase. deploy(File targetFile, FunctionDeployType functionDeployType)protected IFunctionDeployHandlerFunctionAppBase. getDeployHandlerByType(FunctionDeployType deployType) -
Uses of FunctionDeployType in com.microsoft.azure.toolkit.lib.appservice.model
Methods in com.microsoft.azure.toolkit.lib.appservice.model that return FunctionDeployType Modifier and Type Method Description static FunctionDeployTypeFunctionDeployType. fromString(String input)static FunctionDeployTypeFunctionDeployType. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionDeployType[]FunctionDeployType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FunctionDeployType in com.microsoft.azure.toolkit.lib.appservice.task
Fields in com.microsoft.azure.toolkit.lib.appservice.task declared as FunctionDeployType Modifier and Type Field Description private FunctionDeployTypeDeployFunctionAppTask. deployTypeConstructors in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type FunctionDeployType 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)
-