Partilhar via


StreamAnalytics.OutputsCreateOrReplaceWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.IOutput> OutputsCreateOrReplaceWithResult(string subscriptionId, string resourceGroupName, string jobName, string outputName, 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.OutputsCreateOrReplaceWithResult : string * 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 OutputsCreateOrReplaceWithResult (subscriptionId As String, resourceGroupName As String, jobName As String, outputName 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

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

Returns

Applies to