JobSubmissionAccessTokenCredential Class

Definition

Class that provides the credentials to submit jobs to an HDInsight cluster.

public class JobSubmissionAccessTokenCredential : Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
type JobSubmissionAccessTokenCredential = class
    inherit HDInsightAccessTokenCredential
    interface IJobSubmissionClientCredential
Public Class JobSubmissionAccessTokenCredential
Inherits HDInsightAccessTokenCredential
Inheritance
JobSubmissionAccessTokenCredential
Implements
Microsoft.Hadoop.Client.IJobSubmissionClientCredential

Constructors

JobSubmissionAccessTokenCredential()

Initializes a new instance of the JobSubmissionAccessTokenCredential class.

JobSubmissionAccessTokenCredential(Guid, String, String)

Initializes a new instance of the JobSubmissionAccessTokenCredential class.

JobSubmissionAccessTokenCredential(Guid, String, String, Uri)

Initializes a new instance of the JobSubmissionAccessTokenCredential class.

JobSubmissionAccessTokenCredential(Guid, String, String, Uri, String)

Initializes a new instance of the JobSubmissionAccessTokenCredential class.

JobSubmissionAccessTokenCredential(HDInsightAccessTokenCredential, String)

Initializes a new instance of the JobSubmissionAccessTokenCredential class.

Properties

AccessToken

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

(Inherited from HDInsightAccessTokenCredential)
Cluster System.Object.Cluster
DeploymentNamespace

Gets or sets the HDInsight Namespace for Azure.

(Inherited from HDInsightAccessTokenCredential)
Endpoint

Gets or sets the Azure Deployment Endpoint to talk to.

(Inherited from HDInsightAccessTokenCredential)
SubscriptionId

Gets or sets the subscription ID to be used.

(Inherited from HDInsightAccessTokenCredential)

Applies to