TeamFoundationDeploymentService.ConnectAzureCloudApp Method (TeamFoundationRequestContext, String, String, String, String, String)
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub ConnectAzureCloudApp ( _
requestContext As TeamFoundationRequestContext, _
teamProject As String, _
subscriptionId As String, _
hostedServiceName As String, _
storageAccountName As String, _
deploymentLabel As String _
)
public void ConnectAzureCloudApp(
TeamFoundationRequestContext requestContext,
string teamProject,
string subscriptionId,
string hostedServiceName,
string storageAccountName,
string deploymentLabel
)
public:
void ConnectAzureCloudApp(
TeamFoundationRequestContext^ requestContext,
String^ teamProject,
String^ subscriptionId,
String^ hostedServiceName,
String^ storageAccountName,
String^ deploymentLabel
)
member ConnectAzureCloudApp :
requestContext:TeamFoundationRequestContext *
teamProject:string *
subscriptionId:string *
hostedServiceName:string *
storageAccountName:string *
deploymentLabel:string -> unit
public function ConnectAzureCloudApp(
requestContext : TeamFoundationRequestContext,
teamProject : String,
subscriptionId : String,
hostedServiceName : String,
storageAccountName : String,
deploymentLabel : String
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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.