@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
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.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
package/Azure/bindings.json
CHANGED
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Azure.ErrorOptions",
|
|
30
53
|
"declaringAssemblyName": "Azure.Core"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Azure.ErrorOptions",
|
|
41
65
|
"declaringAssemblyName": "Azure.Core"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Azure.ErrorOptions",
|
|
52
77
|
"declaringAssemblyName": "Azure.Core"
|
|
53
78
|
}
|
|
@@ -66,6 +91,28 @@
|
|
|
66
91
|
"isSealed": true,
|
|
67
92
|
"isStatic": false,
|
|
68
93
|
"arity": 0,
|
|
94
|
+
"baseType": {
|
|
95
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
96
|
+
"clrName": "System.Enum"
|
|
97
|
+
},
|
|
98
|
+
"interfaces": [
|
|
99
|
+
{
|
|
100
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
101
|
+
"clrName": "System.IComparable"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
105
|
+
"clrName": "System.ISpanFormattable"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
109
|
+
"clrName": "System.IFormattable"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
113
|
+
"clrName": "System.IConvertible"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
69
116
|
"methods": [],
|
|
70
117
|
"properties": [],
|
|
71
118
|
"fields": [
|
|
@@ -77,6 +124,7 @@
|
|
|
77
124
|
"isStatic": false,
|
|
78
125
|
"isReadOnly": false,
|
|
79
126
|
"isLiteral": false,
|
|
127
|
+
"visibility": "Public",
|
|
80
128
|
"declaringClrType": "Azure.WaitUntil",
|
|
81
129
|
"declaringAssemblyName": "Azure.Core"
|
|
82
130
|
},
|
|
@@ -88,6 +136,7 @@
|
|
|
88
136
|
"isStatic": true,
|
|
89
137
|
"isReadOnly": false,
|
|
90
138
|
"isLiteral": true,
|
|
139
|
+
"visibility": "Public",
|
|
91
140
|
"declaringClrType": "Azure.WaitUntil",
|
|
92
141
|
"declaringAssemblyName": "Azure.Core"
|
|
93
142
|
},
|
|
@@ -99,6 +148,7 @@
|
|
|
99
148
|
"isStatic": true,
|
|
100
149
|
"isReadOnly": false,
|
|
101
150
|
"isLiteral": true,
|
|
151
|
+
"visibility": "Public",
|
|
102
152
|
"declaringClrType": "Azure.WaitUntil",
|
|
103
153
|
"declaringAssemblyName": "Azure.Core"
|
|
104
154
|
}
|
|
@@ -117,6 +167,19 @@
|
|
|
117
167
|
"isSealed": true,
|
|
118
168
|
"isStatic": false,
|
|
119
169
|
"arity": 0,
|
|
170
|
+
"baseType": {
|
|
171
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
172
|
+
"clrName": "System.ValueType"
|
|
173
|
+
},
|
|
174
|
+
"interfaces": [
|
|
175
|
+
{
|
|
176
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
177
|
+
"clrName": "System.IEquatable\u00601",
|
|
178
|
+
"typeArguments": [
|
|
179
|
+
"ETag"
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
],
|
|
120
183
|
"methods": [
|
|
121
184
|
{
|
|
122
185
|
"stableId": "Azure.Core:Azure.ETag::Equals(Azure.ETag):System.Boolean",
|
|
@@ -133,6 +196,7 @@
|
|
|
133
196
|
"isVirtual": true,
|
|
134
197
|
"isOverride": false,
|
|
135
198
|
"isSealed": true,
|
|
199
|
+
"visibility": "Public",
|
|
136
200
|
"declaringClrType": "Azure.ETag",
|
|
137
201
|
"declaringAssemblyName": "Azure.Core",
|
|
138
202
|
"isExtensionMethod": false
|
|
@@ -152,6 +216,7 @@
|
|
|
152
216
|
"isVirtual": false,
|
|
153
217
|
"isOverride": false,
|
|
154
218
|
"isSealed": false,
|
|
219
|
+
"visibility": "Public",
|
|
155
220
|
"declaringClrType": "Azure.ETag",
|
|
156
221
|
"declaringAssemblyName": "Azure.Core",
|
|
157
222
|
"isExtensionMethod": false
|
|
@@ -171,6 +236,7 @@
|
|
|
171
236
|
"isVirtual": true,
|
|
172
237
|
"isOverride": true,
|
|
173
238
|
"isSealed": false,
|
|
239
|
+
"visibility": "Public",
|
|
174
240
|
"declaringClrType": "Azure.ETag",
|
|
175
241
|
"declaringAssemblyName": "Azure.Core",
|
|
176
242
|
"isExtensionMethod": false
|
|
@@ -190,6 +256,7 @@
|
|
|
190
256
|
"isVirtual": true,
|
|
191
257
|
"isOverride": true,
|
|
192
258
|
"isSealed": false,
|
|
259
|
+
"visibility": "Public",
|
|
193
260
|
"declaringClrType": "Azure.ETag",
|
|
194
261
|
"declaringAssemblyName": "Azure.Core",
|
|
195
262
|
"isExtensionMethod": false
|
|
@@ -209,6 +276,7 @@
|
|
|
209
276
|
"isVirtual": true,
|
|
210
277
|
"isOverride": true,
|
|
211
278
|
"isSealed": false,
|
|
279
|
+
"visibility": "Public",
|
|
212
280
|
"declaringClrType": "Azure.ETag",
|
|
213
281
|
"declaringAssemblyName": "Azure.Core",
|
|
214
282
|
"isExtensionMethod": false
|
|
@@ -228,6 +296,7 @@
|
|
|
228
296
|
"isVirtual": false,
|
|
229
297
|
"isOverride": false,
|
|
230
298
|
"isSealed": false,
|
|
299
|
+
"visibility": "Public",
|
|
231
300
|
"declaringClrType": "Azure.ETag",
|
|
232
301
|
"declaringAssemblyName": "Azure.Core",
|
|
233
302
|
"isExtensionMethod": false
|
|
@@ -243,6 +312,7 @@
|
|
|
243
312
|
"isStatic": true,
|
|
244
313
|
"isReadOnly": true,
|
|
245
314
|
"isLiteral": false,
|
|
315
|
+
"visibility": "Public",
|
|
246
316
|
"declaringClrType": "Azure.ETag",
|
|
247
317
|
"declaringAssemblyName": "Azure.Core"
|
|
248
318
|
}
|
|
@@ -256,6 +326,7 @@
|
|
|
256
326
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
257
327
|
"isStatic": false,
|
|
258
328
|
"parameterCount": 1,
|
|
329
|
+
"visibility": "Public",
|
|
259
330
|
"declaringClrType": "Azure.ETag",
|
|
260
331
|
"declaringAssemblyName": "Azure.Core"
|
|
261
332
|
}
|
|
@@ -272,6 +343,19 @@
|
|
|
272
343
|
"isSealed": true,
|
|
273
344
|
"isStatic": false,
|
|
274
345
|
"arity": 0,
|
|
346
|
+
"baseType": {
|
|
347
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
348
|
+
"clrName": "System.ValueType"
|
|
349
|
+
},
|
|
350
|
+
"interfaces": [
|
|
351
|
+
{
|
|
352
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
353
|
+
"clrName": "System.IEquatable\u00601",
|
|
354
|
+
"typeArguments": [
|
|
355
|
+
"HttpRange"
|
|
356
|
+
]
|
|
357
|
+
}
|
|
358
|
+
],
|
|
275
359
|
"methods": [
|
|
276
360
|
{
|
|
277
361
|
"stableId": "Azure.Core:Azure.HttpRange::ToString():System.String",
|
|
@@ -288,6 +372,7 @@
|
|
|
288
372
|
"isVirtual": true,
|
|
289
373
|
"isOverride": true,
|
|
290
374
|
"isSealed": false,
|
|
375
|
+
"visibility": "Public",
|
|
291
376
|
"declaringClrType": "Azure.HttpRange",
|
|
292
377
|
"declaringAssemblyName": "Azure.Core",
|
|
293
378
|
"isExtensionMethod": false
|
|
@@ -307,6 +392,7 @@
|
|
|
307
392
|
"isVirtual": true,
|
|
308
393
|
"isOverride": false,
|
|
309
394
|
"isSealed": true,
|
|
395
|
+
"visibility": "Public",
|
|
310
396
|
"declaringClrType": "Azure.HttpRange",
|
|
311
397
|
"declaringAssemblyName": "Azure.Core",
|
|
312
398
|
"isExtensionMethod": false
|
|
@@ -326,6 +412,7 @@
|
|
|
326
412
|
"isVirtual": true,
|
|
327
413
|
"isOverride": true,
|
|
328
414
|
"isSealed": false,
|
|
415
|
+
"visibility": "Public",
|
|
329
416
|
"declaringClrType": "Azure.HttpRange",
|
|
330
417
|
"declaringAssemblyName": "Azure.Core",
|
|
331
418
|
"isExtensionMethod": false
|
|
@@ -345,6 +432,7 @@
|
|
|
345
432
|
"isVirtual": true,
|
|
346
433
|
"isOverride": true,
|
|
347
434
|
"isSealed": false,
|
|
435
|
+
"visibility": "Public",
|
|
348
436
|
"declaringClrType": "Azure.HttpRange",
|
|
349
437
|
"declaringAssemblyName": "Azure.Core",
|
|
350
438
|
"isExtensionMethod": false
|
|
@@ -366,6 +454,7 @@
|
|
|
366
454
|
"isAbstract": false,
|
|
367
455
|
"isVirtual": false,
|
|
368
456
|
"isOverride": false,
|
|
457
|
+
"visibility": "Public",
|
|
369
458
|
"declaringClrType": "Azure.HttpRange",
|
|
370
459
|
"declaringAssemblyName": "Azure.Core"
|
|
371
460
|
},
|
|
@@ -384,6 +473,7 @@
|
|
|
384
473
|
"isAbstract": false,
|
|
385
474
|
"isVirtual": false,
|
|
386
475
|
"isOverride": false,
|
|
476
|
+
"visibility": "Public",
|
|
387
477
|
"declaringClrType": "Azure.HttpRange",
|
|
388
478
|
"declaringAssemblyName": "Azure.Core"
|
|
389
479
|
}
|
|
@@ -398,6 +488,7 @@
|
|
|
398
488
|
"normalizedSignature": "constructor|(System.Int64,System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
399
489
|
"isStatic": false,
|
|
400
490
|
"parameterCount": 2,
|
|
491
|
+
"visibility": "Public",
|
|
401
492
|
"declaringClrType": "Azure.HttpRange",
|
|
402
493
|
"declaringAssemblyName": "Azure.Core"
|
|
403
494
|
}
|
|
@@ -414,6 +505,22 @@
|
|
|
414
505
|
"isSealed": false,
|
|
415
506
|
"isStatic": false,
|
|
416
507
|
"arity": 1,
|
|
508
|
+
"baseType": {
|
|
509
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
510
|
+
"clrName": "System.Object"
|
|
511
|
+
},
|
|
512
|
+
"interfaces": [
|
|
513
|
+
{
|
|
514
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
515
|
+
"clrName": "System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
516
|
+
"typeArguments": [
|
|
517
|
+
"T"
|
|
518
|
+
]
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"typeParameters": [
|
|
522
|
+
"T"
|
|
523
|
+
],
|
|
417
524
|
"methods": [
|
|
418
525
|
{
|
|
419
526
|
"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",
|
|
@@ -430,6 +537,7 @@
|
|
|
430
537
|
"isVirtual": true,
|
|
431
538
|
"isOverride": false,
|
|
432
539
|
"isSealed": false,
|
|
540
|
+
"visibility": "Public",
|
|
433
541
|
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
434
542
|
"declaringAssemblyName": "Azure.Core",
|
|
435
543
|
"isExtensionMethod": false
|
|
@@ -449,6 +557,7 @@
|
|
|
449
557
|
"isVirtual": true,
|
|
450
558
|
"isOverride": false,
|
|
451
559
|
"isSealed": false,
|
|
560
|
+
"visibility": "Public",
|
|
452
561
|
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
453
562
|
"declaringAssemblyName": "Azure.Core",
|
|
454
563
|
"isExtensionMethod": false
|
|
@@ -468,6 +577,7 @@
|
|
|
468
577
|
"isVirtual": false,
|
|
469
578
|
"isOverride": false,
|
|
470
579
|
"isSealed": false,
|
|
580
|
+
"visibility": "Public",
|
|
471
581
|
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
472
582
|
"declaringAssemblyName": "Azure.Core",
|
|
473
583
|
"isExtensionMethod": false
|
|
@@ -487,6 +597,7 @@
|
|
|
487
597
|
"isVirtual": true,
|
|
488
598
|
"isOverride": true,
|
|
489
599
|
"isSealed": false,
|
|
600
|
+
"visibility": "Public",
|
|
490
601
|
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
491
602
|
"declaringAssemblyName": "Azure.Core",
|
|
492
603
|
"isExtensionMethod": false
|
|
@@ -506,6 +617,7 @@
|
|
|
506
617
|
"isVirtual": true,
|
|
507
618
|
"isOverride": true,
|
|
508
619
|
"isSealed": false,
|
|
620
|
+
"visibility": "Public",
|
|
509
621
|
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
510
622
|
"declaringAssemblyName": "Azure.Core",
|
|
511
623
|
"isExtensionMethod": false
|
|
@@ -525,15 +637,59 @@
|
|
|
525
637
|
"isVirtual": true,
|
|
526
638
|
"isOverride": true,
|
|
527
639
|
"isSealed": false,
|
|
640
|
+
"visibility": "Public",
|
|
528
641
|
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
529
642
|
"declaringAssemblyName": "Azure.Core",
|
|
530
643
|
"isExtensionMethod": false
|
|
531
644
|
}
|
|
532
645
|
],
|
|
533
|
-
"properties": [
|
|
646
|
+
"properties": [
|
|
647
|
+
{
|
|
648
|
+
"stableId": "Azure.Core:Azure.AsyncPageable\u00601::CancellationToken:System.Threading.CancellationToken",
|
|
649
|
+
"clrName": "CancellationToken",
|
|
650
|
+
"metadataToken": 385875969,
|
|
651
|
+
"canonicalSignature": ":System.Threading.CancellationToken",
|
|
652
|
+
"normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=get",
|
|
653
|
+
"emitScope": "ClassSurface",
|
|
654
|
+
"provenance": "Original",
|
|
655
|
+
"isIndexer": false,
|
|
656
|
+
"hasGetter": true,
|
|
657
|
+
"hasSetter": false,
|
|
658
|
+
"isStatic": false,
|
|
659
|
+
"isAbstract": false,
|
|
660
|
+
"isVirtual": true,
|
|
661
|
+
"isOverride": false,
|
|
662
|
+
"visibility": "Protected",
|
|
663
|
+
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
664
|
+
"declaringAssemblyName": "Azure.Core"
|
|
665
|
+
}
|
|
666
|
+
],
|
|
534
667
|
"fields": [],
|
|
535
668
|
"events": [],
|
|
536
|
-
"constructors": [
|
|
669
|
+
"constructors": [
|
|
670
|
+
{
|
|
671
|
+
"stableId": "Azure.Core:Azure.AsyncPageable\u00601::.ctor():void",
|
|
672
|
+
"metadataToken": 100663298,
|
|
673
|
+
"canonicalSignature": "():void",
|
|
674
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
675
|
+
"isStatic": false,
|
|
676
|
+
"parameterCount": 0,
|
|
677
|
+
"visibility": "Protected",
|
|
678
|
+
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
679
|
+
"declaringAssemblyName": "Azure.Core"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"stableId": "Azure.Core:Azure.AsyncPageable\u00601::.ctor(System.Threading.CancellationToken):void",
|
|
683
|
+
"metadataToken": 100663299,
|
|
684
|
+
"canonicalSignature": "(System.Threading.CancellationToken):void",
|
|
685
|
+
"normalizedSignature": "constructor|(System.Threading.CancellationToken):void|static=false",
|
|
686
|
+
"isStatic": false,
|
|
687
|
+
"parameterCount": 1,
|
|
688
|
+
"visibility": "Protected",
|
|
689
|
+
"declaringClrType": "Azure.AsyncPageable\u00601",
|
|
690
|
+
"declaringAssemblyName": "Azure.Core"
|
|
691
|
+
}
|
|
692
|
+
]
|
|
537
693
|
},
|
|
538
694
|
{
|
|
539
695
|
"stableId": "Azure.Core:Azure.AzureKeyCredential",
|
|
@@ -546,6 +702,10 @@
|
|
|
546
702
|
"isSealed": false,
|
|
547
703
|
"isStatic": false,
|
|
548
704
|
"arity": 0,
|
|
705
|
+
"baseType": {
|
|
706
|
+
"stableId": "System.ClientModel:System.ClientModel.ApiKeyCredential",
|
|
707
|
+
"clrName": "System.ClientModel.ApiKeyCredential"
|
|
708
|
+
},
|
|
549
709
|
"methods": [],
|
|
550
710
|
"properties": [
|
|
551
711
|
{
|
|
@@ -553,16 +713,17 @@
|
|
|
553
713
|
"clrName": "Key",
|
|
554
714
|
"metadataToken": 385875970,
|
|
555
715
|
"canonicalSignature": ":System.String",
|
|
556
|
-
"normalizedSignature": "Key|:System.String|static=false|accessor=
|
|
716
|
+
"normalizedSignature": "Key|:System.String|static=false|accessor=getset",
|
|
557
717
|
"emitScope": "ClassSurface",
|
|
558
718
|
"provenance": "Original",
|
|
559
719
|
"isIndexer": false,
|
|
560
720
|
"hasGetter": true,
|
|
561
|
-
"hasSetter":
|
|
721
|
+
"hasSetter": true,
|
|
562
722
|
"isStatic": false,
|
|
563
723
|
"isAbstract": false,
|
|
564
724
|
"isVirtual": false,
|
|
565
725
|
"isOverride": false,
|
|
726
|
+
"visibility": "Public",
|
|
566
727
|
"declaringClrType": "Azure.AzureKeyCredential",
|
|
567
728
|
"declaringAssemblyName": "Azure.Core"
|
|
568
729
|
}
|
|
@@ -577,6 +738,7 @@
|
|
|
577
738
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
578
739
|
"isStatic": false,
|
|
579
740
|
"parameterCount": 1,
|
|
741
|
+
"visibility": "Public",
|
|
580
742
|
"declaringClrType": "Azure.AzureKeyCredential",
|
|
581
743
|
"declaringAssemblyName": "Azure.Core"
|
|
582
744
|
}
|
|
@@ -593,6 +755,10 @@
|
|
|
593
755
|
"isSealed": false,
|
|
594
756
|
"isStatic": false,
|
|
595
757
|
"arity": 0,
|
|
758
|
+
"baseType": {
|
|
759
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
760
|
+
"clrName": "System.Object"
|
|
761
|
+
},
|
|
596
762
|
"methods": [
|
|
597
763
|
{
|
|
598
764
|
"stableId": "Azure.Core:Azure.AzureNamedKeyCredential::Update(System.String,System.String):System.Void",
|
|
@@ -609,6 +775,7 @@
|
|
|
609
775
|
"isVirtual": false,
|
|
610
776
|
"isOverride": false,
|
|
611
777
|
"isSealed": false,
|
|
778
|
+
"visibility": "Public",
|
|
612
779
|
"declaringClrType": "Azure.AzureNamedKeyCredential",
|
|
613
780
|
"declaringAssemblyName": "Azure.Core",
|
|
614
781
|
"isExtensionMethod": false
|
|
@@ -628,6 +795,7 @@
|
|
|
628
795
|
"isVirtual": false,
|
|
629
796
|
"isOverride": false,
|
|
630
797
|
"isSealed": false,
|
|
798
|
+
"visibility": "Public",
|
|
631
799
|
"declaringClrType": "Azure.AzureNamedKeyCredential",
|
|
632
800
|
"declaringAssemblyName": "Azure.Core",
|
|
633
801
|
"isExtensionMethod": false,
|
|
@@ -659,6 +827,7 @@
|
|
|
659
827
|
"isAbstract": false,
|
|
660
828
|
"isVirtual": false,
|
|
661
829
|
"isOverride": false,
|
|
830
|
+
"visibility": "Public",
|
|
662
831
|
"declaringClrType": "Azure.AzureNamedKeyCredential",
|
|
663
832
|
"declaringAssemblyName": "Azure.Core"
|
|
664
833
|
}
|
|
@@ -673,6 +842,7 @@
|
|
|
673
842
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
674
843
|
"isStatic": false,
|
|
675
844
|
"parameterCount": 2,
|
|
845
|
+
"visibility": "Public",
|
|
676
846
|
"declaringClrType": "Azure.AzureNamedKeyCredential",
|
|
677
847
|
"declaringAssemblyName": "Azure.Core"
|
|
678
848
|
}
|
|
@@ -689,6 +859,10 @@
|
|
|
689
859
|
"isSealed": false,
|
|
690
860
|
"isStatic": false,
|
|
691
861
|
"arity": 0,
|
|
862
|
+
"baseType": {
|
|
863
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
864
|
+
"clrName": "System.Object"
|
|
865
|
+
},
|
|
692
866
|
"methods": [
|
|
693
867
|
{
|
|
694
868
|
"stableId": "Azure.Core:Azure.AzureSasCredential::Update(System.String):System.Void",
|
|
@@ -705,6 +879,7 @@
|
|
|
705
879
|
"isVirtual": false,
|
|
706
880
|
"isOverride": false,
|
|
707
881
|
"isSealed": false,
|
|
882
|
+
"visibility": "Public",
|
|
708
883
|
"declaringClrType": "Azure.AzureSasCredential",
|
|
709
884
|
"declaringAssemblyName": "Azure.Core",
|
|
710
885
|
"isExtensionMethod": false
|
|
@@ -716,16 +891,17 @@
|
|
|
716
891
|
"clrName": "Signature",
|
|
717
892
|
"metadataToken": 385875972,
|
|
718
893
|
"canonicalSignature": ":System.String",
|
|
719
|
-
"normalizedSignature": "Signature|:System.String|static=false|accessor=
|
|
894
|
+
"normalizedSignature": "Signature|:System.String|static=false|accessor=getset",
|
|
720
895
|
"emitScope": "ClassSurface",
|
|
721
896
|
"provenance": "Original",
|
|
722
897
|
"isIndexer": false,
|
|
723
898
|
"hasGetter": true,
|
|
724
|
-
"hasSetter":
|
|
899
|
+
"hasSetter": true,
|
|
725
900
|
"isStatic": false,
|
|
726
901
|
"isAbstract": false,
|
|
727
902
|
"isVirtual": false,
|
|
728
903
|
"isOverride": false,
|
|
904
|
+
"visibility": "Public",
|
|
729
905
|
"declaringClrType": "Azure.AzureSasCredential",
|
|
730
906
|
"declaringAssemblyName": "Azure.Core"
|
|
731
907
|
}
|
|
@@ -740,6 +916,7 @@
|
|
|
740
916
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
741
917
|
"isStatic": false,
|
|
742
918
|
"parameterCount": 1,
|
|
919
|
+
"visibility": "Public",
|
|
743
920
|
"declaringClrType": "Azure.AzureSasCredential",
|
|
744
921
|
"declaringAssemblyName": "Azure.Core"
|
|
745
922
|
}
|
|
@@ -756,6 +933,10 @@
|
|
|
756
933
|
"isSealed": false,
|
|
757
934
|
"isStatic": false,
|
|
758
935
|
"arity": 0,
|
|
936
|
+
"baseType": {
|
|
937
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
938
|
+
"clrName": "System.Object"
|
|
939
|
+
},
|
|
759
940
|
"methods": [
|
|
760
941
|
{
|
|
761
942
|
"stableId": "Azure.Core:Azure.HttpAuthorization::ToString():System.String",
|
|
@@ -772,6 +953,7 @@
|
|
|
772
953
|
"isVirtual": true,
|
|
773
954
|
"isOverride": true,
|
|
774
955
|
"isSealed": false,
|
|
956
|
+
"visibility": "Public",
|
|
775
957
|
"declaringClrType": "Azure.HttpAuthorization",
|
|
776
958
|
"declaringAssemblyName": "Azure.Core",
|
|
777
959
|
"isExtensionMethod": false
|
|
@@ -793,6 +975,7 @@
|
|
|
793
975
|
"isAbstract": false,
|
|
794
976
|
"isVirtual": false,
|
|
795
977
|
"isOverride": false,
|
|
978
|
+
"visibility": "Public",
|
|
796
979
|
"declaringClrType": "Azure.HttpAuthorization",
|
|
797
980
|
"declaringAssemblyName": "Azure.Core"
|
|
798
981
|
},
|
|
@@ -811,6 +994,7 @@
|
|
|
811
994
|
"isAbstract": false,
|
|
812
995
|
"isVirtual": false,
|
|
813
996
|
"isOverride": false,
|
|
997
|
+
"visibility": "Public",
|
|
814
998
|
"declaringClrType": "Azure.HttpAuthorization",
|
|
815
999
|
"declaringAssemblyName": "Azure.Core"
|
|
816
1000
|
}
|
|
@@ -825,6 +1009,7 @@
|
|
|
825
1009
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
826
1010
|
"isStatic": false,
|
|
827
1011
|
"parameterCount": 2,
|
|
1012
|
+
"visibility": "Public",
|
|
828
1013
|
"declaringClrType": "Azure.HttpAuthorization",
|
|
829
1014
|
"declaringAssemblyName": "Azure.Core"
|
|
830
1015
|
}
|
|
@@ -841,6 +1026,10 @@
|
|
|
841
1026
|
"isSealed": false,
|
|
842
1027
|
"isStatic": false,
|
|
843
1028
|
"arity": 0,
|
|
1029
|
+
"baseType": {
|
|
1030
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1031
|
+
"clrName": "System.Object"
|
|
1032
|
+
},
|
|
844
1033
|
"methods": [
|
|
845
1034
|
{
|
|
846
1035
|
"stableId": "Azure.Core:Azure.JsonPatchDocument::AppendAddRaw(System.String,System.String):System.Void",
|
|
@@ -857,6 +1046,7 @@
|
|
|
857
1046
|
"isVirtual": false,
|
|
858
1047
|
"isOverride": false,
|
|
859
1048
|
"isSealed": false,
|
|
1049
|
+
"visibility": "Public",
|
|
860
1050
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
861
1051
|
"declaringAssemblyName": "Azure.Core",
|
|
862
1052
|
"isExtensionMethod": false
|
|
@@ -876,6 +1066,7 @@
|
|
|
876
1066
|
"isVirtual": false,
|
|
877
1067
|
"isOverride": false,
|
|
878
1068
|
"isSealed": false,
|
|
1069
|
+
"visibility": "Public",
|
|
879
1070
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
880
1071
|
"declaringAssemblyName": "Azure.Core",
|
|
881
1072
|
"isExtensionMethod": false
|
|
@@ -895,6 +1086,7 @@
|
|
|
895
1086
|
"isVirtual": false,
|
|
896
1087
|
"isOverride": false,
|
|
897
1088
|
"isSealed": false,
|
|
1089
|
+
"visibility": "Public",
|
|
898
1090
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
899
1091
|
"declaringAssemblyName": "Azure.Core",
|
|
900
1092
|
"isExtensionMethod": false
|
|
@@ -914,6 +1106,7 @@
|
|
|
914
1106
|
"isVirtual": false,
|
|
915
1107
|
"isOverride": false,
|
|
916
1108
|
"isSealed": false,
|
|
1109
|
+
"visibility": "Public",
|
|
917
1110
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
918
1111
|
"declaringAssemblyName": "Azure.Core",
|
|
919
1112
|
"isExtensionMethod": false
|
|
@@ -933,6 +1126,7 @@
|
|
|
933
1126
|
"isVirtual": false,
|
|
934
1127
|
"isOverride": false,
|
|
935
1128
|
"isSealed": false,
|
|
1129
|
+
"visibility": "Public",
|
|
936
1130
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
937
1131
|
"declaringAssemblyName": "Azure.Core",
|
|
938
1132
|
"isExtensionMethod": false
|
|
@@ -952,6 +1146,7 @@
|
|
|
952
1146
|
"isVirtual": false,
|
|
953
1147
|
"isOverride": false,
|
|
954
1148
|
"isSealed": false,
|
|
1149
|
+
"visibility": "Public",
|
|
955
1150
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
956
1151
|
"declaringAssemblyName": "Azure.Core",
|
|
957
1152
|
"isExtensionMethod": false
|
|
@@ -971,6 +1166,7 @@
|
|
|
971
1166
|
"isVirtual": false,
|
|
972
1167
|
"isOverride": false,
|
|
973
1168
|
"isSealed": false,
|
|
1169
|
+
"visibility": "Public",
|
|
974
1170
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
975
1171
|
"declaringAssemblyName": "Azure.Core",
|
|
976
1172
|
"isExtensionMethod": false
|
|
@@ -990,6 +1186,7 @@
|
|
|
990
1186
|
"isVirtual": false,
|
|
991
1187
|
"isOverride": false,
|
|
992
1188
|
"isSealed": false,
|
|
1189
|
+
"visibility": "Public",
|
|
993
1190
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
994
1191
|
"declaringAssemblyName": "Azure.Core",
|
|
995
1192
|
"isExtensionMethod": false
|
|
@@ -1009,6 +1206,7 @@
|
|
|
1009
1206
|
"isVirtual": false,
|
|
1010
1207
|
"isOverride": false,
|
|
1011
1208
|
"isSealed": false,
|
|
1209
|
+
"visibility": "Public",
|
|
1012
1210
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
1013
1211
|
"declaringAssemblyName": "Azure.Core",
|
|
1014
1212
|
"isExtensionMethod": false
|
|
@@ -1028,6 +1226,7 @@
|
|
|
1028
1226
|
"isVirtual": false,
|
|
1029
1227
|
"isOverride": false,
|
|
1030
1228
|
"isSealed": false,
|
|
1229
|
+
"visibility": "Public",
|
|
1031
1230
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
1032
1231
|
"declaringAssemblyName": "Azure.Core",
|
|
1033
1232
|
"isExtensionMethod": false
|
|
@@ -1047,6 +1246,7 @@
|
|
|
1047
1246
|
"isVirtual": true,
|
|
1048
1247
|
"isOverride": true,
|
|
1049
1248
|
"isSealed": false,
|
|
1249
|
+
"visibility": "Public",
|
|
1050
1250
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
1051
1251
|
"declaringAssemblyName": "Azure.Core",
|
|
1052
1252
|
"isExtensionMethod": false
|
|
@@ -1063,6 +1263,7 @@
|
|
|
1063
1263
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1064
1264
|
"isStatic": false,
|
|
1065
1265
|
"parameterCount": 0,
|
|
1266
|
+
"visibility": "Public",
|
|
1066
1267
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
1067
1268
|
"declaringAssemblyName": "Azure.Core"
|
|
1068
1269
|
},
|
|
@@ -1073,6 +1274,7 @@
|
|
|
1073
1274
|
"normalizedSignature": "constructor|(Azure.Core.Serialization.ObjectSerializer):void|static=false",
|
|
1074
1275
|
"isStatic": false,
|
|
1075
1276
|
"parameterCount": 1,
|
|
1277
|
+
"visibility": "Public",
|
|
1076
1278
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
1077
1279
|
"declaringAssemblyName": "Azure.Core"
|
|
1078
1280
|
},
|
|
@@ -1083,6 +1285,7 @@
|
|
|
1083
1285
|
"normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
1084
1286
|
"isStatic": false,
|
|
1085
1287
|
"parameterCount": 1,
|
|
1288
|
+
"visibility": "Public",
|
|
1086
1289
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
1087
1290
|
"declaringAssemblyName": "Azure.Core"
|
|
1088
1291
|
},
|
|
@@ -1093,6 +1296,7 @@
|
|
|
1093
1296
|
"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",
|
|
1094
1297
|
"isStatic": false,
|
|
1095
1298
|
"parameterCount": 2,
|
|
1299
|
+
"visibility": "Public",
|
|
1096
1300
|
"declaringClrType": "Azure.JsonPatchDocument",
|
|
1097
1301
|
"declaringAssemblyName": "Azure.Core"
|
|
1098
1302
|
}
|
|
@@ -1109,6 +1313,10 @@
|
|
|
1109
1313
|
"isSealed": false,
|
|
1110
1314
|
"isStatic": false,
|
|
1111
1315
|
"arity": 0,
|
|
1316
|
+
"baseType": {
|
|
1317
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1318
|
+
"clrName": "System.Object"
|
|
1319
|
+
},
|
|
1112
1320
|
"methods": [],
|
|
1113
1321
|
"properties": [
|
|
1114
1322
|
{
|
|
@@ -1126,6 +1334,7 @@
|
|
|
1126
1334
|
"isAbstract": false,
|
|
1127
1335
|
"isVirtual": false,
|
|
1128
1336
|
"isOverride": false,
|
|
1337
|
+
"visibility": "Public",
|
|
1129
1338
|
"declaringClrType": "Azure.MatchConditions",
|
|
1130
1339
|
"declaringAssemblyName": "Azure.Core"
|
|
1131
1340
|
},
|
|
@@ -1144,6 +1353,7 @@
|
|
|
1144
1353
|
"isAbstract": false,
|
|
1145
1354
|
"isVirtual": false,
|
|
1146
1355
|
"isOverride": false,
|
|
1356
|
+
"visibility": "Public",
|
|
1147
1357
|
"declaringClrType": "Azure.MatchConditions",
|
|
1148
1358
|
"declaringAssemblyName": "Azure.Core"
|
|
1149
1359
|
}
|
|
@@ -1158,6 +1368,7 @@
|
|
|
1158
1368
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1159
1369
|
"isStatic": false,
|
|
1160
1370
|
"parameterCount": 0,
|
|
1371
|
+
"visibility": "Public",
|
|
1161
1372
|
"declaringClrType": "Azure.MatchConditions",
|
|
1162
1373
|
"declaringAssemblyName": "Azure.Core"
|
|
1163
1374
|
}
|
|
@@ -1174,6 +1385,13 @@
|
|
|
1174
1385
|
"isSealed": false,
|
|
1175
1386
|
"isStatic": false,
|
|
1176
1387
|
"arity": 1,
|
|
1388
|
+
"baseType": {
|
|
1389
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1390
|
+
"clrName": "System.Object"
|
|
1391
|
+
},
|
|
1392
|
+
"typeParameters": [
|
|
1393
|
+
"T"
|
|
1394
|
+
],
|
|
1177
1395
|
"methods": [
|
|
1178
1396
|
{
|
|
1179
1397
|
"stableId": "Azure.Core:Azure.NullableResponse\u00601::GetRawResponse():Azure.Response",
|
|
@@ -1190,6 +1408,7 @@
|
|
|
1190
1408
|
"isVirtual": true,
|
|
1191
1409
|
"isOverride": false,
|
|
1192
1410
|
"isSealed": false,
|
|
1411
|
+
"visibility": "Public",
|
|
1193
1412
|
"declaringClrType": "Azure.NullableResponse\u00601",
|
|
1194
1413
|
"declaringAssemblyName": "Azure.Core",
|
|
1195
1414
|
"isExtensionMethod": false
|
|
@@ -1209,6 +1428,7 @@
|
|
|
1209
1428
|
"isVirtual": true,
|
|
1210
1429
|
"isOverride": true,
|
|
1211
1430
|
"isSealed": false,
|
|
1431
|
+
"visibility": "Public",
|
|
1212
1432
|
"declaringClrType": "Azure.NullableResponse\u00601",
|
|
1213
1433
|
"declaringAssemblyName": "Azure.Core",
|
|
1214
1434
|
"isExtensionMethod": false
|
|
@@ -1228,6 +1448,7 @@
|
|
|
1228
1448
|
"isVirtual": true,
|
|
1229
1449
|
"isOverride": true,
|
|
1230
1450
|
"isSealed": false,
|
|
1451
|
+
"visibility": "Public",
|
|
1231
1452
|
"declaringClrType": "Azure.NullableResponse\u00601",
|
|
1232
1453
|
"declaringAssemblyName": "Azure.Core",
|
|
1233
1454
|
"isExtensionMethod": false
|
|
@@ -1247,6 +1468,7 @@
|
|
|
1247
1468
|
"isVirtual": true,
|
|
1248
1469
|
"isOverride": true,
|
|
1249
1470
|
"isSealed": false,
|
|
1471
|
+
"visibility": "Public",
|
|
1250
1472
|
"declaringClrType": "Azure.NullableResponse\u00601",
|
|
1251
1473
|
"declaringAssemblyName": "Azure.Core",
|
|
1252
1474
|
"isExtensionMethod": false
|
|
@@ -1268,6 +1490,7 @@
|
|
|
1268
1490
|
"isAbstract": true,
|
|
1269
1491
|
"isVirtual": true,
|
|
1270
1492
|
"isOverride": false,
|
|
1493
|
+
"visibility": "Public",
|
|
1271
1494
|
"declaringClrType": "Azure.NullableResponse\u00601",
|
|
1272
1495
|
"declaringAssemblyName": "Azure.Core"
|
|
1273
1496
|
},
|
|
@@ -1286,13 +1509,26 @@
|
|
|
1286
1509
|
"isAbstract": true,
|
|
1287
1510
|
"isVirtual": true,
|
|
1288
1511
|
"isOverride": false,
|
|
1512
|
+
"visibility": "Public",
|
|
1289
1513
|
"declaringClrType": "Azure.NullableResponse\u00601",
|
|
1290
1514
|
"declaringAssemblyName": "Azure.Core"
|
|
1291
1515
|
}
|
|
1292
1516
|
],
|
|
1293
1517
|
"fields": [],
|
|
1294
1518
|
"events": [],
|
|
1295
|
-
"constructors": [
|
|
1519
|
+
"constructors": [
|
|
1520
|
+
{
|
|
1521
|
+
"stableId": "Azure.Core:Azure.NullableResponse\u00601::.ctor():void",
|
|
1522
|
+
"metadataToken": 100663379,
|
|
1523
|
+
"canonicalSignature": "():void",
|
|
1524
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1525
|
+
"isStatic": false,
|
|
1526
|
+
"parameterCount": 0,
|
|
1527
|
+
"visibility": "Protected",
|
|
1528
|
+
"declaringClrType": "Azure.NullableResponse\u00601",
|
|
1529
|
+
"declaringAssemblyName": "Azure.Core"
|
|
1530
|
+
}
|
|
1531
|
+
]
|
|
1296
1532
|
},
|
|
1297
1533
|
{
|
|
1298
1534
|
"stableId": "Azure.Core:Azure.Operation",
|
|
@@ -1305,6 +1541,10 @@
|
|
|
1305
1541
|
"isSealed": false,
|
|
1306
1542
|
"isStatic": false,
|
|
1307
1543
|
"arity": 0,
|
|
1544
|
+
"baseType": {
|
|
1545
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1546
|
+
"clrName": "System.Object"
|
|
1547
|
+
},
|
|
1308
1548
|
"methods": [
|
|
1309
1549
|
{
|
|
1310
1550
|
"stableId": "Azure.Core:Azure.Operation::Rehydrate(Azure.Core.Pipeline.HttpPipeline,Azure.Core.RehydrationToken,Azure.Core.ClientOptions):Operation_1",
|
|
@@ -1321,6 +1561,7 @@
|
|
|
1321
1561
|
"isVirtual": false,
|
|
1322
1562
|
"isOverride": false,
|
|
1323
1563
|
"isSealed": false,
|
|
1564
|
+
"visibility": "Public",
|
|
1324
1565
|
"declaringClrType": "Azure.Operation",
|
|
1325
1566
|
"declaringAssemblyName": "Azure.Core",
|
|
1326
1567
|
"isExtensionMethod": false
|
|
@@ -1340,6 +1581,7 @@
|
|
|
1340
1581
|
"isVirtual": false,
|
|
1341
1582
|
"isOverride": false,
|
|
1342
1583
|
"isSealed": false,
|
|
1584
|
+
"visibility": "Public",
|
|
1343
1585
|
"declaringClrType": "Azure.Operation",
|
|
1344
1586
|
"declaringAssemblyName": "Azure.Core",
|
|
1345
1587
|
"isExtensionMethod": false
|
|
@@ -1359,6 +1601,7 @@
|
|
|
1359
1601
|
"isVirtual": false,
|
|
1360
1602
|
"isOverride": false,
|
|
1361
1603
|
"isSealed": false,
|
|
1604
|
+
"visibility": "Public",
|
|
1362
1605
|
"declaringClrType": "Azure.Operation",
|
|
1363
1606
|
"declaringAssemblyName": "Azure.Core",
|
|
1364
1607
|
"isExtensionMethod": false
|
|
@@ -1378,6 +1621,7 @@
|
|
|
1378
1621
|
"isVirtual": false,
|
|
1379
1622
|
"isOverride": false,
|
|
1380
1623
|
"isSealed": false,
|
|
1624
|
+
"visibility": "Public",
|
|
1381
1625
|
"declaringClrType": "Azure.Operation",
|
|
1382
1626
|
"declaringAssemblyName": "Azure.Core",
|
|
1383
1627
|
"isExtensionMethod": false
|
|
@@ -1397,6 +1641,7 @@
|
|
|
1397
1641
|
"isVirtual": true,
|
|
1398
1642
|
"isOverride": false,
|
|
1399
1643
|
"isSealed": false,
|
|
1644
|
+
"visibility": "Public",
|
|
1400
1645
|
"declaringClrType": "Azure.Operation",
|
|
1401
1646
|
"declaringAssemblyName": "Azure.Core",
|
|
1402
1647
|
"isExtensionMethod": false
|
|
@@ -1416,6 +1661,7 @@
|
|
|
1416
1661
|
"isVirtual": true,
|
|
1417
1662
|
"isOverride": false,
|
|
1418
1663
|
"isSealed": false,
|
|
1664
|
+
"visibility": "Public",
|
|
1419
1665
|
"declaringClrType": "Azure.Operation",
|
|
1420
1666
|
"declaringAssemblyName": "Azure.Core",
|
|
1421
1667
|
"isExtensionMethod": false
|
|
@@ -1435,6 +1681,7 @@
|
|
|
1435
1681
|
"isVirtual": true,
|
|
1436
1682
|
"isOverride": false,
|
|
1437
1683
|
"isSealed": false,
|
|
1684
|
+
"visibility": "Public",
|
|
1438
1685
|
"declaringClrType": "Azure.Operation",
|
|
1439
1686
|
"declaringAssemblyName": "Azure.Core",
|
|
1440
1687
|
"isExtensionMethod": false
|
|
@@ -1454,6 +1701,7 @@
|
|
|
1454
1701
|
"isVirtual": true,
|
|
1455
1702
|
"isOverride": false,
|
|
1456
1703
|
"isSealed": false,
|
|
1704
|
+
"visibility": "Public",
|
|
1457
1705
|
"declaringClrType": "Azure.Operation",
|
|
1458
1706
|
"declaringAssemblyName": "Azure.Core",
|
|
1459
1707
|
"isExtensionMethod": false
|
|
@@ -1473,6 +1721,7 @@
|
|
|
1473
1721
|
"isVirtual": true,
|
|
1474
1722
|
"isOverride": false,
|
|
1475
1723
|
"isSealed": false,
|
|
1724
|
+
"visibility": "Public",
|
|
1476
1725
|
"declaringClrType": "Azure.Operation",
|
|
1477
1726
|
"declaringAssemblyName": "Azure.Core",
|
|
1478
1727
|
"isExtensionMethod": false
|
|
@@ -1492,6 +1741,7 @@
|
|
|
1492
1741
|
"isVirtual": true,
|
|
1493
1742
|
"isOverride": false,
|
|
1494
1743
|
"isSealed": false,
|
|
1744
|
+
"visibility": "Public",
|
|
1495
1745
|
"declaringClrType": "Azure.Operation",
|
|
1496
1746
|
"declaringAssemblyName": "Azure.Core",
|
|
1497
1747
|
"isExtensionMethod": false
|
|
@@ -1511,6 +1761,7 @@
|
|
|
1511
1761
|
"isVirtual": true,
|
|
1512
1762
|
"isOverride": false,
|
|
1513
1763
|
"isSealed": false,
|
|
1764
|
+
"visibility": "Public",
|
|
1514
1765
|
"declaringClrType": "Azure.Operation",
|
|
1515
1766
|
"declaringAssemblyName": "Azure.Core",
|
|
1516
1767
|
"isExtensionMethod": false
|
|
@@ -1530,6 +1781,7 @@
|
|
|
1530
1781
|
"isVirtual": true,
|
|
1531
1782
|
"isOverride": false,
|
|
1532
1783
|
"isSealed": false,
|
|
1784
|
+
"visibility": "Public",
|
|
1533
1785
|
"declaringClrType": "Azure.Operation",
|
|
1534
1786
|
"declaringAssemblyName": "Azure.Core",
|
|
1535
1787
|
"isExtensionMethod": false
|
|
@@ -1549,6 +1801,7 @@
|
|
|
1549
1801
|
"isVirtual": true,
|
|
1550
1802
|
"isOverride": false,
|
|
1551
1803
|
"isSealed": false,
|
|
1804
|
+
"visibility": "Public",
|
|
1552
1805
|
"declaringClrType": "Azure.Operation",
|
|
1553
1806
|
"declaringAssemblyName": "Azure.Core",
|
|
1554
1807
|
"isExtensionMethod": false
|
|
@@ -1568,6 +1821,7 @@
|
|
|
1568
1821
|
"isVirtual": true,
|
|
1569
1822
|
"isOverride": false,
|
|
1570
1823
|
"isSealed": false,
|
|
1824
|
+
"visibility": "Public",
|
|
1571
1825
|
"declaringClrType": "Azure.Operation",
|
|
1572
1826
|
"declaringAssemblyName": "Azure.Core",
|
|
1573
1827
|
"isExtensionMethod": false
|
|
@@ -1587,6 +1841,7 @@
|
|
|
1587
1841
|
"isVirtual": true,
|
|
1588
1842
|
"isOverride": true,
|
|
1589
1843
|
"isSealed": false,
|
|
1844
|
+
"visibility": "Public",
|
|
1590
1845
|
"declaringClrType": "Azure.Operation",
|
|
1591
1846
|
"declaringAssemblyName": "Azure.Core",
|
|
1592
1847
|
"isExtensionMethod": false
|
|
@@ -1606,6 +1861,7 @@
|
|
|
1606
1861
|
"isVirtual": true,
|
|
1607
1862
|
"isOverride": true,
|
|
1608
1863
|
"isSealed": false,
|
|
1864
|
+
"visibility": "Public",
|
|
1609
1865
|
"declaringClrType": "Azure.Operation",
|
|
1610
1866
|
"declaringAssemblyName": "Azure.Core",
|
|
1611
1867
|
"isExtensionMethod": false
|
|
@@ -1625,6 +1881,7 @@
|
|
|
1625
1881
|
"isVirtual": true,
|
|
1626
1882
|
"isOverride": true,
|
|
1627
1883
|
"isSealed": false,
|
|
1884
|
+
"visibility": "Public",
|
|
1628
1885
|
"declaringClrType": "Azure.Operation",
|
|
1629
1886
|
"declaringAssemblyName": "Azure.Core",
|
|
1630
1887
|
"isExtensionMethod": false
|
|
@@ -1646,6 +1903,7 @@
|
|
|
1646
1903
|
"isAbstract": true,
|
|
1647
1904
|
"isVirtual": true,
|
|
1648
1905
|
"isOverride": false,
|
|
1906
|
+
"visibility": "Public",
|
|
1649
1907
|
"declaringClrType": "Azure.Operation",
|
|
1650
1908
|
"declaringAssemblyName": "Azure.Core"
|
|
1651
1909
|
},
|
|
@@ -1664,13 +1922,26 @@
|
|
|
1664
1922
|
"isAbstract": true,
|
|
1665
1923
|
"isVirtual": true,
|
|
1666
1924
|
"isOverride": false,
|
|
1925
|
+
"visibility": "Public",
|
|
1667
1926
|
"declaringClrType": "Azure.Operation",
|
|
1668
1927
|
"declaringAssemblyName": "Azure.Core"
|
|
1669
1928
|
}
|
|
1670
1929
|
],
|
|
1671
1930
|
"fields": [],
|
|
1672
1931
|
"events": [],
|
|
1673
|
-
"constructors": [
|
|
1932
|
+
"constructors": [
|
|
1933
|
+
{
|
|
1934
|
+
"stableId": "Azure.Core:Azure.Operation::.ctor():void",
|
|
1935
|
+
"metadataToken": 100663401,
|
|
1936
|
+
"canonicalSignature": "():void",
|
|
1937
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1938
|
+
"isStatic": false,
|
|
1939
|
+
"parameterCount": 0,
|
|
1940
|
+
"visibility": "Protected",
|
|
1941
|
+
"declaringClrType": "Azure.Operation",
|
|
1942
|
+
"declaringAssemblyName": "Azure.Core"
|
|
1943
|
+
}
|
|
1944
|
+
]
|
|
1674
1945
|
},
|
|
1675
1946
|
{
|
|
1676
1947
|
"stableId": "Azure.Core:Azure.Operation\u00601",
|
|
@@ -1683,6 +1954,13 @@
|
|
|
1683
1954
|
"isSealed": false,
|
|
1684
1955
|
"isStatic": false,
|
|
1685
1956
|
"arity": 1,
|
|
1957
|
+
"baseType": {
|
|
1958
|
+
"stableId": "Azure.Core:Azure.Operation",
|
|
1959
|
+
"clrName": "Azure.Operation"
|
|
1960
|
+
},
|
|
1961
|
+
"typeParameters": [
|
|
1962
|
+
"T"
|
|
1963
|
+
],
|
|
1686
1964
|
"methods": [
|
|
1687
1965
|
{
|
|
1688
1966
|
"stableId": "Azure.Core:Azure.Operation\u00601::WaitForCompletion(System.Threading.CancellationToken):Response_1",
|
|
@@ -1699,6 +1977,7 @@
|
|
|
1699
1977
|
"isVirtual": true,
|
|
1700
1978
|
"isOverride": false,
|
|
1701
1979
|
"isSealed": false,
|
|
1980
|
+
"visibility": "Public",
|
|
1702
1981
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1703
1982
|
"declaringAssemblyName": "Azure.Core",
|
|
1704
1983
|
"isExtensionMethod": false
|
|
@@ -1718,6 +1997,7 @@
|
|
|
1718
1997
|
"isVirtual": true,
|
|
1719
1998
|
"isOverride": false,
|
|
1720
1999
|
"isSealed": false,
|
|
2000
|
+
"visibility": "Public",
|
|
1721
2001
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1722
2002
|
"declaringAssemblyName": "Azure.Core",
|
|
1723
2003
|
"isExtensionMethod": false
|
|
@@ -1737,6 +2017,7 @@
|
|
|
1737
2017
|
"isVirtual": true,
|
|
1738
2018
|
"isOverride": false,
|
|
1739
2019
|
"isSealed": false,
|
|
2020
|
+
"visibility": "Public",
|
|
1740
2021
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1741
2022
|
"declaringAssemblyName": "Azure.Core",
|
|
1742
2023
|
"isExtensionMethod": false
|
|
@@ -1756,6 +2037,7 @@
|
|
|
1756
2037
|
"isVirtual": true,
|
|
1757
2038
|
"isOverride": false,
|
|
1758
2039
|
"isSealed": false,
|
|
2040
|
+
"visibility": "Public",
|
|
1759
2041
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1760
2042
|
"declaringAssemblyName": "Azure.Core",
|
|
1761
2043
|
"isExtensionMethod": false
|
|
@@ -1775,6 +2057,7 @@
|
|
|
1775
2057
|
"isVirtual": true,
|
|
1776
2058
|
"isOverride": false,
|
|
1777
2059
|
"isSealed": false,
|
|
2060
|
+
"visibility": "Public",
|
|
1778
2061
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1779
2062
|
"declaringAssemblyName": "Azure.Core",
|
|
1780
2063
|
"isExtensionMethod": false
|
|
@@ -1794,6 +2077,7 @@
|
|
|
1794
2077
|
"isVirtual": true,
|
|
1795
2078
|
"isOverride": false,
|
|
1796
2079
|
"isSealed": false,
|
|
2080
|
+
"visibility": "Public",
|
|
1797
2081
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1798
2082
|
"declaringAssemblyName": "Azure.Core",
|
|
1799
2083
|
"isExtensionMethod": false
|
|
@@ -1813,6 +2097,7 @@
|
|
|
1813
2097
|
"isVirtual": true,
|
|
1814
2098
|
"isOverride": true,
|
|
1815
2099
|
"isSealed": false,
|
|
2100
|
+
"visibility": "Public",
|
|
1816
2101
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1817
2102
|
"declaringAssemblyName": "Azure.Core",
|
|
1818
2103
|
"isExtensionMethod": false
|
|
@@ -1832,6 +2117,7 @@
|
|
|
1832
2117
|
"isVirtual": true,
|
|
1833
2118
|
"isOverride": true,
|
|
1834
2119
|
"isSealed": false,
|
|
2120
|
+
"visibility": "Public",
|
|
1835
2121
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1836
2122
|
"declaringAssemblyName": "Azure.Core",
|
|
1837
2123
|
"isExtensionMethod": false
|
|
@@ -1851,6 +2137,7 @@
|
|
|
1851
2137
|
"isVirtual": true,
|
|
1852
2138
|
"isOverride": false,
|
|
1853
2139
|
"isSealed": false,
|
|
2140
|
+
"visibility": "Public",
|
|
1854
2141
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1855
2142
|
"declaringAssemblyName": "Azure.Core",
|
|
1856
2143
|
"isExtensionMethod": false
|
|
@@ -1870,6 +2157,7 @@
|
|
|
1870
2157
|
"isVirtual": true,
|
|
1871
2158
|
"isOverride": false,
|
|
1872
2159
|
"isSealed": false,
|
|
2160
|
+
"visibility": "Public",
|
|
1873
2161
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1874
2162
|
"declaringAssemblyName": "Azure.Core",
|
|
1875
2163
|
"isExtensionMethod": false
|
|
@@ -1889,6 +2177,7 @@
|
|
|
1889
2177
|
"isVirtual": true,
|
|
1890
2178
|
"isOverride": false,
|
|
1891
2179
|
"isSealed": false,
|
|
2180
|
+
"visibility": "Public",
|
|
1892
2181
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1893
2182
|
"declaringAssemblyName": "Azure.Core",
|
|
1894
2183
|
"isExtensionMethod": false
|
|
@@ -1910,6 +2199,7 @@
|
|
|
1910
2199
|
"isAbstract": true,
|
|
1911
2200
|
"isVirtual": true,
|
|
1912
2201
|
"isOverride": false,
|
|
2202
|
+
"visibility": "Public",
|
|
1913
2203
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1914
2204
|
"declaringAssemblyName": "Azure.Core"
|
|
1915
2205
|
},
|
|
@@ -1928,13 +2218,26 @@
|
|
|
1928
2218
|
"isAbstract": true,
|
|
1929
2219
|
"isVirtual": true,
|
|
1930
2220
|
"isOverride": false,
|
|
2221
|
+
"visibility": "Public",
|
|
1931
2222
|
"declaringClrType": "Azure.Operation\u00601",
|
|
1932
2223
|
"declaringAssemblyName": "Azure.Core"
|
|
1933
2224
|
}
|
|
1934
2225
|
],
|
|
1935
2226
|
"fields": [],
|
|
1936
2227
|
"events": [],
|
|
1937
|
-
"constructors": [
|
|
2228
|
+
"constructors": [
|
|
2229
|
+
{
|
|
2230
|
+
"stableId": "Azure.Core:Azure.Operation\u00601::.ctor():void",
|
|
2231
|
+
"metadataToken": 100663412,
|
|
2232
|
+
"canonicalSignature": "():void",
|
|
2233
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2234
|
+
"isStatic": false,
|
|
2235
|
+
"parameterCount": 0,
|
|
2236
|
+
"visibility": "Protected",
|
|
2237
|
+
"declaringClrType": "Azure.Operation\u00601",
|
|
2238
|
+
"declaringAssemblyName": "Azure.Core"
|
|
2239
|
+
}
|
|
2240
|
+
]
|
|
1938
2241
|
},
|
|
1939
2242
|
{
|
|
1940
2243
|
"stableId": "Azure.Core:Azure.Page\u00601",
|
|
@@ -1947,6 +2250,13 @@
|
|
|
1947
2250
|
"isSealed": false,
|
|
1948
2251
|
"isStatic": false,
|
|
1949
2252
|
"arity": 1,
|
|
2253
|
+
"baseType": {
|
|
2254
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2255
|
+
"clrName": "System.Object"
|
|
2256
|
+
},
|
|
2257
|
+
"typeParameters": [
|
|
2258
|
+
"T"
|
|
2259
|
+
],
|
|
1950
2260
|
"methods": [
|
|
1951
2261
|
{
|
|
1952
2262
|
"stableId": "Azure.Core:Azure.Page\u00601::GetRawResponse():Azure.Response",
|
|
@@ -1963,6 +2273,7 @@
|
|
|
1963
2273
|
"isVirtual": true,
|
|
1964
2274
|
"isOverride": false,
|
|
1965
2275
|
"isSealed": false,
|
|
2276
|
+
"visibility": "Public",
|
|
1966
2277
|
"declaringClrType": "Azure.Page\u00601",
|
|
1967
2278
|
"declaringAssemblyName": "Azure.Core",
|
|
1968
2279
|
"isExtensionMethod": false
|
|
@@ -1982,6 +2293,7 @@
|
|
|
1982
2293
|
"isVirtual": false,
|
|
1983
2294
|
"isOverride": false,
|
|
1984
2295
|
"isSealed": false,
|
|
2296
|
+
"visibility": "Public",
|
|
1985
2297
|
"declaringClrType": "Azure.Page\u00601",
|
|
1986
2298
|
"declaringAssemblyName": "Azure.Core",
|
|
1987
2299
|
"isExtensionMethod": false
|
|
@@ -2001,6 +2313,7 @@
|
|
|
2001
2313
|
"isVirtual": true,
|
|
2002
2314
|
"isOverride": true,
|
|
2003
2315
|
"isSealed": false,
|
|
2316
|
+
"visibility": "Public",
|
|
2004
2317
|
"declaringClrType": "Azure.Page\u00601",
|
|
2005
2318
|
"declaringAssemblyName": "Azure.Core",
|
|
2006
2319
|
"isExtensionMethod": false
|
|
@@ -2020,6 +2333,7 @@
|
|
|
2020
2333
|
"isVirtual": true,
|
|
2021
2334
|
"isOverride": true,
|
|
2022
2335
|
"isSealed": false,
|
|
2336
|
+
"visibility": "Public",
|
|
2023
2337
|
"declaringClrType": "Azure.Page\u00601",
|
|
2024
2338
|
"declaringAssemblyName": "Azure.Core",
|
|
2025
2339
|
"isExtensionMethod": false
|
|
@@ -2039,6 +2353,7 @@
|
|
|
2039
2353
|
"isVirtual": true,
|
|
2040
2354
|
"isOverride": true,
|
|
2041
2355
|
"isSealed": false,
|
|
2356
|
+
"visibility": "Public",
|
|
2042
2357
|
"declaringClrType": "Azure.Page\u00601",
|
|
2043
2358
|
"declaringAssemblyName": "Azure.Core",
|
|
2044
2359
|
"isExtensionMethod": false
|
|
@@ -2060,6 +2375,7 @@
|
|
|
2060
2375
|
"isAbstract": true,
|
|
2061
2376
|
"isVirtual": true,
|
|
2062
2377
|
"isOverride": false,
|
|
2378
|
+
"visibility": "Public",
|
|
2063
2379
|
"declaringClrType": "Azure.Page\u00601",
|
|
2064
2380
|
"declaringAssemblyName": "Azure.Core"
|
|
2065
2381
|
},
|
|
@@ -2078,13 +2394,26 @@
|
|
|
2078
2394
|
"isAbstract": true,
|
|
2079
2395
|
"isVirtual": true,
|
|
2080
2396
|
"isOverride": false,
|
|
2397
|
+
"visibility": "Public",
|
|
2081
2398
|
"declaringClrType": "Azure.Page\u00601",
|
|
2082
2399
|
"declaringAssemblyName": "Azure.Core"
|
|
2083
2400
|
}
|
|
2084
2401
|
],
|
|
2085
2402
|
"fields": [],
|
|
2086
2403
|
"events": [],
|
|
2087
|
-
"constructors": [
|
|
2404
|
+
"constructors": [
|
|
2405
|
+
{
|
|
2406
|
+
"stableId": "Azure.Core:Azure.Page\u00601::.ctor():void",
|
|
2407
|
+
"metadataToken": 100663420,
|
|
2408
|
+
"canonicalSignature": "():void",
|
|
2409
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2410
|
+
"isStatic": false,
|
|
2411
|
+
"parameterCount": 0,
|
|
2412
|
+
"visibility": "Protected",
|
|
2413
|
+
"declaringClrType": "Azure.Page\u00601",
|
|
2414
|
+
"declaringAssemblyName": "Azure.Core"
|
|
2415
|
+
}
|
|
2416
|
+
]
|
|
2088
2417
|
},
|
|
2089
2418
|
{
|
|
2090
2419
|
"stableId": "Azure.Core:Azure.Pageable\u00601",
|
|
@@ -2097,6 +2426,26 @@
|
|
|
2097
2426
|
"isSealed": false,
|
|
2098
2427
|
"isStatic": false,
|
|
2099
2428
|
"arity": 1,
|
|
2429
|
+
"baseType": {
|
|
2430
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2431
|
+
"clrName": "System.Object"
|
|
2432
|
+
},
|
|
2433
|
+
"interfaces": [
|
|
2434
|
+
{
|
|
2435
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
2436
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
2437
|
+
"typeArguments": [
|
|
2438
|
+
"T"
|
|
2439
|
+
]
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
2443
|
+
"clrName": "System.Collections.IEnumerable"
|
|
2444
|
+
}
|
|
2445
|
+
],
|
|
2446
|
+
"typeParameters": [
|
|
2447
|
+
"T"
|
|
2448
|
+
],
|
|
2100
2449
|
"methods": [
|
|
2101
2450
|
{
|
|
2102
2451
|
"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",
|
|
@@ -2113,6 +2462,7 @@
|
|
|
2113
2462
|
"isVirtual": true,
|
|
2114
2463
|
"isOverride": false,
|
|
2115
2464
|
"isSealed": false,
|
|
2465
|
+
"visibility": "Public",
|
|
2116
2466
|
"declaringClrType": "Azure.Pageable\u00601",
|
|
2117
2467
|
"declaringAssemblyName": "Azure.Core",
|
|
2118
2468
|
"isExtensionMethod": false
|
|
@@ -2132,6 +2482,7 @@
|
|
|
2132
2482
|
"isVirtual": true,
|
|
2133
2483
|
"isOverride": true,
|
|
2134
2484
|
"isSealed": false,
|
|
2485
|
+
"visibility": "Public",
|
|
2135
2486
|
"declaringClrType": "Azure.Pageable\u00601",
|
|
2136
2487
|
"declaringAssemblyName": "Azure.Core",
|
|
2137
2488
|
"isExtensionMethod": false
|
|
@@ -2151,6 +2502,7 @@
|
|
|
2151
2502
|
"isVirtual": true,
|
|
2152
2503
|
"isOverride": false,
|
|
2153
2504
|
"isSealed": false,
|
|
2505
|
+
"visibility": "Public",
|
|
2154
2506
|
"declaringClrType": "Azure.Pageable\u00601",
|
|
2155
2507
|
"declaringAssemblyName": "Azure.Core",
|
|
2156
2508
|
"isExtensionMethod": false
|
|
@@ -2170,6 +2522,7 @@
|
|
|
2170
2522
|
"isVirtual": false,
|
|
2171
2523
|
"isOverride": false,
|
|
2172
2524
|
"isSealed": false,
|
|
2525
|
+
"visibility": "Public",
|
|
2173
2526
|
"declaringClrType": "Azure.Pageable\u00601",
|
|
2174
2527
|
"declaringAssemblyName": "Azure.Core",
|
|
2175
2528
|
"isExtensionMethod": false
|
|
@@ -2189,6 +2542,7 @@
|
|
|
2189
2542
|
"isVirtual": true,
|
|
2190
2543
|
"isOverride": true,
|
|
2191
2544
|
"isSealed": false,
|
|
2545
|
+
"visibility": "Public",
|
|
2192
2546
|
"declaringClrType": "Azure.Pageable\u00601",
|
|
2193
2547
|
"declaringAssemblyName": "Azure.Core",
|
|
2194
2548
|
"isExtensionMethod": false
|
|
@@ -2208,15 +2562,59 @@
|
|
|
2208
2562
|
"isVirtual": true,
|
|
2209
2563
|
"isOverride": true,
|
|
2210
2564
|
"isSealed": false,
|
|
2565
|
+
"visibility": "Public",
|
|
2211
2566
|
"declaringClrType": "Azure.Pageable\u00601",
|
|
2212
2567
|
"declaringAssemblyName": "Azure.Core",
|
|
2213
2568
|
"isExtensionMethod": false
|
|
2214
2569
|
}
|
|
2215
2570
|
],
|
|
2216
|
-
"properties": [
|
|
2571
|
+
"properties": [
|
|
2572
|
+
{
|
|
2573
|
+
"stableId": "Azure.Core:Azure.Pageable\u00601::CancellationToken:System.Threading.CancellationToken",
|
|
2574
|
+
"clrName": "CancellationToken",
|
|
2575
|
+
"metadataToken": 385875990,
|
|
2576
|
+
"canonicalSignature": ":System.Threading.CancellationToken",
|
|
2577
|
+
"normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=get",
|
|
2578
|
+
"emitScope": "ClassSurface",
|
|
2579
|
+
"provenance": "Original",
|
|
2580
|
+
"isIndexer": false,
|
|
2581
|
+
"hasGetter": true,
|
|
2582
|
+
"hasSetter": false,
|
|
2583
|
+
"isStatic": false,
|
|
2584
|
+
"isAbstract": false,
|
|
2585
|
+
"isVirtual": true,
|
|
2586
|
+
"isOverride": false,
|
|
2587
|
+
"visibility": "Protected",
|
|
2588
|
+
"declaringClrType": "Azure.Pageable\u00601",
|
|
2589
|
+
"declaringAssemblyName": "Azure.Core"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2217
2592
|
"fields": [],
|
|
2218
2593
|
"events": [],
|
|
2219
|
-
"constructors": [
|
|
2594
|
+
"constructors": [
|
|
2595
|
+
{
|
|
2596
|
+
"stableId": "Azure.Core:Azure.Pageable\u00601::.ctor():void",
|
|
2597
|
+
"metadataToken": 100663422,
|
|
2598
|
+
"canonicalSignature": "():void",
|
|
2599
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2600
|
+
"isStatic": false,
|
|
2601
|
+
"parameterCount": 0,
|
|
2602
|
+
"visibility": "Protected",
|
|
2603
|
+
"declaringClrType": "Azure.Pageable\u00601",
|
|
2604
|
+
"declaringAssemblyName": "Azure.Core"
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"stableId": "Azure.Core:Azure.Pageable\u00601::.ctor(System.Threading.CancellationToken):void",
|
|
2608
|
+
"metadataToken": 100663423,
|
|
2609
|
+
"canonicalSignature": "(System.Threading.CancellationToken):void",
|
|
2610
|
+
"normalizedSignature": "constructor|(System.Threading.CancellationToken):void|static=false",
|
|
2611
|
+
"isStatic": false,
|
|
2612
|
+
"parameterCount": 1,
|
|
2613
|
+
"visibility": "Protected",
|
|
2614
|
+
"declaringClrType": "Azure.Pageable\u00601",
|
|
2615
|
+
"declaringAssemblyName": "Azure.Core"
|
|
2616
|
+
}
|
|
2617
|
+
]
|
|
2220
2618
|
},
|
|
2221
2619
|
{
|
|
2222
2620
|
"stableId": "Azure.Core:Azure.PageableOperation\u00601",
|
|
@@ -2229,6 +2627,16 @@
|
|
|
2229
2627
|
"isSealed": false,
|
|
2230
2628
|
"isStatic": false,
|
|
2231
2629
|
"arity": 1,
|
|
2630
|
+
"baseType": {
|
|
2631
|
+
"stableId": "Azure.Core:Azure.Operation\u00601",
|
|
2632
|
+
"clrName": "Azure.Operation\u00601",
|
|
2633
|
+
"typeArguments": [
|
|
2634
|
+
"AsyncPageable_1[[T]]"
|
|
2635
|
+
]
|
|
2636
|
+
},
|
|
2637
|
+
"typeParameters": [
|
|
2638
|
+
"T"
|
|
2639
|
+
],
|
|
2232
2640
|
"methods": [
|
|
2233
2641
|
{
|
|
2234
2642
|
"stableId": "Azure.Core:Azure.PageableOperation\u00601::GetValuesAsync(System.Threading.CancellationToken):AsyncPageable_1",
|
|
@@ -2245,6 +2653,7 @@
|
|
|
2245
2653
|
"isVirtual": true,
|
|
2246
2654
|
"isOverride": false,
|
|
2247
2655
|
"isSealed": false,
|
|
2656
|
+
"visibility": "Public",
|
|
2248
2657
|
"declaringClrType": "Azure.PageableOperation\u00601",
|
|
2249
2658
|
"declaringAssemblyName": "Azure.Core",
|
|
2250
2659
|
"isExtensionMethod": false
|
|
@@ -2264,6 +2673,7 @@
|
|
|
2264
2673
|
"isVirtual": true,
|
|
2265
2674
|
"isOverride": false,
|
|
2266
2675
|
"isSealed": false,
|
|
2676
|
+
"visibility": "Public",
|
|
2267
2677
|
"declaringClrType": "Azure.PageableOperation\u00601",
|
|
2268
2678
|
"declaringAssemblyName": "Azure.Core",
|
|
2269
2679
|
"isExtensionMethod": false
|
|
@@ -2285,13 +2695,26 @@
|
|
|
2285
2695
|
"isAbstract": false,
|
|
2286
2696
|
"isVirtual": true,
|
|
2287
2697
|
"isOverride": true,
|
|
2698
|
+
"visibility": "Public",
|
|
2288
2699
|
"declaringClrType": "Azure.PageableOperation\u00601",
|
|
2289
2700
|
"declaringAssemblyName": "Azure.Core"
|
|
2290
2701
|
}
|
|
2291
2702
|
],
|
|
2292
2703
|
"fields": [],
|
|
2293
2704
|
"events": [],
|
|
2294
|
-
"constructors": [
|
|
2705
|
+
"constructors": [
|
|
2706
|
+
{
|
|
2707
|
+
"stableId": "Azure.Core:Azure.PageableOperation\u00601::.ctor():void",
|
|
2708
|
+
"metadataToken": 100663434,
|
|
2709
|
+
"canonicalSignature": "():void",
|
|
2710
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
2711
|
+
"isStatic": false,
|
|
2712
|
+
"parameterCount": 0,
|
|
2713
|
+
"visibility": "Protected",
|
|
2714
|
+
"declaringClrType": "Azure.PageableOperation\u00601",
|
|
2715
|
+
"declaringAssemblyName": "Azure.Core"
|
|
2716
|
+
}
|
|
2717
|
+
]
|
|
2295
2718
|
},
|
|
2296
2719
|
{
|
|
2297
2720
|
"stableId": "Azure.Core:Azure.RequestConditions",
|
|
@@ -2304,6 +2727,10 @@
|
|
|
2304
2727
|
"isSealed": false,
|
|
2305
2728
|
"isStatic": false,
|
|
2306
2729
|
"arity": 0,
|
|
2730
|
+
"baseType": {
|
|
2731
|
+
"stableId": "Azure.Core:Azure.MatchConditions",
|
|
2732
|
+
"clrName": "Azure.MatchConditions"
|
|
2733
|
+
},
|
|
2307
2734
|
"methods": [],
|
|
2308
2735
|
"properties": [
|
|
2309
2736
|
{
|
|
@@ -2321,6 +2748,7 @@
|
|
|
2321
2748
|
"isAbstract": false,
|
|
2322
2749
|
"isVirtual": false,
|
|
2323
2750
|
"isOverride": false,
|
|
2751
|
+
"visibility": "Public",
|
|
2324
2752
|
"declaringClrType": "Azure.RequestConditions",
|
|
2325
2753
|
"declaringAssemblyName": "Azure.Core"
|
|
2326
2754
|
},
|
|
@@ -2339,6 +2767,7 @@
|
|
|
2339
2767
|
"isAbstract": false,
|
|
2340
2768
|
"isVirtual": false,
|
|
2341
2769
|
"isOverride": false,
|
|
2770
|
+
"visibility": "Public",
|
|
2342
2771
|
"declaringClrType": "Azure.RequestConditions",
|
|
2343
2772
|
"declaringAssemblyName": "Azure.Core"
|
|
2344
2773
|
}
|
|
@@ -2353,6 +2782,7 @@
|
|
|
2353
2782
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2354
2783
|
"isStatic": false,
|
|
2355
2784
|
"parameterCount": 0,
|
|
2785
|
+
"visibility": "Public",
|
|
2356
2786
|
"declaringClrType": "Azure.RequestConditions",
|
|
2357
2787
|
"declaringAssemblyName": "Azure.Core"
|
|
2358
2788
|
}
|
|
@@ -2369,6 +2799,10 @@
|
|
|
2369
2799
|
"isSealed": false,
|
|
2370
2800
|
"isStatic": false,
|
|
2371
2801
|
"arity": 0,
|
|
2802
|
+
"baseType": {
|
|
2803
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2804
|
+
"clrName": "System.Object"
|
|
2805
|
+
},
|
|
2372
2806
|
"methods": [
|
|
2373
2807
|
{
|
|
2374
2808
|
"stableId": "Azure.Core:Azure.RequestContext::AddPolicy(Azure.Core.Pipeline.HttpPipelinePolicy,Azure.Core.HttpPipelinePosition):System.Void",
|
|
@@ -2385,6 +2819,7 @@
|
|
|
2385
2819
|
"isVirtual": false,
|
|
2386
2820
|
"isOverride": false,
|
|
2387
2821
|
"isSealed": false,
|
|
2822
|
+
"visibility": "Public",
|
|
2388
2823
|
"declaringClrType": "Azure.RequestContext",
|
|
2389
2824
|
"declaringAssemblyName": "Azure.Core",
|
|
2390
2825
|
"isExtensionMethod": false
|
|
@@ -2404,6 +2839,7 @@
|
|
|
2404
2839
|
"isVirtual": false,
|
|
2405
2840
|
"isOverride": false,
|
|
2406
2841
|
"isSealed": false,
|
|
2842
|
+
"visibility": "Public",
|
|
2407
2843
|
"declaringClrType": "Azure.RequestContext",
|
|
2408
2844
|
"declaringAssemblyName": "Azure.Core",
|
|
2409
2845
|
"isExtensionMethod": false
|
|
@@ -2423,6 +2859,7 @@
|
|
|
2423
2859
|
"isVirtual": false,
|
|
2424
2860
|
"isOverride": false,
|
|
2425
2861
|
"isSealed": false,
|
|
2862
|
+
"visibility": "Public",
|
|
2426
2863
|
"declaringClrType": "Azure.RequestContext",
|
|
2427
2864
|
"declaringAssemblyName": "Azure.Core",
|
|
2428
2865
|
"isExtensionMethod": false
|
|
@@ -2444,6 +2881,7 @@
|
|
|
2444
2881
|
"isAbstract": false,
|
|
2445
2882
|
"isVirtual": false,
|
|
2446
2883
|
"isOverride": false,
|
|
2884
|
+
"visibility": "Public",
|
|
2447
2885
|
"declaringClrType": "Azure.RequestContext",
|
|
2448
2886
|
"declaringAssemblyName": "Azure.Core"
|
|
2449
2887
|
},
|
|
@@ -2462,6 +2900,7 @@
|
|
|
2462
2900
|
"isAbstract": false,
|
|
2463
2901
|
"isVirtual": false,
|
|
2464
2902
|
"isOverride": false,
|
|
2903
|
+
"visibility": "Public",
|
|
2465
2904
|
"declaringClrType": "Azure.RequestContext",
|
|
2466
2905
|
"declaringAssemblyName": "Azure.Core"
|
|
2467
2906
|
}
|
|
@@ -2476,6 +2915,7 @@
|
|
|
2476
2915
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2477
2916
|
"isStatic": false,
|
|
2478
2917
|
"parameterCount": 0,
|
|
2918
|
+
"visibility": "Public",
|
|
2479
2919
|
"declaringClrType": "Azure.RequestContext",
|
|
2480
2920
|
"declaringAssemblyName": "Azure.Core"
|
|
2481
2921
|
}
|
|
@@ -2492,6 +2932,16 @@
|
|
|
2492
2932
|
"isSealed": false,
|
|
2493
2933
|
"isStatic": false,
|
|
2494
2934
|
"arity": 0,
|
|
2935
|
+
"baseType": {
|
|
2936
|
+
"stableId": "System.Private.CoreLib:System.Exception",
|
|
2937
|
+
"clrName": "System.Exception"
|
|
2938
|
+
},
|
|
2939
|
+
"interfaces": [
|
|
2940
|
+
{
|
|
2941
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
2942
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
2943
|
+
}
|
|
2944
|
+
],
|
|
2495
2945
|
"methods": [
|
|
2496
2946
|
{
|
|
2497
2947
|
"stableId": "Azure.Core:Azure.RequestFailedException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):System.Void",
|
|
@@ -2508,6 +2958,7 @@
|
|
|
2508
2958
|
"isVirtual": true,
|
|
2509
2959
|
"isOverride": true,
|
|
2510
2960
|
"isSealed": false,
|
|
2961
|
+
"visibility": "Public",
|
|
2511
2962
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2512
2963
|
"declaringAssemblyName": "Azure.Core",
|
|
2513
2964
|
"isExtensionMethod": false
|
|
@@ -2527,6 +2978,7 @@
|
|
|
2527
2978
|
"isVirtual": false,
|
|
2528
2979
|
"isOverride": false,
|
|
2529
2980
|
"isSealed": false,
|
|
2981
|
+
"visibility": "Public",
|
|
2530
2982
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2531
2983
|
"declaringAssemblyName": "Azure.Core",
|
|
2532
2984
|
"isExtensionMethod": false
|
|
@@ -2548,6 +3000,7 @@
|
|
|
2548
3000
|
"isAbstract": false,
|
|
2549
3001
|
"isVirtual": false,
|
|
2550
3002
|
"isOverride": false,
|
|
3003
|
+
"visibility": "Public",
|
|
2551
3004
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2552
3005
|
"declaringAssemblyName": "Azure.Core"
|
|
2553
3006
|
},
|
|
@@ -2566,6 +3019,7 @@
|
|
|
2566
3019
|
"isAbstract": false,
|
|
2567
3020
|
"isVirtual": false,
|
|
2568
3021
|
"isOverride": false,
|
|
3022
|
+
"visibility": "Public",
|
|
2569
3023
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2570
3024
|
"declaringAssemblyName": "Azure.Core"
|
|
2571
3025
|
}
|
|
@@ -2580,6 +3034,7 @@
|
|
|
2580
3034
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2581
3035
|
"isStatic": false,
|
|
2582
3036
|
"parameterCount": 1,
|
|
3037
|
+
"visibility": "Public",
|
|
2583
3038
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2584
3039
|
"declaringAssemblyName": "Azure.Core"
|
|
2585
3040
|
},
|
|
@@ -2590,6 +3045,7 @@
|
|
|
2590
3045
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
2591
3046
|
"isStatic": false,
|
|
2592
3047
|
"parameterCount": 2,
|
|
3048
|
+
"visibility": "Public",
|
|
2593
3049
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2594
3050
|
"declaringAssemblyName": "Azure.Core"
|
|
2595
3051
|
},
|
|
@@ -2600,6 +3056,7 @@
|
|
|
2600
3056
|
"normalizedSignature": "constructor|(System.Int32,System.String):void|static=false",
|
|
2601
3057
|
"isStatic": false,
|
|
2602
3058
|
"parameterCount": 2,
|
|
3059
|
+
"visibility": "Public",
|
|
2603
3060
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2604
3061
|
"declaringAssemblyName": "Azure.Core"
|
|
2605
3062
|
},
|
|
@@ -2610,6 +3067,7 @@
|
|
|
2610
3067
|
"normalizedSignature": "constructor|(System.Int32,System.String,System.Exception):void|static=false",
|
|
2611
3068
|
"isStatic": false,
|
|
2612
3069
|
"parameterCount": 3,
|
|
3070
|
+
"visibility": "Public",
|
|
2613
3071
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2614
3072
|
"declaringAssemblyName": "Azure.Core"
|
|
2615
3073
|
},
|
|
@@ -2620,6 +3078,7 @@
|
|
|
2620
3078
|
"normalizedSignature": "constructor|(System.Int32,System.String,System.String,System.Exception):void|static=false",
|
|
2621
3079
|
"isStatic": false,
|
|
2622
3080
|
"parameterCount": 4,
|
|
3081
|
+
"visibility": "Public",
|
|
2623
3082
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2624
3083
|
"declaringAssemblyName": "Azure.Core"
|
|
2625
3084
|
},
|
|
@@ -2630,6 +3089,7 @@
|
|
|
2630
3089
|
"normalizedSignature": "constructor|(Azure.Response):void|static=false",
|
|
2631
3090
|
"isStatic": false,
|
|
2632
3091
|
"parameterCount": 1,
|
|
3092
|
+
"visibility": "Public",
|
|
2633
3093
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2634
3094
|
"declaringAssemblyName": "Azure.Core"
|
|
2635
3095
|
},
|
|
@@ -2640,6 +3100,7 @@
|
|
|
2640
3100
|
"normalizedSignature": "constructor|(Azure.Response,System.Exception):void|static=false",
|
|
2641
3101
|
"isStatic": false,
|
|
2642
3102
|
"parameterCount": 2,
|
|
3103
|
+
"visibility": "Public",
|
|
2643
3104
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2644
3105
|
"declaringAssemblyName": "Azure.Core"
|
|
2645
3106
|
},
|
|
@@ -2650,6 +3111,18 @@
|
|
|
2650
3111
|
"normalizedSignature": "constructor|(Azure.Response,System.Exception,Azure.Core.RequestFailedDetailsParser):void|static=false",
|
|
2651
3112
|
"isStatic": false,
|
|
2652
3113
|
"parameterCount": 3,
|
|
3114
|
+
"visibility": "Public",
|
|
3115
|
+
"declaringClrType": "Azure.RequestFailedException",
|
|
3116
|
+
"declaringAssemblyName": "Azure.Core"
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"stableId": "Azure.Core:Azure.RequestFailedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3120
|
+
"metadataToken": 100663467,
|
|
3121
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3122
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3123
|
+
"isStatic": false,
|
|
3124
|
+
"parameterCount": 2,
|
|
3125
|
+
"visibility": "Protected",
|
|
2653
3126
|
"declaringClrType": "Azure.RequestFailedException",
|
|
2654
3127
|
"declaringAssemblyName": "Azure.Core"
|
|
2655
3128
|
}
|
|
@@ -2666,6 +3139,16 @@
|
|
|
2666
3139
|
"isSealed": false,
|
|
2667
3140
|
"isStatic": false,
|
|
2668
3141
|
"arity": 0,
|
|
3142
|
+
"baseType": {
|
|
3143
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3144
|
+
"clrName": "System.Object"
|
|
3145
|
+
},
|
|
3146
|
+
"interfaces": [
|
|
3147
|
+
{
|
|
3148
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
3149
|
+
"clrName": "System.IDisposable"
|
|
3150
|
+
}
|
|
3151
|
+
],
|
|
2669
3152
|
"methods": [
|
|
2670
3153
|
{
|
|
2671
3154
|
"stableId": "Azure.Core:Azure.Response::Dispose():System.Void",
|
|
@@ -2682,6 +3165,99 @@
|
|
|
2682
3165
|
"isVirtual": true,
|
|
2683
3166
|
"isOverride": false,
|
|
2684
3167
|
"isSealed": false,
|
|
3168
|
+
"visibility": "Public",
|
|
3169
|
+
"declaringClrType": "Azure.Response",
|
|
3170
|
+
"declaringAssemblyName": "Azure.Core",
|
|
3171
|
+
"isExtensionMethod": false
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"stableId": "Azure.Core:Azure.Response::TryGetHeader(System.String,System.String\u0026):System.Boolean",
|
|
3175
|
+
"clrName": "TryGetHeader",
|
|
3176
|
+
"metadataToken": 100663490,
|
|
3177
|
+
"canonicalSignature": "(System.String,System.String\u0026):System.Boolean",
|
|
3178
|
+
"normalizedSignature": "TryGetHeader|(System.String,System.String\u0026):System.Boolean|static=false",
|
|
3179
|
+
"emitScope": "ClassSurface",
|
|
3180
|
+
"provenance": "Original",
|
|
3181
|
+
"arity": 0,
|
|
3182
|
+
"parameterCount": 2,
|
|
3183
|
+
"isStatic": false,
|
|
3184
|
+
"isAbstract": true,
|
|
3185
|
+
"isVirtual": true,
|
|
3186
|
+
"isOverride": false,
|
|
3187
|
+
"isSealed": false,
|
|
3188
|
+
"visibility": "ProtectedInternal",
|
|
3189
|
+
"declaringClrType": "Azure.Response",
|
|
3190
|
+
"declaringAssemblyName": "Azure.Core",
|
|
3191
|
+
"isExtensionMethod": false,
|
|
3192
|
+
"parameterModifiers": [
|
|
3193
|
+
{
|
|
3194
|
+
"index": 1,
|
|
3195
|
+
"modifier": "out"
|
|
3196
|
+
}
|
|
3197
|
+
]
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"stableId": "Azure.Core:Azure.Response::TryGetHeaderValues(System.String,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Boolean",
|
|
3201
|
+
"clrName": "TryGetHeaderValues",
|
|
3202
|
+
"metadataToken": 100663491,
|
|
3203
|
+
"canonicalSignature": "(System.String,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Boolean",
|
|
3204
|
+
"normalizedSignature": "TryGetHeaderValues|(System.String,System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Boolean|static=false",
|
|
3205
|
+
"emitScope": "ClassSurface",
|
|
3206
|
+
"provenance": "Original",
|
|
3207
|
+
"arity": 0,
|
|
3208
|
+
"parameterCount": 2,
|
|
3209
|
+
"isStatic": false,
|
|
3210
|
+
"isAbstract": true,
|
|
3211
|
+
"isVirtual": true,
|
|
3212
|
+
"isOverride": false,
|
|
3213
|
+
"isSealed": false,
|
|
3214
|
+
"visibility": "ProtectedInternal",
|
|
3215
|
+
"declaringClrType": "Azure.Response",
|
|
3216
|
+
"declaringAssemblyName": "Azure.Core",
|
|
3217
|
+
"isExtensionMethod": false,
|
|
3218
|
+
"parameterModifiers": [
|
|
3219
|
+
{
|
|
3220
|
+
"index": 1,
|
|
3221
|
+
"modifier": "out"
|
|
3222
|
+
}
|
|
3223
|
+
]
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
"stableId": "Azure.Core:Azure.Response::ContainsHeader(System.String):System.Boolean",
|
|
3227
|
+
"clrName": "ContainsHeader",
|
|
3228
|
+
"metadataToken": 100663492,
|
|
3229
|
+
"canonicalSignature": "(System.String):System.Boolean",
|
|
3230
|
+
"normalizedSignature": "ContainsHeader|(System.String):System.Boolean|static=false",
|
|
3231
|
+
"emitScope": "ClassSurface",
|
|
3232
|
+
"provenance": "Original",
|
|
3233
|
+
"arity": 0,
|
|
3234
|
+
"parameterCount": 1,
|
|
3235
|
+
"isStatic": false,
|
|
3236
|
+
"isAbstract": true,
|
|
3237
|
+
"isVirtual": true,
|
|
3238
|
+
"isOverride": false,
|
|
3239
|
+
"isSealed": false,
|
|
3240
|
+
"visibility": "ProtectedInternal",
|
|
3241
|
+
"declaringClrType": "Azure.Response",
|
|
3242
|
+
"declaringAssemblyName": "Azure.Core",
|
|
3243
|
+
"isExtensionMethod": false
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"stableId": "Azure.Core:Azure.Response::EnumerateHeaders():System.Collections.Generic.IEnumerable_1[[Azure.Core.HttpHeader,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
3247
|
+
"clrName": "EnumerateHeaders",
|
|
3248
|
+
"metadataToken": 100663493,
|
|
3249
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Azure.Core.HttpHeader,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
|
|
3250
|
+
"normalizedSignature": "EnumerateHeaders|():System.Collections.Generic.IEnumerable_1[[Azure.Core.HttpHeader,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
|
|
3251
|
+
"emitScope": "ClassSurface",
|
|
3252
|
+
"provenance": "Original",
|
|
3253
|
+
"arity": 0,
|
|
3254
|
+
"parameterCount": 0,
|
|
3255
|
+
"isStatic": false,
|
|
3256
|
+
"isAbstract": true,
|
|
3257
|
+
"isVirtual": true,
|
|
3258
|
+
"isOverride": false,
|
|
3259
|
+
"isSealed": false,
|
|
3260
|
+
"visibility": "ProtectedInternal",
|
|
2685
3261
|
"declaringClrType": "Azure.Response",
|
|
2686
3262
|
"declaringAssemblyName": "Azure.Core",
|
|
2687
3263
|
"isExtensionMethod": false
|
|
@@ -2701,6 +3277,7 @@
|
|
|
2701
3277
|
"isVirtual": false,
|
|
2702
3278
|
"isOverride": false,
|
|
2703
3279
|
"isSealed": false,
|
|
3280
|
+
"visibility": "Public",
|
|
2704
3281
|
"declaringClrType": "Azure.Response",
|
|
2705
3282
|
"declaringAssemblyName": "Azure.Core",
|
|
2706
3283
|
"isExtensionMethod": false
|
|
@@ -2720,6 +3297,7 @@
|
|
|
2720
3297
|
"isVirtual": true,
|
|
2721
3298
|
"isOverride": true,
|
|
2722
3299
|
"isSealed": false,
|
|
3300
|
+
"visibility": "Public",
|
|
2723
3301
|
"declaringClrType": "Azure.Response",
|
|
2724
3302
|
"declaringAssemblyName": "Azure.Core",
|
|
2725
3303
|
"isExtensionMethod": false
|
|
@@ -2741,6 +3319,7 @@
|
|
|
2741
3319
|
"isAbstract": true,
|
|
2742
3320
|
"isVirtual": true,
|
|
2743
3321
|
"isOverride": false,
|
|
3322
|
+
"visibility": "Public",
|
|
2744
3323
|
"declaringClrType": "Azure.Response",
|
|
2745
3324
|
"declaringAssemblyName": "Azure.Core"
|
|
2746
3325
|
},
|
|
@@ -2759,6 +3338,7 @@
|
|
|
2759
3338
|
"isAbstract": true,
|
|
2760
3339
|
"isVirtual": true,
|
|
2761
3340
|
"isOverride": false,
|
|
3341
|
+
"visibility": "Public",
|
|
2762
3342
|
"declaringClrType": "Azure.Response",
|
|
2763
3343
|
"declaringAssemblyName": "Azure.Core"
|
|
2764
3344
|
},
|
|
@@ -2777,6 +3357,7 @@
|
|
|
2777
3357
|
"isAbstract": true,
|
|
2778
3358
|
"isVirtual": true,
|
|
2779
3359
|
"isOverride": false,
|
|
3360
|
+
"visibility": "Public",
|
|
2780
3361
|
"declaringClrType": "Azure.Response",
|
|
2781
3362
|
"declaringAssemblyName": "Azure.Core"
|
|
2782
3363
|
},
|
|
@@ -2795,6 +3376,7 @@
|
|
|
2795
3376
|
"isAbstract": true,
|
|
2796
3377
|
"isVirtual": true,
|
|
2797
3378
|
"isOverride": false,
|
|
3379
|
+
"visibility": "Public",
|
|
2798
3380
|
"declaringClrType": "Azure.Response",
|
|
2799
3381
|
"declaringAssemblyName": "Azure.Core"
|
|
2800
3382
|
},
|
|
@@ -2813,6 +3395,7 @@
|
|
|
2813
3395
|
"isAbstract": false,
|
|
2814
3396
|
"isVirtual": true,
|
|
2815
3397
|
"isOverride": false,
|
|
3398
|
+
"visibility": "Public",
|
|
2816
3399
|
"declaringClrType": "Azure.Response",
|
|
2817
3400
|
"declaringAssemblyName": "Azure.Core"
|
|
2818
3401
|
},
|
|
@@ -2831,6 +3414,7 @@
|
|
|
2831
3414
|
"isAbstract": false,
|
|
2832
3415
|
"isVirtual": true,
|
|
2833
3416
|
"isOverride": false,
|
|
3417
|
+
"visibility": "Public",
|
|
2834
3418
|
"declaringClrType": "Azure.Response",
|
|
2835
3419
|
"declaringAssemblyName": "Azure.Core"
|
|
2836
3420
|
},
|
|
@@ -2839,23 +3423,36 @@
|
|
|
2839
3423
|
"clrName": "IsError",
|
|
2840
3424
|
"metadataToken": 385876007,
|
|
2841
3425
|
"canonicalSignature": ":System.Boolean",
|
|
2842
|
-
"normalizedSignature": "IsError|:System.Boolean|static=false|accessor=
|
|
3426
|
+
"normalizedSignature": "IsError|:System.Boolean|static=false|accessor=getset",
|
|
2843
3427
|
"emitScope": "ClassSurface",
|
|
2844
3428
|
"provenance": "Original",
|
|
2845
3429
|
"isIndexer": false,
|
|
2846
3430
|
"hasGetter": true,
|
|
2847
|
-
"hasSetter":
|
|
3431
|
+
"hasSetter": true,
|
|
2848
3432
|
"isStatic": false,
|
|
2849
3433
|
"isAbstract": false,
|
|
2850
3434
|
"isVirtual": true,
|
|
2851
3435
|
"isOverride": false,
|
|
3436
|
+
"visibility": "Public",
|
|
2852
3437
|
"declaringClrType": "Azure.Response",
|
|
2853
3438
|
"declaringAssemblyName": "Azure.Core"
|
|
2854
3439
|
}
|
|
2855
3440
|
],
|
|
2856
3441
|
"fields": [],
|
|
2857
3442
|
"events": [],
|
|
2858
|
-
"constructors": [
|
|
3443
|
+
"constructors": [
|
|
3444
|
+
{
|
|
3445
|
+
"stableId": "Azure.Core:Azure.Response::.ctor():void",
|
|
3446
|
+
"metadataToken": 100663497,
|
|
3447
|
+
"canonicalSignature": "():void",
|
|
3448
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
3449
|
+
"isStatic": false,
|
|
3450
|
+
"parameterCount": 0,
|
|
3451
|
+
"visibility": "Protected",
|
|
3452
|
+
"declaringClrType": "Azure.Response",
|
|
3453
|
+
"declaringAssemblyName": "Azure.Core"
|
|
3454
|
+
}
|
|
3455
|
+
]
|
|
2859
3456
|
},
|
|
2860
3457
|
{
|
|
2861
3458
|
"stableId": "Azure.Core:Azure.Response\u00601",
|
|
@@ -2868,6 +3465,16 @@
|
|
|
2868
3465
|
"isSealed": false,
|
|
2869
3466
|
"isStatic": false,
|
|
2870
3467
|
"arity": 1,
|
|
3468
|
+
"baseType": {
|
|
3469
|
+
"stableId": "Azure.Core:Azure.NullableResponse\u00601",
|
|
3470
|
+
"clrName": "Azure.NullableResponse\u00601",
|
|
3471
|
+
"typeArguments": [
|
|
3472
|
+
"T"
|
|
3473
|
+
]
|
|
3474
|
+
},
|
|
3475
|
+
"typeParameters": [
|
|
3476
|
+
"T"
|
|
3477
|
+
],
|
|
2871
3478
|
"methods": [
|
|
2872
3479
|
{
|
|
2873
3480
|
"stableId": "Azure.Core:Azure.Response\u00601::Equals(System.Object):System.Boolean",
|
|
@@ -2884,6 +3491,7 @@
|
|
|
2884
3491
|
"isVirtual": true,
|
|
2885
3492
|
"isOverride": true,
|
|
2886
3493
|
"isSealed": false,
|
|
3494
|
+
"visibility": "Public",
|
|
2887
3495
|
"declaringClrType": "Azure.Response\u00601",
|
|
2888
3496
|
"declaringAssemblyName": "Azure.Core",
|
|
2889
3497
|
"isExtensionMethod": false
|
|
@@ -2903,6 +3511,7 @@
|
|
|
2903
3511
|
"isVirtual": true,
|
|
2904
3512
|
"isOverride": true,
|
|
2905
3513
|
"isSealed": false,
|
|
3514
|
+
"visibility": "Public",
|
|
2906
3515
|
"declaringClrType": "Azure.Response\u00601",
|
|
2907
3516
|
"declaringAssemblyName": "Azure.Core",
|
|
2908
3517
|
"isExtensionMethod": false
|
|
@@ -2924,6 +3533,7 @@
|
|
|
2924
3533
|
"isAbstract": false,
|
|
2925
3534
|
"isVirtual": true,
|
|
2926
3535
|
"isOverride": true,
|
|
3536
|
+
"visibility": "Public",
|
|
2927
3537
|
"declaringClrType": "Azure.Response\u00601",
|
|
2928
3538
|
"declaringAssemblyName": "Azure.Core"
|
|
2929
3539
|
},
|
|
@@ -2942,13 +3552,26 @@
|
|
|
2942
3552
|
"isAbstract": false,
|
|
2943
3553
|
"isVirtual": true,
|
|
2944
3554
|
"isOverride": true,
|
|
3555
|
+
"visibility": "Public",
|
|
2945
3556
|
"declaringClrType": "Azure.Response\u00601",
|
|
2946
3557
|
"declaringAssemblyName": "Azure.Core"
|
|
2947
3558
|
}
|
|
2948
3559
|
],
|
|
2949
3560
|
"fields": [],
|
|
2950
3561
|
"events": [],
|
|
2951
|
-
"constructors": [
|
|
3562
|
+
"constructors": [
|
|
3563
|
+
{
|
|
3564
|
+
"stableId": "Azure.Core:Azure.Response\u00601::.ctor():void",
|
|
3565
|
+
"metadataToken": 100663565,
|
|
3566
|
+
"canonicalSignature": "():void",
|
|
3567
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
3568
|
+
"isStatic": false,
|
|
3569
|
+
"parameterCount": 0,
|
|
3570
|
+
"visibility": "Protected",
|
|
3571
|
+
"declaringClrType": "Azure.Response\u00601",
|
|
3572
|
+
"declaringAssemblyName": "Azure.Core"
|
|
3573
|
+
}
|
|
3574
|
+
]
|
|
2952
3575
|
},
|
|
2953
3576
|
{
|
|
2954
3577
|
"stableId": "Azure.Core:Azure.ResponseError",
|
|
@@ -2961,6 +3584,26 @@
|
|
|
2961
3584
|
"isSealed": true,
|
|
2962
3585
|
"isStatic": false,
|
|
2963
3586
|
"arity": 0,
|
|
3587
|
+
"baseType": {
|
|
3588
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3589
|
+
"clrName": "System.Object"
|
|
3590
|
+
},
|
|
3591
|
+
"interfaces": [
|
|
3592
|
+
{
|
|
3593
|
+
"stableId": "System.ClientModel:System.ClientModel.Primitives.IJsonModel\u00601",
|
|
3594
|
+
"clrName": "System.ClientModel.Primitives.IJsonModel\u00601",
|
|
3595
|
+
"typeArguments": [
|
|
3596
|
+
"ResponseError"
|
|
3597
|
+
]
|
|
3598
|
+
},
|
|
3599
|
+
{
|
|
3600
|
+
"stableId": "System.ClientModel:System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
3601
|
+
"clrName": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
3602
|
+
"typeArguments": [
|
|
3603
|
+
"ResponseError"
|
|
3604
|
+
]
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
2964
3607
|
"methods": [
|
|
2965
3608
|
{
|
|
2966
3609
|
"stableId": "Azure.Core:Azure.ResponseError::ToString():System.String",
|
|
@@ -2977,6 +3620,7 @@
|
|
|
2977
3620
|
"isVirtual": true,
|
|
2978
3621
|
"isOverride": true,
|
|
2979
3622
|
"isSealed": false,
|
|
3623
|
+
"visibility": "Public",
|
|
2980
3624
|
"declaringClrType": "Azure.ResponseError",
|
|
2981
3625
|
"declaringAssemblyName": "Azure.Core",
|
|
2982
3626
|
"isExtensionMethod": false
|
|
@@ -2996,6 +3640,7 @@
|
|
|
2996
3640
|
"isVirtual": true,
|
|
2997
3641
|
"isOverride": false,
|
|
2998
3642
|
"isSealed": false,
|
|
3643
|
+
"visibility": "Public",
|
|
2999
3644
|
"declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
|
|
3000
3645
|
"declaringAssemblyName": "System.ClientModel",
|
|
3001
3646
|
"isExtensionMethod": false,
|
|
@@ -3016,6 +3661,7 @@
|
|
|
3016
3661
|
"isVirtual": true,
|
|
3017
3662
|
"isOverride": false,
|
|
3018
3663
|
"isSealed": false,
|
|
3664
|
+
"visibility": "Public",
|
|
3019
3665
|
"declaringClrType": "System.ClientModel.Primitives.IJsonModel\u00601",
|
|
3020
3666
|
"declaringAssemblyName": "System.ClientModel",
|
|
3021
3667
|
"isExtensionMethod": false,
|
|
@@ -3042,6 +3688,7 @@
|
|
|
3042
3688
|
"isVirtual": true,
|
|
3043
3689
|
"isOverride": false,
|
|
3044
3690
|
"isSealed": false,
|
|
3691
|
+
"visibility": "Public",
|
|
3045
3692
|
"declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
3046
3693
|
"declaringAssemblyName": "System.ClientModel",
|
|
3047
3694
|
"isExtensionMethod": false,
|
|
@@ -3062,6 +3709,7 @@
|
|
|
3062
3709
|
"isVirtual": true,
|
|
3063
3710
|
"isOverride": false,
|
|
3064
3711
|
"isSealed": false,
|
|
3712
|
+
"visibility": "Public",
|
|
3065
3713
|
"declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
3066
3714
|
"declaringAssemblyName": "System.ClientModel",
|
|
3067
3715
|
"isExtensionMethod": false,
|
|
@@ -3082,6 +3730,7 @@
|
|
|
3082
3730
|
"isVirtual": true,
|
|
3083
3731
|
"isOverride": false,
|
|
3084
3732
|
"isSealed": false,
|
|
3733
|
+
"visibility": "Public",
|
|
3085
3734
|
"declaringClrType": "System.ClientModel.Primitives.IPersistableModel\u00601",
|
|
3086
3735
|
"declaringAssemblyName": "System.ClientModel",
|
|
3087
3736
|
"isExtensionMethod": false,
|
|
@@ -3104,6 +3753,7 @@
|
|
|
3104
3753
|
"isAbstract": false,
|
|
3105
3754
|
"isVirtual": false,
|
|
3106
3755
|
"isOverride": false,
|
|
3756
|
+
"visibility": "Public",
|
|
3107
3757
|
"declaringClrType": "Azure.ResponseError",
|
|
3108
3758
|
"declaringAssemblyName": "Azure.Core"
|
|
3109
3759
|
},
|
|
@@ -3122,6 +3772,7 @@
|
|
|
3122
3772
|
"isAbstract": false,
|
|
3123
3773
|
"isVirtual": false,
|
|
3124
3774
|
"isOverride": false,
|
|
3775
|
+
"visibility": "Public",
|
|
3125
3776
|
"declaringClrType": "Azure.ResponseError",
|
|
3126
3777
|
"declaringAssemblyName": "Azure.Core"
|
|
3127
3778
|
}
|
|
@@ -3136,6 +3787,7 @@
|
|
|
3136
3787
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3137
3788
|
"isStatic": false,
|
|
3138
3789
|
"parameterCount": 0,
|
|
3790
|
+
"visibility": "Public",
|
|
3139
3791
|
"declaringClrType": "Azure.ResponseError",
|
|
3140
3792
|
"declaringAssemblyName": "Azure.Core"
|
|
3141
3793
|
},
|
|
@@ -3146,6 +3798,7 @@
|
|
|
3146
3798
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
3147
3799
|
"isStatic": false,
|
|
3148
3800
|
"parameterCount": 2,
|
|
3801
|
+
"visibility": "Public",
|
|
3149
3802
|
"declaringClrType": "Azure.ResponseError",
|
|
3150
3803
|
"declaringAssemblyName": "Azure.Core"
|
|
3151
3804
|
}
|
|
@@ -3162,6 +3815,10 @@
|
|
|
3162
3815
|
"isSealed": false,
|
|
3163
3816
|
"isStatic": false,
|
|
3164
3817
|
"arity": 0,
|
|
3818
|
+
"baseType": {
|
|
3819
|
+
"stableId": "System.Private.CoreLib:System.EventArgs",
|
|
3820
|
+
"clrName": "System.EventArgs"
|
|
3821
|
+
},
|
|
3165
3822
|
"methods": [],
|
|
3166
3823
|
"properties": [
|
|
3167
3824
|
{
|
|
@@ -3179,6 +3836,7 @@
|
|
|
3179
3836
|
"isAbstract": false,
|
|
3180
3837
|
"isVirtual": false,
|
|
3181
3838
|
"isOverride": false,
|
|
3839
|
+
"visibility": "Public",
|
|
3182
3840
|
"declaringClrType": "Azure.SyncAsyncEventArgs",
|
|
3183
3841
|
"declaringAssemblyName": "Azure.Core"
|
|
3184
3842
|
},
|
|
@@ -3197,6 +3855,7 @@
|
|
|
3197
3855
|
"isAbstract": false,
|
|
3198
3856
|
"isVirtual": false,
|
|
3199
3857
|
"isOverride": false,
|
|
3858
|
+
"visibility": "Public",
|
|
3200
3859
|
"declaringClrType": "Azure.SyncAsyncEventArgs",
|
|
3201
3860
|
"declaringAssemblyName": "Azure.Core"
|
|
3202
3861
|
}
|
|
@@ -3211,6 +3870,7 @@
|
|
|
3211
3870
|
"normalizedSignature": "constructor|(System.Boolean,System.Threading.CancellationToken):void|static=false",
|
|
3212
3871
|
"isStatic": false,
|
|
3213
3872
|
"parameterCount": 2,
|
|
3873
|
+
"visibility": "Public",
|
|
3214
3874
|
"declaringClrType": "Azure.SyncAsyncEventArgs",
|
|
3215
3875
|
"declaringAssemblyName": "Azure.Core"
|
|
3216
3876
|
}
|
|
@@ -3227,6 +3887,10 @@
|
|
|
3227
3887
|
"isSealed": true,
|
|
3228
3888
|
"isStatic": true,
|
|
3229
3889
|
"arity": 0,
|
|
3890
|
+
"baseType": {
|
|
3891
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3892
|
+
"clrName": "System.Object"
|
|
3893
|
+
},
|
|
3230
3894
|
"methods": [
|
|
3231
3895
|
{
|
|
3232
3896
|
"stableId": "Azure.Core:Azure.AzureCoreExtensions::ToObject(System.BinaryData,Azure.Core.Serialization.ObjectSerializer,System.Threading.CancellationToken):T",
|
|
@@ -3243,6 +3907,7 @@
|
|
|
3243
3907
|
"isVirtual": false,
|
|
3244
3908
|
"isOverride": false,
|
|
3245
3909
|
"isSealed": false,
|
|
3910
|
+
"visibility": "Public",
|
|
3246
3911
|
"declaringClrType": "Azure.AzureCoreExtensions",
|
|
3247
3912
|
"declaringAssemblyName": "Azure.Core",
|
|
3248
3913
|
"isExtensionMethod": true
|
|
@@ -3262,6 +3927,7 @@
|
|
|
3262
3927
|
"isVirtual": false,
|
|
3263
3928
|
"isOverride": false,
|
|
3264
3929
|
"isSealed": false,
|
|
3930
|
+
"visibility": "Public",
|
|
3265
3931
|
"declaringClrType": "Azure.AzureCoreExtensions",
|
|
3266
3932
|
"declaringAssemblyName": "Azure.Core",
|
|
3267
3933
|
"isExtensionMethod": true
|
|
@@ -3281,6 +3947,7 @@
|
|
|
3281
3947
|
"isVirtual": false,
|
|
3282
3948
|
"isOverride": false,
|
|
3283
3949
|
"isSealed": false,
|
|
3950
|
+
"visibility": "Public",
|
|
3284
3951
|
"declaringClrType": "Azure.AzureCoreExtensions",
|
|
3285
3952
|
"declaringAssemblyName": "Azure.Core",
|
|
3286
3953
|
"isExtensionMethod": true
|
|
@@ -3300,6 +3967,7 @@
|
|
|
3300
3967
|
"isVirtual": false,
|
|
3301
3968
|
"isOverride": false,
|
|
3302
3969
|
"isSealed": false,
|
|
3970
|
+
"visibility": "Public",
|
|
3303
3971
|
"declaringClrType": "Azure.AzureCoreExtensions",
|
|
3304
3972
|
"declaringAssemblyName": "Azure.Core",
|
|
3305
3973
|
"isExtensionMethod": true
|
|
@@ -3319,6 +3987,7 @@
|
|
|
3319
3987
|
"isVirtual": false,
|
|
3320
3988
|
"isOverride": false,
|
|
3321
3989
|
"isSealed": false,
|
|
3990
|
+
"visibility": "Public",
|
|
3322
3991
|
"declaringClrType": "Azure.AzureCoreExtensions",
|
|
3323
3992
|
"declaringAssemblyName": "Azure.Core",
|
|
3324
3993
|
"isExtensionMethod": true
|