次の方法で共有


HDInsightCertificateCredential クラス

定義

RDFE と通信するための資格情報を提供するクラス。

public class HDInsightCertificateCredential : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightCertificateCredential
type HDInsightCertificateCredential = class
    interface IHDInsightCertificateCredential
    interface IHDInsightSubscriptionCredentials
    interface IJobSubmissionClientCredential
Public Class HDInsightCertificateCredential
Implements IHDInsightCertificateCredential
継承
HDInsightCertificateCredential
派生
実装
Microsoft.Hadoop.Client.IJobSubmissionClientCredential IHDInsightCertificateCredential IHDInsightSubscriptionCredentials

コンストラクター

HDInsightCertificateCredential()

HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。

HDInsightCertificateCredential(Guid, X509Certificate2)

HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。

HDInsightCertificateCredential(Guid, X509Certificate2, Uri)

HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。

HDInsightCertificateCredential(Guid, X509Certificate2, Uri, String)

HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。

HDInsightCertificateCredential(HDInsightCertificateCredential)

HDInsightCertificateCredential クラスの新しいインスタンスを初期化します。

プロパティ

Certificate

使用する証明書を取得または設定します。

DeploymentNamespace

Azure の HDInsight 名前空間を取得または設定します。

Endpoint

通信する Azure デプロイ エンドポイントを取得または設定します。

SubscriptionId

使用するサブスクリプション ID を取得または設定します。

適用対象