GetSuppressionListAddressPlainArgs

data class GetSuppressionListAddressPlainArgs(val addressId: String, val domainName: String, val emailServiceName: String, val resourceGroupName: String, val suppressionListName: String) : ConvertibleToJava<GetSuppressionListAddressPlainArgs>

Constructors

Link copied to clipboard
constructor(addressId: String, domainName: String, emailServiceName: String, resourceGroupName: String, suppressionListName: String)

Properties

Link copied to clipboard

The id of the address in a suppression list.

Link copied to clipboard

The name of the Domains resource.

Link copied to clipboard

The name of the EmailService resource.

Link copied to clipboard

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

Link copied to clipboard

The name of the suppression list.

Functions

Link copied to clipboard
open override fun toJava(): GetSuppressionListAddressPlainArgs