getSmtpUsername

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

communicationServiceName

The name of the CommunicationService resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

smtpUsername

The name of the SmtpUsernameResource.

See also


Return

The object describing the smtp username resource.

Parameters

argument

Builder for com.pulumi.azurenative.communication.kotlin.inputs.GetSmtpUsernamePlainArgs.

See also