Share via


Bookmark Interface

public interface Bookmark

An immutable client-side representation of Bookmark.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime created()

Gets the created property: The time the bookmark was created.

abstract UserInfo createdBy()

Gets the createdBy property: Describes a user that created the bookmark.

abstract String displayName()

Gets the displayName property: The display name of the bookmark.

abstract String etag()

Gets the etag property: Etag of the azure resource.

abstract OffsetDateTime eventTime()

Gets the eventTime property: The bookmark event time.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract IncidentInfo incidentInfo()

Gets the incidentInfo property: Describes an incident that relates to bookmark.

abstract BookmarkInner innerModel()

Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner object.

abstract List<String> labels()

Gets the labels property: List of labels relevant to this bookmark.

abstract String name()

Gets the name property: The name of the resource.

abstract String notes()

Gets the notes property: The notes of the bookmark.

abstract String query()

Gets the query property: The query of the bookmark.

abstract OffsetDateTime queryEndTime()

Gets the queryEndTime property: The end time for the query.

abstract String queryResult()

Gets the queryResult property: The query result of the bookmark.

abstract OffsetDateTime queryStartTime()

Gets the queryStartTime property: The start time for the query.

abstract Bookmark refresh()

Refreshes the resource to sync with Azure.

abstract Bookmark refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the Bookmark resource.

abstract OffsetDateTime updated()

Gets the updated property: The last time the bookmark was updated.

abstract UserInfo updatedBy()

Gets the updatedBy property: Describes a user that updated the bookmark.

Method Details

created

public abstract OffsetDateTime created()

Gets the created property: The time the bookmark was created.

Returns:

the created value.

createdBy

public abstract UserInfo createdBy()

Gets the createdBy property: Describes a user that created the bookmark.

Returns:

the createdBy value.

displayName

public abstract String displayName()

Gets the displayName property: The display name of the bookmark.

Returns:

the displayName value.

etag

public abstract String etag()

Gets the etag property: Etag of the azure resource.

Returns:

the etag value.

eventTime

public abstract OffsetDateTime eventTime()

Gets the eventTime property: The bookmark event time.

Returns:

the eventTime value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

incidentInfo

public abstract IncidentInfo incidentInfo()

Gets the incidentInfo property: Describes an incident that relates to bookmark.

Returns:

the incidentInfo value.

innerModel

public abstract BookmarkInner innerModel()

Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.BookmarkInner object.

Returns:

the inner object.

labels

public abstract List<String> labels()

Gets the labels property: List of labels relevant to this bookmark.

Returns:

the labels value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

notes

public abstract String notes()

Gets the notes property: The notes of the bookmark.

Returns:

the notes value.

query

public abstract String query()

Gets the query property: The query of the bookmark.

Returns:

the query value.

queryEndTime

public abstract OffsetDateTime queryEndTime()

Gets the queryEndTime property: The end time for the query.

Returns:

the queryEndTime value.

queryResult

public abstract String queryResult()

Gets the queryResult property: The query result of the bookmark.

Returns:

the queryResult value.

queryStartTime

public abstract OffsetDateTime queryStartTime()

Gets the queryStartTime property: The start time for the query.

Returns:

the queryStartTime value.

refresh

public abstract Bookmark refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Bookmark refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Bookmark.Update update()

Begins update for the Bookmark resource.

Returns:

the stage of resource update.

updated

public abstract OffsetDateTime updated()

Gets the updated property: The last time the bookmark was updated.

Returns:

the updated value.

updatedBy

public abstract UserInfo updatedBy()

Gets the updatedBy property: Describes a user that updated the bookmark.

Returns:

the updatedBy value.

Applies to