public interface ActionGroups extends SupportsCreating<ActionGroup.DefinitionStages.Blank>, SupportsListing<ActionGroup>, SupportsListingByResourceGroup<ActionGroup>, SupportsGettingById<ActionGroup>, SupportsBatchCreation<ActionGroup>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsBatchDeletion, HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, HasInner<com.microsoft.azure.management.monitor.implementation.ActionGroupsInner>
| Modifier and Type | Method and Description |
|---|---|
void |
enableReceiver(String resourceGroupName,
String actionGroupName,
String receiverName)
Enable a receiver in an action group.
|
rx.Completable |
enableReceiverAsync(String resourceGroupName,
String actionGroupName,
String receiverName)
Enable a receiver in an action group.
|
ServiceFuture<Void> |
enableReceiverAsync(String resourceGroupName,
String actionGroupName,
String receiverName,
ServiceCallback<Void> callback)
Enable a receiver in an action group.
|
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetById, getByIdAsync, getByIdAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, 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.rx.Completable 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.ServiceFuture<Void> enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName, ServiceCallback<Void> callback)
resourceGroupName - The name of the resource group.actionGroupName - The name of the action group.receiverName - The name of the receiver to resubscribe.callback - the async ServiceCallback to handle successful and failed responses.ServiceFuture objectCopyright © 2019. All rights reserved.