@tsonic/efcore-sqlserver 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,4791 @@
1
+ {
2
+ "namespace": "Azure",
3
+ "types": [
4
+ {
5
+ "stableId": "Azure.Core:Azure.ErrorOptions",
6
+ "clrName": "Azure.ErrorOptions",
7
+ "tsEmitName": "ErrorOptions",
8
+ "assemblyName": "Azure.Core",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Azure.Core:Azure.ErrorOptions::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67108868,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Azure.ErrorOptions",
22
+ "declaringAssemblyName": "Azure.Core"
23
+ },
24
+ {
25
+ "stableId": "Azure.Core:Azure.ErrorOptions::DefaultAzure.ErrorOptions",
26
+ "clrName": "Default",
27
+ "tsEmitName": "default_",
28
+ "metadataToken": 67108869,
29
+ "normalizedSignature": "Default|Azure.ErrorOptions|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Azure.ErrorOptions",
33
+ "declaringAssemblyName": "Azure.Core"
34
+ },
35
+ {
36
+ "stableId": "Azure.Core:Azure.ErrorOptions::NoThrowAzure.ErrorOptions",
37
+ "clrName": "NoThrow",
38
+ "tsEmitName": "noThrow",
39
+ "metadataToken": 67108870,
40
+ "normalizedSignature": "NoThrow|Azure.ErrorOptions|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Azure.ErrorOptions",
44
+ "declaringAssemblyName": "Azure.Core"
45
+ }
46
+ ],
47
+ "events": [],
48
+ "constructors": [],
49
+ "exposedFields": [
50
+ {
51
+ "tsName": "value__",
52
+ "isStatic": false,
53
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
54
+ "target": {
55
+ "declaringClrType": "Azure.ErrorOptions",
56
+ "declaringAssemblyName": "Azure.Core",
57
+ "metadataToken": 67108868
58
+ }
59
+ },
60
+ {
61
+ "tsName": "default_",
62
+ "isStatic": true,
63
+ "tsSignatureId": "Default|Azure.ErrorOptions|static=true|const=true",
64
+ "target": {
65
+ "declaringClrType": "Azure.ErrorOptions",
66
+ "declaringAssemblyName": "Azure.Core",
67
+ "metadataToken": 67108869
68
+ }
69
+ },
70
+ {
71
+ "tsName": "noThrow",
72
+ "isStatic": true,
73
+ "tsSignatureId": "NoThrow|Azure.ErrorOptions|static=true|const=true",
74
+ "target": {
75
+ "declaringClrType": "Azure.ErrorOptions",
76
+ "declaringAssemblyName": "Azure.Core",
77
+ "metadataToken": 67108870
78
+ }
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "stableId": "Azure.Core:Azure.WaitUntil",
84
+ "clrName": "Azure.WaitUntil",
85
+ "tsEmitName": "WaitUntil",
86
+ "assemblyName": "Azure.Core",
87
+ "metadataToken": 0,
88
+ "methods": [],
89
+ "properties": [],
90
+ "fields": [
91
+ {
92
+ "stableId": "Azure.Core:Azure.WaitUntil::value__System.Int32",
93
+ "clrName": "value__",
94
+ "tsEmitName": "value__",
95
+ "metadataToken": 67108933,
96
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
97
+ "isStatic": false,
98
+ "isReadOnly": false,
99
+ "declaringClrType": "Azure.WaitUntil",
100
+ "declaringAssemblyName": "Azure.Core"
101
+ },
102
+ {
103
+ "stableId": "Azure.Core:Azure.WaitUntil::CompletedAzure.WaitUntil",
104
+ "clrName": "Completed",
105
+ "tsEmitName": "completed",
106
+ "metadataToken": 67108934,
107
+ "normalizedSignature": "Completed|Azure.WaitUntil|static=true|const=true",
108
+ "isStatic": true,
109
+ "isReadOnly": false,
110
+ "declaringClrType": "Azure.WaitUntil",
111
+ "declaringAssemblyName": "Azure.Core"
112
+ },
113
+ {
114
+ "stableId": "Azure.Core:Azure.WaitUntil::StartedAzure.WaitUntil",
115
+ "clrName": "Started",
116
+ "tsEmitName": "started",
117
+ "metadataToken": 67108935,
118
+ "normalizedSignature": "Started|Azure.WaitUntil|static=true|const=true",
119
+ "isStatic": true,
120
+ "isReadOnly": false,
121
+ "declaringClrType": "Azure.WaitUntil",
122
+ "declaringAssemblyName": "Azure.Core"
123
+ }
124
+ ],
125
+ "events": [],
126
+ "constructors": [],
127
+ "exposedFields": [
128
+ {
129
+ "tsName": "value__",
130
+ "isStatic": false,
131
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
132
+ "target": {
133
+ "declaringClrType": "Azure.WaitUntil",
134
+ "declaringAssemblyName": "Azure.Core",
135
+ "metadataToken": 67108933
136
+ }
137
+ },
138
+ {
139
+ "tsName": "completed",
140
+ "isStatic": true,
141
+ "tsSignatureId": "Completed|Azure.WaitUntil|static=true|const=true",
142
+ "target": {
143
+ "declaringClrType": "Azure.WaitUntil",
144
+ "declaringAssemblyName": "Azure.Core",
145
+ "metadataToken": 67108934
146
+ }
147
+ },
148
+ {
149
+ "tsName": "started",
150
+ "isStatic": true,
151
+ "tsSignatureId": "Started|Azure.WaitUntil|static=true|const=true",
152
+ "target": {
153
+ "declaringClrType": "Azure.WaitUntil",
154
+ "declaringAssemblyName": "Azure.Core",
155
+ "metadataToken": 67108935
156
+ }
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "stableId": "Azure.Core:Azure.ETag",
162
+ "clrName": "Azure.ETag",
163
+ "tsEmitName": "ETag",
164
+ "assemblyName": "Azure.Core",
165
+ "metadataToken": 0,
166
+ "methods": [
167
+ {
168
+ "stableId": "Azure.Core:Azure.ETag::Equals(Azure.ETag):System.Boolean",
169
+ "clrName": "Equals",
170
+ "tsEmitName": "equals",
171
+ "metadataToken": 100663320,
172
+ "canonicalSignature": "(Azure.ETag):System.Boolean",
173
+ "normalizedSignature": "Equals|(Azure.ETag):System.Boolean|static=false",
174
+ "emitScope": "ClassSurface",
175
+ "arity": 0,
176
+ "parameterCount": 1,
177
+ "declaringClrType": "Azure.ETag",
178
+ "declaringAssemblyName": "Azure.Core",
179
+ "isExtensionMethod": false
180
+ },
181
+ {
182
+ "stableId": "Azure.Core:Azure.ETag::Equals(System.String):System.Boolean",
183
+ "clrName": "Equals",
184
+ "tsEmitName": "equals",
185
+ "metadataToken": 100663321,
186
+ "canonicalSignature": "(System.String):System.Boolean",
187
+ "normalizedSignature": "Equals|(System.String):System.Boolean|static=false",
188
+ "emitScope": "ClassSurface",
189
+ "arity": 0,
190
+ "parameterCount": 1,
191
+ "declaringClrType": "Azure.ETag",
192
+ "declaringAssemblyName": "Azure.Core",
193
+ "isExtensionMethod": false
194
+ },
195
+ {
196
+ "stableId": "Azure.Core:Azure.ETag::Equals(System.Object):System.Boolean",
197
+ "clrName": "Equals",
198
+ "tsEmitName": "equals",
199
+ "metadataToken": 100663322,
200
+ "canonicalSignature": "(System.Object):System.Boolean",
201
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
202
+ "emitScope": "ClassSurface",
203
+ "arity": 0,
204
+ "parameterCount": 1,
205
+ "declaringClrType": "Azure.ETag",
206
+ "declaringAssemblyName": "Azure.Core",
207
+ "isExtensionMethod": false
208
+ },
209
+ {
210
+ "stableId": "Azure.Core:Azure.ETag::GetHashCode():System.Int32",
211
+ "clrName": "GetHashCode",
212
+ "tsEmitName": "getHashCode",
213
+ "metadataToken": 100663323,
214
+ "canonicalSignature": "():System.Int32",
215
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
216
+ "emitScope": "ClassSurface",
217
+ "arity": 0,
218
+ "parameterCount": 0,
219
+ "declaringClrType": "Azure.ETag",
220
+ "declaringAssemblyName": "Azure.Core",
221
+ "isExtensionMethod": false
222
+ },
223
+ {
224
+ "stableId": "Azure.Core:Azure.ETag::ToString():System.String",
225
+ "clrName": "ToString",
226
+ "tsEmitName": "toString",
227
+ "metadataToken": 100663324,
228
+ "canonicalSignature": "():System.String",
229
+ "normalizedSignature": "ToString|():System.String|static=false",
230
+ "emitScope": "ClassSurface",
231
+ "arity": 0,
232
+ "parameterCount": 0,
233
+ "declaringClrType": "Azure.ETag",
234
+ "declaringAssemblyName": "Azure.Core",
235
+ "isExtensionMethod": false
236
+ },
237
+ {
238
+ "stableId": "Azure.Core:Azure.ETag::ToString(System.String):System.String",
239
+ "clrName": "ToString",
240
+ "tsEmitName": "toString",
241
+ "metadataToken": 100663325,
242
+ "canonicalSignature": "(System.String):System.String",
243
+ "normalizedSignature": "ToString|(System.String):System.String|static=false",
244
+ "emitScope": "ClassSurface",
245
+ "arity": 0,
246
+ "parameterCount": 1,
247
+ "declaringClrType": "Azure.ETag",
248
+ "declaringAssemblyName": "Azure.Core",
249
+ "isExtensionMethod": false
250
+ }
251
+ ],
252
+ "properties": [],
253
+ "fields": [
254
+ {
255
+ "stableId": "Azure.Core:Azure.ETag::AllAzure.ETag",
256
+ "clrName": "All",
257
+ "tsEmitName": "all",
258
+ "metadataToken": 67108877,
259
+ "normalizedSignature": "All|Azure.ETag|static=true|const=false",
260
+ "isStatic": true,
261
+ "isReadOnly": true,
262
+ "declaringClrType": "Azure.ETag",
263
+ "declaringAssemblyName": "Azure.Core"
264
+ }
265
+ ],
266
+ "events": [],
267
+ "constructors": [
268
+ {
269
+ "stableId": "Azure.Core:Azure.ETag::.ctor(System.String):void",
270
+ "metadataToken": 100663317,
271
+ "canonicalSignature": "(System.String):void",
272
+ "normalizedSignature": "constructor|(System.String):void|static=false",
273
+ "isStatic": false,
274
+ "parameterCount": 1,
275
+ "declaringClrType": "Azure.ETag",
276
+ "declaringAssemblyName": "Azure.Core"
277
+ }
278
+ ],
279
+ "exposedMethods": [
280
+ {
281
+ "tsName": "equals",
282
+ "isStatic": false,
283
+ "tsSignatureId": "Equals|(Azure.ETag):System.Boolean|static=false",
284
+ "target": {
285
+ "declaringClrType": "Azure.ETag",
286
+ "declaringAssemblyName": "Azure.Core",
287
+ "metadataToken": 100663320
288
+ }
289
+ },
290
+ {
291
+ "tsName": "equals",
292
+ "isStatic": false,
293
+ "tsSignatureId": "Equals|(System.String):System.Boolean|static=false",
294
+ "target": {
295
+ "declaringClrType": "Azure.ETag",
296
+ "declaringAssemblyName": "Azure.Core",
297
+ "metadataToken": 100663321
298
+ }
299
+ },
300
+ {
301
+ "tsName": "equals",
302
+ "isStatic": false,
303
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
304
+ "target": {
305
+ "declaringClrType": "Azure.ETag",
306
+ "declaringAssemblyName": "Azure.Core",
307
+ "metadataToken": 100663322
308
+ }
309
+ },
310
+ {
311
+ "tsName": "getHashCode",
312
+ "isStatic": false,
313
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
314
+ "target": {
315
+ "declaringClrType": "Azure.ETag",
316
+ "declaringAssemblyName": "Azure.Core",
317
+ "metadataToken": 100663323
318
+ }
319
+ },
320
+ {
321
+ "tsName": "toString",
322
+ "isStatic": false,
323
+ "tsSignatureId": "ToString|():System.String|static=false",
324
+ "target": {
325
+ "declaringClrType": "Azure.ETag",
326
+ "declaringAssemblyName": "Azure.Core",
327
+ "metadataToken": 100663324
328
+ }
329
+ },
330
+ {
331
+ "tsName": "toString",
332
+ "isStatic": false,
333
+ "tsSignatureId": "ToString|(System.String):System.String|static=false",
334
+ "target": {
335
+ "declaringClrType": "Azure.ETag",
336
+ "declaringAssemblyName": "Azure.Core",
337
+ "metadataToken": 100663325
338
+ }
339
+ }
340
+ ],
341
+ "exposedFields": [
342
+ {
343
+ "tsName": "all",
344
+ "isStatic": true,
345
+ "tsSignatureId": "All|Azure.ETag|static=true|const=false",
346
+ "target": {
347
+ "declaringClrType": "Azure.ETag",
348
+ "declaringAssemblyName": "Azure.Core",
349
+ "metadataToken": 67108877
350
+ }
351
+ }
352
+ ],
353
+ "exposedConstructors": [
354
+ {
355
+ "isStatic": false,
356
+ "tsSignatureId": "constructor|(System.String):void|static=false",
357
+ "target": {
358
+ "declaringClrType": "Azure.ETag",
359
+ "declaringAssemblyName": "Azure.Core",
360
+ "metadataToken": 100663317
361
+ }
362
+ }
363
+ ]
364
+ },
365
+ {
366
+ "stableId": "Azure.Core:Azure.HttpRange",
367
+ "clrName": "Azure.HttpRange",
368
+ "tsEmitName": "HttpRange",
369
+ "assemblyName": "Azure.Core",
370
+ "metadataToken": 0,
371
+ "methods": [
372
+ {
373
+ "stableId": "Azure.Core:Azure.HttpRange::ToString():System.String",
374
+ "clrName": "ToString",
375
+ "tsEmitName": "toString",
376
+ "metadataToken": 100663339,
377
+ "canonicalSignature": "():System.String",
378
+ "normalizedSignature": "ToString|():System.String|static=false",
379
+ "emitScope": "ClassSurface",
380
+ "arity": 0,
381
+ "parameterCount": 0,
382
+ "declaringClrType": "Azure.HttpRange",
383
+ "declaringAssemblyName": "Azure.Core",
384
+ "isExtensionMethod": false
385
+ },
386
+ {
387
+ "stableId": "Azure.Core:Azure.HttpRange::Equals(Azure.HttpRange):System.Boolean",
388
+ "clrName": "Equals",
389
+ "tsEmitName": "equals",
390
+ "metadataToken": 100663342,
391
+ "canonicalSignature": "(Azure.HttpRange):System.Boolean",
392
+ "normalizedSignature": "Equals|(Azure.HttpRange):System.Boolean|static=false",
393
+ "emitScope": "ClassSurface",
394
+ "arity": 0,
395
+ "parameterCount": 1,
396
+ "declaringClrType": "Azure.HttpRange",
397
+ "declaringAssemblyName": "Azure.Core",
398
+ "isExtensionMethod": false
399
+ },
400
+ {
401
+ "stableId": "Azure.Core:Azure.HttpRange::Equals(System.Object):System.Boolean",
402
+ "clrName": "Equals",
403
+ "tsEmitName": "equals",
404
+ "metadataToken": 100663343,
405
+ "canonicalSignature": "(System.Object):System.Boolean",
406
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
407
+ "emitScope": "ClassSurface",
408
+ "arity": 0,
409
+ "parameterCount": 1,
410
+ "declaringClrType": "Azure.HttpRange",
411
+ "declaringAssemblyName": "Azure.Core",
412
+ "isExtensionMethod": false
413
+ },
414
+ {
415
+ "stableId": "Azure.Core:Azure.HttpRange::GetHashCode():System.Int32",
416
+ "clrName": "GetHashCode",
417
+ "tsEmitName": "getHashCode",
418
+ "metadataToken": 100663344,
419
+ "canonicalSignature": "():System.Int32",
420
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
421
+ "emitScope": "ClassSurface",
422
+ "arity": 0,
423
+ "parameterCount": 0,
424
+ "declaringClrType": "Azure.HttpRange",
425
+ "declaringAssemblyName": "Azure.Core",
426
+ "isExtensionMethod": false
427
+ }
428
+ ],
429
+ "properties": [
430
+ {
431
+ "stableId": "Azure.Core:Azure.HttpRange::Offset:System.Int64",
432
+ "clrName": "Offset",
433
+ "tsEmitName": "offset",
434
+ "metadataToken": 385875975,
435
+ "canonicalSignature": ":System.Int64",
436
+ "normalizedSignature": "Offset|:System.Int64|static=false|accessor=get",
437
+ "emitScope": "ClassSurface",
438
+ "isIndexer": false,
439
+ "hasGetter": true,
440
+ "hasSetter": false,
441
+ "declaringClrType": "Azure.HttpRange",
442
+ "declaringAssemblyName": "Azure.Core"
443
+ },
444
+ {
445
+ "stableId": "Azure.Core:Azure.HttpRange::Length:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
446
+ "clrName": "Length",
447
+ "tsEmitName": "length",
448
+ "metadataToken": 385875976,
449
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
450
+ "normalizedSignature": "Length|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
451
+ "emitScope": "ClassSurface",
452
+ "isIndexer": false,
453
+ "hasGetter": true,
454
+ "hasSetter": false,
455
+ "declaringClrType": "Azure.HttpRange",
456
+ "declaringAssemblyName": "Azure.Core"
457
+ }
458
+ ],
459
+ "fields": [],
460
+ "events": [],
461
+ "constructors": [
462
+ {
463
+ "stableId": "Azure.Core:Azure.HttpRange::.ctor(System.Int64,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
464
+ "metadataToken": 100663338,
465
+ "canonicalSignature": "(System.Int64,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
466
+ "normalizedSignature": "constructor|(System.Int64,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
467
+ "isStatic": false,
468
+ "parameterCount": 2,
469
+ "declaringClrType": "Azure.HttpRange",
470
+ "declaringAssemblyName": "Azure.Core"
471
+ }
472
+ ],
473
+ "exposedMethods": [
474
+ {
475
+ "tsName": "toString",
476
+ "isStatic": false,
477
+ "tsSignatureId": "ToString|():System.String|static=false",
478
+ "target": {
479
+ "declaringClrType": "Azure.HttpRange",
480
+ "declaringAssemblyName": "Azure.Core",
481
+ "metadataToken": 100663339
482
+ }
483
+ },
484
+ {
485
+ "tsName": "equals",
486
+ "isStatic": false,
487
+ "tsSignatureId": "Equals|(Azure.HttpRange):System.Boolean|static=false",
488
+ "target": {
489
+ "declaringClrType": "Azure.HttpRange",
490
+ "declaringAssemblyName": "Azure.Core",
491
+ "metadataToken": 100663342
492
+ }
493
+ },
494
+ {
495
+ "tsName": "equals",
496
+ "isStatic": false,
497
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
498
+ "target": {
499
+ "declaringClrType": "Azure.HttpRange",
500
+ "declaringAssemblyName": "Azure.Core",
501
+ "metadataToken": 100663343
502
+ }
503
+ },
504
+ {
505
+ "tsName": "getHashCode",
506
+ "isStatic": false,
507
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
508
+ "target": {
509
+ "declaringClrType": "Azure.HttpRange",
510
+ "declaringAssemblyName": "Azure.Core",
511
+ "metadataToken": 100663344
512
+ }
513
+ }
514
+ ],
515
+ "exposedProperties": [
516
+ {
517
+ "tsName": "offset",
518
+ "isStatic": false,
519
+ "tsSignatureId": "Offset|:System.Int64|static=false|accessor=get",
520
+ "target": {
521
+ "declaringClrType": "Azure.HttpRange",
522
+ "declaringAssemblyName": "Azure.Core",
523
+ "metadataToken": 385875975
524
+ }
525
+ },
526
+ {
527
+ "tsName": "length",
528
+ "isStatic": false,
529
+ "tsSignatureId": "Length|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
530
+ "target": {
531
+ "declaringClrType": "Azure.HttpRange",
532
+ "declaringAssemblyName": "Azure.Core",
533
+ "metadataToken": 385875976
534
+ }
535
+ }
536
+ ],
537
+ "exposedConstructors": [
538
+ {
539
+ "isStatic": false,
540
+ "tsSignatureId": "constructor|(System.Int64,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
541
+ "target": {
542
+ "declaringClrType": "Azure.HttpRange",
543
+ "declaringAssemblyName": "Azure.Core",
544
+ "metadataToken": 100663338
545
+ }
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601",
551
+ "clrName": "Azure.AsyncPageable\u00601",
552
+ "tsEmitName": "AsyncPageable_1",
553
+ "assemblyName": "Azure.Core",
554
+ "metadataToken": 0,
555
+ "methods": [
556
+ {
557
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::AsPages(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IAsyncEnumerable_1",
558
+ "clrName": "AsPages",
559
+ "tsEmitName": "asPages",
560
+ "metadataToken": 100663300,
561
+ "canonicalSignature": "(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IAsyncEnumerable_1",
562
+ "normalizedSignature": "AsPages|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IAsyncEnumerable_1|static=false",
563
+ "emitScope": "ClassSurface",
564
+ "arity": 0,
565
+ "parameterCount": 2,
566
+ "declaringClrType": "Azure.AsyncPageable\u00601",
567
+ "declaringAssemblyName": "Azure.Core",
568
+ "isExtensionMethod": false
569
+ },
570
+ {
571
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::GetAsyncEnumerator(System.Threading.CancellationToken):IAsyncEnumerator_1",
572
+ "clrName": "GetAsyncEnumerator",
573
+ "tsEmitName": "getAsyncEnumerator",
574
+ "metadataToken": 100663301,
575
+ "canonicalSignature": "(System.Threading.CancellationToken):IAsyncEnumerator_1",
576
+ "normalizedSignature": "GetAsyncEnumerator|(System.Threading.CancellationToken):IAsyncEnumerator_1|static=false",
577
+ "emitScope": "ClassSurface",
578
+ "arity": 0,
579
+ "parameterCount": 1,
580
+ "declaringClrType": "Azure.AsyncPageable\u00601",
581
+ "declaringAssemblyName": "Azure.Core",
582
+ "isExtensionMethod": false
583
+ },
584
+ {
585
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::FromPages(IEnumerable_1):AsyncPageable_1",
586
+ "clrName": "FromPages",
587
+ "tsEmitName": "fromPages",
588
+ "metadataToken": 100663302,
589
+ "canonicalSignature": "(IEnumerable_1):AsyncPageable_1",
590
+ "normalizedSignature": "FromPages|(IEnumerable_1):AsyncPageable_1|static=true",
591
+ "emitScope": "ClassSurface",
592
+ "arity": 0,
593
+ "parameterCount": 1,
594
+ "declaringClrType": "Azure.AsyncPageable\u00601",
595
+ "declaringAssemblyName": "Azure.Core",
596
+ "isExtensionMethod": false
597
+ },
598
+ {
599
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::ToString():System.String",
600
+ "clrName": "ToString",
601
+ "tsEmitName": "toString",
602
+ "metadataToken": 100663303,
603
+ "canonicalSignature": "():System.String",
604
+ "normalizedSignature": "ToString|():System.String|static=false",
605
+ "emitScope": "ClassSurface",
606
+ "arity": 0,
607
+ "parameterCount": 0,
608
+ "declaringClrType": "Azure.AsyncPageable\u00601",
609
+ "declaringAssemblyName": "Azure.Core",
610
+ "isExtensionMethod": false
611
+ },
612
+ {
613
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::Equals(System.Object):System.Boolean",
614
+ "clrName": "Equals",
615
+ "tsEmitName": "equals",
616
+ "metadataToken": 100663304,
617
+ "canonicalSignature": "(System.Object):System.Boolean",
618
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
619
+ "emitScope": "ClassSurface",
620
+ "arity": 0,
621
+ "parameterCount": 1,
622
+ "declaringClrType": "Azure.AsyncPageable\u00601",
623
+ "declaringAssemblyName": "Azure.Core",
624
+ "isExtensionMethod": false
625
+ },
626
+ {
627
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::GetHashCode():System.Int32",
628
+ "clrName": "GetHashCode",
629
+ "tsEmitName": "getHashCode",
630
+ "metadataToken": 100663305,
631
+ "canonicalSignature": "():System.Int32",
632
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
633
+ "emitScope": "ClassSurface",
634
+ "arity": 0,
635
+ "parameterCount": 0,
636
+ "declaringClrType": "Azure.AsyncPageable\u00601",
637
+ "declaringAssemblyName": "Azure.Core",
638
+ "isExtensionMethod": false
639
+ }
640
+ ],
641
+ "properties": [],
642
+ "fields": [],
643
+ "events": [],
644
+ "constructors": [],
645
+ "exposedMethods": [
646
+ {
647
+ "tsName": "asPages",
648
+ "isStatic": false,
649
+ "tsSignatureId": "AsPages|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IAsyncEnumerable_1|static=false",
650
+ "target": {
651
+ "declaringClrType": "Azure.AsyncPageable\u00601",
652
+ "declaringAssemblyName": "Azure.Core",
653
+ "metadataToken": 100663300
654
+ }
655
+ },
656
+ {
657
+ "tsName": "getAsyncEnumerator",
658
+ "isStatic": false,
659
+ "tsSignatureId": "GetAsyncEnumerator|(System.Threading.CancellationToken):IAsyncEnumerator_1|static=false",
660
+ "target": {
661
+ "declaringClrType": "Azure.AsyncPageable\u00601",
662
+ "declaringAssemblyName": "Azure.Core",
663
+ "metadataToken": 100663301
664
+ }
665
+ },
666
+ {
667
+ "tsName": "fromPages",
668
+ "isStatic": true,
669
+ "tsSignatureId": "FromPages|(IEnumerable_1):AsyncPageable_1|static=true",
670
+ "target": {
671
+ "declaringClrType": "Azure.AsyncPageable\u00601",
672
+ "declaringAssemblyName": "Azure.Core",
673
+ "metadataToken": 100663302
674
+ }
675
+ },
676
+ {
677
+ "tsName": "toString",
678
+ "isStatic": false,
679
+ "tsSignatureId": "ToString|():System.String|static=false",
680
+ "target": {
681
+ "declaringClrType": "Azure.AsyncPageable\u00601",
682
+ "declaringAssemblyName": "Azure.Core",
683
+ "metadataToken": 100663303
684
+ }
685
+ },
686
+ {
687
+ "tsName": "equals",
688
+ "isStatic": false,
689
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
690
+ "target": {
691
+ "declaringClrType": "Azure.AsyncPageable\u00601",
692
+ "declaringAssemblyName": "Azure.Core",
693
+ "metadataToken": 100663304
694
+ }
695
+ },
696
+ {
697
+ "tsName": "getHashCode",
698
+ "isStatic": false,
699
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
700
+ "target": {
701
+ "declaringClrType": "Azure.AsyncPageable\u00601",
702
+ "declaringAssemblyName": "Azure.Core",
703
+ "metadataToken": 100663305
704
+ }
705
+ }
706
+ ]
707
+ },
708
+ {
709
+ "stableId": "Azure.Core:Azure.AzureKeyCredential",
710
+ "clrName": "Azure.AzureKeyCredential",
711
+ "tsEmitName": "AzureKeyCredential",
712
+ "assemblyName": "Azure.Core",
713
+ "metadataToken": 0,
714
+ "methods": [],
715
+ "properties": [
716
+ {
717
+ "stableId": "Azure.Core:Azure.AzureKeyCredential::Key:System.String",
718
+ "clrName": "Key",
719
+ "tsEmitName": "key",
720
+ "metadataToken": 385875970,
721
+ "canonicalSignature": ":System.String",
722
+ "normalizedSignature": "Key|:System.String|static=false|accessor=get",
723
+ "emitScope": "ClassSurface",
724
+ "isIndexer": false,
725
+ "hasGetter": true,
726
+ "hasSetter": false,
727
+ "declaringClrType": "Azure.AzureKeyCredential",
728
+ "declaringAssemblyName": "Azure.Core"
729
+ }
730
+ ],
731
+ "fields": [],
732
+ "events": [],
733
+ "constructors": [
734
+ {
735
+ "stableId": "Azure.Core:Azure.AzureKeyCredential::.ctor(System.String):void",
736
+ "metadataToken": 100663308,
737
+ "canonicalSignature": "(System.String):void",
738
+ "normalizedSignature": "constructor|(System.String):void|static=false",
739
+ "isStatic": false,
740
+ "parameterCount": 1,
741
+ "declaringClrType": "Azure.AzureKeyCredential",
742
+ "declaringAssemblyName": "Azure.Core"
743
+ }
744
+ ],
745
+ "exposedMethods": [
746
+ {
747
+ "tsName": "deconstruct",
748
+ "isStatic": false,
749
+ "tsSignatureId": "Deconstruct|(System.String\u0026):System.Void|static=false",
750
+ "target": {
751
+ "declaringClrType": "System.ClientModel.ApiKeyCredential",
752
+ "declaringAssemblyName": "System.ClientModel",
753
+ "metadataToken": 100663303
754
+ }
755
+ },
756
+ {
757
+ "tsName": "update",
758
+ "isStatic": false,
759
+ "tsSignatureId": "Update|(System.String):System.Void|static=false",
760
+ "target": {
761
+ "declaringClrType": "System.ClientModel.ApiKeyCredential",
762
+ "declaringAssemblyName": "System.ClientModel",
763
+ "metadataToken": 100663304
764
+ }
765
+ }
766
+ ],
767
+ "exposedProperties": [
768
+ {
769
+ "tsName": "key",
770
+ "isStatic": false,
771
+ "tsSignatureId": "Key|:System.String|static=false|accessor=get",
772
+ "target": {
773
+ "declaringClrType": "Azure.AzureKeyCredential",
774
+ "declaringAssemblyName": "Azure.Core",
775
+ "metadataToken": 385875970
776
+ }
777
+ }
778
+ ],
779
+ "exposedConstructors": [
780
+ {
781
+ "isStatic": false,
782
+ "tsSignatureId": "constructor|(System.String):void|static=false",
783
+ "target": {
784
+ "declaringClrType": "Azure.AzureKeyCredential",
785
+ "declaringAssemblyName": "Azure.Core",
786
+ "metadataToken": 100663308
787
+ }
788
+ }
789
+ ]
790
+ },
791
+ {
792
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential",
793
+ "clrName": "Azure.AzureNamedKeyCredential",
794
+ "tsEmitName": "AzureNamedKeyCredential",
795
+ "assemblyName": "Azure.Core",
796
+ "metadataToken": 0,
797
+ "methods": [
798
+ {
799
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential::Update(System.String,System.String):System.Void",
800
+ "clrName": "Update",
801
+ "tsEmitName": "update",
802
+ "metadataToken": 100663311,
803
+ "canonicalSignature": "(System.String,System.String):System.Void",
804
+ "normalizedSignature": "Update|(System.String,System.String):System.Void|static=false",
805
+ "emitScope": "ClassSurface",
806
+ "arity": 0,
807
+ "parameterCount": 2,
808
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
809
+ "declaringAssemblyName": "Azure.Core",
810
+ "isExtensionMethod": false
811
+ },
812
+ {
813
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential::Deconstruct(System.String\u0026,System.String\u0026):System.Void",
814
+ "clrName": "Deconstruct",
815
+ "tsEmitName": "deconstruct",
816
+ "metadataToken": 100663312,
817
+ "canonicalSignature": "(System.String\u0026,System.String\u0026):System.Void",
818
+ "normalizedSignature": "Deconstruct|(System.String\u0026,System.String\u0026):System.Void|static=false",
819
+ "emitScope": "ClassSurface",
820
+ "arity": 0,
821
+ "parameterCount": 2,
822
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
823
+ "declaringAssemblyName": "Azure.Core",
824
+ "isExtensionMethod": false,
825
+ "parameterModifiers": [
826
+ {
827
+ "index": 0,
828
+ "modifier": "out"
829
+ },
830
+ {
831
+ "index": 1,
832
+ "modifier": "out"
833
+ }
834
+ ]
835
+ }
836
+ ],
837
+ "properties": [
838
+ {
839
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential::Name:System.String",
840
+ "clrName": "Name",
841
+ "tsEmitName": "name",
842
+ "metadataToken": 385875971,
843
+ "canonicalSignature": ":System.String",
844
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
845
+ "emitScope": "ClassSurface",
846
+ "isIndexer": false,
847
+ "hasGetter": true,
848
+ "hasSetter": false,
849
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
850
+ "declaringAssemblyName": "Azure.Core"
851
+ }
852
+ ],
853
+ "fields": [],
854
+ "events": [],
855
+ "constructors": [
856
+ {
857
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential::.ctor(System.String,System.String):void",
858
+ "metadataToken": 100663310,
859
+ "canonicalSignature": "(System.String,System.String):void",
860
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
861
+ "isStatic": false,
862
+ "parameterCount": 2,
863
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
864
+ "declaringAssemblyName": "Azure.Core"
865
+ }
866
+ ],
867
+ "exposedMethods": [
868
+ {
869
+ "tsName": "update",
870
+ "isStatic": false,
871
+ "tsSignatureId": "Update|(System.String,System.String):System.Void|static=false",
872
+ "target": {
873
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
874
+ "declaringAssemblyName": "Azure.Core",
875
+ "metadataToken": 100663311
876
+ }
877
+ },
878
+ {
879
+ "tsName": "deconstruct",
880
+ "isStatic": false,
881
+ "tsSignatureId": "Deconstruct|(System.String\u0026,System.String\u0026):System.Void|static=false",
882
+ "target": {
883
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
884
+ "declaringAssemblyName": "Azure.Core",
885
+ "metadataToken": 100663312
886
+ }
887
+ }
888
+ ],
889
+ "exposedProperties": [
890
+ {
891
+ "tsName": "name",
892
+ "isStatic": false,
893
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
894
+ "target": {
895
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
896
+ "declaringAssemblyName": "Azure.Core",
897
+ "metadataToken": 385875971
898
+ }
899
+ }
900
+ ],
901
+ "exposedConstructors": [
902
+ {
903
+ "isStatic": false,
904
+ "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
905
+ "target": {
906
+ "declaringClrType": "Azure.AzureNamedKeyCredential",
907
+ "declaringAssemblyName": "Azure.Core",
908
+ "metadataToken": 100663310
909
+ }
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "stableId": "Azure.Core:Azure.AzureSasCredential",
915
+ "clrName": "Azure.AzureSasCredential",
916
+ "tsEmitName": "AzureSasCredential",
917
+ "assemblyName": "Azure.Core",
918
+ "metadataToken": 0,
919
+ "methods": [
920
+ {
921
+ "stableId": "Azure.Core:Azure.AzureSasCredential::Update(System.String):System.Void",
922
+ "clrName": "Update",
923
+ "tsEmitName": "update",
924
+ "metadataToken": 100663316,
925
+ "canonicalSignature": "(System.String):System.Void",
926
+ "normalizedSignature": "Update|(System.String):System.Void|static=false",
927
+ "emitScope": "ClassSurface",
928
+ "arity": 0,
929
+ "parameterCount": 1,
930
+ "declaringClrType": "Azure.AzureSasCredential",
931
+ "declaringAssemblyName": "Azure.Core",
932
+ "isExtensionMethod": false
933
+ }
934
+ ],
935
+ "properties": [
936
+ {
937
+ "stableId": "Azure.Core:Azure.AzureSasCredential::Signature:System.String",
938
+ "clrName": "Signature",
939
+ "tsEmitName": "signature",
940
+ "metadataToken": 385875972,
941
+ "canonicalSignature": ":System.String",
942
+ "normalizedSignature": "Signature|:System.String|static=false|accessor=get",
943
+ "emitScope": "ClassSurface",
944
+ "isIndexer": false,
945
+ "hasGetter": true,
946
+ "hasSetter": false,
947
+ "declaringClrType": "Azure.AzureSasCredential",
948
+ "declaringAssemblyName": "Azure.Core"
949
+ }
950
+ ],
951
+ "fields": [],
952
+ "events": [],
953
+ "constructors": [
954
+ {
955
+ "stableId": "Azure.Core:Azure.AzureSasCredential::.ctor(System.String):void",
956
+ "metadataToken": 100663315,
957
+ "canonicalSignature": "(System.String):void",
958
+ "normalizedSignature": "constructor|(System.String):void|static=false",
959
+ "isStatic": false,
960
+ "parameterCount": 1,
961
+ "declaringClrType": "Azure.AzureSasCredential",
962
+ "declaringAssemblyName": "Azure.Core"
963
+ }
964
+ ],
965
+ "exposedMethods": [
966
+ {
967
+ "tsName": "update",
968
+ "isStatic": false,
969
+ "tsSignatureId": "Update|(System.String):System.Void|static=false",
970
+ "target": {
971
+ "declaringClrType": "Azure.AzureSasCredential",
972
+ "declaringAssemblyName": "Azure.Core",
973
+ "metadataToken": 100663316
974
+ }
975
+ }
976
+ ],
977
+ "exposedProperties": [
978
+ {
979
+ "tsName": "signature",
980
+ "isStatic": false,
981
+ "tsSignatureId": "Signature|:System.String|static=false|accessor=get",
982
+ "target": {
983
+ "declaringClrType": "Azure.AzureSasCredential",
984
+ "declaringAssemblyName": "Azure.Core",
985
+ "metadataToken": 385875972
986
+ }
987
+ }
988
+ ],
989
+ "exposedConstructors": [
990
+ {
991
+ "isStatic": false,
992
+ "tsSignatureId": "constructor|(System.String):void|static=false",
993
+ "target": {
994
+ "declaringClrType": "Azure.AzureSasCredential",
995
+ "declaringAssemblyName": "Azure.Core",
996
+ "metadataToken": 100663315
997
+ }
998
+ }
999
+ ]
1000
+ },
1001
+ {
1002
+ "stableId": "Azure.Core:Azure.HttpAuthorization",
1003
+ "clrName": "Azure.HttpAuthorization",
1004
+ "tsEmitName": "HttpAuthorization",
1005
+ "assemblyName": "Azure.Core",
1006
+ "metadataToken": 0,
1007
+ "methods": [
1008
+ {
1009
+ "stableId": "Azure.Core:Azure.HttpAuthorization::ToString():System.String",
1010
+ "clrName": "ToString",
1011
+ "tsEmitName": "toString",
1012
+ "metadataToken": 100663335,
1013
+ "canonicalSignature": "():System.String",
1014
+ "normalizedSignature": "ToString|():System.String|static=false",
1015
+ "emitScope": "ClassSurface",
1016
+ "arity": 0,
1017
+ "parameterCount": 0,
1018
+ "declaringClrType": "Azure.HttpAuthorization",
1019
+ "declaringAssemblyName": "Azure.Core",
1020
+ "isExtensionMethod": false
1021
+ }
1022
+ ],
1023
+ "properties": [
1024
+ {
1025
+ "stableId": "Azure.Core:Azure.HttpAuthorization::Scheme:System.String",
1026
+ "clrName": "Scheme",
1027
+ "tsEmitName": "scheme",
1028
+ "metadataToken": 385875973,
1029
+ "canonicalSignature": ":System.String",
1030
+ "normalizedSignature": "Scheme|:System.String|static=false|accessor=get",
1031
+ "emitScope": "ClassSurface",
1032
+ "isIndexer": false,
1033
+ "hasGetter": true,
1034
+ "hasSetter": false,
1035
+ "declaringClrType": "Azure.HttpAuthorization",
1036
+ "declaringAssemblyName": "Azure.Core"
1037
+ },
1038
+ {
1039
+ "stableId": "Azure.Core:Azure.HttpAuthorization::Parameter:System.String",
1040
+ "clrName": "Parameter",
1041
+ "tsEmitName": "parameter",
1042
+ "metadataToken": 385875974,
1043
+ "canonicalSignature": ":System.String",
1044
+ "normalizedSignature": "Parameter|:System.String|static=false|accessor=get",
1045
+ "emitScope": "ClassSurface",
1046
+ "isIndexer": false,
1047
+ "hasGetter": true,
1048
+ "hasSetter": false,
1049
+ "declaringClrType": "Azure.HttpAuthorization",
1050
+ "declaringAssemblyName": "Azure.Core"
1051
+ }
1052
+ ],
1053
+ "fields": [],
1054
+ "events": [],
1055
+ "constructors": [
1056
+ {
1057
+ "stableId": "Azure.Core:Azure.HttpAuthorization::.ctor(System.String,System.String):void",
1058
+ "metadataToken": 100663334,
1059
+ "canonicalSignature": "(System.String,System.String):void",
1060
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
1061
+ "isStatic": false,
1062
+ "parameterCount": 2,
1063
+ "declaringClrType": "Azure.HttpAuthorization",
1064
+ "declaringAssemblyName": "Azure.Core"
1065
+ }
1066
+ ],
1067
+ "exposedMethods": [
1068
+ {
1069
+ "tsName": "toString",
1070
+ "isStatic": false,
1071
+ "tsSignatureId": "ToString|():System.String|static=false",
1072
+ "target": {
1073
+ "declaringClrType": "Azure.HttpAuthorization",
1074
+ "declaringAssemblyName": "Azure.Core",
1075
+ "metadataToken": 100663335
1076
+ }
1077
+ }
1078
+ ],
1079
+ "exposedProperties": [
1080
+ {
1081
+ "tsName": "scheme",
1082
+ "isStatic": false,
1083
+ "tsSignatureId": "Scheme|:System.String|static=false|accessor=get",
1084
+ "target": {
1085
+ "declaringClrType": "Azure.HttpAuthorization",
1086
+ "declaringAssemblyName": "Azure.Core",
1087
+ "metadataToken": 385875973
1088
+ }
1089
+ },
1090
+ {
1091
+ "tsName": "parameter",
1092
+ "isStatic": false,
1093
+ "tsSignatureId": "Parameter|:System.String|static=false|accessor=get",
1094
+ "target": {
1095
+ "declaringClrType": "Azure.HttpAuthorization",
1096
+ "declaringAssemblyName": "Azure.Core",
1097
+ "metadataToken": 385875974
1098
+ }
1099
+ }
1100
+ ],
1101
+ "exposedConstructors": [
1102
+ {
1103
+ "isStatic": false,
1104
+ "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
1105
+ "target": {
1106
+ "declaringClrType": "Azure.HttpAuthorization",
1107
+ "declaringAssemblyName": "Azure.Core",
1108
+ "metadataToken": 100663334
1109
+ }
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "stableId": "Azure.Core:Azure.JsonPatchDocument",
1115
+ "clrName": "Azure.JsonPatchDocument",
1116
+ "tsEmitName": "JsonPatchDocument",
1117
+ "assemblyName": "Azure.Core",
1118
+ "metadataToken": 0,
1119
+ "methods": [
1120
+ {
1121
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendAddRaw(System.String,System.String):System.Void",
1122
+ "clrName": "AppendAddRaw",
1123
+ "tsEmitName": "appendAddRaw",
1124
+ "metadataToken": 100663355,
1125
+ "canonicalSignature": "(System.String,System.String):System.Void",
1126
+ "normalizedSignature": "AppendAddRaw|(System.String,System.String):System.Void|static=false",
1127
+ "emitScope": "ClassSurface",
1128
+ "arity": 0,
1129
+ "parameterCount": 2,
1130
+ "declaringClrType": "Azure.JsonPatchDocument",
1131
+ "declaringAssemblyName": "Azure.Core",
1132
+ "isExtensionMethod": false
1133
+ },
1134
+ {
1135
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendAdd(System.String,T):System.Void",
1136
+ "clrName": "AppendAdd",
1137
+ "tsEmitName": "appendAdd",
1138
+ "metadataToken": 100663356,
1139
+ "canonicalSignature": "(System.String,T):System.Void",
1140
+ "normalizedSignature": "AppendAdd|(System.String,T):System.Void|static=false",
1141
+ "emitScope": "ClassSurface",
1142
+ "arity": 1,
1143
+ "parameterCount": 2,
1144
+ "declaringClrType": "Azure.JsonPatchDocument",
1145
+ "declaringAssemblyName": "Azure.Core",
1146
+ "isExtensionMethod": false
1147
+ },
1148
+ {
1149
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendReplaceRaw(System.String,System.String):System.Void",
1150
+ "clrName": "AppendReplaceRaw",
1151
+ "tsEmitName": "appendReplaceRaw",
1152
+ "metadataToken": 100663357,
1153
+ "canonicalSignature": "(System.String,System.String):System.Void",
1154
+ "normalizedSignature": "AppendReplaceRaw|(System.String,System.String):System.Void|static=false",
1155
+ "emitScope": "ClassSurface",
1156
+ "arity": 0,
1157
+ "parameterCount": 2,
1158
+ "declaringClrType": "Azure.JsonPatchDocument",
1159
+ "declaringAssemblyName": "Azure.Core",
1160
+ "isExtensionMethod": false
1161
+ },
1162
+ {
1163
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendReplace(System.String,T):System.Void",
1164
+ "clrName": "AppendReplace",
1165
+ "tsEmitName": "appendReplace",
1166
+ "metadataToken": 100663358,
1167
+ "canonicalSignature": "(System.String,T):System.Void",
1168
+ "normalizedSignature": "AppendReplace|(System.String,T):System.Void|static=false",
1169
+ "emitScope": "ClassSurface",
1170
+ "arity": 1,
1171
+ "parameterCount": 2,
1172
+ "declaringClrType": "Azure.JsonPatchDocument",
1173
+ "declaringAssemblyName": "Azure.Core",
1174
+ "isExtensionMethod": false
1175
+ },
1176
+ {
1177
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendCopy(System.String,System.String):System.Void",
1178
+ "clrName": "AppendCopy",
1179
+ "tsEmitName": "appendCopy",
1180
+ "metadataToken": 100663359,
1181
+ "canonicalSignature": "(System.String,System.String):System.Void",
1182
+ "normalizedSignature": "AppendCopy|(System.String,System.String):System.Void|static=false",
1183
+ "emitScope": "ClassSurface",
1184
+ "arity": 0,
1185
+ "parameterCount": 2,
1186
+ "declaringClrType": "Azure.JsonPatchDocument",
1187
+ "declaringAssemblyName": "Azure.Core",
1188
+ "isExtensionMethod": false
1189
+ },
1190
+ {
1191
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendMove(System.String,System.String):System.Void",
1192
+ "clrName": "AppendMove",
1193
+ "tsEmitName": "appendMove",
1194
+ "metadataToken": 100663360,
1195
+ "canonicalSignature": "(System.String,System.String):System.Void",
1196
+ "normalizedSignature": "AppendMove|(System.String,System.String):System.Void|static=false",
1197
+ "emitScope": "ClassSurface",
1198
+ "arity": 0,
1199
+ "parameterCount": 2,
1200
+ "declaringClrType": "Azure.JsonPatchDocument",
1201
+ "declaringAssemblyName": "Azure.Core",
1202
+ "isExtensionMethod": false
1203
+ },
1204
+ {
1205
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendRemove(System.String):System.Void",
1206
+ "clrName": "AppendRemove",
1207
+ "tsEmitName": "appendRemove",
1208
+ "metadataToken": 100663361,
1209
+ "canonicalSignature": "(System.String):System.Void",
1210
+ "normalizedSignature": "AppendRemove|(System.String):System.Void|static=false",
1211
+ "emitScope": "ClassSurface",
1212
+ "arity": 0,
1213
+ "parameterCount": 1,
1214
+ "declaringClrType": "Azure.JsonPatchDocument",
1215
+ "declaringAssemblyName": "Azure.Core",
1216
+ "isExtensionMethod": false
1217
+ },
1218
+ {
1219
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendTestRaw(System.String,System.String):System.Void",
1220
+ "clrName": "AppendTestRaw",
1221
+ "tsEmitName": "appendTestRaw",
1222
+ "metadataToken": 100663362,
1223
+ "canonicalSignature": "(System.String,System.String):System.Void",
1224
+ "normalizedSignature": "AppendTestRaw|(System.String,System.String):System.Void|static=false",
1225
+ "emitScope": "ClassSurface",
1226
+ "arity": 0,
1227
+ "parameterCount": 2,
1228
+ "declaringClrType": "Azure.JsonPatchDocument",
1229
+ "declaringAssemblyName": "Azure.Core",
1230
+ "isExtensionMethod": false
1231
+ },
1232
+ {
1233
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendTest(System.String,T):System.Void",
1234
+ "clrName": "AppendTest",
1235
+ "tsEmitName": "appendTest",
1236
+ "metadataToken": 100663363,
1237
+ "canonicalSignature": "(System.String,T):System.Void",
1238
+ "normalizedSignature": "AppendTest|(System.String,T):System.Void|static=false",
1239
+ "emitScope": "ClassSurface",
1240
+ "arity": 1,
1241
+ "parameterCount": 2,
1242
+ "declaringClrType": "Azure.JsonPatchDocument",
1243
+ "declaringAssemblyName": "Azure.Core",
1244
+ "isExtensionMethod": false
1245
+ },
1246
+ {
1247
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::ToBytes():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1248
+ "clrName": "ToBytes",
1249
+ "tsEmitName": "toBytes",
1250
+ "metadataToken": 100663364,
1251
+ "canonicalSignature": "():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1252
+ "normalizedSignature": "ToBytes|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1253
+ "emitScope": "ClassSurface",
1254
+ "arity": 0,
1255
+ "parameterCount": 0,
1256
+ "declaringClrType": "Azure.JsonPatchDocument",
1257
+ "declaringAssemblyName": "Azure.Core",
1258
+ "isExtensionMethod": false
1259
+ },
1260
+ {
1261
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::ToString():System.String",
1262
+ "clrName": "ToString",
1263
+ "tsEmitName": "toString",
1264
+ "metadataToken": 100663365,
1265
+ "canonicalSignature": "():System.String",
1266
+ "normalizedSignature": "ToString|():System.String|static=false",
1267
+ "emitScope": "ClassSurface",
1268
+ "arity": 0,
1269
+ "parameterCount": 0,
1270
+ "declaringClrType": "Azure.JsonPatchDocument",
1271
+ "declaringAssemblyName": "Azure.Core",
1272
+ "isExtensionMethod": false
1273
+ }
1274
+ ],
1275
+ "properties": [],
1276
+ "fields": [],
1277
+ "events": [],
1278
+ "constructors": [
1279
+ {
1280
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::.ctor():void",
1281
+ "metadataToken": 100663351,
1282
+ "canonicalSignature": "():void",
1283
+ "normalizedSignature": "constructor|():void|static=false",
1284
+ "isStatic": false,
1285
+ "parameterCount": 0,
1286
+ "declaringClrType": "Azure.JsonPatchDocument",
1287
+ "declaringAssemblyName": "Azure.Core"
1288
+ },
1289
+ {
1290
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::.ctor(Azure.Core.Serialization.ObjectSerializer):void",
1291
+ "metadataToken": 100663352,
1292
+ "canonicalSignature": "(Azure.Core.Serialization.ObjectSerializer):void",
1293
+ "normalizedSignature": "constructor|(Azure.Core.Serialization.ObjectSerializer):void|static=false",
1294
+ "isStatic": false,
1295
+ "parameterCount": 1,
1296
+ "declaringClrType": "Azure.JsonPatchDocument",
1297
+ "declaringAssemblyName": "Azure.Core"
1298
+ },
1299
+ {
1300
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::.ctor(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
1301
+ "metadataToken": 100663353,
1302
+ "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
1303
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1304
+ "isStatic": false,
1305
+ "parameterCount": 1,
1306
+ "declaringClrType": "Azure.JsonPatchDocument",
1307
+ "declaringAssemblyName": "Azure.Core"
1308
+ },
1309
+ {
1310
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::.ctor(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Azure.Core.Serialization.ObjectSerializer):void",
1311
+ "metadataToken": 100663354,
1312
+ "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Azure.Core.Serialization.ObjectSerializer):void",
1313
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Azure.Core.Serialization.ObjectSerializer):void|static=false",
1314
+ "isStatic": false,
1315
+ "parameterCount": 2,
1316
+ "declaringClrType": "Azure.JsonPatchDocument",
1317
+ "declaringAssemblyName": "Azure.Core"
1318
+ }
1319
+ ],
1320
+ "exposedMethods": [
1321
+ {
1322
+ "tsName": "appendAddRaw",
1323
+ "isStatic": false,
1324
+ "tsSignatureId": "AppendAddRaw|(System.String,System.String):System.Void|static=false",
1325
+ "target": {
1326
+ "declaringClrType": "Azure.JsonPatchDocument",
1327
+ "declaringAssemblyName": "Azure.Core",
1328
+ "metadataToken": 100663355
1329
+ }
1330
+ },
1331
+ {
1332
+ "tsName": "appendAdd",
1333
+ "isStatic": false,
1334
+ "tsSignatureId": "AppendAdd|(System.String,T):System.Void|static=false",
1335
+ "target": {
1336
+ "declaringClrType": "Azure.JsonPatchDocument",
1337
+ "declaringAssemblyName": "Azure.Core",
1338
+ "metadataToken": 100663356
1339
+ }
1340
+ },
1341
+ {
1342
+ "tsName": "appendReplaceRaw",
1343
+ "isStatic": false,
1344
+ "tsSignatureId": "AppendReplaceRaw|(System.String,System.String):System.Void|static=false",
1345
+ "target": {
1346
+ "declaringClrType": "Azure.JsonPatchDocument",
1347
+ "declaringAssemblyName": "Azure.Core",
1348
+ "metadataToken": 100663357
1349
+ }
1350
+ },
1351
+ {
1352
+ "tsName": "appendReplace",
1353
+ "isStatic": false,
1354
+ "tsSignatureId": "AppendReplace|(System.String,T):System.Void|static=false",
1355
+ "target": {
1356
+ "declaringClrType": "Azure.JsonPatchDocument",
1357
+ "declaringAssemblyName": "Azure.Core",
1358
+ "metadataToken": 100663358
1359
+ }
1360
+ },
1361
+ {
1362
+ "tsName": "appendCopy",
1363
+ "isStatic": false,
1364
+ "tsSignatureId": "AppendCopy|(System.String,System.String):System.Void|static=false",
1365
+ "target": {
1366
+ "declaringClrType": "Azure.JsonPatchDocument",
1367
+ "declaringAssemblyName": "Azure.Core",
1368
+ "metadataToken": 100663359
1369
+ }
1370
+ },
1371
+ {
1372
+ "tsName": "appendMove",
1373
+ "isStatic": false,
1374
+ "tsSignatureId": "AppendMove|(System.String,System.String):System.Void|static=false",
1375
+ "target": {
1376
+ "declaringClrType": "Azure.JsonPatchDocument",
1377
+ "declaringAssemblyName": "Azure.Core",
1378
+ "metadataToken": 100663360
1379
+ }
1380
+ },
1381
+ {
1382
+ "tsName": "appendRemove",
1383
+ "isStatic": false,
1384
+ "tsSignatureId": "AppendRemove|(System.String):System.Void|static=false",
1385
+ "target": {
1386
+ "declaringClrType": "Azure.JsonPatchDocument",
1387
+ "declaringAssemblyName": "Azure.Core",
1388
+ "metadataToken": 100663361
1389
+ }
1390
+ },
1391
+ {
1392
+ "tsName": "appendTestRaw",
1393
+ "isStatic": false,
1394
+ "tsSignatureId": "AppendTestRaw|(System.String,System.String):System.Void|static=false",
1395
+ "target": {
1396
+ "declaringClrType": "Azure.JsonPatchDocument",
1397
+ "declaringAssemblyName": "Azure.Core",
1398
+ "metadataToken": 100663362
1399
+ }
1400
+ },
1401
+ {
1402
+ "tsName": "appendTest",
1403
+ "isStatic": false,
1404
+ "tsSignatureId": "AppendTest|(System.String,T):System.Void|static=false",
1405
+ "target": {
1406
+ "declaringClrType": "Azure.JsonPatchDocument",
1407
+ "declaringAssemblyName": "Azure.Core",
1408
+ "metadataToken": 100663363
1409
+ }
1410
+ },
1411
+ {
1412
+ "tsName": "toBytes",
1413
+ "isStatic": false,
1414
+ "tsSignatureId": "ToBytes|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
1415
+ "target": {
1416
+ "declaringClrType": "Azure.JsonPatchDocument",
1417
+ "declaringAssemblyName": "Azure.Core",
1418
+ "metadataToken": 100663364
1419
+ }
1420
+ },
1421
+ {
1422
+ "tsName": "toString",
1423
+ "isStatic": false,
1424
+ "tsSignatureId": "ToString|():System.String|static=false",
1425
+ "target": {
1426
+ "declaringClrType": "Azure.JsonPatchDocument",
1427
+ "declaringAssemblyName": "Azure.Core",
1428
+ "metadataToken": 100663365
1429
+ }
1430
+ }
1431
+ ],
1432
+ "exposedConstructors": [
1433
+ {
1434
+ "isStatic": false,
1435
+ "tsSignatureId": "constructor|():void|static=false",
1436
+ "target": {
1437
+ "declaringClrType": "Azure.JsonPatchDocument",
1438
+ "declaringAssemblyName": "Azure.Core",
1439
+ "metadataToken": 100663351
1440
+ }
1441
+ },
1442
+ {
1443
+ "isStatic": false,
1444
+ "tsSignatureId": "constructor|(Azure.Core.Serialization.ObjectSerializer):void|static=false",
1445
+ "target": {
1446
+ "declaringClrType": "Azure.JsonPatchDocument",
1447
+ "declaringAssemblyName": "Azure.Core",
1448
+ "metadataToken": 100663352
1449
+ }
1450
+ },
1451
+ {
1452
+ "isStatic": false,
1453
+ "tsSignatureId": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1454
+ "target": {
1455
+ "declaringClrType": "Azure.JsonPatchDocument",
1456
+ "declaringAssemblyName": "Azure.Core",
1457
+ "metadataToken": 100663353
1458
+ }
1459
+ },
1460
+ {
1461
+ "isStatic": false,
1462
+ "tsSignatureId": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Azure.Core.Serialization.ObjectSerializer):void|static=false",
1463
+ "target": {
1464
+ "declaringClrType": "Azure.JsonPatchDocument",
1465
+ "declaringAssemblyName": "Azure.Core",
1466
+ "metadataToken": 100663354
1467
+ }
1468
+ }
1469
+ ]
1470
+ },
1471
+ {
1472
+ "stableId": "Azure.Core:Azure.MatchConditions",
1473
+ "clrName": "Azure.MatchConditions",
1474
+ "tsEmitName": "MatchConditions",
1475
+ "assemblyName": "Azure.Core",
1476
+ "metadataToken": 0,
1477
+ "methods": [],
1478
+ "properties": [
1479
+ {
1480
+ "stableId": "Azure.Core:Azure.MatchConditions::IfMatch:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1481
+ "clrName": "IfMatch",
1482
+ "tsEmitName": "ifMatch",
1483
+ "metadataToken": 385875980,
1484
+ "canonicalSignature": ":System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1485
+ "normalizedSignature": "IfMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
1486
+ "emitScope": "ClassSurface",
1487
+ "isIndexer": false,
1488
+ "hasGetter": true,
1489
+ "hasSetter": true,
1490
+ "declaringClrType": "Azure.MatchConditions",
1491
+ "declaringAssemblyName": "Azure.Core"
1492
+ },
1493
+ {
1494
+ "stableId": "Azure.Core:Azure.MatchConditions::IfNoneMatch:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1495
+ "clrName": "IfNoneMatch",
1496
+ "tsEmitName": "ifNoneMatch",
1497
+ "metadataToken": 385875981,
1498
+ "canonicalSignature": ":System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1499
+ "normalizedSignature": "IfNoneMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
1500
+ "emitScope": "ClassSurface",
1501
+ "isIndexer": false,
1502
+ "hasGetter": true,
1503
+ "hasSetter": true,
1504
+ "declaringClrType": "Azure.MatchConditions",
1505
+ "declaringAssemblyName": "Azure.Core"
1506
+ }
1507
+ ],
1508
+ "fields": [],
1509
+ "events": [],
1510
+ "constructors": [
1511
+ {
1512
+ "stableId": "Azure.Core:Azure.MatchConditions::.ctor():void",
1513
+ "metadataToken": 100663372,
1514
+ "canonicalSignature": "():void",
1515
+ "normalizedSignature": "constructor|():void|static=false",
1516
+ "isStatic": false,
1517
+ "parameterCount": 0,
1518
+ "declaringClrType": "Azure.MatchConditions",
1519
+ "declaringAssemblyName": "Azure.Core"
1520
+ }
1521
+ ],
1522
+ "exposedProperties": [
1523
+ {
1524
+ "tsName": "ifMatch",
1525
+ "isStatic": false,
1526
+ "tsSignatureId": "IfMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
1527
+ "target": {
1528
+ "declaringClrType": "Azure.MatchConditions",
1529
+ "declaringAssemblyName": "Azure.Core",
1530
+ "metadataToken": 385875980
1531
+ }
1532
+ },
1533
+ {
1534
+ "tsName": "ifNoneMatch",
1535
+ "isStatic": false,
1536
+ "tsSignatureId": "IfNoneMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
1537
+ "target": {
1538
+ "declaringClrType": "Azure.MatchConditions",
1539
+ "declaringAssemblyName": "Azure.Core",
1540
+ "metadataToken": 385875981
1541
+ }
1542
+ }
1543
+ ],
1544
+ "exposedConstructors": [
1545
+ {
1546
+ "isStatic": false,
1547
+ "tsSignatureId": "constructor|():void|static=false",
1548
+ "target": {
1549
+ "declaringClrType": "Azure.MatchConditions",
1550
+ "declaringAssemblyName": "Azure.Core",
1551
+ "metadataToken": 100663372
1552
+ }
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601",
1558
+ "clrName": "Azure.NullableResponse\u00601",
1559
+ "tsEmitName": "NullableResponse_1",
1560
+ "assemblyName": "Azure.Core",
1561
+ "metadataToken": 0,
1562
+ "methods": [
1563
+ {
1564
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::GetRawResponse():Azure.Response",
1565
+ "clrName": "GetRawResponse",
1566
+ "tsEmitName": "getRawResponse",
1567
+ "metadataToken": 100663375,
1568
+ "canonicalSignature": "():Azure.Response",
1569
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
1570
+ "emitScope": "ClassSurface",
1571
+ "arity": 0,
1572
+ "parameterCount": 0,
1573
+ "declaringClrType": "Azure.NullableResponse\u00601",
1574
+ "declaringAssemblyName": "Azure.Core",
1575
+ "isExtensionMethod": false
1576
+ },
1577
+ {
1578
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::Equals(System.Object):System.Boolean",
1579
+ "clrName": "Equals",
1580
+ "tsEmitName": "equals",
1581
+ "metadataToken": 100663376,
1582
+ "canonicalSignature": "(System.Object):System.Boolean",
1583
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1584
+ "emitScope": "ClassSurface",
1585
+ "arity": 0,
1586
+ "parameterCount": 1,
1587
+ "declaringClrType": "Azure.NullableResponse\u00601",
1588
+ "declaringAssemblyName": "Azure.Core",
1589
+ "isExtensionMethod": false
1590
+ },
1591
+ {
1592
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::GetHashCode():System.Int32",
1593
+ "clrName": "GetHashCode",
1594
+ "tsEmitName": "getHashCode",
1595
+ "metadataToken": 100663377,
1596
+ "canonicalSignature": "():System.Int32",
1597
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1598
+ "emitScope": "ClassSurface",
1599
+ "arity": 0,
1600
+ "parameterCount": 0,
1601
+ "declaringClrType": "Azure.NullableResponse\u00601",
1602
+ "declaringAssemblyName": "Azure.Core",
1603
+ "isExtensionMethod": false
1604
+ },
1605
+ {
1606
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::ToString():System.String",
1607
+ "clrName": "ToString",
1608
+ "tsEmitName": "toString",
1609
+ "metadataToken": 100663378,
1610
+ "canonicalSignature": "():System.String",
1611
+ "normalizedSignature": "ToString|():System.String|static=false",
1612
+ "emitScope": "ClassSurface",
1613
+ "arity": 0,
1614
+ "parameterCount": 0,
1615
+ "declaringClrType": "Azure.NullableResponse\u00601",
1616
+ "declaringAssemblyName": "Azure.Core",
1617
+ "isExtensionMethod": false
1618
+ }
1619
+ ],
1620
+ "properties": [
1621
+ {
1622
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::HasValue:System.Boolean",
1623
+ "clrName": "HasValue",
1624
+ "tsEmitName": "hasValue",
1625
+ "metadataToken": 385875982,
1626
+ "canonicalSignature": ":System.Boolean",
1627
+ "normalizedSignature": "HasValue|:System.Boolean|static=false|accessor=get",
1628
+ "emitScope": "ClassSurface",
1629
+ "isIndexer": false,
1630
+ "hasGetter": true,
1631
+ "hasSetter": false,
1632
+ "declaringClrType": "Azure.NullableResponse\u00601",
1633
+ "declaringAssemblyName": "Azure.Core"
1634
+ },
1635
+ {
1636
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::Value:T",
1637
+ "clrName": "Value",
1638
+ "tsEmitName": "value",
1639
+ "metadataToken": 385875983,
1640
+ "canonicalSignature": ":T",
1641
+ "normalizedSignature": "Value|:T|static=false|accessor=get",
1642
+ "emitScope": "ClassSurface",
1643
+ "isIndexer": false,
1644
+ "hasGetter": true,
1645
+ "hasSetter": false,
1646
+ "declaringClrType": "Azure.NullableResponse\u00601",
1647
+ "declaringAssemblyName": "Azure.Core"
1648
+ }
1649
+ ],
1650
+ "fields": [],
1651
+ "events": [],
1652
+ "constructors": [],
1653
+ "exposedMethods": [
1654
+ {
1655
+ "tsName": "getRawResponse",
1656
+ "isStatic": false,
1657
+ "tsSignatureId": "GetRawResponse|():Azure.Response|static=false",
1658
+ "target": {
1659
+ "declaringClrType": "Azure.NullableResponse\u00601",
1660
+ "declaringAssemblyName": "Azure.Core",
1661
+ "metadataToken": 100663375
1662
+ }
1663
+ },
1664
+ {
1665
+ "tsName": "equals",
1666
+ "isStatic": false,
1667
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
1668
+ "target": {
1669
+ "declaringClrType": "Azure.NullableResponse\u00601",
1670
+ "declaringAssemblyName": "Azure.Core",
1671
+ "metadataToken": 100663376
1672
+ }
1673
+ },
1674
+ {
1675
+ "tsName": "getHashCode",
1676
+ "isStatic": false,
1677
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
1678
+ "target": {
1679
+ "declaringClrType": "Azure.NullableResponse\u00601",
1680
+ "declaringAssemblyName": "Azure.Core",
1681
+ "metadataToken": 100663377
1682
+ }
1683
+ },
1684
+ {
1685
+ "tsName": "toString",
1686
+ "isStatic": false,
1687
+ "tsSignatureId": "ToString|():System.String|static=false",
1688
+ "target": {
1689
+ "declaringClrType": "Azure.NullableResponse\u00601",
1690
+ "declaringAssemblyName": "Azure.Core",
1691
+ "metadataToken": 100663378
1692
+ }
1693
+ }
1694
+ ],
1695
+ "exposedProperties": [
1696
+ {
1697
+ "tsName": "hasValue",
1698
+ "isStatic": false,
1699
+ "tsSignatureId": "HasValue|:System.Boolean|static=false|accessor=get",
1700
+ "target": {
1701
+ "declaringClrType": "Azure.NullableResponse\u00601",
1702
+ "declaringAssemblyName": "Azure.Core",
1703
+ "metadataToken": 385875982
1704
+ }
1705
+ },
1706
+ {
1707
+ "tsName": "value",
1708
+ "isStatic": false,
1709
+ "tsSignatureId": "Value|:T|static=false|accessor=get",
1710
+ "target": {
1711
+ "declaringClrType": "Azure.NullableResponse\u00601",
1712
+ "declaringAssemblyName": "Azure.Core",
1713
+ "metadataToken": 385875983
1714
+ }
1715
+ }
1716
+ ]
1717
+ },
1718
+ {
1719
+ "stableId": "Azure.Core:Azure.Operation",
1720
+ "clrName": "Azure.Operation",
1721
+ "tsEmitName": "Operation",
1722
+ "assemblyName": "Azure.Core",
1723
+ "metadataToken": 0,
1724
+ "methods": [
1725
+ {
1726
+ "stableId": "Azure.Core:Azure.Operation::Rehydrate(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1",
1727
+ "clrName": "Rehydrate",
1728
+ "tsEmitName": "rehydrate",
1729
+ "metadataToken": 100663380,
1730
+ "canonicalSignature": "(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1",
1731
+ "normalizedSignature": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1|static=true",
1732
+ "emitScope": "ClassSurface",
1733
+ "arity": 1,
1734
+ "parameterCount": 3,
1735
+ "declaringClrType": "Azure.Operation",
1736
+ "declaringAssemblyName": "Azure.Core",
1737
+ "isExtensionMethod": false
1738
+ },
1739
+ {
1740
+ "stableId": "Azure.Core:Azure.Operation::Rehydrate(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation",
1741
+ "clrName": "Rehydrate",
1742
+ "tsEmitName": "rehydrate",
1743
+ "metadataToken": 100663381,
1744
+ "canonicalSignature": "(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation",
1745
+ "normalizedSignature": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation|static=true",
1746
+ "emitScope": "ClassSurface",
1747
+ "arity": 0,
1748
+ "parameterCount": 3,
1749
+ "declaringClrType": "Azure.Operation",
1750
+ "declaringAssemblyName": "Azure.Core",
1751
+ "isExtensionMethod": false
1752
+ },
1753
+ {
1754
+ "stableId": "Azure.Core:Azure.Operation::RehydrateAsync(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1",
1755
+ "clrName": "RehydrateAsync",
1756
+ "tsEmitName": "rehydrateAsync",
1757
+ "metadataToken": 100663382,
1758
+ "canonicalSignature": "(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1",
1759
+ "normalizedSignature": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1|static=true",
1760
+ "emitScope": "ClassSurface",
1761
+ "arity": 1,
1762
+ "parameterCount": 3,
1763
+ "declaringClrType": "Azure.Operation",
1764
+ "declaringAssemblyName": "Azure.Core",
1765
+ "isExtensionMethod": false
1766
+ },
1767
+ {
1768
+ "stableId": "Azure.Core:Azure.Operation::RehydrateAsync(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):System.Threading.Tasks.Task_1[[Azure.Operation,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1769
+ "clrName": "RehydrateAsync",
1770
+ "tsEmitName": "rehydrateAsync",
1771
+ "metadataToken": 100663383,
1772
+ "canonicalSignature": "(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):System.Threading.Tasks.Task_1[[Azure.Operation,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1773
+ "normalizedSignature": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):System.Threading.Tasks.Task_1[[Azure.Operation,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=true",
1774
+ "emitScope": "ClassSurface",
1775
+ "arity": 0,
1776
+ "parameterCount": 3,
1777
+ "declaringClrType": "Azure.Operation",
1778
+ "declaringAssemblyName": "Azure.Core",
1779
+ "isExtensionMethod": false
1780
+ },
1781
+ {
1782
+ "stableId": "Azure.Core:Azure.Operation::GetRehydrationToken():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1783
+ "clrName": "GetRehydrationToken",
1784
+ "tsEmitName": "getRehydrationToken",
1785
+ "metadataToken": 100663384,
1786
+ "canonicalSignature": "():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1787
+ "normalizedSignature": "GetRehydrationToken|():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1788
+ "emitScope": "ClassSurface",
1789
+ "arity": 0,
1790
+ "parameterCount": 0,
1791
+ "declaringClrType": "Azure.Operation",
1792
+ "declaringAssemblyName": "Azure.Core",
1793
+ "isExtensionMethod": false
1794
+ },
1795
+ {
1796
+ "stableId": "Azure.Core:Azure.Operation::GetRawResponse():Azure.Response",
1797
+ "clrName": "GetRawResponse",
1798
+ "tsEmitName": "getRawResponse",
1799
+ "metadataToken": 100663386,
1800
+ "canonicalSignature": "():Azure.Response",
1801
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
1802
+ "emitScope": "ClassSurface",
1803
+ "arity": 0,
1804
+ "parameterCount": 0,
1805
+ "declaringClrType": "Azure.Operation",
1806
+ "declaringAssemblyName": "Azure.Core",
1807
+ "isExtensionMethod": false
1808
+ },
1809
+ {
1810
+ "stableId": "Azure.Core:Azure.Operation::UpdateStatusAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1811
+ "clrName": "UpdateStatusAsync",
1812
+ "tsEmitName": "updateStatusAsync",
1813
+ "metadataToken": 100663388,
1814
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1815
+ "normalizedSignature": "UpdateStatusAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1816
+ "emitScope": "ClassSurface",
1817
+ "arity": 0,
1818
+ "parameterCount": 1,
1819
+ "declaringClrType": "Azure.Operation",
1820
+ "declaringAssemblyName": "Azure.Core",
1821
+ "isExtensionMethod": false
1822
+ },
1823
+ {
1824
+ "stableId": "Azure.Core:Azure.Operation::UpdateStatus(System.Threading.CancellationToken):Azure.Response",
1825
+ "clrName": "UpdateStatus",
1826
+ "tsEmitName": "updateStatus",
1827
+ "metadataToken": 100663389,
1828
+ "canonicalSignature": "(System.Threading.CancellationToken):Azure.Response",
1829
+ "normalizedSignature": "UpdateStatus|(System.Threading.CancellationToken):Azure.Response|static=false",
1830
+ "emitScope": "ClassSurface",
1831
+ "arity": 0,
1832
+ "parameterCount": 1,
1833
+ "declaringClrType": "Azure.Operation",
1834
+ "declaringAssemblyName": "Azure.Core",
1835
+ "isExtensionMethod": false
1836
+ },
1837
+ {
1838
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponseAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1839
+ "clrName": "WaitForCompletionResponseAsync",
1840
+ "tsEmitName": "waitForCompletionResponseAsync",
1841
+ "metadataToken": 100663390,
1842
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1843
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1844
+ "emitScope": "ClassSurface",
1845
+ "arity": 0,
1846
+ "parameterCount": 1,
1847
+ "declaringClrType": "Azure.Operation",
1848
+ "declaringAssemblyName": "Azure.Core",
1849
+ "isExtensionMethod": false
1850
+ },
1851
+ {
1852
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponseAsync(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1853
+ "clrName": "WaitForCompletionResponseAsync",
1854
+ "tsEmitName": "waitForCompletionResponseAsync",
1855
+ "metadataToken": 100663391,
1856
+ "canonicalSignature": "(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1857
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1858
+ "emitScope": "ClassSurface",
1859
+ "arity": 0,
1860
+ "parameterCount": 2,
1861
+ "declaringClrType": "Azure.Operation",
1862
+ "declaringAssemblyName": "Azure.Core",
1863
+ "isExtensionMethod": false
1864
+ },
1865
+ {
1866
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponseAsync(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1867
+ "clrName": "WaitForCompletionResponseAsync",
1868
+ "tsEmitName": "waitForCompletionResponseAsync",
1869
+ "metadataToken": 100663392,
1870
+ "canonicalSignature": "(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1871
+ "normalizedSignature": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1872
+ "emitScope": "ClassSurface",
1873
+ "arity": 0,
1874
+ "parameterCount": 2,
1875
+ "declaringClrType": "Azure.Operation",
1876
+ "declaringAssemblyName": "Azure.Core",
1877
+ "isExtensionMethod": false
1878
+ },
1879
+ {
1880
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponse(System.Threading.CancellationToken):Azure.Response",
1881
+ "clrName": "WaitForCompletionResponse",
1882
+ "tsEmitName": "waitForCompletionResponse",
1883
+ "metadataToken": 100663393,
1884
+ "canonicalSignature": "(System.Threading.CancellationToken):Azure.Response",
1885
+ "normalizedSignature": "WaitForCompletionResponse|(System.Threading.CancellationToken):Azure.Response|static=false",
1886
+ "emitScope": "ClassSurface",
1887
+ "arity": 0,
1888
+ "parameterCount": 1,
1889
+ "declaringClrType": "Azure.Operation",
1890
+ "declaringAssemblyName": "Azure.Core",
1891
+ "isExtensionMethod": false
1892
+ },
1893
+ {
1894
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponse(System.TimeSpan,System.Threading.CancellationToken):Azure.Response",
1895
+ "clrName": "WaitForCompletionResponse",
1896
+ "tsEmitName": "waitForCompletionResponse",
1897
+ "metadataToken": 100663394,
1898
+ "canonicalSignature": "(System.TimeSpan,System.Threading.CancellationToken):Azure.Response",
1899
+ "normalizedSignature": "WaitForCompletionResponse|(System.TimeSpan,System.Threading.CancellationToken):Azure.Response|static=false",
1900
+ "emitScope": "ClassSurface",
1901
+ "arity": 0,
1902
+ "parameterCount": 2,
1903
+ "declaringClrType": "Azure.Operation",
1904
+ "declaringAssemblyName": "Azure.Core",
1905
+ "isExtensionMethod": false
1906
+ },
1907
+ {
1908
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponse(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response",
1909
+ "clrName": "WaitForCompletionResponse",
1910
+ "tsEmitName": "waitForCompletionResponse",
1911
+ "metadataToken": 100663395,
1912
+ "canonicalSignature": "(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response",
1913
+ "normalizedSignature": "WaitForCompletionResponse|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response|static=false",
1914
+ "emitScope": "ClassSurface",
1915
+ "arity": 0,
1916
+ "parameterCount": 2,
1917
+ "declaringClrType": "Azure.Operation",
1918
+ "declaringAssemblyName": "Azure.Core",
1919
+ "isExtensionMethod": false
1920
+ },
1921
+ {
1922
+ "stableId": "Azure.Core:Azure.Operation::Equals(System.Object):System.Boolean",
1923
+ "clrName": "Equals",
1924
+ "tsEmitName": "equals",
1925
+ "metadataToken": 100663398,
1926
+ "canonicalSignature": "(System.Object):System.Boolean",
1927
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1928
+ "emitScope": "ClassSurface",
1929
+ "arity": 0,
1930
+ "parameterCount": 1,
1931
+ "declaringClrType": "Azure.Operation",
1932
+ "declaringAssemblyName": "Azure.Core",
1933
+ "isExtensionMethod": false
1934
+ },
1935
+ {
1936
+ "stableId": "Azure.Core:Azure.Operation::GetHashCode():System.Int32",
1937
+ "clrName": "GetHashCode",
1938
+ "tsEmitName": "getHashCode",
1939
+ "metadataToken": 100663399,
1940
+ "canonicalSignature": "():System.Int32",
1941
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1942
+ "emitScope": "ClassSurface",
1943
+ "arity": 0,
1944
+ "parameterCount": 0,
1945
+ "declaringClrType": "Azure.Operation",
1946
+ "declaringAssemblyName": "Azure.Core",
1947
+ "isExtensionMethod": false
1948
+ },
1949
+ {
1950
+ "stableId": "Azure.Core:Azure.Operation::ToString():System.String",
1951
+ "clrName": "ToString",
1952
+ "tsEmitName": "toString",
1953
+ "metadataToken": 100663400,
1954
+ "canonicalSignature": "():System.String",
1955
+ "normalizedSignature": "ToString|():System.String|static=false",
1956
+ "emitScope": "ClassSurface",
1957
+ "arity": 0,
1958
+ "parameterCount": 0,
1959
+ "declaringClrType": "Azure.Operation",
1960
+ "declaringAssemblyName": "Azure.Core",
1961
+ "isExtensionMethod": false
1962
+ }
1963
+ ],
1964
+ "properties": [
1965
+ {
1966
+ "stableId": "Azure.Core:Azure.Operation::Id:System.String",
1967
+ "clrName": "Id",
1968
+ "tsEmitName": "id",
1969
+ "metadataToken": 385875984,
1970
+ "canonicalSignature": ":System.String",
1971
+ "normalizedSignature": "Id|:System.String|static=false|accessor=get",
1972
+ "emitScope": "ClassSurface",
1973
+ "isIndexer": false,
1974
+ "hasGetter": true,
1975
+ "hasSetter": false,
1976
+ "declaringClrType": "Azure.Operation",
1977
+ "declaringAssemblyName": "Azure.Core"
1978
+ },
1979
+ {
1980
+ "stableId": "Azure.Core:Azure.Operation::HasCompleted:System.Boolean",
1981
+ "clrName": "HasCompleted",
1982
+ "tsEmitName": "hasCompleted",
1983
+ "metadataToken": 385875985,
1984
+ "canonicalSignature": ":System.Boolean",
1985
+ "normalizedSignature": "HasCompleted|:System.Boolean|static=false|accessor=get",
1986
+ "emitScope": "ClassSurface",
1987
+ "isIndexer": false,
1988
+ "hasGetter": true,
1989
+ "hasSetter": false,
1990
+ "declaringClrType": "Azure.Operation",
1991
+ "declaringAssemblyName": "Azure.Core"
1992
+ }
1993
+ ],
1994
+ "fields": [],
1995
+ "events": [],
1996
+ "constructors": [],
1997
+ "exposedMethods": [
1998
+ {
1999
+ "tsName": "rehydrate",
2000
+ "isStatic": true,
2001
+ "tsSignatureId": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1|static=true",
2002
+ "target": {
2003
+ "declaringClrType": "Azure.Operation",
2004
+ "declaringAssemblyName": "Azure.Core",
2005
+ "metadataToken": 100663380
2006
+ }
2007
+ },
2008
+ {
2009
+ "tsName": "rehydrate",
2010
+ "isStatic": true,
2011
+ "tsSignatureId": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation|static=true",
2012
+ "target": {
2013
+ "declaringClrType": "Azure.Operation",
2014
+ "declaringAssemblyName": "Azure.Core",
2015
+ "metadataToken": 100663381
2016
+ }
2017
+ },
2018
+ {
2019
+ "tsName": "rehydrateAsync",
2020
+ "isStatic": true,
2021
+ "tsSignatureId": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1|static=true",
2022
+ "target": {
2023
+ "declaringClrType": "Azure.Operation",
2024
+ "declaringAssemblyName": "Azure.Core",
2025
+ "metadataToken": 100663382
2026
+ }
2027
+ },
2028
+ {
2029
+ "tsName": "rehydrateAsync",
2030
+ "isStatic": true,
2031
+ "tsSignatureId": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):System.Threading.Tasks.Task_1[[Azure.Operation,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=true",
2032
+ "target": {
2033
+ "declaringClrType": "Azure.Operation",
2034
+ "declaringAssemblyName": "Azure.Core",
2035
+ "metadataToken": 100663383
2036
+ }
2037
+ },
2038
+ {
2039
+ "tsName": "getRehydrationToken",
2040
+ "isStatic": false,
2041
+ "tsSignatureId": "GetRehydrationToken|():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2042
+ "target": {
2043
+ "declaringClrType": "Azure.Operation",
2044
+ "declaringAssemblyName": "Azure.Core",
2045
+ "metadataToken": 100663384
2046
+ }
2047
+ },
2048
+ {
2049
+ "tsName": "getRawResponse",
2050
+ "isStatic": false,
2051
+ "tsSignatureId": "GetRawResponse|():Azure.Response|static=false",
2052
+ "target": {
2053
+ "declaringClrType": "Azure.Operation",
2054
+ "declaringAssemblyName": "Azure.Core",
2055
+ "metadataToken": 100663386
2056
+ }
2057
+ },
2058
+ {
2059
+ "tsName": "updateStatusAsync",
2060
+ "isStatic": false,
2061
+ "tsSignatureId": "UpdateStatusAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2062
+ "target": {
2063
+ "declaringClrType": "Azure.Operation",
2064
+ "declaringAssemblyName": "Azure.Core",
2065
+ "metadataToken": 100663388
2066
+ }
2067
+ },
2068
+ {
2069
+ "tsName": "updateStatus",
2070
+ "isStatic": false,
2071
+ "tsSignatureId": "UpdateStatus|(System.Threading.CancellationToken):Azure.Response|static=false",
2072
+ "target": {
2073
+ "declaringClrType": "Azure.Operation",
2074
+ "declaringAssemblyName": "Azure.Core",
2075
+ "metadataToken": 100663389
2076
+ }
2077
+ },
2078
+ {
2079
+ "tsName": "waitForCompletionResponseAsync",
2080
+ "isStatic": false,
2081
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2082
+ "target": {
2083
+ "declaringClrType": "Azure.Operation",
2084
+ "declaringAssemblyName": "Azure.Core",
2085
+ "metadataToken": 100663390
2086
+ }
2087
+ },
2088
+ {
2089
+ "tsName": "waitForCompletionResponseAsync",
2090
+ "isStatic": false,
2091
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2092
+ "target": {
2093
+ "declaringClrType": "Azure.Operation",
2094
+ "declaringAssemblyName": "Azure.Core",
2095
+ "metadataToken": 100663391
2096
+ }
2097
+ },
2098
+ {
2099
+ "tsName": "waitForCompletionResponseAsync",
2100
+ "isStatic": false,
2101
+ "tsSignatureId": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2102
+ "target": {
2103
+ "declaringClrType": "Azure.Operation",
2104
+ "declaringAssemblyName": "Azure.Core",
2105
+ "metadataToken": 100663392
2106
+ }
2107
+ },
2108
+ {
2109
+ "tsName": "waitForCompletionResponse",
2110
+ "isStatic": false,
2111
+ "tsSignatureId": "WaitForCompletionResponse|(System.Threading.CancellationToken):Azure.Response|static=false",
2112
+ "target": {
2113
+ "declaringClrType": "Azure.Operation",
2114
+ "declaringAssemblyName": "Azure.Core",
2115
+ "metadataToken": 100663393
2116
+ }
2117
+ },
2118
+ {
2119
+ "tsName": "waitForCompletionResponse",
2120
+ "isStatic": false,
2121
+ "tsSignatureId": "WaitForCompletionResponse|(System.TimeSpan,System.Threading.CancellationToken):Azure.Response|static=false",
2122
+ "target": {
2123
+ "declaringClrType": "Azure.Operation",
2124
+ "declaringAssemblyName": "Azure.Core",
2125
+ "metadataToken": 100663394
2126
+ }
2127
+ },
2128
+ {
2129
+ "tsName": "waitForCompletionResponse",
2130
+ "isStatic": false,
2131
+ "tsSignatureId": "WaitForCompletionResponse|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response|static=false",
2132
+ "target": {
2133
+ "declaringClrType": "Azure.Operation",
2134
+ "declaringAssemblyName": "Azure.Core",
2135
+ "metadataToken": 100663395
2136
+ }
2137
+ },
2138
+ {
2139
+ "tsName": "equals",
2140
+ "isStatic": false,
2141
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
2142
+ "target": {
2143
+ "declaringClrType": "Azure.Operation",
2144
+ "declaringAssemblyName": "Azure.Core",
2145
+ "metadataToken": 100663398
2146
+ }
2147
+ },
2148
+ {
2149
+ "tsName": "getHashCode",
2150
+ "isStatic": false,
2151
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
2152
+ "target": {
2153
+ "declaringClrType": "Azure.Operation",
2154
+ "declaringAssemblyName": "Azure.Core",
2155
+ "metadataToken": 100663399
2156
+ }
2157
+ },
2158
+ {
2159
+ "tsName": "toString",
2160
+ "isStatic": false,
2161
+ "tsSignatureId": "ToString|():System.String|static=false",
2162
+ "target": {
2163
+ "declaringClrType": "Azure.Operation",
2164
+ "declaringAssemblyName": "Azure.Core",
2165
+ "metadataToken": 100663400
2166
+ }
2167
+ }
2168
+ ],
2169
+ "exposedProperties": [
2170
+ {
2171
+ "tsName": "id",
2172
+ "isStatic": false,
2173
+ "tsSignatureId": "Id|:System.String|static=false|accessor=get",
2174
+ "target": {
2175
+ "declaringClrType": "Azure.Operation",
2176
+ "declaringAssemblyName": "Azure.Core",
2177
+ "metadataToken": 385875984
2178
+ }
2179
+ },
2180
+ {
2181
+ "tsName": "hasCompleted",
2182
+ "isStatic": false,
2183
+ "tsSignatureId": "HasCompleted|:System.Boolean|static=false|accessor=get",
2184
+ "target": {
2185
+ "declaringClrType": "Azure.Operation",
2186
+ "declaringAssemblyName": "Azure.Core",
2187
+ "metadataToken": 385875985
2188
+ }
2189
+ }
2190
+ ]
2191
+ },
2192
+ {
2193
+ "stableId": "Azure.Core:Azure.Operation\u00601",
2194
+ "clrName": "Azure.Operation\u00601",
2195
+ "tsEmitName": "Operation_1",
2196
+ "assemblyName": "Azure.Core",
2197
+ "metadataToken": 0,
2198
+ "methods": [
2199
+ {
2200
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletion(System.Threading.CancellationToken):Response_1",
2201
+ "clrName": "WaitForCompletion",
2202
+ "tsEmitName": "waitForCompletion",
2203
+ "metadataToken": 100663404,
2204
+ "canonicalSignature": "(System.Threading.CancellationToken):Response_1",
2205
+ "normalizedSignature": "WaitForCompletion|(System.Threading.CancellationToken):Response_1|static=false",
2206
+ "emitScope": "ClassSurface",
2207
+ "arity": 0,
2208
+ "parameterCount": 1,
2209
+ "declaringClrType": "Azure.Operation\u00601",
2210
+ "declaringAssemblyName": "Azure.Core",
2211
+ "isExtensionMethod": false
2212
+ },
2213
+ {
2214
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletion(System.TimeSpan,System.Threading.CancellationToken):Response_1",
2215
+ "clrName": "WaitForCompletion",
2216
+ "tsEmitName": "waitForCompletion",
2217
+ "metadataToken": 100663405,
2218
+ "canonicalSignature": "(System.TimeSpan,System.Threading.CancellationToken):Response_1",
2219
+ "normalizedSignature": "WaitForCompletion|(System.TimeSpan,System.Threading.CancellationToken):Response_1|static=false",
2220
+ "emitScope": "ClassSurface",
2221
+ "arity": 0,
2222
+ "parameterCount": 2,
2223
+ "declaringClrType": "Azure.Operation\u00601",
2224
+ "declaringAssemblyName": "Azure.Core",
2225
+ "isExtensionMethod": false
2226
+ },
2227
+ {
2228
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionAsync(System.Threading.CancellationToken):ValueTask_1",
2229
+ "clrName": "WaitForCompletionAsync",
2230
+ "tsEmitName": "waitForCompletionAsync",
2231
+ "metadataToken": 100663406,
2232
+ "canonicalSignature": "(System.Threading.CancellationToken):ValueTask_1",
2233
+ "normalizedSignature": "WaitForCompletionAsync|(System.Threading.CancellationToken):ValueTask_1|static=false",
2234
+ "emitScope": "ClassSurface",
2235
+ "arity": 0,
2236
+ "parameterCount": 1,
2237
+ "declaringClrType": "Azure.Operation\u00601",
2238
+ "declaringAssemblyName": "Azure.Core",
2239
+ "isExtensionMethod": false
2240
+ },
2241
+ {
2242
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionAsync(System.TimeSpan,System.Threading.CancellationToken):ValueTask_1",
2243
+ "clrName": "WaitForCompletionAsync",
2244
+ "tsEmitName": "waitForCompletionAsync",
2245
+ "metadataToken": 100663407,
2246
+ "canonicalSignature": "(System.TimeSpan,System.Threading.CancellationToken):ValueTask_1",
2247
+ "normalizedSignature": "WaitForCompletionAsync|(System.TimeSpan,System.Threading.CancellationToken):ValueTask_1|static=false",
2248
+ "emitScope": "ClassSurface",
2249
+ "arity": 0,
2250
+ "parameterCount": 2,
2251
+ "declaringClrType": "Azure.Operation\u00601",
2252
+ "declaringAssemblyName": "Azure.Core",
2253
+ "isExtensionMethod": false
2254
+ },
2255
+ {
2256
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletion(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Response_1",
2257
+ "clrName": "WaitForCompletion",
2258
+ "tsEmitName": "waitForCompletion",
2259
+ "metadataToken": 100663408,
2260
+ "canonicalSignature": "(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Response_1",
2261
+ "normalizedSignature": "WaitForCompletion|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Response_1|static=false",
2262
+ "emitScope": "ClassSurface",
2263
+ "arity": 0,
2264
+ "parameterCount": 2,
2265
+ "declaringClrType": "Azure.Operation\u00601",
2266
+ "declaringAssemblyName": "Azure.Core",
2267
+ "isExtensionMethod": false
2268
+ },
2269
+ {
2270
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionAsync(Azure.Core.DelayStrategy,System.Threading.CancellationToken):ValueTask_1",
2271
+ "clrName": "WaitForCompletionAsync",
2272
+ "tsEmitName": "waitForCompletionAsync",
2273
+ "metadataToken": 100663409,
2274
+ "canonicalSignature": "(Azure.Core.DelayStrategy,System.Threading.CancellationToken):ValueTask_1",
2275
+ "normalizedSignature": "WaitForCompletionAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):ValueTask_1|static=false",
2276
+ "emitScope": "ClassSurface",
2277
+ "arity": 0,
2278
+ "parameterCount": 2,
2279
+ "declaringClrType": "Azure.Operation\u00601",
2280
+ "declaringAssemblyName": "Azure.Core",
2281
+ "isExtensionMethod": false
2282
+ },
2283
+ {
2284
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2285
+ "clrName": "WaitForCompletionResponseAsync",
2286
+ "tsEmitName": "waitForCompletionResponseAsync4",
2287
+ "metadataToken": 100663410,
2288
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2289
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2290
+ "emitScope": "ClassSurface",
2291
+ "arity": 0,
2292
+ "parameterCount": 1,
2293
+ "declaringClrType": "Azure.Operation\u00601",
2294
+ "declaringAssemblyName": "Azure.Core",
2295
+ "isExtensionMethod": false
2296
+ },
2297
+ {
2298
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2299
+ "clrName": "WaitForCompletionResponseAsync",
2300
+ "tsEmitName": "waitForCompletionResponseAsync4",
2301
+ "metadataToken": 100663411,
2302
+ "canonicalSignature": "(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
2303
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2304
+ "emitScope": "ClassSurface",
2305
+ "arity": 0,
2306
+ "parameterCount": 2,
2307
+ "declaringClrType": "Azure.Operation\u00601",
2308
+ "declaringAssemblyName": "Azure.Core",
2309
+ "isExtensionMethod": false
2310
+ },
2311
+ {
2312
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2313
+ "clrName": "WaitForCompletionResponseAsync",
2314
+ "tsEmitName": "waitForCompletionResponseAsync",
2315
+ "metadataToken": 0,
2316
+ "canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2317
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2318
+ "emitScope": "ClassSurface",
2319
+ "arity": 0,
2320
+ "parameterCount": 1,
2321
+ "declaringClrType": "Azure.Operation\u00601",
2322
+ "declaringAssemblyName": "Azure.Core",
2323
+ "isExtensionMethod": false
2324
+ },
2325
+ {
2326
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2327
+ "clrName": "WaitForCompletionResponseAsync",
2328
+ "tsEmitName": "waitForCompletionResponseAsync2",
2329
+ "metadataToken": 0,
2330
+ "canonicalSignature": "(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2331
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2332
+ "emitScope": "ClassSurface",
2333
+ "arity": 0,
2334
+ "parameterCount": 2,
2335
+ "declaringClrType": "Azure.Operation\u00601",
2336
+ "declaringAssemblyName": "Azure.Core",
2337
+ "isExtensionMethod": false
2338
+ },
2339
+ {
2340
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2341
+ "clrName": "WaitForCompletionResponseAsync",
2342
+ "tsEmitName": "waitForCompletionResponseAsync3",
2343
+ "metadataToken": 0,
2344
+ "canonicalSignature": "(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
2345
+ "normalizedSignature": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2346
+ "emitScope": "ClassSurface",
2347
+ "arity": 0,
2348
+ "parameterCount": 2,
2349
+ "declaringClrType": "Azure.Operation\u00601",
2350
+ "declaringAssemblyName": "Azure.Core",
2351
+ "isExtensionMethod": false
2352
+ }
2353
+ ],
2354
+ "properties": [
2355
+ {
2356
+ "stableId": "Azure.Core:Azure.Operation\u00601::Value:T",
2357
+ "clrName": "Value",
2358
+ "tsEmitName": "value",
2359
+ "metadataToken": 385875986,
2360
+ "canonicalSignature": ":T",
2361
+ "normalizedSignature": "Value|:T|static=false|accessor=get",
2362
+ "emitScope": "ClassSurface",
2363
+ "isIndexer": false,
2364
+ "hasGetter": true,
2365
+ "hasSetter": false,
2366
+ "declaringClrType": "Azure.Operation\u00601",
2367
+ "declaringAssemblyName": "Azure.Core"
2368
+ },
2369
+ {
2370
+ "stableId": "Azure.Core:Azure.Operation\u00601::HasValue:System.Boolean",
2371
+ "clrName": "HasValue",
2372
+ "tsEmitName": "hasValue",
2373
+ "metadataToken": 385875987,
2374
+ "canonicalSignature": ":System.Boolean",
2375
+ "normalizedSignature": "HasValue|:System.Boolean|static=false|accessor=get",
2376
+ "emitScope": "ClassSurface",
2377
+ "isIndexer": false,
2378
+ "hasGetter": true,
2379
+ "hasSetter": false,
2380
+ "declaringClrType": "Azure.Operation\u00601",
2381
+ "declaringAssemblyName": "Azure.Core"
2382
+ }
2383
+ ],
2384
+ "fields": [],
2385
+ "events": [],
2386
+ "constructors": [],
2387
+ "exposedMethods": [
2388
+ {
2389
+ "tsName": "waitForCompletion",
2390
+ "isStatic": false,
2391
+ "tsSignatureId": "WaitForCompletion|(System.Threading.CancellationToken):Response_1|static=false",
2392
+ "target": {
2393
+ "declaringClrType": "Azure.Operation\u00601",
2394
+ "declaringAssemblyName": "Azure.Core",
2395
+ "metadataToken": 100663404
2396
+ }
2397
+ },
2398
+ {
2399
+ "tsName": "waitForCompletion",
2400
+ "isStatic": false,
2401
+ "tsSignatureId": "WaitForCompletion|(System.TimeSpan,System.Threading.CancellationToken):Response_1|static=false",
2402
+ "target": {
2403
+ "declaringClrType": "Azure.Operation\u00601",
2404
+ "declaringAssemblyName": "Azure.Core",
2405
+ "metadataToken": 100663405
2406
+ }
2407
+ },
2408
+ {
2409
+ "tsName": "waitForCompletionAsync",
2410
+ "isStatic": false,
2411
+ "tsSignatureId": "WaitForCompletionAsync|(System.Threading.CancellationToken):ValueTask_1|static=false",
2412
+ "target": {
2413
+ "declaringClrType": "Azure.Operation\u00601",
2414
+ "declaringAssemblyName": "Azure.Core",
2415
+ "metadataToken": 100663406
2416
+ }
2417
+ },
2418
+ {
2419
+ "tsName": "waitForCompletionAsync",
2420
+ "isStatic": false,
2421
+ "tsSignatureId": "WaitForCompletionAsync|(System.TimeSpan,System.Threading.CancellationToken):ValueTask_1|static=false",
2422
+ "target": {
2423
+ "declaringClrType": "Azure.Operation\u00601",
2424
+ "declaringAssemblyName": "Azure.Core",
2425
+ "metadataToken": 100663407
2426
+ }
2427
+ },
2428
+ {
2429
+ "tsName": "waitForCompletion",
2430
+ "isStatic": false,
2431
+ "tsSignatureId": "WaitForCompletion|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Response_1|static=false",
2432
+ "target": {
2433
+ "declaringClrType": "Azure.Operation\u00601",
2434
+ "declaringAssemblyName": "Azure.Core",
2435
+ "metadataToken": 100663408
2436
+ }
2437
+ },
2438
+ {
2439
+ "tsName": "waitForCompletionAsync",
2440
+ "isStatic": false,
2441
+ "tsSignatureId": "WaitForCompletionAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):ValueTask_1|static=false",
2442
+ "target": {
2443
+ "declaringClrType": "Azure.Operation\u00601",
2444
+ "declaringAssemblyName": "Azure.Core",
2445
+ "metadataToken": 100663409
2446
+ }
2447
+ },
2448
+ {
2449
+ "tsName": "waitForCompletionResponseAsync4",
2450
+ "isStatic": false,
2451
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2452
+ "target": {
2453
+ "declaringClrType": "Azure.Operation\u00601",
2454
+ "declaringAssemblyName": "Azure.Core",
2455
+ "metadataToken": 100663410
2456
+ }
2457
+ },
2458
+ {
2459
+ "tsName": "waitForCompletionResponseAsync4",
2460
+ "isStatic": false,
2461
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2462
+ "target": {
2463
+ "declaringClrType": "Azure.Operation\u00601",
2464
+ "declaringAssemblyName": "Azure.Core",
2465
+ "metadataToken": 100663411
2466
+ }
2467
+ },
2468
+ {
2469
+ "tsName": "waitForCompletionResponseAsync",
2470
+ "isStatic": false,
2471
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2472
+ "target": {
2473
+ "declaringClrType": "Azure.Operation\u00601",
2474
+ "declaringAssemblyName": "Azure.Core",
2475
+ "metadataToken": 0
2476
+ }
2477
+ },
2478
+ {
2479
+ "tsName": "waitForCompletionResponseAsync2",
2480
+ "isStatic": false,
2481
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2482
+ "target": {
2483
+ "declaringClrType": "Azure.Operation\u00601",
2484
+ "declaringAssemblyName": "Azure.Core",
2485
+ "metadataToken": 0
2486
+ }
2487
+ },
2488
+ {
2489
+ "tsName": "waitForCompletionResponseAsync3",
2490
+ "isStatic": false,
2491
+ "tsSignatureId": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
2492
+ "target": {
2493
+ "declaringClrType": "Azure.Operation\u00601",
2494
+ "declaringAssemblyName": "Azure.Core",
2495
+ "metadataToken": 0
2496
+ }
2497
+ },
2498
+ {
2499
+ "tsName": "rehydrate",
2500
+ "isStatic": true,
2501
+ "tsSignatureId": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1|static=true",
2502
+ "target": {
2503
+ "declaringClrType": "Azure.Operation",
2504
+ "declaringAssemblyName": "Azure.Core",
2505
+ "metadataToken": 100663380
2506
+ }
2507
+ },
2508
+ {
2509
+ "tsName": "rehydrate",
2510
+ "isStatic": true,
2511
+ "tsSignatureId": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation|static=true",
2512
+ "target": {
2513
+ "declaringClrType": "Azure.Operation",
2514
+ "declaringAssemblyName": "Azure.Core",
2515
+ "metadataToken": 100663381
2516
+ }
2517
+ },
2518
+ {
2519
+ "tsName": "rehydrateAsync",
2520
+ "isStatic": true,
2521
+ "tsSignatureId": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1|static=true",
2522
+ "target": {
2523
+ "declaringClrType": "Azure.Operation",
2524
+ "declaringAssemblyName": "Azure.Core",
2525
+ "metadataToken": 100663382
2526
+ }
2527
+ },
2528
+ {
2529
+ "tsName": "rehydrateAsync",
2530
+ "isStatic": true,
2531
+ "tsSignatureId": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):System.Threading.Tasks.Task_1[[Azure.Operation,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=true",
2532
+ "target": {
2533
+ "declaringClrType": "Azure.Operation",
2534
+ "declaringAssemblyName": "Azure.Core",
2535
+ "metadataToken": 100663383
2536
+ }
2537
+ },
2538
+ {
2539
+ "tsName": "getRehydrationToken",
2540
+ "isStatic": false,
2541
+ "tsSignatureId": "GetRehydrationToken|():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2542
+ "target": {
2543
+ "declaringClrType": "Azure.Operation",
2544
+ "declaringAssemblyName": "Azure.Core",
2545
+ "metadataToken": 100663384
2546
+ }
2547
+ },
2548
+ {
2549
+ "tsName": "getRawResponse",
2550
+ "isStatic": false,
2551
+ "tsSignatureId": "GetRawResponse|():Azure.Response|static=false",
2552
+ "target": {
2553
+ "declaringClrType": "Azure.Operation",
2554
+ "declaringAssemblyName": "Azure.Core",
2555
+ "metadataToken": 100663386
2556
+ }
2557
+ },
2558
+ {
2559
+ "tsName": "updateStatusAsync",
2560
+ "isStatic": false,
2561
+ "tsSignatureId": "UpdateStatusAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2562
+ "target": {
2563
+ "declaringClrType": "Azure.Operation",
2564
+ "declaringAssemblyName": "Azure.Core",
2565
+ "metadataToken": 100663388
2566
+ }
2567
+ },
2568
+ {
2569
+ "tsName": "updateStatus",
2570
+ "isStatic": false,
2571
+ "tsSignatureId": "UpdateStatus|(System.Threading.CancellationToken):Azure.Response|static=false",
2572
+ "target": {
2573
+ "declaringClrType": "Azure.Operation",
2574
+ "declaringAssemblyName": "Azure.Core",
2575
+ "metadataToken": 100663389
2576
+ }
2577
+ },
2578
+ {
2579
+ "tsName": "waitForCompletionResponseAsync",
2580
+ "isStatic": false,
2581
+ "tsSignatureId": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
2582
+ "target": {
2583
+ "declaringClrType": "Azure.Operation",
2584
+ "declaringAssemblyName": "Azure.Core",
2585
+ "metadataToken": 100663392
2586
+ }
2587
+ },
2588
+ {
2589
+ "tsName": "waitForCompletionResponse",
2590
+ "isStatic": false,
2591
+ "tsSignatureId": "WaitForCompletionResponse|(System.Threading.CancellationToken):Azure.Response|static=false",
2592
+ "target": {
2593
+ "declaringClrType": "Azure.Operation",
2594
+ "declaringAssemblyName": "Azure.Core",
2595
+ "metadataToken": 100663393
2596
+ }
2597
+ },
2598
+ {
2599
+ "tsName": "waitForCompletionResponse",
2600
+ "isStatic": false,
2601
+ "tsSignatureId": "WaitForCompletionResponse|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response|static=false",
2602
+ "target": {
2603
+ "declaringClrType": "Azure.Operation",
2604
+ "declaringAssemblyName": "Azure.Core",
2605
+ "metadataToken": 100663395
2606
+ }
2607
+ },
2608
+ {
2609
+ "tsName": "equals",
2610
+ "isStatic": false,
2611
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
2612
+ "target": {
2613
+ "declaringClrType": "Azure.Operation",
2614
+ "declaringAssemblyName": "Azure.Core",
2615
+ "metadataToken": 100663398
2616
+ }
2617
+ },
2618
+ {
2619
+ "tsName": "getHashCode",
2620
+ "isStatic": false,
2621
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
2622
+ "target": {
2623
+ "declaringClrType": "Azure.Operation",
2624
+ "declaringAssemblyName": "Azure.Core",
2625
+ "metadataToken": 100663399
2626
+ }
2627
+ },
2628
+ {
2629
+ "tsName": "toString",
2630
+ "isStatic": false,
2631
+ "tsSignatureId": "ToString|():System.String|static=false",
2632
+ "target": {
2633
+ "declaringClrType": "Azure.Operation",
2634
+ "declaringAssemblyName": "Azure.Core",
2635
+ "metadataToken": 100663400
2636
+ }
2637
+ }
2638
+ ],
2639
+ "exposedProperties": [
2640
+ {
2641
+ "tsName": "value",
2642
+ "isStatic": false,
2643
+ "tsSignatureId": "Value|:T|static=false|accessor=get",
2644
+ "target": {
2645
+ "declaringClrType": "Azure.Operation\u00601",
2646
+ "declaringAssemblyName": "Azure.Core",
2647
+ "metadataToken": 385875986
2648
+ }
2649
+ },
2650
+ {
2651
+ "tsName": "hasValue",
2652
+ "isStatic": false,
2653
+ "tsSignatureId": "HasValue|:System.Boolean|static=false|accessor=get",
2654
+ "target": {
2655
+ "declaringClrType": "Azure.Operation\u00601",
2656
+ "declaringAssemblyName": "Azure.Core",
2657
+ "metadataToken": 385875987
2658
+ }
2659
+ },
2660
+ {
2661
+ "tsName": "id",
2662
+ "isStatic": false,
2663
+ "tsSignatureId": "Id|:System.String|static=false|accessor=get",
2664
+ "target": {
2665
+ "declaringClrType": "Azure.Operation",
2666
+ "declaringAssemblyName": "Azure.Core",
2667
+ "metadataToken": 385875984
2668
+ }
2669
+ },
2670
+ {
2671
+ "tsName": "hasCompleted",
2672
+ "isStatic": false,
2673
+ "tsSignatureId": "HasCompleted|:System.Boolean|static=false|accessor=get",
2674
+ "target": {
2675
+ "declaringClrType": "Azure.Operation",
2676
+ "declaringAssemblyName": "Azure.Core",
2677
+ "metadataToken": 385875985
2678
+ }
2679
+ }
2680
+ ]
2681
+ },
2682
+ {
2683
+ "stableId": "Azure.Core:Azure.Page\u00601",
2684
+ "clrName": "Azure.Page\u00601",
2685
+ "tsEmitName": "Page_1",
2686
+ "assemblyName": "Azure.Core",
2687
+ "metadataToken": 0,
2688
+ "methods": [
2689
+ {
2690
+ "stableId": "Azure.Core:Azure.Page\u00601::GetRawResponse():Azure.Response",
2691
+ "clrName": "GetRawResponse",
2692
+ "tsEmitName": "getRawResponse",
2693
+ "metadataToken": 100663415,
2694
+ "canonicalSignature": "():Azure.Response",
2695
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
2696
+ "emitScope": "ClassSurface",
2697
+ "arity": 0,
2698
+ "parameterCount": 0,
2699
+ "declaringClrType": "Azure.Page\u00601",
2700
+ "declaringAssemblyName": "Azure.Core",
2701
+ "isExtensionMethod": false
2702
+ },
2703
+ {
2704
+ "stableId": "Azure.Core:Azure.Page\u00601::FromValues(IReadOnlyList_1,System.String,Azure.Response):Page_1",
2705
+ "clrName": "FromValues",
2706
+ "tsEmitName": "fromValues",
2707
+ "metadataToken": 100663416,
2708
+ "canonicalSignature": "(IReadOnlyList_1,System.String,Azure.Response):Page_1",
2709
+ "normalizedSignature": "FromValues|(IReadOnlyList_1,System.String,Azure.Response):Page_1|static=true",
2710
+ "emitScope": "ClassSurface",
2711
+ "arity": 0,
2712
+ "parameterCount": 3,
2713
+ "declaringClrType": "Azure.Page\u00601",
2714
+ "declaringAssemblyName": "Azure.Core",
2715
+ "isExtensionMethod": false
2716
+ },
2717
+ {
2718
+ "stableId": "Azure.Core:Azure.Page\u00601::ToString():System.String",
2719
+ "clrName": "ToString",
2720
+ "tsEmitName": "toString",
2721
+ "metadataToken": 100663417,
2722
+ "canonicalSignature": "():System.String",
2723
+ "normalizedSignature": "ToString|():System.String|static=false",
2724
+ "emitScope": "ClassSurface",
2725
+ "arity": 0,
2726
+ "parameterCount": 0,
2727
+ "declaringClrType": "Azure.Page\u00601",
2728
+ "declaringAssemblyName": "Azure.Core",
2729
+ "isExtensionMethod": false
2730
+ },
2731
+ {
2732
+ "stableId": "Azure.Core:Azure.Page\u00601::Equals(System.Object):System.Boolean",
2733
+ "clrName": "Equals",
2734
+ "tsEmitName": "equals",
2735
+ "metadataToken": 100663418,
2736
+ "canonicalSignature": "(System.Object):System.Boolean",
2737
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2738
+ "emitScope": "ClassSurface",
2739
+ "arity": 0,
2740
+ "parameterCount": 1,
2741
+ "declaringClrType": "Azure.Page\u00601",
2742
+ "declaringAssemblyName": "Azure.Core",
2743
+ "isExtensionMethod": false
2744
+ },
2745
+ {
2746
+ "stableId": "Azure.Core:Azure.Page\u00601::GetHashCode():System.Int32",
2747
+ "clrName": "GetHashCode",
2748
+ "tsEmitName": "getHashCode",
2749
+ "metadataToken": 100663419,
2750
+ "canonicalSignature": "():System.Int32",
2751
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2752
+ "emitScope": "ClassSurface",
2753
+ "arity": 0,
2754
+ "parameterCount": 0,
2755
+ "declaringClrType": "Azure.Page\u00601",
2756
+ "declaringAssemblyName": "Azure.Core",
2757
+ "isExtensionMethod": false
2758
+ }
2759
+ ],
2760
+ "properties": [
2761
+ {
2762
+ "stableId": "Azure.Core:Azure.Page\u00601::Values:IReadOnlyList_1",
2763
+ "clrName": "Values",
2764
+ "tsEmitName": "values",
2765
+ "metadataToken": 385875988,
2766
+ "canonicalSignature": ":IReadOnlyList_1",
2767
+ "normalizedSignature": "Values|:IReadOnlyList_1|static=false|accessor=get",
2768
+ "emitScope": "ClassSurface",
2769
+ "isIndexer": false,
2770
+ "hasGetter": true,
2771
+ "hasSetter": false,
2772
+ "declaringClrType": "Azure.Page\u00601",
2773
+ "declaringAssemblyName": "Azure.Core"
2774
+ },
2775
+ {
2776
+ "stableId": "Azure.Core:Azure.Page\u00601::ContinuationToken:System.String",
2777
+ "clrName": "ContinuationToken",
2778
+ "tsEmitName": "continuationToken",
2779
+ "metadataToken": 385875989,
2780
+ "canonicalSignature": ":System.String",
2781
+ "normalizedSignature": "ContinuationToken|:System.String|static=false|accessor=get",
2782
+ "emitScope": "ClassSurface",
2783
+ "isIndexer": false,
2784
+ "hasGetter": true,
2785
+ "hasSetter": false,
2786
+ "declaringClrType": "Azure.Page\u00601",
2787
+ "declaringAssemblyName": "Azure.Core"
2788
+ }
2789
+ ],
2790
+ "fields": [],
2791
+ "events": [],
2792
+ "constructors": [],
2793
+ "exposedMethods": [
2794
+ {
2795
+ "tsName": "getRawResponse",
2796
+ "isStatic": false,
2797
+ "tsSignatureId": "GetRawResponse|():Azure.Response|static=false",
2798
+ "target": {
2799
+ "declaringClrType": "Azure.Page\u00601",
2800
+ "declaringAssemblyName": "Azure.Core",
2801
+ "metadataToken": 100663415
2802
+ }
2803
+ },
2804
+ {
2805
+ "tsName": "fromValues",
2806
+ "isStatic": true,
2807
+ "tsSignatureId": "FromValues|(IReadOnlyList_1,System.String,Azure.Response):Page_1|static=true",
2808
+ "target": {
2809
+ "declaringClrType": "Azure.Page\u00601",
2810
+ "declaringAssemblyName": "Azure.Core",
2811
+ "metadataToken": 100663416
2812
+ }
2813
+ },
2814
+ {
2815
+ "tsName": "toString",
2816
+ "isStatic": false,
2817
+ "tsSignatureId": "ToString|():System.String|static=false",
2818
+ "target": {
2819
+ "declaringClrType": "Azure.Page\u00601",
2820
+ "declaringAssemblyName": "Azure.Core",
2821
+ "metadataToken": 100663417
2822
+ }
2823
+ },
2824
+ {
2825
+ "tsName": "equals",
2826
+ "isStatic": false,
2827
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
2828
+ "target": {
2829
+ "declaringClrType": "Azure.Page\u00601",
2830
+ "declaringAssemblyName": "Azure.Core",
2831
+ "metadataToken": 100663418
2832
+ }
2833
+ },
2834
+ {
2835
+ "tsName": "getHashCode",
2836
+ "isStatic": false,
2837
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
2838
+ "target": {
2839
+ "declaringClrType": "Azure.Page\u00601",
2840
+ "declaringAssemblyName": "Azure.Core",
2841
+ "metadataToken": 100663419
2842
+ }
2843
+ }
2844
+ ],
2845
+ "exposedProperties": [
2846
+ {
2847
+ "tsName": "values",
2848
+ "isStatic": false,
2849
+ "tsSignatureId": "Values|:IReadOnlyList_1|static=false|accessor=get",
2850
+ "target": {
2851
+ "declaringClrType": "Azure.Page\u00601",
2852
+ "declaringAssemblyName": "Azure.Core",
2853
+ "metadataToken": 385875988
2854
+ }
2855
+ },
2856
+ {
2857
+ "tsName": "continuationToken",
2858
+ "isStatic": false,
2859
+ "tsSignatureId": "ContinuationToken|:System.String|static=false|accessor=get",
2860
+ "target": {
2861
+ "declaringClrType": "Azure.Page\u00601",
2862
+ "declaringAssemblyName": "Azure.Core",
2863
+ "metadataToken": 385875989
2864
+ }
2865
+ }
2866
+ ]
2867
+ },
2868
+ {
2869
+ "stableId": "Azure.Core:Azure.Pageable\u00601",
2870
+ "clrName": "Azure.Pageable\u00601",
2871
+ "tsEmitName": "Pageable_1",
2872
+ "assemblyName": "Azure.Core",
2873
+ "metadataToken": 0,
2874
+ "methods": [
2875
+ {
2876
+ "stableId": "Azure.Core:Azure.Pageable\u00601::AsPages(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IEnumerable_1",
2877
+ "clrName": "AsPages",
2878
+ "tsEmitName": "asPages",
2879
+ "metadataToken": 100663424,
2880
+ "canonicalSignature": "(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IEnumerable_1",
2881
+ "normalizedSignature": "AsPages|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IEnumerable_1|static=false",
2882
+ "emitScope": "ClassSurface",
2883
+ "arity": 0,
2884
+ "parameterCount": 2,
2885
+ "declaringClrType": "Azure.Pageable\u00601",
2886
+ "declaringAssemblyName": "Azure.Core",
2887
+ "isExtensionMethod": false
2888
+ },
2889
+ {
2890
+ "stableId": "Azure.Core:Azure.Pageable\u00601::ToString():System.String",
2891
+ "clrName": "ToString",
2892
+ "tsEmitName": "toString",
2893
+ "metadataToken": 100663425,
2894
+ "canonicalSignature": "():System.String",
2895
+ "normalizedSignature": "ToString|():System.String|static=false",
2896
+ "emitScope": "ClassSurface",
2897
+ "arity": 0,
2898
+ "parameterCount": 0,
2899
+ "declaringClrType": "Azure.Pageable\u00601",
2900
+ "declaringAssemblyName": "Azure.Core",
2901
+ "isExtensionMethod": false
2902
+ },
2903
+ {
2904
+ "stableId": "Azure.Core:Azure.Pageable\u00601::GetEnumerator():IEnumerator_1",
2905
+ "clrName": "GetEnumerator",
2906
+ "tsEmitName": "getEnumerator",
2907
+ "metadataToken": 100663427,
2908
+ "canonicalSignature": "():IEnumerator_1",
2909
+ "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
2910
+ "emitScope": "ClassSurface",
2911
+ "arity": 0,
2912
+ "parameterCount": 0,
2913
+ "declaringClrType": "Azure.Pageable\u00601",
2914
+ "declaringAssemblyName": "Azure.Core",
2915
+ "isExtensionMethod": false
2916
+ },
2917
+ {
2918
+ "stableId": "Azure.Core:Azure.Pageable\u00601::FromPages(IEnumerable_1):Pageable_1",
2919
+ "clrName": "FromPages",
2920
+ "tsEmitName": "fromPages",
2921
+ "metadataToken": 100663428,
2922
+ "canonicalSignature": "(IEnumerable_1):Pageable_1",
2923
+ "normalizedSignature": "FromPages|(IEnumerable_1):Pageable_1|static=true",
2924
+ "emitScope": "ClassSurface",
2925
+ "arity": 0,
2926
+ "parameterCount": 1,
2927
+ "declaringClrType": "Azure.Pageable\u00601",
2928
+ "declaringAssemblyName": "Azure.Core",
2929
+ "isExtensionMethod": false
2930
+ },
2931
+ {
2932
+ "stableId": "Azure.Core:Azure.Pageable\u00601::Equals(System.Object):System.Boolean",
2933
+ "clrName": "Equals",
2934
+ "tsEmitName": "equals",
2935
+ "metadataToken": 100663429,
2936
+ "canonicalSignature": "(System.Object):System.Boolean",
2937
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2938
+ "emitScope": "ClassSurface",
2939
+ "arity": 0,
2940
+ "parameterCount": 1,
2941
+ "declaringClrType": "Azure.Pageable\u00601",
2942
+ "declaringAssemblyName": "Azure.Core",
2943
+ "isExtensionMethod": false
2944
+ },
2945
+ {
2946
+ "stableId": "Azure.Core:Azure.Pageable\u00601::GetHashCode():System.Int32",
2947
+ "clrName": "GetHashCode",
2948
+ "tsEmitName": "getHashCode",
2949
+ "metadataToken": 100663430,
2950
+ "canonicalSignature": "():System.Int32",
2951
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2952
+ "emitScope": "ClassSurface",
2953
+ "arity": 0,
2954
+ "parameterCount": 0,
2955
+ "declaringClrType": "Azure.Pageable\u00601",
2956
+ "declaringAssemblyName": "Azure.Core",
2957
+ "isExtensionMethod": false
2958
+ }
2959
+ ],
2960
+ "properties": [],
2961
+ "fields": [],
2962
+ "events": [],
2963
+ "constructors": [],
2964
+ "exposedMethods": [
2965
+ {
2966
+ "tsName": "asPages",
2967
+ "isStatic": false,
2968
+ "tsSignatureId": "AsPages|(System.String,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):IEnumerable_1|static=false",
2969
+ "target": {
2970
+ "declaringClrType": "Azure.Pageable\u00601",
2971
+ "declaringAssemblyName": "Azure.Core",
2972
+ "metadataToken": 100663424
2973
+ }
2974
+ },
2975
+ {
2976
+ "tsName": "toString",
2977
+ "isStatic": false,
2978
+ "tsSignatureId": "ToString|():System.String|static=false",
2979
+ "target": {
2980
+ "declaringClrType": "Azure.Pageable\u00601",
2981
+ "declaringAssemblyName": "Azure.Core",
2982
+ "metadataToken": 100663425
2983
+ }
2984
+ },
2985
+ {
2986
+ "tsName": "getEnumerator",
2987
+ "isStatic": false,
2988
+ "tsSignatureId": "GetEnumerator|():IEnumerator_1|static=false",
2989
+ "target": {
2990
+ "declaringClrType": "Azure.Pageable\u00601",
2991
+ "declaringAssemblyName": "Azure.Core",
2992
+ "metadataToken": 100663427
2993
+ }
2994
+ },
2995
+ {
2996
+ "tsName": "fromPages",
2997
+ "isStatic": true,
2998
+ "tsSignatureId": "FromPages|(IEnumerable_1):Pageable_1|static=true",
2999
+ "target": {
3000
+ "declaringClrType": "Azure.Pageable\u00601",
3001
+ "declaringAssemblyName": "Azure.Core",
3002
+ "metadataToken": 100663428
3003
+ }
3004
+ },
3005
+ {
3006
+ "tsName": "equals",
3007
+ "isStatic": false,
3008
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
3009
+ "target": {
3010
+ "declaringClrType": "Azure.Pageable\u00601",
3011
+ "declaringAssemblyName": "Azure.Core",
3012
+ "metadataToken": 100663429
3013
+ }
3014
+ },
3015
+ {
3016
+ "tsName": "getHashCode",
3017
+ "isStatic": false,
3018
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
3019
+ "target": {
3020
+ "declaringClrType": "Azure.Pageable\u00601",
3021
+ "declaringAssemblyName": "Azure.Core",
3022
+ "metadataToken": 100663430
3023
+ }
3024
+ }
3025
+ ]
3026
+ },
3027
+ {
3028
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601",
3029
+ "clrName": "Azure.PageableOperation\u00601",
3030
+ "tsEmitName": "PageableOperation_1",
3031
+ "assemblyName": "Azure.Core",
3032
+ "metadataToken": 0,
3033
+ "methods": [
3034
+ {
3035
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601::GetValuesAsync(System.Threading.CancellationToken):AsyncPageable_1",
3036
+ "clrName": "GetValuesAsync",
3037
+ "tsEmitName": "getValuesAsync",
3038
+ "metadataToken": 100663432,
3039
+ "canonicalSignature": "(System.Threading.CancellationToken):AsyncPageable_1",
3040
+ "normalizedSignature": "GetValuesAsync|(System.Threading.CancellationToken):AsyncPageable_1|static=false",
3041
+ "emitScope": "ClassSurface",
3042
+ "arity": 0,
3043
+ "parameterCount": 1,
3044
+ "declaringClrType": "Azure.PageableOperation\u00601",
3045
+ "declaringAssemblyName": "Azure.Core",
3046
+ "isExtensionMethod": false
3047
+ },
3048
+ {
3049
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601::GetValues(System.Threading.CancellationToken):Pageable_1",
3050
+ "clrName": "GetValues",
3051
+ "tsEmitName": "getValues",
3052
+ "metadataToken": 100663433,
3053
+ "canonicalSignature": "(System.Threading.CancellationToken):Pageable_1",
3054
+ "normalizedSignature": "GetValues|(System.Threading.CancellationToken):Pageable_1|static=false",
3055
+ "emitScope": "ClassSurface",
3056
+ "arity": 0,
3057
+ "parameterCount": 1,
3058
+ "declaringClrType": "Azure.PageableOperation\u00601",
3059
+ "declaringAssemblyName": "Azure.Core",
3060
+ "isExtensionMethod": false
3061
+ }
3062
+ ],
3063
+ "properties": [
3064
+ {
3065
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601::Value:AsyncPageable_1",
3066
+ "clrName": "Value",
3067
+ "tsEmitName": "value",
3068
+ "metadataToken": 385875991,
3069
+ "canonicalSignature": ":AsyncPageable_1",
3070
+ "normalizedSignature": "Value|:AsyncPageable_1|static=false|accessor=get",
3071
+ "emitScope": "ClassSurface",
3072
+ "isIndexer": false,
3073
+ "hasGetter": true,
3074
+ "hasSetter": false,
3075
+ "declaringClrType": "Azure.PageableOperation\u00601",
3076
+ "declaringAssemblyName": "Azure.Core"
3077
+ }
3078
+ ],
3079
+ "fields": [],
3080
+ "events": [],
3081
+ "constructors": [],
3082
+ "exposedMethods": [
3083
+ {
3084
+ "tsName": "getValuesAsync",
3085
+ "isStatic": false,
3086
+ "tsSignatureId": "GetValuesAsync|(System.Threading.CancellationToken):AsyncPageable_1|static=false",
3087
+ "target": {
3088
+ "declaringClrType": "Azure.PageableOperation\u00601",
3089
+ "declaringAssemblyName": "Azure.Core",
3090
+ "metadataToken": 100663432
3091
+ }
3092
+ },
3093
+ {
3094
+ "tsName": "getValues",
3095
+ "isStatic": false,
3096
+ "tsSignatureId": "GetValues|(System.Threading.CancellationToken):Pageable_1|static=false",
3097
+ "target": {
3098
+ "declaringClrType": "Azure.PageableOperation\u00601",
3099
+ "declaringAssemblyName": "Azure.Core",
3100
+ "metadataToken": 100663433
3101
+ }
3102
+ },
3103
+ {
3104
+ "tsName": "waitForCompletion",
3105
+ "isStatic": false,
3106
+ "tsSignatureId": "WaitForCompletion|(System.Threading.CancellationToken):Response_1|static=false",
3107
+ "target": {
3108
+ "declaringClrType": "Azure.Operation\u00601",
3109
+ "declaringAssemblyName": "Azure.Core",
3110
+ "metadataToken": 100663404
3111
+ }
3112
+ },
3113
+ {
3114
+ "tsName": "waitForCompletionAsync",
3115
+ "isStatic": false,
3116
+ "tsSignatureId": "WaitForCompletionAsync|(System.Threading.CancellationToken):ValueTask_1|static=false",
3117
+ "target": {
3118
+ "declaringClrType": "Azure.Operation\u00601",
3119
+ "declaringAssemblyName": "Azure.Core",
3120
+ "metadataToken": 100663406
3121
+ }
3122
+ },
3123
+ {
3124
+ "tsName": "waitForCompletion",
3125
+ "isStatic": false,
3126
+ "tsSignatureId": "WaitForCompletion|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Response_1|static=false",
3127
+ "target": {
3128
+ "declaringClrType": "Azure.Operation\u00601",
3129
+ "declaringAssemblyName": "Azure.Core",
3130
+ "metadataToken": 100663408
3131
+ }
3132
+ },
3133
+ {
3134
+ "tsName": "waitForCompletionAsync",
3135
+ "isStatic": false,
3136
+ "tsSignatureId": "WaitForCompletionAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):ValueTask_1|static=false",
3137
+ "target": {
3138
+ "declaringClrType": "Azure.Operation\u00601",
3139
+ "declaringAssemblyName": "Azure.Core",
3140
+ "metadataToken": 100663409
3141
+ }
3142
+ },
3143
+ {
3144
+ "tsName": "waitForCompletionResponseAsync4",
3145
+ "isStatic": false,
3146
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
3147
+ "target": {
3148
+ "declaringClrType": "Azure.Operation\u00601",
3149
+ "declaringAssemblyName": "Azure.Core",
3150
+ "metadataToken": 100663410
3151
+ }
3152
+ },
3153
+ {
3154
+ "tsName": "waitForCompletionResponseAsync4",
3155
+ "isStatic": false,
3156
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
3157
+ "target": {
3158
+ "declaringClrType": "Azure.Operation\u00601",
3159
+ "declaringAssemblyName": "Azure.Core",
3160
+ "metadataToken": 100663411
3161
+ }
3162
+ },
3163
+ {
3164
+ "tsName": "waitForCompletionResponseAsync",
3165
+ "isStatic": false,
3166
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
3167
+ "target": {
3168
+ "declaringClrType": "Azure.Operation\u00601",
3169
+ "declaringAssemblyName": "Azure.Core",
3170
+ "metadataToken": 0
3171
+ }
3172
+ },
3173
+ {
3174
+ "tsName": "waitForCompletionResponseAsync2",
3175
+ "isStatic": false,
3176
+ "tsSignatureId": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
3177
+ "target": {
3178
+ "declaringClrType": "Azure.Operation\u00601",
3179
+ "declaringAssemblyName": "Azure.Core",
3180
+ "metadataToken": 0
3181
+ }
3182
+ },
3183
+ {
3184
+ "tsName": "waitForCompletionResponseAsync3",
3185
+ "isStatic": false,
3186
+ "tsSignatureId": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
3187
+ "target": {
3188
+ "declaringClrType": "Azure.Operation\u00601",
3189
+ "declaringAssemblyName": "Azure.Core",
3190
+ "metadataToken": 0
3191
+ }
3192
+ },
3193
+ {
3194
+ "tsName": "rehydrate",
3195
+ "isStatic": true,
3196
+ "tsSignatureId": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1|static=true",
3197
+ "target": {
3198
+ "declaringClrType": "Azure.Operation",
3199
+ "declaringAssemblyName": "Azure.Core",
3200
+ "metadataToken": 100663380
3201
+ }
3202
+ },
3203
+ {
3204
+ "tsName": "rehydrate",
3205
+ "isStatic": true,
3206
+ "tsSignatureId": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation|static=true",
3207
+ "target": {
3208
+ "declaringClrType": "Azure.Operation",
3209
+ "declaringAssemblyName": "Azure.Core",
3210
+ "metadataToken": 100663381
3211
+ }
3212
+ },
3213
+ {
3214
+ "tsName": "rehydrateAsync",
3215
+ "isStatic": true,
3216
+ "tsSignatureId": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1|static=true",
3217
+ "target": {
3218
+ "declaringClrType": "Azure.Operation",
3219
+ "declaringAssemblyName": "Azure.Core",
3220
+ "metadataToken": 100663382
3221
+ }
3222
+ },
3223
+ {
3224
+ "tsName": "rehydrateAsync",
3225
+ "isStatic": true,
3226
+ "tsSignatureId": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):System.Threading.Tasks.Task_1[[Azure.Operation,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=true",
3227
+ "target": {
3228
+ "declaringClrType": "Azure.Operation",
3229
+ "declaringAssemblyName": "Azure.Core",
3230
+ "metadataToken": 100663383
3231
+ }
3232
+ },
3233
+ {
3234
+ "tsName": "getRehydrationToken",
3235
+ "isStatic": false,
3236
+ "tsSignatureId": "GetRehydrationToken|():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
3237
+ "target": {
3238
+ "declaringClrType": "Azure.Operation",
3239
+ "declaringAssemblyName": "Azure.Core",
3240
+ "metadataToken": 100663384
3241
+ }
3242
+ },
3243
+ {
3244
+ "tsName": "getRawResponse",
3245
+ "isStatic": false,
3246
+ "tsSignatureId": "GetRawResponse|():Azure.Response|static=false",
3247
+ "target": {
3248
+ "declaringClrType": "Azure.Operation",
3249
+ "declaringAssemblyName": "Azure.Core",
3250
+ "metadataToken": 100663386
3251
+ }
3252
+ },
3253
+ {
3254
+ "tsName": "updateStatusAsync",
3255
+ "isStatic": false,
3256
+ "tsSignatureId": "UpdateStatusAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
3257
+ "target": {
3258
+ "declaringClrType": "Azure.Operation",
3259
+ "declaringAssemblyName": "Azure.Core",
3260
+ "metadataToken": 100663388
3261
+ }
3262
+ },
3263
+ {
3264
+ "tsName": "updateStatus",
3265
+ "isStatic": false,
3266
+ "tsSignatureId": "UpdateStatus|(System.Threading.CancellationToken):Azure.Response|static=false",
3267
+ "target": {
3268
+ "declaringClrType": "Azure.Operation",
3269
+ "declaringAssemblyName": "Azure.Core",
3270
+ "metadataToken": 100663389
3271
+ }
3272
+ },
3273
+ {
3274
+ "tsName": "waitForCompletionResponseAsync",
3275
+ "isStatic": false,
3276
+ "tsSignatureId": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Response,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
3277
+ "target": {
3278
+ "declaringClrType": "Azure.Operation",
3279
+ "declaringAssemblyName": "Azure.Core",
3280
+ "metadataToken": 100663392
3281
+ }
3282
+ },
3283
+ {
3284
+ "tsName": "waitForCompletionResponse",
3285
+ "isStatic": false,
3286
+ "tsSignatureId": "WaitForCompletionResponse|(System.Threading.CancellationToken):Azure.Response|static=false",
3287
+ "target": {
3288
+ "declaringClrType": "Azure.Operation",
3289
+ "declaringAssemblyName": "Azure.Core",
3290
+ "metadataToken": 100663393
3291
+ }
3292
+ },
3293
+ {
3294
+ "tsName": "waitForCompletionResponse",
3295
+ "isStatic": false,
3296
+ "tsSignatureId": "WaitForCompletionResponse|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response|static=false",
3297
+ "target": {
3298
+ "declaringClrType": "Azure.Operation",
3299
+ "declaringAssemblyName": "Azure.Core",
3300
+ "metadataToken": 100663395
3301
+ }
3302
+ },
3303
+ {
3304
+ "tsName": "equals",
3305
+ "isStatic": false,
3306
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
3307
+ "target": {
3308
+ "declaringClrType": "Azure.Operation",
3309
+ "declaringAssemblyName": "Azure.Core",
3310
+ "metadataToken": 100663398
3311
+ }
3312
+ },
3313
+ {
3314
+ "tsName": "getHashCode",
3315
+ "isStatic": false,
3316
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
3317
+ "target": {
3318
+ "declaringClrType": "Azure.Operation",
3319
+ "declaringAssemblyName": "Azure.Core",
3320
+ "metadataToken": 100663399
3321
+ }
3322
+ },
3323
+ {
3324
+ "tsName": "toString",
3325
+ "isStatic": false,
3326
+ "tsSignatureId": "ToString|():System.String|static=false",
3327
+ "target": {
3328
+ "declaringClrType": "Azure.Operation",
3329
+ "declaringAssemblyName": "Azure.Core",
3330
+ "metadataToken": 100663400
3331
+ }
3332
+ }
3333
+ ],
3334
+ "exposedProperties": [
3335
+ {
3336
+ "tsName": "value",
3337
+ "isStatic": false,
3338
+ "tsSignatureId": "Value|:AsyncPageable_1|static=false|accessor=get",
3339
+ "target": {
3340
+ "declaringClrType": "Azure.PageableOperation\u00601",
3341
+ "declaringAssemblyName": "Azure.Core",
3342
+ "metadataToken": 385875991
3343
+ }
3344
+ },
3345
+ {
3346
+ "tsName": "value",
3347
+ "isStatic": false,
3348
+ "tsSignatureId": "Value|:T|static=false|accessor=get",
3349
+ "target": {
3350
+ "declaringClrType": "Azure.Operation\u00601",
3351
+ "declaringAssemblyName": "Azure.Core",
3352
+ "metadataToken": 385875986
3353
+ }
3354
+ },
3355
+ {
3356
+ "tsName": "hasValue",
3357
+ "isStatic": false,
3358
+ "tsSignatureId": "HasValue|:System.Boolean|static=false|accessor=get",
3359
+ "target": {
3360
+ "declaringClrType": "Azure.Operation\u00601",
3361
+ "declaringAssemblyName": "Azure.Core",
3362
+ "metadataToken": 385875987
3363
+ }
3364
+ },
3365
+ {
3366
+ "tsName": "id",
3367
+ "isStatic": false,
3368
+ "tsSignatureId": "Id|:System.String|static=false|accessor=get",
3369
+ "target": {
3370
+ "declaringClrType": "Azure.Operation",
3371
+ "declaringAssemblyName": "Azure.Core",
3372
+ "metadataToken": 385875984
3373
+ }
3374
+ },
3375
+ {
3376
+ "tsName": "hasCompleted",
3377
+ "isStatic": false,
3378
+ "tsSignatureId": "HasCompleted|:System.Boolean|static=false|accessor=get",
3379
+ "target": {
3380
+ "declaringClrType": "Azure.Operation",
3381
+ "declaringAssemblyName": "Azure.Core",
3382
+ "metadataToken": 385875985
3383
+ }
3384
+ }
3385
+ ]
3386
+ },
3387
+ {
3388
+ "stableId": "Azure.Core:Azure.RequestConditions",
3389
+ "clrName": "Azure.RequestConditions",
3390
+ "tsEmitName": "RequestConditions",
3391
+ "assemblyName": "Azure.Core",
3392
+ "metadataToken": 0,
3393
+ "methods": [],
3394
+ "properties": [
3395
+ {
3396
+ "stableId": "Azure.Core:Azure.RequestConditions::IfModifiedSince:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3397
+ "clrName": "IfModifiedSince",
3398
+ "tsEmitName": "ifModifiedSince",
3399
+ "metadataToken": 385875992,
3400
+ "canonicalSignature": ":System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3401
+ "normalizedSignature": "IfModifiedSince|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
3402
+ "emitScope": "ClassSurface",
3403
+ "isIndexer": false,
3404
+ "hasGetter": true,
3405
+ "hasSetter": true,
3406
+ "declaringClrType": "Azure.RequestConditions",
3407
+ "declaringAssemblyName": "Azure.Core"
3408
+ },
3409
+ {
3410
+ "stableId": "Azure.Core:Azure.RequestConditions::IfUnmodifiedSince:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3411
+ "clrName": "IfUnmodifiedSince",
3412
+ "tsEmitName": "ifUnmodifiedSince",
3413
+ "metadataToken": 385875993,
3414
+ "canonicalSignature": ":System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3415
+ "normalizedSignature": "IfUnmodifiedSince|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
3416
+ "emitScope": "ClassSurface",
3417
+ "isIndexer": false,
3418
+ "hasGetter": true,
3419
+ "hasSetter": true,
3420
+ "declaringClrType": "Azure.RequestConditions",
3421
+ "declaringAssemblyName": "Azure.Core"
3422
+ }
3423
+ ],
3424
+ "fields": [],
3425
+ "events": [],
3426
+ "constructors": [
3427
+ {
3428
+ "stableId": "Azure.Core:Azure.RequestConditions::.ctor():void",
3429
+ "metadataToken": 100663439,
3430
+ "canonicalSignature": "():void",
3431
+ "normalizedSignature": "constructor|():void|static=false",
3432
+ "isStatic": false,
3433
+ "parameterCount": 0,
3434
+ "declaringClrType": "Azure.RequestConditions",
3435
+ "declaringAssemblyName": "Azure.Core"
3436
+ }
3437
+ ],
3438
+ "exposedProperties": [
3439
+ {
3440
+ "tsName": "ifModifiedSince",
3441
+ "isStatic": false,
3442
+ "tsSignatureId": "IfModifiedSince|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
3443
+ "target": {
3444
+ "declaringClrType": "Azure.RequestConditions",
3445
+ "declaringAssemblyName": "Azure.Core",
3446
+ "metadataToken": 385875992
3447
+ }
3448
+ },
3449
+ {
3450
+ "tsName": "ifUnmodifiedSince",
3451
+ "isStatic": false,
3452
+ "tsSignatureId": "IfUnmodifiedSince|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
3453
+ "target": {
3454
+ "declaringClrType": "Azure.RequestConditions",
3455
+ "declaringAssemblyName": "Azure.Core",
3456
+ "metadataToken": 385875993
3457
+ }
3458
+ },
3459
+ {
3460
+ "tsName": "ifMatch",
3461
+ "isStatic": false,
3462
+ "tsSignatureId": "IfMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
3463
+ "target": {
3464
+ "declaringClrType": "Azure.MatchConditions",
3465
+ "declaringAssemblyName": "Azure.Core",
3466
+ "metadataToken": 385875980
3467
+ }
3468
+ },
3469
+ {
3470
+ "tsName": "ifNoneMatch",
3471
+ "isStatic": false,
3472
+ "tsSignatureId": "IfNoneMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
3473
+ "target": {
3474
+ "declaringClrType": "Azure.MatchConditions",
3475
+ "declaringAssemblyName": "Azure.Core",
3476
+ "metadataToken": 385875981
3477
+ }
3478
+ }
3479
+ ],
3480
+ "exposedConstructors": [
3481
+ {
3482
+ "isStatic": false,
3483
+ "tsSignatureId": "constructor|():void|static=false",
3484
+ "target": {
3485
+ "declaringClrType": "Azure.RequestConditions",
3486
+ "declaringAssemblyName": "Azure.Core",
3487
+ "metadataToken": 100663439
3488
+ }
3489
+ }
3490
+ ]
3491
+ },
3492
+ {
3493
+ "stableId": "Azure.Core:Azure.RequestContext",
3494
+ "clrName": "Azure.RequestContext",
3495
+ "tsEmitName": "RequestContext",
3496
+ "assemblyName": "Azure.Core",
3497
+ "metadataToken": 0,
3498
+ "methods": [
3499
+ {
3500
+ "stableId": "Azure.Core:Azure.RequestContext::AddPolicy(Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core.HttpPipelinePosition):System.Void",
3501
+ "clrName": "AddPolicy",
3502
+ "tsEmitName": "addPolicy",
3503
+ "metadataToken": 100663450,
3504
+ "canonicalSignature": "(Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core.HttpPipelinePosition):System.Void",
3505
+ "normalizedSignature": "AddPolicy|(Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core.HttpPipelinePosition):System.Void|static=false",
3506
+ "emitScope": "ClassSurface",
3507
+ "arity": 0,
3508
+ "parameterCount": 2,
3509
+ "declaringClrType": "Azure.RequestContext",
3510
+ "declaringAssemblyName": "Azure.Core",
3511
+ "isExtensionMethod": false
3512
+ },
3513
+ {
3514
+ "stableId": "Azure.Core:Azure.RequestContext::AddClassifier(System.Int32,System.Boolean):System.Void",
3515
+ "clrName": "AddClassifier",
3516
+ "tsEmitName": "addClassifier",
3517
+ "metadataToken": 100663451,
3518
+ "canonicalSignature": "(System.Int32,System.Boolean):System.Void",
3519
+ "normalizedSignature": "AddClassifier|(System.Int32,System.Boolean):System.Void|static=false",
3520
+ "emitScope": "ClassSurface",
3521
+ "arity": 0,
3522
+ "parameterCount": 2,
3523
+ "declaringClrType": "Azure.RequestContext",
3524
+ "declaringAssemblyName": "Azure.Core",
3525
+ "isExtensionMethod": false
3526
+ },
3527
+ {
3528
+ "stableId": "Azure.Core:Azure.RequestContext::AddClassifier(Azure.Core.ResponseClassificationHandler):System.Void",
3529
+ "clrName": "AddClassifier",
3530
+ "tsEmitName": "addClassifier",
3531
+ "metadataToken": 100663452,
3532
+ "canonicalSignature": "(Azure.Core.ResponseClassificationHandler):System.Void",
3533
+ "normalizedSignature": "AddClassifier|(Azure.Core.ResponseClassificationHandler):System.Void|static=false",
3534
+ "emitScope": "ClassSurface",
3535
+ "arity": 0,
3536
+ "parameterCount": 1,
3537
+ "declaringClrType": "Azure.RequestContext",
3538
+ "declaringAssemblyName": "Azure.Core",
3539
+ "isExtensionMethod": false
3540
+ }
3541
+ ],
3542
+ "properties": [
3543
+ {
3544
+ "stableId": "Azure.Core:Azure.RequestContext::ErrorOptions:Azure.ErrorOptions",
3545
+ "clrName": "ErrorOptions",
3546
+ "tsEmitName": "errorOptions",
3547
+ "metadataToken": 385875997,
3548
+ "canonicalSignature": ":Azure.ErrorOptions",
3549
+ "normalizedSignature": "ErrorOptions|:Azure.ErrorOptions|static=false|accessor=getset",
3550
+ "emitScope": "ClassSurface",
3551
+ "isIndexer": false,
3552
+ "hasGetter": true,
3553
+ "hasSetter": true,
3554
+ "declaringClrType": "Azure.RequestContext",
3555
+ "declaringAssemblyName": "Azure.Core"
3556
+ },
3557
+ {
3558
+ "stableId": "Azure.Core:Azure.RequestContext::CancellationToken:System.Threading.CancellationToken",
3559
+ "clrName": "CancellationToken",
3560
+ "tsEmitName": "cancellationToken",
3561
+ "metadataToken": 385875998,
3562
+ "canonicalSignature": ":System.Threading.CancellationToken",
3563
+ "normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=getset",
3564
+ "emitScope": "ClassSurface",
3565
+ "isIndexer": false,
3566
+ "hasGetter": true,
3567
+ "hasSetter": true,
3568
+ "declaringClrType": "Azure.RequestContext",
3569
+ "declaringAssemblyName": "Azure.Core"
3570
+ }
3571
+ ],
3572
+ "fields": [],
3573
+ "events": [],
3574
+ "constructors": [
3575
+ {
3576
+ "stableId": "Azure.Core:Azure.RequestContext::.ctor():void",
3577
+ "metadataToken": 100663448,
3578
+ "canonicalSignature": "():void",
3579
+ "normalizedSignature": "constructor|():void|static=false",
3580
+ "isStatic": false,
3581
+ "parameterCount": 0,
3582
+ "declaringClrType": "Azure.RequestContext",
3583
+ "declaringAssemblyName": "Azure.Core"
3584
+ }
3585
+ ],
3586
+ "exposedMethods": [
3587
+ {
3588
+ "tsName": "addPolicy",
3589
+ "isStatic": false,
3590
+ "tsSignatureId": "AddPolicy|(Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core.HttpPipelinePosition):System.Void|static=false",
3591
+ "target": {
3592
+ "declaringClrType": "Azure.RequestContext",
3593
+ "declaringAssemblyName": "Azure.Core",
3594
+ "metadataToken": 100663450
3595
+ }
3596
+ },
3597
+ {
3598
+ "tsName": "addClassifier",
3599
+ "isStatic": false,
3600
+ "tsSignatureId": "AddClassifier|(System.Int32,System.Boolean):System.Void|static=false",
3601
+ "target": {
3602
+ "declaringClrType": "Azure.RequestContext",
3603
+ "declaringAssemblyName": "Azure.Core",
3604
+ "metadataToken": 100663451
3605
+ }
3606
+ },
3607
+ {
3608
+ "tsName": "addClassifier",
3609
+ "isStatic": false,
3610
+ "tsSignatureId": "AddClassifier|(Azure.Core.ResponseClassificationHandler):System.Void|static=false",
3611
+ "target": {
3612
+ "declaringClrType": "Azure.RequestContext",
3613
+ "declaringAssemblyName": "Azure.Core",
3614
+ "metadataToken": 100663452
3615
+ }
3616
+ }
3617
+ ],
3618
+ "exposedProperties": [
3619
+ {
3620
+ "tsName": "errorOptions",
3621
+ "isStatic": false,
3622
+ "tsSignatureId": "ErrorOptions|:Azure.ErrorOptions|static=false|accessor=getset",
3623
+ "target": {
3624
+ "declaringClrType": "Azure.RequestContext",
3625
+ "declaringAssemblyName": "Azure.Core",
3626
+ "metadataToken": 385875997
3627
+ }
3628
+ },
3629
+ {
3630
+ "tsName": "cancellationToken",
3631
+ "isStatic": false,
3632
+ "tsSignatureId": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=getset",
3633
+ "target": {
3634
+ "declaringClrType": "Azure.RequestContext",
3635
+ "declaringAssemblyName": "Azure.Core",
3636
+ "metadataToken": 385875998
3637
+ }
3638
+ }
3639
+ ],
3640
+ "exposedConstructors": [
3641
+ {
3642
+ "isStatic": false,
3643
+ "tsSignatureId": "constructor|():void|static=false",
3644
+ "target": {
3645
+ "declaringClrType": "Azure.RequestContext",
3646
+ "declaringAssemblyName": "Azure.Core",
3647
+ "metadataToken": 100663448
3648
+ }
3649
+ }
3650
+ ]
3651
+ },
3652
+ {
3653
+ "stableId": "Azure.Core:Azure.RequestFailedException",
3654
+ "clrName": "Azure.RequestFailedException",
3655
+ "tsEmitName": "RequestFailedException",
3656
+ "assemblyName": "Azure.Core",
3657
+ "metadataToken": 0,
3658
+ "methods": [
3659
+ {
3660
+ "stableId": "Azure.Core:Azure.RequestFailedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
3661
+ "clrName": "GetObjectData",
3662
+ "tsEmitName": "getObjectData",
3663
+ "metadataToken": 100663468,
3664
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
3665
+ "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
3666
+ "emitScope": "ClassSurface",
3667
+ "arity": 0,
3668
+ "parameterCount": 2,
3669
+ "declaringClrType": "Azure.RequestFailedException",
3670
+ "declaringAssemblyName": "Azure.Core",
3671
+ "isExtensionMethod": false
3672
+ },
3673
+ {
3674
+ "stableId": "Azure.Core:Azure.RequestFailedException::GetRawResponse():Azure.Response",
3675
+ "clrName": "GetRawResponse",
3676
+ "tsEmitName": "getRawResponse",
3677
+ "metadataToken": 100663469,
3678
+ "canonicalSignature": "():Azure.Response",
3679
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
3680
+ "emitScope": "ClassSurface",
3681
+ "arity": 0,
3682
+ "parameterCount": 0,
3683
+ "declaringClrType": "Azure.RequestFailedException",
3684
+ "declaringAssemblyName": "Azure.Core",
3685
+ "isExtensionMethod": false
3686
+ }
3687
+ ],
3688
+ "properties": [
3689
+ {
3690
+ "stableId": "Azure.Core:Azure.RequestFailedException::Status:System.Int32",
3691
+ "clrName": "Status",
3692
+ "tsEmitName": "status",
3693
+ "metadataToken": 385875999,
3694
+ "canonicalSignature": ":System.Int32",
3695
+ "normalizedSignature": "Status|:System.Int32|static=false|accessor=get",
3696
+ "emitScope": "ClassSurface",
3697
+ "isIndexer": false,
3698
+ "hasGetter": true,
3699
+ "hasSetter": false,
3700
+ "declaringClrType": "Azure.RequestFailedException",
3701
+ "declaringAssemblyName": "Azure.Core"
3702
+ },
3703
+ {
3704
+ "stableId": "Azure.Core:Azure.RequestFailedException::ErrorCode:System.String",
3705
+ "clrName": "ErrorCode",
3706
+ "tsEmitName": "errorCode",
3707
+ "metadataToken": 385876000,
3708
+ "canonicalSignature": ":System.String",
3709
+ "normalizedSignature": "ErrorCode|:System.String|static=false|accessor=get",
3710
+ "emitScope": "ClassSurface",
3711
+ "isIndexer": false,
3712
+ "hasGetter": true,
3713
+ "hasSetter": false,
3714
+ "declaringClrType": "Azure.RequestFailedException",
3715
+ "declaringAssemblyName": "Azure.Core"
3716
+ }
3717
+ ],
3718
+ "fields": [],
3719
+ "events": [],
3720
+ "constructors": [
3721
+ {
3722
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(System.String):void",
3723
+ "metadataToken": 100663457,
3724
+ "canonicalSignature": "(System.String):void",
3725
+ "normalizedSignature": "constructor|(System.String):void|static=false",
3726
+ "isStatic": false,
3727
+ "parameterCount": 1,
3728
+ "declaringClrType": "Azure.RequestFailedException",
3729
+ "declaringAssemblyName": "Azure.Core"
3730
+ },
3731
+ {
3732
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(System.String,System.Exception):void",
3733
+ "metadataToken": 100663458,
3734
+ "canonicalSignature": "(System.String,System.Exception):void",
3735
+ "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
3736
+ "isStatic": false,
3737
+ "parameterCount": 2,
3738
+ "declaringClrType": "Azure.RequestFailedException",
3739
+ "declaringAssemblyName": "Azure.Core"
3740
+ },
3741
+ {
3742
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(System.Int32,System.String):void",
3743
+ "metadataToken": 100663459,
3744
+ "canonicalSignature": "(System.Int32,System.String):void",
3745
+ "normalizedSignature": "constructor|(System.Int32,System.String):void|static=false",
3746
+ "isStatic": false,
3747
+ "parameterCount": 2,
3748
+ "declaringClrType": "Azure.RequestFailedException",
3749
+ "declaringAssemblyName": "Azure.Core"
3750
+ },
3751
+ {
3752
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(System.Int32,System.String,System.Exception):void",
3753
+ "metadataToken": 100663460,
3754
+ "canonicalSignature": "(System.Int32,System.String,System.Exception):void",
3755
+ "normalizedSignature": "constructor|(System.Int32,System.String,System.Exception):void|static=false",
3756
+ "isStatic": false,
3757
+ "parameterCount": 3,
3758
+ "declaringClrType": "Azure.RequestFailedException",
3759
+ "declaringAssemblyName": "Azure.Core"
3760
+ },
3761
+ {
3762
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(System.Int32,System.String,System.String,System.Exception):void",
3763
+ "metadataToken": 100663461,
3764
+ "canonicalSignature": "(System.Int32,System.String,System.String,System.Exception):void",
3765
+ "normalizedSignature": "constructor|(System.Int32,System.String,System.String,System.Exception):void|static=false",
3766
+ "isStatic": false,
3767
+ "parameterCount": 4,
3768
+ "declaringClrType": "Azure.RequestFailedException",
3769
+ "declaringAssemblyName": "Azure.Core"
3770
+ },
3771
+ {
3772
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(Azure.Response):void",
3773
+ "metadataToken": 100663464,
3774
+ "canonicalSignature": "(Azure.Response):void",
3775
+ "normalizedSignature": "constructor|(Azure.Response):void|static=false",
3776
+ "isStatic": false,
3777
+ "parameterCount": 1,
3778
+ "declaringClrType": "Azure.RequestFailedException",
3779
+ "declaringAssemblyName": "Azure.Core"
3780
+ },
3781
+ {
3782
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(Azure.Response,System.Exception):void",
3783
+ "metadataToken": 100663465,
3784
+ "canonicalSignature": "(Azure.Response,System.Exception):void",
3785
+ "normalizedSignature": "constructor|(Azure.Response,System.Exception):void|static=false",
3786
+ "isStatic": false,
3787
+ "parameterCount": 2,
3788
+ "declaringClrType": "Azure.RequestFailedException",
3789
+ "declaringAssemblyName": "Azure.Core"
3790
+ },
3791
+ {
3792
+ "stableId": "Azure.Core:Azure.RequestFailedException::.ctor(Azure.Response,System.Exception,Azure.Core.RequestFailedDetailsParser):void",
3793
+ "metadataToken": 100663466,
3794
+ "canonicalSignature": "(Azure.Response,System.Exception,Azure.Core.RequestFailedDetailsParser):void",
3795
+ "normalizedSignature": "constructor|(Azure.Response,System.Exception,Azure.Core.RequestFailedDetailsParser):void|static=false",
3796
+ "isStatic": false,
3797
+ "parameterCount": 3,
3798
+ "declaringClrType": "Azure.RequestFailedException",
3799
+ "declaringAssemblyName": "Azure.Core"
3800
+ }
3801
+ ],
3802
+ "exposedMethods": [
3803
+ {
3804
+ "tsName": "getObjectData",
3805
+ "isStatic": false,
3806
+ "tsSignatureId": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
3807
+ "target": {
3808
+ "declaringClrType": "Azure.RequestFailedException",
3809
+ "declaringAssemblyName": "Azure.Core",
3810
+ "metadataToken": 100663468
3811
+ }
3812
+ },
3813
+ {
3814
+ "tsName": "getRawResponse",
3815
+ "isStatic": false,
3816
+ "tsSignatureId": "GetRawResponse|():Azure.Response|static=false",
3817
+ "target": {
3818
+ "declaringClrType": "Azure.RequestFailedException",
3819
+ "declaringAssemblyName": "Azure.Core",
3820
+ "metadataToken": 100663469
3821
+ }
3822
+ }
3823
+ ],
3824
+ "exposedProperties": [
3825
+ {
3826
+ "tsName": "status",
3827
+ "isStatic": false,
3828
+ "tsSignatureId": "Status|:System.Int32|static=false|accessor=get",
3829
+ "target": {
3830
+ "declaringClrType": "Azure.RequestFailedException",
3831
+ "declaringAssemblyName": "Azure.Core",
3832
+ "metadataToken": 385875999
3833
+ }
3834
+ },
3835
+ {
3836
+ "tsName": "errorCode",
3837
+ "isStatic": false,
3838
+ "tsSignatureId": "ErrorCode|:System.String|static=false|accessor=get",
3839
+ "target": {
3840
+ "declaringClrType": "Azure.RequestFailedException",
3841
+ "declaringAssemblyName": "Azure.Core",
3842
+ "metadataToken": 385876000
3843
+ }
3844
+ }
3845
+ ],
3846
+ "exposedConstructors": [
3847
+ {
3848
+ "isStatic": false,
3849
+ "tsSignatureId": "constructor|(System.String):void|static=false",
3850
+ "target": {
3851
+ "declaringClrType": "Azure.RequestFailedException",
3852
+ "declaringAssemblyName": "Azure.Core",
3853
+ "metadataToken": 100663457
3854
+ }
3855
+ },
3856
+ {
3857
+ "isStatic": false,
3858
+ "tsSignatureId": "constructor|(System.String,System.Exception):void|static=false",
3859
+ "target": {
3860
+ "declaringClrType": "Azure.RequestFailedException",
3861
+ "declaringAssemblyName": "Azure.Core",
3862
+ "metadataToken": 100663458
3863
+ }
3864
+ },
3865
+ {
3866
+ "isStatic": false,
3867
+ "tsSignatureId": "constructor|(System.Int32,System.String):void|static=false",
3868
+ "target": {
3869
+ "declaringClrType": "Azure.RequestFailedException",
3870
+ "declaringAssemblyName": "Azure.Core",
3871
+ "metadataToken": 100663459
3872
+ }
3873
+ },
3874
+ {
3875
+ "isStatic": false,
3876
+ "tsSignatureId": "constructor|(System.Int32,System.String,System.Exception):void|static=false",
3877
+ "target": {
3878
+ "declaringClrType": "Azure.RequestFailedException",
3879
+ "declaringAssemblyName": "Azure.Core",
3880
+ "metadataToken": 100663460
3881
+ }
3882
+ },
3883
+ {
3884
+ "isStatic": false,
3885
+ "tsSignatureId": "constructor|(System.Int32,System.String,System.String,System.Exception):void|static=false",
3886
+ "target": {
3887
+ "declaringClrType": "Azure.RequestFailedException",
3888
+ "declaringAssemblyName": "Azure.Core",
3889
+ "metadataToken": 100663461
3890
+ }
3891
+ },
3892
+ {
3893
+ "isStatic": false,
3894
+ "tsSignatureId": "constructor|(Azure.Response):void|static=false",
3895
+ "target": {
3896
+ "declaringClrType": "Azure.RequestFailedException",
3897
+ "declaringAssemblyName": "Azure.Core",
3898
+ "metadataToken": 100663464
3899
+ }
3900
+ },
3901
+ {
3902
+ "isStatic": false,
3903
+ "tsSignatureId": "constructor|(Azure.Response,System.Exception):void|static=false",
3904
+ "target": {
3905
+ "declaringClrType": "Azure.RequestFailedException",
3906
+ "declaringAssemblyName": "Azure.Core",
3907
+ "metadataToken": 100663465
3908
+ }
3909
+ },
3910
+ {
3911
+ "isStatic": false,
3912
+ "tsSignatureId": "constructor|(Azure.Response,System.Exception,Azure.Core.RequestFailedDetailsParser):void|static=false",
3913
+ "target": {
3914
+ "declaringClrType": "Azure.RequestFailedException",
3915
+ "declaringAssemblyName": "Azure.Core",
3916
+ "metadataToken": 100663466
3917
+ }
3918
+ }
3919
+ ]
3920
+ },
3921
+ {
3922
+ "stableId": "Azure.Core:Azure.Response",
3923
+ "clrName": "Azure.Response",
3924
+ "tsEmitName": "Response",
3925
+ "assemblyName": "Azure.Core",
3926
+ "metadataToken": 0,
3927
+ "methods": [
3928
+ {
3929
+ "stableId": "Azure.Core:Azure.Response::Dispose():System.Void",
3930
+ "clrName": "Dispose",
3931
+ "tsEmitName": "dispose",
3932
+ "metadataToken": 100663483,
3933
+ "canonicalSignature": "():System.Void",
3934
+ "normalizedSignature": "Dispose|():System.Void|static=false",
3935
+ "emitScope": "ClassSurface",
3936
+ "arity": 0,
3937
+ "parameterCount": 0,
3938
+ "declaringClrType": "Azure.Response",
3939
+ "declaringAssemblyName": "Azure.Core",
3940
+ "isExtensionMethod": false
3941
+ },
3942
+ {
3943
+ "stableId": "Azure.Core:Azure.Response::FromValue(T,Azure.Response):Response_1",
3944
+ "clrName": "FromValue",
3945
+ "tsEmitName": "fromValue",
3946
+ "metadataToken": 100663494,
3947
+ "canonicalSignature": "(T,Azure.Response):Response_1",
3948
+ "normalizedSignature": "FromValue|(T,Azure.Response):Response_1|static=true",
3949
+ "emitScope": "ClassSurface",
3950
+ "arity": 1,
3951
+ "parameterCount": 2,
3952
+ "declaringClrType": "Azure.Response",
3953
+ "declaringAssemblyName": "Azure.Core",
3954
+ "isExtensionMethod": false
3955
+ },
3956
+ {
3957
+ "stableId": "Azure.Core:Azure.Response::ToString():System.String",
3958
+ "clrName": "ToString",
3959
+ "tsEmitName": "toString",
3960
+ "metadataToken": 100663495,
3961
+ "canonicalSignature": "():System.String",
3962
+ "normalizedSignature": "ToString|():System.String|static=false",
3963
+ "emitScope": "ClassSurface",
3964
+ "arity": 0,
3965
+ "parameterCount": 0,
3966
+ "declaringClrType": "Azure.Response",
3967
+ "declaringAssemblyName": "Azure.Core",
3968
+ "isExtensionMethod": false
3969
+ }
3970
+ ],
3971
+ "properties": [
3972
+ {
3973
+ "stableId": "Azure.Core:Azure.Response::Status:System.Int32",
3974
+ "clrName": "Status",
3975
+ "tsEmitName": "status",
3976
+ "metadataToken": 385876001,
3977
+ "canonicalSignature": ":System.Int32",
3978
+ "normalizedSignature": "Status|:System.Int32|static=false|accessor=get",
3979
+ "emitScope": "ClassSurface",
3980
+ "isIndexer": false,
3981
+ "hasGetter": true,
3982
+ "hasSetter": false,
3983
+ "declaringClrType": "Azure.Response",
3984
+ "declaringAssemblyName": "Azure.Core"
3985
+ },
3986
+ {
3987
+ "stableId": "Azure.Core:Azure.Response::ReasonPhrase:System.String",
3988
+ "clrName": "ReasonPhrase",
3989
+ "tsEmitName": "reasonPhrase",
3990
+ "metadataToken": 385876002,
3991
+ "canonicalSignature": ":System.String",
3992
+ "normalizedSignature": "ReasonPhrase|:System.String|static=false|accessor=get",
3993
+ "emitScope": "ClassSurface",
3994
+ "isIndexer": false,
3995
+ "hasGetter": true,
3996
+ "hasSetter": false,
3997
+ "declaringClrType": "Azure.Response",
3998
+ "declaringAssemblyName": "Azure.Core"
3999
+ },
4000
+ {
4001
+ "stableId": "Azure.Core:Azure.Response::ContentStream:System.IO.Stream",
4002
+ "clrName": "ContentStream",
4003
+ "tsEmitName": "contentStream",
4004
+ "metadataToken": 385876003,
4005
+ "canonicalSignature": ":System.IO.Stream",
4006
+ "normalizedSignature": "ContentStream|:System.IO.Stream|static=false|accessor=getset",
4007
+ "emitScope": "ClassSurface",
4008
+ "isIndexer": false,
4009
+ "hasGetter": true,
4010
+ "hasSetter": true,
4011
+ "declaringClrType": "Azure.Response",
4012
+ "declaringAssemblyName": "Azure.Core"
4013
+ },
4014
+ {
4015
+ "stableId": "Azure.Core:Azure.Response::ClientRequestId:System.String",
4016
+ "clrName": "ClientRequestId",
4017
+ "tsEmitName": "clientRequestId",
4018
+ "metadataToken": 385876004,
4019
+ "canonicalSignature": ":System.String",
4020
+ "normalizedSignature": "ClientRequestId|:System.String|static=false|accessor=getset",
4021
+ "emitScope": "ClassSurface",
4022
+ "isIndexer": false,
4023
+ "hasGetter": true,
4024
+ "hasSetter": true,
4025
+ "declaringClrType": "Azure.Response",
4026
+ "declaringAssemblyName": "Azure.Core"
4027
+ },
4028
+ {
4029
+ "stableId": "Azure.Core:Azure.Response::Headers:Azure.Core.ResponseHeaders",
4030
+ "clrName": "Headers",
4031
+ "tsEmitName": "headers",
4032
+ "metadataToken": 385876005,
4033
+ "canonicalSignature": ":Azure.Core.ResponseHeaders",
4034
+ "normalizedSignature": "Headers|:Azure.Core.ResponseHeaders|static=false|accessor=get",
4035
+ "emitScope": "ClassSurface",
4036
+ "isIndexer": false,
4037
+ "hasGetter": true,
4038
+ "hasSetter": false,
4039
+ "declaringClrType": "Azure.Response",
4040
+ "declaringAssemblyName": "Azure.Core"
4041
+ },
4042
+ {
4043
+ "stableId": "Azure.Core:Azure.Response::Content:System.BinaryData",
4044
+ "clrName": "Content",
4045
+ "tsEmitName": "content",
4046
+ "metadataToken": 385876006,
4047
+ "canonicalSignature": ":System.BinaryData",
4048
+ "normalizedSignature": "Content|:System.BinaryData|static=false|accessor=get",
4049
+ "emitScope": "ClassSurface",
4050
+ "isIndexer": false,
4051
+ "hasGetter": true,
4052
+ "hasSetter": false,
4053
+ "declaringClrType": "Azure.Response",
4054
+ "declaringAssemblyName": "Azure.Core"
4055
+ },
4056
+ {
4057
+ "stableId": "Azure.Core:Azure.Response::IsError:System.Boolean",
4058
+ "clrName": "IsError",
4059
+ "tsEmitName": "isError",
4060
+ "metadataToken": 385876007,
4061
+ "canonicalSignature": ":System.Boolean",
4062
+ "normalizedSignature": "IsError|:System.Boolean|static=false|accessor=get",
4063
+ "emitScope": "ClassSurface",
4064
+ "isIndexer": false,
4065
+ "hasGetter": true,
4066
+ "hasSetter": false,
4067
+ "declaringClrType": "Azure.Response",
4068
+ "declaringAssemblyName": "Azure.Core"
4069
+ }
4070
+ ],
4071
+ "fields": [],
4072
+ "events": [],
4073
+ "constructors": [],
4074
+ "exposedMethods": [
4075
+ {
4076
+ "tsName": "dispose",
4077
+ "isStatic": false,
4078
+ "tsSignatureId": "Dispose|():System.Void|static=false",
4079
+ "target": {
4080
+ "declaringClrType": "Azure.Response",
4081
+ "declaringAssemblyName": "Azure.Core",
4082
+ "metadataToken": 100663483
4083
+ }
4084
+ },
4085
+ {
4086
+ "tsName": "fromValue",
4087
+ "isStatic": true,
4088
+ "tsSignatureId": "FromValue|(T,Azure.Response):Response_1|static=true",
4089
+ "target": {
4090
+ "declaringClrType": "Azure.Response",
4091
+ "declaringAssemblyName": "Azure.Core",
4092
+ "metadataToken": 100663494
4093
+ }
4094
+ },
4095
+ {
4096
+ "tsName": "toString",
4097
+ "isStatic": false,
4098
+ "tsSignatureId": "ToString|():System.String|static=false",
4099
+ "target": {
4100
+ "declaringClrType": "Azure.Response",
4101
+ "declaringAssemblyName": "Azure.Core",
4102
+ "metadataToken": 100663495
4103
+ }
4104
+ }
4105
+ ],
4106
+ "exposedProperties": [
4107
+ {
4108
+ "tsName": "status",
4109
+ "isStatic": false,
4110
+ "tsSignatureId": "Status|:System.Int32|static=false|accessor=get",
4111
+ "target": {
4112
+ "declaringClrType": "Azure.Response",
4113
+ "declaringAssemblyName": "Azure.Core",
4114
+ "metadataToken": 385876001
4115
+ }
4116
+ },
4117
+ {
4118
+ "tsName": "reasonPhrase",
4119
+ "isStatic": false,
4120
+ "tsSignatureId": "ReasonPhrase|:System.String|static=false|accessor=get",
4121
+ "target": {
4122
+ "declaringClrType": "Azure.Response",
4123
+ "declaringAssemblyName": "Azure.Core",
4124
+ "metadataToken": 385876002
4125
+ }
4126
+ },
4127
+ {
4128
+ "tsName": "contentStream",
4129
+ "isStatic": false,
4130
+ "tsSignatureId": "ContentStream|:System.IO.Stream|static=false|accessor=getset",
4131
+ "target": {
4132
+ "declaringClrType": "Azure.Response",
4133
+ "declaringAssemblyName": "Azure.Core",
4134
+ "metadataToken": 385876003
4135
+ }
4136
+ },
4137
+ {
4138
+ "tsName": "clientRequestId",
4139
+ "isStatic": false,
4140
+ "tsSignatureId": "ClientRequestId|:System.String|static=false|accessor=getset",
4141
+ "target": {
4142
+ "declaringClrType": "Azure.Response",
4143
+ "declaringAssemblyName": "Azure.Core",
4144
+ "metadataToken": 385876004
4145
+ }
4146
+ },
4147
+ {
4148
+ "tsName": "headers",
4149
+ "isStatic": false,
4150
+ "tsSignatureId": "Headers|:Azure.Core.ResponseHeaders|static=false|accessor=get",
4151
+ "target": {
4152
+ "declaringClrType": "Azure.Response",
4153
+ "declaringAssemblyName": "Azure.Core",
4154
+ "metadataToken": 385876005
4155
+ }
4156
+ },
4157
+ {
4158
+ "tsName": "content",
4159
+ "isStatic": false,
4160
+ "tsSignatureId": "Content|:System.BinaryData|static=false|accessor=get",
4161
+ "target": {
4162
+ "declaringClrType": "Azure.Response",
4163
+ "declaringAssemblyName": "Azure.Core",
4164
+ "metadataToken": 385876006
4165
+ }
4166
+ },
4167
+ {
4168
+ "tsName": "isError",
4169
+ "isStatic": false,
4170
+ "tsSignatureId": "IsError|:System.Boolean|static=false|accessor=get",
4171
+ "target": {
4172
+ "declaringClrType": "Azure.Response",
4173
+ "declaringAssemblyName": "Azure.Core",
4174
+ "metadataToken": 385876007
4175
+ }
4176
+ }
4177
+ ]
4178
+ },
4179
+ {
4180
+ "stableId": "Azure.Core:Azure.Response\u00601",
4181
+ "clrName": "Azure.Response\u00601",
4182
+ "tsEmitName": "Response_1",
4183
+ "assemblyName": "Azure.Core",
4184
+ "metadataToken": 0,
4185
+ "methods": [
4186
+ {
4187
+ "stableId": "Azure.Core:Azure.Response\u00601::Equals(System.Object):System.Boolean",
4188
+ "clrName": "Equals",
4189
+ "tsEmitName": "equals",
4190
+ "metadataToken": 100663563,
4191
+ "canonicalSignature": "(System.Object):System.Boolean",
4192
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
4193
+ "emitScope": "ClassSurface",
4194
+ "arity": 0,
4195
+ "parameterCount": 1,
4196
+ "declaringClrType": "Azure.Response\u00601",
4197
+ "declaringAssemblyName": "Azure.Core",
4198
+ "isExtensionMethod": false
4199
+ },
4200
+ {
4201
+ "stableId": "Azure.Core:Azure.Response\u00601::GetHashCode():System.Int32",
4202
+ "clrName": "GetHashCode",
4203
+ "tsEmitName": "getHashCode",
4204
+ "metadataToken": 100663564,
4205
+ "canonicalSignature": "():System.Int32",
4206
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
4207
+ "emitScope": "ClassSurface",
4208
+ "arity": 0,
4209
+ "parameterCount": 0,
4210
+ "declaringClrType": "Azure.Response\u00601",
4211
+ "declaringAssemblyName": "Azure.Core",
4212
+ "isExtensionMethod": false
4213
+ }
4214
+ ],
4215
+ "properties": [
4216
+ {
4217
+ "stableId": "Azure.Core:Azure.Response\u00601::HasValue:System.Boolean",
4218
+ "clrName": "HasValue",
4219
+ "tsEmitName": "hasValue",
4220
+ "metadataToken": 385876028,
4221
+ "canonicalSignature": ":System.Boolean",
4222
+ "normalizedSignature": "HasValue|:System.Boolean|static=false|accessor=get",
4223
+ "emitScope": "ClassSurface",
4224
+ "isIndexer": false,
4225
+ "hasGetter": true,
4226
+ "hasSetter": false,
4227
+ "declaringClrType": "Azure.Response\u00601",
4228
+ "declaringAssemblyName": "Azure.Core"
4229
+ },
4230
+ {
4231
+ "stableId": "Azure.Core:Azure.Response\u00601::Value:T",
4232
+ "clrName": "Value",
4233
+ "tsEmitName": "value",
4234
+ "metadataToken": 385876029,
4235
+ "canonicalSignature": ":T",
4236
+ "normalizedSignature": "Value|:T|static=false|accessor=get",
4237
+ "emitScope": "ClassSurface",
4238
+ "isIndexer": false,
4239
+ "hasGetter": true,
4240
+ "hasSetter": false,
4241
+ "declaringClrType": "Azure.Response\u00601",
4242
+ "declaringAssemblyName": "Azure.Core"
4243
+ }
4244
+ ],
4245
+ "fields": [],
4246
+ "events": [],
4247
+ "constructors": [],
4248
+ "exposedMethods": [
4249
+ {
4250
+ "tsName": "equals",
4251
+ "isStatic": false,
4252
+ "tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
4253
+ "target": {
4254
+ "declaringClrType": "Azure.Response\u00601",
4255
+ "declaringAssemblyName": "Azure.Core",
4256
+ "metadataToken": 100663563
4257
+ }
4258
+ },
4259
+ {
4260
+ "tsName": "getHashCode",
4261
+ "isStatic": false,
4262
+ "tsSignatureId": "GetHashCode|():System.Int32|static=false",
4263
+ "target": {
4264
+ "declaringClrType": "Azure.Response\u00601",
4265
+ "declaringAssemblyName": "Azure.Core",
4266
+ "metadataToken": 100663564
4267
+ }
4268
+ },
4269
+ {
4270
+ "tsName": "getRawResponse",
4271
+ "isStatic": false,
4272
+ "tsSignatureId": "GetRawResponse|():Azure.Response|static=false",
4273
+ "target": {
4274
+ "declaringClrType": "Azure.NullableResponse\u00601",
4275
+ "declaringAssemblyName": "Azure.Core",
4276
+ "metadataToken": 100663375
4277
+ }
4278
+ },
4279
+ {
4280
+ "tsName": "toString",
4281
+ "isStatic": false,
4282
+ "tsSignatureId": "ToString|():System.String|static=false",
4283
+ "target": {
4284
+ "declaringClrType": "Azure.NullableResponse\u00601",
4285
+ "declaringAssemblyName": "Azure.Core",
4286
+ "metadataToken": 100663378
4287
+ }
4288
+ }
4289
+ ],
4290
+ "exposedProperties": [
4291
+ {
4292
+ "tsName": "hasValue",
4293
+ "isStatic": false,
4294
+ "tsSignatureId": "HasValue|:System.Boolean|static=false|accessor=get",
4295
+ "target": {
4296
+ "declaringClrType": "Azure.Response\u00601",
4297
+ "declaringAssemblyName": "Azure.Core",
4298
+ "metadataToken": 385876028
4299
+ }
4300
+ },
4301
+ {
4302
+ "tsName": "value",
4303
+ "isStatic": false,
4304
+ "tsSignatureId": "Value|:T|static=false|accessor=get",
4305
+ "target": {
4306
+ "declaringClrType": "Azure.Response\u00601",
4307
+ "declaringAssemblyName": "Azure.Core",
4308
+ "metadataToken": 385876029
4309
+ }
4310
+ }
4311
+ ]
4312
+ },
4313
+ {
4314
+ "stableId": "Azure.Core:Azure.ResponseError",
4315
+ "clrName": "Azure.ResponseError",
4316
+ "tsEmitName": "ResponseError",
4317
+ "assemblyName": "Azure.Core",
4318
+ "metadataToken": 0,
4319
+ "methods": [
4320
+ {
4321
+ "stableId": "Azure.Core:Azure.ResponseError::ToString():System.String",
4322
+ "clrName": "ToString",
4323
+ "tsEmitName": "toString",
4324
+ "metadataToken": 100663506,
4325
+ "canonicalSignature": "():System.String",
4326
+ "normalizedSignature": "ToString|():System.String|static=false",
4327
+ "emitScope": "ClassSurface",
4328
+ "arity": 0,
4329
+ "parameterCount": 0,
4330
+ "declaringClrType": "Azure.ResponseError",
4331
+ "declaringAssemblyName": "Azure.Core",
4332
+ "isExtensionMethod": false
4333
+ },
4334
+ {
4335
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void",
4336
+ "clrName": "Write",
4337
+ "tsEmitName": "write",
4338
+ "metadataToken": 100663689,
4339
+ "canonicalSignature": "(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void",
4340
+ "normalizedSignature": "Write|(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void|static=false",
4341
+ "emitScope": "ViewOnly",
4342
+ "arity": 0,
4343
+ "parameterCount": 2,
4344
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
4345
+ "declaringAssemblyName": "System.ClientModel",
4346
+ "isExtensionMethod": false
4347
+ },
4348
+ {
4349
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Create(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
4350
+ "clrName": "Create",
4351
+ "tsEmitName": "create",
4352
+ "metadataToken": 100663690,
4353
+ "canonicalSignature": "(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
4354
+ "normalizedSignature": "Create|(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
4355
+ "emitScope": "ViewOnly",
4356
+ "arity": 0,
4357
+ "parameterCount": 2,
4358
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
4359
+ "declaringAssemblyName": "System.ClientModel",
4360
+ "isExtensionMethod": false,
4361
+ "parameterModifiers": [
4362
+ {
4363
+ "index": 0,
4364
+ "modifier": "ref"
4365
+ }
4366
+ ]
4367
+ },
4368
+ {
4369
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Write(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData",
4370
+ "clrName": "Write",
4371
+ "tsEmitName": "write",
4372
+ "metadataToken": 100663691,
4373
+ "canonicalSignature": "(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData",
4374
+ "normalizedSignature": "Write|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData|static=false",
4375
+ "emitScope": "ViewOnly",
4376
+ "arity": 0,
4377
+ "parameterCount": 1,
4378
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
4379
+ "declaringAssemblyName": "System.ClientModel",
4380
+ "isExtensionMethod": false
4381
+ },
4382
+ {
4383
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
4384
+ "clrName": "Create",
4385
+ "tsEmitName": "create",
4386
+ "metadataToken": 100663692,
4387
+ "canonicalSignature": "(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
4388
+ "normalizedSignature": "Create|(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
4389
+ "emitScope": "ViewOnly",
4390
+ "arity": 0,
4391
+ "parameterCount": 2,
4392
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
4393
+ "declaringAssemblyName": "System.ClientModel",
4394
+ "isExtensionMethod": false
4395
+ },
4396
+ {
4397
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String",
4398
+ "clrName": "GetFormatFromOptions",
4399
+ "tsEmitName": "getFormatFromOptions",
4400
+ "metadataToken": 100663693,
4401
+ "canonicalSignature": "(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String",
4402
+ "normalizedSignature": "GetFormatFromOptions|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String|static=false",
4403
+ "emitScope": "ViewOnly",
4404
+ "arity": 0,
4405
+ "parameterCount": 1,
4406
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
4407
+ "declaringAssemblyName": "System.ClientModel",
4408
+ "isExtensionMethod": false
4409
+ }
4410
+ ],
4411
+ "properties": [
4412
+ {
4413
+ "stableId": "Azure.Core:Azure.ResponseError::Code:System.String",
4414
+ "clrName": "Code",
4415
+ "tsEmitName": "code",
4416
+ "metadataToken": 385876010,
4417
+ "canonicalSignature": ":System.String",
4418
+ "normalizedSignature": "Code|:System.String|static=false|accessor=get",
4419
+ "emitScope": "ClassSurface",
4420
+ "isIndexer": false,
4421
+ "hasGetter": true,
4422
+ "hasSetter": false,
4423
+ "declaringClrType": "Azure.ResponseError",
4424
+ "declaringAssemblyName": "Azure.Core"
4425
+ },
4426
+ {
4427
+ "stableId": "Azure.Core:Azure.ResponseError::Message:System.String",
4428
+ "clrName": "Message",
4429
+ "tsEmitName": "message",
4430
+ "metadataToken": 385876011,
4431
+ "canonicalSignature": ":System.String",
4432
+ "normalizedSignature": "Message|:System.String|static=false|accessor=get",
4433
+ "emitScope": "ClassSurface",
4434
+ "isIndexer": false,
4435
+ "hasGetter": true,
4436
+ "hasSetter": false,
4437
+ "declaringClrType": "Azure.ResponseError",
4438
+ "declaringAssemblyName": "Azure.Core"
4439
+ }
4440
+ ],
4441
+ "fields": [],
4442
+ "events": [],
4443
+ "constructors": [
4444
+ {
4445
+ "stableId": "Azure.Core:Azure.ResponseError::.ctor():void",
4446
+ "metadataToken": 100663498,
4447
+ "canonicalSignature": "():void",
4448
+ "normalizedSignature": "constructor|():void|static=false",
4449
+ "isStatic": false,
4450
+ "parameterCount": 0,
4451
+ "declaringClrType": "Azure.ResponseError",
4452
+ "declaringAssemblyName": "Azure.Core"
4453
+ },
4454
+ {
4455
+ "stableId": "Azure.Core:Azure.ResponseError::.ctor(System.String,System.String):void",
4456
+ "metadataToken": 100663499,
4457
+ "canonicalSignature": "(System.String,System.String):void",
4458
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
4459
+ "isStatic": false,
4460
+ "parameterCount": 2,
4461
+ "declaringClrType": "Azure.ResponseError",
4462
+ "declaringAssemblyName": "Azure.Core"
4463
+ }
4464
+ ],
4465
+ "exposedMethods": [
4466
+ {
4467
+ "tsName": "toString",
4468
+ "isStatic": false,
4469
+ "tsSignatureId": "ToString|():System.String|static=false",
4470
+ "target": {
4471
+ "declaringClrType": "Azure.ResponseError",
4472
+ "declaringAssemblyName": "Azure.Core",
4473
+ "metadataToken": 100663506
4474
+ }
4475
+ },
4476
+ {
4477
+ "tsName": "write",
4478
+ "isStatic": false,
4479
+ "tsSignatureId": "Write|(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void|static=false",
4480
+ "target": {
4481
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
4482
+ "declaringAssemblyName": "System.ClientModel",
4483
+ "metadataToken": 100663689
4484
+ }
4485
+ },
4486
+ {
4487
+ "tsName": "create",
4488
+ "isStatic": false,
4489
+ "tsSignatureId": "Create|(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
4490
+ "target": {
4491
+ "declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
4492
+ "declaringAssemblyName": "System.ClientModel",
4493
+ "metadataToken": 100663690
4494
+ }
4495
+ },
4496
+ {
4497
+ "tsName": "write",
4498
+ "isStatic": false,
4499
+ "tsSignatureId": "Write|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData|static=false",
4500
+ "target": {
4501
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
4502
+ "declaringAssemblyName": "System.ClientModel",
4503
+ "metadataToken": 100663691
4504
+ }
4505
+ },
4506
+ {
4507
+ "tsName": "create",
4508
+ "isStatic": false,
4509
+ "tsSignatureId": "Create|(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
4510
+ "target": {
4511
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
4512
+ "declaringAssemblyName": "System.ClientModel",
4513
+ "metadataToken": 100663692
4514
+ }
4515
+ },
4516
+ {
4517
+ "tsName": "getFormatFromOptions",
4518
+ "isStatic": false,
4519
+ "tsSignatureId": "GetFormatFromOptions|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String|static=false",
4520
+ "target": {
4521
+ "declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
4522
+ "declaringAssemblyName": "System.ClientModel",
4523
+ "metadataToken": 100663693
4524
+ }
4525
+ }
4526
+ ],
4527
+ "exposedProperties": [
4528
+ {
4529
+ "tsName": "code",
4530
+ "isStatic": false,
4531
+ "tsSignatureId": "Code|:System.String|static=false|accessor=get",
4532
+ "target": {
4533
+ "declaringClrType": "Azure.ResponseError",
4534
+ "declaringAssemblyName": "Azure.Core",
4535
+ "metadataToken": 385876010
4536
+ }
4537
+ },
4538
+ {
4539
+ "tsName": "message",
4540
+ "isStatic": false,
4541
+ "tsSignatureId": "Message|:System.String|static=false|accessor=get",
4542
+ "target": {
4543
+ "declaringClrType": "Azure.ResponseError",
4544
+ "declaringAssemblyName": "Azure.Core",
4545
+ "metadataToken": 385876011
4546
+ }
4547
+ }
4548
+ ],
4549
+ "exposedConstructors": [
4550
+ {
4551
+ "isStatic": false,
4552
+ "tsSignatureId": "constructor|():void|static=false",
4553
+ "target": {
4554
+ "declaringClrType": "Azure.ResponseError",
4555
+ "declaringAssemblyName": "Azure.Core",
4556
+ "metadataToken": 100663498
4557
+ }
4558
+ },
4559
+ {
4560
+ "isStatic": false,
4561
+ "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
4562
+ "target": {
4563
+ "declaringClrType": "Azure.ResponseError",
4564
+ "declaringAssemblyName": "Azure.Core",
4565
+ "metadataToken": 100663499
4566
+ }
4567
+ }
4568
+ ]
4569
+ },
4570
+ {
4571
+ "stableId": "Azure.Core:Azure.SyncAsyncEventArgs",
4572
+ "clrName": "Azure.SyncAsyncEventArgs",
4573
+ "tsEmitName": "SyncAsyncEventArgs",
4574
+ "assemblyName": "Azure.Core",
4575
+ "metadataToken": 0,
4576
+ "methods": [],
4577
+ "properties": [
4578
+ {
4579
+ "stableId": "Azure.Core:Azure.SyncAsyncEventArgs::IsRunningSynchronously:System.Boolean",
4580
+ "clrName": "IsRunningSynchronously",
4581
+ "tsEmitName": "isRunningSynchronously",
4582
+ "metadataToken": 385876030,
4583
+ "canonicalSignature": ":System.Boolean",
4584
+ "normalizedSignature": "IsRunningSynchronously|:System.Boolean|static=false|accessor=get",
4585
+ "emitScope": "ClassSurface",
4586
+ "isIndexer": false,
4587
+ "hasGetter": true,
4588
+ "hasSetter": false,
4589
+ "declaringClrType": "Azure.SyncAsyncEventArgs",
4590
+ "declaringAssemblyName": "Azure.Core"
4591
+ },
4592
+ {
4593
+ "stableId": "Azure.Core:Azure.SyncAsyncEventArgs::CancellationToken:System.Threading.CancellationToken",
4594
+ "clrName": "CancellationToken",
4595
+ "tsEmitName": "cancellationToken",
4596
+ "metadataToken": 385876031,
4597
+ "canonicalSignature": ":System.Threading.CancellationToken",
4598
+ "normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=get",
4599
+ "emitScope": "ClassSurface",
4600
+ "isIndexer": false,
4601
+ "hasGetter": true,
4602
+ "hasSetter": false,
4603
+ "declaringClrType": "Azure.SyncAsyncEventArgs",
4604
+ "declaringAssemblyName": "Azure.Core"
4605
+ }
4606
+ ],
4607
+ "fields": [],
4608
+ "events": [],
4609
+ "constructors": [
4610
+ {
4611
+ "stableId": "Azure.Core:Azure.SyncAsyncEventArgs::.ctor(System.Boolean,System.Threading.CancellationToken):void",
4612
+ "metadataToken": 100663575,
4613
+ "canonicalSignature": "(System.Boolean,System.Threading.CancellationToken):void",
4614
+ "normalizedSignature": "constructor|(System.Boolean,System.Threading.CancellationToken):void|static=false",
4615
+ "isStatic": false,
4616
+ "parameterCount": 2,
4617
+ "declaringClrType": "Azure.SyncAsyncEventArgs",
4618
+ "declaringAssemblyName": "Azure.Core"
4619
+ }
4620
+ ],
4621
+ "exposedProperties": [
4622
+ {
4623
+ "tsName": "isRunningSynchronously",
4624
+ "isStatic": false,
4625
+ "tsSignatureId": "IsRunningSynchronously|:System.Boolean|static=false|accessor=get",
4626
+ "target": {
4627
+ "declaringClrType": "Azure.SyncAsyncEventArgs",
4628
+ "declaringAssemblyName": "Azure.Core",
4629
+ "metadataToken": 385876030
4630
+ }
4631
+ },
4632
+ {
4633
+ "tsName": "cancellationToken",
4634
+ "isStatic": false,
4635
+ "tsSignatureId": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=get",
4636
+ "target": {
4637
+ "declaringClrType": "Azure.SyncAsyncEventArgs",
4638
+ "declaringAssemblyName": "Azure.Core",
4639
+ "metadataToken": 385876031
4640
+ }
4641
+ }
4642
+ ],
4643
+ "exposedConstructors": [
4644
+ {
4645
+ "isStatic": false,
4646
+ "tsSignatureId": "constructor|(System.Boolean,System.Threading.CancellationToken):void|static=false",
4647
+ "target": {
4648
+ "declaringClrType": "Azure.SyncAsyncEventArgs",
4649
+ "declaringAssemblyName": "Azure.Core",
4650
+ "metadataToken": 100663575
4651
+ }
4652
+ }
4653
+ ]
4654
+ },
4655
+ {
4656
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions",
4657
+ "clrName": "Azure.AzureCoreExtensions",
4658
+ "tsEmitName": "AzureCoreExtensions",
4659
+ "assemblyName": "Azure.Core",
4660
+ "metadataToken": 0,
4661
+ "methods": [
4662
+ {
4663
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToObject(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):T",
4664
+ "clrName": "ToObject",
4665
+ "tsEmitName": "toObject",
4666
+ "metadataToken": 100663566,
4667
+ "canonicalSignature": "(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):T",
4668
+ "normalizedSignature": "ToObject|(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):T|static=true",
4669
+ "emitScope": "ClassSurface",
4670
+ "arity": 1,
4671
+ "parameterCount": 3,
4672
+ "declaringClrType": "Azure.AzureCoreExtensions",
4673
+ "declaringAssemblyName": "Azure.Core",
4674
+ "isExtensionMethod": true
4675
+ },
4676
+ {
4677
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToObjectAsync(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):ValueTask_1",
4678
+ "clrName": "ToObjectAsync",
4679
+ "tsEmitName": "toObjectAsync",
4680
+ "metadataToken": 100663567,
4681
+ "canonicalSignature": "(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):ValueTask_1",
4682
+ "normalizedSignature": "ToObjectAsync|(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):ValueTask_1|static=true",
4683
+ "emitScope": "ClassSurface",
4684
+ "arity": 1,
4685
+ "parameterCount": 3,
4686
+ "declaringClrType": "Azure.AzureCoreExtensions",
4687
+ "declaringAssemblyName": "Azure.Core",
4688
+ "isExtensionMethod": true
4689
+ },
4690
+ {
4691
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToObjectFromJson(System.BinaryData):System.Object",
4692
+ "clrName": "ToObjectFromJson",
4693
+ "tsEmitName": "toObjectFromJson",
4694
+ "metadataToken": 100663568,
4695
+ "canonicalSignature": "(System.BinaryData):System.Object",
4696
+ "normalizedSignature": "ToObjectFromJson|(System.BinaryData):System.Object|static=true",
4697
+ "emitScope": "ClassSurface",
4698
+ "arity": 0,
4699
+ "parameterCount": 1,
4700
+ "declaringClrType": "Azure.AzureCoreExtensions",
4701
+ "declaringAssemblyName": "Azure.Core",
4702
+ "isExtensionMethod": true
4703
+ },
4704
+ {
4705
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToDynamicFromJson(System.BinaryData):System.Object",
4706
+ "clrName": "ToDynamicFromJson",
4707
+ "tsEmitName": "toDynamicFromJson",
4708
+ "metadataToken": 100663569,
4709
+ "canonicalSignature": "(System.BinaryData):System.Object",
4710
+ "normalizedSignature": "ToDynamicFromJson|(System.BinaryData):System.Object|static=true",
4711
+ "emitScope": "ClassSurface",
4712
+ "arity": 0,
4713
+ "parameterCount": 1,
4714
+ "declaringClrType": "Azure.AzureCoreExtensions",
4715
+ "declaringAssemblyName": "Azure.Core",
4716
+ "isExtensionMethod": true
4717
+ },
4718
+ {
4719
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToDynamicFromJson(System.BinaryData,Azure.Core.Serialization.JsonPropertyNames,System.String):System.Object",
4720
+ "clrName": "ToDynamicFromJson",
4721
+ "tsEmitName": "toDynamicFromJson",
4722
+ "metadataToken": 100663570,
4723
+ "canonicalSignature": "(System.BinaryData,Azure.Core.Serialization.JsonPropertyNames,System.String):System.Object",
4724
+ "normalizedSignature": "ToDynamicFromJson|(System.BinaryData,Azure.Core.Serialization.JsonPropertyNames,System.String):System.Object|static=true",
4725
+ "emitScope": "ClassSurface",
4726
+ "arity": 0,
4727
+ "parameterCount": 3,
4728
+ "declaringClrType": "Azure.AzureCoreExtensions",
4729
+ "declaringAssemblyName": "Azure.Core",
4730
+ "isExtensionMethod": true
4731
+ }
4732
+ ],
4733
+ "properties": [],
4734
+ "fields": [],
4735
+ "events": [],
4736
+ "constructors": [],
4737
+ "exposedMethods": [
4738
+ {
4739
+ "tsName": "toObject",
4740
+ "isStatic": true,
4741
+ "tsSignatureId": "ToObject|(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):T|static=true",
4742
+ "target": {
4743
+ "declaringClrType": "Azure.AzureCoreExtensions",
4744
+ "declaringAssemblyName": "Azure.Core",
4745
+ "metadataToken": 100663566
4746
+ }
4747
+ },
4748
+ {
4749
+ "tsName": "toObjectAsync",
4750
+ "isStatic": true,
4751
+ "tsSignatureId": "ToObjectAsync|(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):ValueTask_1|static=true",
4752
+ "target": {
4753
+ "declaringClrType": "Azure.AzureCoreExtensions",
4754
+ "declaringAssemblyName": "Azure.Core",
4755
+ "metadataToken": 100663567
4756
+ }
4757
+ },
4758
+ {
4759
+ "tsName": "toObjectFromJson",
4760
+ "isStatic": true,
4761
+ "tsSignatureId": "ToObjectFromJson|(System.BinaryData):System.Object|static=true",
4762
+ "target": {
4763
+ "declaringClrType": "Azure.AzureCoreExtensions",
4764
+ "declaringAssemblyName": "Azure.Core",
4765
+ "metadataToken": 100663568
4766
+ }
4767
+ },
4768
+ {
4769
+ "tsName": "toDynamicFromJson",
4770
+ "isStatic": true,
4771
+ "tsSignatureId": "ToDynamicFromJson|(System.BinaryData):System.Object|static=true",
4772
+ "target": {
4773
+ "declaringClrType": "Azure.AzureCoreExtensions",
4774
+ "declaringAssemblyName": "Azure.Core",
4775
+ "metadataToken": 100663569
4776
+ }
4777
+ },
4778
+ {
4779
+ "tsName": "toDynamicFromJson",
4780
+ "isStatic": true,
4781
+ "tsSignatureId": "ToDynamicFromJson|(System.BinaryData,Azure.Core.Serialization.JsonPropertyNames,System.String):System.Object|static=true",
4782
+ "target": {
4783
+ "declaringClrType": "Azure.AzureCoreExtensions",
4784
+ "declaringAssemblyName": "Azure.Core",
4785
+ "metadataToken": 100663570
4786
+ }
4787
+ }
4788
+ ]
4789
+ }
4790
+ ]
4791
+ }