RecommendationsOperationsExtensions Class

Definition

Extension methods for RecommendationsOperations.

public static class RecommendationsOperationsExtensions
type RecommendationsOperationsExtensions = class
Public Module RecommendationsOperationsExtensions
Inheritance
RecommendationsOperationsExtensions

Methods

Generate(IRecommendationsOperations)

Initiates the recommendation generation or computation process for a subscription. This operation is asynchronous. The generated recommendations are stored in a cache in the Advisor service.

GenerateAsync(IRecommendationsOperations, CancellationToken)

Initiates the recommendation generation or computation process for a subscription. This operation is asynchronous. The generated recommendations are stored in a cache in the Advisor service.

Get(IRecommendationsOperations, String, String)

Obtains details of a cached recommendation.

GetAsync(IRecommendationsOperations, String, String, CancellationToken)

Obtains details of a cached recommendation.

GetGenerateStatus(IRecommendationsOperations, Guid)

Retrieves the status of the recommendation computation or generation process. Invoke this API after calling the generation recommendation. The URI of this API is returned in the Location field of the response header.

GetGenerateStatusAsync(IRecommendationsOperations, Guid, CancellationToken)

Retrieves the status of the recommendation computation or generation process. Invoke this API after calling the generation recommendation. The URI of this API is returned in the Location field of the response header.

List(IRecommendationsOperations, String, Nullable<Int32>, String)

Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.

ListAsync(IRecommendationsOperations, String, Nullable<Int32>, String, CancellationToken)

Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.

ListNext(IRecommendationsOperations, String)

Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.

ListNextAsync(IRecommendationsOperations, String, CancellationToken)

Obtains cached recommendations for a subscription. The recommendations are generated or computed by invoking generateRecommendations.

Applies to