Partilhar via


WebAppsOperationsExtensions.ListInstanceIdentifiersSlotNextAsync Método

Definição

Obtém todas as instâncias de escalamento horizontal de uma aplicação.

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

Parâmetros

operations
IWebAppsOperations

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 de Obtém todas as instâncias de escalamento horizontal de uma aplicação.

Aplica-se a