SuppressionListsOperations interface

Interface representing a SuppressionLists operations.

Properties

createOrUpdate

Add a new SuppressionList resource under the parent Domains resource or update an existing SuppressionList resource.

delete
get

Get a SuppressionList resource.

listByDomain

List all suppression lists for a domains resource.

Property Details

createOrUpdate

Add a new SuppressionList resource under the parent Domains resource or update an existing SuppressionList resource.

createOrUpdate: (resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, parameters: SuppressionListResource, options?: SuppressionListsCreateOrUpdateOptionalParams) => Promise<SuppressionListResource>

Property Value

(resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, parameters: SuppressionListResource, options?: SuppressionListsCreateOrUpdateOptionalParams) => Promise<SuppressionListResource>

delete

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

Property Value

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

get

Get a SuppressionList resource.

get: (resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, options?: SuppressionListsGetOptionalParams) => Promise<SuppressionListResource>

Property Value

(resourceGroupName: string, emailServiceName: string, domainName: string, suppressionListName: string, options?: SuppressionListsGetOptionalParams) => Promise<SuppressionListResource>

listByDomain

List all suppression lists for a domains resource.

listByDomain: (resourceGroupName: string, emailServiceName: string, domainName: string, options?: SuppressionListsListByDomainOptionalParams) => PagedAsyncIterableIterator<SuppressionListResource, SuppressionListResource[], PageSettings>

Property Value

(resourceGroupName: string, emailServiceName: string, domainName: string, options?: SuppressionListsListByDomainOptionalParams) => PagedAsyncIterableIterator<SuppressionListResource, SuppressionListResource[], PageSettings>