SessionPool interface

容器應用程式會話集區。

Extends

屬性

containerType

會話的容器類型。

customContainerTemplate

如果 containerType 是 CustomContainer,則為自定義容器組態。

dynamicPoolConfiguration

如果 poolManagementType 是動態的,則為集區組態。

environmentId

會話集區環境的資源標識碼。

identity

會話集區需要受控識別來與其他 Azure 服務互動,以不維護程式代碼中的任何秘密或認證。

managedIdentitySettings

指派給會話集區之受控識別的選擇性設定。

nodeCount

會話集區所使用的節點數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。

poolManagementEndpoint

要管理集區的端點。 注意:這個屬性不會串行化。 它只能由伺服器填入。

poolManagementType

會話集區的集區管理類型。

provisioningState

會話集區的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

scaleConfiguration

會話集區的調整組態。

secrets

會話集區的秘密。

sessionNetworkConfiguration

會話集區中會話的網路組態。

繼承的屬性

id

資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。

location

資源所在的地理位置

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

systemData

包含 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

指派給會話集區之受控識別的選擇性設定。

managedIdentitySettings?: ManagedIdentitySetting[]

屬性值

nodeCount

會話集區所使用的節點數目。 注意:這個屬性不會串行化。 它只能由伺服器填入。

nodeCount?: number

屬性值

number

poolManagementEndpoint

要管理集區的端點。 注意:這個屬性不會串行化。 它只能由伺服器填入。

poolManagementEndpoint?: string

屬性值

string

poolManagementType

會話集區的集區管理類型。

poolManagementType?: string

屬性值

string

provisioningState

會話集區的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

scaleConfiguration

會話集區的調整組態。

scaleConfiguration?: ScaleConfiguration

屬性值

secrets

會話集區的秘密。

secrets?: SessionPoolSecret[]

屬性值

sessionNetworkConfiguration

會話集區中會話的網路組態。

sessionNetworkConfiguration?: SessionNetworkConfiguration

屬性值

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” 附注:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自TrackedResource.id

location

資源所在的地理位置

location: string

屬性值

string

繼承自TrackedResource.location

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自 TrackedResource.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。 注意:這個屬性不會串行化。 它只能由伺服器填入。

systemData?: SystemData

屬性值

繼承自TrackedResource.systemData

tags

資源標籤。

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

屬性值

{[propertyName: string]: string}

繼承自TrackedResource.tags

type

資源的類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自TrackedResource.type