次の方法で共有


IHDInsightAccessTokenCredential インターフェイス

定義

HDInsight ADS 資格情報のルート インターフェイス。

public interface IHDInsightAccessTokenCredential : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightSubscriptionCredentials
type IHDInsightAccessTokenCredential = interface
    interface IHDInsightSubscriptionCredentials
    interface IJobSubmissionClientCredential
Public Interface IHDInsightAccessTokenCredential
Implements IHDInsightSubscriptionCredentials
派生
実装
Microsoft.Hadoop.Client.IJobSubmissionClientCredential IHDInsightSubscriptionCredentials

プロパティ

AccessToken

RP との通信用のアクセス トークンを取得または設定します。

DeploymentNamespace

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

(継承元 IHDInsightSubscriptionCredentials)
Endpoint

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

(継承元 IHDInsightSubscriptionCredentials)
SubscriptionId

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

(継承元 IHDInsightSubscriptionCredentials)

適用対象