SessionPoolUpdatableProperties interface
容器应用会话池可更新属性。
属性
| custom |
如果 containerType 为 CustomContainer,则为自定义容器配置。 |
| dynamic |
如果 poolManagementType 是动态的,则为池配置。 |
| identity | 会话池需要托管标识才能与其他 Azure 服务交互,以不维护代码中的任何机密或凭据。 |
| scale |
会话池的缩放配置。 |
| secrets | 会话池的机密。 |
| session |
会话池中会话的网络配置。 |
| tags | 资源标记。 |
属性详细信息
customContainerTemplate
如果 containerType 为 CustomContainer,则为自定义容器配置。
customContainerTemplate?: CustomContainerTemplate
属性值
dynamicPoolConfiguration
如果 poolManagementType 是动态的,则为池配置。
dynamicPoolConfiguration?: DynamicPoolConfiguration
属性值
identity
会话池需要托管标识才能与其他 Azure 服务交互,以不维护代码中的任何机密或凭据。
identity?: ManagedServiceIdentity
属性值
scaleConfiguration
secrets
sessionNetworkConfiguration
会话池中会话的网络配置。
sessionNetworkConfiguration?: SessionNetworkConfiguration
属性值
tags
资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}