Partager via


ClustersOperationsExtensions.ListStreamingJobs Méthode

Définition

Répertorie tous les travaux de streaming dans le cluster donné.

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)

Paramètres

operations
IClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName
String

Nom du cluster.

Retours

S’applique à