Uses of Class
com.microsoft.azure.toolkit.lib.legacy.function.template.FunctionTemplate
-
Packages that use FunctionTemplate Package Description com.microsoft.azure.toolkit.lib.legacy.function.template com.microsoft.azure.toolkit.lib.legacy.function.utils -
-
Uses of FunctionTemplate in com.microsoft.azure.toolkit.lib.legacy.function.template
Fields in com.microsoft.azure.toolkit.lib.legacy.function.template with type parameters of type FunctionTemplate Modifier and Type Field Description private List<FunctionTemplate>FunctionTemplates. templatesMethods in com.microsoft.azure.toolkit.lib.legacy.function.template that return types with arguments of type FunctionTemplate Modifier and Type Method Description List<FunctionTemplate>FunctionTemplates. getTemplates()Method parameters in com.microsoft.azure.toolkit.lib.legacy.function.template with type arguments of type FunctionTemplate Modifier and Type Method Description voidFunctionTemplates. setTemplates(List<FunctionTemplate> templates) -
Uses of FunctionTemplate in com.microsoft.azure.toolkit.lib.legacy.function.utils
Methods in com.microsoft.azure.toolkit.lib.legacy.function.utils that return types with arguments of type FunctionTemplate Modifier and Type Method Description static List<FunctionTemplate>FunctionUtils. loadAllFunctionTemplates()private static List<FunctionTemplate>FunctionUtils. parseTemplateJson(String templateJson)
-