get Smtp Username
Get a SmtpUsernameResource. Uses Azure REST API version 2024-09-01-preview.
Return
The object describing the smtp username resource.
Parameters
argument
null
suspend fun getSmtpUsername(communicationServiceName: String, resourceGroupName: String, smtpUsername: String): GetSmtpUsernameResult
Return
The object describing the smtp username 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.
smtp Username
The name of the SmtpUsernameResource.
See also
suspend fun getSmtpUsername(argument: suspend GetSmtpUsernamePlainArgsBuilder.() -> Unit): GetSmtpUsernameResult
Return
The object describing the smtp username resource.
Parameters
argument
Builder for com.pulumi.azurenative.communication.kotlin.inputs.GetSmtpUsernamePlainArgs.