SuppressionListAddressesClient Interface
public interface SuppressionListAddressesClient
An instance of this class provides access to all the operations defined in SuppressionListAddressesClient.
Method Summary
Method Details
createOrUpdate
public abstract SuppressionListAddressResourceInner createOrUpdate(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId, SuppressionListAddressResourceInner parameters)
Create Or Update Create or update a SuppressionListAddress.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<SuppressionListAddressResourceInner> createOrUpdateWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId, SuppressionListAddressResourceInner parameters, Context context)
Create Or Update Create or update a SuppressionListAddress.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId)
Delete Operation to delete a single address from a suppression list.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId, Context context)
Delete Operation to delete a single address from a suppression list.
Parameters:
Returns:
get
public abstract SuppressionListAddressResourceInner get(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId)
Get Get a SuppressionListAddress.
Parameters:
Returns:
getWithResponse
public abstract Response<SuppressionListAddressResourceInner> getWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId, Context context)
Get Get a SuppressionListAddress.
Parameters:
Returns:
list
public abstract PagedIterable<SuppressionListAddressResourceInner> list(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName)
Get Get all the addresses in a suppression list.
Parameters:
Returns:
list
public abstract PagedIterable<SuppressionListAddressResourceInner> list(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, Context context)
Get Get all the addresses in a suppression list.
Parameters:
Returns: