Share via


BetaInsightsOperations interface

Interface representing a BetaInsights operations.

Properties

generate

Generate Insights

get

Get a specific insight by Id.

list

List all insights in reverse chronological order (newest first).

Property Details

generate

Generate Insights

generate: (insight: Insight, options?: BetaInsightsGenerateOptionalParams) => Promise<Insight>

Property Value

(insight: Insight, options?: BetaInsightsGenerateOptionalParams) => Promise<Insight>

get

Get a specific insight by Id.

get: (id: string, options?: BetaInsightsGetOptionalParams) => Promise<Insight>

Property Value

(id: string, options?: BetaInsightsGetOptionalParams) => Promise<Insight>

list

List all insights in reverse chronological order (newest first).

list: (options?: BetaInsightsListOptionalParams) => PagedAsyncIterableIterator<Insight, Insight[], PageSettings>

Property Value

(options?: BetaInsightsListOptionalParams) => PagedAsyncIterableIterator<Insight, Insight[], PageSettings>