Freigeben über


StreamAnalytics.OutputsUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IOutput> OutputsUpdateWithResult(string subscriptionId, string resourceGroupName, string jobName, string outputName, string ifMatch, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IOutput body, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.OutputsUpdateWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IOutput * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IOutput>
Public Function OutputsUpdateWithResult (subscriptionId As String, resourceGroupName As String, jobName As String, outputName As String, ifMatch As String, body As IOutput, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of IOutput)

Parameters

subscriptionId
String
resourceGroupName
String
jobName
String
outputName
String
ifMatch
String
body
IOutput
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to