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

public:
StorageManagementClient(
	SubscriptionCloudCredentials^ credentials,
	Uri^ baseUri,
	HttpClient^ 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.

baseUri
Type: System::Uri^

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

httpClient
Type: System.Net.Http::HttpClient^

The Http client

Return to top
Show: