Partager via


StreamingJobsOperationsExtensions.ListAsync Méthode

Définition

Répertorie tous les travaux de streaming dans l’abonnement donné.

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

Paramètres

operations
IStreamingJobsOperations

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

expand
String

Paramètre de requête OData $expand. Il s’agit d’une liste séparée par des virgules de propriétés de travail de diffusion en continu supplémentaires à inclure dans la réponse, au-delà du jeu par défaut retourné lorsque ce paramètre est absent. L’ensemble par défaut est toutes les propriétés de travail de streaming autres que « entrées », « transformation », « sorties » et « fonctions ».

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à