list Communication Service Keys
suspend fun listCommunicationServiceKeys(argument: ListCommunicationServiceKeysPlainArgs): ListCommunicationServiceKeysResult
Get the access keys of the CommunicationService resource. API Version: 2020-08-20.
Return
A class representing the access keys of a CommunicationService.
Parameters
argument
null
suspend fun listCommunicationServiceKeys(communicationServiceName: String, resourceGroupName: String): ListCommunicationServiceKeysResult
Return
A class representing the access keys of a CommunicationService.
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 listCommunicationServiceKeys(argument: suspend ListCommunicationServiceKeysPlainArgsBuilder.() -> Unit): ListCommunicationServiceKeysResult
Return
A class representing the access keys of a CommunicationService.
Parameters
argument
Builder for com.pulumi.azurenative.communication.kotlin.inputs.ListCommunicationServiceKeysPlainArgs.