@azure/arm-privatedns 3.2.1-alpha.20240925.1 → 3.3.0-alpha.20240926.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -10
- package/LICENSE +1 -1
- package/dist/index.js +435 -422
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/privateZonesCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/privateZonesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateZonesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateZonesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/privateZonesListSample.js +1 -1
- package/dist-esm/samples-dev/privateZonesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js +18 -17
- package/dist-esm/samples-dev/recordSetsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/recordSetsDeleteSample.js +7 -7
- package/dist-esm/samples-dev/recordSetsGetSample.js +8 -8
- package/dist-esm/samples-dev/recordSetsListByTypeSample.js +8 -8
- package/dist-esm/samples-dev/recordSetsListSample.js +1 -1
- package/dist-esm/samples-dev/recordSetsUpdateSample.js +8 -8
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/virtualNetworkLinksCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworkLinksDeleteSample.js +1 -1
- package/dist-esm/samples-dev/virtualNetworkLinksGetSample.js +1 -1
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.js +2 -2
- package/dist-esm/samples-dev/virtualNetworkLinksListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js +5 -4
- package/dist-esm/samples-dev/virtualNetworkLinksUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +18 -0
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +8 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +206 -201
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +50 -50
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/privateZones.d.ts.map +1 -1
- package/dist-esm/src/operations/privateZones.js +61 -61
- package/dist-esm/src/operations/privateZones.js.map +1 -1
- package/dist-esm/src/operations/recordSets.js +50 -50
- package/dist-esm/src/operations/recordSets.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworkLinks.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualNetworkLinks.js +54 -54
- package/dist-esm/src/operations/virtualNetworkLinks.js.map +1 -1
- package/dist-esm/src/privateDnsManagementClient.d.ts.map +1 -1
- package/dist-esm/src/privateDnsManagementClient.js +9 -9
- package/dist-esm/src/privateDnsManagementClient.js.map +1 -1
- package/dist-esm/test/privatedns_operations_test.spec.d.ts.map +1 -1
- package/dist-esm/test/privatedns_operations_test.spec.js +0 -3
- package/dist-esm/test/privatedns_operations_test.spec.js.map +1 -1
- package/package.json +12 -12
- package/review/arm-privatedns.api.md +10 -0
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +22 -2
- package/src/models/mappers.ts +212 -206
- package/src/models/parameters.ts +51 -51
- package/src/operations/privateZones.ts +116 -125
- package/src/operations/recordSets.ts +88 -94
- package/src/operations/virtualNetworkLinks.ts +103 -111
- package/src/operationsInterfaces/privateZones.ts +10 -10
- package/src/operationsInterfaces/recordSets.ts +7 -7
- package/src/operationsInterfaces/virtualNetworkLinks.ts +9 -9
- package/src/pagingHelper.ts +1 -1
- package/src/privateDnsManagementClient.ts +18 -17
- package/types/arm-privatedns.d.ts +20 -0
package/src/models/mappers.ts
CHANGED
|
@@ -17,25 +17,25 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
17
17
|
serializedName: "id",
|
|
18
18
|
readOnly: true,
|
|
19
19
|
type: {
|
|
20
|
-
name: "String"
|
|
21
|
-
}
|
|
20
|
+
name: "String",
|
|
21
|
+
},
|
|
22
22
|
},
|
|
23
23
|
name: {
|
|
24
24
|
serializedName: "name",
|
|
25
25
|
readOnly: true,
|
|
26
26
|
type: {
|
|
27
|
-
name: "String"
|
|
28
|
-
}
|
|
27
|
+
name: "String",
|
|
28
|
+
},
|
|
29
29
|
},
|
|
30
30
|
type: {
|
|
31
31
|
serializedName: "type",
|
|
32
32
|
readOnly: true,
|
|
33
33
|
type: {
|
|
34
|
-
name: "String"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
34
|
+
name: "String",
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
39
|
};
|
|
40
40
|
|
|
41
41
|
export const CloudError: coreClient.CompositeMapper = {
|
|
@@ -47,11 +47,11 @@ export const CloudError: coreClient.CompositeMapper = {
|
|
|
47
47
|
serializedName: "error",
|
|
48
48
|
type: {
|
|
49
49
|
name: "Composite",
|
|
50
|
-
className: "CloudErrorBody"
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
50
|
+
className: "CloudErrorBody",
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
55
|
};
|
|
56
56
|
|
|
57
57
|
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
@@ -62,20 +62,20 @@ export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
|
62
62
|
code: {
|
|
63
63
|
serializedName: "code",
|
|
64
64
|
type: {
|
|
65
|
-
name: "String"
|
|
66
|
-
}
|
|
65
|
+
name: "String",
|
|
66
|
+
},
|
|
67
67
|
},
|
|
68
68
|
message: {
|
|
69
69
|
serializedName: "message",
|
|
70
70
|
type: {
|
|
71
|
-
name: "String"
|
|
72
|
-
}
|
|
71
|
+
name: "String",
|
|
72
|
+
},
|
|
73
73
|
},
|
|
74
74
|
target: {
|
|
75
75
|
serializedName: "target",
|
|
76
76
|
type: {
|
|
77
|
-
name: "String"
|
|
78
|
-
}
|
|
77
|
+
name: "String",
|
|
78
|
+
},
|
|
79
79
|
},
|
|
80
80
|
details: {
|
|
81
81
|
serializedName: "details",
|
|
@@ -84,13 +84,13 @@ export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
|
84
84
|
element: {
|
|
85
85
|
type: {
|
|
86
86
|
name: "Composite",
|
|
87
|
-
className: "CloudErrorBody"
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
87
|
+
className: "CloudErrorBody",
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
},
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
export const PrivateZoneListResult: coreClient.CompositeMapper = {
|
|
@@ -105,20 +105,20 @@ export const PrivateZoneListResult: coreClient.CompositeMapper = {
|
|
|
105
105
|
element: {
|
|
106
106
|
type: {
|
|
107
107
|
name: "Composite",
|
|
108
|
-
className: "PrivateZone"
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
108
|
+
className: "PrivateZone",
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
112
|
},
|
|
113
113
|
nextLink: {
|
|
114
114
|
serializedName: "nextLink",
|
|
115
115
|
readOnly: true,
|
|
116
116
|
type: {
|
|
117
|
-
name: "String"
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
117
|
+
name: "String",
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
122
|
};
|
|
123
123
|
|
|
124
124
|
export const SubResource: coreClient.CompositeMapper = {
|
|
@@ -129,11 +129,11 @@ export const SubResource: coreClient.CompositeMapper = {
|
|
|
129
129
|
id: {
|
|
130
130
|
serializedName: "id",
|
|
131
131
|
type: {
|
|
132
|
-
name: "String"
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
132
|
+
name: "String",
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
137
|
};
|
|
138
138
|
|
|
139
139
|
export const VirtualNetworkLinkListResult: coreClient.CompositeMapper = {
|
|
@@ -148,20 +148,20 @@ export const VirtualNetworkLinkListResult: coreClient.CompositeMapper = {
|
|
|
148
148
|
element: {
|
|
149
149
|
type: {
|
|
150
150
|
name: "Composite",
|
|
151
|
-
className: "VirtualNetworkLink"
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
}
|
|
151
|
+
className: "VirtualNetworkLink",
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
155
|
},
|
|
156
156
|
nextLink: {
|
|
157
157
|
serializedName: "nextLink",
|
|
158
158
|
readOnly: true,
|
|
159
159
|
type: {
|
|
160
|
-
name: "String"
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|
|
160
|
+
name: "String",
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
},
|
|
164
|
+
},
|
|
165
165
|
};
|
|
166
166
|
|
|
167
167
|
export const ARecord: coreClient.CompositeMapper = {
|
|
@@ -172,11 +172,11 @@ export const ARecord: coreClient.CompositeMapper = {
|
|
|
172
172
|
ipv4Address: {
|
|
173
173
|
serializedName: "ipv4Address",
|
|
174
174
|
type: {
|
|
175
|
-
name: "String"
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
}
|
|
175
|
+
name: "String",
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
},
|
|
179
|
+
},
|
|
180
180
|
};
|
|
181
181
|
|
|
182
182
|
export const AaaaRecord: coreClient.CompositeMapper = {
|
|
@@ -187,11 +187,11 @@ export const AaaaRecord: coreClient.CompositeMapper = {
|
|
|
187
187
|
ipv6Address: {
|
|
188
188
|
serializedName: "ipv6Address",
|
|
189
189
|
type: {
|
|
190
|
-
name: "String"
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
190
|
+
name: "String",
|
|
191
|
+
},
|
|
192
|
+
},
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
195
|
};
|
|
196
196
|
|
|
197
197
|
export const CnameRecord: coreClient.CompositeMapper = {
|
|
@@ -202,11 +202,11 @@ export const CnameRecord: coreClient.CompositeMapper = {
|
|
|
202
202
|
cname: {
|
|
203
203
|
serializedName: "cname",
|
|
204
204
|
type: {
|
|
205
|
-
name: "String"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
205
|
+
name: "String",
|
|
206
|
+
},
|
|
207
|
+
},
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
210
|
};
|
|
211
211
|
|
|
212
212
|
export const MxRecord: coreClient.CompositeMapper = {
|
|
@@ -217,17 +217,17 @@ export const MxRecord: coreClient.CompositeMapper = {
|
|
|
217
217
|
preference: {
|
|
218
218
|
serializedName: "preference",
|
|
219
219
|
type: {
|
|
220
|
-
name: "Number"
|
|
221
|
-
}
|
|
220
|
+
name: "Number",
|
|
221
|
+
},
|
|
222
222
|
},
|
|
223
223
|
exchange: {
|
|
224
224
|
serializedName: "exchange",
|
|
225
225
|
type: {
|
|
226
|
-
name: "String"
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
226
|
+
name: "String",
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
},
|
|
231
231
|
};
|
|
232
232
|
|
|
233
233
|
export const PtrRecord: coreClient.CompositeMapper = {
|
|
@@ -238,11 +238,11 @@ export const PtrRecord: coreClient.CompositeMapper = {
|
|
|
238
238
|
ptrdname: {
|
|
239
239
|
serializedName: "ptrdname",
|
|
240
240
|
type: {
|
|
241
|
-
name: "String"
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
}
|
|
241
|
+
name: "String",
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
},
|
|
245
|
+
},
|
|
246
246
|
};
|
|
247
247
|
|
|
248
248
|
export const SoaRecord: coreClient.CompositeMapper = {
|
|
@@ -253,47 +253,47 @@ export const SoaRecord: coreClient.CompositeMapper = {
|
|
|
253
253
|
host: {
|
|
254
254
|
serializedName: "host",
|
|
255
255
|
type: {
|
|
256
|
-
name: "String"
|
|
257
|
-
}
|
|
256
|
+
name: "String",
|
|
257
|
+
},
|
|
258
258
|
},
|
|
259
259
|
email: {
|
|
260
260
|
serializedName: "email",
|
|
261
261
|
type: {
|
|
262
|
-
name: "String"
|
|
263
|
-
}
|
|
262
|
+
name: "String",
|
|
263
|
+
},
|
|
264
264
|
},
|
|
265
265
|
serialNumber: {
|
|
266
266
|
serializedName: "serialNumber",
|
|
267
267
|
type: {
|
|
268
|
-
name: "Number"
|
|
269
|
-
}
|
|
268
|
+
name: "Number",
|
|
269
|
+
},
|
|
270
270
|
},
|
|
271
271
|
refreshTime: {
|
|
272
272
|
serializedName: "refreshTime",
|
|
273
273
|
type: {
|
|
274
|
-
name: "Number"
|
|
275
|
-
}
|
|
274
|
+
name: "Number",
|
|
275
|
+
},
|
|
276
276
|
},
|
|
277
277
|
retryTime: {
|
|
278
278
|
serializedName: "retryTime",
|
|
279
279
|
type: {
|
|
280
|
-
name: "Number"
|
|
281
|
-
}
|
|
280
|
+
name: "Number",
|
|
281
|
+
},
|
|
282
282
|
},
|
|
283
283
|
expireTime: {
|
|
284
284
|
serializedName: "expireTime",
|
|
285
285
|
type: {
|
|
286
|
-
name: "Number"
|
|
287
|
-
}
|
|
286
|
+
name: "Number",
|
|
287
|
+
},
|
|
288
288
|
},
|
|
289
289
|
minimumTtl: {
|
|
290
290
|
serializedName: "minimumTtl",
|
|
291
291
|
type: {
|
|
292
|
-
name: "Number"
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
}
|
|
292
|
+
name: "Number",
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
},
|
|
296
|
+
},
|
|
297
297
|
};
|
|
298
298
|
|
|
299
299
|
export const SrvRecord: coreClient.CompositeMapper = {
|
|
@@ -304,29 +304,29 @@ export const SrvRecord: coreClient.CompositeMapper = {
|
|
|
304
304
|
priority: {
|
|
305
305
|
serializedName: "priority",
|
|
306
306
|
type: {
|
|
307
|
-
name: "Number"
|
|
308
|
-
}
|
|
307
|
+
name: "Number",
|
|
308
|
+
},
|
|
309
309
|
},
|
|
310
310
|
weight: {
|
|
311
311
|
serializedName: "weight",
|
|
312
312
|
type: {
|
|
313
|
-
name: "Number"
|
|
314
|
-
}
|
|
313
|
+
name: "Number",
|
|
314
|
+
},
|
|
315
315
|
},
|
|
316
316
|
port: {
|
|
317
317
|
serializedName: "port",
|
|
318
318
|
type: {
|
|
319
|
-
name: "Number"
|
|
320
|
-
}
|
|
319
|
+
name: "Number",
|
|
320
|
+
},
|
|
321
321
|
},
|
|
322
322
|
target: {
|
|
323
323
|
serializedName: "target",
|
|
324
324
|
type: {
|
|
325
|
-
name: "String"
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
}
|
|
325
|
+
name: "String",
|
|
326
|
+
},
|
|
327
|
+
},
|
|
328
|
+
},
|
|
329
|
+
},
|
|
330
330
|
};
|
|
331
331
|
|
|
332
332
|
export const TxtRecord: coreClient.CompositeMapper = {
|
|
@@ -340,13 +340,13 @@ export const TxtRecord: coreClient.CompositeMapper = {
|
|
|
340
340
|
name: "Sequence",
|
|
341
341
|
element: {
|
|
342
342
|
type: {
|
|
343
|
-
name: "String"
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}
|
|
343
|
+
name: "String",
|
|
344
|
+
},
|
|
345
|
+
},
|
|
346
|
+
},
|
|
347
|
+
},
|
|
348
|
+
},
|
|
349
|
+
},
|
|
350
350
|
};
|
|
351
351
|
|
|
352
352
|
export const RecordSetListResult: coreClient.CompositeMapper = {
|
|
@@ -361,20 +361,20 @@ export const RecordSetListResult: coreClient.CompositeMapper = {
|
|
|
361
361
|
element: {
|
|
362
362
|
type: {
|
|
363
363
|
name: "Composite",
|
|
364
|
-
className: "RecordSet"
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
}
|
|
364
|
+
className: "RecordSet",
|
|
365
|
+
},
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
368
|
},
|
|
369
369
|
nextLink: {
|
|
370
370
|
serializedName: "nextLink",
|
|
371
371
|
readOnly: true,
|
|
372
372
|
type: {
|
|
373
|
-
name: "String"
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}
|
|
373
|
+
name: "String",
|
|
374
|
+
},
|
|
375
|
+
},
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
378
|
};
|
|
379
379
|
|
|
380
380
|
export const TrackedResource: coreClient.CompositeMapper = {
|
|
@@ -387,17 +387,17 @@ export const TrackedResource: coreClient.CompositeMapper = {
|
|
|
387
387
|
serializedName: "tags",
|
|
388
388
|
type: {
|
|
389
389
|
name: "Dictionary",
|
|
390
|
-
value: { type: { name: "String" } }
|
|
391
|
-
}
|
|
390
|
+
value: { type: { name: "String" } },
|
|
391
|
+
},
|
|
392
392
|
},
|
|
393
393
|
location: {
|
|
394
394
|
serializedName: "location",
|
|
395
395
|
type: {
|
|
396
|
-
name: "String"
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
}
|
|
396
|
+
name: "String",
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
},
|
|
400
|
+
},
|
|
401
401
|
};
|
|
402
402
|
|
|
403
403
|
export const ProxyResource: coreClient.CompositeMapper = {
|
|
@@ -405,9 +405,9 @@ export const ProxyResource: coreClient.CompositeMapper = {
|
|
|
405
405
|
name: "Composite",
|
|
406
406
|
className: "ProxyResource",
|
|
407
407
|
modelProperties: {
|
|
408
|
-
...Resource.type.modelProperties
|
|
409
|
-
}
|
|
410
|
-
}
|
|
408
|
+
...Resource.type.modelProperties,
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
411
|
};
|
|
412
412
|
|
|
413
413
|
export const PrivateZone: coreClient.CompositeMapper = {
|
|
@@ -419,69 +419,69 @@ export const PrivateZone: coreClient.CompositeMapper = {
|
|
|
419
419
|
etag: {
|
|
420
420
|
serializedName: "etag",
|
|
421
421
|
type: {
|
|
422
|
-
name: "String"
|
|
423
|
-
}
|
|
422
|
+
name: "String",
|
|
423
|
+
},
|
|
424
424
|
},
|
|
425
425
|
maxNumberOfRecordSets: {
|
|
426
426
|
serializedName: "properties.maxNumberOfRecordSets",
|
|
427
427
|
readOnly: true,
|
|
428
428
|
type: {
|
|
429
|
-
name: "Number"
|
|
430
|
-
}
|
|
429
|
+
name: "Number",
|
|
430
|
+
},
|
|
431
431
|
},
|
|
432
432
|
numberOfRecordSets: {
|
|
433
433
|
serializedName: "properties.numberOfRecordSets",
|
|
434
434
|
readOnly: true,
|
|
435
435
|
type: {
|
|
436
|
-
name: "Number"
|
|
437
|
-
}
|
|
436
|
+
name: "Number",
|
|
437
|
+
},
|
|
438
438
|
},
|
|
439
439
|
maxNumberOfVirtualNetworkLinks: {
|
|
440
440
|
serializedName: "properties.maxNumberOfVirtualNetworkLinks",
|
|
441
441
|
readOnly: true,
|
|
442
442
|
type: {
|
|
443
|
-
name: "Number"
|
|
444
|
-
}
|
|
443
|
+
name: "Number",
|
|
444
|
+
},
|
|
445
445
|
},
|
|
446
446
|
numberOfVirtualNetworkLinks: {
|
|
447
447
|
serializedName: "properties.numberOfVirtualNetworkLinks",
|
|
448
448
|
readOnly: true,
|
|
449
449
|
type: {
|
|
450
|
-
name: "Number"
|
|
451
|
-
}
|
|
450
|
+
name: "Number",
|
|
451
|
+
},
|
|
452
452
|
},
|
|
453
453
|
maxNumberOfVirtualNetworkLinksWithRegistration: {
|
|
454
454
|
serializedName:
|
|
455
455
|
"properties.maxNumberOfVirtualNetworkLinksWithRegistration",
|
|
456
456
|
readOnly: true,
|
|
457
457
|
type: {
|
|
458
|
-
name: "Number"
|
|
459
|
-
}
|
|
458
|
+
name: "Number",
|
|
459
|
+
},
|
|
460
460
|
},
|
|
461
461
|
numberOfVirtualNetworkLinksWithRegistration: {
|
|
462
462
|
serializedName:
|
|
463
463
|
"properties.numberOfVirtualNetworkLinksWithRegistration",
|
|
464
464
|
readOnly: true,
|
|
465
465
|
type: {
|
|
466
|
-
name: "Number"
|
|
467
|
-
}
|
|
466
|
+
name: "Number",
|
|
467
|
+
},
|
|
468
468
|
},
|
|
469
469
|
provisioningState: {
|
|
470
470
|
serializedName: "properties.provisioningState",
|
|
471
471
|
readOnly: true,
|
|
472
472
|
type: {
|
|
473
|
-
name: "String"
|
|
474
|
-
}
|
|
473
|
+
name: "String",
|
|
474
|
+
},
|
|
475
475
|
},
|
|
476
476
|
internalId: {
|
|
477
477
|
serializedName: "properties.internalId",
|
|
478
478
|
readOnly: true,
|
|
479
479
|
type: {
|
|
480
|
-
name: "String"
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
}
|
|
480
|
+
name: "String",
|
|
481
|
+
},
|
|
482
|
+
},
|
|
483
|
+
},
|
|
484
|
+
},
|
|
485
485
|
};
|
|
486
486
|
|
|
487
487
|
export const VirtualNetworkLink: coreClient.CompositeMapper = {
|
|
@@ -493,38 +493,44 @@ export const VirtualNetworkLink: coreClient.CompositeMapper = {
|
|
|
493
493
|
etag: {
|
|
494
494
|
serializedName: "etag",
|
|
495
495
|
type: {
|
|
496
|
-
name: "String"
|
|
497
|
-
}
|
|
496
|
+
name: "String",
|
|
497
|
+
},
|
|
498
498
|
},
|
|
499
499
|
virtualNetwork: {
|
|
500
500
|
serializedName: "properties.virtualNetwork",
|
|
501
501
|
type: {
|
|
502
502
|
name: "Composite",
|
|
503
|
-
className: "SubResource"
|
|
504
|
-
}
|
|
503
|
+
className: "SubResource",
|
|
504
|
+
},
|
|
505
505
|
},
|
|
506
506
|
registrationEnabled: {
|
|
507
507
|
serializedName: "properties.registrationEnabled",
|
|
508
508
|
type: {
|
|
509
|
-
name: "Boolean"
|
|
510
|
-
}
|
|
509
|
+
name: "Boolean",
|
|
510
|
+
},
|
|
511
|
+
},
|
|
512
|
+
resolutionPolicy: {
|
|
513
|
+
serializedName: "properties.resolutionPolicy",
|
|
514
|
+
type: {
|
|
515
|
+
name: "String",
|
|
516
|
+
},
|
|
511
517
|
},
|
|
512
518
|
virtualNetworkLinkState: {
|
|
513
519
|
serializedName: "properties.virtualNetworkLinkState",
|
|
514
520
|
readOnly: true,
|
|
515
521
|
type: {
|
|
516
|
-
name: "String"
|
|
517
|
-
}
|
|
522
|
+
name: "String",
|
|
523
|
+
},
|
|
518
524
|
},
|
|
519
525
|
provisioningState: {
|
|
520
526
|
serializedName: "properties.provisioningState",
|
|
521
527
|
readOnly: true,
|
|
522
528
|
type: {
|
|
523
|
-
name: "String"
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
}
|
|
529
|
+
name: "String",
|
|
530
|
+
},
|
|
531
|
+
},
|
|
532
|
+
},
|
|
533
|
+
},
|
|
528
534
|
};
|
|
529
535
|
|
|
530
536
|
export const RecordSet: coreClient.CompositeMapper = {
|
|
@@ -536,35 +542,35 @@ export const RecordSet: coreClient.CompositeMapper = {
|
|
|
536
542
|
etag: {
|
|
537
543
|
serializedName: "etag",
|
|
538
544
|
type: {
|
|
539
|
-
name: "String"
|
|
540
|
-
}
|
|
545
|
+
name: "String",
|
|
546
|
+
},
|
|
541
547
|
},
|
|
542
548
|
metadata: {
|
|
543
549
|
serializedName: "properties.metadata",
|
|
544
550
|
type: {
|
|
545
551
|
name: "Dictionary",
|
|
546
|
-
value: { type: { name: "String" } }
|
|
547
|
-
}
|
|
552
|
+
value: { type: { name: "String" } },
|
|
553
|
+
},
|
|
548
554
|
},
|
|
549
555
|
ttl: {
|
|
550
556
|
serializedName: "properties.ttl",
|
|
551
557
|
type: {
|
|
552
|
-
name: "Number"
|
|
553
|
-
}
|
|
558
|
+
name: "Number",
|
|
559
|
+
},
|
|
554
560
|
},
|
|
555
561
|
fqdn: {
|
|
556
562
|
serializedName: "properties.fqdn",
|
|
557
563
|
readOnly: true,
|
|
558
564
|
type: {
|
|
559
|
-
name: "String"
|
|
560
|
-
}
|
|
565
|
+
name: "String",
|
|
566
|
+
},
|
|
561
567
|
},
|
|
562
568
|
isAutoRegistered: {
|
|
563
569
|
serializedName: "properties.isAutoRegistered",
|
|
564
570
|
readOnly: true,
|
|
565
571
|
type: {
|
|
566
|
-
name: "Boolean"
|
|
567
|
-
}
|
|
572
|
+
name: "Boolean",
|
|
573
|
+
},
|
|
568
574
|
},
|
|
569
575
|
aRecords: {
|
|
570
576
|
serializedName: "properties.aRecords",
|
|
@@ -573,10 +579,10 @@ export const RecordSet: coreClient.CompositeMapper = {
|
|
|
573
579
|
element: {
|
|
574
580
|
type: {
|
|
575
581
|
name: "Composite",
|
|
576
|
-
className: "ARecord"
|
|
577
|
-
}
|
|
578
|
-
}
|
|
579
|
-
}
|
|
582
|
+
className: "ARecord",
|
|
583
|
+
},
|
|
584
|
+
},
|
|
585
|
+
},
|
|
580
586
|
},
|
|
581
587
|
aaaaRecords: {
|
|
582
588
|
serializedName: "properties.aaaaRecords",
|
|
@@ -585,17 +591,17 @@ export const RecordSet: coreClient.CompositeMapper = {
|
|
|
585
591
|
element: {
|
|
586
592
|
type: {
|
|
587
593
|
name: "Composite",
|
|
588
|
-
className: "AaaaRecord"
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
}
|
|
594
|
+
className: "AaaaRecord",
|
|
595
|
+
},
|
|
596
|
+
},
|
|
597
|
+
},
|
|
592
598
|
},
|
|
593
599
|
cnameRecord: {
|
|
594
600
|
serializedName: "properties.cnameRecord",
|
|
595
601
|
type: {
|
|
596
602
|
name: "Composite",
|
|
597
|
-
className: "CnameRecord"
|
|
598
|
-
}
|
|
603
|
+
className: "CnameRecord",
|
|
604
|
+
},
|
|
599
605
|
},
|
|
600
606
|
mxRecords: {
|
|
601
607
|
serializedName: "properties.mxRecords",
|
|
@@ -604,10 +610,10 @@ export const RecordSet: coreClient.CompositeMapper = {
|
|
|
604
610
|
element: {
|
|
605
611
|
type: {
|
|
606
612
|
name: "Composite",
|
|
607
|
-
className: "MxRecord"
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
}
|
|
613
|
+
className: "MxRecord",
|
|
614
|
+
},
|
|
615
|
+
},
|
|
616
|
+
},
|
|
611
617
|
},
|
|
612
618
|
ptrRecords: {
|
|
613
619
|
serializedName: "properties.ptrRecords",
|
|
@@ -616,17 +622,17 @@ export const RecordSet: coreClient.CompositeMapper = {
|
|
|
616
622
|
element: {
|
|
617
623
|
type: {
|
|
618
624
|
name: "Composite",
|
|
619
|
-
className: "PtrRecord"
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
}
|
|
625
|
+
className: "PtrRecord",
|
|
626
|
+
},
|
|
627
|
+
},
|
|
628
|
+
},
|
|
623
629
|
},
|
|
624
630
|
soaRecord: {
|
|
625
631
|
serializedName: "properties.soaRecord",
|
|
626
632
|
type: {
|
|
627
633
|
name: "Composite",
|
|
628
|
-
className: "SoaRecord"
|
|
629
|
-
}
|
|
634
|
+
className: "SoaRecord",
|
|
635
|
+
},
|
|
630
636
|
},
|
|
631
637
|
srvRecords: {
|
|
632
638
|
serializedName: "properties.srvRecords",
|
|
@@ -635,10 +641,10 @@ export const RecordSet: coreClient.CompositeMapper = {
|
|
|
635
641
|
element: {
|
|
636
642
|
type: {
|
|
637
643
|
name: "Composite",
|
|
638
|
-
className: "SrvRecord"
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
}
|
|
644
|
+
className: "SrvRecord",
|
|
645
|
+
},
|
|
646
|
+
},
|
|
647
|
+
},
|
|
642
648
|
},
|
|
643
649
|
txtRecords: {
|
|
644
650
|
serializedName: "properties.txtRecords",
|
|
@@ -647,11 +653,11 @@ export const RecordSet: coreClient.CompositeMapper = {
|
|
|
647
653
|
element: {
|
|
648
654
|
type: {
|
|
649
655
|
name: "Composite",
|
|
650
|
-
className: "TxtRecord"
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
}
|
|
656
|
+
className: "TxtRecord",
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
},
|
|
660
|
+
},
|
|
661
|
+
},
|
|
662
|
+
},
|
|
657
663
|
};
|