Uses of Class
com.microsoft.azure.toolkit.lib.legacy.function.template.BindingTemplate
-
Packages that use BindingTemplate Package Description com.microsoft.azure.toolkit.lib.legacy.function.template com.microsoft.azure.toolkit.lib.legacy.function.utils -
-
Uses of BindingTemplate in com.microsoft.azure.toolkit.lib.legacy.function.template
Fields in com.microsoft.azure.toolkit.lib.legacy.function.template declared as BindingTemplate Modifier and Type Field Description private BindingTemplate[]BindingsTemplate. bindingsMethods in com.microsoft.azure.toolkit.lib.legacy.function.template that return BindingTemplate Modifier and Type Method Description BindingTemplate[]BindingsTemplate. getBindings()BindingTemplateBindingsTemplate. getBindingTemplateByName(String triggerType)Methods in com.microsoft.azure.toolkit.lib.legacy.function.template with parameters of type BindingTemplate Modifier and Type Method Description voidBindingsTemplate. setBindings(BindingTemplate[] bindings) -
Uses of BindingTemplate in com.microsoft.azure.toolkit.lib.legacy.function.utils
Methods in com.microsoft.azure.toolkit.lib.legacy.function.utils that return BindingTemplate Modifier and Type Method Description static BindingTemplateFunctionUtils. loadBindingTemplate(String type)
-