Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner
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 BookmarkInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionBookmarksClient.createOrUpdate
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkInner bookmark) Creates or updates the bookmark.Gets a bookmark.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BookmarkInner>
BookmarksClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkInner bookmark, com.azure.core.util.Context context) Creates or updates the bookmark.com.azure.core.http.rest.Response<BookmarkInner>
BookmarksClient.getWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, com.azure.core.util.Context context) Gets a bookmark.com.azure.core.http.rest.PagedIterable<BookmarkInner>
Gets all bookmarks.com.azure.core.http.rest.PagedIterable<BookmarkInner>
BookmarksClient.list
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all bookmarks.Modifier and TypeMethodDescriptionBookmarksClient.createOrUpdate
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkInner bookmark) Creates or updates the bookmark.com.azure.core.http.rest.Response<BookmarkInner>
BookmarksClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkInner bookmark, com.azure.core.util.Context context) Creates or updates the bookmark. -
Uses of BookmarkInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionBookmarkInner.withCreated
(OffsetDateTime created) Set the created property: The time the bookmark was created.BookmarkInner.withCreatedBy
(UserInfo createdBy) Set the createdBy property: Describes a user that created the bookmark.BookmarkInner.withDisplayName
(String displayName) Set the displayName property: The display name of the bookmark.BookmarkInner.withEntityMappings
(List<BookmarkEntityMappings> entityMappings) Set the entityMappings property: Describes the entity mappings of the bookmark.Set the etag property: Etag of the azure resource.BookmarkInner.withEventTime
(OffsetDateTime eventTime) Set the eventTime property: The bookmark event time.BookmarkInner.withIncidentInfo
(IncidentInfo incidentInfo) Set the incidentInfo property: Describes an incident that relates to bookmark.BookmarkInner.withLabels
(List<String> labels) Set the labels property: List of labels relevant to this bookmark.Set the notes property: The notes of the bookmark.Set the query property: The query of the bookmark.BookmarkInner.withQueryEndTime
(OffsetDateTime queryEndTime) Set the queryEndTime property: The end time for the query.BookmarkInner.withQueryResult
(String queryResult) Set the queryResult property: The query result of the bookmark.BookmarkInner.withQueryStartTime
(OffsetDateTime queryStartTime) Set the queryStartTime property: The start time for the query.BookmarkInner.withTactics
(List<AttackTactic> tactics) Set the tactics property: A list of relevant mitre attacks.BookmarkInner.withTechniques
(List<String> techniques) Set the techniques property: A list of relevant mitre techniques.BookmarkInner.withUpdated
(OffsetDateTime updated) Set the updated property: The last time the bookmark was updated.BookmarkInner.withUpdatedBy
(UserInfo updatedBy) Set the updatedBy property: Describes a user that updated the bookmark. -
Uses of BookmarkInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionBookmark.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner object.Modifier and TypeMethodDescriptionBookmarkList.value()
Get the value property: Array of bookmarks.Modifier and TypeMethodDescriptionBookmarkList.withValue
(List<BookmarkInner> value) Set the value property: Array of bookmarks.