ActionGroup.ActionDefinition<? extends ActionGroup.DefinitionStages.WithCreate> |
ActionGroup.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<ParentT> |
ActionGroup.ActionDefinition.withAutomationRunbook(String automationAccountId,
String runbookName,
String webhookResourceId,
boolean isGlobalRunbook) |
Sets the Azure Automation Runbook notification receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withAzureFunction(String functionAppResourceId,
String functionName,
String httpTriggerUrl) |
Sets the Azure Functions receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withEmail(String emailAddress) |
Sets the email receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withItsm(String workspaceId,
String connectionId,
String ticketConfiguration,
String region) |
Sets the ITSM receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withLogicApp(String logicAppResourceId,
String callbackUrl) |
Sets the Logic App receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withPushNotification(String emailAddress) |
Sets the Azure Mobile App Push Notification receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withSms(String countryCode,
String phoneNumber) |
Sets the SMS receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withVoice(String countryCode,
String phoneNumber) |
Sets the Voice notification receiver.
|
ActionGroup.ActionDefinition<ParentT> |
ActionGroup.ActionDefinition.withWebhook(String serviceUri) |
Sets the Webhook receiver.
|