DeploymentService.ConnectAzureCloudApp Method (String, String, String, String, String)

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Sub ConnectAzureCloudApp ( _
    teamProject As String, _
    subscriptionId As String, _
    hostedServiceName As String, _
    storageAccountName As String, _
    deploymentLabel As String _
)
public void ConnectAzureCloudApp(
    string teamProject,
    string subscriptionId,
    string hostedServiceName,
    string storageAccountName,
    string deploymentLabel
)
public:
void ConnectAzureCloudApp(
    String^ teamProject, 
    String^ subscriptionId, 
    String^ hostedServiceName, 
    String^ storageAccountName, 
    String^ deploymentLabel
)
member ConnectAzureCloudApp : 
        teamProject:string * 
        subscriptionId:string * 
        hostedServiceName:string * 
        storageAccountName:string * 
        deploymentLabel:string -> unit
public function ConnectAzureCloudApp(
    teamProject : String, 
    subscriptionId : String, 
    hostedServiceName : String, 
    storageAccountName : String, 
    deploymentLabel : String
)

Parameters

.NET Framework Security

See Also

Reference

DeploymentService Class

ConnectAzureCloudApp Overload

Microsoft.TeamFoundation.Build.Client Namespace