Applications - Stop
Stop API.
PUT http://localhost/BizTalkManagementService/Applications/{applicationName}/Stop
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
application
|
path | True |
string |
he application name. |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Type | Description |
|---|---|---|
| DisableAllReceiveLocations |
boolean |
Disable all Receive Locations |
| StopReferencedApplications |
boolean |
Stop Referenced Applications |
| SuspendRunningInstances |
boolean |
Suspend Running Instances |
| UndeployAllPolicies |
boolean |
Undeploy all policies |
| UnenlistAllOrchestrations |
boolean |
Unenlist all Orchestrations |
| UnenlistAllSendPortGroups |
boolean |
Unenlist all Send Port Groups |
| UnenlistAllSendPorts |
boolean |
Unenlist all Send Ports |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
Definitions
ApplicationStopOptions
Model for Stop Options for BTApplication
| Name | Type | Description |
|---|---|---|
| DisableAllReceiveLocations |
boolean |
Disable all Receive Locations |
| StopReferencedApplications |
boolean |
Stop Referenced Applications |
| SuspendRunningInstances |
boolean |
Suspend Running Instances |
| UndeployAllPolicies |
boolean |
Undeploy all policies |
| UnenlistAllOrchestrations |
boolean |
Unenlist all Orchestrations |
| UnenlistAllSendPortGroups |
boolean |
Unenlist all Send Port Groups |
| UnenlistAllSendPorts |
boolean |
Unenlist all Send Ports |