Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Build.Client.DeploymentService
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public NotInheritable Class DeploymentService
public sealed class DeploymentService
public ref class DeploymentService sealed
[<Sealed>]
type DeploymentService =  class end
public final class DeploymentService
The DeploymentService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddBuildDeploymentProperty | Adds a property to the specified deployment | 
| .gif) | BeginAddBuildDeploymentProperty | Adds a property to the specified deployment | 
| .gif) | BeginCreateBuildDeployment | Mark build as a deployment and the associated build being deployed. | 
| .gif) | ConnectAzureCloudApp(String, String, String) | |
| .gif) | ConnectAzureCloudApp(String, String, String, String, String) | |
| .gif) | 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. | 
| .gif) | CreateBuildDeployment | Mark build as a deployment and the associated build being deployed. | 
| .gif) | CreateDeploymentEnvironment | Create a new Deployment Environment | 
| .gif) | DeleteDeploymentEnvironment | Delete a deployment environment. | 
| .gif) | DisconnectAzureCloudApp | Deletes DeploymentEnvironment for deploying to the given Azure hosted service and disables the associated build defintion. | 
| .gif) | DisconnectAzureWebsite | Deletes DeploymentEnvironment for deploying to the given Azure WebSite and disables the associated build defintion. | 
| .gif) | EndAddBuildDeploymentProperty | End the async operation BeginAddBuildDeploymentProperty | 
| .gif) | EndCreateBuildDeployment | Returns BuildDeployment created during this async operation. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetDeploymentEnvironment | Get all of the data for a particular deployment environment | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | QueryDeploymentEnvironments | List the deployment environments | 
| .gif) | QueryDeployments | Query the list of deployments | 
| .gif) | QueryDeploymentsByUri | Gets a list of deployments that match the passed in deployment URIs. | 
| .gif) | Redeploy(Uri) | Redeploy a previous successful deployment | 
| .gif) | Redeploy(Uri, AzureDeploymentSlot) | Redeploy a previous successful deployment | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.