getConnectionMonitorTest

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

connectionMonitorTestName

The name of the connection monitor test

peeringServiceName

The name of the peering service.

resourceGroupName

The name of the resource group.

See also


Return

The Connection Monitor Test class.

Parameters

argument

Builder for com.pulumi.azurenative.peering.kotlin.inputs.GetConnectionMonitorTestPlainArgs.

See also