Uses of Interface
com.azure.resourcemanager.monitor.models.ActionGroup.ActionDefinition
Packages that use ActionGroup.ActionDefinition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ActionGroup.ActionDefinition in com.azure.resourcemanager.monitor.models
Subinterfaces of ActionGroup.ActionDefinition in com.azure.resourcemanager.monitor.modelsModifier and TypeInterfaceDescriptionstatic interface
The entirety of a Action Group definition.Methods in com.azure.resourcemanager.monitor.models that return ActionGroup.ActionDefinitionModifier and TypeMethodDescriptionActionGroup.DefinitionStages.WithCreate.defineReceiver
(String actionNamePrefix) Begins the definition of Action Group receivers with the specified name prefix.ActionGroup.ActionDefinition
<? extends ActionGroup.Update> ActionGroup.UpdateStages.WithActionDefinition.defineReceiver
(String actionNamePrefix) Begins a definition for a new receiver group in the current Action group object.ActionGroup.ActionDefinition.withAutomationRunbook
(String automationAccountId, String runbookName, String webhookResourceId, boolean isGlobalRunbook) Sets the Azure Automation Runbook notification receiver.ActionGroup.ActionDefinition.withAzureFunction
(String functionAppResourceId, String functionName, String httpTriggerUrl) Sets the Azure Functions receiver.Sets the email receiver.ActionGroup.ActionDefinition.withItsm
(String workspaceId, String connectionId, String ticketConfiguration, String region) Sets the ITSM receiver.ActionGroup.ActionDefinition.withLogicApp
(String logicAppResourceId, String callbackUrl) Sets the Logic App receiver.ActionGroup.ActionDefinition.withPushNotification
(String emailAddress) Sets the Azure Mobile App Push Notification receiver.Sets the SMS receiver.Sets the Voice notification receiver.ActionGroup.ActionDefinition.withWebhook
(String serviceUri) Sets the Webhook receiver.