JobSubmissionCertificateCredential Constructors

Definition

Overloads

JobSubmissionCertificateCredential()

Initializes a new instance of the JobSubmissionCertificateCredential class.

JobSubmissionCertificateCredential(HDInsightCertificateCredential, String)

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

Initializes a new instance of the JobSubmissionCertificateCredential class.

public JobSubmissionCertificateCredential ();
Public Sub New ()

Applies to

JobSubmissionCertificateCredential(HDInsightCertificateCredential, String)

Initializes a new instance of the JobSubmissionCertificateCredential class.

public JobSubmissionCertificateCredential (Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential credentials, string cluster);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential : Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential * string -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential
Public Sub New (credentials As HDInsightCertificateCredential, cluster As String)

Parameters

credentials
HDInsightCertificateCredential

HDInsightSubscriptionCertificateCredentials to be used.

cluster
String

The cluster to connect to.

Applies to

JobSubmissionCertificateCredential(Guid, X509Certificate2, String)

Initializes a new instance of the JobSubmissionCertificateCredential class.

public JobSubmissionCertificateCredential (Guid subscriptionId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string cluster);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential : Guid * System.Security.Cryptography.X509Certificates.X509Certificate2 * string -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential
Public Sub New (subscriptionId As Guid, certificate As X509Certificate2, cluster As String)

Parameters

subscriptionId
Guid

Subscription Id to be used.

certificate
X509Certificate2

Certificate to be used to connect authenticate the user with the subscription in azure.

cluster
String

The cluster to connect to.

Applies to

JobSubmissionCertificateCredential(Guid, X509Certificate2, String, Uri)

Initializes a new instance of the JobSubmissionCertificateCredential class.

public JobSubmissionCertificateCredential (Guid subscriptionId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string cluster, Uri endPoint);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential : Guid * System.Security.Cryptography.X509Certificates.X509Certificate2 * string * Uri -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential
Public Sub New (subscriptionId As Guid, certificate As X509Certificate2, cluster As String, endPoint As Uri)

Parameters

subscriptionId
Guid

Subscription Id to be used.

certificate
X509Certificate2

Certificate to be used to connect authenticate the user with the subscription in azure.

cluster
String

The cluster to connect to.

endPoint
Uri

Azure Enpoint for RDFE.

Applies to

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

Initializes a new instance of the JobSubmissionCertificateCredential class.

public JobSubmissionCertificateCredential (Guid subscriptionId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string cluster, Uri endPoint, string deploymentNamespace);
new Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential : Guid * System.Security.Cryptography.X509Certificates.X509Certificate2 * string * Uri * string -> Microsoft.WindowsAzure.Management.HDInsight.JobSubmissionCertificateCredential
Public Sub New (subscriptionId As Guid, certificate As X509Certificate2, cluster As String, endPoint As Uri, deploymentNamespace As String)

Parameters

subscriptionId
Guid

Subscription Id to be used.

certificate
X509Certificate2

Certificate to be used to connect authenticate the user with the subscription in azure.

cluster
String

The cluster to connect to.

endPoint
Uri

Azure Enpoint for RDFE.

deploymentNamespace
String

Namespace for the HDInsight service.

Applies to