Partager via


DiagnosticsOperationsExtensions.ListSiteDetectorResponsesNextAsync Méthode

Définition

Répertorier les réponses du détecteur de site

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

Paramètres

operations
IDiagnosticsOperations

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 des réponses du détecteur de site de liste

S’applique à