@azure/arm-elasticsan 1.0.0-beta.1 → 1.0.0-beta.2
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 +64 -0
- package/LICENSE +1 -1
- package/dist/index.js +1245 -374
- 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/elasticSansCreateSample.js +25 -17
- package/dist-esm/samples-dev/elasticSansCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansDeleteSample.js +17 -10
- package/dist-esm/samples-dev/elasticSansDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansGetSample.js +17 -10
- package/dist-esm/samples-dev/elasticSansGetSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +39 -18
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +37 -16
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +20 -13
- package/dist-esm/samples-dev/elasticSansUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +39 -16
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +74 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +58 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +58 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +98 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +56 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js.map +1 -0
- package/dist-esm/samples-dev/skusListSample.js +38 -17
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +24 -15
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +19 -12
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +19 -12
- package/dist-esm/samples-dev/volumeGroupsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +41 -20
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +24 -15
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesCreateSample.js +24 -18
- package/dist-esm/samples-dev/volumesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesDeleteSample.js +21 -14
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesGetSample.js +21 -14
- package/dist-esm/samples-dev/volumesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +43 -22
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +22 -18
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
- package/dist-esm/src/elasticSanManagement.d.ts +3 -1
- package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +8 -9
- package/dist-esm/src/elasticSanManagement.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +331 -124
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +28 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +20 -6
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +400 -112
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +16 -3
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/elasticSans.d.ts +4 -4
- package/dist-esm/src/operations/elasticSans.d.ts.map +1 -1
- package/dist-esm/src/operations/elasticSans.js +98 -51
- package/dist-esm/src/operations/elasticSans.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts +2 -2
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +22 -11
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +334 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -1
- package/dist-esm/src/operations/skus.js +21 -10
- package/dist-esm/src/operations/skus.js.map +1 -1
- package/dist-esm/src/operations/volumeGroups.d.ts +4 -4
- package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeGroups.js +78 -48
- package/dist-esm/src/operations/volumeGroups.js.map +1 -1
- package/dist-esm/src/operations/volumes.d.ts +4 -4
- package/dist-esm/src/operations/volumes.d.ts.map +1 -1
- package/dist-esm/src/operations/volumes.js +86 -56
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/elasticSans.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/elasticSans.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/volumes.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/elasticsan_examples.spec.js +12 -5
- package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
- package/package.json +11 -10
- package/review/arm-elasticsan.api.md +229 -60
- package/src/elasticSanManagement.ts +16 -9
- package/src/index.ts +1 -0
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +334 -93
- package/src/models/mappers.ts +429 -114
- package/src/models/parameters.ts +19 -3
- package/src/operations/elasticSans.ts +97 -60
- package/src/operations/index.ts +2 -0
- package/src/operations/operations.ts +16 -11
- package/src/operations/privateEndpointConnections.ts +450 -0
- package/src/operations/privateLinkResources.ts +72 -0
- package/src/operations/skus.ts +11 -6
- package/src/operations/volumeGroups.ts +76 -53
- package/src/operations/volumes.ts +82 -53
- package/src/operationsInterfaces/elasticSans.ts +6 -6
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/operations.ts +2 -2
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +27 -0
- package/src/operationsInterfaces/volumeGroups.ts +6 -6
- package/src/operationsInterfaces/volumes.ts +10 -4
- package/src/pagingHelper.ts +39 -0
- package/types/arm-elasticsan.d.ts +409 -98
- package/types/tsdoc-metadata.json +1 -1
|
@@ -5,26 +5,27 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
export const
|
|
8
|
+
export const OperationListResult = {
|
|
9
9
|
type: {
|
|
10
10
|
name: "Composite",
|
|
11
|
-
className: "
|
|
11
|
+
className: "OperationListResult",
|
|
12
12
|
modelProperties: {
|
|
13
13
|
value: {
|
|
14
14
|
serializedName: "value",
|
|
15
|
-
|
|
15
|
+
readOnly: true,
|
|
16
16
|
type: {
|
|
17
17
|
name: "Sequence",
|
|
18
18
|
element: {
|
|
19
19
|
type: {
|
|
20
20
|
name: "Composite",
|
|
21
|
-
className: "
|
|
21
|
+
className: "Operation"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
nextLink: {
|
|
27
27
|
serializedName: "nextLink",
|
|
28
|
+
readOnly: true,
|
|
28
29
|
type: {
|
|
29
30
|
name: "String"
|
|
30
31
|
}
|
|
@@ -32,14 +33,14 @@ export const ElasticSanOperationListResult = {
|
|
|
32
33
|
}
|
|
33
34
|
}
|
|
34
35
|
};
|
|
35
|
-
export const
|
|
36
|
+
export const Operation = {
|
|
36
37
|
type: {
|
|
37
38
|
name: "Composite",
|
|
38
|
-
className: "
|
|
39
|
+
className: "Operation",
|
|
39
40
|
modelProperties: {
|
|
40
41
|
name: {
|
|
41
42
|
serializedName: "name",
|
|
42
|
-
|
|
43
|
+
readOnly: true,
|
|
43
44
|
type: {
|
|
44
45
|
name: "String"
|
|
45
46
|
}
|
|
@@ -55,41 +56,55 @@ export const ElasticSanRPOperation = {
|
|
|
55
56
|
serializedName: "display",
|
|
56
57
|
type: {
|
|
57
58
|
name: "Composite",
|
|
58
|
-
className: "
|
|
59
|
+
className: "OperationDisplay"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
origin: {
|
|
63
|
+
serializedName: "origin",
|
|
64
|
+
readOnly: true,
|
|
65
|
+
type: {
|
|
66
|
+
name: "String"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
actionType: {
|
|
70
|
+
serializedName: "actionType",
|
|
71
|
+
readOnly: true,
|
|
72
|
+
type: {
|
|
73
|
+
name: "String"
|
|
59
74
|
}
|
|
60
75
|
}
|
|
61
76
|
}
|
|
62
77
|
}
|
|
63
78
|
};
|
|
64
|
-
export const
|
|
79
|
+
export const OperationDisplay = {
|
|
65
80
|
type: {
|
|
66
81
|
name: "Composite",
|
|
67
|
-
className: "
|
|
82
|
+
className: "OperationDisplay",
|
|
68
83
|
modelProperties: {
|
|
69
84
|
provider: {
|
|
70
85
|
serializedName: "provider",
|
|
71
|
-
|
|
86
|
+
readOnly: true,
|
|
72
87
|
type: {
|
|
73
88
|
name: "String"
|
|
74
89
|
}
|
|
75
90
|
},
|
|
76
91
|
resource: {
|
|
77
92
|
serializedName: "resource",
|
|
78
|
-
|
|
93
|
+
readOnly: true,
|
|
79
94
|
type: {
|
|
80
95
|
name: "String"
|
|
81
96
|
}
|
|
82
97
|
},
|
|
83
98
|
operation: {
|
|
84
99
|
serializedName: "operation",
|
|
85
|
-
|
|
100
|
+
readOnly: true,
|
|
86
101
|
type: {
|
|
87
102
|
name: "String"
|
|
88
103
|
}
|
|
89
104
|
},
|
|
90
105
|
description: {
|
|
91
106
|
serializedName: "description",
|
|
92
|
-
|
|
107
|
+
readOnly: true,
|
|
93
108
|
type: {
|
|
94
109
|
name: "String"
|
|
95
110
|
}
|
|
@@ -97,25 +112,25 @@ export const ElasticSanOperationDisplay = {
|
|
|
97
112
|
}
|
|
98
113
|
}
|
|
99
114
|
};
|
|
100
|
-
export const
|
|
115
|
+
export const ErrorResponse = {
|
|
101
116
|
type: {
|
|
102
117
|
name: "Composite",
|
|
103
|
-
className: "
|
|
118
|
+
className: "ErrorResponse",
|
|
104
119
|
modelProperties: {
|
|
105
120
|
error: {
|
|
106
121
|
serializedName: "error",
|
|
107
122
|
type: {
|
|
108
123
|
name: "Composite",
|
|
109
|
-
className: "
|
|
124
|
+
className: "ErrorDetail"
|
|
110
125
|
}
|
|
111
126
|
}
|
|
112
127
|
}
|
|
113
128
|
}
|
|
114
129
|
};
|
|
115
|
-
export const
|
|
130
|
+
export const ErrorDetail = {
|
|
116
131
|
type: {
|
|
117
132
|
name: "Composite",
|
|
118
|
-
className: "
|
|
133
|
+
className: "ErrorDetail",
|
|
119
134
|
modelProperties: {
|
|
120
135
|
code: {
|
|
121
136
|
serializedName: "code",
|
|
@@ -146,7 +161,7 @@ export const ErrorResponse = {
|
|
|
146
161
|
element: {
|
|
147
162
|
type: {
|
|
148
163
|
name: "Composite",
|
|
149
|
-
className: "
|
|
164
|
+
className: "ErrorDetail"
|
|
150
165
|
}
|
|
151
166
|
}
|
|
152
167
|
}
|
|
@@ -207,6 +222,13 @@ export const SkuInformationList = {
|
|
|
207
222
|
}
|
|
208
223
|
}
|
|
209
224
|
}
|
|
225
|
+
},
|
|
226
|
+
nextLink: {
|
|
227
|
+
serializedName: "nextLink",
|
|
228
|
+
readOnly: true,
|
|
229
|
+
type: {
|
|
230
|
+
name: "String"
|
|
231
|
+
}
|
|
210
232
|
}
|
|
211
233
|
}
|
|
212
234
|
}
|
|
@@ -333,7 +355,6 @@ export const ElasticSanList = {
|
|
|
333
355
|
modelProperties: {
|
|
334
356
|
value: {
|
|
335
357
|
serializedName: "value",
|
|
336
|
-
required: true,
|
|
337
358
|
type: {
|
|
338
359
|
name: "Sequence",
|
|
339
360
|
element: {
|
|
@@ -375,46 +396,43 @@ export const Sku = {
|
|
|
375
396
|
}
|
|
376
397
|
}
|
|
377
398
|
};
|
|
378
|
-
export const
|
|
399
|
+
export const PrivateEndpoint = {
|
|
379
400
|
type: {
|
|
380
401
|
name: "Composite",
|
|
381
|
-
className: "
|
|
402
|
+
className: "PrivateEndpoint",
|
|
382
403
|
modelProperties: {
|
|
383
|
-
|
|
384
|
-
serializedName: "
|
|
404
|
+
id: {
|
|
405
|
+
serializedName: "id",
|
|
406
|
+
readOnly: true,
|
|
385
407
|
type: {
|
|
386
408
|
name: "String"
|
|
387
409
|
}
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
};
|
|
414
|
+
export const PrivateLinkServiceConnectionState = {
|
|
415
|
+
type: {
|
|
416
|
+
name: "Composite",
|
|
417
|
+
className: "PrivateLinkServiceConnectionState",
|
|
418
|
+
modelProperties: {
|
|
419
|
+
status: {
|
|
420
|
+
serializedName: "status",
|
|
391
421
|
type: {
|
|
392
422
|
name: "String"
|
|
393
423
|
}
|
|
394
424
|
},
|
|
395
|
-
|
|
396
|
-
serializedName: "
|
|
397
|
-
type: {
|
|
398
|
-
name: "DateTime"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
lastModifiedBy: {
|
|
402
|
-
serializedName: "lastModifiedBy",
|
|
425
|
+
description: {
|
|
426
|
+
serializedName: "description",
|
|
403
427
|
type: {
|
|
404
428
|
name: "String"
|
|
405
429
|
}
|
|
406
430
|
},
|
|
407
|
-
|
|
408
|
-
serializedName: "
|
|
431
|
+
actionsRequired: {
|
|
432
|
+
serializedName: "actionsRequired",
|
|
409
433
|
type: {
|
|
410
434
|
name: "String"
|
|
411
435
|
}
|
|
412
|
-
},
|
|
413
|
-
lastModifiedAt: {
|
|
414
|
-
serializedName: "lastModifiedAt",
|
|
415
|
-
type: {
|
|
416
|
-
name: "DateTime"
|
|
417
|
-
}
|
|
418
436
|
}
|
|
419
437
|
}
|
|
420
438
|
}
|
|
@@ -445,11 +463,55 @@ export const Resource = {
|
|
|
445
463
|
name: "String"
|
|
446
464
|
}
|
|
447
465
|
},
|
|
448
|
-
|
|
449
|
-
serializedName: "
|
|
466
|
+
systemData: {
|
|
467
|
+
serializedName: "systemData",
|
|
450
468
|
type: {
|
|
451
|
-
name: "
|
|
452
|
-
|
|
469
|
+
name: "Composite",
|
|
470
|
+
className: "SystemData"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
};
|
|
476
|
+
export const SystemData = {
|
|
477
|
+
type: {
|
|
478
|
+
name: "Composite",
|
|
479
|
+
className: "SystemData",
|
|
480
|
+
modelProperties: {
|
|
481
|
+
createdBy: {
|
|
482
|
+
serializedName: "createdBy",
|
|
483
|
+
type: {
|
|
484
|
+
name: "String"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
createdByType: {
|
|
488
|
+
serializedName: "createdByType",
|
|
489
|
+
type: {
|
|
490
|
+
name: "String"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
createdAt: {
|
|
494
|
+
serializedName: "createdAt",
|
|
495
|
+
type: {
|
|
496
|
+
name: "DateTime"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
lastModifiedBy: {
|
|
500
|
+
serializedName: "lastModifiedBy",
|
|
501
|
+
type: {
|
|
502
|
+
name: "String"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
lastModifiedByType: {
|
|
506
|
+
serializedName: "lastModifiedByType",
|
|
507
|
+
type: {
|
|
508
|
+
name: "String"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
lastModifiedAt: {
|
|
512
|
+
serializedName: "lastModifiedAt",
|
|
513
|
+
type: {
|
|
514
|
+
name: "DateTime"
|
|
453
515
|
}
|
|
454
516
|
}
|
|
455
517
|
}
|
|
@@ -489,7 +551,6 @@ export const VolumeGroupList = {
|
|
|
489
551
|
modelProperties: {
|
|
490
552
|
value: {
|
|
491
553
|
serializedName: "value",
|
|
492
|
-
required: true,
|
|
493
554
|
type: {
|
|
494
555
|
name: "Sequence",
|
|
495
556
|
element: {
|
|
@@ -572,13 +633,6 @@ export const VolumeGroupUpdate = {
|
|
|
572
633
|
name: "Composite",
|
|
573
634
|
className: "VolumeGroupUpdate",
|
|
574
635
|
modelProperties: {
|
|
575
|
-
tags: {
|
|
576
|
-
serializedName: "tags",
|
|
577
|
-
type: {
|
|
578
|
-
name: "Dictionary",
|
|
579
|
-
value: { type: { name: "String" } }
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
636
|
protocolType: {
|
|
583
637
|
serializedName: "properties.protocolType",
|
|
584
638
|
type: {
|
|
@@ -670,13 +724,6 @@ export const VolumeUpdate = {
|
|
|
670
724
|
name: "Composite",
|
|
671
725
|
className: "VolumeUpdate",
|
|
672
726
|
modelProperties: {
|
|
673
|
-
tags: {
|
|
674
|
-
serializedName: "tags",
|
|
675
|
-
type: {
|
|
676
|
-
name: "Dictionary",
|
|
677
|
-
value: { type: { name: "String" } }
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
727
|
sizeGiB: {
|
|
681
728
|
serializedName: "properties.sizeGiB",
|
|
682
729
|
type: {
|
|
@@ -693,7 +740,6 @@ export const VolumeList = {
|
|
|
693
740
|
modelProperties: {
|
|
694
741
|
value: {
|
|
695
742
|
serializedName: "value",
|
|
696
|
-
required: true,
|
|
697
743
|
type: {
|
|
698
744
|
name: "Sequence",
|
|
699
745
|
element: {
|
|
@@ -714,85 +760,151 @@ export const VolumeList = {
|
|
|
714
760
|
}
|
|
715
761
|
}
|
|
716
762
|
};
|
|
717
|
-
export const
|
|
763
|
+
export const PrivateEndpointConnectionListResult = {
|
|
718
764
|
type: {
|
|
719
765
|
name: "Composite",
|
|
720
|
-
className: "
|
|
721
|
-
modelProperties:
|
|
722
|
-
|
|
766
|
+
className: "PrivateEndpointConnectionListResult",
|
|
767
|
+
modelProperties: {
|
|
768
|
+
value: {
|
|
769
|
+
serializedName: "value",
|
|
770
|
+
type: {
|
|
771
|
+
name: "Sequence",
|
|
772
|
+
element: {
|
|
773
|
+
type: {
|
|
774
|
+
name: "Composite",
|
|
775
|
+
className: "PrivateEndpointConnection"
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
nextLink: {
|
|
781
|
+
serializedName: "nextLink",
|
|
782
|
+
readOnly: true,
|
|
723
783
|
type: {
|
|
724
784
|
name: "String"
|
|
725
785
|
}
|
|
726
|
-
}
|
|
786
|
+
}
|
|
787
|
+
}
|
|
727
788
|
}
|
|
728
789
|
};
|
|
729
|
-
export const
|
|
790
|
+
export const PrivateLinkResourceListResult = {
|
|
730
791
|
type: {
|
|
731
792
|
name: "Composite",
|
|
732
|
-
className: "
|
|
733
|
-
modelProperties:
|
|
734
|
-
|
|
793
|
+
className: "PrivateLinkResourceListResult",
|
|
794
|
+
modelProperties: {
|
|
795
|
+
value: {
|
|
796
|
+
serializedName: "value",
|
|
735
797
|
type: {
|
|
736
|
-
name: "
|
|
737
|
-
|
|
798
|
+
name: "Sequence",
|
|
799
|
+
element: {
|
|
800
|
+
type: {
|
|
801
|
+
name: "Composite",
|
|
802
|
+
className: "PrivateLinkResource"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
738
805
|
}
|
|
739
|
-
},
|
|
740
|
-
|
|
806
|
+
},
|
|
807
|
+
nextLink: {
|
|
808
|
+
serializedName: "nextLink",
|
|
741
809
|
readOnly: true,
|
|
742
810
|
type: {
|
|
743
811
|
name: "String"
|
|
744
812
|
}
|
|
745
|
-
}
|
|
746
|
-
|
|
813
|
+
}
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
};
|
|
817
|
+
export const PrivateEndpointConnection = {
|
|
818
|
+
type: {
|
|
819
|
+
name: "Composite",
|
|
820
|
+
className: "PrivateEndpointConnection",
|
|
821
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { provisioningState: {
|
|
822
|
+
serializedName: "properties.provisioningState",
|
|
823
|
+
readOnly: true,
|
|
747
824
|
type: {
|
|
748
825
|
name: "String"
|
|
749
826
|
}
|
|
750
|
-
},
|
|
751
|
-
serializedName: "properties.
|
|
827
|
+
}, privateEndpoint: {
|
|
828
|
+
serializedName: "properties.privateEndpoint",
|
|
752
829
|
type: {
|
|
753
|
-
name: "
|
|
830
|
+
name: "Composite",
|
|
831
|
+
className: "PrivateEndpoint"
|
|
754
832
|
}
|
|
755
|
-
},
|
|
756
|
-
serializedName: "properties.
|
|
833
|
+
}, privateLinkServiceConnectionState: {
|
|
834
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
757
835
|
type: {
|
|
758
836
|
name: "Composite",
|
|
759
|
-
className: "
|
|
837
|
+
className: "PrivateLinkServiceConnectionState"
|
|
838
|
+
}
|
|
839
|
+
}, groupIds: {
|
|
840
|
+
serializedName: "properties.groupIds",
|
|
841
|
+
type: {
|
|
842
|
+
name: "Sequence",
|
|
843
|
+
element: {
|
|
844
|
+
type: {
|
|
845
|
+
name: "String"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
760
848
|
}
|
|
761
849
|
} })
|
|
762
850
|
}
|
|
763
851
|
};
|
|
764
|
-
export const
|
|
852
|
+
export const TrackedResource = {
|
|
765
853
|
type: {
|
|
766
854
|
name: "Composite",
|
|
767
|
-
className: "
|
|
768
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), {
|
|
769
|
-
serializedName: "
|
|
855
|
+
className: "TrackedResource",
|
|
856
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
857
|
+
serializedName: "tags",
|
|
770
858
|
type: {
|
|
771
|
-
name: "
|
|
772
|
-
|
|
859
|
+
name: "Dictionary",
|
|
860
|
+
value: { type: { name: "String" } }
|
|
773
861
|
}
|
|
774
|
-
},
|
|
775
|
-
serializedName: "
|
|
776
|
-
|
|
862
|
+
}, location: {
|
|
863
|
+
serializedName: "location",
|
|
864
|
+
required: true,
|
|
777
865
|
type: {
|
|
778
866
|
name: "String"
|
|
779
867
|
}
|
|
780
|
-
}
|
|
781
|
-
|
|
868
|
+
} })
|
|
869
|
+
}
|
|
870
|
+
};
|
|
871
|
+
export const ProxyResource = {
|
|
872
|
+
type: {
|
|
873
|
+
name: "Composite",
|
|
874
|
+
className: "ProxyResource",
|
|
875
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
876
|
+
}
|
|
877
|
+
};
|
|
878
|
+
export const PrivateLinkResource = {
|
|
879
|
+
type: {
|
|
880
|
+
name: "Composite",
|
|
881
|
+
className: "PrivateLinkResource",
|
|
882
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { groupId: {
|
|
883
|
+
serializedName: "properties.groupId",
|
|
884
|
+
readOnly: true,
|
|
782
885
|
type: {
|
|
783
|
-
name: "
|
|
784
|
-
className: "SourceCreationData"
|
|
886
|
+
name: "String"
|
|
785
887
|
}
|
|
786
|
-
},
|
|
787
|
-
serializedName: "properties.
|
|
888
|
+
}, requiredMembers: {
|
|
889
|
+
serializedName: "properties.requiredMembers",
|
|
890
|
+
readOnly: true,
|
|
788
891
|
type: {
|
|
789
|
-
name: "
|
|
892
|
+
name: "Sequence",
|
|
893
|
+
element: {
|
|
894
|
+
type: {
|
|
895
|
+
name: "String"
|
|
896
|
+
}
|
|
897
|
+
}
|
|
790
898
|
}
|
|
791
|
-
},
|
|
792
|
-
serializedName: "properties.
|
|
899
|
+
}, requiredZoneNames: {
|
|
900
|
+
serializedName: "properties.requiredZoneNames",
|
|
793
901
|
type: {
|
|
794
|
-
name: "
|
|
795
|
-
|
|
902
|
+
name: "Sequence",
|
|
903
|
+
element: {
|
|
904
|
+
type: {
|
|
905
|
+
name: "String"
|
|
906
|
+
}
|
|
907
|
+
}
|
|
796
908
|
}
|
|
797
909
|
} })
|
|
798
910
|
}
|
|
@@ -801,13 +913,7 @@ export const ElasticSan = {
|
|
|
801
913
|
type: {
|
|
802
914
|
name: "Composite",
|
|
803
915
|
className: "ElasticSan",
|
|
804
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), {
|
|
805
|
-
serializedName: "systemData",
|
|
806
|
-
type: {
|
|
807
|
-
name: "Composite",
|
|
808
|
-
className: "SystemData"
|
|
809
|
-
}
|
|
810
|
-
}, sku: {
|
|
916
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { sku: {
|
|
811
917
|
serializedName: "properties.sku",
|
|
812
918
|
type: {
|
|
813
919
|
name: "Composite",
|
|
@@ -871,7 +977,189 @@ export const ElasticSan = {
|
|
|
871
977
|
type: {
|
|
872
978
|
name: "Number"
|
|
873
979
|
}
|
|
980
|
+
}, privateEndpointConnections: {
|
|
981
|
+
serializedName: "properties.privateEndpointConnections",
|
|
982
|
+
readOnly: true,
|
|
983
|
+
type: {
|
|
984
|
+
name: "Sequence",
|
|
985
|
+
element: {
|
|
986
|
+
type: {
|
|
987
|
+
name: "Composite",
|
|
988
|
+
className: "PrivateEndpointConnection"
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
} })
|
|
993
|
+
}
|
|
994
|
+
};
|
|
995
|
+
export const VolumeGroup = {
|
|
996
|
+
type: {
|
|
997
|
+
name: "Composite",
|
|
998
|
+
className: "VolumeGroup",
|
|
999
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { provisioningState: {
|
|
1000
|
+
serializedName: "properties.provisioningState",
|
|
1001
|
+
readOnly: true,
|
|
1002
|
+
type: {
|
|
1003
|
+
name: "String"
|
|
1004
|
+
}
|
|
1005
|
+
}, protocolType: {
|
|
1006
|
+
serializedName: "properties.protocolType",
|
|
1007
|
+
type: {
|
|
1008
|
+
name: "String"
|
|
1009
|
+
}
|
|
1010
|
+
}, encryption: {
|
|
1011
|
+
serializedName: "properties.encryption",
|
|
1012
|
+
type: {
|
|
1013
|
+
name: "String"
|
|
1014
|
+
}
|
|
1015
|
+
}, networkAcls: {
|
|
1016
|
+
serializedName: "properties.networkAcls",
|
|
1017
|
+
type: {
|
|
1018
|
+
name: "Composite",
|
|
1019
|
+
className: "NetworkRuleSet"
|
|
1020
|
+
}
|
|
1021
|
+
}, privateEndpointConnections: {
|
|
1022
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1023
|
+
readOnly: true,
|
|
1024
|
+
type: {
|
|
1025
|
+
name: "Sequence",
|
|
1026
|
+
element: {
|
|
1027
|
+
type: {
|
|
1028
|
+
name: "Composite",
|
|
1029
|
+
className: "PrivateEndpointConnection"
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
874
1033
|
} })
|
|
875
1034
|
}
|
|
876
1035
|
};
|
|
1036
|
+
export const Volume = {
|
|
1037
|
+
type: {
|
|
1038
|
+
name: "Composite",
|
|
1039
|
+
className: "Volume",
|
|
1040
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { volumeId: {
|
|
1041
|
+
serializedName: "properties.volumeId",
|
|
1042
|
+
readOnly: true,
|
|
1043
|
+
type: {
|
|
1044
|
+
name: "String"
|
|
1045
|
+
}
|
|
1046
|
+
}, creationData: {
|
|
1047
|
+
serializedName: "properties.creationData",
|
|
1048
|
+
type: {
|
|
1049
|
+
name: "Composite",
|
|
1050
|
+
className: "SourceCreationData"
|
|
1051
|
+
}
|
|
1052
|
+
}, sizeGiB: {
|
|
1053
|
+
serializedName: "properties.sizeGiB",
|
|
1054
|
+
required: true,
|
|
1055
|
+
type: {
|
|
1056
|
+
name: "Number"
|
|
1057
|
+
}
|
|
1058
|
+
}, storageTarget: {
|
|
1059
|
+
serializedName: "properties.storageTarget",
|
|
1060
|
+
type: {
|
|
1061
|
+
name: "Composite",
|
|
1062
|
+
className: "IscsiTargetInfo"
|
|
1063
|
+
}
|
|
1064
|
+
} })
|
|
1065
|
+
}
|
|
1066
|
+
};
|
|
1067
|
+
export const ElasticSansUpdateHeaders = {
|
|
1068
|
+
type: {
|
|
1069
|
+
name: "Composite",
|
|
1070
|
+
className: "ElasticSansUpdateHeaders",
|
|
1071
|
+
modelProperties: {
|
|
1072
|
+
location: {
|
|
1073
|
+
serializedName: "location",
|
|
1074
|
+
type: {
|
|
1075
|
+
name: "String"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
};
|
|
1081
|
+
export const ElasticSansDeleteHeaders = {
|
|
1082
|
+
type: {
|
|
1083
|
+
name: "Composite",
|
|
1084
|
+
className: "ElasticSansDeleteHeaders",
|
|
1085
|
+
modelProperties: {
|
|
1086
|
+
location: {
|
|
1087
|
+
serializedName: "location",
|
|
1088
|
+
type: {
|
|
1089
|
+
name: "String"
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
};
|
|
1095
|
+
export const VolumeGroupsUpdateHeaders = {
|
|
1096
|
+
type: {
|
|
1097
|
+
name: "Composite",
|
|
1098
|
+
className: "VolumeGroupsUpdateHeaders",
|
|
1099
|
+
modelProperties: {
|
|
1100
|
+
location: {
|
|
1101
|
+
serializedName: "location",
|
|
1102
|
+
type: {
|
|
1103
|
+
name: "String"
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
};
|
|
1109
|
+
export const VolumeGroupsDeleteHeaders = {
|
|
1110
|
+
type: {
|
|
1111
|
+
name: "Composite",
|
|
1112
|
+
className: "VolumeGroupsDeleteHeaders",
|
|
1113
|
+
modelProperties: {
|
|
1114
|
+
location: {
|
|
1115
|
+
serializedName: "location",
|
|
1116
|
+
type: {
|
|
1117
|
+
name: "String"
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
};
|
|
1123
|
+
export const VolumesUpdateHeaders = {
|
|
1124
|
+
type: {
|
|
1125
|
+
name: "Composite",
|
|
1126
|
+
className: "VolumesUpdateHeaders",
|
|
1127
|
+
modelProperties: {
|
|
1128
|
+
location: {
|
|
1129
|
+
serializedName: "location",
|
|
1130
|
+
type: {
|
|
1131
|
+
name: "String"
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
};
|
|
1137
|
+
export const VolumesDeleteHeaders = {
|
|
1138
|
+
type: {
|
|
1139
|
+
name: "Composite",
|
|
1140
|
+
className: "VolumesDeleteHeaders",
|
|
1141
|
+
modelProperties: {
|
|
1142
|
+
location: {
|
|
1143
|
+
serializedName: "location",
|
|
1144
|
+
type: {
|
|
1145
|
+
name: "String"
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
};
|
|
1151
|
+
export const PrivateEndpointConnectionsDeleteHeaders = {
|
|
1152
|
+
type: {
|
|
1153
|
+
name: "Composite",
|
|
1154
|
+
className: "PrivateEndpointConnectionsDeleteHeaders",
|
|
1155
|
+
modelProperties: {
|
|
1156
|
+
location: {
|
|
1157
|
+
serializedName: "location",
|
|
1158
|
+
type: {
|
|
1159
|
+
name: "String"
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
};
|
|
877
1165
|
//# sourceMappingURL=mappers.js.map
|