共用方式為


ActionGroupsOperationsExtensions Class

Definition

Extension methods for ActionGroupsOperations.

public static class ActionGroupsOperationsExtensions
type ActionGroupsOperationsExtensions = class
Public Module ActionGroupsOperationsExtensions
Inheritance
ActionGroupsOperationsExtensions

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