Share via


WebSiteManagementClient Constructor (SubscriptionCloudCredentials, Uri, 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,
    Uri baseUri,
    HttpClient httpClient
)
public:
WebSiteManagementClient(
    SubscriptionCloudCredentials^ credentials,
    Uri^ baseUri,
    HttpClient^ httpClient
)
new : 
        credentials:SubscriptionCloudCredentials *
        baseUri:Uri *
        httpClient:HttpClient -> WebSiteManagementClient
Public Sub New (
    credentials As SubscriptionCloudCredentials,
    baseUri As Uri,
    httpClient As HttpClient
)

Parameters

  • baseUri
    Type: System.Uri

    Required. Gets the URI used as the base for all cloud service requests.

See Also

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

Return to top