Uses of Interface
com.azure.resourcemanager.securityinsights.models.Watchlist.Update
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Watchlist.Update in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionWatchlist.update()
Begins update for the Watchlist resource.Watchlist.UpdateStages.WithContentType.withContentType
(String contentType) Specifies the contentType property: The content type of the raw content.Watchlist.UpdateStages.WithCreated.withCreated
(OffsetDateTime created) Specifies the created property: The time the watchlist was created.Watchlist.UpdateStages.WithCreatedBy.withCreatedBy
(UserInfo createdBy) Specifies the createdBy property: Describes a user that created the watchlist.Watchlist.UpdateStages.WithDefaultDuration.withDefaultDuration
(Duration defaultDuration) Specifies the defaultDuration property: The default duration of a watchlist (in ISO 8601 duration format).Watchlist.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: A description of the watchlist.Watchlist.UpdateStages.WithDisplayName.withDisplayName
(String displayName) Specifies the displayName property: The display name of the watchlist.Specifies the etag property: Etag of the azure resource.Watchlist.UpdateStages.WithIsDeleted.withIsDeleted
(Boolean isDeleted) Specifies the isDeleted property: A flag that indicates if the watchlist is deleted or not.Watchlist.UpdateStages.WithItemsSearchKey.withItemsSearchKey
(String itemsSearchKey) Specifies the itemsSearchKey property: The search key is used to optimize query performance when using watchlists for joins with other data.Watchlist.UpdateStages.WithLabels.withLabels
(List<String> labels) Specifies the labels property: List of labels relevant to this watchlist.Watchlist.UpdateStages.WithNumberOfLinesToSkip.withNumberOfLinesToSkip
(Integer numberOfLinesToSkip) Specifies the numberOfLinesToSkip property: The number of lines in a csv/tsv content to skip before the header.Watchlist.UpdateStages.WithProvider.withProvider
(String provider) Specifies the provider property: The provider of the watchlist.Watchlist.UpdateStages.WithRawContent.withRawContent
(String rawContent) Specifies the rawContent property: The raw content that represents to watchlist items to create.Watchlist.UpdateStages.WithSource.withSource
(String source) Specifies the source property: The filename of the watchlist, called 'source'.Watchlist.UpdateStages.WithSourceType.withSourceType
(SourceType sourceType) Specifies the sourceType property: The sourceType of the watchlist.Watchlist.UpdateStages.WithTenantId.withTenantId
(String tenantId) Specifies the tenantId property: The tenantId where the watchlist belongs to.Watchlist.UpdateStages.WithUpdated.withUpdated
(OffsetDateTime updated) Specifies the updated property: The last time the watchlist was updated.Watchlist.UpdateStages.WithUpdatedBy.withUpdatedBy
(UserInfo updatedBy) Specifies the updatedBy property: Describes a user that updated the watchlist.Watchlist.UpdateStages.WithUploadStatus.withUploadStatus
(String uploadStatus) Specifies the uploadStatus property: The status of the Watchlist upload : New, InProgress or Complete.Watchlist.UpdateStages.WithWatchlistAlias.withWatchlistAlias
(String watchlistAlias) Specifies the watchlistAlias property: The alias of the watchlist.Watchlist.UpdateStages.WithWatchlistId.withWatchlistId
(String watchlistId) Specifies the watchlistId property: The id (a Guid) of the watchlist.Watchlist.UpdateStages.WithWatchlistType.withWatchlistType
(String watchlistType) Specifies the watchlistType property: The type of the watchlist.