Partilhar via


StreamAnalytics.StreamingJobsListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IStreamingJobListResult> StreamingJobsListWithResult(string subscriptionId, string Expand, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync sender);
member this.StreamingJobsListWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IStreamingJobListResult>
Public Function StreamingJobsListWithResult (subscriptionId As String, Expand As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStreamingJobListResult)

Parameters

subscriptionId
String
Expand
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to