Partilhar via


WebSiteManagementClientExtensions.ListSourceControlsNextAsync Método

Definição

Obtém os controlos de origem disponíveis para sites do 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))

Parâmetros

operations
IWebSiteManagementClient

O grupo de operações para este método de extensão.

nextPageLink
String

A NextLink da chamada com êxito anterior para a operação Lista.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Observações

Descrição para Obtém os controlos de origem disponíveis para sites do Azure.

Aplica-se a