Uses of Record Class
com.azure.runtime.host.utils.templates.TemplateFileOutput
Packages that use TemplateFileOutput
Package
Description
This package contains various traits that can be applied to resources.
Templating engine and various model types and utility classes for interacting with it.
-
Uses of TemplateFileOutput in com.azure.runtime.host.extensions.azure.eventhubs.resources
Methods in com.azure.runtime.host.extensions.azure.eventhubs.resources that return types with arguments of type TemplateFileOutput -
Uses of TemplateFileOutput in com.azure.runtime.host.extensions.azure.openai.resources
Methods in com.azure.runtime.host.extensions.azure.openai.resources that return types with arguments of type TemplateFileOutput -
Uses of TemplateFileOutput in com.azure.runtime.host.extensions.azure.storage.resources
Methods in com.azure.runtime.host.extensions.azure.storage.resources that return types with arguments of type TemplateFileOutput -
Uses of TemplateFileOutput in com.azure.runtime.host.extensions.microservice.common.resources
Methods in com.azure.runtime.host.extensions.microservice.common.resources that return types with arguments of type TemplateFileOutputModifier and TypeMethodDescriptionEurekaServiceDiscovery.processTemplate()
MicroserviceProject.processTemplate()
-
Uses of TemplateFileOutput in com.azure.runtime.host.resources.traits
Methods in com.azure.runtime.host.resources.traits that return types with arguments of type TemplateFileOutputModifier and TypeMethodDescriptionResourceWithTemplate.processTemplate()
Processes the template associated with this resource. -
Uses of TemplateFileOutput in com.azure.runtime.host.utils.templates
Methods in com.azure.runtime.host.utils.templates that return types with arguments of type TemplateFileOutputModifier and TypeMethodDescriptiondefault List
<TemplateFileOutput> TemplateEngine.process
(Class<?> cls, List<TemplateDescriptor> templateDescriptors, Map<String, Object> context) Processes the template files specified in the template descriptor list, using the context provided.