Partager via


KeysOperationsExtensions.ListByWorkspaceNext(IKeysOperations, String) Méthode

Définition

Retourne une liste de clés dans un espace de travail

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Key> ListByWorkspaceNext (this Microsoft.Azure.Management.Synapse.IKeysOperations operations, string nextPageLink);
static member ListByWorkspaceNext : Microsoft.Azure.Management.Synapse.IKeysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Key>
<Extension()>
Public Function ListByWorkspaceNext (operations As IKeysOperations, nextPageLink As String) As IPage(Of Key)

Paramètres

operations
IKeysOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à