HDInsightCertificateCredential Class

Definition

Class that provides the credentials to talk to an RDFE.

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

Constructors

HDInsightCertificateCredential()

Initializes a new instance of the HDInsightCertificateCredential class.

HDInsightCertificateCredential(Guid, X509Certificate2)

Initializes a new instance of the HDInsightCertificateCredential class.

HDInsightCertificateCredential(Guid, X509Certificate2, Uri)

Initializes a new instance of the HDInsightCertificateCredential class.

HDInsightCertificateCredential(Guid, X509Certificate2, Uri, String)

Initializes a new instance of the HDInsightCertificateCredential class.

HDInsightCertificateCredential(HDInsightCertificateCredential)

Initializes a new instance of the HDInsightCertificateCredential class.

Properties

Certificate

Gets or sets the certificate to be used.

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