Interface ActionGroups

    • Method Detail

      • 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

        Mono<Void> 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.