SqlManagementClient Constructor (SubscriptionCloudCredentials, Uri)

 

Initializes a new instance of the SqlManagementClient class.

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

public SqlManagementClient(
	SubscriptionCloudCredentials credentials,
	Uri baseUri
)

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.

Return to top
Show: