SuppressionLists Interface
public interface SuppressionLists
Resource collection API of SuppressionLists.
Method Summary
Method Details
define
public abstract SuppressionListResource.DefinitionStages.Blank define(String name)
Begins definition for a new SuppressionListResource resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName)
Delete Delete a SuppressionList.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete Delete a SuppressionList.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete Delete a SuppressionList.
Parameters:
Returns:
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 SuppressionListResource get(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName)
Get Get a SuppressionList resource.
Parameters:
Returns:
getById
public abstract SuppressionListResource getById(String id)
Get Get a SuppressionList resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SuppressionListResource> getByIdWithResponse(String id, Context context)
Get Get a SuppressionList resource.
Parameters:
Returns:
getWithResponse
public abstract Response<SuppressionListResource> getWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, Context context)
Get Get a SuppressionList resource.
Parameters:
Returns:
listByDomain
public abstract PagedIterable<SuppressionListResource> listByDomain(String resourceGroupName, String emailServiceName, String domainName)
List List all suppression lists for a domains resource.
Parameters:
Returns:
listByDomain
public abstract PagedIterable<SuppressionListResource> listByDomain(String resourceGroupName, String emailServiceName, String domainName, Context context)
List List all suppression lists for a domains resource.
Parameters:
Returns: