DeploymentGroup Class
Definition
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.
Deployment group.
[System.Runtime.Serialization.DataContract]
public class DeploymentGroup : Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentGroupReference
type DeploymentGroup = class
inherit DeploymentGroupReference
Public Class DeploymentGroup
Inherits DeploymentGroupReference
- Inheritance
- Attributes
Constructors
DeploymentGroup() |
Properties
Description |
Description of the deployment group. |
Id |
Deployment group identifier. (Inherited from DeploymentGroupReference) |
MachineCount |
Number of deployment targets in the deployment group. |
Machines |
List of deployment targets in the deployment group. |
MachineTags |
List of unique tags across all deployment targets in the deployment group. |
Name |
Name of the deployment group. (Inherited from DeploymentGroupReference) |
Pool |
Deployment pool in which deployment agents are registered. (Inherited from DeploymentGroupReference) |
Project |
Project to which the deployment group belongs. (Inherited from DeploymentGroupReference) |
Methods
Clone() | (Inherited from DeploymentGroupReference) |