Edit

Share via


DeploymentMachineChangedData Class

Definition

[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
DeploymentMachineChangedData
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()

Applies to