Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.WatchlistInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of WatchlistInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionWatchlistsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String watchlistAlias, WatchlistInner watchlist) Create or update a Watchlist and its Watchlist Items (bulk creation, e.g.Gets a watchlist, without its watchlist items.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WatchlistInner>
WatchlistsClient.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<WatchlistInner>
Gets all watchlists, without watchlist items.com.azure.core.http.rest.PagedIterable<WatchlistInner>
WatchlistsClient.list
(String resourceGroupName, String workspaceName, String skipToken, com.azure.core.util.Context context) Gets all watchlists, without watchlist items.Modifier and TypeMethodDescriptionWatchlistsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String watchlistAlias, WatchlistInner watchlist) Create or update a Watchlist and its Watchlist Items (bulk creation, e.g.WatchlistsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String watchlistAlias, WatchlistInner watchlist, com.azure.core.util.Context context) Create or update a Watchlist and its Watchlist Items (bulk creation, e.g. -
Uses of WatchlistInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionWatchlistInner.withContentType
(String contentType) Set the contentType property: The content type of the raw content.WatchlistInner.withCreated
(OffsetDateTime created) Set the created property: The time the watchlist was created.WatchlistInner.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the watchlist.WatchlistInner.withDefaultDuration
(Duration defaultDuration) Set the defaultDuration property: The default duration of a watchlist (in ISO 8601 duration format).WatchlistInner.withDescription
(String description) Set the description property: A description of the watchlist.WatchlistInner.withDisplayName
(String displayName) Set the displayName property: The display name of the watchlist.Set the etag property: Etag of the azure resource.WatchlistInner.withIsDeleted
(Boolean isDeleted) Set the isDeleted property: A flag that indicates if the watchlist is deleted or not.WatchlistInner.withItemsSearchKey
(String itemsSearchKey) Set the itemsSearchKey property: The search key is used to optimize query performance when using watchlists for joins with other data.WatchlistInner.withLabels
(List<String> labels) Set the labels property: List of labels relevant to this watchlist.WatchlistInner.withNumberOfLinesToSkip
(Integer numberOfLinesToSkip) Set the numberOfLinesToSkip property: The number of lines in a csv/tsv content to skip before the header.WatchlistInner.withProvider
(String provider) Set the provider property: The provider of the watchlist.WatchlistInner.withRawContent
(String rawContent) Set the rawContent property: The raw content that represents to watchlist items to create.WatchlistInner.withSource
(String source) Set the source property: The filename of the watchlist, called 'source'.WatchlistInner.withSourceType
(SourceType sourceType) Set the sourceType property: The sourceType of the watchlist.WatchlistInner.withTenantId
(String tenantId) Set the tenantId property: The tenantId where the watchlist belongs to.WatchlistInner.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the watchlist was updated.WatchlistInner.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the watchlist.WatchlistInner.withUploadStatus
(String uploadStatus) Set the uploadStatus property: The status of the Watchlist upload : New, InProgress or Complete.WatchlistInner.withWatchlistAlias
(String watchlistAlias) Set the watchlistAlias property: The alias of the watchlist.WatchlistInner.withWatchlistId
(String watchlistId) Set the watchlistId property: The id (a Guid) of the watchlist.WatchlistInner.withWatchlistType
(String watchlistType) Set the watchlistType property: The type of the watchlist. -
Uses of WatchlistInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionWatchlistsCreateOrUpdateResponse.getValue()
Gets the deserialized response body.Watchlist.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.WatchlistInner object.Modifier and TypeMethodDescriptionWatchlistList.value()
Get the value property: Array of watchlist.Modifier and TypeMethodDescriptionWatchlistList.withValue
(List<WatchlistInner> value) Set the value property: Array of watchlist.ModifierConstructorDescriptionWatchlistsCreateOrUpdateResponse
(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, WatchlistInner value, WatchlistsCreateOrUpdateHeaders headers) Creates an instance of WatchlistsCreateOrUpdateResponse.