Uses of Class
com.azure.resourcemanager.appcontainers.models.CustomContainerTemplate
Packages that use CustomContainerTemplate
Package
Description
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of CustomContainerTemplate in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return CustomContainerTemplateModifier and TypeMethodDescriptionSessionPoolInner.customContainerTemplate()Get the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolProperties.customContainerTemplate()Get the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolUpdatablePropertiesProperties.customContainerTemplate()Get the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.Methods in com.azure.resourcemanager.appcontainers.fluent.models with parameters of type CustomContainerTemplateModifier and TypeMethodDescriptionSessionPoolInner.withCustomContainerTemplate(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolProperties.withCustomContainerTemplate(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolUpdatablePropertiesProperties.withCustomContainerTemplate(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer. -
Uses of CustomContainerTemplate in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return CustomContainerTemplateModifier and TypeMethodDescriptionSessionPool.customContainerTemplate()Gets the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.SessionPoolUpdatableProperties.customContainerTemplate()Get the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.static CustomContainerTemplateCustomContainerTemplate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomContainerTemplate from the JsonReader.CustomContainerTemplate.withContainers(List<SessionContainer> containers) Set the containers property: List of container definitions for the sessions of the session pool.CustomContainerTemplate.withIngress(SessionIngress ingress) Set the ingress property: Session pool ingress configuration.CustomContainerTemplate.withRegistryCredentials(SessionRegistryCredentials registryCredentials) Set the registryCredentials property: Private container registry credentials for containers used by the sessions of the session pool.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type CustomContainerTemplateModifier and TypeMethodDescriptionSessionPool.DefinitionStages.WithCustomContainerTemplate.withCustomContainerTemplate(CustomContainerTemplate customContainerTemplate) Specifies the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer..SessionPool.UpdateStages.WithCustomContainerTemplate.withCustomContainerTemplate(CustomContainerTemplate customContainerTemplate) Specifies the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer..SessionPoolUpdatableProperties.withCustomContainerTemplate(CustomContainerTemplate customContainerTemplate) Set the customContainerTemplate property: The custom container configuration if the containerType is CustomContainer.