BetaAgentInsightMonitorsOperations interface

BetaAgentInsightMonitorsの操作を表すインターフェース。

プロパティ

cancelRun

エージェント・インサイトでのランをキャンセルしてください。

create

エージェント用のAgent Insightsモニターを作成します。

createRun

モニター用にエージェントインサイトを実行し始めます。 ポーラーは作成した実行IDを公開します。

deleteAgentInsightMonitor

エージェントインサイトモニターとそのすべての実行、インサイト、状態を削除してください。

get

エージェント・インサイトモニターを手に入れましょう。

getInsight

エージェント・インサイトモニターの詳細なインサイトを入手しましょう。

getRun

エージェント・インサイトで調査を依頼しましょう。

list

エージェント名でフィルタリングできるエージェントインサイトモニターのリスト。

listInsights

エージェント・インサイトモニターの最新インサイトをリストアップしましょう。

listRuns

List Agent Insightsはモニター用に実行されます。

reset

エージェントインサイトモニターのオーバービュー、チェックポイント、アクティブインサイトの状態をリセットします。

update

エージェント・インサイトモニターを更新してください。

updateInsight

インサイト(洞察)のライフサイクルステータスを更新してください。

プロパティの詳細

cancelRun

エージェント・インサイトでのランをキャンセルしてください。

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

プロパティ値

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

create

エージェント用のAgent Insightsモニターを作成します。

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

エージェント・インサイトモニターを手に入れましょう。

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

プロパティ値

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

getInsight

エージェント・インサイトモニターの詳細なインサイトを入手しましょう。

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

プロパティ値

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

getRun

エージェント・インサイトで調査を依頼しましょう。

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

エージェント・インサイトモニターの最新インサイトをリストアップしましょう。

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>