Compartilhar via


StreamAnalytics.OutputsCreateOrReplaceViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IOutput> OutputsCreateOrReplaceViaIdentityWithResult(string viaIdentity, string ifNoneMatch, 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.OutputsCreateOrReplaceViaIdentityWithResult : 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 OutputsCreateOrReplaceViaIdentityWithResult (viaIdentity As String, ifNoneMatch 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

viaIdentity
String
ifNoneMatch
String
ifMatch
String
body
IOutput
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to