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)

Syntax

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

Parameters

  • credentials
    Type: Microsoft.Azure.SubscriptionCloudCredentials

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

See Also

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

Return to top