BetaAgentInsightMonitorsOperations interface
Interfejs reprezentujący operacje BetaAgentInsightMonitors.
Właściwości
| cancel |
Odwołaj bieg Agent Insights. |
| create | Stwórz monitor Agent Insights dla agenta. |
| create |
Rozpocznij uruchomienie Agent Insights dla monitora. Pylak ujawnia utworzony identyfikator biegu. |
| delete |
Usuń monitor Agent Insights oraz wszystkie jego przebiegi, insighty i stan. |
| get | Zdobądź monitor Agent Insights. |
| get |
Uzyskaj pełny wgląd w monitor Agent Insights. |
| get |
Zrób bieg Agent Insights. |
| list | Lista monitorów Agent Insights, opcjonalnie filtrowanych według nazwy agenta. |
| list |
Wymień aktualne wnioski dla monitora Agent Insights. |
| list |
List Agent Insights działa dla monitora. |
| reset | Zresetuj przegląd, punkt kontrolny i stan aktywnego wglądu monitora Agent Insight. |
| update | Zaktualizuj monitor Agent Insights. |
| update |
Zaktualizuj status cyklu życia insight. |
Szczegóły właściwości
cancelRun
Odwołaj bieg Agent Insights.
cancelRun: (monitorId: string, runId: string, options?: BetaAgentInsightMonitorsCancelRunOptionalParams) => Promise<AgentInsightRun>
Wartość właściwości
(monitorId: string, runId: string, options?: BetaAgentInsightMonitorsCancelRunOptionalParams) => Promise<AgentInsightRun>
create
Stwórz monitor Agent Insights dla agenta.
create: (monitor: AgentInsightMonitorCreate, options?: BetaAgentInsightMonitorsCreateOptionalParams) => Promise<AgentInsightMonitor>
Wartość właściwości
(monitor: AgentInsightMonitorCreate, options?: BetaAgentInsightMonitorsCreateOptionalParams) => Promise<AgentInsightMonitor>
createRun
Rozpocznij uruchomienie Agent Insights dla monitora. Pylak ujawnia utworzony identyfikator biegu.
createRun: (monitorId: string, run: AgentInsightRunCreate, options?: BetaAgentInsightMonitorsCreateRunOptionalParams) => RunPoller<AgentInsightRunResult>
Wartość właściwości
(monitorId: string, run: AgentInsightRunCreate, options?: BetaAgentInsightMonitorsCreateRunOptionalParams) => RunPoller<AgentInsightRunResult>
deleteAgentInsightMonitor
Usuń monitor Agent Insights oraz wszystkie jego przebiegi, insighty i stan.
deleteAgentInsightMonitor: (monitorId: string, options?: BetaAgentInsightMonitorsDeleteOptionalParams) => Promise<void>
Wartość właściwości
(monitorId: string, options?: BetaAgentInsightMonitorsDeleteOptionalParams) => Promise<void>
get
Zdobądź monitor Agent Insights.
get: (monitorId: string, options?: BetaAgentInsightMonitorsGetOptionalParams) => Promise<AgentInsightMonitor>
Wartość właściwości
(monitorId: string, options?: BetaAgentInsightMonitorsGetOptionalParams) => Promise<AgentInsightMonitor>
getInsight
Uzyskaj pełny wgląd w monitor Agent Insights.
getInsight: (monitorId: string, insightId: string, options?: BetaAgentInsightMonitorsGetInsightOptionalParams) => Promise<AgentInsight>
Wartość właściwości
(monitorId: string, insightId: string, options?: BetaAgentInsightMonitorsGetInsightOptionalParams) => Promise<AgentInsight>
getRun
Zrób bieg Agent Insights.
getRun: (monitorId: string, runId: string, options?: BetaAgentInsightMonitorsGetRunOptionalParams) => Promise<AgentInsightRun>
Wartość właściwości
(monitorId: string, runId: string, options?: BetaAgentInsightMonitorsGetRunOptionalParams) => Promise<AgentInsightRun>
list
Lista monitorów Agent Insights, opcjonalnie filtrowanych według nazwy agenta.
list: (options?: BetaAgentInsightMonitorsListOptionalParams) => PagedAsyncIterableIterator<AgentInsightMonitorListItem, AgentInsightMonitorListItem[], PageSettings>
Wartość właściwości
(options?: BetaAgentInsightMonitorsListOptionalParams) => PagedAsyncIterableIterator<AgentInsightMonitorListItem, AgentInsightMonitorListItem[], PageSettings>
listInsights
Wymień aktualne wnioski dla monitora Agent Insights.
listInsights: (monitorId: string, options?: BetaAgentInsightMonitorsListInsightsOptionalParams) => PagedAsyncIterableIterator<AgentInsight, AgentInsight[], PageSettings>
Wartość właściwości
(monitorId: string, options?: BetaAgentInsightMonitorsListInsightsOptionalParams) => PagedAsyncIterableIterator<AgentInsight, AgentInsight[], PageSettings>
listRuns
List Agent Insights działa dla monitora.
listRuns: (monitorId: string, options?: BetaAgentInsightMonitorsListRunsOptionalParams) => PagedAsyncIterableIterator<AgentInsightRun, AgentInsightRun[], PageSettings>
Wartość właściwości
(monitorId: string, options?: BetaAgentInsightMonitorsListRunsOptionalParams) => PagedAsyncIterableIterator<AgentInsightRun, AgentInsightRun[], PageSettings>
reset
Zresetuj przegląd, punkt kontrolny i stan aktywnego wglądu monitora Agent Insight.
reset: (monitorId: string, options?: BetaAgentInsightMonitorsResetOptionalParams) => Promise<void>
Wartość właściwości
(monitorId: string, options?: BetaAgentInsightMonitorsResetOptionalParams) => Promise<void>
update
Zaktualizuj monitor Agent Insights.
update: (monitorId: string, monitor: AgentInsightMonitorUpdate, options?: BetaAgentInsightMonitorsUpdateOptionalParams) => Promise<AgentInsightMonitor>
Wartość właściwości
(monitorId: string, monitor: AgentInsightMonitorUpdate, options?: BetaAgentInsightMonitorsUpdateOptionalParams) => Promise<AgentInsightMonitor>
updateInsight
Zaktualizuj status cyklu życia insight.
updateInsight: (monitorId: string, insightId: string, update: AgentInsightUpdate, options?: BetaAgentInsightMonitorsUpdateInsightOptionalParams) => Promise<AgentInsight>
Wartość właściwości
(monitorId: string, insightId: string, update: AgentInsightUpdate, options?: BetaAgentInsightMonitorsUpdateInsightOptionalParams) => Promise<AgentInsight>