Uses of Class
com.azure.resourcemanager.appservice.models.Template
-
Packages that use Template Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 Template Modifier and Type Method Description TemplateContainerAppInner. template()Get the template property: Container App versioned application definition.TemplateContainerAppProperties. template()Get the template property: Container App versioned application definition.TemplateRevisionInner. template()Get the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them.TemplateRevisionProperties. 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 Template Modifier and Type Method Description ContainerAppInnerContainerAppInner. withTemplate(Template template)Set the template property: Container App versioned application definition.ContainerAppPropertiesContainerAppProperties. 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 Template Modifier and Type Method Description TemplateTemplate. withContainers(List<Container> containers)Set the containers property: List of container definitions for the Container App.TemplateTemplate. withDapr(Dapr dapr)Set the dapr property: Dapr configuration for the Container App.TemplateTemplate. withRevisionSuffix(String revisionSuffix)Set the revisionSuffix property: User friendly suffix that is appended to the revision name.TemplateTemplate. withScale(Scale scale)Set the scale property: Scaling properties for the Container App.
-