Share via


StorageManagementClient Constructor (SubscriptionCloudCredentials, 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)

Usage

'Usage
Dim credentials As SubscriptionCloudCredentials
Dim httpClient As HttpClient

Dim instance As New StorageManagementClient(credentials, httpClient)

Syntax

'Declaration
Public Sub New ( _
    credentials As SubscriptionCloudCredentials, _
    httpClient As HttpClient _
)
public StorageManagementClient (
    SubscriptionCloudCredentials credentials,
    HttpClient httpClient
)
public:
StorageManagementClient (
    SubscriptionCloudCredentials^ credentials, 
    HttpClient^ httpClient
)
public StorageManagementClient (
    SubscriptionCloudCredentials credentials, 
    HttpClient httpClient
)
public function StorageManagementClient (
    credentials : SubscriptionCloudCredentials, 
    httpClient : HttpClient
)

Parameters

  • credentials
    Required. Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
  • httpClient
    The Http client

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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