Condividi tramite


Peering.ConnectionMonitorTestsCreateOrUpdateViaJsonStringWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
peeringServiceName
String
connectionMonitorTestName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to