Partager via


PrivateLinkResourcesOperationsExtensions.ListNextAsync Méthode

Définition

Retourne la liste des ressources de liaison privée qui doivent être créées pour Backup et SiteRecovery

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

Paramètres

operations
IPrivateLinkResourcesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à