Share via


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)

Usage

'Usage
Dim instance As ISqlManagementClient
Dim value As SubscriptionCloudCredentials

value = instance.Credentials

Syntax

'Declaration
ReadOnly Property Credentials As SubscriptionCloudCredentials
SubscriptionCloudCredentials Credentials { get; }
property SubscriptionCloudCredentials^ Credentials {
    SubscriptionCloudCredentials^ get ();
}
/** @property */
SubscriptionCloudCredentials get_Credentials ()
function get Credentials () : SubscriptionCloudCredentials

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ISqlManagementClient Interface
ISqlManagementClient Members
Microsoft.WindowsAzure.Management.Sql Namespace