This documentation is archived and is not being maintained.
DeploymentService::Redeploy Method (Uri, AzureDeploymentSlot)
Visual Studio 2013
Redeploy a previous successful deployment
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public:
IQueuedBuild^ Redeploy(
Uri^ deploymentUri,
AzureDeploymentSlot deploymentSlot
)
Parameters
- deploymentUri
- Type: System::Uri
The build uri for the deployment
- deploymentSlot
- Type: Microsoft.TeamFoundation.Build.Common::AzureDeploymentSlot
Indicates Microsoft Azure slot to redeploy
- 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: