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