次の方法で共有


HDInsightAccessTokenCredential コンストラクター

定義

オーバーロード

HDInsightAccessTokenCredential()

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

HDInsightAccessTokenCredential(HDInsightAccessTokenCredential)

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

HDInsightAccessTokenCredential(Guid, String)

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

HDInsightAccessTokenCredential(Guid, String, Uri)

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

HDInsightAccessTokenCredential(Guid, String, Uri, String)

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

HDInsightAccessTokenCredential()

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

public HDInsightAccessTokenCredential();
Public Sub New ()

適用対象

HDInsightAccessTokenCredential(HDInsightAccessTokenCredential)

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

public HDInsightAccessTokenCredential(Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential credential);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (credential As HDInsightAccessTokenCredential)

パラメーター

credential
HDInsightAccessTokenCredential

コピーする資格情報。

適用対象

HDInsightAccessTokenCredential(Guid, String)

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

public HDInsightAccessTokenCredential(Guid subscriptionId, string token);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Guid * string -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String)

パラメーター

subscriptionId
Guid

使用するサブスクリプション ID。

token
String

接続に使用されるアクセス トークンは、Azure のサブスクリプションを使用してユーザーを認証します。

適用対象

HDInsightAccessTokenCredential(Guid, String, Uri)

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

public HDInsightAccessTokenCredential(Guid subscriptionId, string token, Uri endPoint);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Guid * string * Uri -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String, endPoint As Uri)

パラメーター

subscriptionId
Guid

使用するサブスクリプション ID。

token
String

接続に使用されるアクセス トークンは、Azure のサブスクリプションを使用してユーザーを認証します。

endPoint
Uri

AZURE Enpoint for RDFE。

適用対象

HDInsightAccessTokenCredential(Guid, String, Uri, String)

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

public HDInsightAccessTokenCredential(Guid subscriptionId, string token, Uri endPoint, string deploymentNamespace);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential : Guid * string * Uri * string -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightAccessTokenCredential
Public Sub New (subscriptionId As Guid, token As String, endPoint As Uri, deploymentNamespace As String)

パラメーター

subscriptionId
Guid

使用するサブスクリプション ID。

token
String

接続に使用されるアクセス トークンは、Azure のサブスクリプションを使用してユーザーを認証します。

endPoint
Uri

AZURE Enpoint for RDFE。

deploymentNamespace
String

HDInsight サービスの名前空間。

適用対象