Share via


StreamAnalytics.TransformationsCreateOrReplaceViaJsonStringWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
jobName
String
transformationName
String
ifNoneMatch
String
ifMatch
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to