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

QueryResult(String, String, String) 构造函数

定义

CONSTRUCTOR

protected internal QueryResult (string typeString, string bodyString, string continuationToken);
new Microsoft.Azure.Devices.Provisioning.Service.QueryResult : string * string * string -> Microsoft.Azure.Devices.Provisioning.Service.QueryResult
Protected Friend Sub New (typeString As String, bodyString As String, continuationToken As String)

参数

typeString
String

正文中具有内容类型的字符串。 它不能为 null。

bodyString
String

正文采用 JSON 列表格式的字符串。 如果类型不同于 unknown,则它不能为 null 或空。

continuationToken
String

具有继续标记的字符串。 它可以为 NULL。

例外

如果 bodyString 为 null。

如果 bodyString 为空或空格。

适用于