SubscriptionClient Constructor (CloudCredentials, Uri, HttpClient)

 

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,
	HttpClient httpClient
)

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.

httpClient
Type: System.Net.Http.HttpClient

The Http client

Return to top
Show: