Peering.ConnectionMonitorTestsGetWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IConnectionMonitorTest> ConnectionMonitorTestsGetWithResult(string subscriptionId, string resourceGroupName, string peeringServiceName, string connectionMonitorTestName, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.ISendAsync sender);
member this.ConnectionMonitorTestsGetWithResult : 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 ConnectionMonitorTestsGetWithResult (subscriptionId As String, resourceGroupName As String, peeringServiceName As String, connectionMonitorTestName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IConnectionMonitorTest)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- peeringServiceName
- String
- connectionMonitorTestName
- String
- eventListener
- IEventListener
- sender
- ISendAsync