Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ActionGroupResourceInner
Packages that use ActionGroupResourceInner
Package
Description
Package containing the service clients for MonitorClient.
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ActionGroupResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return ActionGroupResourceInnerModifier and TypeMethodDescriptionActionGroupsClient.createOrUpdate
(String resourceGroupName, String actionGroupName, ActionGroupResourceInner actionGroup) Create a new action group or update an existing one.ActionGroupsClient.getByResourceGroup
(String resourceGroupName, String actionGroupName) Get an action group.ActionGroupsClient.update
(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch) Updates an existing action group's tags.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type ActionGroupResourceInnerModifier and TypeMethodDescriptionActionGroupsClient.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.ActionGroupsClient.getByResourceGroupAsync
(String resourceGroupName, String actionGroupName) Get an action group.com.azure.core.http.rest.Response
<ActionGroupResourceInner> ActionGroupsClient.getByResourceGroupWithResponse
(String resourceGroupName, String actionGroupName, com.azure.core.util.Context context) Get an action group.Mono
<com.azure.core.http.rest.Response<ActionGroupResourceInner>> ActionGroupsClient.getByResourceGroupWithResponseAsync
(String resourceGroupName, String actionGroupName) Get an action group.com.azure.core.http.rest.PagedIterable
<ActionGroupResourceInner> ActionGroupsClient.list()
Get a list of all action groups in a subscription.com.azure.core.http.rest.PagedIterable
<ActionGroupResourceInner> ActionGroupsClient.list
(com.azure.core.util.Context context) Get a list of all action groups in a subscription.com.azure.core.http.rest.PagedFlux
<ActionGroupResourceInner> ActionGroupsClient.listAsync()
Get a list of all action groups in a subscription.com.azure.core.http.rest.PagedIterable
<ActionGroupResourceInner> ActionGroupsClient.listByResourceGroup
(String resourceGroupName) Get a list of all action groups in a resource group.com.azure.core.http.rest.PagedIterable
<ActionGroupResourceInner> ActionGroupsClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Get a list of all action groups in a resource group.com.azure.core.http.rest.PagedFlux
<ActionGroupResourceInner> ActionGroupsClient.listByResourceGroupAsync
(String resourceGroupName) Get a list of all action groups in a resource group.ActionGroupsClient.updateAsync
(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch) Updates an existing action group's tags.com.azure.core.http.rest.Response
<ActionGroupResourceInner> ActionGroupsClient.updateWithResponse
(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch, com.azure.core.util.Context context) Updates an existing action group's tags.Mono
<com.azure.core.http.rest.Response<ActionGroupResourceInner>> ActionGroupsClient.updateWithResponseAsync
(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch) Updates an existing action group's tags.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ActionGroupResourceInnerModifier and TypeMethodDescriptionActionGroupsClient.createOrUpdate
(String resourceGroupName, String actionGroupName, ActionGroupResourceInner actionGroup) Create a new action group or update an existing one.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. -
Uses of ActionGroupResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActionGroupResourceInnerModifier and TypeMethodDescriptionstatic ActionGroupResourceInner
ActionGroupResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActionGroupResourceInner from the JsonReader.ActionGroupResourceInner.withArmRoleReceivers
(List<ArmRoleReceiver> armRoleReceivers) Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.ActionGroupResourceInner.withAutomationRunbookReceivers
(List<AutomationRunbookReceiver> automationRunbookReceivers) Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.ActionGroupResourceInner.withAzureAppPushReceivers
(List<AzureAppPushReceiver> azureAppPushReceivers) Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.ActionGroupResourceInner.withAzureFunctionReceivers
(List<AzureFunctionReceiver> azureFunctionReceivers) Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.ActionGroupResourceInner.withEmailReceivers
(List<EmailReceiver> emailReceivers) Set the emailReceivers property: The list of email receivers that are part of this action group.ActionGroupResourceInner.withEnabled
(Boolean enabled) Set the enabled property: Indicates whether this action group is enabled.ActionGroupResourceInner.withEventHubReceivers
(List<EventHubReceiver> eventHubReceivers) Set the eventHubReceivers property: The list of event hub receivers that are part of this action group.ActionGroupResourceInner.withGroupShortName
(String groupShortName) Set the groupShortName property: The short name of the action group.ActionGroupResourceInner.withItsmReceivers
(List<ItsmReceiver> itsmReceivers) Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.ActionGroupResourceInner.withLocation
(String location) ActionGroupResourceInner.withLogicAppReceivers
(List<LogicAppReceiver> logicAppReceivers) Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.ActionGroupResourceInner.withSmsReceivers
(List<SmsReceiver> smsReceivers) Set the smsReceivers property: The list of SMS receivers that are part of this action group.ActionGroupResourceInner.withVoiceReceivers
(List<VoiceReceiver> voiceReceivers) Set the voiceReceivers property: The list of voice receivers that are part of this action group.ActionGroupResourceInner.withWebhookReceivers
(List<WebhookReceiver> webhookReceivers) Set the webhookReceivers property: The list of webhook receivers that are part of this action group. -
Uses of ActionGroupResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ActionGroupResourceInnerModifier and TypeMethodDescriptionActionGroupList.value()
Get the value property: The list of action groups.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActionGroupResourceInnerModifier and TypeMethodDescriptionActionGroupList.withValue
(List<ActionGroupResourceInner> value) Set the value property: The list of action groups.