Sdílet prostřednictvím


DiagnosticsOperationsExtensions.ListSiteDetectorResponsesSlotNext Method

Definition

List Site Detector Responses

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse> ListSiteDetectorResponsesSlotNext (this Microsoft.Azure.Management.WebSites.IDiagnosticsOperations operations, string nextPageLink);
static member ListSiteDetectorResponsesSlotNext : Microsoft.Azure.Management.WebSites.IDiagnosticsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DetectorResponse>
<Extension()>
Public Function ListSiteDetectorResponsesSlotNext (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 Site Detector Responses

Applies to