Partager via


AppServicePlansOperationsExtensions.ListWebAppsByHybridConnectionNextAsync Méthode

Définition

Obtenez toutes les applications qui utilisent une connexion hybride dans un plan App Service.

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

Paramètres

operations
IAppServicePlansOperations

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 Obtenir toutes les applications qui utilisent une connexion hybride dans un plan de App Service.

S’applique à