Partager via


PrivateLinkResourcesOperationsExtensions.ListByPrivateLinkScopeNextAsync Méthode

Définition

Obtient les ressources de liaison privée qui doivent être créées pour un PrivateLinkScope Azure Monitor.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource>> ListByPrivateLinkScopeNextAsync (this Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByPrivateLinkScopeNextAsync : Microsoft.Azure.Management.Monitor.IPrivateLinkResourcesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.PrivateLinkResource>>
<Extension()>
Public Function ListByPrivateLinkScopeNextAsync (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 à