StreamingJobsOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET