@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
package/src/models/mappers.ts
CHANGED
|
@@ -8,26 +8,27 @@
|
|
|
8
8
|
|
|
9
9
|
import * as coreClient from "@azure/core-client";
|
|
10
10
|
|
|
11
|
-
export const
|
|
11
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
12
12
|
type: {
|
|
13
13
|
name: "Composite",
|
|
14
|
-
className: "
|
|
14
|
+
className: "OperationListResult",
|
|
15
15
|
modelProperties: {
|
|
16
16
|
value: {
|
|
17
17
|
serializedName: "value",
|
|
18
|
-
|
|
18
|
+
readOnly: true,
|
|
19
19
|
type: {
|
|
20
20
|
name: "Sequence",
|
|
21
21
|
element: {
|
|
22
22
|
type: {
|
|
23
23
|
name: "Composite",
|
|
24
|
-
className: "
|
|
24
|
+
className: "Operation"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
nextLink: {
|
|
30
30
|
serializedName: "nextLink",
|
|
31
|
+
readOnly: true,
|
|
31
32
|
type: {
|
|
32
33
|
name: "String"
|
|
33
34
|
}
|
|
@@ -36,14 +37,14 @@ export const ElasticSanOperationListResult: coreClient.CompositeMapper = {
|
|
|
36
37
|
}
|
|
37
38
|
};
|
|
38
39
|
|
|
39
|
-
export const
|
|
40
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
40
41
|
type: {
|
|
41
42
|
name: "Composite",
|
|
42
|
-
className: "
|
|
43
|
+
className: "Operation",
|
|
43
44
|
modelProperties: {
|
|
44
45
|
name: {
|
|
45
46
|
serializedName: "name",
|
|
46
|
-
|
|
47
|
+
readOnly: true,
|
|
47
48
|
type: {
|
|
48
49
|
name: "String"
|
|
49
50
|
}
|
|
@@ -59,42 +60,56 @@ export const ElasticSanRPOperation: coreClient.CompositeMapper = {
|
|
|
59
60
|
serializedName: "display",
|
|
60
61
|
type: {
|
|
61
62
|
name: "Composite",
|
|
62
|
-
className: "
|
|
63
|
+
className: "OperationDisplay"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
origin: {
|
|
67
|
+
serializedName: "origin",
|
|
68
|
+
readOnly: true,
|
|
69
|
+
type: {
|
|
70
|
+
name: "String"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
actionType: {
|
|
74
|
+
serializedName: "actionType",
|
|
75
|
+
readOnly: true,
|
|
76
|
+
type: {
|
|
77
|
+
name: "String"
|
|
63
78
|
}
|
|
64
79
|
}
|
|
65
80
|
}
|
|
66
81
|
}
|
|
67
82
|
};
|
|
68
83
|
|
|
69
|
-
export const
|
|
84
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
70
85
|
type: {
|
|
71
86
|
name: "Composite",
|
|
72
|
-
className: "
|
|
87
|
+
className: "OperationDisplay",
|
|
73
88
|
modelProperties: {
|
|
74
89
|
provider: {
|
|
75
90
|
serializedName: "provider",
|
|
76
|
-
|
|
91
|
+
readOnly: true,
|
|
77
92
|
type: {
|
|
78
93
|
name: "String"
|
|
79
94
|
}
|
|
80
95
|
},
|
|
81
96
|
resource: {
|
|
82
97
|
serializedName: "resource",
|
|
83
|
-
|
|
98
|
+
readOnly: true,
|
|
84
99
|
type: {
|
|
85
100
|
name: "String"
|
|
86
101
|
}
|
|
87
102
|
},
|
|
88
103
|
operation: {
|
|
89
104
|
serializedName: "operation",
|
|
90
|
-
|
|
105
|
+
readOnly: true,
|
|
91
106
|
type: {
|
|
92
107
|
name: "String"
|
|
93
108
|
}
|
|
94
109
|
},
|
|
95
110
|
description: {
|
|
96
111
|
serializedName: "description",
|
|
97
|
-
|
|
112
|
+
readOnly: true,
|
|
98
113
|
type: {
|
|
99
114
|
name: "String"
|
|
100
115
|
}
|
|
@@ -103,26 +118,26 @@ export const ElasticSanOperationDisplay: coreClient.CompositeMapper = {
|
|
|
103
118
|
}
|
|
104
119
|
};
|
|
105
120
|
|
|
106
|
-
export const
|
|
121
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
107
122
|
type: {
|
|
108
123
|
name: "Composite",
|
|
109
|
-
className: "
|
|
124
|
+
className: "ErrorResponse",
|
|
110
125
|
modelProperties: {
|
|
111
126
|
error: {
|
|
112
127
|
serializedName: "error",
|
|
113
128
|
type: {
|
|
114
129
|
name: "Composite",
|
|
115
|
-
className: "
|
|
130
|
+
className: "ErrorDetail"
|
|
116
131
|
}
|
|
117
132
|
}
|
|
118
133
|
}
|
|
119
134
|
}
|
|
120
135
|
};
|
|
121
136
|
|
|
122
|
-
export const
|
|
137
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
123
138
|
type: {
|
|
124
139
|
name: "Composite",
|
|
125
|
-
className: "
|
|
140
|
+
className: "ErrorDetail",
|
|
126
141
|
modelProperties: {
|
|
127
142
|
code: {
|
|
128
143
|
serializedName: "code",
|
|
@@ -153,7 +168,7 @@ export const ErrorResponse: coreClient.CompositeMapper = {
|
|
|
153
168
|
element: {
|
|
154
169
|
type: {
|
|
155
170
|
name: "Composite",
|
|
156
|
-
className: "
|
|
171
|
+
className: "ErrorDetail"
|
|
157
172
|
}
|
|
158
173
|
}
|
|
159
174
|
}
|
|
@@ -216,6 +231,13 @@ export const SkuInformationList: coreClient.CompositeMapper = {
|
|
|
216
231
|
}
|
|
217
232
|
}
|
|
218
233
|
}
|
|
234
|
+
},
|
|
235
|
+
nextLink: {
|
|
236
|
+
serializedName: "nextLink",
|
|
237
|
+
readOnly: true,
|
|
238
|
+
type: {
|
|
239
|
+
name: "String"
|
|
240
|
+
}
|
|
219
241
|
}
|
|
220
242
|
}
|
|
221
243
|
}
|
|
@@ -346,7 +368,6 @@ export const ElasticSanList: coreClient.CompositeMapper = {
|
|
|
346
368
|
modelProperties: {
|
|
347
369
|
value: {
|
|
348
370
|
serializedName: "value",
|
|
349
|
-
required: true,
|
|
350
371
|
type: {
|
|
351
372
|
name: "Sequence",
|
|
352
373
|
element: {
|
|
@@ -390,46 +411,44 @@ export const Sku: coreClient.CompositeMapper = {
|
|
|
390
411
|
}
|
|
391
412
|
};
|
|
392
413
|
|
|
393
|
-
export const
|
|
414
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
394
415
|
type: {
|
|
395
416
|
name: "Composite",
|
|
396
|
-
className: "
|
|
417
|
+
className: "PrivateEndpoint",
|
|
397
418
|
modelProperties: {
|
|
398
|
-
|
|
399
|
-
serializedName: "
|
|
419
|
+
id: {
|
|
420
|
+
serializedName: "id",
|
|
421
|
+
readOnly: true,
|
|
400
422
|
type: {
|
|
401
423
|
name: "String"
|
|
402
424
|
}
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
431
|
+
type: {
|
|
432
|
+
name: "Composite",
|
|
433
|
+
className: "PrivateLinkServiceConnectionState",
|
|
434
|
+
modelProperties: {
|
|
435
|
+
status: {
|
|
436
|
+
serializedName: "status",
|
|
406
437
|
type: {
|
|
407
438
|
name: "String"
|
|
408
439
|
}
|
|
409
440
|
},
|
|
410
|
-
|
|
411
|
-
serializedName: "
|
|
412
|
-
type: {
|
|
413
|
-
name: "DateTime"
|
|
414
|
-
}
|
|
415
|
-
},
|
|
416
|
-
lastModifiedBy: {
|
|
417
|
-
serializedName: "lastModifiedBy",
|
|
441
|
+
description: {
|
|
442
|
+
serializedName: "description",
|
|
418
443
|
type: {
|
|
419
444
|
name: "String"
|
|
420
445
|
}
|
|
421
446
|
},
|
|
422
|
-
|
|
423
|
-
serializedName: "
|
|
447
|
+
actionsRequired: {
|
|
448
|
+
serializedName: "actionsRequired",
|
|
424
449
|
type: {
|
|
425
450
|
name: "String"
|
|
426
451
|
}
|
|
427
|
-
},
|
|
428
|
-
lastModifiedAt: {
|
|
429
|
-
serializedName: "lastModifiedAt",
|
|
430
|
-
type: {
|
|
431
|
-
name: "DateTime"
|
|
432
|
-
}
|
|
433
452
|
}
|
|
434
453
|
}
|
|
435
454
|
}
|
|
@@ -461,11 +480,56 @@ export const Resource: coreClient.CompositeMapper = {
|
|
|
461
480
|
name: "String"
|
|
462
481
|
}
|
|
463
482
|
},
|
|
464
|
-
|
|
465
|
-
serializedName: "
|
|
483
|
+
systemData: {
|
|
484
|
+
serializedName: "systemData",
|
|
466
485
|
type: {
|
|
467
|
-
name: "
|
|
468
|
-
|
|
486
|
+
name: "Composite",
|
|
487
|
+
className: "SystemData"
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
};
|
|
493
|
+
|
|
494
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
495
|
+
type: {
|
|
496
|
+
name: "Composite",
|
|
497
|
+
className: "SystemData",
|
|
498
|
+
modelProperties: {
|
|
499
|
+
createdBy: {
|
|
500
|
+
serializedName: "createdBy",
|
|
501
|
+
type: {
|
|
502
|
+
name: "String"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
createdByType: {
|
|
506
|
+
serializedName: "createdByType",
|
|
507
|
+
type: {
|
|
508
|
+
name: "String"
|
|
509
|
+
}
|
|
510
|
+
},
|
|
511
|
+
createdAt: {
|
|
512
|
+
serializedName: "createdAt",
|
|
513
|
+
type: {
|
|
514
|
+
name: "DateTime"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
lastModifiedBy: {
|
|
518
|
+
serializedName: "lastModifiedBy",
|
|
519
|
+
type: {
|
|
520
|
+
name: "String"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
lastModifiedByType: {
|
|
524
|
+
serializedName: "lastModifiedByType",
|
|
525
|
+
type: {
|
|
526
|
+
name: "String"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
lastModifiedAt: {
|
|
530
|
+
serializedName: "lastModifiedAt",
|
|
531
|
+
type: {
|
|
532
|
+
name: "DateTime"
|
|
469
533
|
}
|
|
470
534
|
}
|
|
471
535
|
}
|
|
@@ -507,7 +571,6 @@ export const VolumeGroupList: coreClient.CompositeMapper = {
|
|
|
507
571
|
modelProperties: {
|
|
508
572
|
value: {
|
|
509
573
|
serializedName: "value",
|
|
510
|
-
required: true,
|
|
511
574
|
type: {
|
|
512
575
|
name: "Sequence",
|
|
513
576
|
element: {
|
|
@@ -593,13 +656,6 @@ export const VolumeGroupUpdate: coreClient.CompositeMapper = {
|
|
|
593
656
|
name: "Composite",
|
|
594
657
|
className: "VolumeGroupUpdate",
|
|
595
658
|
modelProperties: {
|
|
596
|
-
tags: {
|
|
597
|
-
serializedName: "tags",
|
|
598
|
-
type: {
|
|
599
|
-
name: "Dictionary",
|
|
600
|
-
value: { type: { name: "String" } }
|
|
601
|
-
}
|
|
602
|
-
},
|
|
603
659
|
protocolType: {
|
|
604
660
|
serializedName: "properties.protocolType",
|
|
605
661
|
type: {
|
|
@@ -694,13 +750,6 @@ export const VolumeUpdate: coreClient.CompositeMapper = {
|
|
|
694
750
|
name: "Composite",
|
|
695
751
|
className: "VolumeUpdate",
|
|
696
752
|
modelProperties: {
|
|
697
|
-
tags: {
|
|
698
|
-
serializedName: "tags",
|
|
699
|
-
type: {
|
|
700
|
-
name: "Dictionary",
|
|
701
|
-
value: { type: { name: "String" } }
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
753
|
sizeGiB: {
|
|
705
754
|
serializedName: "properties.sizeGiB",
|
|
706
755
|
type: {
|
|
@@ -718,7 +767,6 @@ export const VolumeList: coreClient.CompositeMapper = {
|
|
|
718
767
|
modelProperties: {
|
|
719
768
|
value: {
|
|
720
769
|
serializedName: "value",
|
|
721
|
-
required: true,
|
|
722
770
|
type: {
|
|
723
771
|
name: "Sequence",
|
|
724
772
|
element: {
|
|
@@ -740,14 +788,26 @@ export const VolumeList: coreClient.CompositeMapper = {
|
|
|
740
788
|
}
|
|
741
789
|
};
|
|
742
790
|
|
|
743
|
-
export const
|
|
791
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
744
792
|
type: {
|
|
745
793
|
name: "Composite",
|
|
746
|
-
className: "
|
|
794
|
+
className: "PrivateEndpointConnectionListResult",
|
|
747
795
|
modelProperties: {
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
796
|
+
value: {
|
|
797
|
+
serializedName: "value",
|
|
798
|
+
type: {
|
|
799
|
+
name: "Sequence",
|
|
800
|
+
element: {
|
|
801
|
+
type: {
|
|
802
|
+
name: "Composite",
|
|
803
|
+
className: "PrivateEndpointConnection"
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
nextLink: {
|
|
809
|
+
serializedName: "nextLink",
|
|
810
|
+
readOnly: true,
|
|
751
811
|
type: {
|
|
752
812
|
name: "String"
|
|
753
813
|
}
|
|
@@ -756,19 +816,40 @@ export const TrackedResource: coreClient.CompositeMapper = {
|
|
|
756
816
|
}
|
|
757
817
|
};
|
|
758
818
|
|
|
759
|
-
export const
|
|
819
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
760
820
|
type: {
|
|
761
821
|
name: "Composite",
|
|
762
|
-
className: "
|
|
822
|
+
className: "PrivateLinkResourceListResult",
|
|
763
823
|
modelProperties: {
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
serializedName: "systemData",
|
|
824
|
+
value: {
|
|
825
|
+
serializedName: "value",
|
|
767
826
|
type: {
|
|
768
|
-
name: "
|
|
769
|
-
|
|
827
|
+
name: "Sequence",
|
|
828
|
+
element: {
|
|
829
|
+
type: {
|
|
830
|
+
name: "Composite",
|
|
831
|
+
className: "PrivateLinkResource"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
770
834
|
}
|
|
771
835
|
},
|
|
836
|
+
nextLink: {
|
|
837
|
+
serializedName: "nextLink",
|
|
838
|
+
readOnly: true,
|
|
839
|
+
type: {
|
|
840
|
+
name: "String"
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
};
|
|
846
|
+
|
|
847
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
848
|
+
type: {
|
|
849
|
+
name: "Composite",
|
|
850
|
+
className: "PrivateEndpointConnection",
|
|
851
|
+
modelProperties: {
|
|
852
|
+
...Resource.type.modelProperties,
|
|
772
853
|
provisioningState: {
|
|
773
854
|
serializedName: "properties.provisioningState",
|
|
774
855
|
readOnly: true,
|
|
@@ -776,67 +857,103 @@ export const VolumeGroup: coreClient.CompositeMapper = {
|
|
|
776
857
|
name: "String"
|
|
777
858
|
}
|
|
778
859
|
},
|
|
779
|
-
|
|
780
|
-
serializedName: "properties.
|
|
860
|
+
privateEndpoint: {
|
|
861
|
+
serializedName: "properties.privateEndpoint",
|
|
781
862
|
type: {
|
|
782
|
-
name: "
|
|
863
|
+
name: "Composite",
|
|
864
|
+
className: "PrivateEndpoint"
|
|
783
865
|
}
|
|
784
866
|
},
|
|
785
|
-
|
|
786
|
-
serializedName: "properties.
|
|
867
|
+
privateLinkServiceConnectionState: {
|
|
868
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
787
869
|
type: {
|
|
788
|
-
name: "
|
|
870
|
+
name: "Composite",
|
|
871
|
+
className: "PrivateLinkServiceConnectionState"
|
|
789
872
|
}
|
|
790
873
|
},
|
|
791
|
-
|
|
792
|
-
serializedName: "properties.
|
|
874
|
+
groupIds: {
|
|
875
|
+
serializedName: "properties.groupIds",
|
|
793
876
|
type: {
|
|
794
|
-
name: "
|
|
795
|
-
|
|
877
|
+
name: "Sequence",
|
|
878
|
+
element: {
|
|
879
|
+
type: {
|
|
880
|
+
name: "String"
|
|
881
|
+
}
|
|
882
|
+
}
|
|
796
883
|
}
|
|
797
884
|
}
|
|
798
885
|
}
|
|
799
886
|
}
|
|
800
887
|
};
|
|
801
888
|
|
|
802
|
-
export const
|
|
889
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
803
890
|
type: {
|
|
804
891
|
name: "Composite",
|
|
805
|
-
className: "
|
|
892
|
+
className: "TrackedResource",
|
|
806
893
|
modelProperties: {
|
|
807
894
|
...Resource.type.modelProperties,
|
|
808
|
-
|
|
809
|
-
serializedName: "
|
|
895
|
+
tags: {
|
|
896
|
+
serializedName: "tags",
|
|
810
897
|
type: {
|
|
811
|
-
name: "
|
|
812
|
-
|
|
898
|
+
name: "Dictionary",
|
|
899
|
+
value: { type: { name: "String" } }
|
|
813
900
|
}
|
|
814
901
|
},
|
|
815
|
-
|
|
816
|
-
serializedName: "
|
|
817
|
-
|
|
902
|
+
location: {
|
|
903
|
+
serializedName: "location",
|
|
904
|
+
required: true,
|
|
818
905
|
type: {
|
|
819
906
|
name: "String"
|
|
820
907
|
}
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
};
|
|
912
|
+
|
|
913
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
914
|
+
type: {
|
|
915
|
+
name: "Composite",
|
|
916
|
+
className: "ProxyResource",
|
|
917
|
+
modelProperties: {
|
|
918
|
+
...Resource.type.modelProperties
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
};
|
|
922
|
+
|
|
923
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
924
|
+
type: {
|
|
925
|
+
name: "Composite",
|
|
926
|
+
className: "PrivateLinkResource",
|
|
927
|
+
modelProperties: {
|
|
928
|
+
...Resource.type.modelProperties,
|
|
929
|
+
groupId: {
|
|
930
|
+
serializedName: "properties.groupId",
|
|
931
|
+
readOnly: true,
|
|
824
932
|
type: {
|
|
825
|
-
name: "
|
|
826
|
-
className: "SourceCreationData"
|
|
933
|
+
name: "String"
|
|
827
934
|
}
|
|
828
935
|
},
|
|
829
|
-
|
|
830
|
-
serializedName: "properties.
|
|
936
|
+
requiredMembers: {
|
|
937
|
+
serializedName: "properties.requiredMembers",
|
|
938
|
+
readOnly: true,
|
|
831
939
|
type: {
|
|
832
|
-
name: "
|
|
940
|
+
name: "Sequence",
|
|
941
|
+
element: {
|
|
942
|
+
type: {
|
|
943
|
+
name: "String"
|
|
944
|
+
}
|
|
945
|
+
}
|
|
833
946
|
}
|
|
834
947
|
},
|
|
835
|
-
|
|
836
|
-
serializedName: "properties.
|
|
948
|
+
requiredZoneNames: {
|
|
949
|
+
serializedName: "properties.requiredZoneNames",
|
|
837
950
|
type: {
|
|
838
|
-
name: "
|
|
839
|
-
|
|
951
|
+
name: "Sequence",
|
|
952
|
+
element: {
|
|
953
|
+
type: {
|
|
954
|
+
name: "String"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
840
957
|
}
|
|
841
958
|
}
|
|
842
959
|
}
|
|
@@ -849,13 +966,6 @@ export const ElasticSan: coreClient.CompositeMapper = {
|
|
|
849
966
|
className: "ElasticSan",
|
|
850
967
|
modelProperties: {
|
|
851
968
|
...TrackedResource.type.modelProperties,
|
|
852
|
-
systemData: {
|
|
853
|
-
serializedName: "systemData",
|
|
854
|
-
type: {
|
|
855
|
-
name: "Composite",
|
|
856
|
-
className: "SystemData"
|
|
857
|
-
}
|
|
858
|
-
},
|
|
859
969
|
sku: {
|
|
860
970
|
serializedName: "properties.sku",
|
|
861
971
|
type: {
|
|
@@ -929,6 +1039,211 @@ export const ElasticSan: coreClient.CompositeMapper = {
|
|
|
929
1039
|
type: {
|
|
930
1040
|
name: "Number"
|
|
931
1041
|
}
|
|
1042
|
+
},
|
|
1043
|
+
privateEndpointConnections: {
|
|
1044
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1045
|
+
readOnly: true,
|
|
1046
|
+
type: {
|
|
1047
|
+
name: "Sequence",
|
|
1048
|
+
element: {
|
|
1049
|
+
type: {
|
|
1050
|
+
name: "Composite",
|
|
1051
|
+
className: "PrivateEndpointConnection"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
};
|
|
1059
|
+
|
|
1060
|
+
export const VolumeGroup: coreClient.CompositeMapper = {
|
|
1061
|
+
type: {
|
|
1062
|
+
name: "Composite",
|
|
1063
|
+
className: "VolumeGroup",
|
|
1064
|
+
modelProperties: {
|
|
1065
|
+
...ProxyResource.type.modelProperties,
|
|
1066
|
+
provisioningState: {
|
|
1067
|
+
serializedName: "properties.provisioningState",
|
|
1068
|
+
readOnly: true,
|
|
1069
|
+
type: {
|
|
1070
|
+
name: "String"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
protocolType: {
|
|
1074
|
+
serializedName: "properties.protocolType",
|
|
1075
|
+
type: {
|
|
1076
|
+
name: "String"
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
encryption: {
|
|
1080
|
+
serializedName: "properties.encryption",
|
|
1081
|
+
type: {
|
|
1082
|
+
name: "String"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
networkAcls: {
|
|
1086
|
+
serializedName: "properties.networkAcls",
|
|
1087
|
+
type: {
|
|
1088
|
+
name: "Composite",
|
|
1089
|
+
className: "NetworkRuleSet"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
privateEndpointConnections: {
|
|
1093
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1094
|
+
readOnly: true,
|
|
1095
|
+
type: {
|
|
1096
|
+
name: "Sequence",
|
|
1097
|
+
element: {
|
|
1098
|
+
type: {
|
|
1099
|
+
name: "Composite",
|
|
1100
|
+
className: "PrivateEndpointConnection"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
};
|
|
1108
|
+
|
|
1109
|
+
export const Volume: coreClient.CompositeMapper = {
|
|
1110
|
+
type: {
|
|
1111
|
+
name: "Composite",
|
|
1112
|
+
className: "Volume",
|
|
1113
|
+
modelProperties: {
|
|
1114
|
+
...ProxyResource.type.modelProperties,
|
|
1115
|
+
volumeId: {
|
|
1116
|
+
serializedName: "properties.volumeId",
|
|
1117
|
+
readOnly: true,
|
|
1118
|
+
type: {
|
|
1119
|
+
name: "String"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
creationData: {
|
|
1123
|
+
serializedName: "properties.creationData",
|
|
1124
|
+
type: {
|
|
1125
|
+
name: "Composite",
|
|
1126
|
+
className: "SourceCreationData"
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
sizeGiB: {
|
|
1130
|
+
serializedName: "properties.sizeGiB",
|
|
1131
|
+
required: true,
|
|
1132
|
+
type: {
|
|
1133
|
+
name: "Number"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
storageTarget: {
|
|
1137
|
+
serializedName: "properties.storageTarget",
|
|
1138
|
+
type: {
|
|
1139
|
+
name: "Composite",
|
|
1140
|
+
className: "IscsiTargetInfo"
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
};
|
|
1146
|
+
|
|
1147
|
+
export const ElasticSansUpdateHeaders: coreClient.CompositeMapper = {
|
|
1148
|
+
type: {
|
|
1149
|
+
name: "Composite",
|
|
1150
|
+
className: "ElasticSansUpdateHeaders",
|
|
1151
|
+
modelProperties: {
|
|
1152
|
+
location: {
|
|
1153
|
+
serializedName: "location",
|
|
1154
|
+
type: {
|
|
1155
|
+
name: "String"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
}
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
export const ElasticSansDeleteHeaders: coreClient.CompositeMapper = {
|
|
1163
|
+
type: {
|
|
1164
|
+
name: "Composite",
|
|
1165
|
+
className: "ElasticSansDeleteHeaders",
|
|
1166
|
+
modelProperties: {
|
|
1167
|
+
location: {
|
|
1168
|
+
serializedName: "location",
|
|
1169
|
+
type: {
|
|
1170
|
+
name: "String"
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
};
|
|
1176
|
+
|
|
1177
|
+
export const VolumeGroupsUpdateHeaders: coreClient.CompositeMapper = {
|
|
1178
|
+
type: {
|
|
1179
|
+
name: "Composite",
|
|
1180
|
+
className: "VolumeGroupsUpdateHeaders",
|
|
1181
|
+
modelProperties: {
|
|
1182
|
+
location: {
|
|
1183
|
+
serializedName: "location",
|
|
1184
|
+
type: {
|
|
1185
|
+
name: "String"
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
};
|
|
1191
|
+
|
|
1192
|
+
export const VolumeGroupsDeleteHeaders: coreClient.CompositeMapper = {
|
|
1193
|
+
type: {
|
|
1194
|
+
name: "Composite",
|
|
1195
|
+
className: "VolumeGroupsDeleteHeaders",
|
|
1196
|
+
modelProperties: {
|
|
1197
|
+
location: {
|
|
1198
|
+
serializedName: "location",
|
|
1199
|
+
type: {
|
|
1200
|
+
name: "String"
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
};
|
|
1206
|
+
|
|
1207
|
+
export const VolumesUpdateHeaders: coreClient.CompositeMapper = {
|
|
1208
|
+
type: {
|
|
1209
|
+
name: "Composite",
|
|
1210
|
+
className: "VolumesUpdateHeaders",
|
|
1211
|
+
modelProperties: {
|
|
1212
|
+
location: {
|
|
1213
|
+
serializedName: "location",
|
|
1214
|
+
type: {
|
|
1215
|
+
name: "String"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
}
|
|
1220
|
+
};
|
|
1221
|
+
|
|
1222
|
+
export const VolumesDeleteHeaders: coreClient.CompositeMapper = {
|
|
1223
|
+
type: {
|
|
1224
|
+
name: "Composite",
|
|
1225
|
+
className: "VolumesDeleteHeaders",
|
|
1226
|
+
modelProperties: {
|
|
1227
|
+
location: {
|
|
1228
|
+
serializedName: "location",
|
|
1229
|
+
type: {
|
|
1230
|
+
name: "String"
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
};
|
|
1236
|
+
|
|
1237
|
+
export const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper = {
|
|
1238
|
+
type: {
|
|
1239
|
+
name: "Composite",
|
|
1240
|
+
className: "PrivateEndpointConnectionsDeleteHeaders",
|
|
1241
|
+
modelProperties: {
|
|
1242
|
+
location: {
|
|
1243
|
+
serializedName: "location",
|
|
1244
|
+
type: {
|
|
1245
|
+
name: "String"
|
|
1246
|
+
}
|
|
932
1247
|
}
|
|
933
1248
|
}
|
|
934
1249
|
}
|