Compartir a través de


ClustersOperationsExtensions.ListAsync Método

Definición

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.Cluster>> ListAsync (this Microsoft.Azure.Management.OperationalInsights.IClustersOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.OperationalInsights.IClustersOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.Cluster>>
<Extension()>
Public Function ListAsync (operations As IClustersOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Cluster))

Parámetros

operations
IClustersOperations

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a