Share via


ComputeManagementClient Constructor (HttpClient)

 

Initializes a new instance of the ComputeManagementClient class.

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

Syntax

public ComputeManagementClient(
    HttpClient httpClient
)
public:
ComputeManagementClient(
    HttpClient^ httpClient
)
new : 
        httpClient:HttpClient -> ComputeManagementClient
Public Sub New (
    httpClient As HttpClient
)

Parameters

See Also

ComputeManagementClient Overload
ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top