次の方法で共有


QueryResultType 列挙型

定義

Device Provisioning Service クエリの結果の種類

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum QueryResultType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type QueryResultType = 
Public Enum QueryResultType
継承
QueryResultType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

DeviceRegistration 3

デバイス登録の結果の種類。

Enrollment 1

登録結果の種類。

EnrollmentGroup 2

登録グループの結果の種類。

Unknown 0

不明な結果の種類。

適用対象