Uses of Class
com.azure.resourcemanager.appservice.models.Template
Packages that use Template
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of Template in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.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.appservice.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.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return TemplateModifier and TypeMethodDescriptionstatic TemplateTemplate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Template from the JsonReader.Template.withContainers(List<Container> containers) Set the containers property: List of container definitions for the Container App.Set the dapr property: Dapr configuration for the Container App.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.