SuppressionListsClient Interface
public interface SuppressionListsClient
An instance of this class provides access to all the operations defined in SuppressionListsClient.
Method Summary
Method Details
createOrUpdate
public abstract SuppressionListResourceInner createOrUpdate(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, SuppressionListResourceInner parameters)
Create Or Update Add a new SuppressionList resource under the parent Domains resource or update an existing SuppressionList resource.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<SuppressionListResourceInner> createOrUpdateWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, SuppressionListResourceInner parameters, Context context)
Create Or Update Add a new SuppressionList resource under the parent Domains resource or update an existing SuppressionList resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName)
Delete Delete a SuppressionList.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, Context context)
Delete Delete a SuppressionList.
Parameters:
Returns:
get
public abstract SuppressionListResourceInner get(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName)
Get Get a SuppressionList resource.
Parameters:
Returns:
getWithResponse
public abstract Response<SuppressionListResourceInner> getWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, Context context)
Get Get a SuppressionList resource.
Parameters:
Returns:
listByDomain
public abstract PagedIterable<SuppressionListResourceInner> listByDomain(String resourceGroupName, String emailServiceName, String domainName)
List List all suppression lists for a domains resource.
Parameters:
Returns:
listByDomain
public abstract PagedIterable<SuppressionListResourceInner> listByDomain(String resourceGroupName, String emailServiceName, String domainName, Context context)
List List all suppression lists for a domains resource.
Parameters:
Returns: