BetaAgentInsightMonitorsOperations interface

Rozhraní reprezentující operace BetaAgentInsightMonitors.

Vlastnosti

cancelRun

Zrušte běh Agent Insights.

create

Vytvořte monitor Agent Insights pro agenta.

createRun

Spusť Agent Insights pro monitor. Poller odhalí vytvořený průběh.

deleteAgentInsightMonitor

Smažte monitor Agent Insights a všechny jeho běhy, poznatky a stav.

get

Pořiďte si monitor Agent Insights.

getInsight

Získejte kompletní přehled o monitoru Agent Insights.

getRun

Udělejte si Agent Insights run.

list

Vyveďte monitory Agent Insights, volitelně filtrované podle jména agenta.

listInsights

Uveďte aktuální poznatky pro monitor Agent Insights.

listRuns

List Agent Insights běží pro monitor.

reset

Resetovat přehled, kontrolní bod a aktivní stav vhledu monitoru Agent Insight.

update

Aktualizujte monitor Agent Insights.

updateInsight

Aktualizujte stav životního cyklu insightu.

Podrobnosti vlastnosti

cancelRun

Zrušte běh Agent Insights.

cancelRun: (monitorId: string, runId: string, options?: BetaAgentInsightMonitorsCancelRunOptionalParams) => Promise<AgentInsightRun>

Hodnota vlastnosti

(monitorId: string, runId: string, options?: BetaAgentInsightMonitorsCancelRunOptionalParams) => Promise<AgentInsightRun>

create

Vytvořte monitor Agent Insights pro agenta.

create: (monitor: AgentInsightMonitorCreate, options?: BetaAgentInsightMonitorsCreateOptionalParams) => Promise<AgentInsightMonitor>

Hodnota vlastnosti

(monitor: AgentInsightMonitorCreate, options?: BetaAgentInsightMonitorsCreateOptionalParams) => Promise<AgentInsightMonitor>

createRun

Spusť Agent Insights pro monitor. Poller odhalí vytvořený průběh.

createRun: (monitorId: string, run: AgentInsightRunCreate, options?: BetaAgentInsightMonitorsCreateRunOptionalParams) => RunPoller<AgentInsightRunResult>

Hodnota vlastnosti

(monitorId: string, run: AgentInsightRunCreate, options?: BetaAgentInsightMonitorsCreateRunOptionalParams) => RunPoller<AgentInsightRunResult>

deleteAgentInsightMonitor

Smažte monitor Agent Insights a všechny jeho běhy, poznatky a stav.

deleteAgentInsightMonitor: (monitorId: string, options?: BetaAgentInsightMonitorsDeleteOptionalParams) => Promise<void>

Hodnota vlastnosti

(monitorId: string, options?: BetaAgentInsightMonitorsDeleteOptionalParams) => Promise<void>

get

Pořiďte si monitor Agent Insights.

get: (monitorId: string, options?: BetaAgentInsightMonitorsGetOptionalParams) => Promise<AgentInsightMonitor>

Hodnota vlastnosti

(monitorId: string, options?: BetaAgentInsightMonitorsGetOptionalParams) => Promise<AgentInsightMonitor>

getInsight

Získejte kompletní přehled o monitoru Agent Insights.

getInsight: (monitorId: string, insightId: string, options?: BetaAgentInsightMonitorsGetInsightOptionalParams) => Promise<AgentInsight>

Hodnota vlastnosti

(monitorId: string, insightId: string, options?: BetaAgentInsightMonitorsGetInsightOptionalParams) => Promise<AgentInsight>

getRun

Udělejte si Agent Insights run.

getRun: (monitorId: string, runId: string, options?: BetaAgentInsightMonitorsGetRunOptionalParams) => Promise<AgentInsightRun>

Hodnota vlastnosti

(monitorId: string, runId: string, options?: BetaAgentInsightMonitorsGetRunOptionalParams) => Promise<AgentInsightRun>

list

Vyveďte monitory Agent Insights, volitelně filtrované podle jména agenta.

list: (options?: BetaAgentInsightMonitorsListOptionalParams) => PagedAsyncIterableIterator<AgentInsightMonitorListItem, AgentInsightMonitorListItem[], PageSettings>

Hodnota vlastnosti

(options?: BetaAgentInsightMonitorsListOptionalParams) => PagedAsyncIterableIterator<AgentInsightMonitorListItem, AgentInsightMonitorListItem[], PageSettings>

listInsights

Uveďte aktuální poznatky pro monitor Agent Insights.

listInsights: (monitorId: string, options?: BetaAgentInsightMonitorsListInsightsOptionalParams) => PagedAsyncIterableIterator<AgentInsight, AgentInsight[], PageSettings>

Hodnota vlastnosti

(monitorId: string, options?: BetaAgentInsightMonitorsListInsightsOptionalParams) => PagedAsyncIterableIterator<AgentInsight, AgentInsight[], PageSettings>

listRuns

List Agent Insights běží pro monitor.

listRuns: (monitorId: string, options?: BetaAgentInsightMonitorsListRunsOptionalParams) => PagedAsyncIterableIterator<AgentInsightRun, AgentInsightRun[], PageSettings>

Hodnota vlastnosti

(monitorId: string, options?: BetaAgentInsightMonitorsListRunsOptionalParams) => PagedAsyncIterableIterator<AgentInsightRun, AgentInsightRun[], PageSettings>

reset

Resetovat přehled, kontrolní bod a aktivní stav vhledu monitoru Agent Insight.

reset: (monitorId: string, options?: BetaAgentInsightMonitorsResetOptionalParams) => Promise<void>

Hodnota vlastnosti

(monitorId: string, options?: BetaAgentInsightMonitorsResetOptionalParams) => Promise<void>

update

Aktualizujte monitor Agent Insights.

update: (monitorId: string, monitor: AgentInsightMonitorUpdate, options?: BetaAgentInsightMonitorsUpdateOptionalParams) => Promise<AgentInsightMonitor>

Hodnota vlastnosti

(monitorId: string, monitor: AgentInsightMonitorUpdate, options?: BetaAgentInsightMonitorsUpdateOptionalParams) => Promise<AgentInsightMonitor>

updateInsight

Aktualizujte stav životního cyklu insightu.

updateInsight: (monitorId: string, insightId: string, update: AgentInsightUpdate, options?: BetaAgentInsightMonitorsUpdateInsightOptionalParams) => Promise<AgentInsight>

Hodnota vlastnosti

(monitorId: string, insightId: string, update: AgentInsightUpdate, options?: BetaAgentInsightMonitorsUpdateInsightOptionalParams) => Promise<AgentInsight>