getContact

Get a Contact API Version: 2022-12-01-preview.

Return

A Contact resource

Parameters

argument

null


suspend fun getContact(communicationsGatewayName: String, contactName: String, resourceGroupName: String): GetContactResult

Return

A Contact resource

Parameters

communicationsGatewayName

Unique identifier for this deployment

contactName

Unique identifier for this contact

resourceGroupName

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

See also


suspend fun getContact(argument: suspend GetContactPlainArgsBuilder.() -> Unit): GetContactResult

Return

A Contact resource

Parameters

argument

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

See also