Host Instances - Get Host Instance Settings
取得主機實例設定
GET http://localhost/BizTalkManagementService/HostInstances/Settings/{hostName}/{serverName}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
host
|
path | True |
string |
主機的名稱 |
server
|
path | True |
string |
執行主機實例的伺服器名稱 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
名稱 | Description |
---|---|
Clr |
主機實例 .NET CLR 設定 |
Host |
主機實例設定 |
Orchestration |
主機實例協調流程記憶體節流設定 |
ClrSettings
主機實例 .NET CLR 設定
名稱 | 類型 | Description |
---|---|---|
CLRMaxIOThreads |
integer |
IO 執行緒上限 |
CLRMaxWorkerThreads |
integer |
最大工作者執行緒 |
CLRMinIOThreads |
integer |
最小 IO 執行緒 |
CLRMinWorkerThreads |
integer |
背景工作執行緒下限 |
HostInstanceSettings
主機實例設定
名稱 | 類型 | Description |
---|---|---|
ClrSettings |
.NET CLR 設定 |
|
OrchestrationMemoryThrottlingSettings |
協調流程記憶體節流設定 |
OrchestrationMemoryThrottlingSettings
主機實例協調流程記憶體節流設定
名稱 | 類型 | Description |
---|---|---|
PhysicalMemoryMaximalUsage |
integer |
實體記憶體最大使用量 |
PhysicalMemoryOptimalUsage |
integer |
實體記憶體最佳使用方式 |
VirtualMemoryMaximalUsage |
integer |
虛擬記憶體最大使用量 |
VirtualMemoryOptimalUsage |
integer |
虛擬記憶體最佳使用方式 |