QueryResultType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. sdk. iot. provisioning. service. configs. QueryResultType
- com.
- java.
public enum QueryResultType
extends java.lang.Enum<QueryResultType>
The Device Provisioning Service query result type
Fields
| DEVICE_REGISTRATION |
The query result in a list of enrollments. |
| ENROLLMENT |
The query result in a list of enrollments. |
| ENROLLMENT_GROUP |
The query result in a list of device registrations. |
| UNKNOWN |
the provisioning service cannot parse the information in the body. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static QueryResultType valueOf(String name)
Parameters
- name
- java.lang.String