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
- teamProject
Type: System.String
- subscriptionId
Type: System.String
- hostedServiceName
Type: System.String
- storageAccountName
Type: System.String
- deploymentLabel
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.