Partager via


Orchestrations - Update

Mettre à jour l’orchestration. Nous permet de lier/dissocier des ports, d’héberger et d’Change Tracking options

PUT http://localhost/BizTalkManagementService/Orchestrations

Corps de la demande

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

Nom Type Description
ApplicationName

string

Nom de l’application

AssemblyName

string

Nom de l'assembly

Description

string

Description

FullName

string

NomOrchestration

Host

string

Nom d’hôte

ImplementedRoles

string[]

Rôles implémentés

InboundPorts

OrchestrationInboundPort[]

Ports d'entrée

InvokedOrchestrations

string[]

Orchestrations appelées

OutboundPorts

OrchestrationOutboundPort[]

Ports de sortie

Status

string

Statut

Tracking

OrchestrationTrackingOptions

Options de suivi

UsedRoles

string[]

Rôles utilisés

Réponses

Nom Type Description
204 No Content

Pas de contenu

Définitions

Nom Description
Orchestration

Modèle représentant l’orchestration

OrchestrationInboundPort

Modèle représentant un port d’entrée

OrchestrationOutboundPort

Modèle représentant un port sortant

OrchestrationTrackingOptions

Modèle représentant les options de suivi pour l’orchestration

Orchestration

Modèle représentant l’orchestration

Nom Type Description
ApplicationName

string

Nom de l’application

AssemblyName

string

Nom de l'assembly

Description

string

Description

FullName

string

NomOrchestration

Host

string

Nom d’hôte

ImplementedRoles

string[]

Rôles implémentés

InboundPorts

OrchestrationInboundPort[]

Ports d'entrée

InvokedOrchestrations

string[]

Orchestrations appelées

OutboundPorts

OrchestrationOutboundPort[]

Ports de sortie

Status

string

Statut

Tracking

OrchestrationTrackingOptions

Options de suivi

UsedRoles

string[]

Rôles utilisés

OrchestrationInboundPort

Modèle représentant un port d’entrée

Nom Type Description
Binding

string

Type de liaison de port

Name

string

Nom du port

PortType

string

Type de port

ReceivePort

string

Port de réception physique lié au port

OrchestrationOutboundPort

Modèle représentant un port sortant

Nom Type Description
Binding

string

Type de liaison de port

Name

string

Nom du port

PortType

string

Type de port

SendPort

string

SendPort physique lié au port

SendPortGroup

string

SendPortGroup physique lié au port

OrchestrationTrackingOptions

Modèle représentant les options de suivi pour l’orchestration

Nom Type Description
InboundMessageBody

boolean

Corps du message entrant

MessageSendReceive

boolean

Réception d’envoi de message

OrchestartionEvents

boolean

Événements d’orchestration

OutboundMessageBody

boolean

Corps du message sortant

ServiceStartEnd

boolean

Fin du début du service

TrackPropertiesForIncomingMessages

boolean

Suivre les propriétés des messages entrants

TrackPropertiesForOutgoingMessages

boolean

Suivre les propriétés des messages sortants