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

MatchResponse 类

定义

匹配请求的响应。

public class MatchResponse
type MatchResponse = class
Public Class MatchResponse
继承
MatchResponse

构造函数

MatchResponse()

初始化 MatchResponse 类的新实例。

MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status)

初始化 MatchResponse 类的新实例。

属性

CacheID

获取或设置缓存 ID。

IsMatch

获取或设置指示是否存在匹配项。

Matches

获取或设置匹配详细信息。

Status

获取或设置评估状态

TrackingId

获取或设置跟踪 ID。

适用于