SuppressionListAddresses Interface
public interface SuppressionListAddresses
Resource collection API of SuppressionListAddresses.
Method Summary
Method Details
define
public abstract SuppressionListAddressResource.DefinitionStages.Blank define(String name)
Begins definition for a new SuppressionListAddressResource resource.
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:
deleteById
public abstract void deleteById(String id)
Delete Operation to delete a single address from a suppression list.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Delete Operation to delete a single address from a suppression list.
Parameters:
Returns:
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 SuppressionListAddressResource get(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId)
Get Get a SuppressionListAddress.
Parameters:
Returns:
getById
public abstract SuppressionListAddressResource getById(String id)
Get Get a SuppressionListAddress.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SuppressionListAddressResource> getByIdWithResponse(String id, Context context)
Get Get a SuppressionListAddress.
Parameters:
Returns:
getWithResponse
public abstract Response<SuppressionListAddressResource> getWithResponse(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, String addressId, Context context)
Get Get a SuppressionListAddress.
Parameters:
Returns:
list
public abstract PagedIterable<SuppressionListAddressResource> list(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName)
Get Get all the addresses in a suppression list.
Parameters:
Returns:
list
public abstract PagedIterable<SuppressionListAddressResource> list(String resourceGroupName, String emailServiceName, String domainName, String suppressionListName, Context context)
Get Get all the addresses in a suppression list.
Parameters:
Returns: