Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes DeploymentEnvironment for deploying to the given Azure WebSite and disables the associated build defintion.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub DisconnectAzureWebsite ( _
requestContext As TeamFoundationRequestContext, _
teamProject As String, _
website As String _
)
public void DisconnectAzureWebsite(
TeamFoundationRequestContext requestContext,
string teamProject,
string website
)
public:
void DisconnectAzureWebsite(
TeamFoundationRequestContext^ requestContext,
String^ teamProject,
String^ website
)
member DisconnectAzureWebsite :
requestContext:TeamFoundationRequestContext *
teamProject:string *
website:string -> unit
public function DisconnectAzureWebsite(
requestContext : TeamFoundationRequestContext,
teamProject : String,
website : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- teamProject
Type: System.String
- website
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.