public interface ActionGroups extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<ActionGroup.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ActionGroup>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<ActionGroup>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ActionGroup>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ActionGroup>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
com.microsoft.rest.ServiceFuture<Void> |
enableReceiverAsync(String resourceGroupName,
String actionGroupName,
String receiverName,
com.microsoft.rest.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, deleteByIdsAsyncvoid 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.com.microsoft.rest.ServiceFuture<Void> enableReceiverAsync(String resourceGroupName, String actionGroupName, String receiverName, com.microsoft.rest.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 object/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/