TrustedIdProvidersOperationsExtensions.ListByAccountAsync Método

Definição

Lista os provedores de identidade confiável do Data Lake Store na conta do Data Lake Store especificada.

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

Parâmetros

operations
ITrustedIdProvidersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos do Azure.

accountName
String

O nome da conta do Data Lake Store.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a