ActionGroup Interface

Implements

public interface ActionGroup
extends GroupableResource<MonitorManager,ActionGroupResourceInner>, Refreshable<ActionGroup>, Updatable<Update>

An immutable client-side representation of an Azure Action Group.

Method Summary

Modifier and Type Method and Description
abstract List<AutomationRunbookReceiver> automationRunbookReceivers()

Get the automationRunbookReceivers value.

abstract List<AzureFunctionReceiver> azureFunctionReceivers()

Get the azureFunctionReceivers value.

abstract List<EmailReceiver> emailReceivers()

Get the emailReceivers value.

abstract List<ItsmReceiver> itsmReceivers()

Get the itsmReceivers value.

abstract List<LogicAppReceiver> logicAppReceivers()

Get the logicAppReceivers value.

abstract List<AzureAppPushReceiver> pushNotificationReceivers()

Get the pushNotificationReceivers value.

abstract String shortName()

Get the groupShortName value.

abstract List<SmsReceiver> smsReceivers()

Get the smsReceivers value.

abstract List<VoiceReceiver> voiceReceivers()

Get the voiceReceivers value.

abstract List<WebhookReceiver> webhookReceivers()

Get the webhookReceivers value.

Method Details

automationRunbookReceivers

public abstract List automationRunbookReceivers()

Get the automationRunbookReceivers value.

Returns:

the automationRunbookReceivers value

azureFunctionReceivers

public abstract List azureFunctionReceivers()

Get the azureFunctionReceivers value.

Returns:

the azureFunctionReceivers value

emailReceivers

public abstract List emailReceivers()

Get the emailReceivers value.

Returns:

the emailReceivers value

itsmReceivers

public abstract List itsmReceivers()

Get the itsmReceivers value.

Returns:

the itsmReceivers value

logicAppReceivers

public abstract List logicAppReceivers()

Get the logicAppReceivers value.

Returns:

the logicAppReceivers value

pushNotificationReceivers

public abstract List pushNotificationReceivers()

Get the pushNotificationReceivers value.

Returns:

the pushNotificationReceivers value

shortName

public abstract String shortName()

Get the groupShortName value.

Returns:

the groupShortName value

smsReceivers

public abstract List smsReceivers()

Get the smsReceivers value.

Returns:

the smsReceivers value

voiceReceivers

public abstract List voiceReceivers()

Get the voiceReceivers value.

Returns:

the voiceReceivers value

webhookReceivers

public abstract List webhookReceivers()

Get the webhookReceivers value.

Returns:

the webhookReceivers value

Applies to