Language

LoadTesting.LoadTestsUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.ILoadTestResource> LoadTestsUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string loadTestName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.ISendAsync sender);
member this.LoadTestsUpdateViaJsonStringWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Models.ILoadTestResource>
Public Function LoadTestsUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, loadTestName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ILoadTestResource)

Parameters

subscriptionId
String
resourceGroupName
String
loadTestName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to