Share via


StorageManagementClient Constructor (HttpClient)

 

Initializes a new instance of the StorageManagementClient class.

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

Syntax

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

Parameters

See Also

StorageManagementClient Overload
StorageManagementClient Class
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top