Partager via


ClustersOperationsExtensions.ListStreamingJobsAsync Méthode

Définition

Répertorie tous les travaux de diffusion en continu dans le cluster donné.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob>> ListStreamingJobsAsync (this Microsoft.Azure.Management.StreamAnalytics.IClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListStreamingJobsAsync : Microsoft.Azure.Management.StreamAnalytics.IClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.ClusterJob>>
<Extension()>
Public Function ListStreamingJobsAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à