Uses of Interface
com.azure.resourcemanager.securityinsights.models.WatchlistItem.Update
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of WatchlistItem.Update in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionWatchlistItem.update()
Begins update for the WatchlistItem resource.WatchlistItem.UpdateStages.WithCreated.withCreated
(OffsetDateTime created) Specifies the created property: The time the watchlist item was created.WatchlistItem.UpdateStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the watchlist item.WatchlistItem.UpdateStages.WithEntityMapping.withEntityMapping
(Map<String, Object> entityMapping) Specifies the entityMapping property: key-value pairs for a watchlist item entity mapping.Specifies the etag property: Etag of the azure resource.WatchlistItem.UpdateStages.WithIsDeleted.withIsDeleted
(Boolean isDeleted) Specifies the isDeleted property: A flag that indicates if the watchlist item is deleted or not.WatchlistItem.UpdateStages.WithItemsKeyValue.withItemsKeyValue
(Map<String, Object> itemsKeyValue) Specifies the itemsKeyValue property: key-value pairs for a watchlist item.WatchlistItem.UpdateStages.WithTenantId.withTenantId
(String tenantId) Specifies the tenantId property: The tenantId to which the watchlist item belongs to.WatchlistItem.UpdateStages.WithUpdated.withUpdated
(OffsetDateTime updated) Specifies the updated property: The last time the watchlist item was updated.WatchlistItem.UpdateStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the watchlist item.WatchlistItem.UpdateStages.WithWatchlistItemId.withWatchlistItemId
(String watchlistItemId) Specifies the watchlistItemId property: The id (a Guid) of the watchlist item.WatchlistItem.UpdateStages.WithWatchlistItemType.withWatchlistItemType
(String watchlistItemType) Specifies the watchlistItemType property: The type of the watchlist item.