DeploymentMachineChangedData 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.
[System.Runtime.Serialization.DataContract]
public class DeploymentMachineChangedData : Microsoft.TeamFoundation.DistributedTask.WebApi.DeploymentMachine, ICloneable
type DeploymentMachineChangedData = class
inherit DeploymentMachine
interface ICloneable
Public Class DeploymentMachineChangedData
Inherits DeploymentMachine
Implements ICloneable
- Inheritance
- Attributes
- Implements
Constructors
DeploymentMachineChangedData() | |
DeploymentMachineChangedData(DeploymentMachine) |
Properties
Agent |
Deployment agent. (Inherited from DeploymentMachine) |
Id |
Deployment target Identifier. (Inherited from DeploymentMachine) |
Tags |
Tags of the deployment target. (Inherited from DeploymentMachine) |
TagsAdded | |
TagsDeleted |
Methods
Clone() |
Explicit Interface Implementations
ICloneable.Clone() |