Condividi tramite


DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponsesNextAsync Metodo

Definizione

Elencare le risposte del rilevatore dell'ambiente di hosting

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DetectorResponseInner>> ListHostingEnvironmentDetectorResponsesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IDiagnosticsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListHostingEnvironmentDetectorResponsesNextAsync : 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 ListHostingEnvironmentDetectorResponsesNextAsync (operations As IDiagnosticsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DetectorResponseInner))

Parametri

operations
IDiagnosticsOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink della precedente chiamata riuscita all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per elencare le risposte del rilevatore dell'ambiente di hosting

Si applica a