DeploymentTargetExpands Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |
Product | Versions |
---|---|
Azure DevOps Services .NET SDK | preview, latest |