Applications - Start
Démarrer l’API.
PUT http://localhost/BizTalkManagementService/Applications/{applicationName}/Start
Paramètres URI
Nom | Dans | Obligatoire | Type | Description |
---|---|---|---|---|
application
|
path | True |
string |
Nom d'application. |
Corps de la demande
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Nom | Type | Description |
---|---|---|
DeployAllPolicies |
boolean |
Déployer toutes les stratégies |
EnableAllReceiveLocations |
boolean |
Activer tous les emplacements de réception |
StartAllOrchestrations |
boolean |
Démarrer toutes les orchestrations |
StartAllSendPortGroups |
boolean |
Démarrer tous les groupes de ports d’envoi |
StartAllSendPorts |
boolean |
Démarrer tous les ports d’envoi |
StartReferencedApplications |
boolean |
Démarrer les applications référencées |
Réponses
Nom | Type | Description |
---|---|---|
204 No Content |
Pas de contenu |
Définitions
BTApplicationStartOptions
Modèle pour les options de démarrage BTApplication
Nom | Type | Description |
---|---|---|
DeployAllPolicies |
boolean |
Déployer toutes les stratégies |
EnableAllReceiveLocations |
boolean |
Activer tous les emplacements de réception |
StartAllOrchestrations |
boolean |
Démarrer toutes les orchestrations |
StartAllSendPortGroups |
boolean |
Démarrer tous les groupes de ports d’envoi |
StartAllSendPorts |
boolean |
Démarrer tous les ports d’envoi |
StartReferencedApplications |
boolean |
Démarrer les applications référencées |