Interface Bookmark
public interface Bookmark
An immutable client-side representation of Bookmark.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the Bookmark definition.static interface
The Bookmark definition stages.static interface
The template for Bookmark update.static interface
The Bookmark update stages. -
Method Summary
Modifier and TypeMethodDescriptioncreated()
Gets the created property: The time the bookmark was created.Gets the createdBy property: Describes a user that created the bookmark.Gets the displayName property: The display name of the bookmark.Gets the entityMappings property: Describes the entity mappings of the bookmark.etag()
Gets the etag property: Etag of the azure resource.Gets the eventTime property: The bookmark event time.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the incidentInfo property: Describes an incident that relates to bookmark.Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner object.labels()
Gets the labels property: List of labels relevant to this bookmark.name()
Gets the name property: The name of the resource.notes()
Gets the notes property: The notes of the bookmark.query()
Gets the query property: The query of the bookmark.Gets the queryEndTime property: The end time for the query.Gets the queryResult property: The query result of the bookmark.Gets the queryStartTime property: The start time for the query.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Gets the name of the resource group.com.azure.core.management.SystemData
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.tactics()
Gets the tactics property: A list of relevant mitre attacks.Gets the techniques property: A list of relevant mitre techniques.type()
Gets the type property: The type of the resource.update()
Begins update for the Bookmark resource.updated()
Gets the updated property: The last time the bookmark was updated.Gets the updatedBy property: Describes a user that updated the bookmark.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
etag
String etag()Gets the etag property: Etag of the azure resource.- Returns:
- the etag value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
created
OffsetDateTime created()Gets the created property: The time the bookmark was created.- Returns:
- the created value.
-
createdBy
UserInfo createdBy()Gets the createdBy property: Describes a user that created the bookmark.- Returns:
- the createdBy value.
-
displayName
String displayName()Gets the displayName property: The display name of the bookmark.- Returns:
- the displayName value.
-
labels
Gets the labels property: List of labels relevant to this bookmark.- Returns:
- the labels value.
-
notes
String notes()Gets the notes property: The notes of the bookmark.- Returns:
- the notes value.
-
query
String query()Gets the query property: The query of the bookmark.- Returns:
- the query value.
-
queryResult
String queryResult()Gets the queryResult property: The query result of the bookmark.- Returns:
- the queryResult value.
-
updated
OffsetDateTime updated()Gets the updated property: The last time the bookmark was updated.- Returns:
- the updated value.
-
updatedBy
UserInfo updatedBy()Gets the updatedBy property: Describes a user that updated the bookmark.- Returns:
- the updatedBy value.
-
eventTime
OffsetDateTime eventTime()Gets the eventTime property: The bookmark event time.- Returns:
- the eventTime value.
-
queryStartTime
OffsetDateTime queryStartTime()Gets the queryStartTime property: The start time for the query.- Returns:
- the queryStartTime value.
-
queryEndTime
OffsetDateTime queryEndTime()Gets the queryEndTime property: The end time for the query.- Returns:
- the queryEndTime value.
-
incidentInfo
IncidentInfo incidentInfo()Gets the incidentInfo property: Describes an incident that relates to bookmark.- Returns:
- the incidentInfo value.
-
entityMappings
List<BookmarkEntityMappings> entityMappings()Gets the entityMappings property: Describes the entity mappings of the bookmark.- Returns:
- the entityMappings value.
-
tactics
List<AttackTactic> tactics()Gets the tactics property: A list of relevant mitre attacks.- Returns:
- the tactics value.
-
techniques
Gets the techniques property: A list of relevant mitre techniques.- Returns:
- the techniques value.
-
resourceGroupName
String resourceGroupName()Gets the name of the resource group.- Returns:
- the name of the resource group.
-
innerModel
BookmarkInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner object.- Returns:
- the inner object.
-
update
Bookmark.Update update()Begins update for the Bookmark resource.- Returns:
- the stage of resource update.
-
refresh
Bookmark refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-