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<Automation |
automationRunbookReceivers()
Get the automation |
abstract
List<Azure |
azureFunctionReceivers()
Get the azure |
abstract
List<Email |
emailReceivers()
Get the email |
abstract
List<Itsm |
itsmReceivers()
Get the itsm |
abstract
List<Logic |
logicAppReceivers()
Get the logic |
abstract
List<Azure |
pushNotificationReceivers()
Get the push |
abstract String |
shortName()
Get the group |
abstract
List<Sms |
smsReceivers()
Get the sms |
abstract
List<Voice |
voiceReceivers()
Get the voice |
abstract
List<Webhook |
webhookReceivers()
Get the webhook |
Method Details
automationRunbookReceivers
public abstract List
Get the automationRunbookReceivers value.
Returns:
azureFunctionReceivers
public abstract List
Get the azureFunctionReceivers value.
Returns:
emailReceivers
public abstract List
Get the emailReceivers value.
Returns:
itsmReceivers
public abstract List
Get the itsmReceivers value.
Returns:
logicAppReceivers
public abstract List
Get the logicAppReceivers value.
Returns:
pushNotificationReceivers
public abstract List
Get the pushNotificationReceivers value.
Returns:
shortName
public abstract String shortName()
Get the groupShortName value.
Returns:
smsReceivers
public abstract List
Get the smsReceivers value.
Returns:
voiceReceivers
public abstract List
Get the voiceReceivers value.
Returns:
webhookReceivers
public abstract List
Get the webhookReceivers value.
Returns:
Applies to
Azure SDK for Java