public interface ActionGroups extends SupportsCreating<ActionGroup.DefinitionStages.Blank>, SupportsListing<ActionGroup>, SupportsListingByResourceGroup<ActionGroup>, SupportsGettingById<ActionGroup>, SupportsBatchCreation<ActionGroup>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchDeletion, HasManager<MonitorManager>
| Modifier and Type | Method and Description |
|---|---|
void |
enableReceiver(String resourceGroupName,
String actionGroupName,
String receiverName)
Enable a receiver in an action group.
|
Mono<Void> |
enableReceiverAsync(String resourceGroupName,
String actionGroupName,
String receiverName)
Enable a receiver in an action group.
|
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetById, getByIdAsynccreate, create, createAsync, createAsyncdeleteById, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncmanagervoid enableReceiver(String resourceGroupName, String actionGroupName, String receiverName)
resourceGroupName - The name of the resource group.actionGroupName - The name of the action group.receiverName - The name of the receiver to resubscribe.Mono<Void> enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName)
resourceGroupName - The name of the resource group.actionGroupName - The name of the action group.receiverName - The name of the receiver to resubscribe.Copyright © 2020 Microsoft Corporation. All rights reserved.