QueryResultType Enum

  • java.lang.Object
    • java.lang.Enum<QueryResultType>
      • com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResultType

public enum QueryResultType

The Device Provisioning Service query result type

Fields

SerializedName

the provisioning service cannot parse the information in the body. You shall cast the Objects in the items usingString 

</code> and parser it depending on the query the you sent.</p>

The query result in a list of enrollments. You shall cast the Objects in the items using IndividualEnrollment.

The query result in a list of device registrations. You shall cast the Objects in the items using EnrollmentGroup.

The query result in a list of enrollments. You shall cast the Objects in the items using DeviceRegistrationState.

Methods

fromString(String result)

public static QueryResultType fromString(String result)

Parameters

result
String

Returns

Applies to