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)
Syntax
SubscriptionCloudCredentials Credentials { get; }
property SubscriptionCloudCredentials^ Credentials {
SubscriptionCloudCredentials^ get();
}
abstract Credentials : SubscriptionCloudCredentials with get
ReadOnly Property Credentials As SubscriptionCloudCredentials
Property Value
Type: Microsoft.Azure.SubscriptionCloudCredentials
See Also
ISqlManagementClient Interface
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top