Interface ActionGroup
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.monitor.implementation.MonitorManager,
,com.microsoft.azure.management.monitor.implementation.ActionGroupResourceInner> HasId
,HasInner<com.microsoft.azure.management.monitor.implementation.ActionGroupResourceInner>
,HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>
,HasName
,HasResourceGroup
,Indexable
,Refreshable<ActionGroup>
,Resource
,Updatable<ActionGroup.Update>
public interface ActionGroup
extends GroupableResource<com.microsoft.azure.management.monitor.implementation.MonitorManager,com.microsoft.azure.management.monitor.implementation.ActionGroupResourceInner>, Refreshable<ActionGroup>, Updatable<ActionGroup.Update>
An immutable client-side representation of an Azure Action Group.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Receivers action definition allowing to set each receiver's configuration.static interface
The entirety of a Action Group definition.static interface
Grouping of Action Group definition stages.static interface
The template for an update operation, containing all the settings that can be modified.static interface
Grouping of Action Group update stages.Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
-
Method Summary
Modifier and TypeMethodDescriptionGet the automationRunbookReceivers value.Get the azureFunctionReceivers value.Get the emailReceivers value.Get the itsmReceivers value.Get the logicAppReceivers value.Get the pushNotificationReceivers value.Get the groupShortName value.Get the smsReceivers value.Get the voiceReceivers value.Get the webhookReceivers value.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
Method Details
-
shortName
String shortName()Get the groupShortName value.- Returns:
- the groupShortName value
-
emailReceivers
List<EmailReceiver> emailReceivers()Get the emailReceivers value.- Returns:
- the emailReceivers value
-
smsReceivers
List<SmsReceiver> smsReceivers()Get the smsReceivers value.- Returns:
- the smsReceivers value
-
webhookReceivers
List<WebhookReceiver> webhookReceivers()Get the webhookReceivers value.- Returns:
- the webhookReceivers value
-
itsmReceivers
List<ItsmReceiver> itsmReceivers()Get the itsmReceivers value.- Returns:
- the itsmReceivers value
-
pushNotificationReceivers
List<AzureAppPushReceiver> pushNotificationReceivers()Get the pushNotificationReceivers value.- Returns:
- the pushNotificationReceivers value
-
automationRunbookReceivers
List<AutomationRunbookReceiver> automationRunbookReceivers()Get the automationRunbookReceivers value.- Returns:
- the automationRunbookReceivers value
-
voiceReceivers
List<VoiceReceiver> voiceReceivers()Get the voiceReceivers value.- Returns:
- the voiceReceivers value
-
logicAppReceivers
List<LogicAppReceiver> logicAppReceivers()Get the logicAppReceivers value.- Returns:
- the logicAppReceivers value
-
azureFunctionReceivers
List<AzureFunctionReceiver> azureFunctionReceivers()Get the azureFunctionReceivers value.- Returns:
- the azureFunctionReceivers value
-