ISqlManagementClient::Credentials Property

 

When you create an Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Azure Service ManagementAPIs use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed.

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

property SubscriptionCloudCredentials^ Credentials {
	SubscriptionCloudCredentials^ get();
}

Property Value

Type: Microsoft.Azure::SubscriptionCloudCredentials^
Return to top
Show: