HDInsightAccessTokenCredential Class

Definition

Class that provides the credentials to talk to an RDFE with a token.

public class HDInsightAccessTokenCredential : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightAccessTokenCredential
type HDInsightAccessTokenCredential = class
    interface IHDInsightAccessTokenCredential
    interface IHDInsightSubscriptionCredentials
    interface IJobSubmissionClientCredential
Public Class HDInsightAccessTokenCredential
Implements IHDInsightAccessTokenCredential
Inheritance
HDInsightAccessTokenCredential
Derived
Implements
Microsoft.Hadoop.Client.IJobSubmissionClientCredential IHDInsightAccessTokenCredential IHDInsightSubscriptionCredentials

Constructors

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(HDInsightAccessTokenCredential)

Initializes a new instance of the HDInsightAccessTokenCredential class.

Properties

AccessToken

Gets or sets the Access Token for comunication with the RP.

DeploymentNamespace

Gets or sets the HDInsight Namespace for Azure.

Endpoint

Gets or sets the Azure Deployment Endpoint to talk to.

SubscriptionId

Gets or sets the subscription ID to be used.

Applies to