DiagnosticsOperationsExtensions.ListHostingEnvironmentDetectorResponsesNext Method

Definition

List Hosting Environment Detector Responses

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)

Parameters

operations
IDiagnosticsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Description for List Hosting Environment Detector Responses

Applies to