Uses of Interface
com.microsoft.azure.management.monitor.ActionGroup.ActionDefinition
Packages that use ActionGroup.ActionDefinition
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of ActionGroup.ActionDefinition in com.microsoft.azure.management.monitor
Subinterfaces of ActionGroup.ActionDefinition in com.microsoft.azure.management.monitorModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a Action Group definition.Methods in com.microsoft.azure.management.monitor that return ActionGroup.ActionDefinitionModifier and TypeMethodDescriptionActionGroup.DefinitionStages.WithCreate.defineReceiver(String actionNamePrefix) Begins the definition of Action Group receivers with the specified name prefix.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.