Host Instances - Put
更新主机实例设置
PUT http://localhost/BizTalkManagementService/HostInstances/Settings/{hostName}/{serverName}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
host
|
path | True |
string |
主机的名称 |
server
|
path | True |
string |
运行主机实例的服务器的名称 |
请求正文
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
名称 | 类型 | 说明 |
---|---|---|
ClrSettings |
.NET CLR 设置 |
|
OrchestrationMemoryThrottlingSettings |
业务流程内存限制设置 |
响应
名称 | 类型 | 说明 |
---|---|---|
204 No Content |
无内容 |
定义
名称 | 说明 |
---|---|
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 |
虚拟内存最佳使用情况 |