TrustedIdProvidersOperationsExtensions.Get メソッド

定義

指定した Data Lake Store の信頼された ID プロバイダーを取得します。

public static Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider Get (this Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName);
static member Get : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string * string -> Microsoft.Azure.Management.DataLake.Store.Models.TrustedIdProvider
<Extension()>
Public Function Get (operations As ITrustedIdProvidersOperations, resourceGroupName As String, accountName As String, trustedIdProviderName As String) As TrustedIdProvider

パラメーター

operations
ITrustedIdProvidersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

accountName
String

Data Lake Store アカウントの名前。

trustedIdProviderName
String

取得する信頼された ID プロバイダーの名前。

戻り値

適用対象