@azure/arm-sqlvirtualmachine 3.1.0 → 5.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -78
- package/dist/index.js +2827 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +783 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +103 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +31 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +366 -340
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +143 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts +89 -0
- package/dist-esm/src/operations/availabilityGroupListeners.d.ts.map +1 -0
- package/dist-esm/src/operations/availabilityGroupListeners.js +338 -0
- package/dist-esm/src/operations/availabilityGroupListeners.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +116 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts +117 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js +487 -0
- package/dist-esm/src/operations/sqlVirtualMachineGroups.js.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts +144 -0
- package/dist-esm/src/operations/sqlVirtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/sqlVirtualMachines.js +598 -0
- package/dist-esm/src/operations/sqlVirtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js +9 -0
- package/dist-esm/src/operationsInterfaces/availabilityGroupListeners.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts +79 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachineGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts +87 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/sqlVirtualMachines.js.map +1 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts +21 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.d.ts.map +1 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.js +54 -0
- package/dist-esm/src/sqlVirtualMachineManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-sqlvirtualmachine.api.md +678 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +641 -985
- package/src/models/mappers.ts +380 -351
- package/src/models/parameters.ts +106 -41
- package/src/operations/availabilityGroupListeners.ts +366 -222
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +89 -79
- package/src/operations/sqlVirtualMachineGroups.ts +517 -344
- package/src/operations/sqlVirtualMachines.ts +662 -336
- package/src/operationsInterfaces/availabilityGroupListeners.ts +115 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/sqlVirtualMachineGroups.ts +147 -0
- package/src/operationsInterfaces/sqlVirtualMachines.ts +160 -0
- package/src/sqlVirtualMachineManagementClient.ts +78 -35
- package/tsconfig.json +4 -4
- package/types/arm-sqlvirtualmachine.d.ts +1141 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-sqlvirtualmachine.js +0 -2335
- package/dist/arm-sqlvirtualmachine.js.map +0 -1
- package/dist/arm-sqlvirtualmachine.min.js +0 -1
- package/dist/arm-sqlvirtualmachine.min.js.map +0 -1
- package/esm/models/availabilityGroupListenersMappers.d.ts +0 -2
- package/esm/models/availabilityGroupListenersMappers.d.ts.map +0 -1
- package/esm/models/availabilityGroupListenersMappers.js +0 -9
- package/esm/models/availabilityGroupListenersMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1156
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -31
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -11
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -103
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/sqlVirtualMachineGroupsMappers.d.ts +0 -2
- package/esm/models/sqlVirtualMachineGroupsMappers.d.ts.map +0 -1
- package/esm/models/sqlVirtualMachineGroupsMappers.js +0 -9
- package/esm/models/sqlVirtualMachineGroupsMappers.js.map +0 -1
- package/esm/models/sqlVirtualMachinesMappers.d.ts +0 -2
- package/esm/models/sqlVirtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/sqlVirtualMachinesMappers.js +0 -9
- package/esm/models/sqlVirtualMachinesMappers.js.map +0 -1
- package/esm/operations/availabilityGroupListeners.d.ts +0 -125
- package/esm/operations/availabilityGroupListeners.d.ts.map +0 -1
- package/esm/operations/availabilityGroupListeners.js +0 -238
- package/esm/operations/availabilityGroupListeners.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/sqlVirtualMachineGroups.d.ts +0 -168
- package/esm/operations/sqlVirtualMachineGroups.d.ts.map +0 -1
- package/esm/operations/sqlVirtualMachineGroups.js +0 -337
- package/esm/operations/sqlVirtualMachineGroups.js.map +0 -1
- package/esm/operations/sqlVirtualMachines.d.ts +0 -168
- package/esm/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/esm/operations/sqlVirtualMachines.js +0 -338
- package/esm/operations/sqlVirtualMachines.js.map +0 -1
- package/esm/sqlVirtualMachineManagementClient.d.ts +0 -21
- package/esm/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/esm/sqlVirtualMachineManagementClient.js +0 -36
- package/esm/sqlVirtualMachineManagementClient.js.map +0 -1
- package/esm/sqlVirtualMachineManagementClientContext.d.ts +0 -16
- package/esm/sqlVirtualMachineManagementClientContext.d.ts.map +0 -1
- package/esm/sqlVirtualMachineManagementClientContext.js +0 -56
- package/esm/sqlVirtualMachineManagementClientContext.js.map +0 -1
- package/src/models/availabilityGroupListenersMappers.ts +0 -32
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/sqlVirtualMachineGroupsMappers.ts +0 -33
- package/src/models/sqlVirtualMachinesMappers.ts +0 -33
- package/src/sqlVirtualMachineManagementClientContext.ts +0 -62
|
@@ -1,37 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
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
|
-
|
|
9
|
-
import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
|
|
10
|
-
export var CloudError = CloudErrorMapper;
|
|
11
|
-
export var BaseResource = BaseResourceMapper;
|
|
12
|
-
export var PrivateIPAddress = {
|
|
13
|
-
serializedName: "PrivateIPAddress",
|
|
14
|
-
type: {
|
|
15
|
-
name: "Composite",
|
|
16
|
-
className: "PrivateIPAddress",
|
|
17
|
-
modelProperties: {
|
|
18
|
-
ipAddress: {
|
|
19
|
-
serializedName: "ipAddress",
|
|
20
|
-
type: {
|
|
21
|
-
name: "String"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
subnetResourceId: {
|
|
25
|
-
serializedName: "subnetResourceId",
|
|
26
|
-
type: {
|
|
27
|
-
name: "String"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
export var LoadBalancerConfiguration = {
|
|
34
|
-
serializedName: "LoadBalancerConfiguration",
|
|
8
|
+
export const LoadBalancerConfiguration = {
|
|
35
9
|
type: {
|
|
36
10
|
name: "Composite",
|
|
37
11
|
className: "LoadBalancerConfiguration",
|
|
@@ -75,29 +49,48 @@ export var LoadBalancerConfiguration = {
|
|
|
75
49
|
}
|
|
76
50
|
}
|
|
77
51
|
};
|
|
78
|
-
export
|
|
79
|
-
|
|
52
|
+
export const PrivateIPAddress = {
|
|
53
|
+
type: {
|
|
54
|
+
name: "Composite",
|
|
55
|
+
className: "PrivateIPAddress",
|
|
56
|
+
modelProperties: {
|
|
57
|
+
ipAddress: {
|
|
58
|
+
serializedName: "ipAddress",
|
|
59
|
+
type: {
|
|
60
|
+
name: "String"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
subnetResourceId: {
|
|
64
|
+
serializedName: "subnetResourceId",
|
|
65
|
+
type: {
|
|
66
|
+
name: "String"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
export const Resource = {
|
|
80
73
|
type: {
|
|
81
74
|
name: "Composite",
|
|
82
75
|
className: "Resource",
|
|
83
76
|
modelProperties: {
|
|
84
77
|
id: {
|
|
85
|
-
readOnly: true,
|
|
86
78
|
serializedName: "id",
|
|
79
|
+
readOnly: true,
|
|
87
80
|
type: {
|
|
88
81
|
name: "String"
|
|
89
82
|
}
|
|
90
83
|
},
|
|
91
84
|
name: {
|
|
92
|
-
readOnly: true,
|
|
93
85
|
serializedName: "name",
|
|
86
|
+
readOnly: true,
|
|
94
87
|
type: {
|
|
95
88
|
name: "String"
|
|
96
89
|
}
|
|
97
90
|
},
|
|
98
91
|
type: {
|
|
99
|
-
readOnly: true,
|
|
100
92
|
serializedName: "type",
|
|
93
|
+
readOnly: true,
|
|
101
94
|
type: {
|
|
102
95
|
name: "String"
|
|
103
96
|
}
|
|
@@ -105,136 +98,138 @@ export var Resource = {
|
|
|
105
98
|
}
|
|
106
99
|
}
|
|
107
100
|
};
|
|
108
|
-
export
|
|
109
|
-
serializedName: "ProxyResource",
|
|
110
|
-
type: {
|
|
111
|
-
name: "Composite",
|
|
112
|
-
className: "ProxyResource",
|
|
113
|
-
modelProperties: tslib_1.__assign({}, Resource.type.modelProperties)
|
|
114
|
-
}
|
|
115
|
-
};
|
|
116
|
-
export var AvailabilityGroupListener = {
|
|
117
|
-
serializedName: "AvailabilityGroupListener",
|
|
101
|
+
export const AvailabilityGroupListenerListResult = {
|
|
118
102
|
type: {
|
|
119
103
|
name: "Composite",
|
|
120
|
-
className: "
|
|
121
|
-
modelProperties:
|
|
104
|
+
className: "AvailabilityGroupListenerListResult",
|
|
105
|
+
modelProperties: {
|
|
106
|
+
value: {
|
|
107
|
+
serializedName: "value",
|
|
122
108
|
readOnly: true,
|
|
123
|
-
serializedName: "properties.provisioningState",
|
|
124
109
|
type: {
|
|
125
|
-
name: "
|
|
110
|
+
name: "Sequence",
|
|
111
|
+
element: {
|
|
112
|
+
type: {
|
|
113
|
+
name: "Composite",
|
|
114
|
+
className: "AvailabilityGroupListener"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
126
117
|
}
|
|
127
|
-
},
|
|
128
|
-
|
|
118
|
+
},
|
|
119
|
+
nextLink: {
|
|
120
|
+
serializedName: "nextLink",
|
|
121
|
+
readOnly: true,
|
|
129
122
|
type: {
|
|
130
123
|
name: "String"
|
|
131
124
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
export const OperationListResult = {
|
|
130
|
+
type: {
|
|
131
|
+
name: "Composite",
|
|
132
|
+
className: "OperationListResult",
|
|
133
|
+
modelProperties: {
|
|
134
|
+
value: {
|
|
135
|
+
serializedName: "value",
|
|
136
|
+
readOnly: true,
|
|
134
137
|
type: {
|
|
135
138
|
name: "Sequence",
|
|
136
139
|
element: {
|
|
137
140
|
type: {
|
|
138
141
|
name: "Composite",
|
|
139
|
-
className: "
|
|
142
|
+
className: "Operation"
|
|
140
143
|
}
|
|
141
144
|
}
|
|
142
145
|
}
|
|
143
|
-
},
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
}, port: {
|
|
149
|
-
serializedName: "properties.port",
|
|
146
|
+
},
|
|
147
|
+
nextLink: {
|
|
148
|
+
serializedName: "nextLink",
|
|
149
|
+
readOnly: true,
|
|
150
150
|
type: {
|
|
151
|
-
name: "
|
|
151
|
+
name: "String"
|
|
152
152
|
}
|
|
153
|
-
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
154
155
|
}
|
|
155
156
|
};
|
|
156
|
-
export
|
|
157
|
-
serializedName: "OperationDisplay",
|
|
157
|
+
export const Operation = {
|
|
158
158
|
type: {
|
|
159
159
|
name: "Composite",
|
|
160
|
-
className: "
|
|
160
|
+
className: "Operation",
|
|
161
161
|
modelProperties: {
|
|
162
|
-
|
|
162
|
+
name: {
|
|
163
|
+
serializedName: "name",
|
|
163
164
|
readOnly: true,
|
|
164
|
-
serializedName: "provider",
|
|
165
165
|
type: {
|
|
166
166
|
name: "String"
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
serializedName: "resource",
|
|
169
|
+
display: {
|
|
170
|
+
serializedName: "display",
|
|
172
171
|
type: {
|
|
173
|
-
name: "
|
|
172
|
+
name: "Composite",
|
|
173
|
+
className: "OperationDisplay"
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
|
-
|
|
176
|
+
origin: {
|
|
177
|
+
serializedName: "origin",
|
|
177
178
|
readOnly: true,
|
|
178
|
-
serializedName: "operation",
|
|
179
179
|
type: {
|
|
180
180
|
name: "String"
|
|
181
181
|
}
|
|
182
182
|
},
|
|
183
|
-
|
|
183
|
+
properties: {
|
|
184
|
+
serializedName: "properties",
|
|
184
185
|
readOnly: true,
|
|
185
|
-
serializedName: "description",
|
|
186
186
|
type: {
|
|
187
|
-
name: "
|
|
187
|
+
name: "Dictionary",
|
|
188
|
+
value: {
|
|
189
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
190
|
+
}
|
|
188
191
|
}
|
|
189
192
|
}
|
|
190
193
|
}
|
|
191
194
|
}
|
|
192
195
|
};
|
|
193
|
-
export
|
|
194
|
-
serializedName: "Operation",
|
|
196
|
+
export const OperationDisplay = {
|
|
195
197
|
type: {
|
|
196
198
|
name: "Composite",
|
|
197
|
-
className: "
|
|
199
|
+
className: "OperationDisplay",
|
|
198
200
|
modelProperties: {
|
|
199
|
-
|
|
201
|
+
provider: {
|
|
202
|
+
serializedName: "provider",
|
|
200
203
|
readOnly: true,
|
|
201
|
-
serializedName: "name",
|
|
202
204
|
type: {
|
|
203
205
|
name: "String"
|
|
204
206
|
}
|
|
205
207
|
},
|
|
206
|
-
|
|
208
|
+
resource: {
|
|
209
|
+
serializedName: "resource",
|
|
207
210
|
readOnly: true,
|
|
208
|
-
serializedName: "display",
|
|
209
211
|
type: {
|
|
210
|
-
name: "
|
|
211
|
-
className: "OperationDisplay"
|
|
212
|
+
name: "String"
|
|
212
213
|
}
|
|
213
214
|
},
|
|
214
|
-
|
|
215
|
+
operation: {
|
|
216
|
+
serializedName: "operation",
|
|
215
217
|
readOnly: true,
|
|
216
|
-
serializedName: "origin",
|
|
217
218
|
type: {
|
|
218
219
|
name: "String"
|
|
219
220
|
}
|
|
220
221
|
},
|
|
221
|
-
|
|
222
|
+
description: {
|
|
223
|
+
serializedName: "description",
|
|
222
224
|
readOnly: true,
|
|
223
|
-
serializedName: "properties",
|
|
224
225
|
type: {
|
|
225
|
-
name: "
|
|
226
|
-
value: {
|
|
227
|
-
type: {
|
|
228
|
-
name: "Object"
|
|
229
|
-
}
|
|
230
|
-
}
|
|
226
|
+
name: "String"
|
|
231
227
|
}
|
|
232
228
|
}
|
|
233
229
|
}
|
|
234
230
|
}
|
|
235
231
|
};
|
|
236
|
-
export
|
|
237
|
-
serializedName: "WsfcDomainProfile",
|
|
232
|
+
export const WsfcDomainProfile = {
|
|
238
233
|
type: {
|
|
239
234
|
name: "Composite",
|
|
240
235
|
className: "WsfcDomainProfile",
|
|
@@ -290,107 +285,85 @@ export var WsfcDomainProfile = {
|
|
|
290
285
|
}
|
|
291
286
|
}
|
|
292
287
|
};
|
|
293
|
-
export
|
|
294
|
-
serializedName: "TrackedResource",
|
|
288
|
+
export const SqlVirtualMachineGroupUpdate = {
|
|
295
289
|
type: {
|
|
296
290
|
name: "Composite",
|
|
297
|
-
className: "
|
|
298
|
-
modelProperties:
|
|
299
|
-
|
|
300
|
-
serializedName: "location",
|
|
301
|
-
type: {
|
|
302
|
-
name: "String"
|
|
303
|
-
}
|
|
304
|
-
}, tags: {
|
|
291
|
+
className: "SqlVirtualMachineGroupUpdate",
|
|
292
|
+
modelProperties: {
|
|
293
|
+
tags: {
|
|
305
294
|
serializedName: "tags",
|
|
306
295
|
type: {
|
|
307
296
|
name: "Dictionary",
|
|
308
|
-
value: {
|
|
309
|
-
type: {
|
|
310
|
-
name: "String"
|
|
311
|
-
}
|
|
312
|
-
}
|
|
297
|
+
value: { type: { name: "String" } }
|
|
313
298
|
}
|
|
314
|
-
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
315
301
|
}
|
|
316
302
|
};
|
|
317
|
-
export
|
|
318
|
-
serializedName: "SqlVirtualMachineGroup",
|
|
303
|
+
export const SqlVirtualMachineGroupListResult = {
|
|
319
304
|
type: {
|
|
320
305
|
name: "Composite",
|
|
321
|
-
className: "
|
|
322
|
-
modelProperties:
|
|
323
|
-
|
|
324
|
-
serializedName: "
|
|
325
|
-
type: {
|
|
326
|
-
name: "String"
|
|
327
|
-
}
|
|
328
|
-
}, sqlImageOffer: {
|
|
329
|
-
serializedName: "properties.sqlImageOffer",
|
|
330
|
-
type: {
|
|
331
|
-
name: "String"
|
|
332
|
-
}
|
|
333
|
-
}, sqlImageSku: {
|
|
334
|
-
serializedName: "properties.sqlImageSku",
|
|
335
|
-
type: {
|
|
336
|
-
name: "String"
|
|
337
|
-
}
|
|
338
|
-
}, scaleType: {
|
|
339
|
-
readOnly: true,
|
|
340
|
-
serializedName: "properties.scaleType",
|
|
341
|
-
type: {
|
|
342
|
-
name: "String"
|
|
343
|
-
}
|
|
344
|
-
}, clusterManagerType: {
|
|
306
|
+
className: "SqlVirtualMachineGroupListResult",
|
|
307
|
+
modelProperties: {
|
|
308
|
+
value: {
|
|
309
|
+
serializedName: "value",
|
|
345
310
|
readOnly: true,
|
|
346
|
-
serializedName: "properties.clusterManagerType",
|
|
347
311
|
type: {
|
|
348
|
-
name: "
|
|
312
|
+
name: "Sequence",
|
|
313
|
+
element: {
|
|
314
|
+
type: {
|
|
315
|
+
name: "Composite",
|
|
316
|
+
className: "SqlVirtualMachineGroup"
|
|
317
|
+
}
|
|
318
|
+
}
|
|
349
319
|
}
|
|
350
|
-
},
|
|
320
|
+
},
|
|
321
|
+
nextLink: {
|
|
322
|
+
serializedName: "nextLink",
|
|
351
323
|
readOnly: true,
|
|
352
|
-
serializedName: "properties.clusterConfiguration",
|
|
353
324
|
type: {
|
|
354
325
|
name: "String"
|
|
355
326
|
}
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
type: {
|
|
359
|
-
name: "Composite",
|
|
360
|
-
className: "WsfcDomainProfile"
|
|
361
|
-
}
|
|
362
|
-
} })
|
|
327
|
+
}
|
|
328
|
+
}
|
|
363
329
|
}
|
|
364
330
|
};
|
|
365
|
-
export
|
|
366
|
-
serializedName: "SqlVirtualMachineGroupUpdate",
|
|
331
|
+
export const SqlVirtualMachineListResult = {
|
|
367
332
|
type: {
|
|
368
333
|
name: "Composite",
|
|
369
|
-
className: "
|
|
334
|
+
className: "SqlVirtualMachineListResult",
|
|
370
335
|
modelProperties: {
|
|
371
|
-
|
|
372
|
-
serializedName: "
|
|
336
|
+
value: {
|
|
337
|
+
serializedName: "value",
|
|
338
|
+
readOnly: true,
|
|
373
339
|
type: {
|
|
374
|
-
name: "
|
|
375
|
-
|
|
340
|
+
name: "Sequence",
|
|
341
|
+
element: {
|
|
376
342
|
type: {
|
|
377
|
-
name: "
|
|
343
|
+
name: "Composite",
|
|
344
|
+
className: "SqlVirtualMachine"
|
|
378
345
|
}
|
|
379
346
|
}
|
|
380
347
|
}
|
|
348
|
+
},
|
|
349
|
+
nextLink: {
|
|
350
|
+
serializedName: "nextLink",
|
|
351
|
+
readOnly: true,
|
|
352
|
+
type: {
|
|
353
|
+
name: "String"
|
|
354
|
+
}
|
|
381
355
|
}
|
|
382
356
|
}
|
|
383
357
|
}
|
|
384
358
|
};
|
|
385
|
-
export
|
|
386
|
-
serializedName: "ResourceIdentity",
|
|
359
|
+
export const ResourceIdentity = {
|
|
387
360
|
type: {
|
|
388
361
|
name: "Composite",
|
|
389
362
|
className: "ResourceIdentity",
|
|
390
363
|
modelProperties: {
|
|
391
364
|
principalId: {
|
|
392
|
-
readOnly: true,
|
|
393
365
|
serializedName: "principalId",
|
|
366
|
+
readOnly: true,
|
|
394
367
|
type: {
|
|
395
368
|
name: "Uuid"
|
|
396
369
|
}
|
|
@@ -402,8 +375,8 @@ export var ResourceIdentity = {
|
|
|
402
375
|
}
|
|
403
376
|
},
|
|
404
377
|
tenantId: {
|
|
405
|
-
readOnly: true,
|
|
406
378
|
serializedName: "tenantId",
|
|
379
|
+
readOnly: true,
|
|
407
380
|
type: {
|
|
408
381
|
name: "Uuid"
|
|
409
382
|
}
|
|
@@ -411,8 +384,7 @@ export var ResourceIdentity = {
|
|
|
411
384
|
}
|
|
412
385
|
}
|
|
413
386
|
};
|
|
414
|
-
export
|
|
415
|
-
serializedName: "WsfcDomainCredentials",
|
|
387
|
+
export const WsfcDomainCredentials = {
|
|
416
388
|
type: {
|
|
417
389
|
name: "Composite",
|
|
418
390
|
className: "WsfcDomainCredentials",
|
|
@@ -438,8 +410,7 @@ export var WsfcDomainCredentials = {
|
|
|
438
410
|
}
|
|
439
411
|
}
|
|
440
412
|
};
|
|
441
|
-
export
|
|
442
|
-
serializedName: "AutoPatchingSettings",
|
|
413
|
+
export const AutoPatchingSettings = {
|
|
443
414
|
type: {
|
|
444
415
|
name: "Composite",
|
|
445
416
|
className: "AutoPatchingSettings",
|
|
@@ -480,8 +451,7 @@ export var AutoPatchingSettings = {
|
|
|
480
451
|
}
|
|
481
452
|
}
|
|
482
453
|
};
|
|
483
|
-
export
|
|
484
|
-
serializedName: "AutoBackupSettings",
|
|
454
|
+
export const AutoBackupSettings = {
|
|
485
455
|
type: {
|
|
486
456
|
name: "Composite",
|
|
487
457
|
className: "AutoBackupSettings",
|
|
@@ -561,8 +531,7 @@ export var AutoBackupSettings = {
|
|
|
561
531
|
}
|
|
562
532
|
}
|
|
563
533
|
};
|
|
564
|
-
export
|
|
565
|
-
serializedName: "KeyVaultCredentialSettings",
|
|
534
|
+
export const KeyVaultCredentialSettings = {
|
|
566
535
|
type: {
|
|
567
536
|
name: "Composite",
|
|
568
537
|
className: "KeyVaultCredentialSettings",
|
|
@@ -600,22 +569,57 @@ export var KeyVaultCredentialSettings = {
|
|
|
600
569
|
}
|
|
601
570
|
}
|
|
602
571
|
};
|
|
603
|
-
export
|
|
604
|
-
serializedName: "SqlConnectivityUpdateSettings",
|
|
572
|
+
export const ServerConfigurationsManagementSettings = {
|
|
605
573
|
type: {
|
|
606
574
|
name: "Composite",
|
|
607
|
-
className: "
|
|
575
|
+
className: "ServerConfigurationsManagementSettings",
|
|
608
576
|
modelProperties: {
|
|
609
|
-
|
|
610
|
-
serializedName: "
|
|
577
|
+
sqlConnectivityUpdateSettings: {
|
|
578
|
+
serializedName: "sqlConnectivityUpdateSettings",
|
|
611
579
|
type: {
|
|
612
|
-
name: "
|
|
580
|
+
name: "Composite",
|
|
581
|
+
className: "SqlConnectivityUpdateSettings"
|
|
613
582
|
}
|
|
614
583
|
},
|
|
615
|
-
|
|
616
|
-
serializedName: "
|
|
584
|
+
sqlWorkloadTypeUpdateSettings: {
|
|
585
|
+
serializedName: "sqlWorkloadTypeUpdateSettings",
|
|
617
586
|
type: {
|
|
618
|
-
name: "
|
|
587
|
+
name: "Composite",
|
|
588
|
+
className: "SqlWorkloadTypeUpdateSettings"
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
sqlStorageUpdateSettings: {
|
|
592
|
+
serializedName: "sqlStorageUpdateSettings",
|
|
593
|
+
type: {
|
|
594
|
+
name: "Composite",
|
|
595
|
+
className: "SqlStorageUpdateSettings"
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
additionalFeaturesServerConfigurations: {
|
|
599
|
+
serializedName: "additionalFeaturesServerConfigurations",
|
|
600
|
+
type: {
|
|
601
|
+
name: "Composite",
|
|
602
|
+
className: "AdditionalFeaturesServerConfigurations"
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
};
|
|
608
|
+
export const SqlConnectivityUpdateSettings = {
|
|
609
|
+
type: {
|
|
610
|
+
name: "Composite",
|
|
611
|
+
className: "SqlConnectivityUpdateSettings",
|
|
612
|
+
modelProperties: {
|
|
613
|
+
connectivityType: {
|
|
614
|
+
serializedName: "connectivityType",
|
|
615
|
+
type: {
|
|
616
|
+
name: "String"
|
|
617
|
+
}
|
|
618
|
+
},
|
|
619
|
+
port: {
|
|
620
|
+
serializedName: "port",
|
|
621
|
+
type: {
|
|
622
|
+
name: "Number"
|
|
619
623
|
}
|
|
620
624
|
},
|
|
621
625
|
sqlAuthUpdateUserName: {
|
|
@@ -633,8 +637,7 @@ export var SqlConnectivityUpdateSettings = {
|
|
|
633
637
|
}
|
|
634
638
|
}
|
|
635
639
|
};
|
|
636
|
-
export
|
|
637
|
-
serializedName: "SqlWorkloadTypeUpdateSettings",
|
|
640
|
+
export const SqlWorkloadTypeUpdateSettings = {
|
|
638
641
|
type: {
|
|
639
642
|
name: "Composite",
|
|
640
643
|
className: "SqlWorkloadTypeUpdateSettings",
|
|
@@ -648,8 +651,7 @@ export var SqlWorkloadTypeUpdateSettings = {
|
|
|
648
651
|
}
|
|
649
652
|
}
|
|
650
653
|
};
|
|
651
|
-
export
|
|
652
|
-
serializedName: "SqlStorageUpdateSettings",
|
|
654
|
+
export const SqlStorageUpdateSettings = {
|
|
653
655
|
type: {
|
|
654
656
|
name: "Composite",
|
|
655
657
|
className: "SqlStorageUpdateSettings",
|
|
@@ -675,8 +677,7 @@ export var SqlStorageUpdateSettings = {
|
|
|
675
677
|
}
|
|
676
678
|
}
|
|
677
679
|
};
|
|
678
|
-
export
|
|
679
|
-
serializedName: "AdditionalFeaturesServerConfigurations",
|
|
680
|
+
export const AdditionalFeaturesServerConfigurations = {
|
|
680
681
|
type: {
|
|
681
682
|
name: "Composite",
|
|
682
683
|
className: "AdditionalFeaturesServerConfigurations",
|
|
@@ -690,49 +691,204 @@ export var AdditionalFeaturesServerConfigurations = {
|
|
|
690
691
|
}
|
|
691
692
|
}
|
|
692
693
|
};
|
|
693
|
-
export
|
|
694
|
-
serializedName: "ServerConfigurationsManagementSettings",
|
|
694
|
+
export const StorageConfigurationSettings = {
|
|
695
695
|
type: {
|
|
696
696
|
name: "Composite",
|
|
697
|
-
className: "
|
|
697
|
+
className: "StorageConfigurationSettings",
|
|
698
698
|
modelProperties: {
|
|
699
|
-
|
|
700
|
-
serializedName: "
|
|
699
|
+
sqlDataSettings: {
|
|
700
|
+
serializedName: "sqlDataSettings",
|
|
701
701
|
type: {
|
|
702
702
|
name: "Composite",
|
|
703
|
-
className: "
|
|
703
|
+
className: "SQLStorageSettings"
|
|
704
704
|
}
|
|
705
705
|
},
|
|
706
|
-
|
|
707
|
-
serializedName: "
|
|
706
|
+
sqlLogSettings: {
|
|
707
|
+
serializedName: "sqlLogSettings",
|
|
708
708
|
type: {
|
|
709
709
|
name: "Composite",
|
|
710
|
-
className: "
|
|
710
|
+
className: "SQLStorageSettings"
|
|
711
711
|
}
|
|
712
712
|
},
|
|
713
|
-
|
|
714
|
-
serializedName: "
|
|
713
|
+
sqlTempDbSettings: {
|
|
714
|
+
serializedName: "sqlTempDbSettings",
|
|
715
715
|
type: {
|
|
716
716
|
name: "Composite",
|
|
717
|
-
className: "
|
|
717
|
+
className: "SQLStorageSettings"
|
|
718
718
|
}
|
|
719
719
|
},
|
|
720
|
-
|
|
721
|
-
serializedName: "
|
|
720
|
+
diskConfigurationType: {
|
|
721
|
+
serializedName: "diskConfigurationType",
|
|
722
722
|
type: {
|
|
723
|
-
name: "
|
|
724
|
-
|
|
723
|
+
name: "String"
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
storageWorkloadType: {
|
|
727
|
+
serializedName: "storageWorkloadType",
|
|
728
|
+
type: {
|
|
729
|
+
name: "String"
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
};
|
|
735
|
+
export const SQLStorageSettings = {
|
|
736
|
+
type: {
|
|
737
|
+
name: "Composite",
|
|
738
|
+
className: "SQLStorageSettings",
|
|
739
|
+
modelProperties: {
|
|
740
|
+
luns: {
|
|
741
|
+
serializedName: "luns",
|
|
742
|
+
type: {
|
|
743
|
+
name: "Sequence",
|
|
744
|
+
element: {
|
|
745
|
+
type: {
|
|
746
|
+
name: "Number"
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
defaultFilePath: {
|
|
752
|
+
serializedName: "defaultFilePath",
|
|
753
|
+
type: {
|
|
754
|
+
name: "String"
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
};
|
|
760
|
+
export const SqlVirtualMachineUpdate = {
|
|
761
|
+
type: {
|
|
762
|
+
name: "Composite",
|
|
763
|
+
className: "SqlVirtualMachineUpdate",
|
|
764
|
+
modelProperties: {
|
|
765
|
+
tags: {
|
|
766
|
+
serializedName: "tags",
|
|
767
|
+
type: {
|
|
768
|
+
name: "Dictionary",
|
|
769
|
+
value: { type: { name: "String" } }
|
|
725
770
|
}
|
|
726
771
|
}
|
|
727
772
|
}
|
|
728
773
|
}
|
|
729
774
|
};
|
|
730
|
-
export
|
|
731
|
-
|
|
775
|
+
export const ProxyResource = {
|
|
776
|
+
type: {
|
|
777
|
+
name: "Composite",
|
|
778
|
+
className: "ProxyResource",
|
|
779
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
780
|
+
}
|
|
781
|
+
};
|
|
782
|
+
export const TrackedResource = {
|
|
783
|
+
type: {
|
|
784
|
+
name: "Composite",
|
|
785
|
+
className: "TrackedResource",
|
|
786
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { location: {
|
|
787
|
+
serializedName: "location",
|
|
788
|
+
required: true,
|
|
789
|
+
type: {
|
|
790
|
+
name: "String"
|
|
791
|
+
}
|
|
792
|
+
}, tags: {
|
|
793
|
+
serializedName: "tags",
|
|
794
|
+
type: {
|
|
795
|
+
name: "Dictionary",
|
|
796
|
+
value: { type: { name: "String" } }
|
|
797
|
+
}
|
|
798
|
+
} })
|
|
799
|
+
}
|
|
800
|
+
};
|
|
801
|
+
export const AvailabilityGroupListener = {
|
|
802
|
+
type: {
|
|
803
|
+
name: "Composite",
|
|
804
|
+
className: "AvailabilityGroupListener",
|
|
805
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { provisioningState: {
|
|
806
|
+
serializedName: "properties.provisioningState",
|
|
807
|
+
readOnly: true,
|
|
808
|
+
type: {
|
|
809
|
+
name: "String"
|
|
810
|
+
}
|
|
811
|
+
}, availabilityGroupName: {
|
|
812
|
+
serializedName: "properties.availabilityGroupName",
|
|
813
|
+
type: {
|
|
814
|
+
name: "String"
|
|
815
|
+
}
|
|
816
|
+
}, loadBalancerConfigurations: {
|
|
817
|
+
serializedName: "properties.loadBalancerConfigurations",
|
|
818
|
+
type: {
|
|
819
|
+
name: "Sequence",
|
|
820
|
+
element: {
|
|
821
|
+
type: {
|
|
822
|
+
name: "Composite",
|
|
823
|
+
className: "LoadBalancerConfiguration"
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
}, createDefaultAvailabilityGroupIfNotExist: {
|
|
828
|
+
serializedName: "properties.createDefaultAvailabilityGroupIfNotExist",
|
|
829
|
+
type: {
|
|
830
|
+
name: "Boolean"
|
|
831
|
+
}
|
|
832
|
+
}, port: {
|
|
833
|
+
serializedName: "properties.port",
|
|
834
|
+
type: {
|
|
835
|
+
name: "Number"
|
|
836
|
+
}
|
|
837
|
+
} })
|
|
838
|
+
}
|
|
839
|
+
};
|
|
840
|
+
export const SqlVirtualMachineGroup = {
|
|
841
|
+
type: {
|
|
842
|
+
name: "Composite",
|
|
843
|
+
className: "SqlVirtualMachineGroup",
|
|
844
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { provisioningState: {
|
|
845
|
+
serializedName: "properties.provisioningState",
|
|
846
|
+
readOnly: true,
|
|
847
|
+
type: {
|
|
848
|
+
name: "String"
|
|
849
|
+
}
|
|
850
|
+
}, sqlImageOffer: {
|
|
851
|
+
serializedName: "properties.sqlImageOffer",
|
|
852
|
+
type: {
|
|
853
|
+
name: "String"
|
|
854
|
+
}
|
|
855
|
+
}, sqlImageSku: {
|
|
856
|
+
serializedName: "properties.sqlImageSku",
|
|
857
|
+
type: {
|
|
858
|
+
name: "String"
|
|
859
|
+
}
|
|
860
|
+
}, scaleType: {
|
|
861
|
+
serializedName: "properties.scaleType",
|
|
862
|
+
readOnly: true,
|
|
863
|
+
type: {
|
|
864
|
+
name: "String"
|
|
865
|
+
}
|
|
866
|
+
}, clusterManagerType: {
|
|
867
|
+
serializedName: "properties.clusterManagerType",
|
|
868
|
+
readOnly: true,
|
|
869
|
+
type: {
|
|
870
|
+
name: "String"
|
|
871
|
+
}
|
|
872
|
+
}, clusterConfiguration: {
|
|
873
|
+
serializedName: "properties.clusterConfiguration",
|
|
874
|
+
readOnly: true,
|
|
875
|
+
type: {
|
|
876
|
+
name: "String"
|
|
877
|
+
}
|
|
878
|
+
}, wsfcDomainProfile: {
|
|
879
|
+
serializedName: "properties.wsfcDomainProfile",
|
|
880
|
+
type: {
|
|
881
|
+
name: "Composite",
|
|
882
|
+
className: "WsfcDomainProfile"
|
|
883
|
+
}
|
|
884
|
+
} })
|
|
885
|
+
}
|
|
886
|
+
};
|
|
887
|
+
export const SqlVirtualMachine = {
|
|
732
888
|
type: {
|
|
733
889
|
name: "Composite",
|
|
734
890
|
className: "SqlVirtualMachine",
|
|
735
|
-
modelProperties:
|
|
891
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
|
|
736
892
|
serializedName: "identity",
|
|
737
893
|
type: {
|
|
738
894
|
name: "Composite",
|
|
@@ -744,8 +900,8 @@ export var SqlVirtualMachine = {
|
|
|
744
900
|
name: "String"
|
|
745
901
|
}
|
|
746
902
|
}, provisioningState: {
|
|
747
|
-
readOnly: true,
|
|
748
903
|
serializedName: "properties.provisioningState",
|
|
904
|
+
readOnly: true,
|
|
749
905
|
type: {
|
|
750
906
|
name: "String"
|
|
751
907
|
}
|
|
@@ -804,143 +960,13 @@ export var SqlVirtualMachine = {
|
|
|
804
960
|
name: "Composite",
|
|
805
961
|
className: "ServerConfigurationsManagementSettings"
|
|
806
962
|
}
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
};
|
|
810
|
-
export var SqlVirtualMachineUpdate = {
|
|
811
|
-
serializedName: "SqlVirtualMachineUpdate",
|
|
812
|
-
type: {
|
|
813
|
-
name: "Composite",
|
|
814
|
-
className: "SqlVirtualMachineUpdate",
|
|
815
|
-
modelProperties: {
|
|
816
|
-
tags: {
|
|
817
|
-
serializedName: "tags",
|
|
963
|
+
}, storageConfigurationSettings: {
|
|
964
|
+
serializedName: "properties.storageConfigurationSettings",
|
|
818
965
|
type: {
|
|
819
|
-
name: "
|
|
820
|
-
|
|
821
|
-
type: {
|
|
822
|
-
name: "String"
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
}
|
|
829
|
-
};
|
|
830
|
-
export var AvailabilityGroupListenerListResult = {
|
|
831
|
-
serializedName: "AvailabilityGroupListenerListResult",
|
|
832
|
-
type: {
|
|
833
|
-
name: "Composite",
|
|
834
|
-
className: "AvailabilityGroupListenerListResult",
|
|
835
|
-
modelProperties: {
|
|
836
|
-
value: {
|
|
837
|
-
readOnly: true,
|
|
838
|
-
serializedName: "",
|
|
839
|
-
type: {
|
|
840
|
-
name: "Sequence",
|
|
841
|
-
element: {
|
|
842
|
-
type: {
|
|
843
|
-
name: "Composite",
|
|
844
|
-
className: "AvailabilityGroupListener"
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
nextLink: {
|
|
850
|
-
readOnly: true,
|
|
851
|
-
serializedName: "nextLink",
|
|
852
|
-
type: {
|
|
853
|
-
name: "String"
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
};
|
|
859
|
-
export var OperationListResult = {
|
|
860
|
-
serializedName: "OperationListResult",
|
|
861
|
-
type: {
|
|
862
|
-
name: "Composite",
|
|
863
|
-
className: "OperationListResult",
|
|
864
|
-
modelProperties: {
|
|
865
|
-
value: {
|
|
866
|
-
readOnly: true,
|
|
867
|
-
serializedName: "",
|
|
868
|
-
type: {
|
|
869
|
-
name: "Sequence",
|
|
870
|
-
element: {
|
|
871
|
-
type: {
|
|
872
|
-
name: "Composite",
|
|
873
|
-
className: "Operation"
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
nextLink: {
|
|
879
|
-
readOnly: true,
|
|
880
|
-
serializedName: "nextLink",
|
|
881
|
-
type: {
|
|
882
|
-
name: "String"
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
};
|
|
888
|
-
export var SqlVirtualMachineGroupListResult = {
|
|
889
|
-
serializedName: "SqlVirtualMachineGroupListResult",
|
|
890
|
-
type: {
|
|
891
|
-
name: "Composite",
|
|
892
|
-
className: "SqlVirtualMachineGroupListResult",
|
|
893
|
-
modelProperties: {
|
|
894
|
-
value: {
|
|
895
|
-
readOnly: true,
|
|
896
|
-
serializedName: "",
|
|
897
|
-
type: {
|
|
898
|
-
name: "Sequence",
|
|
899
|
-
element: {
|
|
900
|
-
type: {
|
|
901
|
-
name: "Composite",
|
|
902
|
-
className: "SqlVirtualMachineGroup"
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
nextLink: {
|
|
908
|
-
readOnly: true,
|
|
909
|
-
serializedName: "nextLink",
|
|
910
|
-
type: {
|
|
911
|
-
name: "String"
|
|
912
|
-
}
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
};
|
|
917
|
-
export var SqlVirtualMachineListResult = {
|
|
918
|
-
serializedName: "SqlVirtualMachineListResult",
|
|
919
|
-
type: {
|
|
920
|
-
name: "Composite",
|
|
921
|
-
className: "SqlVirtualMachineListResult",
|
|
922
|
-
modelProperties: {
|
|
923
|
-
value: {
|
|
924
|
-
readOnly: true,
|
|
925
|
-
serializedName: "",
|
|
926
|
-
type: {
|
|
927
|
-
name: "Sequence",
|
|
928
|
-
element: {
|
|
929
|
-
type: {
|
|
930
|
-
name: "Composite",
|
|
931
|
-
className: "SqlVirtualMachine"
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
}
|
|
935
|
-
},
|
|
936
|
-
nextLink: {
|
|
937
|
-
readOnly: true,
|
|
938
|
-
serializedName: "nextLink",
|
|
939
|
-
type: {
|
|
940
|
-
name: "String"
|
|
966
|
+
name: "Composite",
|
|
967
|
+
className: "StorageConfigurationSettings"
|
|
941
968
|
}
|
|
942
|
-
}
|
|
943
|
-
}
|
|
969
|
+
} })
|
|
944
970
|
}
|
|
945
971
|
};
|
|
946
972
|
//# sourceMappingURL=mappers.js.map
|