IActionGroupsOperations Interface

Definition

ActionGroupsOperations operations.

public interface IActionGroupsOperations
type IActionGroupsOperations = interface
Public Interface IActionGroupsOperations

Methods

BeginCreateNotificationsAtActionGroupResourceLevelWithHttpMessagesAsync(String, String, NotificationRequestBody, Dictionary<String,List<String>>, CancellationToken)

Send test notifications to a set of provided receivers

BeginCreateNotificationsAtResourceGroupLevelWithHttpMessagesAsync(String, NotificationRequestBody, Dictionary<String,List<String>>, CancellationToken)

Send test notifications to a set of provided receivers

BeginPostTestNotificationsWithHttpMessagesAsync(NotificationRequestBody, Dictionary<String,List<String>>, CancellationToken)

Send test notifications to a set of provided receivers

CreateNotificationsAtActionGroupResourceLevelWithHttpMessagesAsync(String, String, NotificationRequestBody, Dictionary<String,List<String>>, CancellationToken)

Send test notifications to a set of provided receivers

CreateNotificationsAtResourceGroupLevelWithHttpMessagesAsync(String, NotificationRequestBody, Dictionary<String,List<String>>, CancellationToken)

Send test notifications to a set of provided receivers

CreateOrUpdateWithHttpMessagesAsync(String, String, ActionGroupResource, Dictionary<String,List<String>>, CancellationToken)

Create a new action group or update an existing one.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete an action group.

EnableReceiverWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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.

GetTestNotificationsAtActionGroupResourceLevelWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the test notifications by the notification id

GetTestNotificationsAtResourceGroupLevelWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the test notifications by the notification id

GetTestNotificationsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get the test notifications by the notification id

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get an action group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a list of all action groups in a resource group.

ListBySubscriptionIdWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Get a list of all action groups in a subscription.

PostTestNotificationsWithHttpMessagesAsync(NotificationRequestBody, Dictionary<String,List<String>>, CancellationToken)

Send test notifications to a set of provided receivers

UpdateWithHttpMessagesAsync(String, String, ActionGroupPatchBody, Dictionary<String,List<String>>, CancellationToken)

Updates an existing action group's tags. To update other fields use the CreateOrUpdate method.

Extension Methods

BeginCreateNotificationsAtActionGroupResourceLevel(IActionGroupsOperations, String, String, NotificationRequestBody)

Send test notifications to a set of provided receivers

BeginCreateNotificationsAtActionGroupResourceLevelAsync(IActionGroupsOperations, String, String, NotificationRequestBody, CancellationToken)

Send test notifications to a set of provided receivers

BeginCreateNotificationsAtResourceGroupLevel(IActionGroupsOperations, String, NotificationRequestBody)

Send test notifications to a set of provided receivers

BeginCreateNotificationsAtResourceGroupLevelAsync(IActionGroupsOperations, String, NotificationRequestBody, CancellationToken)

Send test notifications to a set of provided receivers

BeginPostTestNotifications(IActionGroupsOperations, NotificationRequestBody)

Send test notifications to a set of provided receivers

BeginPostTestNotificationsAsync(IActionGroupsOperations, NotificationRequestBody, CancellationToken)

Send test notifications to a set of provided receivers

CreateNotificationsAtActionGroupResourceLevel(IActionGroupsOperations, String, String, NotificationRequestBody)

Send test notifications to a set of provided receivers

CreateNotificationsAtActionGroupResourceLevelAsync(IActionGroupsOperations, String, String, NotificationRequestBody, CancellationToken)

Send test notifications to a set of provided receivers

CreateNotificationsAtResourceGroupLevel(IActionGroupsOperations, String, NotificationRequestBody)

Send test notifications to a set of provided receivers

CreateNotificationsAtResourceGroupLevelAsync(IActionGroupsOperations, String, NotificationRequestBody, CancellationToken)

Send test notifications to a set of provided receivers

CreateOrUpdate(IActionGroupsOperations, String, String, ActionGroupResource)

Create a new action group or update an existing one.

CreateOrUpdateAsync(IActionGroupsOperations, String, String, ActionGroupResource, CancellationToken)

Create a new action group or update an existing one.

Delete(IActionGroupsOperations, String, String)

Delete an action group.

DeleteAsync(IActionGroupsOperations, String, String, CancellationToken)

Delete an action group.

EnableReceiver(IActionGroupsOperations, String, String, String)

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.

EnableReceiverAsync(IActionGroupsOperations, String, String, String, CancellationToken)

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.

Get(IActionGroupsOperations, String, String)

Get an action group.

GetAsync(IActionGroupsOperations, String, String, CancellationToken)

Get an action group.

GetTestNotifications(IActionGroupsOperations, String)

Get the test notifications by the notification id

GetTestNotificationsAsync(IActionGroupsOperations, String, CancellationToken)

Get the test notifications by the notification id

GetTestNotificationsAtActionGroupResourceLevel(IActionGroupsOperations, String, String, String)

Get the test notifications by the notification id

GetTestNotificationsAtActionGroupResourceLevelAsync(IActionGroupsOperations, String, String, String, CancellationToken)

Get the test notifications by the notification id

GetTestNotificationsAtResourceGroupLevel(IActionGroupsOperations, String, String)

Get the test notifications by the notification id

GetTestNotificationsAtResourceGroupLevelAsync(IActionGroupsOperations, String, String, CancellationToken)

Get the test notifications by the notification id

ListByResourceGroup(IActionGroupsOperations, String)

Get a list of all action groups in a resource group.

ListByResourceGroupAsync(IActionGroupsOperations, String, CancellationToken)

Get a list of all action groups in a resource group.

ListBySubscriptionId(IActionGroupsOperations)

Get a list of all action groups in a subscription.

ListBySubscriptionIdAsync(IActionGroupsOperations, CancellationToken)

Get a list of all action groups in a subscription.

PostTestNotifications(IActionGroupsOperations, NotificationRequestBody)

Send test notifications to a set of provided receivers

PostTestNotificationsAsync(IActionGroupsOperations, NotificationRequestBody, CancellationToken)

Send test notifications to a set of provided receivers

Update(IActionGroupsOperations, String, String, ActionGroupPatchBody)

Updates an existing action group's tags. To update other fields use the CreateOrUpdate method.

UpdateAsync(IActionGroupsOperations, String, String, ActionGroupPatchBody, CancellationToken)

Updates an existing action group's tags. To update other fields use the CreateOrUpdate method.

Applies to