DeploymentEnvironmentCreationData Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentCreationData

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public NotInheritable Class DeploymentEnvironmentCreationData
public sealed class DeploymentEnvironmentCreationData
public ref class DeploymentEnvironmentCreationData sealed
[<Sealed>]
type DeploymentEnvironmentCreationData =  class end
public final class DeploymentEnvironmentCreationData

The DeploymentEnvironmentCreationData type exposes the following members.

Constructors

  Name Description
Public method DeploymentEnvironmentCreationData()
Public method DeploymentEnvironmentCreationData(String, String, String, DeploymentEnvironmentKind, String, String, Dictionary<String, String>)

Top

Properties

  Name Description
Public property EnvironmentMetadata The deployment environment metadata which includes the name (ID), connectedServiceName, friendly name, description, kind, TeamProject and ProjectId
Public property EnvironmentProperties

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace