你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomContainerTemplate Class

Custom container configuration.

Constructor

CustomContainerTemplate(*, registry_credentials: _models.SessionRegistryCredentials | None = None, containers: List[_models.SessionContainer] | None = None, ingress: _models.SessionIngress | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
registry_credentials

Private container registry credentials for containers used by the sessions of the session pool.

Default value: None
containers

List of container definitions for the sessions of the session pool.

Default value: None
ingress

Session pool ingress configuration.

Default value: None

Variables

Name Description
registry_credentials

Private container registry credentials for containers used by the sessions of the session pool.

containers

List of container definitions for the sessions of the session pool.

ingress

Session pool ingress configuration.