DeploymentEnvironmentMetadata Class

This class contains the "public" information about a DeploymentEnvironent.

This includes the Name, TeamProject, ConnectedServiceName, FriendlyName, Kind, and Description. Used by Clients to display DeploymentEnviornment without revealing the secret information.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Client.DeploymentEnvironmentMetadata

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

Syntax

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

The DeploymentEnvironmentMetadata type exposes the following members.

Constructors

  Name Description
Public method DeploymentEnvironmentMetadata

Top

Properties

  Name Description
Public property ConnectedServiceName Name of the ConnectedService associated with this deployment.
Public property Description Extra description on the deployment.
Public property FriendlyName A friendly name to represent the deployment instead of 'name' which will often be a GUID.
Public property Kind The kind of deployment.
Public property Name Unique name of the deployment such as a GUID.
Public property TeamProject Name of the project associated with this deployment

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 a hash function for a particular type. (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