Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub ConnectAzureWebsite ( _
    teamProject As String, _
    subscriptionId As String, _
    webspace As String, _
    website As String _
)
[WebMethodAttribute]
public void ConnectAzureWebsite(
    string teamProject,
    string subscriptionId,
    string webspace,
    string website
)
[WebMethodAttribute]
public:
void ConnectAzureWebsite(
    String^ teamProject, 
    String^ subscriptionId, 
    String^ webspace, 
    String^ website
)
[<WebMethodAttribute>]
member ConnectAzureWebsite : 
        teamProject:string * 
        subscriptionId:string * 
        webspace:string * 
        website:string -> unit
public function ConnectAzureWebsite(
    teamProject : String, 
    subscriptionId : String, 
    webspace : String, 
    website : String
)
Parameters
- teamProject
 Type: System.String
- subscriptionId
 Type: System.String
- webspace
 Type: System.String
- website
 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.