ProjectEvaluators 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 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] Creates a new evaluator version with an auto-incremented version identifier.
|
| CreateVersion(String, EvaluatorVersion, CancellationToken) |
Creates a new evaluator version with an auto-incremented version identifier. |
| CreateVersionAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Creates a new evaluator version with an auto-incremented version identifier.
|
| CreateVersionAsync(String, EvaluatorVersion, CancellationToken) |
Creates a new evaluator version with an auto-incremented version identifier. |
| DeleteVersion(String, String, CancellationToken) |
Removes the specified evaluator version. Returns 204 whether the version existed or not. |
| DeleteVersion(String, String, RequestOptions) |
[Protocol Method] Removes the specified evaluator version. Returns 204 whether the version existed or not.
|
| DeleteVersionAsync(String, String, CancellationToken) |
Removes the specified evaluator version. Returns 204 whether the version existed or not. |
| DeleteVersionAsync(String, String, RequestOptions) |
[Protocol Method] Removes the specified evaluator version. Returns 204 whether the version existed or not.
|
| GetCredential(String, String, EvaluationCredentialContent, CancellationToken) |
Retrieves SAS credentials for accessing the storage account associated with the specified evaluator version. |
| GetCredentialAsync(String, String, EvaluationCredentialContent, CancellationToken) |
Retrieves SAS credentials for accessing the storage account associated with the specified evaluator version. |
| GetLatestVersions(Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
Lists the latest version of each evaluator. |
| GetLatestVersions(String, Nullable<Int32>, RequestOptions) |
[Protocol Method] Lists the latest version of each evaluator
|
| GetLatestVersionsAsync(Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
Lists the latest version of each evaluator. |
| GetLatestVersionsAsync(String, Nullable<Int32>, RequestOptions) |
[Protocol Method] Lists the latest version of each evaluator
|
| GetVersion(String, String, CancellationToken) |
Retrieves the specified evaluator version, returning 404 if it does not exist. |
| GetVersion(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified evaluator version, returning 404 if it does not exist.
|
| GetVersionAsync(String, String, CancellationToken) |
Retrieves the specified evaluator version, returning 404 if it does not exist. |
| GetVersionAsync(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified evaluator version, returning 404 if it does not exist.
|
| GetVersions(String, Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
Returns the available versions for the specified evaluator. |
| GetVersions(String, String, Nullable<Int32>, RequestOptions) |
[Protocol Method] Returns the available versions for the specified evaluator.
|
| GetVersionsAsync(String, Nullable<ListVersionsRequestType>, Nullable<Int32>, CancellationToken) |
Returns the available versions for the specified evaluator. |
| GetVersionsAsync(String, String, Nullable<Int32>, RequestOptions) |
[Protocol Method] Returns the available versions for the specified evaluator.
|
| StartPendingUpload(String, String, PendingUploadConfiguration, CancellationToken) |
Initiates a new pending upload or retrieves an existing one for the specified evaluator version. |
| StartPendingUploadAsync(String, String, PendingUploadConfiguration, CancellationToken) |
Initiates a new pending upload or retrieves an existing one for the specified evaluator version. |
| UpdateVersion(String, String, BinaryContent, RequestOptions) |
[Protocol Method] Updates the specified evaluator version in place.
|
| UpdateVersionAsync(String, String, BinaryContent, RequestOptions) |
[Protocol Method] Updates the specified evaluator version in place.
|