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}