TrustedIdProvidersOperationsExtensions.DeleteAsync メソッド

定義

指定した Data Lake Store アカウントから、指定した信頼された ID プロバイダーを削除します

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations operations, string resourceGroupName, string accountName, string trustedIdProviderName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.DataLake.Store.ITrustedIdProvidersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As ITrustedIdProvidersOperations, resourceGroupName As String, accountName As String, trustedIdProviderName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
ITrustedIdProvidersOperations

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

resourceGroupName
String

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

accountName
String

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

trustedIdProviderName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象