Uses of Class
com.azure.resourcemanager.monitor.models.NotificationRequestBody
Packages that use NotificationRequestBody
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of NotificationRequestBody in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type NotificationRequestBodyModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginCreateNotificationsAtActionGroupResourceLevel
(String resourceGroupName, String actionGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginCreateNotificationsAtActionGroupResourceLevel
(String resourceGroupName, String actionGroupName, NotificationRequestBody notificationRequest, com.azure.core.util.Context context) Send test notifications to a set of provided receivers.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginCreateNotificationsAtActionGroupResourceLevelAsync
(String resourceGroupName, String actionGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginCreateNotificationsAtResourceGroupLevel
(String resourceGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginCreateNotificationsAtResourceGroupLevel
(String resourceGroupName, NotificationRequestBody notificationRequest, com.azure.core.util.Context context) Send test notifications to a set of provided receivers.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginCreateNotificationsAtResourceGroupLevelAsync
(String resourceGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginPostTestNotifications
(NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginPostTestNotifications
(NotificationRequestBody notificationRequest, com.azure.core.util.Context context) Send test notifications to a set of provided receivers.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<TestNotificationDetailsResponseInner>, TestNotificationDetailsResponseInner> ActionGroupsClient.beginPostTestNotificationsAsync
(NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.ActionGroupsClient.createNotificationsAtActionGroupResourceLevel
(String resourceGroupName, String actionGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.ActionGroupsClient.createNotificationsAtActionGroupResourceLevel
(String resourceGroupName, String actionGroupName, NotificationRequestBody notificationRequest, com.azure.core.util.Context context) Send test notifications to a set of provided receivers.ActionGroupsClient.createNotificationsAtActionGroupResourceLevelAsync
(String resourceGroupName, String actionGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ActionGroupsClient.createNotificationsAtActionGroupResourceLevelWithResponseAsync
(String resourceGroupName, String actionGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.ActionGroupsClient.createNotificationsAtResourceGroupLevel
(String resourceGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.ActionGroupsClient.createNotificationsAtResourceGroupLevel
(String resourceGroupName, NotificationRequestBody notificationRequest, com.azure.core.util.Context context) Send test notifications to a set of provided receivers.ActionGroupsClient.createNotificationsAtResourceGroupLevelAsync
(String resourceGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ActionGroupsClient.createNotificationsAtResourceGroupLevelWithResponseAsync
(String resourceGroupName, NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.ActionGroupsClient.postTestNotifications
(NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.ActionGroupsClient.postTestNotifications
(NotificationRequestBody notificationRequest, com.azure.core.util.Context context) Send test notifications to a set of provided receivers.ActionGroupsClient.postTestNotificationsAsync
(NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ActionGroupsClient.postTestNotificationsWithResponseAsync
(NotificationRequestBody notificationRequest) Send test notifications to a set of provided receivers. -
Uses of NotificationRequestBody in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return NotificationRequestBodyModifier and TypeMethodDescriptionstatic NotificationRequestBody
NotificationRequestBody.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NotificationRequestBody from the JsonReader.NotificationRequestBody.withAlertType
(String alertType) Set the alertType property: The value of the supported alert type.NotificationRequestBody.withArmRoleReceivers
(List<ArmRoleReceiver> armRoleReceivers) Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.NotificationRequestBody.withAutomationRunbookReceivers
(List<AutomationRunbookReceiver> automationRunbookReceivers) Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.NotificationRequestBody.withAzureAppPushReceivers
(List<AzureAppPushReceiver> azureAppPushReceivers) Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.NotificationRequestBody.withAzureFunctionReceivers
(List<AzureFunctionReceiver> azureFunctionReceivers) Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.NotificationRequestBody.withEmailReceivers
(List<EmailReceiver> emailReceivers) Set the emailReceivers property: The list of email receivers that are part of this action group.NotificationRequestBody.withEventHubReceivers
(List<EventHubReceiver> eventHubReceivers) Set the eventHubReceivers property: The list of event hub receivers that are part of this action group.NotificationRequestBody.withItsmReceivers
(List<ItsmReceiver> itsmReceivers) Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.NotificationRequestBody.withLogicAppReceivers
(List<LogicAppReceiver> logicAppReceivers) Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.NotificationRequestBody.withSmsReceivers
(List<SmsReceiver> smsReceivers) Set the smsReceivers property: The list of SMS receivers that are part of this action group.NotificationRequestBody.withVoiceReceivers
(List<VoiceReceiver> voiceReceivers) Set the voiceReceivers property: The list of voice receivers that are part of this action group.NotificationRequestBody.withWebhookReceivers
(List<WebhookReceiver> webhookReceivers) Set the webhookReceivers property: The list of webhook receivers that are part of this action group.