DeploymentService.DeleteDeploymentEnvironment Method
Delete a deployment environment.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Sub DeleteDeploymentEnvironment ( _
name As String, _
teamProject As String _
)
public void DeleteDeploymentEnvironment(
string name,
string teamProject
)
public:
void DeleteDeploymentEnvironment(
String^ name,
String^ teamProject
)
member DeleteDeploymentEnvironment :
name:string *
teamProject:string -> unit
public function DeleteDeploymentEnvironment(
name : String,
teamProject : String
)
Parameters
- name
Type: System.String
- teamProject
Type: System.String
.NET Framework Security
- 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.