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

ProvisioningServiceClient.CreateEnrollmentGroupQuery 方法

定义

重载

CreateEnrollmentGroupQuery(QuerySpecification)

用于创建 enrollmentGroup 查询的工厂。

CreateEnrollmentGroupQuery(QuerySpecification, HttpTransportSettings)

用于创建 enrollmentGroup 查询的工厂。

CreateEnrollmentGroupQuery(QuerySpecification, Int32)

用于创建 enrollmentGroup 查询的工厂。

CreateEnrollmentGroupQuery(QuerySpecification, CancellationToken)

用于创建 enrollmentGroup 查询的工厂。

CreateEnrollmentGroupQuery(QuerySpecification, Int32, HttpTransportSettings)

用于创建 enrollmentGroup 查询的工厂。

CreateEnrollmentGroupQuery(QuerySpecification, Int32, CancellationToken)

用于创建 enrollmentGroup 查询的工厂。

CreateEnrollmentGroupQuery(QuerySpecification)

用于创建 enrollmentGroup 查询的工厂。

public Microsoft.Azure.Devices.Provisioning.Service.Query CreateEnrollmentGroupQuery (Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification querySpecification);
member this.CreateEnrollmentGroupQuery : Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification -> Microsoft.Azure.Devices.Provisioning.Service.Query
Public Function CreateEnrollmentGroupQuery (querySpecification As QuerySpecification) As Query

参数

querySpecification
QuerySpecification

包含 QuerySpecification SQL 查询的 。 它不能为 null

返回

迭代 Query 器。

例外

如果提供的参数不正确,则为 。

注解

此方法将在设备预配服务上创建新的注册组查询,并将其作为 Query 迭代器返回。

设备预配服务需要 中的 QuerySpecificationSQL 查询,例如 "SELECT * FROM enrollments"

适用于

CreateEnrollmentGroupQuery(QuerySpecification, HttpTransportSettings)

用于创建 enrollmentGroup 查询的工厂。

public Microsoft.Azure.Devices.Provisioning.Service.Query CreateEnrollmentGroupQuery (Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification querySpecification, Microsoft.Azure.Devices.Provisioning.Service.HttpTransportSettings httpTransportSettings);
member this.CreateEnrollmentGroupQuery : Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification * Microsoft.Azure.Devices.Provisioning.Service.HttpTransportSettings -> Microsoft.Azure.Devices.Provisioning.Service.Query
Public Function CreateEnrollmentGroupQuery (querySpecification As QuerySpecification, httpTransportSettings As HttpTransportSettings) As Query

参数

querySpecification
QuerySpecification

包含 QuerySpecification SQL 查询的 。 它不能为 null

httpTransportSettings
HttpTransportSettings

指定 HTTP 传输设置

返回

迭代 Query 器。

例外

如果提供的参数不正确,则为 。

注解

此方法将在设备预配服务上创建新的注册组查询,并将其作为 Query 迭代器返回。

设备预配服务需要 中的 QuerySpecificationSQL 查询,例如 "SELECT * FROM enrollments"

适用于

CreateEnrollmentGroupQuery(QuerySpecification, Int32)

用于创建 enrollmentGroup 查询的工厂。

public Microsoft.Azure.Devices.Provisioning.Service.Query CreateEnrollmentGroupQuery (Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification querySpecification, int pageSize);
member this.CreateEnrollmentGroupQuery : Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification * int -> Microsoft.Azure.Devices.Provisioning.Service.Query
Public Function CreateEnrollmentGroupQuery (querySpecification As QuerySpecification, pageSize As Integer) As Query

参数

querySpecification
QuerySpecification

包含 QuerySpecification SQL 查询的 。 它不能为 null

pageSize
Int32

具有 int 每次迭代的最大项数的 。 默认值可以为 0,但不能为负数。

返回

迭代 Query 器。

例外

如果提供的参数不正确,则为 。

注解

此方法将在设备预配服务上创建新的注册组查询,并将其作为 Query 迭代器返回。

设备预配服务需要 中的 QuerySpecificationSQL 查询,例如 "SELECT * FROM enrollments"

对于每次迭代,查询将返回对应于查询结果的对象列表。 每个迭代的最大项数可由 pageSize 指定。 这是可选的,可以为默认 pageSize 提供 0 ,也可以使用 API CreateEnrollmentGroupQuery(QuerySpecification)

适用于

CreateEnrollmentGroupQuery(QuerySpecification, CancellationToken)

用于创建 enrollmentGroup 查询的工厂。

public Microsoft.Azure.Devices.Provisioning.Service.Query CreateEnrollmentGroupQuery (Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification querySpecification, System.Threading.CancellationToken cancellationToken);
member this.CreateEnrollmentGroupQuery : Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification * System.Threading.CancellationToken -> Microsoft.Azure.Devices.Provisioning.Service.Query
Public Function CreateEnrollmentGroupQuery (querySpecification As QuerySpecification, cancellationToken As CancellationToken) As Query

参数

querySpecification
QuerySpecification

包含 QuerySpecification SQL 查询的 。 它不能为 null

cancellationToken
CancellationToken

取消标记。

返回

迭代 Query 器。

例外

如果提供的参数不正确,则为 。

注解

此方法将在设备预配服务上创建新的注册组查询,并将其作为 Query 迭代器返回。

设备预配服务需要 中的 QuerySpecificationSQL 查询,例如 "SELECT * FROM enrollments"

适用于

CreateEnrollmentGroupQuery(QuerySpecification, Int32, HttpTransportSettings)

用于创建 enrollmentGroup 查询的工厂。

public Microsoft.Azure.Devices.Provisioning.Service.Query CreateEnrollmentGroupQuery (Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification querySpecification, int pageSize, Microsoft.Azure.Devices.Provisioning.Service.HttpTransportSettings httpTransportSettings);
member this.CreateEnrollmentGroupQuery : Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification * int * Microsoft.Azure.Devices.Provisioning.Service.HttpTransportSettings -> Microsoft.Azure.Devices.Provisioning.Service.Query
Public Function CreateEnrollmentGroupQuery (querySpecification As QuerySpecification, pageSize As Integer, httpTransportSettings As HttpTransportSettings) As Query

参数

querySpecification
QuerySpecification

包含 QuerySpecification SQL 查询的 。 它不能为 null

pageSize
Int32

具有 int 每次迭代的最大项数的 。 默认值可以为 0,但不能为负数。

httpTransportSettings
HttpTransportSettings

指定 HTTP 传输设置

返回

迭代 Query 器。

例外

如果提供的参数不正确,则为 。

注解

此方法将在设备预配服务上创建新的注册组查询,并将其作为 Query 迭代器返回。

设备预配服务需要 中的 QuerySpecificationSQL 查询,例如 "SELECT * FROM enrollments"

对于每次迭代,查询将返回对应于查询结果的对象列表。 每个迭代的最大项数可由 pageSize 指定。 这是可选的,可以为默认 pageSize 提供 0 ,也可以使用 API CreateEnrollmentGroupQuery(QuerySpecification)

适用于

CreateEnrollmentGroupQuery(QuerySpecification, Int32, CancellationToken)

用于创建 enrollmentGroup 查询的工厂。

public Microsoft.Azure.Devices.Provisioning.Service.Query CreateEnrollmentGroupQuery (Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification querySpecification, int pageSize, System.Threading.CancellationToken cancellationToken);
member this.CreateEnrollmentGroupQuery : Microsoft.Azure.Devices.Provisioning.Service.QuerySpecification * int * System.Threading.CancellationToken -> Microsoft.Azure.Devices.Provisioning.Service.Query
Public Function CreateEnrollmentGroupQuery (querySpecification As QuerySpecification, pageSize As Integer, cancellationToken As CancellationToken) As Query

参数

querySpecification
QuerySpecification

包含 QuerySpecification SQL 查询的 。 它不能为 null

pageSize
Int32

具有 int 每次迭代的最大项数的 。 默认值可以为 0,但不能为负数。

cancellationToken
CancellationToken

取消标记。

返回

迭代 Query 器。

例外

如果提供的参数不正确,则为 。

注解

此方法将在设备预配服务上创建新的注册组查询,并将其作为 Query 迭代器返回。

设备预配服务需要 中的 QuerySpecificationSQL 查询,例如 "SELECT * FROM enrollments"

对于每次迭代,查询将返回对应于查询结果的对象列表。 每个迭代的最大项数可由 pageSize 指定。 这是可选的,可以为默认 pageSize 提供 0 ,也可以使用 API CreateEnrollmentGroupQuery(QuerySpecification)

适用于