Partager via


PrivateLinkScopedResourcesOperationsExtensions.ListByPrivateLinkScopeNextAsync Méthode

Définition

Obtient toutes les connexions de point de terminaison privé sur une étendue de liaison privée.

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

Paramètres

operations
IPrivateLinkScopedResourcesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à