CommunicationFunctions

Functions

Link copied to clipboard

Get the CommunicationService and its properties. Azure REST API version: 2023-03-31.

suspend fun getCommunicationService(communicationServiceName: String, resourceGroupName: String): GetCommunicationServiceResult
Link copied to clipboard

Get the Domains resource and its properties. Azure REST API version: 2023-03-31.

suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult
suspend fun getDomain(domainName: String, emailServiceName: String, resourceGroupName: String): GetDomainResult
Link copied to clipboard

Get the EmailService and its properties. Azure REST API version: 2023-03-31.

suspend fun getEmailService(emailServiceName: String, resourceGroupName: String): GetEmailServiceResult
Link copied to clipboard

Get a valid sender username for a domains resource. Azure REST API version: 2023-03-31.

suspend fun getSenderUsername(domainName: String, emailServiceName: String, resourceGroupName: String, senderUsername: String): GetSenderUsernameResult
Link copied to clipboard

Get the access keys of the CommunicationService resource. Azure REST API version: 2023-03-31.

suspend fun listCommunicationServiceKeys(communicationServiceName: String, resourceGroupName: String): ListCommunicationServiceKeysResult