Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ActionGroup
Packages that use ActionGroup
Package
Description
Package containing the inner data models for MonitorClient.
-
Uses of ActionGroup in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActionGroupModifier and TypeMethodDescriptionstatic ActionGroup
ActionGroup.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActionGroup from the JsonReader.ActionGroup.withArmRoleReceivers
(List<ArmRoleReceiver> armRoleReceivers) Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.ActionGroup.withAutomationRunbookReceivers
(List<AutomationRunbookReceiver> automationRunbookReceivers) Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.ActionGroup.withAzureAppPushReceivers
(List<AzureAppPushReceiver> azureAppPushReceivers) Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.ActionGroup.withAzureFunctionReceivers
(List<AzureFunctionReceiver> azureFunctionReceivers) Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.ActionGroup.withEmailReceivers
(List<EmailReceiver> emailReceivers) Set the emailReceivers property: The list of email receivers that are part of this action group.ActionGroup.withEnabled
(boolean enabled) Set the enabled property: Indicates whether this action group is enabled.ActionGroup.withEventHubReceivers
(List<EventHubReceiver> eventHubReceivers) Set the eventHubReceivers property: The list of event hub receivers that are part of this action group.ActionGroup.withGroupShortName
(String groupShortName) Set the groupShortName property: The short name of the action group.ActionGroup.withItsmReceivers
(List<ItsmReceiver> itsmReceivers) Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.ActionGroup.withLogicAppReceivers
(List<LogicAppReceiver> logicAppReceivers) Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.ActionGroup.withSmsReceivers
(List<SmsReceiver> smsReceivers) Set the smsReceivers property: The list of SMS receivers that are part of this action group.ActionGroup.withVoiceReceivers
(List<VoiceReceiver> voiceReceivers) Set the voiceReceivers property: The list of voice receivers that are part of this action group.ActionGroup.withWebhookReceivers
(List<WebhookReceiver> webhookReceivers) Set the webhookReceivers property: The list of webhook receivers that are part of this action group.