SecurityInsightsThreatIntelligenceIndicatorCollection.GetAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all threat intelligence indicators.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/indicators
- Operation Id: ThreatIntelligenceIndicators_List
- Default Api Version: 2024-01-01-preview
- Resource: SecurityInsightsThreatIntelligenceIndicatorResource
public virtual Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource> GetAll (string filter = default, int? top = default, string skipToken = default, string orderBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
override this.GetAll : string * Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional orderBy As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityInsightsThreatIntelligenceIndicatorResource)
Parameters
- filter
- String
Filters the results, based on a Boolean condition. Optional.
- skipToken
- String
Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional.
- orderBy
- String
Sorts the results. Optional.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SecurityInsightsThreatIntelligenceIndicatorResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET