IHDInsightClient.Credentials Property

Gets the HDInsight subscription credentials for the cluster.

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

Syntax

'Declaration
ReadOnly Property Credentials As IHDInsightSubscriptionCredentials 
    Get
'Usage
Dim instance As IHDInsightClient 
Dim value As IHDInsightSubscriptionCredentials 

value = instance.Credentials
IHDInsightSubscriptionCredentials Credentials { get; }
property IHDInsightSubscriptionCredentials^ Credentials {
    IHDInsightSubscriptionCredentials^ get ();
}
abstract Credentials : IHDInsightSubscriptionCredentials
function get Credentials () : IHDInsightSubscriptionCredentials

Property Value

Type: Microsoft.WindowsAzure.Management.HDInsight.IHDInsightSubscriptionCredentials
The IHDInsightSubscriptionCredentials for the cluster.

See Also

Reference

IHDInsightClient Interface

Microsoft.WindowsAzure.Management.HDInsight Namespace