Communication Functions
object CommunicationFunctions
Functions
Link copied to clipboard
suspend fun getCommunicationService(argument: GetCommunicationServicePlainArgs): GetCommunicationServiceResult
Get the CommunicationService and its properties. Azure REST API version: 2023-03-31.
suspend fun getCommunicationService(argument: suspend GetCommunicationServicePlainArgsBuilder.() -> Unit): GetCommunicationServiceResult
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(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(argument: suspend GetEmailServicePlainArgsBuilder.() -> Unit): GetEmailServiceResult
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(argument: suspend GetSenderUsernamePlainArgsBuilder.() -> Unit): GetSenderUsernameResult
suspend fun getSenderUsername(domainName: String, emailServiceName: String, resourceGroupName: String, senderUsername: String): GetSenderUsernameResult
Link copied to clipboard
suspend fun listCommunicationServiceKeys(argument: ListCommunicationServiceKeysPlainArgs): ListCommunicationServiceKeysResult
Get the access keys of the CommunicationService resource. Azure REST API version: 2023-03-31.
suspend fun listCommunicationServiceKeys(argument: suspend ListCommunicationServiceKeysPlainArgsBuilder.() -> Unit): ListCommunicationServiceKeysResult
suspend fun listCommunicationServiceKeys(communicationServiceName: String, resourceGroupName: String): ListCommunicationServiceKeysResult