Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ActionGroupResourceInner
-
Packages that use ActionGroupResourceInner 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.com.azure.resourcemanager.monitor.models 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 ActionGroupResourceInner Modifier and Type Method Description ActionGroupResourceInnerActionGroupsClient. createOrUpdate(String resourceGroupName, String actionGroupName, ActionGroupResourceInner actionGroup)Create a new action group or update an existing one.ActionGroupResourceInnerActionGroupsClient. getByResourceGroup(String resourceGroupName, String actionGroupName)Get an action group.ActionGroupResourceInnerActionGroupsClient. 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 ActionGroupResourceInner Modifier and Type Method Description 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.Mono<ActionGroupResourceInner>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.Mono<ActionGroupResourceInner>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 ActionGroupResourceInner Modifier and Type Method Description ActionGroupResourceInnerActionGroupsClient. 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. -
Uses of ActionGroupResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActionGroupResourceInner Modifier and Type Method Description ActionGroupResourceInnerActionGroupResourceInner. withArmRoleReceivers(List<ArmRoleReceiver> armRoleReceivers)Set the armRoleReceivers property: The list of ARM role receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withAutomationRunbookReceivers(List<AutomationRunbookReceiver> automationRunbookReceivers)Set the automationRunbookReceivers property: The list of AutomationRunbook receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withAzureAppPushReceivers(List<AzureAppPushReceiver> azureAppPushReceivers)Set the azureAppPushReceivers property: The list of AzureAppPush receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withAzureFunctionReceivers(List<AzureFunctionReceiver> azureFunctionReceivers)Set the azureFunctionReceivers property: The list of azure function receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withEmailReceivers(List<EmailReceiver> emailReceivers)Set the emailReceivers property: The list of email receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withEnabled(Boolean enabled)Set the enabled property: Indicates whether this action group is enabled.ActionGroupResourceInnerActionGroupResourceInner. withGroupShortName(String groupShortName)Set the groupShortName property: The short name of the action group.ActionGroupResourceInnerActionGroupResourceInner. withItsmReceivers(List<ItsmReceiver> itsmReceivers)Set the itsmReceivers property: The list of ITSM receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withLocation(String location)ActionGroupResourceInnerActionGroupResourceInner. withLogicAppReceivers(List<LogicAppReceiver> logicAppReceivers)Set the logicAppReceivers property: The list of logic app receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withSmsReceivers(List<SmsReceiver> smsReceivers)Set the smsReceivers property: The list of SMS receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. withTags(Map<String,String> tags)ActionGroupResourceInnerActionGroupResourceInner. withVoiceReceivers(List<VoiceReceiver> voiceReceivers)Set the voiceReceivers property: The list of voice receivers that are part of this action group.ActionGroupResourceInnerActionGroupResourceInner. 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 ActionGroupResourceInner Modifier and Type Method Description List<ActionGroupResourceInner>ActionGroupList. value()Get the value property: The list of action groups.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActionGroupResourceInner Modifier and Type Method Description ActionGroupListActionGroupList. withValue(List<ActionGroupResourceInner> value)Set the value property: The list of action groups.
-