| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroupResourceInner |
ActionGroupsClient.createOrUpdate(String resourceGroupName,
String actionGroupName,
ActionGroupResourceInner actionGroup)
Create a new action group or update an existing one.
|
ActionGroupResourceInner |
ActionGroupsClient.getByResourceGroup(String resourceGroupName,
String actionGroupName)
Get an action group.
|
ActionGroupResourceInner |
ActionGroupsClient.update(String resourceGroupName,
String actionGroupName,
ActionGroupPatchBody actionGroupPatch)
Updates an existing action group's tags.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroupResourceInner |
ActionGroupsClient.createOrUpdate(String resourceGroupName,
String actionGroupName,
ActionGroupResourceInner actionGroup)
Create a new action group or update an existing one.
|
Mono<ActionGroupResourceInner> |
ActionGroupsClient.createOrUpdateAsync(String resourceGroupName,
String actionGroupName,
ActionGroupResourceInner actionGroup)
Create a new action group or update an existing one.
|
com.azure.core.http.rest.Response<ActionGroupResourceInner> |
ActionGroupsClient.createOrUpdateWithResponse(String resourceGroupName,
String actionGroupName,
ActionGroupResourceInner actionGroup,
com.azure.core.util.Context context)
Create a new action group or update an existing one.
|
Mono<com.azure.core.http.rest.Response<ActionGroupResourceInner>> |
ActionGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String actionGroupName,
ActionGroupResourceInner actionGroup)
Create a new action group or update an existing one.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroupResourceInner |
ActionGroupResourceInner.withArmRoleReceivers(List<ArmRoleReceiver> armRoleReceivers)
Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withAutomationRunbookReceivers(List<AutomationRunbookReceiver> automationRunbookReceivers)
Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action
group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withAzureAppPushReceivers(List<AzureAppPushReceiver> azureAppPushReceivers)
Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withAzureFunctionReceivers(List<AzureFunctionReceiver> azureFunctionReceivers)
Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withEmailReceivers(List<EmailReceiver> emailReceivers)
Set the emailReceivers property: The list of email receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withEnabled(Boolean enabled)
Set the enabled property: Indicates whether this action group is enabled.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withGroupShortName(String groupShortName)
Set the groupShortName property: The short name of the action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withItsmReceivers(List<ItsmReceiver> itsmReceivers)
Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withLogicAppReceivers(List<LogicAppReceiver> logicAppReceivers)
Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withSmsReceivers(List<SmsReceiver> smsReceivers)
Set the smsReceivers property: The list of SMS receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withVoiceReceivers(List<VoiceReceiver> voiceReceivers)
Set the voiceReceivers property: The list of voice receivers that are part of this action group.
|
ActionGroupResourceInner |
ActionGroupResourceInner.withWebhookReceivers(List<WebhookReceiver> webhookReceivers)
Set the webhookReceivers property: The list of webhook receivers that are part of this action group.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.