Share via


Insights Class

Definition

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

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
Generate(Insight, CancellationToken)

Generate Insights.

GenerateAsync(BinaryContent, RequestOptions)

[Protocol Method] Generate Insights

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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).

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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).

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAsync(String, Nullable<Boolean>, CancellationToken)

Get a specific insight by Id.

GetAsync(String, Nullable<Boolean>, RequestOptions)

[Protocol Method] Get a specific insight by Id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to