Interface IncidentBookmarkList
public interface IncidentBookmarkList
An immutable client-side representation of IncidentBookmarkList.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentBookmarkListInner object.value()
Gets the value property: Array of incident bookmarks.
-
Method Details
-
value
List<HuntingBookmark> value()Gets the value property: Array of incident bookmarks.- Returns:
- the value value.
-
innerModel
IncidentBookmarkListInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.IncidentBookmarkListInner object.- Returns:
- the inner object.
-