Compartilhar via


ClustersOperationsExtensions.ListStreamingJobs Método

Definição

Lista todos os trabalhos de streaming no cluster especificado.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob> ListStreamingJobs (this Microsoft.Azure.Management.StreamAnalytics.IClustersOperations operations, string resourceGroupName, string clusterName);
static member ListStreamingJobs : Microsoft.Azure.Management.StreamAnalytics.IClustersOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob>
<Extension()>
Public Function ListStreamingJobs (operations As IClustersOperations, resourceGroupName As String, clusterName As String) As IPage(Of ClusterJob)

Parâmetros

operations
IClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

clusterName
String

O nome do cluster.

Retornos

Aplica-se a