Host Instances - Get Host Instance Settings
ホスト インスタンスの設定を取得する
GET http://localhost/BizTalkManagementService/HostInstances/Settings/{hostName}/{serverName}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
host
|
path | True |
string |
ホストの名前 |
server
|
path | True |
string |
ホスト インスタンスが実行されているサーバーの名前 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
[OK] Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
名前 | 説明 |
---|---|
Clr |
ホスト インスタンスの .NET CLR 設定 |
Host |
ホスト インスタンスの設定 |
Orchestration |
ホスト インスタンス オーケストレーションのメモリ調整設定 |
ClrSettings
ホスト インスタンスの .NET CLR 設定
名前 | 型 | 説明 |
---|---|---|
CLRMaxIOThreads |
integer |
最大 IO スレッド数 |
CLRMaxWorkerThreads |
integer |
[ワーカー スレッドの最大数] |
CLRMinIOThreads |
integer |
最小 IO スレッド |
CLRMinWorkerThreads |
integer |
ワーカー スレッドの最小値 |
HostInstanceSettings
ホスト インスタンスの設定
名前 | 型 | 説明 |
---|---|---|
ClrSettings |
.NET CLR 設定 |
|
OrchestrationMemoryThrottlingSettings |
オーケストレーション メモリ調整の設定 |
OrchestrationMemoryThrottlingSettings
ホスト インスタンス オーケストレーションのメモリ調整設定
名前 | 型 | 説明 |
---|---|---|
PhysicalMemoryMaximalUsage |
integer |
物理メモリの最大使用量 |
PhysicalMemoryOptimalUsage |
integer |
物理メモリの最適な使用 |
VirtualMemoryMaximalUsage |
integer |
仮想メモリの最大使用量 |
VirtualMemoryOptimalUsage |
integer |
仮想メモリの最適な使用 |