BetaAgentInsightMonitorsOperations interface
Interfaccia che rappresenta un'operazione BetaAgentInsightMonitors.
Proprietà
| cancel |
Annulla una run di Agent Insights. |
| create | Crea un monitor Agent Insights per un agente. |
| create |
Avvia una run Agent Insights per un monitor. Il sondaggiste espone l'ID di corso creato. |
| delete |
Elimina un monitor Agent Insights e tutte le sue esecuzioni, insight e stato. |
| get | Procurati un monitor Agent Insights. |
| get |
Ottieni un'analisi completa di un monitor Agent Insights. |
| get |
Fai una run su Agent Insights. |
| list | List Agent Insights monitor, opzionalmente filtrati per nome agente. |
| list |
Elenca le informazioni attuali per un monitor Agent Insights. |
| list |
List Agent Insights funziona per un monitor. |
| reset | Resetta la panoramica, il checkpoint e lo stato attivo di insight di un monitor Agent Insights. |
| update | Aggiorna un monitor Agent Insights. |
| update |
Aggiorna lo stato del ciclo di vita di un insight. |
Dettagli proprietà
cancelRun
Annulla una run di Agent Insights.
cancelRun: (monitorId: string, runId: string, options?: BetaAgentInsightMonitorsCancelRunOptionalParams) => Promise<AgentInsightRun>
Valore della proprietà
(monitorId: string, runId: string, options?: BetaAgentInsightMonitorsCancelRunOptionalParams) => Promise<AgentInsightRun>
create
Crea un monitor Agent Insights per un agente.
create: (monitor: AgentInsightMonitorCreate, options?: BetaAgentInsightMonitorsCreateOptionalParams) => Promise<AgentInsightMonitor>
Valore della proprietà
(monitor: AgentInsightMonitorCreate, options?: BetaAgentInsightMonitorsCreateOptionalParams) => Promise<AgentInsightMonitor>
createRun
Avvia una run Agent Insights per un monitor. Il sondaggiste espone l'ID di corso creato.
createRun: (monitorId: string, run: AgentInsightRunCreate, options?: BetaAgentInsightMonitorsCreateRunOptionalParams) => RunPoller<AgentInsightRunResult>
Valore della proprietà
(monitorId: string, run: AgentInsightRunCreate, options?: BetaAgentInsightMonitorsCreateRunOptionalParams) => RunPoller<AgentInsightRunResult>
deleteAgentInsightMonitor
Elimina un monitor Agent Insights e tutte le sue esecuzioni, insight e stato.
deleteAgentInsightMonitor: (monitorId: string, options?: BetaAgentInsightMonitorsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(monitorId: string, options?: BetaAgentInsightMonitorsDeleteOptionalParams) => Promise<void>
get
Procurati un monitor Agent Insights.
get: (monitorId: string, options?: BetaAgentInsightMonitorsGetOptionalParams) => Promise<AgentInsightMonitor>
Valore della proprietà
(monitorId: string, options?: BetaAgentInsightMonitorsGetOptionalParams) => Promise<AgentInsightMonitor>
getInsight
Ottieni un'analisi completa di un monitor Agent Insights.
getInsight: (monitorId: string, insightId: string, options?: BetaAgentInsightMonitorsGetInsightOptionalParams) => Promise<AgentInsight>
Valore della proprietà
(monitorId: string, insightId: string, options?: BetaAgentInsightMonitorsGetInsightOptionalParams) => Promise<AgentInsight>
getRun
Fai una run su Agent Insights.
getRun: (monitorId: string, runId: string, options?: BetaAgentInsightMonitorsGetRunOptionalParams) => Promise<AgentInsightRun>
Valore della proprietà
(monitorId: string, runId: string, options?: BetaAgentInsightMonitorsGetRunOptionalParams) => Promise<AgentInsightRun>
list
List Agent Insights monitor, opzionalmente filtrati per nome agente.
list: (options?: BetaAgentInsightMonitorsListOptionalParams) => PagedAsyncIterableIterator<AgentInsightMonitorListItem, AgentInsightMonitorListItem[], PageSettings>
Valore della proprietà
(options?: BetaAgentInsightMonitorsListOptionalParams) => PagedAsyncIterableIterator<AgentInsightMonitorListItem, AgentInsightMonitorListItem[], PageSettings>
listInsights
Elenca le informazioni attuali per un monitor Agent Insights.
listInsights: (monitorId: string, options?: BetaAgentInsightMonitorsListInsightsOptionalParams) => PagedAsyncIterableIterator<AgentInsight, AgentInsight[], PageSettings>
Valore della proprietà
(monitorId: string, options?: BetaAgentInsightMonitorsListInsightsOptionalParams) => PagedAsyncIterableIterator<AgentInsight, AgentInsight[], PageSettings>
listRuns
List Agent Insights funziona per un monitor.
listRuns: (monitorId: string, options?: BetaAgentInsightMonitorsListRunsOptionalParams) => PagedAsyncIterableIterator<AgentInsightRun, AgentInsightRun[], PageSettings>
Valore della proprietà
(monitorId: string, options?: BetaAgentInsightMonitorsListRunsOptionalParams) => PagedAsyncIterableIterator<AgentInsightRun, AgentInsightRun[], PageSettings>
reset
Resetta la panoramica, il checkpoint e lo stato attivo di insight di un monitor Agent Insights.
reset: (monitorId: string, options?: BetaAgentInsightMonitorsResetOptionalParams) => Promise<void>
Valore della proprietà
(monitorId: string, options?: BetaAgentInsightMonitorsResetOptionalParams) => Promise<void>
update
Aggiorna un monitor Agent Insights.
update: (monitorId: string, monitor: AgentInsightMonitorUpdate, options?: BetaAgentInsightMonitorsUpdateOptionalParams) => Promise<AgentInsightMonitor>
Valore della proprietà
(monitorId: string, monitor: AgentInsightMonitorUpdate, options?: BetaAgentInsightMonitorsUpdateOptionalParams) => Promise<AgentInsightMonitor>
updateInsight
Aggiorna lo stato del ciclo di vita di un insight.
updateInsight: (monitorId: string, insightId: string, update: AgentInsightUpdate, options?: BetaAgentInsightMonitorsUpdateInsightOptionalParams) => Promise<AgentInsight>
Valore della proprietà
(monitorId: string, insightId: string, update: AgentInsightUpdate, options?: BetaAgentInsightMonitorsUpdateInsightOptionalParams) => Promise<AgentInsight>