IHDInsightAccessTokenCredential Interface

Definition

Root interface for HDInsight ADS Credentials.

public interface IHDInsightAccessTokenCredential : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightSubscriptionCredentials
type IHDInsightAccessTokenCredential = interface
    interface IHDInsightSubscriptionCredentials
    interface IJobSubmissionClientCredential
Public Interface IHDInsightAccessTokenCredential
Implements IHDInsightSubscriptionCredentials
Derived
Implements
Microsoft.Hadoop.Client.IJobSubmissionClientCredential IHDInsightSubscriptionCredentials

Properties

AccessToken

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

DeploymentNamespace

Gets or sets the HDInsight Namespace for Azure.

(Inherited from IHDInsightSubscriptionCredentials)
Endpoint

Gets or sets the Azure Deployment Endpoint to talk to.

(Inherited from IHDInsightSubscriptionCredentials)
SubscriptionId

Gets or sets the subscription ID to be used.

(Inherited from IHDInsightSubscriptionCredentials)

Applies to