Compartilhar via


KeysOperationsExtensions.ListByWorkspaceNextAsync Método

Definição

Retorna uma lista de chaves em um workspace

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Key>> ListByWorkspaceNextAsync (this Microsoft.Azure.Management.Synapse.IKeysOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceNextAsync : Microsoft.Azure.Management.Synapse.IKeysOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Key>>
<Extension()>
Public Function ListByWorkspaceNextAsync (operations As IKeysOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Key))

Parâmetros

operations
IKeysOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a