DeploymentDestinationCollection Data Type

A collection of deployment destination.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
DeploymentDestinations list of DeploymentDestination element 0/unbounded Gets the items.

Example

<DeploymentDestinationCollection>
  <DeploymentDestinations xsitype="...">
    <id>...</id>
    <name>...</name>
    <managementServer>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </managementServer>
    <target>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </target>
    <users>
      <id>...</id>
      <loginId>...</loginId>
      <displayName>...</displayName>
      <email>...</email>
      <itContact>...</itContact>
      <primary>...</primary>
    </users>
    <organizations>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </organizations>
    <appliedPlacementAttributes>
      <placementAttribute/>
      <allowedValues>...</allowedValues>
    </appliedPlacementAttributes>
  </DeploymentDestinations>
</DeploymentDestinationCollection>