你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EvaluationRules Class

Definition

The EvaluationRules sub-client.

public class EvaluationRules
type EvaluationRules = class
Public Class EvaluationRules
Inheritance
EvaluationRules

Constructors

Name Description
EvaluationRules()

Initializes a new instance of EvaluationRules for mocking.

Properties

Name Description
Pipeline

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

Methods

Name Description
CreateOrUpdate(String, BinaryContent, RequestOptions)

[Protocol Method] Create or update an evaluation rule.

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

Create or update an evaluation rule.

CreateOrUpdateAsync(String, BinaryContent, RequestOptions)

[Protocol Method] Create or update an evaluation rule.

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

Create or update an evaluation rule.

Delete(String, CancellationToken)

Delete an evaluation rule.

Delete(String, RequestOptions)

[Protocol Method] Delete an evaluation rule.

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

Delete an evaluation rule.

DeleteAsync(String, RequestOptions)

[Protocol Method] Delete an evaluation rule.

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

Get an evaluation rule.

Get(String, RequestOptions)

[Protocol Method] Get an evaluation rule.

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

List all evaluation rules.

GetAll(String, String, Nullable<Boolean>, RequestOptions)

[Protocol Method] List all evaluation rules.

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

List all evaluation rules.

GetAllAsync(String, String, Nullable<Boolean>, RequestOptions)

[Protocol Method] List all evaluation rules.

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

Get an evaluation rule.

GetAsync(String, RequestOptions)

[Protocol Method] Get an evaluation rule.

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

Applies to