次の方法で共有


DeviceRegistrationStatesClient.CreateEnrollmentGroupQuery メソッド

定義

特定の登録グループ内のデバイスの登録状態を一覧表示するクエリを作成します。

public Microsoft.Azure.Devices.Provisioning.Service.Query CreateEnrollmentGroupQuery (string query, string enrollmentGroupId, int pageSize = 0, System.Threading.CancellationToken cancellationToken = default);
member this.CreateEnrollmentGroupQuery : string * string * int * System.Threading.CancellationToken -> Microsoft.Azure.Devices.Provisioning.Service.Query
Public Function CreateEnrollmentGroupQuery (query As String, enrollmentGroupId As String, Optional pageSize As Integer = 0, Optional cancellationToken As CancellationToken = Nothing) As Query

パラメーター

query
String

SQL クエリ。

enrollmentGroupId
String

クエリを実行する登録グループ ID。

pageSize
Int32

反復ごとの項目の最大数を含む int。 既定では 0 を指定できますが、負の値を指定することはできません。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

クエリ結果の iterable セット。

例外

指定 query された が null の場合。

指定 query された が空または空白の場合。

指定 pageSize された値が 0 未満の場合。

指定 cancellationToken された がキャンセルを要求した場合。

適用対象