AgentInsightMonitors Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AgentInsightMonitors sub-client.
public class AgentInsightMonitors
type AgentInsightMonitors = class
Public Class AgentInsightMonitors
- Inheritance
-
AgentInsightMonitors
Constructors
| Name | Description |
|---|---|
| AgentInsightMonitors() |
Initializes a new instance of AgentInsightMonitors for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CancelRun(String, String, CancellationToken) |
Cancel an Agent Insights run. |
| CancelRun(String, String, RequestOptions) |
[Protocol Method] Cancel an Agent Insights run.
|
| CancelRunAsync(String, String, CancellationToken) |
Cancel an Agent Insights run. |
| CancelRunAsync(String, String, RequestOptions) |
[Protocol Method] Cancel an Agent Insights run.
|
| Create(AgentInsightMonitorCreate, CancellationToken) |
Create an Agent Insights monitor for an agent. |
| Create(BinaryContent, RequestOptions) |
[Protocol Method] Create an Agent Insights monitor for an agent.
|
| CreateAsync(AgentInsightMonitorCreate, CancellationToken) |
Create an Agent Insights monitor for an agent. |
| CreateAsync(BinaryContent, RequestOptions) |
[Protocol Method] Create an Agent Insights monitor for an agent.
|
| CreateRun(Boolean, String, AgentInsightRunCreate, String, CancellationToken) |
Start an Agent Insights run for a monitor. |
| CreateRun(Boolean, String, BinaryContent, String, RequestOptions) |
Start an Agent Insights run for a monitor. |
| CreateRunAsync(Boolean, String, AgentInsightRunCreate, String, CancellationToken) |
Start an Agent Insights run for a monitor. |
| CreateRunAsync(Boolean, String, BinaryContent, String, RequestOptions) |
Start an Agent Insights run for a monitor. |
| Delete(String, CancellationToken) |
Delete an Agent Insights monitor and all of its runs, insights, and state. |
| Delete(String, RequestOptions) |
[Protocol Method] Delete an Agent Insights monitor and all of its runs, insights, and state.
|
| DeleteAsync(String, CancellationToken) |
Delete an Agent Insights monitor and all of its runs, insights, and state. |
| DeleteAsync(String, RequestOptions) |
[Protocol Method] Delete an Agent Insights monitor and all of its runs, insights, and state.
|
| Get(String, CancellationToken) |
Get an Agent Insights monitor. |
| Get(String, RequestOptions) |
[Protocol Method] Get an Agent Insights monitor.
|
| GetAll(String, String, Nullable<Int32>, Nullable<MemoryStoreListOrder>, String, CancellationToken) |
List Agent Insights monitors, optionally filtered by agent name. |
| GetAllAsync(String, String, Nullable<Int32>, Nullable<MemoryStoreListOrder>, String, CancellationToken) |
List Agent Insights monitors, optionally filtered by agent name. |
| GetAsync(String, CancellationToken) |
Get an Agent Insights monitor. |
| GetAsync(String, RequestOptions) |
[Protocol Method] Get an Agent Insights monitor.
|
| GetInsight(String, String, Nullable<Boolean>, CancellationToken) |
Get a full insight for an Agent Insights monitor. |
| GetInsight(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Get a full insight for an Agent Insights monitor.
|
| GetInsightAsync(String, String, Nullable<Boolean>, CancellationToken) |
Get a full insight for an Agent Insights monitor. |
| GetInsightAsync(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Get a full insight for an Agent Insights monitor.
|
| GetInsights(String, String, String, Nullable<Int32>, Nullable<MemoryStoreListOrder>, String, Nullable<AgentInsightSeverity>, Nullable<AgentInsightStatus>, Nullable<Boolean>, CancellationToken) |
List current insights for an Agent Insights monitor. |
| GetInsightsAsync(String, String, String, Nullable<Int32>, Nullable<MemoryStoreListOrder>, String, Nullable<AgentInsightSeverity>, Nullable<AgentInsightStatus>, Nullable<Boolean>, CancellationToken) |
List current insights for an Agent Insights monitor. |
| GetRun(String, String, CancellationToken) |
Get an Agent Insights run. |
| GetRun(String, String, RequestOptions) |
[Protocol Method] Get an Agent Insights run.
|
| GetRunAsync(String, String, CancellationToken) |
Get an Agent Insights run. |
| GetRunAsync(String, String, RequestOptions) |
[Protocol Method] Get an Agent Insights run.
|
| GetRuns(String, String, String, Nullable<Int32>, Nullable<MemoryStoreListOrder>, Nullable<ProjectsJobStatus>, Nullable<AgentInsightRunTrigger>, CancellationToken) |
List Agent Insights runs for a monitor. |
| GetRunsAsync(String, String, String, Nullable<Int32>, Nullable<MemoryStoreListOrder>, Nullable<ProjectsJobStatus>, Nullable<AgentInsightRunTrigger>, CancellationToken) |
List Agent Insights runs for a monitor. |
| Reset(String, CancellationToken) |
Reset an Agent Insights monitor's overview, checkpoint, and active insight state. |
| Reset(String, RequestOptions) |
[Protocol Method] Reset an Agent Insights monitor's overview, checkpoint, and active insight state.
|
| ResetAsync(String, CancellationToken) |
Reset an Agent Insights monitor's overview, checkpoint, and active insight state. |
| ResetAsync(String, RequestOptions) |
[Protocol Method] Reset an Agent Insights monitor's overview, checkpoint, and active insight state.
|
| Update(String, BinaryContent, RequestOptions) |
[Protocol Method] Update an Agent Insights monitor.
|
| UpdateAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Update an Agent Insights monitor.
|
| UpdateInsight(String, String, BinaryContent, RequestOptions) |
[Protocol Method] Update the lifecycle status of an insight.
|
| UpdateInsightAsync(String, String, BinaryContent, RequestOptions) |
[Protocol Method] Update the lifecycle status of an insight.
|