Uses of Interface
com.azure.resourcemanager.monitor.models.ActionGroup.UpdateStages.WithActionUpdateDefinition
Packages that use ActionGroup.UpdateStages.WithActionUpdateDefinition
Package
Description
Package containing the data models for MonitorClient.
-
Uses of ActionGroup.UpdateStages.WithActionUpdateDefinition in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActionGroup.UpdateStages.WithActionUpdateDefinitionModifier and TypeMethodDescriptionActionGroup.UpdateStages.WithActionDefinition.updateReceiver(String actionNamePrefix) Begins an update flow for an existing receiver group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withAutomationRunbook(String automationAccountId, String runbookName, String webhookResourceId, boolean isGlobalRunbook) Sets the Azure Automation Runbook notification receiver.ActionGroup.UpdateStages.WithActionUpdateDefinition.withAzureFunction(String functionAppResourceId, String functionName, String httpTriggerUrl) Sets the Azure Functions receiver.Sets the email receiver.ActionGroup.UpdateStages.WithActionUpdateDefinition.withItsm(String workspaceId, String connectionId, String ticketConfiguration, String region) Sets the ITSM receiver.ActionGroup.UpdateStages.WithActionUpdateDefinition.withLogicApp(String logicAppResourceId, String callbackUrl) Sets the Logic App receiver.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutAutomationRunbook()Removes Azure Automation Runbook receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutAzureFunction()Removes Azure Function receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutEmail()Removes email receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutItsm()Removes ITSM receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutLogicApp()Removes Azure Logic App receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutPushNotification()Removes Azure mobile App Push notification receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutSms()Removes SMS receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutVoice()Removes Voice receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutWebhook()Removes Webhook receiver from current receiver's group.ActionGroup.UpdateStages.WithActionUpdateDefinition.withPushNotification(String emailAddress) Sets the Azure Mobile App Push Notification receiver.Sets the SMS receiver.ActionGroup.UpdateStages.WithActionUpdateDefinition.withVoice(String countryCode, String phoneNumber) Sets the Voice notification receiver.ActionGroup.UpdateStages.WithActionUpdateDefinition.withWebhook(String serviceUri) Sets the Webhook receiver.