HDInsightAccessTokenCredential コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 サービスの名前空間。
適用対象
Azure SDK for .NET