This documentation is archived and is not being maintained.
DeploymentEnvironmentMetadata Class
Visual Studio 2013
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.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The DeploymentEnvironmentMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DeploymentEnvironmentMetadata() | |
![]() | DeploymentEnvironmentMetadata(DeploymentEnvironmentMetadata) | |
![]() | DeploymentEnvironmentMetadata(String, String, String, DeploymentEnvironmentKind, String, String) | Constructor for DeploymentEnvironmentMetadata |
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceName | Name of the ConnectedService associated with this deployment. |
![]() | Description | Extra description on the deployment. |
![]() | FriendlyName | A friendly name to represent the deployment instead of 'name' which will often be a GUID. |
![]() | Kind | The kind of deployment. |
![]() | Name | Unique name of the deployment such as a GUID. |
![]() | TeamProject | Name of the project associated with this deployment |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
