Compartir a través de


DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponsesNext Método

Definición

Enumerar respuestas del detector de entornos de hospedaje

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse> ListHostingEnvironmentDetectorResponsesNext (this Microsoft.Azure.Management.WebSites.IDiagnosticsOperations operations, string nextPageLink);
static member ListHostingEnvironmentDetectorResponsesNext : Microsoft.Azure.Management.WebSites.IDiagnosticsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>
<Extension()>
Public Function ListHostingEnvironmentDetectorResponsesNext (operations As IDiagnosticsOperations, nextPageLink As String) As IPage(Of DetectorResponse)

Parámetros

operations
IDiagnosticsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Comentarios

Descripción de las respuestas del detector de entornos de hospedaje de lista

Se aplica a