StreamAnalytics.OutputsUpdateViaIdentity(String, String, IOutput, Func<HttpResponseMessage,Task<IOutput>,Task>, IEventListener, ISendAsync) Method

Definition

public System.Threading.Tasks.Task OutputsUpdateViaIdentity (string viaIdentity, string ifMatch, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutput body, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutput>,System.Threading.Tasks.Task> onOk, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync sender);
member this.OutputsUpdateViaIdentity : string * string * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutput * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IOutput>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function OutputsUpdateViaIdentity (viaIdentity As String, ifMatch As String, body As IOutput, onOk As Func(Of HttpResponseMessage, Task(Of IOutput), Task), eventListener As IEventListener, sender As ISendAsync) As Task

Parameters

viaIdentity
String
ifMatch
String
body
IOutput
eventListener
IEventListener
sender
ISendAsync

Returns

Task

Applies to