HDInsightAccessTokenCredential Constructors

Definition

Overloads

HDInsightAccessTokenCredential()

Initializes a new instance of the HDInsightAccessTokenCredential class.

HDInsightAccessTokenCredential(HDInsightAccessTokenCredential)

Initializes a new instance of the HDInsightAccessTokenCredential class.

HDInsightAccessTokenCredential(Guid, String)

Initializes a new instance of the HDInsightAccessTokenCredential class.

HDInsightAccessTokenCredential(Guid, String, Uri)

Initializes a new instance of the HDInsightAccessTokenCredential class.

HDInsightAccessTokenCredential(Guid, String, Uri, String)

Initializes a new instance of the HDInsightAccessTokenCredential class.

HDInsightAccessTokenCredential()

Initializes a new instance of the HDInsightAccessTokenCredential class.

public HDInsightAccessTokenCredential ();
Public Sub New ()

Applies to

HDInsightAccessTokenCredential(HDInsightAccessTokenCredential)

Initializes a new instance of the HDInsightAccessTokenCredential class.

public HDInsightAccessTokenCredential (Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential credential);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (credential As HDInsightAccessTokenCredential)

Parameters

credential
HDInsightAccessTokenCredential

The credentials to copy.

Applies to

HDInsightAccessTokenCredential(Guid, String)

Initializes a new instance of the HDInsightAccessTokenCredential class.

public HDInsightAccessTokenCredential (Guid subscriptionId, string token);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Guid * string -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String)

Parameters

subscriptionId
Guid

Subscription Id to be used.

token
String

Access token to be used to connect authenticate the user with the subscription in azure.

Applies to

HDInsightAccessTokenCredential(Guid, String, Uri)

Initializes a new instance of the HDInsightAccessTokenCredential class.

public HDInsightAccessTokenCredential (Guid subscriptionId, string token, Uri endPoint);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Guid * string * Uri -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String, endPoint As Uri)

Parameters

subscriptionId
Guid

Subscription Id to be used.

token
String

Access token to be used to connect authenticate the user with the subscription in azure.

endPoint
Uri

Azure Enpoint for RDFE.

Applies to

HDInsightAccessTokenCredential(Guid, String, Uri, String)

Initializes a new instance of the HDInsightAccessTokenCredential class.

public HDInsightAccessTokenCredential (Guid subscriptionId, string token, Uri endPoint, string deploymentNamespace);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Guid * string * Uri * string -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String, endPoint As Uri, deploymentNamespace As String)

Parameters

subscriptionId
Guid

Subscription Id to be used.

token
String

Access token to be used to connect authenticate the user with the subscription in azure.

endPoint
Uri

Azure Enpoint for RDFE.

deploymentNamespace
String

Namespace for the HDInsight service.

Applies to