get Connection Monitor Test
suspend fun getConnectionMonitorTest(argument: GetConnectionMonitorTestPlainArgs): GetConnectionMonitorTestResult
Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service. Uses Azure REST API version 2022-10-01.
Return
The Connection Monitor Test class.
Parameters
argument
null
suspend fun getConnectionMonitorTest(connectionMonitorTestName: String, peeringServiceName: String, resourceGroupName: String): GetConnectionMonitorTestResult
Return
The Connection Monitor Test class.
Parameters
connection Monitor Test Name
The name of the connection monitor test
peering Service Name
The name of the peering service.
resource Group Name
The name of the resource group.
See also
suspend fun getConnectionMonitorTest(argument: suspend GetConnectionMonitorTestPlainArgsBuilder.() -> Unit): GetConnectionMonitorTestResult
Return
The Connection Monitor Test class.
Parameters
argument
Builder for com.pulumi.azurenative.peering.kotlin.inputs.GetConnectionMonitorTestPlainArgs.