Share via


StreamAnalytics.OutputsTestViaJsonStringWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
jobName
String
outputName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to