Uses of Class
com.azure.resourcemanager.securityinsights.models.BookmarkExpandParameters
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of BookmarkExpandParameters in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionBookmarkOperationsClient.expand
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkExpandParameters parameters) Expand an bookmark.com.azure.core.http.rest.Response<BookmarkExpandResponseInner>
BookmarkOperationsClient.expandWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkExpandParameters parameters, com.azure.core.util.Context context) Expand an bookmark. -
Uses of BookmarkExpandParameters in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionBookmarkExpandParameters.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end date filter, so the only expansion results returned are before this date.BookmarkExpandParameters.withExpansionId
(UUID expansionId) Set the expansionId property: The Id of the expansion to perform.BookmarkExpandParameters.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start date filter, so the only expansion results returned are after this date.Modifier and TypeMethodDescriptionBookmarkOperations.expand
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkExpandParameters parameters) Expand an bookmark.com.azure.core.http.rest.Response<BookmarkExpandResponse>
BookmarkOperations.expandWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, BookmarkExpandParameters parameters, com.azure.core.util.Context context) Expand an bookmark.