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 | |
---|---|---|
DeploymentEnvironmentCreationData() | ||
DeploymentEnvironmentCreationData(String, String, String, DeploymentEnvironmentKind, String, String, Dictionary<String, String>) |
Top
Properties
Name | Description | |
---|---|---|
EnvironmentMetadata | The deployment environment metadata which includes the name (ID), connectedServiceName, friendly name, description, kind, TeamProject and ProjectId | |
EnvironmentProperties |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.