HDInsightCertificateCredential コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HDInsightCertificateCredential() |
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。 |
HDInsightCertificateCredential(HDInsightCertificateCredential) |
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。 |
HDInsightCertificateCredential(Guid, X509Certificate2) |
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。 |
HDInsightCertificateCredential(Guid, X509Certificate2, Uri) |
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。 |
HDInsightCertificateCredential(Guid, X509Certificate2, Uri, String) |
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。 |
HDInsightCertificateCredential()
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。
public HDInsightCertificateCredential ();
Public Sub New ()
適用対象
HDInsightCertificateCredential(HDInsightCertificateCredential)
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。
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)
パラメーター
- credential
- HDInsightCertificateCredential
コピーする資格情報。
適用対象
HDInsightCertificateCredential(Guid, X509Certificate2)
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。
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)
パラメーター
- subscriptionId
- Guid
使用するサブスクリプション ID。
- certificate
- X509Certificate2
接続に使用する証明書は、Azure のサブスクリプションでユーザーを認証します。
適用対象
HDInsightCertificateCredential(Guid, X509Certificate2, Uri)
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。
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)
パラメーター
- subscriptionId
- Guid
使用するサブスクリプション ID。
- certificate
- X509Certificate2
接続に使用する証明書は、Azure のサブスクリプションでユーザーを認証します。
- endPoint
- Uri
AZURE Enpoint for RDFE。
適用対象
HDInsightCertificateCredential(Guid, X509Certificate2, Uri, String)
HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。
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)
パラメーター
- subscriptionId
- Guid
使用するサブスクリプション ID。
- certificate
- X509Certificate2
接続に使用する証明書は、Azure のサブスクリプションでユーザーを認証します。
- endPoint
- Uri
AZURE Enpoint for RDFE。
- deploymentNamespace
- String
HDInsight サービスの名前空間。
適用対象
Azure SDK for .NET