@azure/arm-elasticsan 1.0.0-beta.1 → 1.0.0-beta.3
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 +69 -1
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +2839 -1192
- 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 +26 -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 +21 -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 +70 -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 +34 -16
- 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 +33 -15
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +70 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js +60 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js +60 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +102 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesCreateSample.js +25 -18
- package/dist-esm/samples-dev/volumesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesDeleteSample.js +28 -15
- 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 +4 -1
- package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +9 -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 +613 -135
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +84 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +30 -6
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +704 -133
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +6 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +53 -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 +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -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/volumeSnapshots.d.ts +89 -0
- package/dist-esm/src/operations/volumeSnapshots.d.ts.map +1 -0
- package/dist-esm/src/operations/volumeSnapshots.js +395 -0
- package/dist-esm/src/operations/volumeSnapshots.js.map +1 -0
- 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 +91 -57
- 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 +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -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/volumeSnapshots.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.js +9 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.js.map +1 -0
- 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 +18 -23
- package/review/arm-elasticsan.api.md +416 -66
- package/src/elasticSanManagement.ts +20 -9
- package/src/index.ts +1 -0
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +648 -109
- package/src/models/mappers.ts +749 -130
- package/src/models/parameters.ts +61 -3
- package/src/operations/elasticSans.ts +97 -60
- package/src/operations/index.ts +3 -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/volumeSnapshots.ts +551 -0
- package/src/operations/volumes.ts +87 -54
- package/src/operationsInterfaces/elasticSans.ts +6 -6
- package/src/operationsInterfaces/index.ts +3 -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/volumeSnapshots.ts +121 -0
- package/src/operationsInterfaces/volumes.ts +10 -4
- package/src/pagingHelper.ts +39 -0
- package/types/arm-elasticsan.d.ts +784 -112
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
|
@@ -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
|
}
|
|
@@ -478,6 +540,12 @@ export const ElasticSanUpdate = {
|
|
|
478
540
|
type: {
|
|
479
541
|
name: "Number"
|
|
480
542
|
}
|
|
543
|
+
},
|
|
544
|
+
publicNetworkAccess: {
|
|
545
|
+
serializedName: "properties.publicNetworkAccess",
|
|
546
|
+
type: {
|
|
547
|
+
name: "String"
|
|
548
|
+
}
|
|
481
549
|
}
|
|
482
550
|
}
|
|
483
551
|
}
|
|
@@ -489,7 +557,6 @@ export const VolumeGroupList = {
|
|
|
489
557
|
modelProperties: {
|
|
490
558
|
value: {
|
|
491
559
|
serializedName: "value",
|
|
492
|
-
required: true,
|
|
493
560
|
type: {
|
|
494
561
|
name: "Sequence",
|
|
495
562
|
element: {
|
|
@@ -510,6 +577,149 @@ export const VolumeGroupList = {
|
|
|
510
577
|
}
|
|
511
578
|
}
|
|
512
579
|
};
|
|
580
|
+
export const Identity = {
|
|
581
|
+
type: {
|
|
582
|
+
name: "Composite",
|
|
583
|
+
className: "Identity",
|
|
584
|
+
modelProperties: {
|
|
585
|
+
principalId: {
|
|
586
|
+
serializedName: "principalId",
|
|
587
|
+
readOnly: true,
|
|
588
|
+
type: {
|
|
589
|
+
name: "String"
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
tenantId: {
|
|
593
|
+
serializedName: "tenantId",
|
|
594
|
+
readOnly: true,
|
|
595
|
+
type: {
|
|
596
|
+
name: "String"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
type: {
|
|
600
|
+
serializedName: "type",
|
|
601
|
+
required: true,
|
|
602
|
+
type: {
|
|
603
|
+
name: "String"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
userAssignedIdentities: {
|
|
607
|
+
serializedName: "userAssignedIdentities",
|
|
608
|
+
type: {
|
|
609
|
+
name: "Dictionary",
|
|
610
|
+
value: {
|
|
611
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
};
|
|
618
|
+
export const UserAssignedIdentity = {
|
|
619
|
+
type: {
|
|
620
|
+
name: "Composite",
|
|
621
|
+
className: "UserAssignedIdentity",
|
|
622
|
+
modelProperties: {
|
|
623
|
+
principalId: {
|
|
624
|
+
serializedName: "principalId",
|
|
625
|
+
readOnly: true,
|
|
626
|
+
type: {
|
|
627
|
+
name: "String"
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
clientId: {
|
|
631
|
+
serializedName: "clientId",
|
|
632
|
+
readOnly: true,
|
|
633
|
+
type: {
|
|
634
|
+
name: "String"
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
};
|
|
640
|
+
export const EncryptionProperties = {
|
|
641
|
+
type: {
|
|
642
|
+
name: "Composite",
|
|
643
|
+
className: "EncryptionProperties",
|
|
644
|
+
modelProperties: {
|
|
645
|
+
keyVaultProperties: {
|
|
646
|
+
serializedName: "keyVaultProperties",
|
|
647
|
+
type: {
|
|
648
|
+
name: "Composite",
|
|
649
|
+
className: "KeyVaultProperties"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
encryptionIdentity: {
|
|
653
|
+
serializedName: "identity",
|
|
654
|
+
type: {
|
|
655
|
+
name: "Composite",
|
|
656
|
+
className: "EncryptionIdentity"
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
};
|
|
662
|
+
export const KeyVaultProperties = {
|
|
663
|
+
type: {
|
|
664
|
+
name: "Composite",
|
|
665
|
+
className: "KeyVaultProperties",
|
|
666
|
+
modelProperties: {
|
|
667
|
+
keyName: {
|
|
668
|
+
serializedName: "keyName",
|
|
669
|
+
type: {
|
|
670
|
+
name: "String"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
keyVersion: {
|
|
674
|
+
serializedName: "keyVersion",
|
|
675
|
+
type: {
|
|
676
|
+
name: "String"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
keyVaultUri: {
|
|
680
|
+
serializedName: "keyVaultUri",
|
|
681
|
+
type: {
|
|
682
|
+
name: "String"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
currentVersionedKeyIdentifier: {
|
|
686
|
+
serializedName: "currentVersionedKeyIdentifier",
|
|
687
|
+
readOnly: true,
|
|
688
|
+
type: {
|
|
689
|
+
name: "String"
|
|
690
|
+
}
|
|
691
|
+
},
|
|
692
|
+
lastKeyRotationTimestamp: {
|
|
693
|
+
serializedName: "lastKeyRotationTimestamp",
|
|
694
|
+
readOnly: true,
|
|
695
|
+
type: {
|
|
696
|
+
name: "DateTime"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
currentVersionedKeyExpirationTimestamp: {
|
|
700
|
+
serializedName: "currentVersionedKeyExpirationTimestamp",
|
|
701
|
+
readOnly: true,
|
|
702
|
+
type: {
|
|
703
|
+
name: "DateTime"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
};
|
|
709
|
+
export const EncryptionIdentity = {
|
|
710
|
+
type: {
|
|
711
|
+
name: "Composite",
|
|
712
|
+
className: "EncryptionIdentity",
|
|
713
|
+
modelProperties: {
|
|
714
|
+
encryptionUserAssignedIdentity: {
|
|
715
|
+
serializedName: "userAssignedIdentity",
|
|
716
|
+
type: {
|
|
717
|
+
name: "String"
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
};
|
|
513
723
|
export const NetworkRuleSet = {
|
|
514
724
|
type: {
|
|
515
725
|
name: "Composite",
|
|
@@ -544,25 +754,10 @@ export const VirtualNetworkRule = {
|
|
|
544
754
|
},
|
|
545
755
|
action: {
|
|
546
756
|
defaultValue: "Allow",
|
|
547
|
-
isConstant: true,
|
|
548
757
|
serializedName: "action",
|
|
549
758
|
type: {
|
|
550
759
|
name: "String"
|
|
551
760
|
}
|
|
552
|
-
},
|
|
553
|
-
state: {
|
|
554
|
-
serializedName: "state",
|
|
555
|
-
readOnly: true,
|
|
556
|
-
type: {
|
|
557
|
-
name: "Enum",
|
|
558
|
-
allowedValues: [
|
|
559
|
-
"provisioning",
|
|
560
|
-
"deprovisioning",
|
|
561
|
-
"succeeded",
|
|
562
|
-
"failed",
|
|
563
|
-
"networkSourceDeleted"
|
|
564
|
-
]
|
|
565
|
-
}
|
|
566
761
|
}
|
|
567
762
|
}
|
|
568
763
|
}
|
|
@@ -572,11 +767,11 @@ export const VolumeGroupUpdate = {
|
|
|
572
767
|
name: "Composite",
|
|
573
768
|
className: "VolumeGroupUpdate",
|
|
574
769
|
modelProperties: {
|
|
575
|
-
|
|
576
|
-
serializedName: "
|
|
770
|
+
identity: {
|
|
771
|
+
serializedName: "identity",
|
|
577
772
|
type: {
|
|
578
|
-
name: "
|
|
579
|
-
|
|
773
|
+
name: "Composite",
|
|
774
|
+
className: "Identity"
|
|
580
775
|
}
|
|
581
776
|
},
|
|
582
777
|
protocolType: {
|
|
@@ -591,6 +786,13 @@ export const VolumeGroupUpdate = {
|
|
|
591
786
|
name: "String"
|
|
592
787
|
}
|
|
593
788
|
},
|
|
789
|
+
encryptionProperties: {
|
|
790
|
+
serializedName: "properties.encryptionProperties",
|
|
791
|
+
type: {
|
|
792
|
+
name: "Composite",
|
|
793
|
+
className: "EncryptionProperties"
|
|
794
|
+
}
|
|
795
|
+
},
|
|
594
796
|
networkAcls: {
|
|
595
797
|
serializedName: "properties.networkAcls",
|
|
596
798
|
type: {
|
|
@@ -607,15 +809,13 @@ export const SourceCreationData = {
|
|
|
607
809
|
className: "SourceCreationData",
|
|
608
810
|
modelProperties: {
|
|
609
811
|
createSource: {
|
|
610
|
-
defaultValue: "None",
|
|
611
|
-
isConstant: true,
|
|
612
812
|
serializedName: "createSource",
|
|
613
813
|
type: {
|
|
614
814
|
name: "String"
|
|
615
815
|
}
|
|
616
816
|
},
|
|
617
|
-
|
|
618
|
-
serializedName: "
|
|
817
|
+
sourceId: {
|
|
818
|
+
serializedName: "sourceId",
|
|
619
819
|
type: {
|
|
620
820
|
name: "String"
|
|
621
821
|
}
|
|
@@ -665,35 +865,48 @@ export const IscsiTargetInfo = {
|
|
|
665
865
|
}
|
|
666
866
|
}
|
|
667
867
|
};
|
|
668
|
-
export const
|
|
868
|
+
export const ManagedByInfo = {
|
|
669
869
|
type: {
|
|
670
870
|
name: "Composite",
|
|
671
|
-
className: "
|
|
871
|
+
className: "ManagedByInfo",
|
|
672
872
|
modelProperties: {
|
|
673
|
-
|
|
674
|
-
serializedName: "
|
|
675
|
-
type: {
|
|
676
|
-
name: "Dictionary",
|
|
677
|
-
value: { type: { name: "String" } }
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
sizeGiB: {
|
|
681
|
-
serializedName: "properties.sizeGiB",
|
|
873
|
+
resourceId: {
|
|
874
|
+
serializedName: "resourceId",
|
|
682
875
|
type: {
|
|
683
|
-
name: "
|
|
876
|
+
name: "String"
|
|
684
877
|
}
|
|
685
878
|
}
|
|
686
879
|
}
|
|
687
880
|
}
|
|
688
881
|
};
|
|
689
|
-
export const
|
|
882
|
+
export const VolumeUpdate = {
|
|
883
|
+
type: {
|
|
884
|
+
name: "Composite",
|
|
885
|
+
className: "VolumeUpdate",
|
|
886
|
+
modelProperties: {
|
|
887
|
+
sizeGiB: {
|
|
888
|
+
serializedName: "properties.sizeGiB",
|
|
889
|
+
type: {
|
|
890
|
+
name: "Number"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
managedBy: {
|
|
894
|
+
serializedName: "properties.managedBy",
|
|
895
|
+
type: {
|
|
896
|
+
name: "Composite",
|
|
897
|
+
className: "ManagedByInfo"
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
};
|
|
903
|
+
export const VolumeList = {
|
|
690
904
|
type: {
|
|
691
905
|
name: "Composite",
|
|
692
906
|
className: "VolumeList",
|
|
693
907
|
modelProperties: {
|
|
694
908
|
value: {
|
|
695
909
|
serializedName: "value",
|
|
696
|
-
required: true,
|
|
697
910
|
type: {
|
|
698
911
|
name: "Sequence",
|
|
699
912
|
element: {
|
|
@@ -714,85 +927,193 @@ export const VolumeList = {
|
|
|
714
927
|
}
|
|
715
928
|
}
|
|
716
929
|
};
|
|
717
|
-
export const
|
|
930
|
+
export const PrivateEndpointConnectionListResult = {
|
|
718
931
|
type: {
|
|
719
932
|
name: "Composite",
|
|
720
|
-
className: "
|
|
721
|
-
modelProperties:
|
|
722
|
-
|
|
933
|
+
className: "PrivateEndpointConnectionListResult",
|
|
934
|
+
modelProperties: {
|
|
935
|
+
value: {
|
|
936
|
+
serializedName: "value",
|
|
937
|
+
type: {
|
|
938
|
+
name: "Sequence",
|
|
939
|
+
element: {
|
|
940
|
+
type: {
|
|
941
|
+
name: "Composite",
|
|
942
|
+
className: "PrivateEndpointConnection"
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
nextLink: {
|
|
948
|
+
serializedName: "nextLink",
|
|
949
|
+
readOnly: true,
|
|
723
950
|
type: {
|
|
724
951
|
name: "String"
|
|
725
952
|
}
|
|
726
|
-
}
|
|
953
|
+
}
|
|
954
|
+
}
|
|
727
955
|
}
|
|
728
956
|
};
|
|
729
|
-
export const
|
|
957
|
+
export const PrivateLinkResourceListResult = {
|
|
730
958
|
type: {
|
|
731
959
|
name: "Composite",
|
|
732
|
-
className: "
|
|
733
|
-
modelProperties:
|
|
734
|
-
|
|
960
|
+
className: "PrivateLinkResourceListResult",
|
|
961
|
+
modelProperties: {
|
|
962
|
+
value: {
|
|
963
|
+
serializedName: "value",
|
|
735
964
|
type: {
|
|
736
|
-
name: "
|
|
737
|
-
|
|
965
|
+
name: "Sequence",
|
|
966
|
+
element: {
|
|
967
|
+
type: {
|
|
968
|
+
name: "Composite",
|
|
969
|
+
className: "PrivateLinkResource"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
738
972
|
}
|
|
739
|
-
},
|
|
740
|
-
|
|
973
|
+
},
|
|
974
|
+
nextLink: {
|
|
975
|
+
serializedName: "nextLink",
|
|
741
976
|
readOnly: true,
|
|
742
977
|
type: {
|
|
743
978
|
name: "String"
|
|
744
979
|
}
|
|
745
|
-
}
|
|
746
|
-
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
};
|
|
984
|
+
export const SnapshotList = {
|
|
985
|
+
type: {
|
|
986
|
+
name: "Composite",
|
|
987
|
+
className: "SnapshotList",
|
|
988
|
+
modelProperties: {
|
|
989
|
+
value: {
|
|
990
|
+
serializedName: "value",
|
|
991
|
+
type: {
|
|
992
|
+
name: "Sequence",
|
|
993
|
+
element: {
|
|
994
|
+
type: {
|
|
995
|
+
name: "Composite",
|
|
996
|
+
className: "Snapshot"
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
nextLink: {
|
|
1002
|
+
serializedName: "nextLink",
|
|
1003
|
+
readOnly: true,
|
|
747
1004
|
type: {
|
|
748
1005
|
name: "String"
|
|
749
1006
|
}
|
|
750
|
-
}
|
|
751
|
-
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
};
|
|
1011
|
+
export const SnapshotCreationData = {
|
|
1012
|
+
type: {
|
|
1013
|
+
name: "Composite",
|
|
1014
|
+
className: "SnapshotCreationData",
|
|
1015
|
+
modelProperties: {
|
|
1016
|
+
sourceId: {
|
|
1017
|
+
serializedName: "sourceId",
|
|
1018
|
+
required: true,
|
|
752
1019
|
type: {
|
|
753
1020
|
name: "String"
|
|
754
1021
|
}
|
|
755
|
-
}
|
|
756
|
-
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
};
|
|
1026
|
+
export const PrivateEndpointConnection = {
|
|
1027
|
+
type: {
|
|
1028
|
+
name: "Composite",
|
|
1029
|
+
className: "PrivateEndpointConnection",
|
|
1030
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { provisioningState: {
|
|
1031
|
+
serializedName: "properties.provisioningState",
|
|
1032
|
+
readOnly: true,
|
|
1033
|
+
type: {
|
|
1034
|
+
name: "String"
|
|
1035
|
+
}
|
|
1036
|
+
}, privateEndpoint: {
|
|
1037
|
+
serializedName: "properties.privateEndpoint",
|
|
757
1038
|
type: {
|
|
758
1039
|
name: "Composite",
|
|
759
|
-
className: "
|
|
1040
|
+
className: "PrivateEndpoint"
|
|
1041
|
+
}
|
|
1042
|
+
}, privateLinkServiceConnectionState: {
|
|
1043
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1044
|
+
type: {
|
|
1045
|
+
name: "Composite",
|
|
1046
|
+
className: "PrivateLinkServiceConnectionState"
|
|
1047
|
+
}
|
|
1048
|
+
}, groupIds: {
|
|
1049
|
+
serializedName: "properties.groupIds",
|
|
1050
|
+
type: {
|
|
1051
|
+
name: "Sequence",
|
|
1052
|
+
element: {
|
|
1053
|
+
type: {
|
|
1054
|
+
name: "String"
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
760
1057
|
}
|
|
761
1058
|
} })
|
|
762
1059
|
}
|
|
763
1060
|
};
|
|
764
|
-
export const
|
|
1061
|
+
export const TrackedResource = {
|
|
765
1062
|
type: {
|
|
766
1063
|
name: "Composite",
|
|
767
|
-
className: "
|
|
768
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), {
|
|
769
|
-
serializedName: "
|
|
1064
|
+
className: "TrackedResource",
|
|
1065
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
1066
|
+
serializedName: "tags",
|
|
770
1067
|
type: {
|
|
771
|
-
name: "
|
|
772
|
-
|
|
1068
|
+
name: "Dictionary",
|
|
1069
|
+
value: { type: { name: "String" } }
|
|
773
1070
|
}
|
|
774
|
-
},
|
|
775
|
-
serializedName: "
|
|
776
|
-
|
|
1071
|
+
}, location: {
|
|
1072
|
+
serializedName: "location",
|
|
1073
|
+
required: true,
|
|
777
1074
|
type: {
|
|
778
1075
|
name: "String"
|
|
779
1076
|
}
|
|
780
|
-
}
|
|
781
|
-
|
|
1077
|
+
} })
|
|
1078
|
+
}
|
|
1079
|
+
};
|
|
1080
|
+
export const ProxyResource = {
|
|
1081
|
+
type: {
|
|
1082
|
+
name: "Composite",
|
|
1083
|
+
className: "ProxyResource",
|
|
1084
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
1085
|
+
}
|
|
1086
|
+
};
|
|
1087
|
+
export const PrivateLinkResource = {
|
|
1088
|
+
type: {
|
|
1089
|
+
name: "Composite",
|
|
1090
|
+
className: "PrivateLinkResource",
|
|
1091
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { groupId: {
|
|
1092
|
+
serializedName: "properties.groupId",
|
|
1093
|
+
readOnly: true,
|
|
782
1094
|
type: {
|
|
783
|
-
name: "
|
|
784
|
-
className: "SourceCreationData"
|
|
1095
|
+
name: "String"
|
|
785
1096
|
}
|
|
786
|
-
},
|
|
787
|
-
serializedName: "properties.
|
|
1097
|
+
}, requiredMembers: {
|
|
1098
|
+
serializedName: "properties.requiredMembers",
|
|
1099
|
+
readOnly: true,
|
|
788
1100
|
type: {
|
|
789
|
-
name: "
|
|
1101
|
+
name: "Sequence",
|
|
1102
|
+
element: {
|
|
1103
|
+
type: {
|
|
1104
|
+
name: "String"
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
790
1107
|
}
|
|
791
|
-
},
|
|
792
|
-
serializedName: "properties.
|
|
1108
|
+
}, requiredZoneNames: {
|
|
1109
|
+
serializedName: "properties.requiredZoneNames",
|
|
793
1110
|
type: {
|
|
794
|
-
name: "
|
|
795
|
-
|
|
1111
|
+
name: "Sequence",
|
|
1112
|
+
element: {
|
|
1113
|
+
type: {
|
|
1114
|
+
name: "String"
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
796
1117
|
}
|
|
797
1118
|
} })
|
|
798
1119
|
}
|
|
@@ -801,13 +1122,7 @@ export const ElasticSan = {
|
|
|
801
1122
|
type: {
|
|
802
1123
|
name: "Composite",
|
|
803
1124
|
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: {
|
|
1125
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { sku: {
|
|
811
1126
|
serializedName: "properties.sku",
|
|
812
1127
|
type: {
|
|
813
1128
|
name: "Composite",
|
|
@@ -871,7 +1186,263 @@ export const ElasticSan = {
|
|
|
871
1186
|
type: {
|
|
872
1187
|
name: "Number"
|
|
873
1188
|
}
|
|
1189
|
+
}, privateEndpointConnections: {
|
|
1190
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1191
|
+
readOnly: true,
|
|
1192
|
+
type: {
|
|
1193
|
+
name: "Sequence",
|
|
1194
|
+
element: {
|
|
1195
|
+
type: {
|
|
1196
|
+
name: "Composite",
|
|
1197
|
+
className: "PrivateEndpointConnection"
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
}, publicNetworkAccess: {
|
|
1202
|
+
serializedName: "properties.publicNetworkAccess",
|
|
1203
|
+
type: {
|
|
1204
|
+
name: "String"
|
|
1205
|
+
}
|
|
1206
|
+
} })
|
|
1207
|
+
}
|
|
1208
|
+
};
|
|
1209
|
+
export const VolumeGroup = {
|
|
1210
|
+
type: {
|
|
1211
|
+
name: "Composite",
|
|
1212
|
+
className: "VolumeGroup",
|
|
1213
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { identity: {
|
|
1214
|
+
serializedName: "identity",
|
|
1215
|
+
type: {
|
|
1216
|
+
name: "Composite",
|
|
1217
|
+
className: "Identity"
|
|
1218
|
+
}
|
|
1219
|
+
}, provisioningState: {
|
|
1220
|
+
serializedName: "properties.provisioningState",
|
|
1221
|
+
readOnly: true,
|
|
1222
|
+
type: {
|
|
1223
|
+
name: "String"
|
|
1224
|
+
}
|
|
1225
|
+
}, protocolType: {
|
|
1226
|
+
serializedName: "properties.protocolType",
|
|
1227
|
+
type: {
|
|
1228
|
+
name: "String"
|
|
1229
|
+
}
|
|
1230
|
+
}, encryption: {
|
|
1231
|
+
serializedName: "properties.encryption",
|
|
1232
|
+
type: {
|
|
1233
|
+
name: "String"
|
|
1234
|
+
}
|
|
1235
|
+
}, encryptionProperties: {
|
|
1236
|
+
serializedName: "properties.encryptionProperties",
|
|
1237
|
+
type: {
|
|
1238
|
+
name: "Composite",
|
|
1239
|
+
className: "EncryptionProperties"
|
|
1240
|
+
}
|
|
1241
|
+
}, networkAcls: {
|
|
1242
|
+
serializedName: "properties.networkAcls",
|
|
1243
|
+
type: {
|
|
1244
|
+
name: "Composite",
|
|
1245
|
+
className: "NetworkRuleSet"
|
|
1246
|
+
}
|
|
1247
|
+
}, privateEndpointConnections: {
|
|
1248
|
+
serializedName: "properties.privateEndpointConnections",
|
|
1249
|
+
readOnly: true,
|
|
1250
|
+
type: {
|
|
1251
|
+
name: "Sequence",
|
|
1252
|
+
element: {
|
|
1253
|
+
type: {
|
|
1254
|
+
name: "Composite",
|
|
1255
|
+
className: "PrivateEndpointConnection"
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
} })
|
|
1260
|
+
}
|
|
1261
|
+
};
|
|
1262
|
+
export const Volume = {
|
|
1263
|
+
type: {
|
|
1264
|
+
name: "Composite",
|
|
1265
|
+
className: "Volume",
|
|
1266
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { volumeId: {
|
|
1267
|
+
serializedName: "properties.volumeId",
|
|
1268
|
+
readOnly: true,
|
|
1269
|
+
type: {
|
|
1270
|
+
name: "String"
|
|
1271
|
+
}
|
|
1272
|
+
}, creationData: {
|
|
1273
|
+
serializedName: "properties.creationData",
|
|
1274
|
+
type: {
|
|
1275
|
+
name: "Composite",
|
|
1276
|
+
className: "SourceCreationData"
|
|
1277
|
+
}
|
|
1278
|
+
}, sizeGiB: {
|
|
1279
|
+
serializedName: "properties.sizeGiB",
|
|
1280
|
+
required: true,
|
|
1281
|
+
type: {
|
|
1282
|
+
name: "Number"
|
|
1283
|
+
}
|
|
1284
|
+
}, storageTarget: {
|
|
1285
|
+
serializedName: "properties.storageTarget",
|
|
1286
|
+
type: {
|
|
1287
|
+
name: "Composite",
|
|
1288
|
+
className: "IscsiTargetInfo"
|
|
1289
|
+
}
|
|
1290
|
+
}, managedBy: {
|
|
1291
|
+
serializedName: "properties.managedBy",
|
|
1292
|
+
type: {
|
|
1293
|
+
name: "Composite",
|
|
1294
|
+
className: "ManagedByInfo"
|
|
1295
|
+
}
|
|
1296
|
+
}, provisioningState: {
|
|
1297
|
+
serializedName: "properties.provisioningState",
|
|
1298
|
+
readOnly: true,
|
|
1299
|
+
type: {
|
|
1300
|
+
name: "String"
|
|
1301
|
+
}
|
|
1302
|
+
} })
|
|
1303
|
+
}
|
|
1304
|
+
};
|
|
1305
|
+
export const Snapshot = {
|
|
1306
|
+
type: {
|
|
1307
|
+
name: "Composite",
|
|
1308
|
+
className: "Snapshot",
|
|
1309
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { creationData: {
|
|
1310
|
+
serializedName: "properties.creationData",
|
|
1311
|
+
type: {
|
|
1312
|
+
name: "Composite",
|
|
1313
|
+
className: "SnapshotCreationData"
|
|
1314
|
+
}
|
|
1315
|
+
}, provisioningState: {
|
|
1316
|
+
serializedName: "properties.provisioningState",
|
|
1317
|
+
readOnly: true,
|
|
1318
|
+
type: {
|
|
1319
|
+
name: "String"
|
|
1320
|
+
}
|
|
1321
|
+
}, sourceVolumeSizeGiB: {
|
|
1322
|
+
serializedName: "properties.sourceVolumeSizeGiB",
|
|
1323
|
+
readOnly: true,
|
|
1324
|
+
type: {
|
|
1325
|
+
name: "Number"
|
|
1326
|
+
}
|
|
1327
|
+
}, volumeName: {
|
|
1328
|
+
serializedName: "properties.volumeName",
|
|
1329
|
+
readOnly: true,
|
|
1330
|
+
type: {
|
|
1331
|
+
name: "String"
|
|
1332
|
+
}
|
|
874
1333
|
} })
|
|
875
1334
|
}
|
|
876
1335
|
};
|
|
1336
|
+
export const ElasticSansUpdateHeaders = {
|
|
1337
|
+
type: {
|
|
1338
|
+
name: "Composite",
|
|
1339
|
+
className: "ElasticSansUpdateHeaders",
|
|
1340
|
+
modelProperties: {
|
|
1341
|
+
location: {
|
|
1342
|
+
serializedName: "location",
|
|
1343
|
+
type: {
|
|
1344
|
+
name: "String"
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
};
|
|
1350
|
+
export const ElasticSansDeleteHeaders = {
|
|
1351
|
+
type: {
|
|
1352
|
+
name: "Composite",
|
|
1353
|
+
className: "ElasticSansDeleteHeaders",
|
|
1354
|
+
modelProperties: {
|
|
1355
|
+
location: {
|
|
1356
|
+
serializedName: "location",
|
|
1357
|
+
type: {
|
|
1358
|
+
name: "String"
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
};
|
|
1364
|
+
export const VolumeGroupsUpdateHeaders = {
|
|
1365
|
+
type: {
|
|
1366
|
+
name: "Composite",
|
|
1367
|
+
className: "VolumeGroupsUpdateHeaders",
|
|
1368
|
+
modelProperties: {
|
|
1369
|
+
location: {
|
|
1370
|
+
serializedName: "location",
|
|
1371
|
+
type: {
|
|
1372
|
+
name: "String"
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
};
|
|
1378
|
+
export const VolumeGroupsDeleteHeaders = {
|
|
1379
|
+
type: {
|
|
1380
|
+
name: "Composite",
|
|
1381
|
+
className: "VolumeGroupsDeleteHeaders",
|
|
1382
|
+
modelProperties: {
|
|
1383
|
+
location: {
|
|
1384
|
+
serializedName: "location",
|
|
1385
|
+
type: {
|
|
1386
|
+
name: "String"
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
};
|
|
1392
|
+
export const VolumesUpdateHeaders = {
|
|
1393
|
+
type: {
|
|
1394
|
+
name: "Composite",
|
|
1395
|
+
className: "VolumesUpdateHeaders",
|
|
1396
|
+
modelProperties: {
|
|
1397
|
+
location: {
|
|
1398
|
+
serializedName: "location",
|
|
1399
|
+
type: {
|
|
1400
|
+
name: "String"
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
};
|
|
1406
|
+
export const VolumesDeleteHeaders = {
|
|
1407
|
+
type: {
|
|
1408
|
+
name: "Composite",
|
|
1409
|
+
className: "VolumesDeleteHeaders",
|
|
1410
|
+
modelProperties: {
|
|
1411
|
+
location: {
|
|
1412
|
+
serializedName: "location",
|
|
1413
|
+
type: {
|
|
1414
|
+
name: "String"
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
};
|
|
1420
|
+
export const PrivateEndpointConnectionsDeleteHeaders = {
|
|
1421
|
+
type: {
|
|
1422
|
+
name: "Composite",
|
|
1423
|
+
className: "PrivateEndpointConnectionsDeleteHeaders",
|
|
1424
|
+
modelProperties: {
|
|
1425
|
+
location: {
|
|
1426
|
+
serializedName: "location",
|
|
1427
|
+
type: {
|
|
1428
|
+
name: "String"
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
};
|
|
1434
|
+
export const VolumeSnapshotsDeleteHeaders = {
|
|
1435
|
+
type: {
|
|
1436
|
+
name: "Composite",
|
|
1437
|
+
className: "VolumeSnapshotsDeleteHeaders",
|
|
1438
|
+
modelProperties: {
|
|
1439
|
+
location: {
|
|
1440
|
+
serializedName: "location",
|
|
1441
|
+
type: {
|
|
1442
|
+
name: "String"
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
};
|
|
877
1448
|
//# sourceMappingURL=mappers.js.map
|