SuppressionListAddressesOperations interface

Interface representing a SuppressionListAddresses operations.

Properties

createOrUpdate

Create or update a SuppressionListAddress.

delete
get

Get a SuppressionListAddress.

list

Get all the addresses in a suppression list.

Property Details

createOrUpdate

Create or update a SuppressionListAddress.

createOrUpdate: (resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, addressId: string, parameters: SuppressionListAddressResource, options?: SuppressionListAddressesCreateOrUpdateOptionalParams) => Promise<SuppressionListAddressResource>

Property Value

(resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, addressId: string, parameters: SuppressionListAddressResource, options?: SuppressionListAddressesCreateOrUpdateOptionalParams) => Promise<SuppressionListAddressResource>

delete

delete: (resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, addressId: string, options?: SuppressionListAddressesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, addressId: string, options?: SuppressionListAddressesDeleteOptionalParams) => Promise<void>

get

Get a SuppressionListAddress.

get: (resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, addressId: string, options?: SuppressionListAddressesGetOptionalParams) => Promise<SuppressionListAddressResource>

Property Value

(resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, addressId: string, options?: SuppressionListAddressesGetOptionalParams) => Promise<SuppressionListAddressResource>

list

Get all the addresses in a suppression list.

list: (resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, options?: SuppressionListAddressesListOptionalParams) => PagedAsyncIterableIterator<SuppressionListAddressResource, SuppressionListAddressResource[], PageSettings>

Property Value

(resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, options?: SuppressionListAddressesListOptionalParams) => PagedAsyncIterableIterator<SuppressionListAddressResource, SuppressionListAddressResource[], PageSettings>