Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.ThreatIntelligenceInformationInner
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 ThreatIntelligenceInformationInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionThreatIntelligenceIndicatorsClient.create
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceProperties) Update a threat Intelligence indicator.ThreatIntelligenceIndicatorsClient.createIndicator
(String resourceGroupName, String workspaceName, ThreatIntelligenceIndicatorModel threatIntelligenceProperties) Create a new threat intelligence indicator.View a threat intelligence indicator by name.ThreatIntelligenceIndicatorsClient.replaceTags
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceReplaceTags) Replace tags added to a threat intelligence indicator.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ThreatIntelligenceInformationInner>
ThreatIntelligenceIndicatorsClient.createIndicatorWithResponse
(String resourceGroupName, String workspaceName, ThreatIntelligenceIndicatorModel threatIntelligenceProperties, com.azure.core.util.Context context) Create a new threat intelligence indicator.com.azure.core.http.rest.Response<ThreatIntelligenceInformationInner>
ThreatIntelligenceIndicatorsClient.createWithResponse
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceProperties, com.azure.core.util.Context context) Update a threat Intelligence indicator.com.azure.core.http.rest.Response<ThreatIntelligenceInformationInner>
ThreatIntelligenceIndicatorsClient.getWithResponse
(String resourceGroupName, String workspaceName, String name, com.azure.core.util.Context context) View a threat intelligence indicator by name.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformationInner>
Get all threat intelligence indicators.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformationInner>
ThreatIntelligenceIndicatorsOperationsClient.list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Get all threat intelligence indicators.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformationInner>
ThreatIntelligenceIndicatorsClient.queryIndicators
(String resourceGroupName, String workspaceName, ThreatIntelligenceFilteringCriteria threatIntelligenceFilteringCriteria) Query threat intelligence indicators as per filtering criteria.com.azure.core.http.rest.PagedIterable<ThreatIntelligenceInformationInner>
ThreatIntelligenceIndicatorsClient.queryIndicators
(String resourceGroupName, String workspaceName, ThreatIntelligenceFilteringCriteria threatIntelligenceFilteringCriteria, com.azure.core.util.Context context) Query threat intelligence indicators as per filtering criteria.com.azure.core.http.rest.Response<ThreatIntelligenceInformationInner>
ThreatIntelligenceIndicatorsClient.replaceTagsWithResponse
(String resourceGroupName, String workspaceName, String name, ThreatIntelligenceIndicatorModel threatIntelligenceReplaceTags, com.azure.core.util.Context context) Replace tags added to a threat intelligence indicator. -
Uses of ThreatIntelligenceInformationInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource. -
Uses of ThreatIntelligenceInformationInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeClassDescriptionfinal class
Threat intelligence indicator entity.Modifier and TypeMethodDescriptionThreatIntelligenceInformation.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.ThreatIntelligenceInformationInner object.Modifier and TypeMethodDescriptionThreatIntelligenceInformationList.value()
Get the value property: Array of threat intelligence information objects.Modifier and TypeMethodDescriptionThreatIntelligenceInformationList.withValue
(List<ThreatIntelligenceInformationInner> value) Set the value property: Array of threat intelligence information objects.