Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.RelationInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of RelationInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionBookmarkRelationsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String bookmarkId, String relationName, RelationInner relation) Creates the bookmark relation.IncidentRelationsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, String relationName, RelationInner relation) Creates or updates the incident relation.BookmarkRelationsClient.get
(String resourceGroupName, String workspaceName, String bookmarkId, String relationName) Gets a bookmark relation.IncidentRelationsClient.get
(String resourceGroupName, String workspaceName, String incidentId, String relationName) Gets an incident relation.EntityRelationsClient.getRelation
(String resourceGroupName, String workspaceName, String entityId, String relationName) Gets an entity relation.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RelationInner>
BookmarkRelationsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, String relationName, RelationInner relation, com.azure.core.util.Context context) Creates the bookmark relation.com.azure.core.http.rest.Response<RelationInner>
IncidentRelationsClient.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<RelationInner>
EntityRelationsClient.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<RelationInner>
BookmarkRelationsClient.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<RelationInner>
IncidentRelationsClient.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<RelationInner>
Gets all bookmark relations.com.azure.core.http.rest.PagedIterable<RelationInner>
BookmarkRelationsClient.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<RelationInner>
Gets all relations of an entity.com.azure.core.http.rest.PagedIterable<RelationInner>
EntitiesRelationsClient.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<RelationInner>
Gets all incident relations.com.azure.core.http.rest.PagedIterable<RelationInner>
IncidentRelationsClient.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.Modifier and TypeMethodDescriptionBookmarkRelationsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String bookmarkId, String relationName, RelationInner relation) Creates the bookmark relation.IncidentRelationsClient.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, String relationName, RelationInner relation) Creates or updates the incident relation.com.azure.core.http.rest.Response<RelationInner>
BookmarkRelationsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String bookmarkId, String relationName, RelationInner relation, com.azure.core.util.Context context) Creates the bookmark relation.com.azure.core.http.rest.Response<RelationInner>
IncidentRelationsClient.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String incidentId, String relationName, RelationInner relation, com.azure.core.util.Context context) Creates or updates the incident relation. -
Uses of RelationInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource.RelationInner.withRelatedResourceId
(String relatedResourceId) Set the relatedResourceId property: The resource ID of the related resource. -
Uses of RelationInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionRelation.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.RelationInner object.Modifier and TypeMethodDescriptionRelationList.value()
Get the value property: Array of relations.Modifier and TypeMethodDescriptionIncidentRelations.createOrUpdate
(String resourceGroupName, String workspaceName, String incidentId, String relationName, RelationInner relation) Creates or updates the incident relation.com.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.Modifier and TypeMethodDescriptionRelationList.withValue
(List<RelationInner> value) Set the value property: Array of relations.