Uses of Interface
com.azure.resourcemanager.securityinsights.models.WatchlistItem
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of WatchlistItem in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionWatchlistItem.Update.apply()
Executes the update request.WatchlistItem.Update.apply
(com.azure.core.util.Context context) Executes the update request.WatchlistItem.DefinitionStages.WithCreate.create()
Executes the create request.WatchlistItem.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.WatchlistItems.get
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId) Gets a watchlist, without its watchlist items.Gets a watchlist, without its watchlist items.WatchlistItem.refresh()
Refreshes the resource to sync with Azure.WatchlistItem.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WatchlistItem>
WatchlistItems.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a watchlist, without its watchlist items.com.azure.core.http.rest.Response<WatchlistItem>
WatchlistItems.getWithResponse
(String resourceGroupName, String workspaceName, String watchlistAlias, String watchlistItemId, com.azure.core.util.Context context) Gets a watchlist, without its watchlist items.com.azure.core.http.rest.PagedIterable<WatchlistItem>
Gets all watchlist Items.com.azure.core.http.rest.PagedIterable<WatchlistItem>
WatchlistItems.list
(String resourceGroupName, String workspaceName, String watchlistAlias, String skipToken, com.azure.core.util.Context context) Gets all watchlist Items.