Bearbeiten

Freigeben über


DeploymentTargetExpands Enum

Definition

Properties to be included or expanded in deployment target objects. This is useful when getting a single or list of deployment targets.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
[System.Runtime.Serialization.DataContract]
public enum DeploymentTargetExpands
type DeploymentTargetExpands = 
Public Enum DeploymentTargetExpands
Inheritance
DeploymentTargetExpands
Attributes

Fields

Name Value Description
None 0

No additional properties.

Capabilities 2

Include capabilities of the deployment agent.

AssignedRequest 4

Include the job request assigned to the deployment agent.

LastCompletedRequest 8

Include the last completed job request of the deployment agent.

Applies to