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

SessionPoolUpdatableProperties interface

容器应用会话池可更新属性。

属性

customContainerTemplate

如果 containerType 为 CustomContainer,则为自定义容器配置。

dynamicPoolConfiguration

如果 poolManagementType 是动态的,则为池配置。

identity

会话池需要托管标识才能与其他 Azure 服务交互,以不维护代码中的任何机密或凭据。

scaleConfiguration

会话池的缩放配置。

secrets

会话池的机密。

sessionNetworkConfiguration

会话池中会话的网络配置。

tags

资源标记。

属性详细信息

customContainerTemplate

如果 containerType 为 CustomContainer,则为自定义容器配置。

customContainerTemplate?: CustomContainerTemplate

属性值

dynamicPoolConfiguration

如果 poolManagementType 是动态的,则为池配置。

dynamicPoolConfiguration?: DynamicPoolConfiguration

属性值

identity

会话池需要托管标识才能与其他 Azure 服务交互,以不维护代码中的任何机密或凭据。

identity?: ManagedServiceIdentity

属性值

scaleConfiguration

会话池的缩放配置。

scaleConfiguration?: ScaleConfiguration

属性值

secrets

会话池的机密。

secrets?: SessionPoolSecret[]

属性值

sessionNetworkConfiguration

会话池中会话的网络配置。

sessionNetworkConfiguration?: SessionNetworkConfiguration

属性值

tags

资源标记。

tags?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}