QueryResult(String, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET