Partager via


PrivateEndpointsOperationsExtensions.ListByClusterNextAsync Méthode

Définition

Répertorie les points de terminaison privés dans le cluster.

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

Paramètres

operations
IPrivateEndpointsOperations

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 à