Uses of Interface
com.azure.resourcemanager.securityinsights.models.Relation
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of Relation in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionRelation.Update.apply()
Executes the update request.Relation.Update.apply
(com.azure.core.util.Context context) Executes the update request.Relation.DefinitionStages.WithCreate.create()
Executes the create request.Relation.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.IncidentRelations.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, String relationName, RelationInner relation) Creates or updates the incident relation.BookmarkRelations.get
(String resourceGroupName, String workspaceName, String bookmarkId, String relationName) Gets a bookmark relation.IncidentRelations.get
(String resourceGroupName, String workspaceName, String incidentId, String relationName) Gets an incident relation.Gets a bookmark relation.EntityRelations.getRelation
(String resourceGroupName, String workspaceName, String entityId, String relationName) Gets an entity relation.Relation.refresh()
Refreshes the resource to sync with Azure.Relation.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Relation>
IncidentRelations.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String incidentId, String relationName, RelationInner relation, com.azure.core.util.Context context) Creates or updates the incident relation.com.azure.core.http.rest.Response<Relation>
BookmarkRelations.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a bookmark relation.com.azure.core.http.rest.Response<Relation>
EntityRelations.getRelationWithResponse
(String resourceGroupName, String workspaceName, String entityId, String relationName, com.azure.core.util.Context context) Gets an entity relation.com.azure.core.http.rest.Response<Relation>
BookmarkRelations.getWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, String relationName, com.azure.core.util.Context context) Gets a bookmark relation.com.azure.core.http.rest.Response<Relation>
IncidentRelations.getWithResponse
(String resourceGroupName, String workspaceName, String incidentId, String relationName, com.azure.core.util.Context context) Gets an incident relation.com.azure.core.http.rest.PagedIterable<Relation>
Gets all bookmark relations.com.azure.core.http.rest.PagedIterable<Relation>
BookmarkRelations.list
(String resourceGroupName, String workspaceName, String bookmarkId, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all bookmark relations.com.azure.core.http.rest.PagedIterable<Relation>
Gets all relations of an entity.com.azure.core.http.rest.PagedIterable<Relation>
EntitiesRelations.list
(String resourceGroupName, String workspaceName, String entityId, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all relations of an entity.com.azure.core.http.rest.PagedIterable<Relation>
Gets all incident relations.com.azure.core.http.rest.PagedIterable<Relation>
IncidentRelations.list
(String resourceGroupName, String workspaceName, String incidentId, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all incident relations.