getTestLine

Get a TestLine Uses Azure REST API version 2023-04-03. Other available API versions: 2022-12-01-preview, 2023-09-01.

Return

A TestLine resource

Parameters

argument

null


suspend fun getTestLine(communicationsGatewayName: String, resourceGroupName: String, testLineName: String): GetTestLineResult

Return

A TestLine resource

Parameters

communicationsGatewayName

Unique identifier for this deployment

resourceGroupName

The name of the resource group. The name is case insensitive.

testLineName

Unique identifier for this test line

See also


suspend fun getTestLine(argument: suspend GetTestLinePlainArgsBuilder.() -> Unit): GetTestLineResult

Return

A TestLine resource

Parameters

argument

Builder for com.pulumi.azurenative.voiceservices.kotlin.inputs.GetTestLinePlainArgs.

See also