StreamingJobsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all of the streaming jobs in the given subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob> List (this Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations operations, string expand = default);
static member List : Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob>
<Extension()>
Public Function List (operations As IStreamingJobsOperations, Optional expand As String = Nothing) As 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'.
Returns
Applies to
Azure SDK for .NET