HDInsightCertificateCredential Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HDInsightCertificateCredential() |
Initializes a new instance of the HDInsightCertificateCredential class. |
HDInsightCertificateCredential(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()
Initializes a new instance of the HDInsightCertificateCredential class.
public HDInsightCertificateCredential ();
Public Sub New ()
Applies to
HDInsightCertificateCredential(HDInsightCertificateCredential)
Initializes a new instance of the HDInsightCertificateCredential class.
public HDInsightCertificateCredential (Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential credential);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential : Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential
Public Sub New (credential As HDInsightCertificateCredential)
Parameters
- credential
- HDInsightCertificateCredential
The credentials to copy.
Applies to
HDInsightCertificateCredential(Guid, X509Certificate2)
Initializes a new instance of the HDInsightCertificateCredential class.
public HDInsightCertificateCredential (Guid subscriptionId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential : Guid * System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential
Public Sub New (subscriptionId As Guid, certificate As X509Certificate2)
Parameters
- subscriptionId
- Guid
Subscription Id to be used.
- certificate
- X509Certificate2
Certificate to be used to connect authenticate the user with the subscription in azure.
Applies to
HDInsightCertificateCredential(Guid, X509Certificate2, Uri)
Initializes a new instance of the HDInsightCertificateCredential class.
public HDInsightCertificateCredential (Guid subscriptionId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Uri endPoint);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential : Guid * System.Security.Cryptography.X509Certificates.X509Certificate2 * Uri -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential
Public Sub New (subscriptionId As Guid, certificate As X509Certificate2, 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.
- endPoint
- Uri
Azure Enpoint for RDFE.
Applies to
HDInsightCertificateCredential(Guid, X509Certificate2, Uri, String)
Initializes a new instance of the HDInsightCertificateCredential class.
public HDInsightCertificateCredential (Guid subscriptionId, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Uri endPoint, string deploymentNamespace);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential : Guid * System.Security.Cryptography.X509Certificates.X509Certificate2 * Uri * string -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightCertificateCredential
Public Sub New (subscriptionId As Guid, certificate As X509Certificate2, 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.
- endPoint
- Uri
Azure Enpoint for RDFE.
- deploymentNamespace
- String
Namespace for the HDInsight service.