Partager via


WebSiteManagementClientExtensions.ListSourceControlsNextAsync Méthode

Définition

Obtient les contrôles de code source disponibles pour les sites web Azure.

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

Paramètres

operations
IWebSiteManagementClient

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

Remarques

Description pour Obtient les contrôles de code source disponibles pour les sites web Azure.

S’applique à