Applications - Start
Starten Sie die API.
PUT http://localhost/BizTalkManagementService/Applications/{applicationName}/Start
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
application
|
path | True |
string |
Der Anwendungsname. |
Anforderungstext
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Typ | Beschreibung |
---|---|---|
DeployAllPolicies |
boolean |
Bereitstellen aller Richtlinien |
EnableAllReceiveLocations |
boolean |
Aktivieren aller Empfangsspeicherorte |
StartAllOrchestrations |
boolean |
Starten aller Orchestrierungen |
StartAllSendPortGroups |
boolean |
Starten aller Sendeportgruppen |
StartAllSendPorts |
boolean |
Starten aller Sendeports |
StartReferencedApplications |
boolean |
Starten von Anwendungen, auf die verwiesen wird |
Antworten
Name | Typ | Beschreibung |
---|---|---|
204 No Content |
Kein Inhalt |
Definitionen
BTApplicationStartOptions
Modell für BTApplication-Startoptionen
Name | Typ | Beschreibung |
---|---|---|
DeployAllPolicies |
boolean |
Bereitstellen aller Richtlinien |
EnableAllReceiveLocations |
boolean |
Aktivieren aller Empfangsspeicherorte |
StartAllOrchestrations |
boolean |
Starten aller Orchestrierungen |
StartAllSendPortGroups |
boolean |
Starten aller Sendeportgruppen |
StartAllSendPorts |
boolean |
Starten aller Sendeports |
StartReferencedApplications |
boolean |
Starten von Anwendungen, auf die verwiesen wird |