Applications - Start

Start API.

PUT http://localhost/BizTalkManagementService/Applications/{applicationName}/Start

URI Parameters

Name In Required Type Description
applicationName
path True

string

The application name.

Request Body

Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"

Name Type Description
DeployAllPolicies

boolean

Deploy All Policies

EnableAllReceiveLocations

boolean

Enable all Receive Locations

StartAllOrchestrations

boolean

Start all orchestrations

StartAllSendPortGroups

boolean

Start all Send Port Groups

StartAllSendPorts

boolean

Start all Send Ports

StartReferencedApplications

boolean

Start Referenced Applications

Responses

Name Type Description
204 No Content

No Content

Definitions

BTApplicationStartOptions

Model for BTApplication Start Options

Name Type Description
DeployAllPolicies

boolean

Deploy All Policies

EnableAllReceiveLocations

boolean

Enable all Receive Locations

StartAllOrchestrations

boolean

Start all orchestrations

StartAllSendPortGroups

boolean

Start all Send Port Groups

StartAllSendPorts

boolean

Start all Send Ports

StartReferencedApplications

boolean

Start Referenced Applications