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 activityLogAlert) Create a new activity log alert or update an existing one.ActivityLogAlertsClient.getByResourceGroup(String resourceGroupName, String activityLogAlertName) Get an activity log alert.ActivityLogAlertsClient.update(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch) Updates an existing ActivityLogAlertResource's tags.Methods in com.azure.resourcemanager.monitor.fluent that return types with arguments of type ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionActivityLogAlertsClient.createOrUpdateAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert) Create a new activity log alert or update an existing one.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>ActivityLogAlertsClient.createOrUpdateWithResponse(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert, com.azure.core.util.Context context) Create a new activity log alert or update an existing one.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>>ActivityLogAlertsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert) Create a new activity log alert or update an existing one.ActivityLogAlertsClient.getByResourceGroupAsync(String resourceGroupName, String activityLogAlertName) Get an activity log alert.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>ActivityLogAlertsClient.getByResourceGroupWithResponse(String resourceGroupName, String activityLogAlertName, com.azure.core.util.Context context) Get an activity log alert.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>>ActivityLogAlertsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String activityLogAlertName) Get an activity log alert.com.azure.core.http.rest.PagedIterable<ActivityLogAlertResourceInner>ActivityLogAlertsClient.list()Get a list of all activity log alerts 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 alerts in a subscription.com.azure.core.http.rest.PagedFlux<ActivityLogAlertResourceInner>ActivityLogAlertsClient.listAsync()Get a list of all activity log alerts in a subscription.com.azure.core.http.rest.PagedIterable<ActivityLogAlertResourceInner>ActivityLogAlertsClient.listByResourceGroup(String resourceGroupName) Get a list of all activity log alerts 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 alerts in a resource group.com.azure.core.http.rest.PagedFlux<ActivityLogAlertResourceInner>ActivityLogAlertsClient.listByResourceGroupAsync(String resourceGroupName) Get a list of all activity log alerts in a resource group.ActivityLogAlertsClient.updateAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch) Updates an existing ActivityLogAlertResource's tags.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>ActivityLogAlertsClient.updateWithResponse(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch, com.azure.core.util.Context context) Updates an existing ActivityLogAlertResource's tags.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>>ActivityLogAlertsClient.updateWithResponseAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch) Updates an existing ActivityLogAlertResource's tags.Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionActivityLogAlertsClient.createOrUpdate(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert) Create a new activity log alert or update an existing one.ActivityLogAlertsClient.createOrUpdateAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert) Create a new activity log alert or update an existing one.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>ActivityLogAlertsClient.createOrUpdateWithResponse(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert, com.azure.core.util.Context context) Create a new activity log alert or update an existing one.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>>ActivityLogAlertsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert) Create a new activity log alert 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.withActions(ActivityLogAlertActionList 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.ActivityLogAlertResourceInner.withEnabled(Boolean enabled) Set the enabled property: Indicates whether this activity log alert is enabled.ActivityLogAlertResourceInner.withLocation(String location) ActivityLogAlertResourceInner.withScopes(List<String> scopes) Set the scopes property: A list of resourceIds 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 TypeMethodDescriptionActivityLogAlertList.value()Get the value property: The list of activity log alerts.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActivityLogAlertResourceInnerModifier and TypeMethodDescriptionActivityLogAlertList.withValue(List<ActivityLogAlertResourceInner> value) Set the value property: The list of activity log alerts.