Share via


WebSiteManagementClient Constructor (SubscriptionCloudCredentials, HttpClient)

 

Initializes a new instance of the WebSiteManagementClient class.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public WebSiteManagementClient(
    SubscriptionCloudCredentials credentials,
    HttpClient httpClient
)
public:
WebSiteManagementClient(
    SubscriptionCloudCredentials^ credentials,
    HttpClient^ httpClient
)
new : 
        credentials:SubscriptionCloudCredentials *
        httpClient:HttpClient -> WebSiteManagementClient
Public Sub New (
    credentials As SubscriptionCloudCredentials,
    httpClient As HttpClient
)

Parameters

See Also

WebSiteManagementClient Overload
WebSiteManagementClient Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top