Class FunctionTemplate
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.legacy.function.template.FunctionTemplate
-
public class FunctionTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getBundle()Map<String,String>getFiles()StringgetFunction()TemplateMetadatagetMetadata()Set<FunctionExtensionVersion>getSupportedExtensionVersions()StringgetTriggerType()voidsetBundle(List<String> bundle)voidsetFiles(Map<String,String> files)voidsetFunction(String function)voidsetMetadata(TemplateMetadata metadata)
-
-
-
Method Detail
-
getMetadata
public TemplateMetadata getMetadata()
-
setMetadata
public void setMetadata(TemplateMetadata metadata)
-
getFunction
public String getFunction()
-
setFunction
public void setFunction(String function)
-
getSupportedExtensionVersions
public Set<FunctionExtensionVersion> getSupportedExtensionVersions()
-
getTriggerType
public String getTriggerType()
-
-