ActionGroupsOperations Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ActionGroups service client.
public class ActionGroupsOperations
type ActionGroupsOperations = class
Public Class ActionGroupsOperations
- Inheritance
-
System.ObjectActionGroupsOperations
Constructors
ActionGroupsOperations() |
Initializes a new instance of ActionGroupsOperations for mocking. |
Methods
CreateOrUpdate(String, String, ActionGroupResource, CancellationToken) |
Create a new action group or update an existing one. |
CreateOrUpdateAsync(String, String, ActionGroupResource, CancellationToken) |
Create a new action group or update an existing one. |
Delete(String, String, CancellationToken) |
Delete an action group. |
DeleteAsync(String, String, CancellationToken) |
Delete an action group. |
EnableReceiver(String, String, EnableRequest, 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. |
EnableReceiverAsync(String, String, EnableRequest, 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(String, String, CancellationToken) |
Get an action group. |
GetAsync(String, String, CancellationToken) |
Get an action group. |
ListByResourceGroup(String, CancellationToken) |
Get a list of all action groups in a resource group. |
ListByResourceGroupAsync(String, CancellationToken) |
Get a list of all action groups in a resource group. |
ListBySubscriptionId(CancellationToken) |
Get a list of all action groups in a subscription. |
ListBySubscriptionIdAsync(CancellationToken) |
Get a list of all action groups in a subscription. |
Update(String, String, ActionGroupPatchBody, CancellationToken) |
Updates an existing action group's tags. To update other fields use the CreateOrUpdate method. |
UpdateAsync(String, String, ActionGroupPatchBody, CancellationToken) |
Updates an existing action group's tags. To update other fields use the CreateOrUpdate method. |