ProjectInsights 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 ProjectInsights sub-client.
public class ProjectInsights
type ProjectInsights = class
Public Class ProjectInsights
- Inheritance
-
ProjectInsights
Constructors
| Name | Description |
|---|---|
| ProjectInsights() |
Initializes a new instance of ProjectInsights for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| Generate(BinaryContent, String, RequestOptions) |
[Protocol Method] Generates an insights report from the provided evaluation configuration.
|
| Generate(ProjectsInsight, Nullable<FoundryFeaturesOptInKeys>, CancellationToken) |
Generates an insights report from the provided evaluation configuration. |
| GenerateAsync(BinaryContent, String, RequestOptions) |
[Protocol Method] Generates an insights report from the provided evaluation configuration.
|
| GenerateAsync(ProjectsInsight, Nullable<FoundryFeaturesOptInKeys>, CancellationToken) |
Generates an insights report from the provided evaluation configuration. |
| Get(String, Nullable<FoundryFeaturesOptInKeys>, Nullable<Boolean>, CancellationToken) |
Retrieves the specified insight report and its results. |
| Get(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Retrieves the specified insight report and its results.
|
| GetAll(Nullable<FoundryFeaturesOptInKeys>, Nullable<InsightType>, String, String, String, Nullable<Boolean>, CancellationToken) |
Returns insights in reverse chronological order, with the most recent entries first. |
| GetAll(String, String, String, String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns insights in reverse chronological order, with the most recent entries first.
|
| GetAllAsync(Nullable<FoundryFeaturesOptInKeys>, Nullable<InsightType>, String, String, String, Nullable<Boolean>, CancellationToken) |
Returns insights in reverse chronological order, with the most recent entries first. |
| GetAllAsync(String, String, String, String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns insights in reverse chronological order, with the most recent entries first.
|
| GetAsync(String, Nullable<FoundryFeaturesOptInKeys>, Nullable<Boolean>, CancellationToken) |
Retrieves the specified insight report and its results. |
| GetAsync(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Retrieves the specified insight report and its results.
|