你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BetaAgentInsightMonitorsOperations interface

表示BetaAgentInsightMonitors操作的接口。

属性

cancelRun

取消一次Agent Insights的订单。

create

为某个代理创建一个代理洞察监视器。

createRun

为一个监视器启动一个代理洞察运行。 轮询器会暴露已创建的运行ID。

deleteAgentInsightMonitor

删除一个代理洞察监控器及其所有运行、洞察和状态。

get

买一个Agent Insights监控器。

getInsight

获取Agent Insights监控的全面洞察。

getRun

去做一次Agent Insights的运行。

list

列表代理洞察监控器,可选按代理名称过滤。

listInsights

列出Agent Insights监控器的最新洞察。

listRuns

List Agent Insights 运行于监视器。

reset

重置代理洞察监视器的总览、检查点和主动洞察状态。

update

更新一个代理洞察监视器。

updateInsight

更新洞察的生命周期状态。

属性详细信息

cancelRun

取消一次Agent Insights的订单。

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

属性值

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

create

为某个代理创建一个代理洞察监视器。

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

属性值

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

createRun

为一个监视器启动一个代理洞察运行。 轮询器会暴露已创建的运行ID。

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

属性值

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

deleteAgentInsightMonitor

删除一个代理洞察监控器及其所有运行、洞察和状态。

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

属性值

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

get

买一个Agent Insights监控器。

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

属性值

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

getInsight

获取Agent Insights监控的全面洞察。

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

属性值

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

getRun

去做一次Agent Insights的运行。

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

属性值

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

list

列表代理洞察监控器,可选按代理名称过滤。

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

属性值

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

listInsights

列出Agent Insights监控器的最新洞察。

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

属性值

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

listRuns

List Agent Insights 运行于监视器。

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

属性值

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

reset

重置代理洞察监视器的总览、检查点和主动洞察状态。

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

属性值

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

update

更新一个代理洞察监视器。

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

属性值

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

updateInsight

更新洞察的生命周期状态。

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

属性值

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