Freigeben über


StreamAnalytics.FunctionsListByStreamingJobViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IFunctionListResult> FunctionsListByStreamingJobViaIdentityWithResult(string viaIdentity, string Select, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync sender);
member this.FunctionsListByStreamingJobViaIdentityWithResult : 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.IFunctionListResult>
Public Function FunctionsListByStreamingJobViaIdentityWithResult (viaIdentity As String, Select As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IFunctionListResult)

Parameters

viaIdentity
String
Select
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to