다음을 통해 공유


StreamingJobsOperationsExtensions.ListAsync Method

Definition

Lists all of the streaming jobs in the given subscription.

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))

Parameters

operations
IStreamingJobsOperations

The operations group for this extension method.

expand
String

The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to