get Suppression List Address
suspend fun getSuppressionListAddress(argument: GetSuppressionListAddressPlainArgs): GetSuppressionListAddressResult
Get a SuppressionListAddress. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 2024-09-01-preview.
Return
A object that represents a SuppressionList record.
Parameters
argument
null
suspend fun getSuppressionListAddress(addressId: String, domainName: String, emailServiceName: String, resourceGroupName: String, suppressionListName: String): GetSuppressionListAddressResult
Return
A object that represents a SuppressionList record.
Parameters
address Id
The id of the address in a suppression list.
domain Name
The name of the Domains resource.
email Service Name
The name of the EmailService resource.
resource Group Name
The name of the resource group. The name is case insensitive.
suppression List Name
The name of the suppression list.
See also
suspend fun getSuppressionListAddress(argument: suspend GetSuppressionListAddressPlainArgsBuilder.() -> Unit): GetSuppressionListAddressResult
Return
A object that represents a SuppressionList record.
Parameters
argument
Builder for com.pulumi.azurenative.communication.kotlin.inputs.GetSuppressionListAddressPlainArgs.