VoiceservicesFunctions

Functions

Link copied to clipboard

Get a CommunicationsGateway Uses Azure REST API version 2023-09-01. Other available API versions: 2022-12-01-preview, 2023-01-31, 2023-04-03. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native voiceservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getCommunicationsGateway(communicationsGatewayName: String, resourceGroupName: String): GetCommunicationsGatewayResult
Link copied to clipboard

Get a Contact Uses Azure REST API version 2022-12-01-preview.

suspend fun getContact(argument: suspend GetContactPlainArgsBuilder.() -> Unit): GetContactResult
suspend fun getContact(communicationsGatewayName: String, contactName: String, resourceGroupName: String): GetContactResult
Link copied to clipboard

Get a TestLine Uses Azure REST API version 2023-09-01. Other available API versions: 2022-12-01-preview, 2023-01-31, 2023-04-03. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native voiceservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getTestLine(argument: suspend GetTestLinePlainArgsBuilder.() -> Unit): GetTestLineResult
suspend fun getTestLine(communicationsGatewayName: String, resourceGroupName: String, testLineName: String): GetTestLineResult