ThreatIntelligenceOperations interface
Interface representing a ThreatIntelligence operations.
Properties
| count | Gets the count of all TI objects for the workspace. |
| query | Gets all TI objects for the workspace. |
Property Details
count
Gets the count of all TI objects for the workspace.
count: (resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceCountOptionalParams) => Promise<ThreatIntelligenceCount>
Property Value
(resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceCountOptionalParams) => Promise<ThreatIntelligenceCount>
query
Gets all TI objects for the workspace.
query: (resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceQueryOptionalParams) => PagedAsyncIterableIterator<TIObjectUnion, TIObjectUnion[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceQueryOptionalParams) => PagedAsyncIterableIterator<TIObjectUnion, TIObjectUnion[], PageSettings>