Bagikan melalui


BatchAccountOperationsExtensions.ListDetectorsNext Method

Definition

Gets information about the detectors available for a given Batch account.

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

Parameters

operations
IBatchAccountOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to