SubscriptionClient Constructor (CloudCredentials^, Uri^)

 

Initializes a new instance of the SubscriptionClient class.

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

public:
SubscriptionClient(
	CloudCredentials^ credentials,
	Uri^ baseUri
)

Parameters

credentials
Type: Hyak.Common::CloudCredentials^

Required. Credentials used to authenticate requests.

baseUri
Type: System::Uri^

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

Return to top
Show: