getSuppressionList

Get a SuppressionList resource. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 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 a SuppressionList resource.

Parameters

argument

null


suspend fun getSuppressionList(domainName: String, emailServiceName: String, resourceGroupName: String, suppressionListName: String): GetSuppressionListResult

Return

A class representing a SuppressionList resource.

Parameters

domainName

The name of the Domains resource.

emailServiceName

The name of the EmailService resource.

resourceGroupName

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

suppressionListName

The name of the suppression list.

See also


Return

A class representing a SuppressionList resource.

Parameters

argument

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

See also