Compartir a través de


BatchAccountOperationsExtensions.ListDetectorsNext Método

Definición

Obtiene información sobre los detectores disponibles para una cuenta de Batch determinada.

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)

Parámetros

operations
IBatchAccountOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a