get Email Service
Get the EmailService and its properties. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 2023-03-31, 2023-04-01, 2023-04-01-preview, 2024-09-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native communication [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
A class representing an EmailService resource.
Parameters
argument
null
suspend fun getEmailService(emailServiceName: String, resourceGroupName: String): GetEmailServiceResult
Return
A class representing an EmailService resource.
Parameters
email Service Name
The name of the EmailService resource.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getEmailService(argument: suspend GetEmailServicePlainArgsBuilder.() -> Unit): GetEmailServiceResult
Return
A class representing an EmailService resource.
Parameters
argument
Builder for com.pulumi.azurenative.communication.kotlin.inputs.GetEmailServicePlainArgs.