This documentation is archived and is not being maintained.
DeploymentService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The DeploymentService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddBuildDeploymentProperty | Adds a property to the specified deployment |
![]() | BeginAddBuildDeploymentProperty | Adds a property to the specified deployment |
![]() | BeginCreateBuildDeployment | Mark build as a deployment and the associated build being deployed. |
![]() | ConnectAzureCloudApp(String, String, String) | |
![]() | ConnectAzureCloudApp(String, String, String, String, String) | |
![]() | ConnectAzureWebsite | Connect a Microsoft Azure website to a Team Project. This method creates a deployment environment for the given Microsoft Azure website and then creates a Continuous Integration build definition for deploying builds to that site. |
![]() | CreateBuildDeployment | Mark build as a deployment and the associated build being deployed. |
![]() | CreateDeploymentEnvironment | Create a new Deployment Environment |
![]() | DeleteDeploymentEnvironment | Delete a deployment environment. |
![]() | DisconnectAzureCloudApp | Deletes DeploymentEnvironment for deploying to the given Azure hosted service and disables the associated build defintion. |
![]() | DisconnectAzureWebsite | Deletes DeploymentEnvironment for deploying to the given Azure WebSite and disables the associated build defintion. |
![]() | EndAddBuildDeploymentProperty | End the async operation BeginAddBuildDeploymentProperty |
![]() | EndCreateBuildDeployment | Returns BuildDeployment created during this async operation. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetDeploymentEnvironment | Get all of the data for a particular deployment environment |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | QueryDeploymentEnvironments | List the deployment environments |
![]() | QueryDeployments | Query the list of deployments |
![]() | QueryDeploymentsByUri | Gets a list of deployments that match the passed in deployment URIs. |
![]() | Redeploy(Uri) | Redeploy a previous successful deployment |
![]() | Redeploy(Uri, AzureDeploymentSlot) | Redeploy a previous successful deployment |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
