Uses of Class
com.azure.resourcemanager.monitor.fluent.models.ActivityLogAlertResourceInner
-
Packages that use ActivityLogAlertResourceInner 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 ActivityLogAlertResourceInner in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent that return ActivityLogAlertResourceInner Modifier and Type Method Description ActivityLogAlertResourceInnerActivityLogAlertsClient. createOrUpdate(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert)Create a new activity log alert or update an existing one.ActivityLogAlertResourceInnerActivityLogAlertsClient. getByResourceGroup(String resourceGroupName, String activityLogAlertName)Get an activity log alert.ActivityLogAlertResourceInnerActivityLogAlertsClient. 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 ActivityLogAlertResourceInner Modifier and Type Method Description Mono<ActivityLogAlertResourceInner>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.Mono<ActivityLogAlertResourceInner>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.Mono<ActivityLogAlertResourceInner>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 ActivityLogAlertResourceInner Modifier and Type Method Description ActivityLogAlertResourceInnerActivityLogAlertsClient. createOrUpdate(String resourceGroupName, String activityLogAlertName, ActivityLogAlertResourceInner activityLogAlert)Create a new activity log alert or update an existing one.Mono<ActivityLogAlertResourceInner>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 ActivityLogAlertResourceInner Modifier and Type Method Description ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withActions(ActivityLogAlertActionList actions)Set the actions property: The actions that will activate when the condition is met.ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withCondition(ActivityLogAlertAllOfCondition condition)Set the condition property: The condition that will cause this alert to activate.ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withDescription(String description)Set the description property: A description of this activity log alert.ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withEnabled(Boolean enabled)Set the enabled property: Indicates whether this activity log alert is enabled.ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withLocation(String location)ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withScopes(List<String> scopes)Set the scopes property: A list of resourceIds that will be used as prefixes.ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withTags(Map<String,String> tags) -
Uses of ActivityLogAlertResourceInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type ActivityLogAlertResourceInner Modifier and Type Method Description List<ActivityLogAlertResourceInner>ActivityLogAlertList. value()Get the value property: The list of activity log alerts.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type ActivityLogAlertResourceInner Modifier and Type Method Description ActivityLogAlertListActivityLogAlertList. withValue(List<ActivityLogAlertResourceInner> value)Set the value property: The list of activity log alerts.
-