public class ActionGroupResourceInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ActionGroupResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
List<ArmRoleReceiver> |
armRoleReceivers()
Get the armRoleReceivers property: The list of ARM role receivers that are part of this action group.
|
List<AutomationRunbookReceiver> |
automationRunbookReceivers()
Get the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action
group.
|
List<AzureAppPushReceiver> |
azureAppPushReceivers()
Get the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.
|
List<AzureFunctionReceiver> |
azureFunctionReceivers()
Get the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.
|
List<EmailReceiver> |
emailReceivers()
Get the emailReceivers property: The list of email receivers that are part of this action group.
|
Boolean |
enabled()
Get the enabled property: Indicates whether this action group is enabled.
|
String |
groupShortName()
Get the groupShortName property: The short name of the action group.
|
List<ItsmReceiver> |
itsmReceivers()
Get the itsmReceivers property: The list of ITSM receivers that are part of this action group.
|
List<LogicAppReceiver> |
logicAppReceivers()
Get the logicAppReceivers property: The list of logic app receivers that are part of this action group.
|
List<SmsReceiver> |
smsReceivers()
Get the smsReceivers property: The list of SMS receivers that are part of this action group.
|
void |
validate()
Validates the instance.
|
List<VoiceReceiver> |
voiceReceivers()
Get the voiceReceivers property: The list of voice receivers that are part of this action group.
|
List<WebhookReceiver> |
webhookReceivers()
Get the webhookReceivers property: The list of webhook receivers that are part of this action group.
|
ActionGroupResourceInner |
withArmRoleReceivers(List<ArmRoleReceiver> armRoleReceivers)
Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.
|
ActionGroupResourceInner |
withAutomationRunbookReceivers(List<AutomationRunbookReceiver> automationRunbookReceivers)
Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action
group.
|
ActionGroupResourceInner |
withAzureAppPushReceivers(List<AzureAppPushReceiver> azureAppPushReceivers)
Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.
|
ActionGroupResourceInner |
withAzureFunctionReceivers(List<AzureFunctionReceiver> azureFunctionReceivers)
Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.
|
ActionGroupResourceInner |
withEmailReceivers(List<EmailReceiver> emailReceivers)
Set the emailReceivers property: The list of email receivers that are part of this action group.
|
ActionGroupResourceInner |
withEnabled(Boolean enabled)
Set the enabled property: Indicates whether this action group is enabled.
|
ActionGroupResourceInner |
withGroupShortName(String groupShortName)
Set the groupShortName property: The short name of the action group.
|
ActionGroupResourceInner |
withItsmReceivers(List<ItsmReceiver> itsmReceivers)
Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.
|
ActionGroupResourceInner |
withLogicAppReceivers(List<LogicAppReceiver> logicAppReceivers)
Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.
|
ActionGroupResourceInner |
withSmsReceivers(List<SmsReceiver> smsReceivers)
Set the smsReceivers property: The list of SMS receivers that are part of this action group.
|
ActionGroupResourceInner |
withVoiceReceivers(List<VoiceReceiver> voiceReceivers)
Set the voiceReceivers property: The list of voice receivers that are part of this action group.
|
ActionGroupResourceInner |
withWebhookReceivers(List<WebhookReceiver> webhookReceivers)
Set the webhookReceivers property: The list of webhook receivers that are part of this action group.
|
public String groupShortName()
public ActionGroupResourceInner withGroupShortName(String groupShortName)
groupShortName - the groupShortName value to set.public Boolean enabled()
public ActionGroupResourceInner withEnabled(Boolean enabled)
enabled - the enabled value to set.public List<EmailReceiver> emailReceivers()
public ActionGroupResourceInner withEmailReceivers(List<EmailReceiver> emailReceivers)
emailReceivers - the emailReceivers value to set.public List<SmsReceiver> smsReceivers()
public ActionGroupResourceInner withSmsReceivers(List<SmsReceiver> smsReceivers)
smsReceivers - the smsReceivers value to set.public List<WebhookReceiver> webhookReceivers()
public ActionGroupResourceInner withWebhookReceivers(List<WebhookReceiver> webhookReceivers)
webhookReceivers - the webhookReceivers value to set.public List<ItsmReceiver> itsmReceivers()
public ActionGroupResourceInner withItsmReceivers(List<ItsmReceiver> itsmReceivers)
itsmReceivers - the itsmReceivers value to set.public List<AzureAppPushReceiver> azureAppPushReceivers()
public ActionGroupResourceInner withAzureAppPushReceivers(List<AzureAppPushReceiver> azureAppPushReceivers)
azureAppPushReceivers - the azureAppPushReceivers value to set.public List<AutomationRunbookReceiver> automationRunbookReceivers()
public ActionGroupResourceInner withAutomationRunbookReceivers(List<AutomationRunbookReceiver> automationRunbookReceivers)
automationRunbookReceivers - the automationRunbookReceivers value to set.public List<VoiceReceiver> voiceReceivers()
public ActionGroupResourceInner withVoiceReceivers(List<VoiceReceiver> voiceReceivers)
voiceReceivers - the voiceReceivers value to set.public List<LogicAppReceiver> logicAppReceivers()
public ActionGroupResourceInner withLogicAppReceivers(List<LogicAppReceiver> logicAppReceivers)
logicAppReceivers - the logicAppReceivers value to set.public List<AzureFunctionReceiver> azureFunctionReceivers()
public ActionGroupResourceInner withAzureFunctionReceivers(List<AzureFunctionReceiver> azureFunctionReceivers)
azureFunctionReceivers - the azureFunctionReceivers value to set.public List<ArmRoleReceiver> armRoleReceivers()
public ActionGroupResourceInner withArmRoleReceivers(List<ArmRoleReceiver> armRoleReceivers)
armRoleReceivers - the armRoleReceivers value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.