Condividi tramite


ProjectEvaluators Class

Definition

The ProjectEvaluators sub-client.

public class ProjectEvaluators
type ProjectEvaluators = class
Public Class ProjectEvaluators
Inheritance
ProjectEvaluators

Constructors

Name Description
ProjectEvaluators()

Initializes a new instance of ProjectEvaluators for mocking.

Properties

Name Description
Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

Name Description
CreateVersion(String, BinaryContent, RequestOptions)

[Protocol Method] Create a new EvaluatorVersion with auto incremented version id

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

Create a new EvaluatorVersion with auto incremented version id.

CreateVersionAsync(String, BinaryContent, RequestOptions)

[Protocol Method] Create a new EvaluatorVersion with auto incremented version id

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

Create a new EvaluatorVersion with auto incremented version id.

DeleteVersion(String, String, CancellationToken)

Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist.

DeleteVersion(String, String, RequestOptions)

[Protocol Method] Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist.

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

Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist.

DeleteVersionAsync(String, String, RequestOptions)

[Protocol Method] Delete the specific version of the EvaluatorVersion. The service returns 204 No Content if the EvaluatorVersion was deleted successfully or if the EvaluatorVersion does not exist.

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

List the latest version of each evaluator.

GetLatestVersions(String, Nullable<Int32>, RequestOptions)

[Protocol Method] List the latest version of each evaluator

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

List the latest version of each evaluator.

GetLatestVersionsAsync(String, Nullable<Int32>, RequestOptions)

[Protocol Method] List the latest version of each evaluator

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

Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist.

GetVersion(String, String, RequestOptions)

[Protocol Method] Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist.

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

Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist.

GetVersionAsync(String, String, RequestOptions)

[Protocol Method] Get the specific version of the EvaluatorVersion. The service returns 404 Not Found error if the EvaluatorVersion does not exist.

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

List all versions of the given evaluator.

GetVersions(String, String, Nullable<Int32>, RequestOptions)

[Protocol Method] List all versions of the given evaluator

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

List all versions of the given evaluator.

GetVersionsAsync(String, String, Nullable<Int32>, RequestOptions)

[Protocol Method] List all versions of the given evaluator

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
UpdateVersion(String, String, BinaryContent, RequestOptions)

[Protocol Method] Update an existing EvaluatorVersion with the given version id

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
UpdateVersionAsync(String, String, BinaryContent, RequestOptions)

[Protocol Method] Update an existing EvaluatorVersion with the given version id

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

Applies to