public interface ActionGroup extends GroupableResource<com.microsoft.azure.management.monitor.implementation.MonitorManager,com.microsoft.azure.management.monitor.implementation.ActionGroupResourceInner>, Refreshable<ActionGroup>, Updatable<ActionGroup.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ActionGroup.ActionDefinition<ParentT>
Receivers action definition allowing to set each receiver's configuration.
|
static interface |
ActionGroup.Definition
The entirety of a Action Group definition.
|
static interface |
ActionGroup.DefinitionStages
Grouping of Action Group definition stages.
|
static interface |
ActionGroup.Update
The template for an update operation, containing all the settings that can be modified.
|
static interface |
ActionGroup.UpdateStages
Grouping of Action Group update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
List<AutomationRunbookReceiver> |
automationRunbookReceivers()
Get the automationRunbookReceivers value.
|
List<AzureFunctionReceiver> |
azureFunctionReceivers()
Get the azureFunctionReceivers value.
|
List<EmailReceiver> |
emailReceivers()
Get the emailReceivers value.
|
List<ItsmReceiver> |
itsmReceivers()
Get the itsmReceivers value.
|
List<LogicAppReceiver> |
logicAppReceivers()
Get the logicAppReceivers value.
|
List<AzureAppPushReceiver> |
pushNotificationReceivers()
Get the pushNotificationReceivers value.
|
String |
shortName()
Get the groupShortName value.
|
List<SmsReceiver> |
smsReceivers()
Get the smsReceivers value.
|
List<VoiceReceiver> |
voiceReceivers()
Get the voiceReceivers value.
|
List<WebhookReceiver> |
webhookReceivers()
Get the webhookReceivers value.
|
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
String shortName()
List<EmailReceiver> emailReceivers()
List<SmsReceiver> smsReceivers()
List<WebhookReceiver> webhookReceivers()
List<ItsmReceiver> itsmReceivers()
List<AzureAppPushReceiver> pushNotificationReceivers()
List<AutomationRunbookReceiver> automationRunbookReceivers()
List<VoiceReceiver> voiceReceivers()
List<LogicAppReceiver> logicAppReceivers()
List<AzureFunctionReceiver> azureFunctionReceivers()
Copyright © 2019. All rights reserved.