DeployedService Data Type

A service that was deployed from a service request.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
completionWorkflow ManagedObjectReference element 0/1 Gets the completion workflow.
components list of DeployedServiceComponent element 0/unbounded Gets the components.
name string element 0/1 Gets the name.
target ManagedObjectReference element 0/1 Gets the target.
Properties inherited from ManagedObjectReference
displayName string element 0/1 Gets the display name.
id long element 1/1 The unique id of the managed object this refers to.
type ManagedObjectType element 0/1 The type of managed object this refers to.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<DeployedService>
  <name>...</name>
  <completionWorkflow xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </completionWorkflow>
  <components>
    <id>...</id>
    <target>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </target>
    <completionWorkflow>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </completionWorkflow>
  </components>
  <target xsitype="...">
    <displayName>...</displayName>
    <type>...</type>
    <id>...</id>
  </target>
  <displayName>...</displayName>
  <type>...</type>
  <id>...</id>
</DeployedService>