This documentation is archived and is not being maintained.

DeploymentService::DisconnectAzureWebsite Method

Deletes DeploymentEnvironment for deploying to the given Azure WebSite and disables the associated build defintion.

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

public:
void DisconnectAzureWebsite(
	String^ teamProject, 
	String^ website
)

Parameters

teamProject
Type: System::String

The name of the team project with which to disconnect

website
Type: System::String

The Azure website name.

Show: