次の方法で共有


Host Instances - Get Host Instance Settings

ホスト インスタンスの設定を取得する

GET http://localhost/BizTalkManagementService/HostInstances/Settings/{hostName}/{serverName}

URI パラメーター

名前 / 必須 説明
hostName
path True

string

ホストの名前

serverName
path True

string

ホスト インスタンスが実行されているサーバーの名前

応答

名前 説明
200 OK

HostInstanceSettings

[OK]

Media Types: "application/json", "text/json", "application/xml", "text/xml"

定義

名前 説明
ClrSettings

ホスト インスタンスの .NET CLR 設定

HostInstanceSettings

ホスト インスタンスの設定

OrchestrationMemoryThrottlingSettings

ホスト インスタンス オーケストレーションのメモリ調整設定

ClrSettings

ホスト インスタンスの .NET CLR 設定

名前 説明
CLRMaxIOThreads

integer

最大 IO スレッド数

CLRMaxWorkerThreads

integer

[ワーカー スレッドの最大数]

CLRMinIOThreads

integer

最小 IO スレッド

CLRMinWorkerThreads

integer

ワーカー スレッドの最小値

HostInstanceSettings

ホスト インスタンスの設定

名前 説明
ClrSettings

ClrSettings

.NET CLR 設定

OrchestrationMemoryThrottlingSettings

OrchestrationMemoryThrottlingSettings

オーケストレーション メモリ調整の設定

OrchestrationMemoryThrottlingSettings

ホスト インスタンス オーケストレーションのメモリ調整設定

名前 説明
PhysicalMemoryMaximalUsage

integer

物理メモリの最大使用量

PhysicalMemoryOptimalUsage

integer

物理メモリの最適な使用

VirtualMemoryMaximalUsage

integer

仮想メモリの最大使用量

VirtualMemoryOptimalUsage

integer

仮想メモリの最適な使用