CustomContainerTemplate Class
Custom container configuration.
Constructor
CustomContainerTemplate()
Variables
| Name | Description |
|---|---|
|
registry_credentials
|
<xref:<xref:"SessionRegistryCredentials">>
Private container registry credentials for containers used by the sessions of the session pool. |
|
containers
|
list[<xref:"SessionContainer">]
List of container definitions for the sessions of the session pool. |
|
ingress
|
<xref:<xref:"SessionIngress">>
Session pool ingress configuration. |
Attributes
containers
List of container definitions for the sessions of the session pool.
containers: list[azure.mgmt.appcontainers.types.SessionContainer]
ingress
Session pool ingress configuration.
ingress: SessionIngress
registryCredentials
Private container registry credentials for containers used by the sessions of the session pool.
registryCredentials: SessionRegistryCredentials