| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionDefinition.updateReceiver(String actionNamePrefix)
Begins an update flow for an existing receiver group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withAutomationRunbook(String automationAccountId,
String runbookName,
String webhookResourceId,
boolean isGlobalRunbook)
Sets the Azure Automation Runbook notification receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withAzureFunction(String functionAppResourceId,
String functionName,
String httpTriggerUrl)
Sets the Azure Functions receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withEmail(String emailAddress)
Sets the email receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withItsm(String workspaceId,
String connectionId,
String ticketConfiguration,
String region)
Sets the ITSM receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withLogicApp(String logicAppResourceId,
String callbackUrl)
Sets the Logic App receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutAutomationRunbook()
Removes Azure Automation Runbook receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutAzureFunction()
Removes Azure Function receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutEmail()
Removes email receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutItsm()
Removes ITSM receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutLogicApp()
Removes Azure Logic App receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutPushNotification()
Removes Azure mobile App Push notification receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutSms()
Removes SMS receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutVoice()
Removes Voice receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withoutWebhook()
Removes Webhook receiver from current receiver's group.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withPushNotification(String emailAddress)
Sets the Azure Mobile App Push Notification receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withSms(String countryCode,
String phoneNumber)
Sets the SMS receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withVoice(String countryCode,
String phoneNumber)
Sets the Voice notification receiver.
|
ActionGroup.UpdateStages.WithActionUpdateDefinition |
ActionGroup.UpdateStages.WithActionUpdateDefinition.withWebhook(String serviceUri)
Sets the Webhook receiver.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.