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)

Syntax

'Declaration
Public Sub DisconnectAzureWebsite ( _
    teamProject As String, _
    website As String _
)
public void DisconnectAzureWebsite(
    string teamProject,
    string website
)
public:
void DisconnectAzureWebsite(
    String^ teamProject, 
    String^ website
)
member DisconnectAzureWebsite : 
        teamProject:string * 
        website:string -> unit
public function DisconnectAzureWebsite(
    teamProject : String, 
    website : String
)

Parameters

  • teamProject
    Type: System.String

    The name of the team project with which to disconnect

.NET Framework Security

See Also

Reference

DeploymentService Class

Microsoft.TeamFoundation.Build.Client Namespace