Insights 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 Insights sub-client.
public class Insights
type Insights = class
Public Class Insights
- Inheritance
-
Insights
Constructors
| Name | Description |
|---|---|
| Insights() |
Initializes a new instance of Insights for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| Generate(BinaryContent, RequestOptions) |
[Protocol Method] Generate Insights
|
| Generate(Insight, CancellationToken) |
Generate Insights. |
| GenerateAsync(BinaryContent, RequestOptions) |
[Protocol Method] Generate Insights
|
| GenerateAsync(Insight, CancellationToken) |
Generate Insights. |
| Get(String, Nullable<Boolean>, CancellationToken) |
Get a specific insight by Id. |
| Get(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Get a specific insight by Id.
|
| GetAll(Nullable<InsightType>, String, String, String, Nullable<Boolean>, CancellationToken) |
List all insights in reverse chronological order (newest first). |
| GetAll(String, String, String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] List all insights in reverse chronological order (newest first).
|
| GetAllAsync(Nullable<InsightType>, String, String, String, Nullable<Boolean>, CancellationToken) |
List all insights in reverse chronological order (newest first). |
| GetAllAsync(String, String, String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] List all insights in reverse chronological order (newest first).
|
| GetAsync(String, Nullable<Boolean>, CancellationToken) |
Get a specific insight by Id. |
| GetAsync(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Get a specific insight by Id.
|