get Communication Service
suspend fun getCommunicationService(argument: GetCommunicationServicePlainArgs): GetCommunicationServiceResult
Get the CommunicationService and its properties. API Version: 2020-08-20.
Return
A class representing a CommunicationService resource.
Parameters
argument
null
suspend fun getCommunicationService(communicationServiceName: String, resourceGroupName: String): GetCommunicationServiceResult
Return
A class representing a CommunicationService resource.
Parameters
communication Service Name
The name of the CommunicationService resource.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getCommunicationService(argument: suspend GetCommunicationServicePlainArgsBuilder.() -> Unit): GetCommunicationServiceResult
Return
A class representing a CommunicationService resource.
Parameters
argument
Builder for com.pulumi.azurenative.communication.kotlin.inputs.GetCommunicationServicePlainArgs.