你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISwaggerDocumentManager.AddOrUpdateSwaggerDocumentAsync(JObject) 方法

定义

public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> AddOrUpdateSwaggerDocumentAsync (Newtonsoft.Json.Linq.JObject swaggerDocumentJson);
abstract member AddOrUpdateSwaggerDocumentAsync : Newtonsoft.Json.Linq.JObject -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public Function AddOrUpdateSwaggerDocumentAsync (swaggerDocumentJson As JObject) As Task(Of JObject)

参数

swaggerDocumentJson
Newtonsoft.Json.Linq.JObject

返回

Task<Newtonsoft.Json.Linq.JObject>

适用于