Partager via


WebAppsOperationsExtensions.ListInstanceIdentifiersSlotNextAsync Méthode

Définition

Obtient toutes les instances de scale-out d’une application.

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

Paramètres

operations
IWebAppsOperations

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 toutes les instances de scale-out d’une application.

S’applique à