Partager via


WebAppsOperationsExtensions.GetPrivateEndpointConnectionListSlotNextAsync Méthode

Définition

Obtient la liste des connexions de point de terminaison privé associées à un site

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

Paramètres

operations
IWebAppsOperations

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

Remarques

Description pour Obtient la liste des connexions de point de terminaison privé associées à un site

S’applique à