Partager via


QueryResult(String, String, String) Constructeur

Définition

CONSTRUCTOR

protected internal QueryResult (string typeString, string bodyString, string continuationToken);
new Microsoft.Azure.Devices.Provisioning.Service.QueryResult : string * string * string -> Microsoft.Azure.Devices.Provisioning.Service.QueryResult
Protected Friend Sub New (typeString As String, bodyString As String, continuationToken As String)

Paramètres

typeString
String

Chaîne avec le type du contenu dans le corps. Elle ne peut pas être null.

bodyString
String

Chaîne avec le corps au format de liste JSON. Il ne peut pas être null ou vide, si le type est différent de unknown.

continuationToken
String

Chaîne avec le jeton de continuation. Elle ne peut pas avoir la valeur Null.

Exceptions

Si bodyString a la valeur Null.

Si bodyString est vide ou espace blanc.

S’applique à