Uses of Class
com.azure.resourcemanager.appcontainers.models.Template
Packages that use Template
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of Template in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return TemplateModifier and TypeMethodDescriptionContainerAppInner.template()
Get the template property: Container App versioned application definition.ContainerAppProperties.template()
Get the template property: Container App versioned application definition.RevisionInner.template()
Get the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them.RevisionProperties.template()
Get the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type TemplateModifier and TypeMethodDescriptionContainerAppInner.withTemplate
(Template template) Set the template property: Container App versioned application definition.ContainerAppProperties.withTemplate
(Template template) Set the template property: Container App versioned application definition. -
Uses of Template in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return TemplateModifier and TypeMethodDescriptionstatic Template
Template.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Template from the JsonReader.ContainerApp.template()
Gets the template property: Container App versioned application definition.Revision.template()
Gets the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them.Template.withContainers
(List<Container> containers) Set the containers property: List of container definitions for the Container App.Template.withInitContainers
(List<InitContainer> initContainers) Set the initContainers property: List of specialized containers that run before app containers.Template.withRevisionSuffix
(String revisionSuffix) Set the revisionSuffix property: User friendly suffix that is appended to the revision name.Set the scale property: Scaling properties for the Container App.Template.withServiceBinds
(List<ServiceBind> serviceBinds) Set the serviceBinds property: List of container app services bound to the app.Template.withTerminationGracePeriodSeconds
(Long terminationGracePeriodSeconds) Set the terminationGracePeriodSeconds property: Optional duration in seconds the Container App Instance needs to terminate gracefully.Template.withVolumes
(List<Volume> volumes) Set the volumes property: List of volume definitions for the Container App.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type TemplateModifier and TypeMethodDescriptionContainerApp.DefinitionStages.WithTemplate.withTemplate
(Template template) Specifies the template property: Container App versioned application definition..ContainerApp.UpdateStages.WithTemplate.withTemplate
(Template template) Specifies the template property: Container App versioned application definition..