Compartir a través de


ApplicationsOperationsExtensions.ListByClusterAsync Método

Definición

Enumera todas las aplicaciones del clúster de HDInsight.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.Application>> ListByClusterAsync (this Microsoft.Azure.Management.HDInsight.IApplicationsOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterAsync : Microsoft.Azure.Management.HDInsight.IApplicationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HDInsight.Models.Application>>
<Extension()>
Public Function ListByClusterAsync (operations As IApplicationsOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Application))

Parámetros

operations
IApplicationsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

clusterName
String

Nombre del clúster.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a