public static interface ActionGroup.UpdateStages.WithActionUpdateDefinition
| Modifier and Type | Method and Description |
|---|---|
ActionGroup.Update |
parent()
Returns to the Action Group update flow.
|
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.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
withEmail(String emailAddress)
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.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
withSms(String countryCode,
String phoneNumber)
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.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutEmail()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutSms()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutWebhook()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutItsm()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutPushNotification()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutAutomationRunbook()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutVoice()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutLogicApp()
ActionGroup.UpdateStages.WithActionUpdateDefinition withoutAzureFunction()
ActionGroup.UpdateStages.WithActionUpdateDefinition withEmail(String emailAddress)
emailAddress - the email Address value to setActionGroup.UpdateStages.WithActionUpdateDefinition withSms(String countryCode, String phoneNumber)
countryCode - the countryCode value to setphoneNumber - the phoneNumber value to setActionGroup.UpdateStages.WithActionUpdateDefinition withWebhook(String serviceUri)
serviceUri - the serviceUri value to setActionGroup.UpdateStages.WithActionUpdateDefinition withItsm(String workspaceId, String connectionId, String ticketConfiguration, String region)
workspaceId - the workspaceId value to setconnectionId - the connectionId value to setticketConfiguration - the ticketConfiguration value to setregion - the region value to setActionGroup.UpdateStages.WithActionUpdateDefinition withPushNotification(String emailAddress)
emailAddress - the emailAddress value to setActionGroup.UpdateStages.WithActionUpdateDefinition withAutomationRunbook(String automationAccountId, String runbookName, String webhookResourceId, boolean isGlobalRunbook)
automationAccountId - the automationAccountId value to setrunbookName - the runbookName value to setwebhookResourceId - the webhookResourceId value to setisGlobalRunbook - the isGlobalRunbook value to setActionGroup.UpdateStages.WithActionUpdateDefinition withVoice(String countryCode, String phoneNumber)
countryCode - the countryCode value to setphoneNumber - the phoneNumber value to setActionGroup.UpdateStages.WithActionUpdateDefinition withLogicApp(String logicAppResourceId, String callbackUrl)
logicAppResourceId - the logicAppResourceId value to setcallbackUrl - the callbackUrl value to setActionGroup.UpdateStages.WithActionUpdateDefinition withAzureFunction(String functionAppResourceId, String functionName, String httpTriggerUrl)
functionAppResourceId - the functionAppResourceId value to setfunctionName - the functionName value to sethttpTriggerUrl - the httpTriggerUrl value to setActionGroup.Update parent()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/