SessionPool interface
容器應用程式會話集區。
- Extends
屬性
| container |
會話的容器類型。 |
| custom |
如果 containerType 是 CustomContainer,則為自定義容器組態。 |
| dynamic |
如果 poolManagementType 是動態的,則為集區組態。 |
| environment |
會話集區環境的資源標識碼。 |
| identity | 會話集區需要受控識別來與其他 Azure 服務互動,以不維護程式代碼中的任何秘密或認證。 |
| managed |
指派給會話集區之受控識別的選擇性設定。 |
| node |
會話集區所使用的節點數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| pool |
要管理集區的端點。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| pool |
會話集區的集區管理類型。 |
| provisioning |
會話集區的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| scale |
會話集區的調整組態。 |
| secrets | 會話集區的秘密。 |
| session |
會話集區中會話的網路組態。 |
繼承的屬性
| id | 資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
| location | 資源所在的地理位置 |
| name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| system |
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| tags | 資源標籤。 |
| type | 資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
containerType
會話的容器類型。
containerType?: string
屬性值
string
customContainerTemplate
如果 containerType 是 CustomContainer,則為自定義容器組態。
customContainerTemplate?: CustomContainerTemplate
屬性值
dynamicPoolConfiguration
如果 poolManagementType 是動態的,則為集區組態。
dynamicPoolConfiguration?: DynamicPoolConfiguration
屬性值
environmentId
會話集區環境的資源標識碼。
environmentId?: string
屬性值
string
identity
會話集區需要受控識別來與其他 Azure 服務互動,以不維護程式代碼中的任何秘密或認證。
identity?: ManagedServiceIdentity
屬性值
managedIdentitySettings
nodeCount
會話集區所使用的節點數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。
nodeCount?: number
屬性值
number
poolManagementEndpoint
要管理集區的端點。 注意:這個屬性不會串行化。 它只能由伺服器填入。
poolManagementEndpoint?: string
屬性值
string
poolManagementType
會話集區的集區管理類型。
poolManagementType?: string
屬性值
string
provisioningState
會話集區的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
scaleConfiguration
secrets
sessionNetworkConfiguration
會話集區中會話的網路組態。
sessionNetworkConfiguration?: SessionNetworkConfiguration
屬性值
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
location
name
systemData
包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。
systemData?: SystemData
屬性值
tags
資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
type
資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string