IMobileServiceTable.UndeleteAsync Méthode
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.
Surcharges
UndeleteAsync(JObject) |
Annule la suppression d’un |
UndeleteAsync(JObject, IDictionary<String,String>) |
Annule la suppression d’un |
UndeleteAsync(JObject)
Annule la suppression d’un instance
de la table. Pour cela, la fonctionnalité de suppression réversible doit être activée sur mobile Service. Pour plus d’informations, consultez le lien .
public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> UndeleteAsync (Newtonsoft.Json.Linq.JObject instance);
abstract member UndeleteAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
Public Function UndeleteAsync (instance As JObject) As Task(Of JToken)
Paramètres
- instance
- Newtonsoft.Json.Linq.JObject
Le instance à annuler la suppression de la table.
Retours
Tâche qui s’achèvera à la fin de la suppression.
S’applique à
UndeleteAsync(JObject, IDictionary<String,String>)
Annule la suppression d’un instance
de la table. Pour cela, la fonctionnalité de suppression réversible doit être activée sur mobile Service. Pour plus d’informations, consultez le lien .
public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> UndeleteAsync (Newtonsoft.Json.Linq.JObject instance, System.Collections.Generic.IDictionary<string,string> parameters);
abstract member UndeleteAsync : Newtonsoft.Json.Linq.JObject * System.Collections.Generic.IDictionary<string, string> -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
Public Function UndeleteAsync (instance As JObject, parameters As IDictionary(Of String, String)) As Task(Of JToken)
Paramètres
- instance
- Newtonsoft.Json.Linq.JObject
Le instance à annuler la suppression de la table.
- parameters
- IDictionary<String,String>
Dictionnaires de paramètres et valeurs définis par l'utilisateur à inclure dans la chaîne de requête de l'URI de demande.
Retours
Tâche qui s’achèvera à la fin de la suppression.
S’applique à
Azure SDK for .NET