ThreatIntelligenceOperations interface

Interface représentant une opération de Threat Intelligence.

Propriétés

count

Obtient le nombre de tous les objets TI de l’espace de travail.

query

Obtient tous les objets TI de l’espace de travail.

Détails de la propriété

count

Obtient le nombre de tous les objets TI de l’espace de travail.

count: (resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceCountOptionalParams) => Promise<ThreatIntelligenceCount>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceCountOptionalParams) => Promise<ThreatIntelligenceCount>

query

Obtient tous les objets TI de l’espace de travail.

query: (resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceQueryOptionalParams) => PagedAsyncIterableIterator<TIObjectUnion, TIObjectUnion[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, tiType: string, options?: ThreatIntelligenceQueryOptionalParams) => PagedAsyncIterableIterator<TIObjectUnion, TIObjectUnion[], PageSettings>