Compartir a través de


ClustersOperationsExtensions.ListNext(IClustersOperations, String) Método

Definición

Obtiene los clústeres de Log Analytics de una suscripción.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.Cluster> ListNext (this Microsoft.Azure.Management.OperationalInsights.IClustersOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.OperationalInsights.IClustersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.Cluster>
<Extension()>
Public Function ListNext (operations As IClustersOperations, nextPageLink As String) As IPage(Of Cluster)

Parámetros

operations
IClustersOperations

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