Uses of Class
com.azure.resourcemanager.appcontainers.models.Template
-
Packages that use Template Package Description com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 Template Modifier and Type Method Description Template
ContainerAppInner. template()
Get the template property: Container App versioned application definition.Template
ContainerAppProperties. template()
Get the template property: Container App versioned application definition.Template
RevisionInner. template()
Get the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them.Template
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 Template Modifier and Type Method Description ContainerAppInner
ContainerAppInner. withTemplate(Template template)
Set the template property: Container App versioned application definition.ContainerAppProperties
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 Template Modifier and Type Method Description Template
ContainerApp. template()
Gets the template property: Container App versioned application definition.Template
Revision. template()
Gets the template property: Container App Revision Template with all possible settings and the defaults if user did not provide them.Template
Template. withContainers(List<Container> containers)
Set the containers property: List of container definitions for the Container App.Template
Template. withRevisionSuffix(String revisionSuffix)
Set the revisionSuffix property: User friendly suffix that is appended to the revision name.Template
Template. withScale(Scale scale)
Set the scale property: Scaling properties for the Container App.Template
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 Template Modifier and Type Method Description ContainerApp.DefinitionStages.WithCreate
ContainerApp.DefinitionStages.WithTemplate. withTemplate(Template template)
Specifies the template property: Container App versioned application definition..ContainerApp.Update
ContainerApp.UpdateStages.WithTemplate. withTemplate(Template template)
Specifies the template property: Container App versioned application definition..
-