Freigeben über


StreamAnalytics.OutputsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IOutput> OutputsGetWithResult(string subscriptionId, string resourceGroupName, string jobName, string outputName, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync sender);
member this.OutputsGetWithResult : string * string * 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.IOutput>
Public Function OutputsGetWithResult (subscriptionId As String, resourceGroupName As String, jobName As String, outputName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IOutput)

Parameters

subscriptionId
String
resourceGroupName
String
jobName
String
outputName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to