Interface ActionGroups

All Superinterfaces:
HasInner<com.microsoft.azure.management.monitor.implementation.ActionGroupsInner>, HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, SupportsBatchCreation<ActionGroup>, SupportsBatchDeletion, SupportsCreating<ActionGroup.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<ActionGroup>, SupportsListing<ActionGroup>, SupportsListingByResourceGroup<ActionGroup>

public interface ActionGroups extends SupportsCreating<ActionGroup.DefinitionStages.Blank>, SupportsListing<ActionGroup>, SupportsListingByResourceGroup<ActionGroup>, SupportsGettingById<ActionGroup>, SupportsBatchCreation<ActionGroup>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, HasInner<com.microsoft.azure.management.monitor.implementation.ActionGroupsInner>
Entry point for Action Group management API.
  • Method Details

    • enableReceiver

      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:
      resourceGroupName - The name of the resource group.
      actionGroupName - The name of the action group.
      receiverName - The name of the receiver to resubscribe.
    • enableReceiverAsync

      rx.Completable enableReceiverAsync(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:
      resourceGroupName - The name of the resource group.
      actionGroupName - The name of the action group.
      receiverName - The name of the receiver to resubscribe.
      Returns:
      a representation of the deferred computation of this call.
    • enableReceiverAsync

      com.microsoft.rest.ServiceFuture<Void> enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName, com.microsoft.rest.ServiceCallback<Void> callback)
      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:
      resourceGroupName - The name of the resource group.
      actionGroupName - The name of the action group.
      receiverName - The name of the receiver to resubscribe.
      callback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object