Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ActivityLogAlertResourceInner
Packages that use ActivityLogAlertResourceInner
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 ActivityLogAlertResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionActivityLogAlertsClient.createOrUpdate(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule) Create a new Activity Log Alert rule or update an existing one.ActivityLogAlertsClient.getByResourceGroup(String resourceGroupName, String activityLogAlertName) Get an Activity Log Alert rule.ActivityLogAlertsClient.update(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch) Updates 'tags' and 'enabled' fields in an existing Alert rule.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionActivityLogAlertsClient.createOrUpdateAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule) Create a new Activity Log Alert rule or update an existing one.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner> ActivityLogAlertsClient.createOrUpdateWithResponse(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule, com.azure.core.util.Context context) Create a new Activity Log Alert rule or update an existing one.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>> ActivityLogAlertsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule) Create a new Activity Log Alert rule or update an existing one.ActivityLogAlertsClient.getByResourceGroupAsync(String resourceGroupName, String activityLogAlertName) Get an Activity Log Alert rule.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner> ActivityLogAlertsClient.getByResourceGroupWithResponse(String resourceGroupName, String activityLogAlertName, com.azure.core.util.Context context) Get an Activity Log Alert rule.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>> ActivityLogAlertsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String activityLogAlertName) Get an Activity Log Alert rule.com.azure.core.http.rest.PagedIterable<ActivityLogAlertResourceInner> ActivityLogAlertsClient.list()Get a list of all Activity Log Alert rules in a subscription.com.azure.core.http.rest.PagedIterable<ActivityLogAlertResourceInner> ActivityLogAlertsClient.list(com.azure.core.util.Context context) Get a list of all Activity Log Alert rules in a subscription.com.azure.core.http.rest.PagedFlux<ActivityLogAlertResourceInner> ActivityLogAlertsClient.listAsync()Get a list of all Activity Log Alert rules in a subscription.com.azure.core.http.rest.PagedIterable<ActivityLogAlertResourceInner> ActivityLogAlertsClient.listByResourceGroup(String resourceGroupName) Get a list of all Activity Log Alert rules in a resource group.com.azure.core.http.rest.PagedIterable<ActivityLogAlertResourceInner> ActivityLogAlertsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Get a list of all Activity Log Alert rules in a resource group.com.azure.core.http.rest.PagedFlux<ActivityLogAlertResourceInner> ActivityLogAlertsClient.listByResourceGroupAsync(String resourceGroupName) Get a list of all Activity Log Alert rules in a resource group.ActivityLogAlertsClient.updateAsync(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch) Updates 'tags' and 'enabled' fields in an existing Alert rule.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner> ActivityLogAlertsClient.updateWithResponse(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch, com.azure.core.util.Context context) Updates 'tags' and 'enabled' fields in an existing Alert rule.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>> ActivityLogAlertsClient.updateWithResponseAsync(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch) Updates 'tags' and 'enabled' fields in an existing Alert rule.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionActivityLogAlertsClient.createOrUpdate(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule) Create a new Activity Log Alert rule or update an existing one.ActivityLogAlertsClient.createOrUpdateAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule) Create a new Activity Log Alert rule or update an existing one.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner> ActivityLogAlertsClient.createOrUpdateWithResponse(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule, com.azure.core.util.Context context) Create a new Activity Log Alert rule or update an existing one.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>> ActivityLogAlertsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlertRule) Create a new Activity Log Alert rule or update an existing one. -
Uses of ActivityLogAlertResourceInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionActivityLogAlertResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActivityLogAlertResourceInner from the JsonReader.ActivityLogAlertResourceInner.withActions(ActionList actions) Set the actions property: The actions that will activate when the condition is met.ActivityLogAlertResourceInner.withCondition(ActivityLogAlertAllOfCondition condition) Set the condition property: The condition that will cause this alert to activate.ActivityLogAlertResourceInner.withDescription(String description) Set the description property: A description of this Activity Log Alert rule.ActivityLogAlertResourceInner.withEnabled(Boolean enabled) Set the enabled property: Indicates whether this Activity Log Alert rule is enabled.ActivityLogAlertResourceInner.withLocation(String location) ActivityLogAlertResourceInner.withScopes(List<String> scopes) Set the scopes property: A list of resource IDs that will be used as prefixes. -
Uses of ActivityLogAlertResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionAlertRuleList.value()Get the value property: The list of Activity Log Alert rules.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionAlertRuleList.withValue(List<ActivityLogAlertResourceInner> value) Set the value property: The list of Activity Log Alert rules.