ActionGroups Interface
Implements
public interface ActionGroups
extends SupportsCreating<Blank>, SupportsListing<ActionGroup>, SupportsListingByResourceGroup<ActionGroup>, SupportsGettingById<ActionGroup>, SupportsBatchCreation<ActionGroup>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchDeletion, HasManager<MonitorManager>
Entry point for Action Group management API.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
enableReceiver(String resourceGroupName, String actionGroupName, String receiverName)
Enable a receiver in an action group. |
abstract Mono<Void> |
enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName)
Enable a receiver in an action group. |
Method Details
enableReceiver
public abstract void enableReceiver(String resourceGroupName, String actionGroupName, String receiverName)
Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.
Parameters:
enableReceiverAsync
public abstract Mono
Enable a receiver in an action group. This changes the receiver's status from Disabled to Enabled. This operation is only supported for Email or SMS receivers.
Parameters:
Returns:
Applies to
Azure SDK for Java