@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,2772 @@
1
+ {
2
+ "namespace": "Azure",
3
+ "contributingAssemblies": [
4
+ "Azure.Core"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Azure.Core:Azure.ErrorOptions",
9
+ "clrName": "Azure.ErrorOptions",
10
+ "tsEmitName": "ErrorOptions",
11
+ "kind": "Enum",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Azure.Core:Azure.ErrorOptions::value__System.Int32",
22
+ "clrName": "value__",
23
+ "tsEmitName": "value__",
24
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Azure.Core:Azure.ErrorOptions::DefaultAzure.ErrorOptions",
31
+ "clrName": "Default",
32
+ "tsEmitName": "default_",
33
+ "normalizedSignature": "Default|Azure.ErrorOptions|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "Azure.Core:Azure.ErrorOptions::NoThrowAzure.ErrorOptions",
40
+ "clrName": "NoThrow",
41
+ "tsEmitName": "noThrow",
42
+ "normalizedSignature": "NoThrow|Azure.ErrorOptions|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ }
47
+ ],
48
+ "events": [],
49
+ "constructors": []
50
+ },
51
+ {
52
+ "stableId": "Azure.Core:Azure.WaitUntil",
53
+ "clrName": "Azure.WaitUntil",
54
+ "tsEmitName": "WaitUntil",
55
+ "kind": "Enum",
56
+ "accessibility": "Public",
57
+ "isAbstract": false,
58
+ "isSealed": true,
59
+ "isStatic": false,
60
+ "arity": 0,
61
+ "methods": [],
62
+ "properties": [],
63
+ "fields": [
64
+ {
65
+ "stableId": "Azure.Core:Azure.WaitUntil::value__System.Int32",
66
+ "clrName": "value__",
67
+ "tsEmitName": "value__",
68
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
69
+ "isStatic": false,
70
+ "isReadOnly": false,
71
+ "isLiteral": false
72
+ },
73
+ {
74
+ "stableId": "Azure.Core:Azure.WaitUntil::CompletedAzure.WaitUntil",
75
+ "clrName": "Completed",
76
+ "tsEmitName": "completed",
77
+ "normalizedSignature": "Completed|Azure.WaitUntil|static=true|const=true",
78
+ "isStatic": true,
79
+ "isReadOnly": false,
80
+ "isLiteral": true
81
+ },
82
+ {
83
+ "stableId": "Azure.Core:Azure.WaitUntil::StartedAzure.WaitUntil",
84
+ "clrName": "Started",
85
+ "tsEmitName": "started",
86
+ "normalizedSignature": "Started|Azure.WaitUntil|static=true|const=true",
87
+ "isStatic": true,
88
+ "isReadOnly": false,
89
+ "isLiteral": true
90
+ }
91
+ ],
92
+ "events": [],
93
+ "constructors": []
94
+ },
95
+ {
96
+ "stableId": "Azure.Core:Azure.ETag",
97
+ "clrName": "Azure.ETag",
98
+ "tsEmitName": "ETag",
99
+ "kind": "Struct",
100
+ "accessibility": "Public",
101
+ "isAbstract": false,
102
+ "isSealed": true,
103
+ "isStatic": false,
104
+ "arity": 0,
105
+ "methods": [
106
+ {
107
+ "stableId": "Azure.Core:Azure.ETag::Equals(Azure.ETag):System.Boolean",
108
+ "clrName": "Equals",
109
+ "tsEmitName": "equals",
110
+ "normalizedSignature": "Equals|(Azure.ETag):System.Boolean|static=false",
111
+ "provenance": "Original",
112
+ "emitScope": "ClassSurface",
113
+ "isStatic": false,
114
+ "isAbstract": false,
115
+ "isVirtual": true,
116
+ "isOverride": false,
117
+ "isSealed": true,
118
+ "arity": 0,
119
+ "parameterCount": 1,
120
+ "isExtensionMethod": false
121
+ },
122
+ {
123
+ "stableId": "Azure.Core:Azure.ETag::Equals(System.String):System.Boolean",
124
+ "clrName": "Equals",
125
+ "tsEmitName": "equals",
126
+ "normalizedSignature": "Equals|(System.String):System.Boolean|static=false",
127
+ "provenance": "Original",
128
+ "emitScope": "ClassSurface",
129
+ "isStatic": false,
130
+ "isAbstract": false,
131
+ "isVirtual": false,
132
+ "isOverride": false,
133
+ "isSealed": false,
134
+ "arity": 0,
135
+ "parameterCount": 1,
136
+ "isExtensionMethod": false
137
+ },
138
+ {
139
+ "stableId": "Azure.Core:Azure.ETag::Equals(System.Object):System.Boolean",
140
+ "clrName": "Equals",
141
+ "tsEmitName": "equals",
142
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
143
+ "provenance": "Original",
144
+ "emitScope": "ClassSurface",
145
+ "isStatic": false,
146
+ "isAbstract": false,
147
+ "isVirtual": true,
148
+ "isOverride": true,
149
+ "isSealed": false,
150
+ "arity": 0,
151
+ "parameterCount": 1,
152
+ "isExtensionMethod": false
153
+ },
154
+ {
155
+ "stableId": "Azure.Core:Azure.ETag::GetHashCode():System.Int32",
156
+ "clrName": "GetHashCode",
157
+ "tsEmitName": "getHashCode",
158
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
159
+ "provenance": "Original",
160
+ "emitScope": "ClassSurface",
161
+ "isStatic": false,
162
+ "isAbstract": false,
163
+ "isVirtual": true,
164
+ "isOverride": true,
165
+ "isSealed": false,
166
+ "arity": 0,
167
+ "parameterCount": 0,
168
+ "isExtensionMethod": false
169
+ },
170
+ {
171
+ "stableId": "Azure.Core:Azure.ETag::ToString():System.String",
172
+ "clrName": "ToString",
173
+ "tsEmitName": "toString",
174
+ "normalizedSignature": "ToString|():System.String|static=false",
175
+ "provenance": "Original",
176
+ "emitScope": "ClassSurface",
177
+ "isStatic": false,
178
+ "isAbstract": false,
179
+ "isVirtual": true,
180
+ "isOverride": true,
181
+ "isSealed": false,
182
+ "arity": 0,
183
+ "parameterCount": 0,
184
+ "isExtensionMethod": false
185
+ },
186
+ {
187
+ "stableId": "Azure.Core:Azure.ETag::ToString(System.String):System.String",
188
+ "clrName": "ToString",
189
+ "tsEmitName": "toString",
190
+ "normalizedSignature": "ToString|(System.String):System.String|static=false",
191
+ "provenance": "Original",
192
+ "emitScope": "ClassSurface",
193
+ "isStatic": false,
194
+ "isAbstract": false,
195
+ "isVirtual": false,
196
+ "isOverride": false,
197
+ "isSealed": false,
198
+ "arity": 0,
199
+ "parameterCount": 1,
200
+ "isExtensionMethod": false
201
+ }
202
+ ],
203
+ "properties": [],
204
+ "fields": [
205
+ {
206
+ "stableId": "Azure.Core:Azure.ETag::AllAzure.ETag",
207
+ "clrName": "All",
208
+ "tsEmitName": "all",
209
+ "normalizedSignature": "All|Azure.ETag|static=true|const=false",
210
+ "isStatic": true,
211
+ "isReadOnly": true,
212
+ "isLiteral": false
213
+ }
214
+ ],
215
+ "events": [],
216
+ "constructors": [
217
+ {
218
+ "normalizedSignature": "constructor|(System.String):void|static=false",
219
+ "isStatic": false,
220
+ "parameterCount": 1
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "stableId": "Azure.Core:Azure.HttpRange",
226
+ "clrName": "Azure.HttpRange",
227
+ "tsEmitName": "HttpRange",
228
+ "kind": "Struct",
229
+ "accessibility": "Public",
230
+ "isAbstract": false,
231
+ "isSealed": true,
232
+ "isStatic": false,
233
+ "arity": 0,
234
+ "methods": [
235
+ {
236
+ "stableId": "Azure.Core:Azure.HttpRange::ToString():System.String",
237
+ "clrName": "ToString",
238
+ "tsEmitName": "toString",
239
+ "normalizedSignature": "ToString|():System.String|static=false",
240
+ "provenance": "Original",
241
+ "emitScope": "ClassSurface",
242
+ "isStatic": false,
243
+ "isAbstract": false,
244
+ "isVirtual": true,
245
+ "isOverride": true,
246
+ "isSealed": false,
247
+ "arity": 0,
248
+ "parameterCount": 0,
249
+ "isExtensionMethod": false
250
+ },
251
+ {
252
+ "stableId": "Azure.Core:Azure.HttpRange::Equals(Azure.HttpRange):System.Boolean",
253
+ "clrName": "Equals",
254
+ "tsEmitName": "equals",
255
+ "normalizedSignature": "Equals|(Azure.HttpRange):System.Boolean|static=false",
256
+ "provenance": "Original",
257
+ "emitScope": "ClassSurface",
258
+ "isStatic": false,
259
+ "isAbstract": false,
260
+ "isVirtual": true,
261
+ "isOverride": false,
262
+ "isSealed": true,
263
+ "arity": 0,
264
+ "parameterCount": 1,
265
+ "isExtensionMethod": false
266
+ },
267
+ {
268
+ "stableId": "Azure.Core:Azure.HttpRange::Equals(System.Object):System.Boolean",
269
+ "clrName": "Equals",
270
+ "tsEmitName": "equals",
271
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
272
+ "provenance": "Original",
273
+ "emitScope": "ClassSurface",
274
+ "isStatic": false,
275
+ "isAbstract": false,
276
+ "isVirtual": true,
277
+ "isOverride": true,
278
+ "isSealed": false,
279
+ "arity": 0,
280
+ "parameterCount": 1,
281
+ "isExtensionMethod": false
282
+ },
283
+ {
284
+ "stableId": "Azure.Core:Azure.HttpRange::GetHashCode():System.Int32",
285
+ "clrName": "GetHashCode",
286
+ "tsEmitName": "getHashCode",
287
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
288
+ "provenance": "Original",
289
+ "emitScope": "ClassSurface",
290
+ "isStatic": false,
291
+ "isAbstract": false,
292
+ "isVirtual": true,
293
+ "isOverride": true,
294
+ "isSealed": false,
295
+ "arity": 0,
296
+ "parameterCount": 0,
297
+ "isExtensionMethod": false
298
+ }
299
+ ],
300
+ "properties": [
301
+ {
302
+ "stableId": "Azure.Core:Azure.HttpRange::Offset:System.Int64",
303
+ "clrName": "Offset",
304
+ "tsEmitName": "offset",
305
+ "normalizedSignature": "Offset|:System.Int64|static=false|accessor=get",
306
+ "provenance": "Original",
307
+ "emitScope": "ClassSurface",
308
+ "isStatic": false,
309
+ "isAbstract": false,
310
+ "isVirtual": false,
311
+ "isOverride": false,
312
+ "isIndexer": false,
313
+ "hasGetter": true,
314
+ "hasSetter": false
315
+ },
316
+ {
317
+ "stableId": "Azure.Core:Azure.HttpRange::Length:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
318
+ "clrName": "Length",
319
+ "tsEmitName": "length",
320
+ "normalizedSignature": "Length|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
321
+ "provenance": "Original",
322
+ "emitScope": "ClassSurface",
323
+ "isStatic": false,
324
+ "isAbstract": false,
325
+ "isVirtual": false,
326
+ "isOverride": false,
327
+ "isIndexer": false,
328
+ "hasGetter": true,
329
+ "hasSetter": false
330
+ }
331
+ ],
332
+ "fields": [],
333
+ "events": [],
334
+ "constructors": [
335
+ {
336
+ "normalizedSignature": "constructor|(System.Int64,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
337
+ "isStatic": false,
338
+ "parameterCount": 2
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601",
344
+ "clrName": "Azure.AsyncPageable\u00601",
345
+ "tsEmitName": "AsyncPageable_1",
346
+ "kind": "Class",
347
+ "accessibility": "Public",
348
+ "isAbstract": true,
349
+ "isSealed": false,
350
+ "isStatic": false,
351
+ "arity": 1,
352
+ "methods": [
353
+ {
354
+ "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",
355
+ "clrName": "AsPages",
356
+ "tsEmitName": "asPages",
357
+ "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",
358
+ "provenance": "Original",
359
+ "emitScope": "ClassSurface",
360
+ "isStatic": false,
361
+ "isAbstract": true,
362
+ "isVirtual": true,
363
+ "isOverride": false,
364
+ "isSealed": false,
365
+ "arity": 0,
366
+ "parameterCount": 2,
367
+ "isExtensionMethod": false
368
+ },
369
+ {
370
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::GetAsyncEnumerator(System.Threading.CancellationToken):IAsyncEnumerator_1",
371
+ "clrName": "GetAsyncEnumerator",
372
+ "tsEmitName": "getAsyncEnumerator",
373
+ "normalizedSignature": "GetAsyncEnumerator|(System.Threading.CancellationToken):IAsyncEnumerator_1|static=false",
374
+ "provenance": "Original",
375
+ "emitScope": "ClassSurface",
376
+ "isStatic": false,
377
+ "isAbstract": false,
378
+ "isVirtual": true,
379
+ "isOverride": false,
380
+ "isSealed": false,
381
+ "arity": 0,
382
+ "parameterCount": 1,
383
+ "isExtensionMethod": false
384
+ },
385
+ {
386
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::FromPages(IEnumerable_1):AsyncPageable_1",
387
+ "clrName": "FromPages",
388
+ "tsEmitName": "fromPages",
389
+ "normalizedSignature": "FromPages|(IEnumerable_1):AsyncPageable_1|static=true",
390
+ "provenance": "Original",
391
+ "emitScope": "ClassSurface",
392
+ "isStatic": true,
393
+ "isAbstract": false,
394
+ "isVirtual": false,
395
+ "isOverride": false,
396
+ "isSealed": false,
397
+ "arity": 0,
398
+ "parameterCount": 1,
399
+ "isExtensionMethod": false
400
+ },
401
+ {
402
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::ToString():System.String",
403
+ "clrName": "ToString",
404
+ "tsEmitName": "toString",
405
+ "normalizedSignature": "ToString|():System.String|static=false",
406
+ "provenance": "Original",
407
+ "emitScope": "ClassSurface",
408
+ "isStatic": false,
409
+ "isAbstract": false,
410
+ "isVirtual": true,
411
+ "isOverride": true,
412
+ "isSealed": false,
413
+ "arity": 0,
414
+ "parameterCount": 0,
415
+ "isExtensionMethod": false
416
+ },
417
+ {
418
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::Equals(System.Object):System.Boolean",
419
+ "clrName": "Equals",
420
+ "tsEmitName": "equals",
421
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
422
+ "provenance": "Original",
423
+ "emitScope": "ClassSurface",
424
+ "isStatic": false,
425
+ "isAbstract": false,
426
+ "isVirtual": true,
427
+ "isOverride": true,
428
+ "isSealed": false,
429
+ "arity": 0,
430
+ "parameterCount": 1,
431
+ "isExtensionMethod": false
432
+ },
433
+ {
434
+ "stableId": "Azure.Core:Azure.AsyncPageable\u00601::GetHashCode():System.Int32",
435
+ "clrName": "GetHashCode",
436
+ "tsEmitName": "getHashCode",
437
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
438
+ "provenance": "Original",
439
+ "emitScope": "ClassSurface",
440
+ "isStatic": false,
441
+ "isAbstract": false,
442
+ "isVirtual": true,
443
+ "isOverride": true,
444
+ "isSealed": false,
445
+ "arity": 0,
446
+ "parameterCount": 0,
447
+ "isExtensionMethod": false
448
+ }
449
+ ],
450
+ "properties": [],
451
+ "fields": [],
452
+ "events": [],
453
+ "constructors": []
454
+ },
455
+ {
456
+ "stableId": "Azure.Core:Azure.AzureKeyCredential",
457
+ "clrName": "Azure.AzureKeyCredential",
458
+ "tsEmitName": "AzureKeyCredential",
459
+ "kind": "Class",
460
+ "accessibility": "Public",
461
+ "isAbstract": false,
462
+ "isSealed": false,
463
+ "isStatic": false,
464
+ "arity": 0,
465
+ "methods": [],
466
+ "properties": [
467
+ {
468
+ "stableId": "Azure.Core:Azure.AzureKeyCredential::Key:System.String",
469
+ "clrName": "Key",
470
+ "tsEmitName": "key",
471
+ "normalizedSignature": "Key|:System.String|static=false|accessor=get",
472
+ "provenance": "Original",
473
+ "emitScope": "ClassSurface",
474
+ "isStatic": false,
475
+ "isAbstract": false,
476
+ "isVirtual": false,
477
+ "isOverride": false,
478
+ "isIndexer": false,
479
+ "hasGetter": true,
480
+ "hasSetter": false
481
+ }
482
+ ],
483
+ "fields": [],
484
+ "events": [],
485
+ "constructors": [
486
+ {
487
+ "normalizedSignature": "constructor|(System.String):void|static=false",
488
+ "isStatic": false,
489
+ "parameterCount": 1
490
+ }
491
+ ]
492
+ },
493
+ {
494
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential",
495
+ "clrName": "Azure.AzureNamedKeyCredential",
496
+ "tsEmitName": "AzureNamedKeyCredential",
497
+ "kind": "Class",
498
+ "accessibility": "Public",
499
+ "isAbstract": false,
500
+ "isSealed": false,
501
+ "isStatic": false,
502
+ "arity": 0,
503
+ "methods": [
504
+ {
505
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential::Update(System.String,System.String):System.Void",
506
+ "clrName": "Update",
507
+ "tsEmitName": "update",
508
+ "normalizedSignature": "Update|(System.String,System.String):System.Void|static=false",
509
+ "provenance": "Original",
510
+ "emitScope": "ClassSurface",
511
+ "isStatic": false,
512
+ "isAbstract": false,
513
+ "isVirtual": false,
514
+ "isOverride": false,
515
+ "isSealed": false,
516
+ "arity": 0,
517
+ "parameterCount": 2,
518
+ "isExtensionMethod": false
519
+ },
520
+ {
521
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential::Deconstruct(System.String\u0026,System.String\u0026):System.Void",
522
+ "clrName": "Deconstruct",
523
+ "tsEmitName": "deconstruct",
524
+ "normalizedSignature": "Deconstruct|(System.String\u0026,System.String\u0026):System.Void|static=false",
525
+ "provenance": "Original",
526
+ "emitScope": "ClassSurface",
527
+ "isStatic": false,
528
+ "isAbstract": false,
529
+ "isVirtual": false,
530
+ "isOverride": false,
531
+ "isSealed": false,
532
+ "arity": 0,
533
+ "parameterCount": 2,
534
+ "isExtensionMethod": false,
535
+ "parameterModifiers": [
536
+ {
537
+ "index": 0,
538
+ "modifier": "out"
539
+ },
540
+ {
541
+ "index": 1,
542
+ "modifier": "out"
543
+ }
544
+ ]
545
+ }
546
+ ],
547
+ "properties": [
548
+ {
549
+ "stableId": "Azure.Core:Azure.AzureNamedKeyCredential::Name:System.String",
550
+ "clrName": "Name",
551
+ "tsEmitName": "name",
552
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
553
+ "provenance": "Original",
554
+ "emitScope": "ClassSurface",
555
+ "isStatic": false,
556
+ "isAbstract": false,
557
+ "isVirtual": false,
558
+ "isOverride": false,
559
+ "isIndexer": false,
560
+ "hasGetter": true,
561
+ "hasSetter": false
562
+ }
563
+ ],
564
+ "fields": [],
565
+ "events": [],
566
+ "constructors": [
567
+ {
568
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
569
+ "isStatic": false,
570
+ "parameterCount": 2
571
+ }
572
+ ]
573
+ },
574
+ {
575
+ "stableId": "Azure.Core:Azure.AzureSasCredential",
576
+ "clrName": "Azure.AzureSasCredential",
577
+ "tsEmitName": "AzureSasCredential",
578
+ "kind": "Class",
579
+ "accessibility": "Public",
580
+ "isAbstract": false,
581
+ "isSealed": false,
582
+ "isStatic": false,
583
+ "arity": 0,
584
+ "methods": [
585
+ {
586
+ "stableId": "Azure.Core:Azure.AzureSasCredential::Update(System.String):System.Void",
587
+ "clrName": "Update",
588
+ "tsEmitName": "update",
589
+ "normalizedSignature": "Update|(System.String):System.Void|static=false",
590
+ "provenance": "Original",
591
+ "emitScope": "ClassSurface",
592
+ "isStatic": false,
593
+ "isAbstract": false,
594
+ "isVirtual": false,
595
+ "isOverride": false,
596
+ "isSealed": false,
597
+ "arity": 0,
598
+ "parameterCount": 1,
599
+ "isExtensionMethod": false
600
+ }
601
+ ],
602
+ "properties": [
603
+ {
604
+ "stableId": "Azure.Core:Azure.AzureSasCredential::Signature:System.String",
605
+ "clrName": "Signature",
606
+ "tsEmitName": "signature",
607
+ "normalizedSignature": "Signature|:System.String|static=false|accessor=get",
608
+ "provenance": "Original",
609
+ "emitScope": "ClassSurface",
610
+ "isStatic": false,
611
+ "isAbstract": false,
612
+ "isVirtual": false,
613
+ "isOverride": false,
614
+ "isIndexer": false,
615
+ "hasGetter": true,
616
+ "hasSetter": false
617
+ }
618
+ ],
619
+ "fields": [],
620
+ "events": [],
621
+ "constructors": [
622
+ {
623
+ "normalizedSignature": "constructor|(System.String):void|static=false",
624
+ "isStatic": false,
625
+ "parameterCount": 1
626
+ }
627
+ ]
628
+ },
629
+ {
630
+ "stableId": "Azure.Core:Azure.HttpAuthorization",
631
+ "clrName": "Azure.HttpAuthorization",
632
+ "tsEmitName": "HttpAuthorization",
633
+ "kind": "Class",
634
+ "accessibility": "Public",
635
+ "isAbstract": false,
636
+ "isSealed": false,
637
+ "isStatic": false,
638
+ "arity": 0,
639
+ "methods": [
640
+ {
641
+ "stableId": "Azure.Core:Azure.HttpAuthorization::ToString():System.String",
642
+ "clrName": "ToString",
643
+ "tsEmitName": "toString",
644
+ "normalizedSignature": "ToString|():System.String|static=false",
645
+ "provenance": "Original",
646
+ "emitScope": "ClassSurface",
647
+ "isStatic": false,
648
+ "isAbstract": false,
649
+ "isVirtual": true,
650
+ "isOverride": true,
651
+ "isSealed": false,
652
+ "arity": 0,
653
+ "parameterCount": 0,
654
+ "isExtensionMethod": false
655
+ }
656
+ ],
657
+ "properties": [
658
+ {
659
+ "stableId": "Azure.Core:Azure.HttpAuthorization::Scheme:System.String",
660
+ "clrName": "Scheme",
661
+ "tsEmitName": "scheme",
662
+ "normalizedSignature": "Scheme|:System.String|static=false|accessor=get",
663
+ "provenance": "Original",
664
+ "emitScope": "ClassSurface",
665
+ "isStatic": false,
666
+ "isAbstract": false,
667
+ "isVirtual": false,
668
+ "isOverride": false,
669
+ "isIndexer": false,
670
+ "hasGetter": true,
671
+ "hasSetter": false
672
+ },
673
+ {
674
+ "stableId": "Azure.Core:Azure.HttpAuthorization::Parameter:System.String",
675
+ "clrName": "Parameter",
676
+ "tsEmitName": "parameter",
677
+ "normalizedSignature": "Parameter|:System.String|static=false|accessor=get",
678
+ "provenance": "Original",
679
+ "emitScope": "ClassSurface",
680
+ "isStatic": false,
681
+ "isAbstract": false,
682
+ "isVirtual": false,
683
+ "isOverride": false,
684
+ "isIndexer": false,
685
+ "hasGetter": true,
686
+ "hasSetter": false
687
+ }
688
+ ],
689
+ "fields": [],
690
+ "events": [],
691
+ "constructors": [
692
+ {
693
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
694
+ "isStatic": false,
695
+ "parameterCount": 2
696
+ }
697
+ ]
698
+ },
699
+ {
700
+ "stableId": "Azure.Core:Azure.JsonPatchDocument",
701
+ "clrName": "Azure.JsonPatchDocument",
702
+ "tsEmitName": "JsonPatchDocument",
703
+ "kind": "Class",
704
+ "accessibility": "Public",
705
+ "isAbstract": false,
706
+ "isSealed": false,
707
+ "isStatic": false,
708
+ "arity": 0,
709
+ "methods": [
710
+ {
711
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendAddRaw(System.String,System.String):System.Void",
712
+ "clrName": "AppendAddRaw",
713
+ "tsEmitName": "appendAddRaw",
714
+ "normalizedSignature": "AppendAddRaw|(System.String,System.String):System.Void|static=false",
715
+ "provenance": "Original",
716
+ "emitScope": "ClassSurface",
717
+ "isStatic": false,
718
+ "isAbstract": false,
719
+ "isVirtual": false,
720
+ "isOverride": false,
721
+ "isSealed": false,
722
+ "arity": 0,
723
+ "parameterCount": 2,
724
+ "isExtensionMethod": false
725
+ },
726
+ {
727
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendAdd(System.String,T):System.Void",
728
+ "clrName": "AppendAdd",
729
+ "tsEmitName": "appendAdd",
730
+ "normalizedSignature": "AppendAdd|(System.String,T):System.Void|static=false",
731
+ "provenance": "Original",
732
+ "emitScope": "ClassSurface",
733
+ "isStatic": false,
734
+ "isAbstract": false,
735
+ "isVirtual": false,
736
+ "isOverride": false,
737
+ "isSealed": false,
738
+ "arity": 1,
739
+ "parameterCount": 2,
740
+ "isExtensionMethod": false
741
+ },
742
+ {
743
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendReplaceRaw(System.String,System.String):System.Void",
744
+ "clrName": "AppendReplaceRaw",
745
+ "tsEmitName": "appendReplaceRaw",
746
+ "normalizedSignature": "AppendReplaceRaw|(System.String,System.String):System.Void|static=false",
747
+ "provenance": "Original",
748
+ "emitScope": "ClassSurface",
749
+ "isStatic": false,
750
+ "isAbstract": false,
751
+ "isVirtual": false,
752
+ "isOverride": false,
753
+ "isSealed": false,
754
+ "arity": 0,
755
+ "parameterCount": 2,
756
+ "isExtensionMethod": false
757
+ },
758
+ {
759
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendReplace(System.String,T):System.Void",
760
+ "clrName": "AppendReplace",
761
+ "tsEmitName": "appendReplace",
762
+ "normalizedSignature": "AppendReplace|(System.String,T):System.Void|static=false",
763
+ "provenance": "Original",
764
+ "emitScope": "ClassSurface",
765
+ "isStatic": false,
766
+ "isAbstract": false,
767
+ "isVirtual": false,
768
+ "isOverride": false,
769
+ "isSealed": false,
770
+ "arity": 1,
771
+ "parameterCount": 2,
772
+ "isExtensionMethod": false
773
+ },
774
+ {
775
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendCopy(System.String,System.String):System.Void",
776
+ "clrName": "AppendCopy",
777
+ "tsEmitName": "appendCopy",
778
+ "normalizedSignature": "AppendCopy|(System.String,System.String):System.Void|static=false",
779
+ "provenance": "Original",
780
+ "emitScope": "ClassSurface",
781
+ "isStatic": false,
782
+ "isAbstract": false,
783
+ "isVirtual": false,
784
+ "isOverride": false,
785
+ "isSealed": false,
786
+ "arity": 0,
787
+ "parameterCount": 2,
788
+ "isExtensionMethod": false
789
+ },
790
+ {
791
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendMove(System.String,System.String):System.Void",
792
+ "clrName": "AppendMove",
793
+ "tsEmitName": "appendMove",
794
+ "normalizedSignature": "AppendMove|(System.String,System.String):System.Void|static=false",
795
+ "provenance": "Original",
796
+ "emitScope": "ClassSurface",
797
+ "isStatic": false,
798
+ "isAbstract": false,
799
+ "isVirtual": false,
800
+ "isOverride": false,
801
+ "isSealed": false,
802
+ "arity": 0,
803
+ "parameterCount": 2,
804
+ "isExtensionMethod": false
805
+ },
806
+ {
807
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendRemove(System.String):System.Void",
808
+ "clrName": "AppendRemove",
809
+ "tsEmitName": "appendRemove",
810
+ "normalizedSignature": "AppendRemove|(System.String):System.Void|static=false",
811
+ "provenance": "Original",
812
+ "emitScope": "ClassSurface",
813
+ "isStatic": false,
814
+ "isAbstract": false,
815
+ "isVirtual": false,
816
+ "isOverride": false,
817
+ "isSealed": false,
818
+ "arity": 0,
819
+ "parameterCount": 1,
820
+ "isExtensionMethod": false
821
+ },
822
+ {
823
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendTestRaw(System.String,System.String):System.Void",
824
+ "clrName": "AppendTestRaw",
825
+ "tsEmitName": "appendTestRaw",
826
+ "normalizedSignature": "AppendTestRaw|(System.String,System.String):System.Void|static=false",
827
+ "provenance": "Original",
828
+ "emitScope": "ClassSurface",
829
+ "isStatic": false,
830
+ "isAbstract": false,
831
+ "isVirtual": false,
832
+ "isOverride": false,
833
+ "isSealed": false,
834
+ "arity": 0,
835
+ "parameterCount": 2,
836
+ "isExtensionMethod": false
837
+ },
838
+ {
839
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::AppendTest(System.String,T):System.Void",
840
+ "clrName": "AppendTest",
841
+ "tsEmitName": "appendTest",
842
+ "normalizedSignature": "AppendTest|(System.String,T):System.Void|static=false",
843
+ "provenance": "Original",
844
+ "emitScope": "ClassSurface",
845
+ "isStatic": false,
846
+ "isAbstract": false,
847
+ "isVirtual": false,
848
+ "isOverride": false,
849
+ "isSealed": false,
850
+ "arity": 1,
851
+ "parameterCount": 2,
852
+ "isExtensionMethod": false
853
+ },
854
+ {
855
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::ToBytes():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
856
+ "clrName": "ToBytes",
857
+ "tsEmitName": "toBytes",
858
+ "normalizedSignature": "ToBytes|():System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
859
+ "provenance": "Original",
860
+ "emitScope": "ClassSurface",
861
+ "isStatic": false,
862
+ "isAbstract": false,
863
+ "isVirtual": false,
864
+ "isOverride": false,
865
+ "isSealed": false,
866
+ "arity": 0,
867
+ "parameterCount": 0,
868
+ "isExtensionMethod": false
869
+ },
870
+ {
871
+ "stableId": "Azure.Core:Azure.JsonPatchDocument::ToString():System.String",
872
+ "clrName": "ToString",
873
+ "tsEmitName": "toString",
874
+ "normalizedSignature": "ToString|():System.String|static=false",
875
+ "provenance": "Original",
876
+ "emitScope": "ClassSurface",
877
+ "isStatic": false,
878
+ "isAbstract": false,
879
+ "isVirtual": true,
880
+ "isOverride": true,
881
+ "isSealed": false,
882
+ "arity": 0,
883
+ "parameterCount": 0,
884
+ "isExtensionMethod": false
885
+ }
886
+ ],
887
+ "properties": [],
888
+ "fields": [],
889
+ "events": [],
890
+ "constructors": [
891
+ {
892
+ "normalizedSignature": "constructor|():void|static=false",
893
+ "isStatic": false,
894
+ "parameterCount": 0
895
+ },
896
+ {
897
+ "normalizedSignature": "constructor|(Azure.Core.Serialization.ObjectSerializer):void|static=false",
898
+ "isStatic": false,
899
+ "parameterCount": 1
900
+ },
901
+ {
902
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
903
+ "isStatic": false,
904
+ "parameterCount": 1
905
+ },
906
+ {
907
+ "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",
908
+ "isStatic": false,
909
+ "parameterCount": 2
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "stableId": "Azure.Core:Azure.MatchConditions",
915
+ "clrName": "Azure.MatchConditions",
916
+ "tsEmitName": "MatchConditions",
917
+ "kind": "Class",
918
+ "accessibility": "Public",
919
+ "isAbstract": false,
920
+ "isSealed": false,
921
+ "isStatic": false,
922
+ "arity": 0,
923
+ "methods": [],
924
+ "properties": [
925
+ {
926
+ "stableId": "Azure.Core:Azure.MatchConditions::IfMatch:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
927
+ "clrName": "IfMatch",
928
+ "tsEmitName": "ifMatch",
929
+ "normalizedSignature": "IfMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
930
+ "provenance": "Original",
931
+ "emitScope": "ClassSurface",
932
+ "isStatic": false,
933
+ "isAbstract": false,
934
+ "isVirtual": false,
935
+ "isOverride": false,
936
+ "isIndexer": false,
937
+ "hasGetter": true,
938
+ "hasSetter": true
939
+ },
940
+ {
941
+ "stableId": "Azure.Core:Azure.MatchConditions::IfNoneMatch:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
942
+ "clrName": "IfNoneMatch",
943
+ "tsEmitName": "ifNoneMatch",
944
+ "normalizedSignature": "IfNoneMatch|:System.Nullable_1[[Azure.ETag,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false|accessor=getset",
945
+ "provenance": "Original",
946
+ "emitScope": "ClassSurface",
947
+ "isStatic": false,
948
+ "isAbstract": false,
949
+ "isVirtual": false,
950
+ "isOverride": false,
951
+ "isIndexer": false,
952
+ "hasGetter": true,
953
+ "hasSetter": true
954
+ }
955
+ ],
956
+ "fields": [],
957
+ "events": [],
958
+ "constructors": [
959
+ {
960
+ "normalizedSignature": "constructor|():void|static=false",
961
+ "isStatic": false,
962
+ "parameterCount": 0
963
+ }
964
+ ]
965
+ },
966
+ {
967
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601",
968
+ "clrName": "Azure.NullableResponse\u00601",
969
+ "tsEmitName": "NullableResponse_1",
970
+ "kind": "Class",
971
+ "accessibility": "Public",
972
+ "isAbstract": true,
973
+ "isSealed": false,
974
+ "isStatic": false,
975
+ "arity": 1,
976
+ "methods": [
977
+ {
978
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::GetRawResponse():Azure.Response",
979
+ "clrName": "GetRawResponse",
980
+ "tsEmitName": "getRawResponse",
981
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
982
+ "provenance": "Original",
983
+ "emitScope": "ClassSurface",
984
+ "isStatic": false,
985
+ "isAbstract": true,
986
+ "isVirtual": true,
987
+ "isOverride": false,
988
+ "isSealed": false,
989
+ "arity": 0,
990
+ "parameterCount": 0,
991
+ "isExtensionMethod": false
992
+ },
993
+ {
994
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::Equals(System.Object):System.Boolean",
995
+ "clrName": "Equals",
996
+ "tsEmitName": "equals",
997
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
998
+ "provenance": "Original",
999
+ "emitScope": "ClassSurface",
1000
+ "isStatic": false,
1001
+ "isAbstract": false,
1002
+ "isVirtual": true,
1003
+ "isOverride": true,
1004
+ "isSealed": false,
1005
+ "arity": 0,
1006
+ "parameterCount": 1,
1007
+ "isExtensionMethod": false
1008
+ },
1009
+ {
1010
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::GetHashCode():System.Int32",
1011
+ "clrName": "GetHashCode",
1012
+ "tsEmitName": "getHashCode",
1013
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1014
+ "provenance": "Original",
1015
+ "emitScope": "ClassSurface",
1016
+ "isStatic": false,
1017
+ "isAbstract": false,
1018
+ "isVirtual": true,
1019
+ "isOverride": true,
1020
+ "isSealed": false,
1021
+ "arity": 0,
1022
+ "parameterCount": 0,
1023
+ "isExtensionMethod": false
1024
+ },
1025
+ {
1026
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::ToString():System.String",
1027
+ "clrName": "ToString",
1028
+ "tsEmitName": "toString",
1029
+ "normalizedSignature": "ToString|():System.String|static=false",
1030
+ "provenance": "Original",
1031
+ "emitScope": "ClassSurface",
1032
+ "isStatic": false,
1033
+ "isAbstract": false,
1034
+ "isVirtual": true,
1035
+ "isOverride": true,
1036
+ "isSealed": false,
1037
+ "arity": 0,
1038
+ "parameterCount": 0,
1039
+ "isExtensionMethod": false
1040
+ }
1041
+ ],
1042
+ "properties": [
1043
+ {
1044
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::HasValue:System.Boolean",
1045
+ "clrName": "HasValue",
1046
+ "tsEmitName": "hasValue",
1047
+ "normalizedSignature": "HasValue|:System.Boolean|static=false|accessor=get",
1048
+ "provenance": "Original",
1049
+ "emitScope": "ClassSurface",
1050
+ "isStatic": false,
1051
+ "isAbstract": true,
1052
+ "isVirtual": true,
1053
+ "isOverride": false,
1054
+ "isIndexer": false,
1055
+ "hasGetter": true,
1056
+ "hasSetter": false
1057
+ },
1058
+ {
1059
+ "stableId": "Azure.Core:Azure.NullableResponse\u00601::Value:T",
1060
+ "clrName": "Value",
1061
+ "tsEmitName": "value",
1062
+ "normalizedSignature": "Value|:T|static=false|accessor=get",
1063
+ "provenance": "Original",
1064
+ "emitScope": "ClassSurface",
1065
+ "isStatic": false,
1066
+ "isAbstract": true,
1067
+ "isVirtual": true,
1068
+ "isOverride": false,
1069
+ "isIndexer": false,
1070
+ "hasGetter": true,
1071
+ "hasSetter": false
1072
+ }
1073
+ ],
1074
+ "fields": [],
1075
+ "events": [],
1076
+ "constructors": []
1077
+ },
1078
+ {
1079
+ "stableId": "Azure.Core:Azure.Operation",
1080
+ "clrName": "Azure.Operation",
1081
+ "tsEmitName": "Operation",
1082
+ "kind": "Class",
1083
+ "accessibility": "Public",
1084
+ "isAbstract": true,
1085
+ "isSealed": false,
1086
+ "isStatic": false,
1087
+ "arity": 0,
1088
+ "methods": [
1089
+ {
1090
+ "stableId": "Azure.Core:Azure.Operation::Rehydrate(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1",
1091
+ "clrName": "Rehydrate",
1092
+ "tsEmitName": "rehydrate",
1093
+ "normalizedSignature": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1|static=true",
1094
+ "provenance": "Original",
1095
+ "emitScope": "ClassSurface",
1096
+ "isStatic": true,
1097
+ "isAbstract": false,
1098
+ "isVirtual": false,
1099
+ "isOverride": false,
1100
+ "isSealed": false,
1101
+ "arity": 1,
1102
+ "parameterCount": 3,
1103
+ "isExtensionMethod": false
1104
+ },
1105
+ {
1106
+ "stableId": "Azure.Core:Azure.Operation::Rehydrate(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation",
1107
+ "clrName": "Rehydrate",
1108
+ "tsEmitName": "rehydrate",
1109
+ "normalizedSignature": "Rehydrate|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Azure.Operation|static=true",
1110
+ "provenance": "Original",
1111
+ "emitScope": "ClassSurface",
1112
+ "isStatic": true,
1113
+ "isAbstract": false,
1114
+ "isVirtual": false,
1115
+ "isOverride": false,
1116
+ "isSealed": false,
1117
+ "arity": 0,
1118
+ "parameterCount": 3,
1119
+ "isExtensionMethod": false
1120
+ },
1121
+ {
1122
+ "stableId": "Azure.Core:Azure.Operation::RehydrateAsync(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1",
1123
+ "clrName": "RehydrateAsync",
1124
+ "tsEmitName": "rehydrateAsync",
1125
+ "normalizedSignature": "RehydrateAsync|(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Task_1|static=true",
1126
+ "provenance": "Original",
1127
+ "emitScope": "ClassSurface",
1128
+ "isStatic": true,
1129
+ "isAbstract": false,
1130
+ "isVirtual": false,
1131
+ "isOverride": false,
1132
+ "isSealed": false,
1133
+ "arity": 1,
1134
+ "parameterCount": 3,
1135
+ "isExtensionMethod": false
1136
+ },
1137
+ {
1138
+ "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]]",
1139
+ "clrName": "RehydrateAsync",
1140
+ "tsEmitName": "rehydrateAsync",
1141
+ "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",
1142
+ "provenance": "Original",
1143
+ "emitScope": "ClassSurface",
1144
+ "isStatic": true,
1145
+ "isAbstract": false,
1146
+ "isVirtual": false,
1147
+ "isOverride": false,
1148
+ "isSealed": false,
1149
+ "arity": 0,
1150
+ "parameterCount": 3,
1151
+ "isExtensionMethod": false
1152
+ },
1153
+ {
1154
+ "stableId": "Azure.Core:Azure.Operation::GetRehydrationToken():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
1155
+ "clrName": "GetRehydrationToken",
1156
+ "tsEmitName": "getRehydrationToken",
1157
+ "normalizedSignature": "GetRehydrationToken|():System.Nullable_1[[Azure.Core.RehydrationToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
1158
+ "provenance": "Original",
1159
+ "emitScope": "ClassSurface",
1160
+ "isStatic": false,
1161
+ "isAbstract": false,
1162
+ "isVirtual": true,
1163
+ "isOverride": false,
1164
+ "isSealed": false,
1165
+ "arity": 0,
1166
+ "parameterCount": 0,
1167
+ "isExtensionMethod": false
1168
+ },
1169
+ {
1170
+ "stableId": "Azure.Core:Azure.Operation::GetRawResponse():Azure.Response",
1171
+ "clrName": "GetRawResponse",
1172
+ "tsEmitName": "getRawResponse",
1173
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
1174
+ "provenance": "Original",
1175
+ "emitScope": "ClassSurface",
1176
+ "isStatic": false,
1177
+ "isAbstract": true,
1178
+ "isVirtual": true,
1179
+ "isOverride": false,
1180
+ "isSealed": false,
1181
+ "arity": 0,
1182
+ "parameterCount": 0,
1183
+ "isExtensionMethod": false
1184
+ },
1185
+ {
1186
+ "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]]",
1187
+ "clrName": "UpdateStatusAsync",
1188
+ "tsEmitName": "updateStatusAsync",
1189
+ "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",
1190
+ "provenance": "Original",
1191
+ "emitScope": "ClassSurface",
1192
+ "isStatic": false,
1193
+ "isAbstract": true,
1194
+ "isVirtual": true,
1195
+ "isOverride": false,
1196
+ "isSealed": false,
1197
+ "arity": 0,
1198
+ "parameterCount": 1,
1199
+ "isExtensionMethod": false
1200
+ },
1201
+ {
1202
+ "stableId": "Azure.Core:Azure.Operation::UpdateStatus(System.Threading.CancellationToken):Azure.Response",
1203
+ "clrName": "UpdateStatus",
1204
+ "tsEmitName": "updateStatus",
1205
+ "normalizedSignature": "UpdateStatus|(System.Threading.CancellationToken):Azure.Response|static=false",
1206
+ "provenance": "Original",
1207
+ "emitScope": "ClassSurface",
1208
+ "isStatic": false,
1209
+ "isAbstract": true,
1210
+ "isVirtual": true,
1211
+ "isOverride": false,
1212
+ "isSealed": false,
1213
+ "arity": 0,
1214
+ "parameterCount": 1,
1215
+ "isExtensionMethod": false
1216
+ },
1217
+ {
1218
+ "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]]",
1219
+ "clrName": "WaitForCompletionResponseAsync",
1220
+ "tsEmitName": "waitForCompletionResponseAsync",
1221
+ "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",
1222
+ "provenance": "Original",
1223
+ "emitScope": "ClassSurface",
1224
+ "isStatic": false,
1225
+ "isAbstract": false,
1226
+ "isVirtual": true,
1227
+ "isOverride": false,
1228
+ "isSealed": false,
1229
+ "arity": 0,
1230
+ "parameterCount": 1,
1231
+ "isExtensionMethod": false
1232
+ },
1233
+ {
1234
+ "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]]",
1235
+ "clrName": "WaitForCompletionResponseAsync",
1236
+ "tsEmitName": "waitForCompletionResponseAsync",
1237
+ "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",
1238
+ "provenance": "Original",
1239
+ "emitScope": "ClassSurface",
1240
+ "isStatic": false,
1241
+ "isAbstract": false,
1242
+ "isVirtual": true,
1243
+ "isOverride": false,
1244
+ "isSealed": false,
1245
+ "arity": 0,
1246
+ "parameterCount": 2,
1247
+ "isExtensionMethod": false
1248
+ },
1249
+ {
1250
+ "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]]",
1251
+ "clrName": "WaitForCompletionResponseAsync",
1252
+ "tsEmitName": "waitForCompletionResponseAsync",
1253
+ "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",
1254
+ "provenance": "Original",
1255
+ "emitScope": "ClassSurface",
1256
+ "isStatic": false,
1257
+ "isAbstract": false,
1258
+ "isVirtual": true,
1259
+ "isOverride": false,
1260
+ "isSealed": false,
1261
+ "arity": 0,
1262
+ "parameterCount": 2,
1263
+ "isExtensionMethod": false
1264
+ },
1265
+ {
1266
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponse(System.Threading.CancellationToken):Azure.Response",
1267
+ "clrName": "WaitForCompletionResponse",
1268
+ "tsEmitName": "waitForCompletionResponse",
1269
+ "normalizedSignature": "WaitForCompletionResponse|(System.Threading.CancellationToken):Azure.Response|static=false",
1270
+ "provenance": "Original",
1271
+ "emitScope": "ClassSurface",
1272
+ "isStatic": false,
1273
+ "isAbstract": false,
1274
+ "isVirtual": true,
1275
+ "isOverride": false,
1276
+ "isSealed": false,
1277
+ "arity": 0,
1278
+ "parameterCount": 1,
1279
+ "isExtensionMethod": false
1280
+ },
1281
+ {
1282
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponse(System.TimeSpan,System.Threading.CancellationToken):Azure.Response",
1283
+ "clrName": "WaitForCompletionResponse",
1284
+ "tsEmitName": "waitForCompletionResponse",
1285
+ "normalizedSignature": "WaitForCompletionResponse|(System.TimeSpan,System.Threading.CancellationToken):Azure.Response|static=false",
1286
+ "provenance": "Original",
1287
+ "emitScope": "ClassSurface",
1288
+ "isStatic": false,
1289
+ "isAbstract": false,
1290
+ "isVirtual": true,
1291
+ "isOverride": false,
1292
+ "isSealed": false,
1293
+ "arity": 0,
1294
+ "parameterCount": 2,
1295
+ "isExtensionMethod": false
1296
+ },
1297
+ {
1298
+ "stableId": "Azure.Core:Azure.Operation::WaitForCompletionResponse(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response",
1299
+ "clrName": "WaitForCompletionResponse",
1300
+ "tsEmitName": "waitForCompletionResponse",
1301
+ "normalizedSignature": "WaitForCompletionResponse|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Azure.Response|static=false",
1302
+ "provenance": "Original",
1303
+ "emitScope": "ClassSurface",
1304
+ "isStatic": false,
1305
+ "isAbstract": false,
1306
+ "isVirtual": true,
1307
+ "isOverride": false,
1308
+ "isSealed": false,
1309
+ "arity": 0,
1310
+ "parameterCount": 2,
1311
+ "isExtensionMethod": false
1312
+ },
1313
+ {
1314
+ "stableId": "Azure.Core:Azure.Operation::Equals(System.Object):System.Boolean",
1315
+ "clrName": "Equals",
1316
+ "tsEmitName": "equals",
1317
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1318
+ "provenance": "Original",
1319
+ "emitScope": "ClassSurface",
1320
+ "isStatic": false,
1321
+ "isAbstract": false,
1322
+ "isVirtual": true,
1323
+ "isOverride": true,
1324
+ "isSealed": false,
1325
+ "arity": 0,
1326
+ "parameterCount": 1,
1327
+ "isExtensionMethod": false
1328
+ },
1329
+ {
1330
+ "stableId": "Azure.Core:Azure.Operation::GetHashCode():System.Int32",
1331
+ "clrName": "GetHashCode",
1332
+ "tsEmitName": "getHashCode",
1333
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1334
+ "provenance": "Original",
1335
+ "emitScope": "ClassSurface",
1336
+ "isStatic": false,
1337
+ "isAbstract": false,
1338
+ "isVirtual": true,
1339
+ "isOverride": true,
1340
+ "isSealed": false,
1341
+ "arity": 0,
1342
+ "parameterCount": 0,
1343
+ "isExtensionMethod": false
1344
+ },
1345
+ {
1346
+ "stableId": "Azure.Core:Azure.Operation::ToString():System.String",
1347
+ "clrName": "ToString",
1348
+ "tsEmitName": "toString",
1349
+ "normalizedSignature": "ToString|():System.String|static=false",
1350
+ "provenance": "Original",
1351
+ "emitScope": "ClassSurface",
1352
+ "isStatic": false,
1353
+ "isAbstract": false,
1354
+ "isVirtual": true,
1355
+ "isOverride": true,
1356
+ "isSealed": false,
1357
+ "arity": 0,
1358
+ "parameterCount": 0,
1359
+ "isExtensionMethod": false
1360
+ }
1361
+ ],
1362
+ "properties": [
1363
+ {
1364
+ "stableId": "Azure.Core:Azure.Operation::Id:System.String",
1365
+ "clrName": "Id",
1366
+ "tsEmitName": "id",
1367
+ "normalizedSignature": "Id|:System.String|static=false|accessor=get",
1368
+ "provenance": "Original",
1369
+ "emitScope": "ClassSurface",
1370
+ "isStatic": false,
1371
+ "isAbstract": true,
1372
+ "isVirtual": true,
1373
+ "isOverride": false,
1374
+ "isIndexer": false,
1375
+ "hasGetter": true,
1376
+ "hasSetter": false
1377
+ },
1378
+ {
1379
+ "stableId": "Azure.Core:Azure.Operation::HasCompleted:System.Boolean",
1380
+ "clrName": "HasCompleted",
1381
+ "tsEmitName": "hasCompleted",
1382
+ "normalizedSignature": "HasCompleted|:System.Boolean|static=false|accessor=get",
1383
+ "provenance": "Original",
1384
+ "emitScope": "ClassSurface",
1385
+ "isStatic": false,
1386
+ "isAbstract": true,
1387
+ "isVirtual": true,
1388
+ "isOverride": false,
1389
+ "isIndexer": false,
1390
+ "hasGetter": true,
1391
+ "hasSetter": false
1392
+ }
1393
+ ],
1394
+ "fields": [],
1395
+ "events": [],
1396
+ "constructors": []
1397
+ },
1398
+ {
1399
+ "stableId": "Azure.Core:Azure.Operation\u00601",
1400
+ "clrName": "Azure.Operation\u00601",
1401
+ "tsEmitName": "Operation_1",
1402
+ "kind": "Class",
1403
+ "accessibility": "Public",
1404
+ "isAbstract": true,
1405
+ "isSealed": false,
1406
+ "isStatic": false,
1407
+ "arity": 1,
1408
+ "methods": [
1409
+ {
1410
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletion(System.Threading.CancellationToken):Response_1",
1411
+ "clrName": "WaitForCompletion",
1412
+ "tsEmitName": "waitForCompletion",
1413
+ "normalizedSignature": "WaitForCompletion|(System.Threading.CancellationToken):Response_1|static=false",
1414
+ "provenance": "Original",
1415
+ "emitScope": "ClassSurface",
1416
+ "isStatic": false,
1417
+ "isAbstract": false,
1418
+ "isVirtual": true,
1419
+ "isOverride": false,
1420
+ "isSealed": false,
1421
+ "arity": 0,
1422
+ "parameterCount": 1,
1423
+ "isExtensionMethod": false
1424
+ },
1425
+ {
1426
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletion(System.TimeSpan,System.Threading.CancellationToken):Response_1",
1427
+ "clrName": "WaitForCompletion",
1428
+ "tsEmitName": "waitForCompletion",
1429
+ "normalizedSignature": "WaitForCompletion|(System.TimeSpan,System.Threading.CancellationToken):Response_1|static=false",
1430
+ "provenance": "Original",
1431
+ "emitScope": "ClassSurface",
1432
+ "isStatic": false,
1433
+ "isAbstract": false,
1434
+ "isVirtual": true,
1435
+ "isOverride": false,
1436
+ "isSealed": false,
1437
+ "arity": 0,
1438
+ "parameterCount": 2,
1439
+ "isExtensionMethod": false
1440
+ },
1441
+ {
1442
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionAsync(System.Threading.CancellationToken):ValueTask_1",
1443
+ "clrName": "WaitForCompletionAsync",
1444
+ "tsEmitName": "waitForCompletionAsync",
1445
+ "normalizedSignature": "WaitForCompletionAsync|(System.Threading.CancellationToken):ValueTask_1|static=false",
1446
+ "provenance": "Original",
1447
+ "emitScope": "ClassSurface",
1448
+ "isStatic": false,
1449
+ "isAbstract": false,
1450
+ "isVirtual": true,
1451
+ "isOverride": false,
1452
+ "isSealed": false,
1453
+ "arity": 0,
1454
+ "parameterCount": 1,
1455
+ "isExtensionMethod": false
1456
+ },
1457
+ {
1458
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionAsync(System.TimeSpan,System.Threading.CancellationToken):ValueTask_1",
1459
+ "clrName": "WaitForCompletionAsync",
1460
+ "tsEmitName": "waitForCompletionAsync",
1461
+ "normalizedSignature": "WaitForCompletionAsync|(System.TimeSpan,System.Threading.CancellationToken):ValueTask_1|static=false",
1462
+ "provenance": "Original",
1463
+ "emitScope": "ClassSurface",
1464
+ "isStatic": false,
1465
+ "isAbstract": false,
1466
+ "isVirtual": true,
1467
+ "isOverride": false,
1468
+ "isSealed": false,
1469
+ "arity": 0,
1470
+ "parameterCount": 2,
1471
+ "isExtensionMethod": false
1472
+ },
1473
+ {
1474
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletion(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Response_1",
1475
+ "clrName": "WaitForCompletion",
1476
+ "tsEmitName": "waitForCompletion",
1477
+ "normalizedSignature": "WaitForCompletion|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):Response_1|static=false",
1478
+ "provenance": "Original",
1479
+ "emitScope": "ClassSurface",
1480
+ "isStatic": false,
1481
+ "isAbstract": false,
1482
+ "isVirtual": true,
1483
+ "isOverride": false,
1484
+ "isSealed": false,
1485
+ "arity": 0,
1486
+ "parameterCount": 2,
1487
+ "isExtensionMethod": false
1488
+ },
1489
+ {
1490
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionAsync(Azure.Core.DelayStrategy,System.Threading.CancellationToken):ValueTask_1",
1491
+ "clrName": "WaitForCompletionAsync",
1492
+ "tsEmitName": "waitForCompletionAsync",
1493
+ "normalizedSignature": "WaitForCompletionAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):ValueTask_1|static=false",
1494
+ "provenance": "Original",
1495
+ "emitScope": "ClassSurface",
1496
+ "isStatic": false,
1497
+ "isAbstract": false,
1498
+ "isVirtual": true,
1499
+ "isOverride": false,
1500
+ "isSealed": false,
1501
+ "arity": 0,
1502
+ "parameterCount": 2,
1503
+ "isExtensionMethod": false
1504
+ },
1505
+ {
1506
+ "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]]",
1507
+ "clrName": "WaitForCompletionResponseAsync",
1508
+ "tsEmitName": "waitForCompletionResponseAsync4",
1509
+ "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",
1510
+ "provenance": "Original",
1511
+ "emitScope": "ClassSurface",
1512
+ "isStatic": false,
1513
+ "isAbstract": false,
1514
+ "isVirtual": true,
1515
+ "isOverride": true,
1516
+ "isSealed": false,
1517
+ "arity": 0,
1518
+ "parameterCount": 1,
1519
+ "isExtensionMethod": false
1520
+ },
1521
+ {
1522
+ "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]]",
1523
+ "clrName": "WaitForCompletionResponseAsync",
1524
+ "tsEmitName": "waitForCompletionResponseAsync4",
1525
+ "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",
1526
+ "provenance": "Original",
1527
+ "emitScope": "ClassSurface",
1528
+ "isStatic": false,
1529
+ "isAbstract": false,
1530
+ "isVirtual": true,
1531
+ "isOverride": true,
1532
+ "isSealed": false,
1533
+ "arity": 0,
1534
+ "parameterCount": 2,
1535
+ "isExtensionMethod": false
1536
+ },
1537
+ {
1538
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1539
+ "clrName": "WaitForCompletionResponseAsync",
1540
+ "tsEmitName": "waitForCompletionResponseAsync",
1541
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1542
+ "provenance": "BaseOverload",
1543
+ "emitScope": "ClassSurface",
1544
+ "isStatic": false,
1545
+ "isAbstract": false,
1546
+ "isVirtual": true,
1547
+ "isOverride": false,
1548
+ "isSealed": false,
1549
+ "arity": 0,
1550
+ "parameterCount": 1,
1551
+ "isExtensionMethod": false
1552
+ },
1553
+ {
1554
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1555
+ "clrName": "WaitForCompletionResponseAsync",
1556
+ "tsEmitName": "waitForCompletionResponseAsync2",
1557
+ "normalizedSignature": "WaitForCompletionResponseAsync|(System.TimeSpan,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1558
+ "provenance": "BaseOverload",
1559
+ "emitScope": "ClassSurface",
1560
+ "isStatic": false,
1561
+ "isAbstract": false,
1562
+ "isVirtual": true,
1563
+ "isOverride": false,
1564
+ "isSealed": false,
1565
+ "arity": 0,
1566
+ "parameterCount": 2,
1567
+ "isExtensionMethod": false
1568
+ },
1569
+ {
1570
+ "stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletionResponseAsync(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1571
+ "clrName": "WaitForCompletionResponseAsync",
1572
+ "tsEmitName": "waitForCompletionResponseAsync3",
1573
+ "normalizedSignature": "WaitForCompletionResponseAsync|(Azure.Core.DelayStrategy,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1574
+ "provenance": "BaseOverload",
1575
+ "emitScope": "ClassSurface",
1576
+ "isStatic": false,
1577
+ "isAbstract": false,
1578
+ "isVirtual": true,
1579
+ "isOverride": false,
1580
+ "isSealed": false,
1581
+ "arity": 0,
1582
+ "parameterCount": 2,
1583
+ "isExtensionMethod": false
1584
+ }
1585
+ ],
1586
+ "properties": [
1587
+ {
1588
+ "stableId": "Azure.Core:Azure.Operation\u00601::Value:T",
1589
+ "clrName": "Value",
1590
+ "tsEmitName": "value",
1591
+ "normalizedSignature": "Value|:T|static=false|accessor=get",
1592
+ "provenance": "Original",
1593
+ "emitScope": "ClassSurface",
1594
+ "isStatic": false,
1595
+ "isAbstract": true,
1596
+ "isVirtual": true,
1597
+ "isOverride": false,
1598
+ "isIndexer": false,
1599
+ "hasGetter": true,
1600
+ "hasSetter": false
1601
+ },
1602
+ {
1603
+ "stableId": "Azure.Core:Azure.Operation\u00601::HasValue:System.Boolean",
1604
+ "clrName": "HasValue",
1605
+ "tsEmitName": "hasValue",
1606
+ "normalizedSignature": "HasValue|:System.Boolean|static=false|accessor=get",
1607
+ "provenance": "Original",
1608
+ "emitScope": "ClassSurface",
1609
+ "isStatic": false,
1610
+ "isAbstract": true,
1611
+ "isVirtual": true,
1612
+ "isOverride": false,
1613
+ "isIndexer": false,
1614
+ "hasGetter": true,
1615
+ "hasSetter": false
1616
+ }
1617
+ ],
1618
+ "fields": [],
1619
+ "events": [],
1620
+ "constructors": []
1621
+ },
1622
+ {
1623
+ "stableId": "Azure.Core:Azure.Page\u00601",
1624
+ "clrName": "Azure.Page\u00601",
1625
+ "tsEmitName": "Page_1",
1626
+ "kind": "Class",
1627
+ "accessibility": "Public",
1628
+ "isAbstract": true,
1629
+ "isSealed": false,
1630
+ "isStatic": false,
1631
+ "arity": 1,
1632
+ "methods": [
1633
+ {
1634
+ "stableId": "Azure.Core:Azure.Page\u00601::GetRawResponse():Azure.Response",
1635
+ "clrName": "GetRawResponse",
1636
+ "tsEmitName": "getRawResponse",
1637
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
1638
+ "provenance": "Original",
1639
+ "emitScope": "ClassSurface",
1640
+ "isStatic": false,
1641
+ "isAbstract": true,
1642
+ "isVirtual": true,
1643
+ "isOverride": false,
1644
+ "isSealed": false,
1645
+ "arity": 0,
1646
+ "parameterCount": 0,
1647
+ "isExtensionMethod": false
1648
+ },
1649
+ {
1650
+ "stableId": "Azure.Core:Azure.Page\u00601::FromValues(IReadOnlyList_1,System.String,Azure.Response):Page_1",
1651
+ "clrName": "FromValues",
1652
+ "tsEmitName": "fromValues",
1653
+ "normalizedSignature": "FromValues|(IReadOnlyList_1,System.String,Azure.Response):Page_1|static=true",
1654
+ "provenance": "Original",
1655
+ "emitScope": "ClassSurface",
1656
+ "isStatic": true,
1657
+ "isAbstract": false,
1658
+ "isVirtual": false,
1659
+ "isOverride": false,
1660
+ "isSealed": false,
1661
+ "arity": 0,
1662
+ "parameterCount": 3,
1663
+ "isExtensionMethod": false
1664
+ },
1665
+ {
1666
+ "stableId": "Azure.Core:Azure.Page\u00601::ToString():System.String",
1667
+ "clrName": "ToString",
1668
+ "tsEmitName": "toString",
1669
+ "normalizedSignature": "ToString|():System.String|static=false",
1670
+ "provenance": "Original",
1671
+ "emitScope": "ClassSurface",
1672
+ "isStatic": false,
1673
+ "isAbstract": false,
1674
+ "isVirtual": true,
1675
+ "isOverride": true,
1676
+ "isSealed": false,
1677
+ "arity": 0,
1678
+ "parameterCount": 0,
1679
+ "isExtensionMethod": false
1680
+ },
1681
+ {
1682
+ "stableId": "Azure.Core:Azure.Page\u00601::Equals(System.Object):System.Boolean",
1683
+ "clrName": "Equals",
1684
+ "tsEmitName": "equals",
1685
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1686
+ "provenance": "Original",
1687
+ "emitScope": "ClassSurface",
1688
+ "isStatic": false,
1689
+ "isAbstract": false,
1690
+ "isVirtual": true,
1691
+ "isOverride": true,
1692
+ "isSealed": false,
1693
+ "arity": 0,
1694
+ "parameterCount": 1,
1695
+ "isExtensionMethod": false
1696
+ },
1697
+ {
1698
+ "stableId": "Azure.Core:Azure.Page\u00601::GetHashCode():System.Int32",
1699
+ "clrName": "GetHashCode",
1700
+ "tsEmitName": "getHashCode",
1701
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1702
+ "provenance": "Original",
1703
+ "emitScope": "ClassSurface",
1704
+ "isStatic": false,
1705
+ "isAbstract": false,
1706
+ "isVirtual": true,
1707
+ "isOverride": true,
1708
+ "isSealed": false,
1709
+ "arity": 0,
1710
+ "parameterCount": 0,
1711
+ "isExtensionMethod": false
1712
+ }
1713
+ ],
1714
+ "properties": [
1715
+ {
1716
+ "stableId": "Azure.Core:Azure.Page\u00601::Values:IReadOnlyList_1",
1717
+ "clrName": "Values",
1718
+ "tsEmitName": "values",
1719
+ "normalizedSignature": "Values|:IReadOnlyList_1|static=false|accessor=get",
1720
+ "provenance": "Original",
1721
+ "emitScope": "ClassSurface",
1722
+ "isStatic": false,
1723
+ "isAbstract": true,
1724
+ "isVirtual": true,
1725
+ "isOverride": false,
1726
+ "isIndexer": false,
1727
+ "hasGetter": true,
1728
+ "hasSetter": false
1729
+ },
1730
+ {
1731
+ "stableId": "Azure.Core:Azure.Page\u00601::ContinuationToken:System.String",
1732
+ "clrName": "ContinuationToken",
1733
+ "tsEmitName": "continuationToken",
1734
+ "normalizedSignature": "ContinuationToken|:System.String|static=false|accessor=get",
1735
+ "provenance": "Original",
1736
+ "emitScope": "ClassSurface",
1737
+ "isStatic": false,
1738
+ "isAbstract": true,
1739
+ "isVirtual": true,
1740
+ "isOverride": false,
1741
+ "isIndexer": false,
1742
+ "hasGetter": true,
1743
+ "hasSetter": false
1744
+ }
1745
+ ],
1746
+ "fields": [],
1747
+ "events": [],
1748
+ "constructors": []
1749
+ },
1750
+ {
1751
+ "stableId": "Azure.Core:Azure.Pageable\u00601",
1752
+ "clrName": "Azure.Pageable\u00601",
1753
+ "tsEmitName": "Pageable_1",
1754
+ "kind": "Class",
1755
+ "accessibility": "Public",
1756
+ "isAbstract": true,
1757
+ "isSealed": false,
1758
+ "isStatic": false,
1759
+ "arity": 1,
1760
+ "methods": [
1761
+ {
1762
+ "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",
1763
+ "clrName": "AsPages",
1764
+ "tsEmitName": "asPages",
1765
+ "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",
1766
+ "provenance": "Original",
1767
+ "emitScope": "ClassSurface",
1768
+ "isStatic": false,
1769
+ "isAbstract": true,
1770
+ "isVirtual": true,
1771
+ "isOverride": false,
1772
+ "isSealed": false,
1773
+ "arity": 0,
1774
+ "parameterCount": 2,
1775
+ "isExtensionMethod": false
1776
+ },
1777
+ {
1778
+ "stableId": "Azure.Core:Azure.Pageable\u00601::ToString():System.String",
1779
+ "clrName": "ToString",
1780
+ "tsEmitName": "toString",
1781
+ "normalizedSignature": "ToString|():System.String|static=false",
1782
+ "provenance": "Original",
1783
+ "emitScope": "ClassSurface",
1784
+ "isStatic": false,
1785
+ "isAbstract": false,
1786
+ "isVirtual": true,
1787
+ "isOverride": true,
1788
+ "isSealed": false,
1789
+ "arity": 0,
1790
+ "parameterCount": 0,
1791
+ "isExtensionMethod": false
1792
+ },
1793
+ {
1794
+ "stableId": "Azure.Core:Azure.Pageable\u00601::GetEnumerator():IEnumerator_1",
1795
+ "clrName": "GetEnumerator",
1796
+ "tsEmitName": "getEnumerator",
1797
+ "normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
1798
+ "provenance": "Original",
1799
+ "emitScope": "ClassSurface",
1800
+ "isStatic": false,
1801
+ "isAbstract": false,
1802
+ "isVirtual": true,
1803
+ "isOverride": false,
1804
+ "isSealed": false,
1805
+ "arity": 0,
1806
+ "parameterCount": 0,
1807
+ "isExtensionMethod": false
1808
+ },
1809
+ {
1810
+ "stableId": "Azure.Core:Azure.Pageable\u00601::FromPages(IEnumerable_1):Pageable_1",
1811
+ "clrName": "FromPages",
1812
+ "tsEmitName": "fromPages",
1813
+ "normalizedSignature": "FromPages|(IEnumerable_1):Pageable_1|static=true",
1814
+ "provenance": "Original",
1815
+ "emitScope": "ClassSurface",
1816
+ "isStatic": true,
1817
+ "isAbstract": false,
1818
+ "isVirtual": false,
1819
+ "isOverride": false,
1820
+ "isSealed": false,
1821
+ "arity": 0,
1822
+ "parameterCount": 1,
1823
+ "isExtensionMethod": false
1824
+ },
1825
+ {
1826
+ "stableId": "Azure.Core:Azure.Pageable\u00601::Equals(System.Object):System.Boolean",
1827
+ "clrName": "Equals",
1828
+ "tsEmitName": "equals",
1829
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
1830
+ "provenance": "Original",
1831
+ "emitScope": "ClassSurface",
1832
+ "isStatic": false,
1833
+ "isAbstract": false,
1834
+ "isVirtual": true,
1835
+ "isOverride": true,
1836
+ "isSealed": false,
1837
+ "arity": 0,
1838
+ "parameterCount": 1,
1839
+ "isExtensionMethod": false
1840
+ },
1841
+ {
1842
+ "stableId": "Azure.Core:Azure.Pageable\u00601::GetHashCode():System.Int32",
1843
+ "clrName": "GetHashCode",
1844
+ "tsEmitName": "getHashCode",
1845
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
1846
+ "provenance": "Original",
1847
+ "emitScope": "ClassSurface",
1848
+ "isStatic": false,
1849
+ "isAbstract": false,
1850
+ "isVirtual": true,
1851
+ "isOverride": true,
1852
+ "isSealed": false,
1853
+ "arity": 0,
1854
+ "parameterCount": 0,
1855
+ "isExtensionMethod": false
1856
+ }
1857
+ ],
1858
+ "properties": [],
1859
+ "fields": [],
1860
+ "events": [],
1861
+ "constructors": []
1862
+ },
1863
+ {
1864
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601",
1865
+ "clrName": "Azure.PageableOperation\u00601",
1866
+ "tsEmitName": "PageableOperation_1",
1867
+ "kind": "Class",
1868
+ "accessibility": "Public",
1869
+ "isAbstract": true,
1870
+ "isSealed": false,
1871
+ "isStatic": false,
1872
+ "arity": 1,
1873
+ "methods": [
1874
+ {
1875
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601::GetValuesAsync(System.Threading.CancellationToken):AsyncPageable_1",
1876
+ "clrName": "GetValuesAsync",
1877
+ "tsEmitName": "getValuesAsync",
1878
+ "normalizedSignature": "GetValuesAsync|(System.Threading.CancellationToken):AsyncPageable_1|static=false",
1879
+ "provenance": "Original",
1880
+ "emitScope": "ClassSurface",
1881
+ "isStatic": false,
1882
+ "isAbstract": true,
1883
+ "isVirtual": true,
1884
+ "isOverride": false,
1885
+ "isSealed": false,
1886
+ "arity": 0,
1887
+ "parameterCount": 1,
1888
+ "isExtensionMethod": false
1889
+ },
1890
+ {
1891
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601::GetValues(System.Threading.CancellationToken):Pageable_1",
1892
+ "clrName": "GetValues",
1893
+ "tsEmitName": "getValues",
1894
+ "normalizedSignature": "GetValues|(System.Threading.CancellationToken):Pageable_1|static=false",
1895
+ "provenance": "Original",
1896
+ "emitScope": "ClassSurface",
1897
+ "isStatic": false,
1898
+ "isAbstract": true,
1899
+ "isVirtual": true,
1900
+ "isOverride": false,
1901
+ "isSealed": false,
1902
+ "arity": 0,
1903
+ "parameterCount": 1,
1904
+ "isExtensionMethod": false
1905
+ }
1906
+ ],
1907
+ "properties": [
1908
+ {
1909
+ "stableId": "Azure.Core:Azure.PageableOperation\u00601::Value:AsyncPageable_1",
1910
+ "clrName": "Value",
1911
+ "tsEmitName": "value",
1912
+ "normalizedSignature": "Value|:AsyncPageable_1|static=false|accessor=get",
1913
+ "provenance": "Original",
1914
+ "emitScope": "ClassSurface",
1915
+ "isStatic": false,
1916
+ "isAbstract": false,
1917
+ "isVirtual": true,
1918
+ "isOverride": true,
1919
+ "isIndexer": false,
1920
+ "hasGetter": true,
1921
+ "hasSetter": false
1922
+ }
1923
+ ],
1924
+ "fields": [],
1925
+ "events": [],
1926
+ "constructors": []
1927
+ },
1928
+ {
1929
+ "stableId": "Azure.Core:Azure.RequestConditions",
1930
+ "clrName": "Azure.RequestConditions",
1931
+ "tsEmitName": "RequestConditions",
1932
+ "kind": "Class",
1933
+ "accessibility": "Public",
1934
+ "isAbstract": false,
1935
+ "isSealed": false,
1936
+ "isStatic": false,
1937
+ "arity": 0,
1938
+ "methods": [],
1939
+ "properties": [
1940
+ {
1941
+ "stableId": "Azure.Core:Azure.RequestConditions::IfModifiedSince:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1942
+ "clrName": "IfModifiedSince",
1943
+ "tsEmitName": "ifModifiedSince",
1944
+ "normalizedSignature": "IfModifiedSince|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1945
+ "provenance": "Original",
1946
+ "emitScope": "ClassSurface",
1947
+ "isStatic": false,
1948
+ "isAbstract": false,
1949
+ "isVirtual": false,
1950
+ "isOverride": false,
1951
+ "isIndexer": false,
1952
+ "hasGetter": true,
1953
+ "hasSetter": true
1954
+ },
1955
+ {
1956
+ "stableId": "Azure.Core:Azure.RequestConditions::IfUnmodifiedSince:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1957
+ "clrName": "IfUnmodifiedSince",
1958
+ "tsEmitName": "ifUnmodifiedSince",
1959
+ "normalizedSignature": "IfUnmodifiedSince|:System.Nullable_1[[System.DateTimeOffset,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1960
+ "provenance": "Original",
1961
+ "emitScope": "ClassSurface",
1962
+ "isStatic": false,
1963
+ "isAbstract": false,
1964
+ "isVirtual": false,
1965
+ "isOverride": false,
1966
+ "isIndexer": false,
1967
+ "hasGetter": true,
1968
+ "hasSetter": true
1969
+ }
1970
+ ],
1971
+ "fields": [],
1972
+ "events": [],
1973
+ "constructors": [
1974
+ {
1975
+ "normalizedSignature": "constructor|():void|static=false",
1976
+ "isStatic": false,
1977
+ "parameterCount": 0
1978
+ }
1979
+ ]
1980
+ },
1981
+ {
1982
+ "stableId": "Azure.Core:Azure.RequestContext",
1983
+ "clrName": "Azure.RequestContext",
1984
+ "tsEmitName": "RequestContext",
1985
+ "kind": "Class",
1986
+ "accessibility": "Public",
1987
+ "isAbstract": false,
1988
+ "isSealed": false,
1989
+ "isStatic": false,
1990
+ "arity": 0,
1991
+ "methods": [
1992
+ {
1993
+ "stableId": "Azure.Core:Azure.RequestContext::AddPolicy(Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core.HttpPipelinePosition):System.Void",
1994
+ "clrName": "AddPolicy",
1995
+ "tsEmitName": "addPolicy",
1996
+ "normalizedSignature": "AddPolicy|(Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core.HttpPipelinePosition):System.Void|static=false",
1997
+ "provenance": "Original",
1998
+ "emitScope": "ClassSurface",
1999
+ "isStatic": false,
2000
+ "isAbstract": false,
2001
+ "isVirtual": false,
2002
+ "isOverride": false,
2003
+ "isSealed": false,
2004
+ "arity": 0,
2005
+ "parameterCount": 2,
2006
+ "isExtensionMethod": false
2007
+ },
2008
+ {
2009
+ "stableId": "Azure.Core:Azure.RequestContext::AddClassifier(System.Int32,System.Boolean):System.Void",
2010
+ "clrName": "AddClassifier",
2011
+ "tsEmitName": "addClassifier",
2012
+ "normalizedSignature": "AddClassifier|(System.Int32,System.Boolean):System.Void|static=false",
2013
+ "provenance": "Original",
2014
+ "emitScope": "ClassSurface",
2015
+ "isStatic": false,
2016
+ "isAbstract": false,
2017
+ "isVirtual": false,
2018
+ "isOverride": false,
2019
+ "isSealed": false,
2020
+ "arity": 0,
2021
+ "parameterCount": 2,
2022
+ "isExtensionMethod": false
2023
+ },
2024
+ {
2025
+ "stableId": "Azure.Core:Azure.RequestContext::AddClassifier(Azure.Core.ResponseClassificationHandler):System.Void",
2026
+ "clrName": "AddClassifier",
2027
+ "tsEmitName": "addClassifier",
2028
+ "normalizedSignature": "AddClassifier|(Azure.Core.ResponseClassificationHandler):System.Void|static=false",
2029
+ "provenance": "Original",
2030
+ "emitScope": "ClassSurface",
2031
+ "isStatic": false,
2032
+ "isAbstract": false,
2033
+ "isVirtual": false,
2034
+ "isOverride": false,
2035
+ "isSealed": false,
2036
+ "arity": 0,
2037
+ "parameterCount": 1,
2038
+ "isExtensionMethod": false
2039
+ }
2040
+ ],
2041
+ "properties": [
2042
+ {
2043
+ "stableId": "Azure.Core:Azure.RequestContext::ErrorOptions:Azure.ErrorOptions",
2044
+ "clrName": "ErrorOptions",
2045
+ "tsEmitName": "errorOptions",
2046
+ "normalizedSignature": "ErrorOptions|:Azure.ErrorOptions|static=false|accessor=getset",
2047
+ "provenance": "Original",
2048
+ "emitScope": "ClassSurface",
2049
+ "isStatic": false,
2050
+ "isAbstract": false,
2051
+ "isVirtual": false,
2052
+ "isOverride": false,
2053
+ "isIndexer": false,
2054
+ "hasGetter": true,
2055
+ "hasSetter": true
2056
+ },
2057
+ {
2058
+ "stableId": "Azure.Core:Azure.RequestContext::CancellationToken:System.Threading.CancellationToken",
2059
+ "clrName": "CancellationToken",
2060
+ "tsEmitName": "cancellationToken",
2061
+ "normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=getset",
2062
+ "provenance": "Original",
2063
+ "emitScope": "ClassSurface",
2064
+ "isStatic": false,
2065
+ "isAbstract": false,
2066
+ "isVirtual": false,
2067
+ "isOverride": false,
2068
+ "isIndexer": false,
2069
+ "hasGetter": true,
2070
+ "hasSetter": true
2071
+ }
2072
+ ],
2073
+ "fields": [],
2074
+ "events": [],
2075
+ "constructors": [
2076
+ {
2077
+ "normalizedSignature": "constructor|():void|static=false",
2078
+ "isStatic": false,
2079
+ "parameterCount": 0
2080
+ }
2081
+ ]
2082
+ },
2083
+ {
2084
+ "stableId": "Azure.Core:Azure.RequestFailedException",
2085
+ "clrName": "Azure.RequestFailedException",
2086
+ "tsEmitName": "RequestFailedException",
2087
+ "kind": "Class",
2088
+ "accessibility": "Public",
2089
+ "isAbstract": false,
2090
+ "isSealed": false,
2091
+ "isStatic": false,
2092
+ "arity": 0,
2093
+ "methods": [
2094
+ {
2095
+ "stableId": "Azure.Core:Azure.RequestFailedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
2096
+ "clrName": "GetObjectData",
2097
+ "tsEmitName": "getObjectData",
2098
+ "normalizedSignature": "GetObjectData|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void|static=false",
2099
+ "provenance": "Original",
2100
+ "emitScope": "ClassSurface",
2101
+ "isStatic": false,
2102
+ "isAbstract": false,
2103
+ "isVirtual": true,
2104
+ "isOverride": true,
2105
+ "isSealed": false,
2106
+ "arity": 0,
2107
+ "parameterCount": 2,
2108
+ "isExtensionMethod": false
2109
+ },
2110
+ {
2111
+ "stableId": "Azure.Core:Azure.RequestFailedException::GetRawResponse():Azure.Response",
2112
+ "clrName": "GetRawResponse",
2113
+ "tsEmitName": "getRawResponse",
2114
+ "normalizedSignature": "GetRawResponse|():Azure.Response|static=false",
2115
+ "provenance": "Original",
2116
+ "emitScope": "ClassSurface",
2117
+ "isStatic": false,
2118
+ "isAbstract": false,
2119
+ "isVirtual": false,
2120
+ "isOverride": false,
2121
+ "isSealed": false,
2122
+ "arity": 0,
2123
+ "parameterCount": 0,
2124
+ "isExtensionMethod": false
2125
+ }
2126
+ ],
2127
+ "properties": [
2128
+ {
2129
+ "stableId": "Azure.Core:Azure.RequestFailedException::Status:System.Int32",
2130
+ "clrName": "Status",
2131
+ "tsEmitName": "status",
2132
+ "normalizedSignature": "Status|:System.Int32|static=false|accessor=get",
2133
+ "provenance": "Original",
2134
+ "emitScope": "ClassSurface",
2135
+ "isStatic": false,
2136
+ "isAbstract": false,
2137
+ "isVirtual": false,
2138
+ "isOverride": false,
2139
+ "isIndexer": false,
2140
+ "hasGetter": true,
2141
+ "hasSetter": false
2142
+ },
2143
+ {
2144
+ "stableId": "Azure.Core:Azure.RequestFailedException::ErrorCode:System.String",
2145
+ "clrName": "ErrorCode",
2146
+ "tsEmitName": "errorCode",
2147
+ "normalizedSignature": "ErrorCode|:System.String|static=false|accessor=get",
2148
+ "provenance": "Original",
2149
+ "emitScope": "ClassSurface",
2150
+ "isStatic": false,
2151
+ "isAbstract": false,
2152
+ "isVirtual": false,
2153
+ "isOverride": false,
2154
+ "isIndexer": false,
2155
+ "hasGetter": true,
2156
+ "hasSetter": false
2157
+ }
2158
+ ],
2159
+ "fields": [],
2160
+ "events": [],
2161
+ "constructors": [
2162
+ {
2163
+ "normalizedSignature": "constructor|(System.String):void|static=false",
2164
+ "isStatic": false,
2165
+ "parameterCount": 1
2166
+ },
2167
+ {
2168
+ "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
2169
+ "isStatic": false,
2170
+ "parameterCount": 2
2171
+ },
2172
+ {
2173
+ "normalizedSignature": "constructor|(System.Int32,System.String):void|static=false",
2174
+ "isStatic": false,
2175
+ "parameterCount": 2
2176
+ },
2177
+ {
2178
+ "normalizedSignature": "constructor|(System.Int32,System.String,System.Exception):void|static=false",
2179
+ "isStatic": false,
2180
+ "parameterCount": 3
2181
+ },
2182
+ {
2183
+ "normalizedSignature": "constructor|(System.Int32,System.String,System.String,System.Exception):void|static=false",
2184
+ "isStatic": false,
2185
+ "parameterCount": 4
2186
+ },
2187
+ {
2188
+ "normalizedSignature": "constructor|(Azure.Response):void|static=false",
2189
+ "isStatic": false,
2190
+ "parameterCount": 1
2191
+ },
2192
+ {
2193
+ "normalizedSignature": "constructor|(Azure.Response,System.Exception):void|static=false",
2194
+ "isStatic": false,
2195
+ "parameterCount": 2
2196
+ },
2197
+ {
2198
+ "normalizedSignature": "constructor|(Azure.Response,System.Exception,Azure.Core.RequestFailedDetailsParser):void|static=false",
2199
+ "isStatic": false,
2200
+ "parameterCount": 3
2201
+ }
2202
+ ]
2203
+ },
2204
+ {
2205
+ "stableId": "Azure.Core:Azure.Response",
2206
+ "clrName": "Azure.Response",
2207
+ "tsEmitName": "Response",
2208
+ "kind": "Class",
2209
+ "accessibility": "Public",
2210
+ "isAbstract": true,
2211
+ "isSealed": false,
2212
+ "isStatic": false,
2213
+ "arity": 0,
2214
+ "methods": [
2215
+ {
2216
+ "stableId": "Azure.Core:Azure.Response::Dispose():System.Void",
2217
+ "clrName": "Dispose",
2218
+ "tsEmitName": "dispose",
2219
+ "normalizedSignature": "Dispose|():System.Void|static=false",
2220
+ "provenance": "Original",
2221
+ "emitScope": "ClassSurface",
2222
+ "isStatic": false,
2223
+ "isAbstract": true,
2224
+ "isVirtual": true,
2225
+ "isOverride": false,
2226
+ "isSealed": false,
2227
+ "arity": 0,
2228
+ "parameterCount": 0,
2229
+ "isExtensionMethod": false
2230
+ },
2231
+ {
2232
+ "stableId": "Azure.Core:Azure.Response::FromValue(T,Azure.Response):Response_1",
2233
+ "clrName": "FromValue",
2234
+ "tsEmitName": "fromValue",
2235
+ "normalizedSignature": "FromValue|(T,Azure.Response):Response_1|static=true",
2236
+ "provenance": "Original",
2237
+ "emitScope": "ClassSurface",
2238
+ "isStatic": true,
2239
+ "isAbstract": false,
2240
+ "isVirtual": false,
2241
+ "isOverride": false,
2242
+ "isSealed": false,
2243
+ "arity": 1,
2244
+ "parameterCount": 2,
2245
+ "isExtensionMethod": false
2246
+ },
2247
+ {
2248
+ "stableId": "Azure.Core:Azure.Response::ToString():System.String",
2249
+ "clrName": "ToString",
2250
+ "tsEmitName": "toString",
2251
+ "normalizedSignature": "ToString|():System.String|static=false",
2252
+ "provenance": "Original",
2253
+ "emitScope": "ClassSurface",
2254
+ "isStatic": false,
2255
+ "isAbstract": false,
2256
+ "isVirtual": true,
2257
+ "isOverride": true,
2258
+ "isSealed": false,
2259
+ "arity": 0,
2260
+ "parameterCount": 0,
2261
+ "isExtensionMethod": false
2262
+ }
2263
+ ],
2264
+ "properties": [
2265
+ {
2266
+ "stableId": "Azure.Core:Azure.Response::Status:System.Int32",
2267
+ "clrName": "Status",
2268
+ "tsEmitName": "status",
2269
+ "normalizedSignature": "Status|:System.Int32|static=false|accessor=get",
2270
+ "provenance": "Original",
2271
+ "emitScope": "ClassSurface",
2272
+ "isStatic": false,
2273
+ "isAbstract": true,
2274
+ "isVirtual": true,
2275
+ "isOverride": false,
2276
+ "isIndexer": false,
2277
+ "hasGetter": true,
2278
+ "hasSetter": false
2279
+ },
2280
+ {
2281
+ "stableId": "Azure.Core:Azure.Response::ReasonPhrase:System.String",
2282
+ "clrName": "ReasonPhrase",
2283
+ "tsEmitName": "reasonPhrase",
2284
+ "normalizedSignature": "ReasonPhrase|:System.String|static=false|accessor=get",
2285
+ "provenance": "Original",
2286
+ "emitScope": "ClassSurface",
2287
+ "isStatic": false,
2288
+ "isAbstract": true,
2289
+ "isVirtual": true,
2290
+ "isOverride": false,
2291
+ "isIndexer": false,
2292
+ "hasGetter": true,
2293
+ "hasSetter": false
2294
+ },
2295
+ {
2296
+ "stableId": "Azure.Core:Azure.Response::ContentStream:System.IO.Stream",
2297
+ "clrName": "ContentStream",
2298
+ "tsEmitName": "contentStream",
2299
+ "normalizedSignature": "ContentStream|:System.IO.Stream|static=false|accessor=getset",
2300
+ "provenance": "Original",
2301
+ "emitScope": "ClassSurface",
2302
+ "isStatic": false,
2303
+ "isAbstract": true,
2304
+ "isVirtual": true,
2305
+ "isOverride": false,
2306
+ "isIndexer": false,
2307
+ "hasGetter": true,
2308
+ "hasSetter": true
2309
+ },
2310
+ {
2311
+ "stableId": "Azure.Core:Azure.Response::ClientRequestId:System.String",
2312
+ "clrName": "ClientRequestId",
2313
+ "tsEmitName": "clientRequestId",
2314
+ "normalizedSignature": "ClientRequestId|:System.String|static=false|accessor=getset",
2315
+ "provenance": "Original",
2316
+ "emitScope": "ClassSurface",
2317
+ "isStatic": false,
2318
+ "isAbstract": true,
2319
+ "isVirtual": true,
2320
+ "isOverride": false,
2321
+ "isIndexer": false,
2322
+ "hasGetter": true,
2323
+ "hasSetter": true
2324
+ },
2325
+ {
2326
+ "stableId": "Azure.Core:Azure.Response::Headers:Azure.Core.ResponseHeaders",
2327
+ "clrName": "Headers",
2328
+ "tsEmitName": "headers",
2329
+ "normalizedSignature": "Headers|:Azure.Core.ResponseHeaders|static=false|accessor=get",
2330
+ "provenance": "Original",
2331
+ "emitScope": "ClassSurface",
2332
+ "isStatic": false,
2333
+ "isAbstract": false,
2334
+ "isVirtual": true,
2335
+ "isOverride": false,
2336
+ "isIndexer": false,
2337
+ "hasGetter": true,
2338
+ "hasSetter": false
2339
+ },
2340
+ {
2341
+ "stableId": "Azure.Core:Azure.Response::Content:System.BinaryData",
2342
+ "clrName": "Content",
2343
+ "tsEmitName": "content",
2344
+ "normalizedSignature": "Content|:System.BinaryData|static=false|accessor=get",
2345
+ "provenance": "Original",
2346
+ "emitScope": "ClassSurface",
2347
+ "isStatic": false,
2348
+ "isAbstract": false,
2349
+ "isVirtual": true,
2350
+ "isOverride": false,
2351
+ "isIndexer": false,
2352
+ "hasGetter": true,
2353
+ "hasSetter": false
2354
+ },
2355
+ {
2356
+ "stableId": "Azure.Core:Azure.Response::IsError:System.Boolean",
2357
+ "clrName": "IsError",
2358
+ "tsEmitName": "isError",
2359
+ "normalizedSignature": "IsError|:System.Boolean|static=false|accessor=get",
2360
+ "provenance": "Original",
2361
+ "emitScope": "ClassSurface",
2362
+ "isStatic": false,
2363
+ "isAbstract": false,
2364
+ "isVirtual": true,
2365
+ "isOverride": false,
2366
+ "isIndexer": false,
2367
+ "hasGetter": true,
2368
+ "hasSetter": false
2369
+ }
2370
+ ],
2371
+ "fields": [],
2372
+ "events": [],
2373
+ "constructors": []
2374
+ },
2375
+ {
2376
+ "stableId": "Azure.Core:Azure.Response\u00601",
2377
+ "clrName": "Azure.Response\u00601",
2378
+ "tsEmitName": "Response_1",
2379
+ "kind": "Class",
2380
+ "accessibility": "Public",
2381
+ "isAbstract": true,
2382
+ "isSealed": false,
2383
+ "isStatic": false,
2384
+ "arity": 1,
2385
+ "methods": [
2386
+ {
2387
+ "stableId": "Azure.Core:Azure.Response\u00601::Equals(System.Object):System.Boolean",
2388
+ "clrName": "Equals",
2389
+ "tsEmitName": "equals",
2390
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
2391
+ "provenance": "Original",
2392
+ "emitScope": "ClassSurface",
2393
+ "isStatic": false,
2394
+ "isAbstract": false,
2395
+ "isVirtual": true,
2396
+ "isOverride": true,
2397
+ "isSealed": false,
2398
+ "arity": 0,
2399
+ "parameterCount": 1,
2400
+ "isExtensionMethod": false
2401
+ },
2402
+ {
2403
+ "stableId": "Azure.Core:Azure.Response\u00601::GetHashCode():System.Int32",
2404
+ "clrName": "GetHashCode",
2405
+ "tsEmitName": "getHashCode",
2406
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
2407
+ "provenance": "Original",
2408
+ "emitScope": "ClassSurface",
2409
+ "isStatic": false,
2410
+ "isAbstract": false,
2411
+ "isVirtual": true,
2412
+ "isOverride": true,
2413
+ "isSealed": false,
2414
+ "arity": 0,
2415
+ "parameterCount": 0,
2416
+ "isExtensionMethod": false
2417
+ }
2418
+ ],
2419
+ "properties": [
2420
+ {
2421
+ "stableId": "Azure.Core:Azure.Response\u00601::HasValue:System.Boolean",
2422
+ "clrName": "HasValue",
2423
+ "tsEmitName": "hasValue",
2424
+ "normalizedSignature": "HasValue|:System.Boolean|static=false|accessor=get",
2425
+ "provenance": "Original",
2426
+ "emitScope": "ClassSurface",
2427
+ "isStatic": false,
2428
+ "isAbstract": false,
2429
+ "isVirtual": true,
2430
+ "isOverride": true,
2431
+ "isIndexer": false,
2432
+ "hasGetter": true,
2433
+ "hasSetter": false
2434
+ },
2435
+ {
2436
+ "stableId": "Azure.Core:Azure.Response\u00601::Value:T",
2437
+ "clrName": "Value",
2438
+ "tsEmitName": "value",
2439
+ "normalizedSignature": "Value|:T|static=false|accessor=get",
2440
+ "provenance": "Original",
2441
+ "emitScope": "ClassSurface",
2442
+ "isStatic": false,
2443
+ "isAbstract": false,
2444
+ "isVirtual": true,
2445
+ "isOverride": true,
2446
+ "isIndexer": false,
2447
+ "hasGetter": true,
2448
+ "hasSetter": false
2449
+ }
2450
+ ],
2451
+ "fields": [],
2452
+ "events": [],
2453
+ "constructors": []
2454
+ },
2455
+ {
2456
+ "stableId": "Azure.Core:Azure.ResponseError",
2457
+ "clrName": "Azure.ResponseError",
2458
+ "tsEmitName": "ResponseError",
2459
+ "kind": "Class",
2460
+ "accessibility": "Public",
2461
+ "isAbstract": false,
2462
+ "isSealed": true,
2463
+ "isStatic": false,
2464
+ "arity": 0,
2465
+ "methods": [
2466
+ {
2467
+ "stableId": "Azure.Core:Azure.ResponseError::ToString():System.String",
2468
+ "clrName": "ToString",
2469
+ "tsEmitName": "toString",
2470
+ "normalizedSignature": "ToString|():System.String|static=false",
2471
+ "provenance": "Original",
2472
+ "emitScope": "ClassSurface",
2473
+ "isStatic": false,
2474
+ "isAbstract": false,
2475
+ "isVirtual": true,
2476
+ "isOverride": true,
2477
+ "isSealed": false,
2478
+ "arity": 0,
2479
+ "parameterCount": 0,
2480
+ "isExtensionMethod": false
2481
+ },
2482
+ {
2483
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void",
2484
+ "clrName": "Write",
2485
+ "tsEmitName": "write",
2486
+ "normalizedSignature": "Write|(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions):System.Void|static=false",
2487
+ "provenance": "ExplicitView",
2488
+ "emitScope": "ViewOnly",
2489
+ "isStatic": false,
2490
+ "isAbstract": false,
2491
+ "isVirtual": true,
2492
+ "isOverride": false,
2493
+ "isSealed": false,
2494
+ "arity": 0,
2495
+ "parameterCount": 2,
2496
+ "sourceInterface": "System.ClientModel.Primitives.IJsonModel\u00601",
2497
+ "isExtensionMethod": false
2498
+ },
2499
+ {
2500
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601::Create(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
2501
+ "clrName": "Create",
2502
+ "tsEmitName": "create",
2503
+ "normalizedSignature": "Create|(System.Text.Json.Utf8JsonReader\u0026,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
2504
+ "provenance": "ExplicitView",
2505
+ "emitScope": "ViewOnly",
2506
+ "isStatic": false,
2507
+ "isAbstract": false,
2508
+ "isVirtual": true,
2509
+ "isOverride": false,
2510
+ "isSealed": false,
2511
+ "arity": 0,
2512
+ "parameterCount": 2,
2513
+ "sourceInterface": "System.ClientModel.Primitives.IJsonModel\u00601",
2514
+ "isExtensionMethod": false,
2515
+ "parameterModifiers": [
2516
+ {
2517
+ "index": 0,
2518
+ "modifier": "ref"
2519
+ }
2520
+ ]
2521
+ },
2522
+ {
2523
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Write(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData",
2524
+ "clrName": "Write",
2525
+ "tsEmitName": "write",
2526
+ "normalizedSignature": "Write|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.BinaryData|static=false",
2527
+ "provenance": "ExplicitView",
2528
+ "emitScope": "ViewOnly",
2529
+ "isStatic": false,
2530
+ "isAbstract": false,
2531
+ "isVirtual": true,
2532
+ "isOverride": false,
2533
+ "isSealed": false,
2534
+ "arity": 0,
2535
+ "parameterCount": 1,
2536
+ "sourceInterface": "System.ClientModel.Primitives.IPersistableModel\u00601",
2537
+ "isExtensionMethod": false
2538
+ },
2539
+ {
2540
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T",
2541
+ "clrName": "Create",
2542
+ "tsEmitName": "create",
2543
+ "normalizedSignature": "Create|(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions):T|static=false",
2544
+ "provenance": "ExplicitView",
2545
+ "emitScope": "ViewOnly",
2546
+ "isStatic": false,
2547
+ "isAbstract": false,
2548
+ "isVirtual": true,
2549
+ "isOverride": false,
2550
+ "isSealed": false,
2551
+ "arity": 0,
2552
+ "parameterCount": 2,
2553
+ "sourceInterface": "System.ClientModel.Primitives.IPersistableModel\u00601",
2554
+ "isExtensionMethod": false
2555
+ },
2556
+ {
2557
+ "stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601::GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String",
2558
+ "clrName": "GetFormatFromOptions",
2559
+ "tsEmitName": "getFormatFromOptions",
2560
+ "normalizedSignature": "GetFormatFromOptions|(System.ClientModel.Primitives.ModelReaderWriterOptions):System.String|static=false",
2561
+ "provenance": "ExplicitView",
2562
+ "emitScope": "ViewOnly",
2563
+ "isStatic": false,
2564
+ "isAbstract": false,
2565
+ "isVirtual": true,
2566
+ "isOverride": false,
2567
+ "isSealed": false,
2568
+ "arity": 0,
2569
+ "parameterCount": 1,
2570
+ "sourceInterface": "System.ClientModel.Primitives.IPersistableModel\u00601",
2571
+ "isExtensionMethod": false
2572
+ }
2573
+ ],
2574
+ "properties": [
2575
+ {
2576
+ "stableId": "Azure.Core:Azure.ResponseError::Code:System.String",
2577
+ "clrName": "Code",
2578
+ "tsEmitName": "code",
2579
+ "normalizedSignature": "Code|:System.String|static=false|accessor=get",
2580
+ "provenance": "Original",
2581
+ "emitScope": "ClassSurface",
2582
+ "isStatic": false,
2583
+ "isAbstract": false,
2584
+ "isVirtual": false,
2585
+ "isOverride": false,
2586
+ "isIndexer": false,
2587
+ "hasGetter": true,
2588
+ "hasSetter": false
2589
+ },
2590
+ {
2591
+ "stableId": "Azure.Core:Azure.ResponseError::Message:System.String",
2592
+ "clrName": "Message",
2593
+ "tsEmitName": "message",
2594
+ "normalizedSignature": "Message|:System.String|static=false|accessor=get",
2595
+ "provenance": "Original",
2596
+ "emitScope": "ClassSurface",
2597
+ "isStatic": false,
2598
+ "isAbstract": false,
2599
+ "isVirtual": false,
2600
+ "isOverride": false,
2601
+ "isIndexer": false,
2602
+ "hasGetter": true,
2603
+ "hasSetter": false
2604
+ }
2605
+ ],
2606
+ "fields": [],
2607
+ "events": [],
2608
+ "constructors": [
2609
+ {
2610
+ "normalizedSignature": "constructor|():void|static=false",
2611
+ "isStatic": false,
2612
+ "parameterCount": 0
2613
+ },
2614
+ {
2615
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
2616
+ "isStatic": false,
2617
+ "parameterCount": 2
2618
+ }
2619
+ ]
2620
+ },
2621
+ {
2622
+ "stableId": "Azure.Core:Azure.SyncAsyncEventArgs",
2623
+ "clrName": "Azure.SyncAsyncEventArgs",
2624
+ "tsEmitName": "SyncAsyncEventArgs",
2625
+ "kind": "Class",
2626
+ "accessibility": "Public",
2627
+ "isAbstract": false,
2628
+ "isSealed": false,
2629
+ "isStatic": false,
2630
+ "arity": 0,
2631
+ "methods": [],
2632
+ "properties": [
2633
+ {
2634
+ "stableId": "Azure.Core:Azure.SyncAsyncEventArgs::IsRunningSynchronously:System.Boolean",
2635
+ "clrName": "IsRunningSynchronously",
2636
+ "tsEmitName": "isRunningSynchronously",
2637
+ "normalizedSignature": "IsRunningSynchronously|:System.Boolean|static=false|accessor=get",
2638
+ "provenance": "Original",
2639
+ "emitScope": "ClassSurface",
2640
+ "isStatic": false,
2641
+ "isAbstract": false,
2642
+ "isVirtual": false,
2643
+ "isOverride": false,
2644
+ "isIndexer": false,
2645
+ "hasGetter": true,
2646
+ "hasSetter": false
2647
+ },
2648
+ {
2649
+ "stableId": "Azure.Core:Azure.SyncAsyncEventArgs::CancellationToken:System.Threading.CancellationToken",
2650
+ "clrName": "CancellationToken",
2651
+ "tsEmitName": "cancellationToken",
2652
+ "normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=get",
2653
+ "provenance": "Original",
2654
+ "emitScope": "ClassSurface",
2655
+ "isStatic": false,
2656
+ "isAbstract": false,
2657
+ "isVirtual": false,
2658
+ "isOverride": false,
2659
+ "isIndexer": false,
2660
+ "hasGetter": true,
2661
+ "hasSetter": false
2662
+ }
2663
+ ],
2664
+ "fields": [],
2665
+ "events": [],
2666
+ "constructors": [
2667
+ {
2668
+ "normalizedSignature": "constructor|(System.Boolean,System.Threading.CancellationToken):void|static=false",
2669
+ "isStatic": false,
2670
+ "parameterCount": 2
2671
+ }
2672
+ ]
2673
+ },
2674
+ {
2675
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions",
2676
+ "clrName": "Azure.AzureCoreExtensions",
2677
+ "tsEmitName": "AzureCoreExtensions",
2678
+ "kind": "StaticNamespace",
2679
+ "accessibility": "Public",
2680
+ "isAbstract": true,
2681
+ "isSealed": true,
2682
+ "isStatic": true,
2683
+ "arity": 0,
2684
+ "methods": [
2685
+ {
2686
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToObject(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):T",
2687
+ "clrName": "ToObject",
2688
+ "tsEmitName": "toObject",
2689
+ "normalizedSignature": "ToObject|(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):T|static=true",
2690
+ "provenance": "Original",
2691
+ "emitScope": "ClassSurface",
2692
+ "isStatic": true,
2693
+ "isAbstract": false,
2694
+ "isVirtual": false,
2695
+ "isOverride": false,
2696
+ "isSealed": false,
2697
+ "arity": 1,
2698
+ "parameterCount": 3,
2699
+ "isExtensionMethod": true
2700
+ },
2701
+ {
2702
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToObjectAsync(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):ValueTask_1",
2703
+ "clrName": "ToObjectAsync",
2704
+ "tsEmitName": "toObjectAsync",
2705
+ "normalizedSignature": "ToObjectAsync|(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):ValueTask_1|static=true",
2706
+ "provenance": "Original",
2707
+ "emitScope": "ClassSurface",
2708
+ "isStatic": true,
2709
+ "isAbstract": false,
2710
+ "isVirtual": false,
2711
+ "isOverride": false,
2712
+ "isSealed": false,
2713
+ "arity": 1,
2714
+ "parameterCount": 3,
2715
+ "isExtensionMethod": true
2716
+ },
2717
+ {
2718
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToObjectFromJson(System.BinaryData):System.Object",
2719
+ "clrName": "ToObjectFromJson",
2720
+ "tsEmitName": "toObjectFromJson",
2721
+ "normalizedSignature": "ToObjectFromJson|(System.BinaryData):System.Object|static=true",
2722
+ "provenance": "Original",
2723
+ "emitScope": "ClassSurface",
2724
+ "isStatic": true,
2725
+ "isAbstract": false,
2726
+ "isVirtual": false,
2727
+ "isOverride": false,
2728
+ "isSealed": false,
2729
+ "arity": 0,
2730
+ "parameterCount": 1,
2731
+ "isExtensionMethod": true
2732
+ },
2733
+ {
2734
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToDynamicFromJson(System.BinaryData):System.Object",
2735
+ "clrName": "ToDynamicFromJson",
2736
+ "tsEmitName": "toDynamicFromJson",
2737
+ "normalizedSignature": "ToDynamicFromJson|(System.BinaryData):System.Object|static=true",
2738
+ "provenance": "Original",
2739
+ "emitScope": "ClassSurface",
2740
+ "isStatic": true,
2741
+ "isAbstract": false,
2742
+ "isVirtual": false,
2743
+ "isOverride": false,
2744
+ "isSealed": false,
2745
+ "arity": 0,
2746
+ "parameterCount": 1,
2747
+ "isExtensionMethod": true
2748
+ },
2749
+ {
2750
+ "stableId": "Azure.Core:Azure.AzureCoreExtensions::ToDynamicFromJson(System.BinaryData,Azure.Core.Serialization.JsonPropertyNames,System.String):System.Object",
2751
+ "clrName": "ToDynamicFromJson",
2752
+ "tsEmitName": "toDynamicFromJson",
2753
+ "normalizedSignature": "ToDynamicFromJson|(System.BinaryData,Azure.Core.Serialization.JsonPropertyNames,System.String):System.Object|static=true",
2754
+ "provenance": "Original",
2755
+ "emitScope": "ClassSurface",
2756
+ "isStatic": true,
2757
+ "isAbstract": false,
2758
+ "isVirtual": false,
2759
+ "isOverride": false,
2760
+ "isSealed": false,
2761
+ "arity": 0,
2762
+ "parameterCount": 3,
2763
+ "isExtensionMethod": true
2764
+ }
2765
+ ],
2766
+ "properties": [],
2767
+ "fields": [],
2768
+ "events": [],
2769
+ "constructors": []
2770
+ }
2771
+ ]
2772
+ }