This documentation is archived and is not being maintained.
DeploymentEnvironmentCreationData Constructor (String, String, String, DeploymentEnvironmentKind, String, String, Dictionary<String, String>)
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public:
DeploymentEnvironmentCreationData(
String^ name,
String^ teamProject,
String^ connectedServiceName,
DeploymentEnvironmentKind kind,
String^ friendlyName,
String^ description,
Dictionary<String^, String^>^ environmentProperties
)
Parameters
- name
- Type: System::String
- teamProject
- Type: System::String
- connectedServiceName
- Type: System::String
- friendlyName
- Type: System::String
- description
- Type: System::String
- environmentProperties
- Type: System.Collections.Generic::Dictionary<String, String>
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: