InvestigationsOperations interface
Interface représentant une opération d’Investigations.
Propriétés
| create |
Crée une enquête. |
| delete |
Supprimez une enquête. |
| get | Va chercher une enquête nommée. |
| get |
Procurez-vous le moteur de découverte pour une enquête. |
| get |
Obtenez l’état d’une opération de longue durée. |
| list | Liste des ressources d’enquête |
| list |
Listez les entrées de mémoire de travail du moteur de découverte pour une enquête. |
| start |
Lance le moteur de découverte pour une enquête. |
| stop |
Arrêtez le moteur de découverte pour une enquête. |
| update | Mise à jour d’une enquête. |
| update |
Mettez à jour le moteur de découverte pour une enquête. Cela créera le moteur de découverte s’il n’existe pas déjà. |
Détails de la propriété
createOrReplace
Crée une enquête.
createOrReplace: (projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsCreateOrReplaceOptionalParams) => Promise<Investigation>
Valeur de propriété
(projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsCreateOrReplaceOptionalParams) => Promise<Investigation>
deleteInvestigation
Supprimez une enquête.
deleteInvestigation: (projectName: string, investigationName: string, options?: InvestigationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valeur de propriété
(projectName: string, investigationName: string, options?: InvestigationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Va chercher une enquête nommée.
get: (projectName: string, investigationName: string, options?: InvestigationsGetOptionalParams) => Promise<Investigation>
Valeur de propriété
(projectName: string, investigationName: string, options?: InvestigationsGetOptionalParams) => Promise<Investigation>
getDiscoveryEngine
Procurez-vous le moteur de découverte pour une enquête.
getDiscoveryEngine: (projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>
Valeur de propriété
(projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>
getOperationStatus
Obtenez l’état d’une opération de longue durée.
getOperationStatus: (projectName: string, investigationName: string, operationId: string, options?: InvestigationsGetOperationStatusOptionalParams) => Promise<InvestigationOperationStatus>
Valeur de propriété
(projectName: string, investigationName: string, operationId: string, options?: InvestigationsGetOperationStatusOptionalParams) => Promise<InvestigationOperationStatus>
list
Liste des ressources d’enquête
list: (projectName: string, options?: InvestigationsListOptionalParams) => PagedAsyncIterableIterator<Investigation, Investigation[], PageSettings>
Valeur de propriété
(projectName: string, options?: InvestigationsListOptionalParams) => PagedAsyncIterableIterator<Investigation, Investigation[], PageSettings>
listDiscoveryEngineMemory
Listez les entrées de mémoire de travail du moteur de découverte pour une enquête.
listDiscoveryEngineMemory: (projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineMemoryOptionalParams) => PagedAsyncIterableIterator<WorkingMemoryEntry, WorkingMemoryEntry[], PageSettings>
Valeur de propriété
(projectName: string, investigationName: string, options?: InvestigationsGetDiscoveryEngineMemoryOptionalParams) => PagedAsyncIterableIterator<WorkingMemoryEntry, WorkingMemoryEntry[], PageSettings>
startDiscoveryEngine
Lance le moteur de découverte pour une enquête.
startDiscoveryEngine: (projectName: string, investigationName: string, options?: InvestigationsStartDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>
Valeur de propriété
(projectName: string, investigationName: string, options?: InvestigationsStartDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>
stopDiscoveryEngine
Arrêtez le moteur de découverte pour une enquête.
stopDiscoveryEngine: (projectName: string, investigationName: string, options?: InvestigationsStopDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>
Valeur de propriété
(projectName: string, investigationName: string, options?: InvestigationsStopDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>
update
Mise à jour d’une enquête.
update: (projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsUpdateOptionalParams) => Promise<Investigation>
Valeur de propriété
(projectName: string, investigationName: string, resource: InvestigationCreateOrUpdateContent, options?: InvestigationsUpdateOptionalParams) => Promise<Investigation>
updateDiscoveryEngine
Mettez à jour le moteur de découverte pour une enquête. Cela créera le moteur de découverte s’il n’existe pas déjà.
updateDiscoveryEngine: (projectName: string, investigationName: string, body: DiscoveryEngineUpdate, options?: InvestigationsUpdateDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>
Valeur de propriété
(projectName: string, investigationName: string, body: DiscoveryEngineUpdate, options?: InvestigationsUpdateDiscoveryEngineOptionalParams) => Promise<DiscoveryEngine>