A single component of a deployed service. Contains information about the target, as well as the completion workflow that was run.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| completionWorkflow | ManagedObjectReference | element | 0/1 | Gets the completion workflow. | |
| id | long | element | 1/1 | Gets the id. | |
| target | ManagedObjectReference | element | 0/1 | Gets the target. |
Example
<DeployedServiceComponent>
<id>...</id>
<target xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</target>
<completionWorkflow xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</completionWorkflow>
</DeployedServiceComponent>