JobSubmissionCertificateCredential Class

Definition

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

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

Constructors

JobSubmissionCertificateCredential()

Initializes a new instance of the JobSubmissionCertificateCredential class.

JobSubmissionCertificateCredential(Guid, X509Certificate2, String)

Initializes a new instance of the JobSubmissionCertificateCredential class.

JobSubmissionCertificateCredential(Guid, X509Certificate2, String, Uri)

Initializes a new instance of the JobSubmissionCertificateCredential class.

JobSubmissionCertificateCredential(Guid, X509Certificate2, String, Uri, String)

Initializes a new instance of the JobSubmissionCertificateCredential class.

JobSubmissionCertificateCredential(HDInsightCertificateCredential, String)

Initializes a new instance of the JobSubmissionCertificateCredential class.

Properties

Certificate

Gets or sets the certificate to be used.

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

Gets or sets the HDInsight Namespace for Azure.

(Inherited from HDInsightCertificateCredential)
Endpoint

Gets or sets the Azure Deployment Endpoint to talk to.

(Inherited from HDInsightCertificateCredential)
SubscriptionId

Gets or sets the subscription ID to be used.

(Inherited from HDInsightCertificateCredential)

Applies to