@azure/arm-sqlvirtualmachine 4.1.1 → 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 +69 -85
- 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 +320 -368
- 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 -32
- 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 +629 -1065
- package/src/models/mappers.ts +328 -376
- 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 +641 -424
- 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 -41
- package/tsconfig.json +3 -3
- package/types/arm-sqlvirtualmachine.d.ts +1141 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-sqlvirtualmachine.js +0 -2479
- 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 -1241
- 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 -33
- 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 -210
- package/esm/operations/sqlVirtualMachines.d.ts.map +0 -1
- package/esm/operations/sqlVirtualMachines.js +0 -395
- package/esm/operations/sqlVirtualMachines.js.map +0 -1
- package/esm/sqlVirtualMachineManagementClient.d.ts +0 -27
- package/esm/sqlVirtualMachineManagementClient.d.ts.map +0 -1
- package/esm/sqlVirtualMachineManagementClient.js +0 -41
- package/esm/sqlVirtualMachineManagementClient.js.map +0 -1
- package/esm/sqlVirtualMachineManagementClientContext.d.ts +0 -22
- package/esm/sqlVirtualMachineManagementClientContext.d.ts.map +0 -1
- package/esm/sqlVirtualMachineManagementClientContext.js +0 -61
- package/esm/sqlVirtualMachineManagementClientContext.js.map +0 -1
- package/src/models/availabilityGroupListenersMappers.ts +0 -34
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/sqlVirtualMachineGroupsMappers.ts +0 -35
- package/src/models/sqlVirtualMachinesMappers.ts +0 -35
- package/src/sqlVirtualMachineManagementClientContext.ts +0 -68
|
@@ -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: __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,45 +691,48 @@ 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"
|
|
725
730
|
}
|
|
726
731
|
}
|
|
727
732
|
}
|
|
728
733
|
}
|
|
729
734
|
};
|
|
730
|
-
export
|
|
731
|
-
serializedName: "SQLStorageSettings",
|
|
735
|
+
export const SQLStorageSettings = {
|
|
732
736
|
type: {
|
|
733
737
|
name: "Composite",
|
|
734
738
|
className: "SQLStorageSettings",
|
|
@@ -753,54 +757,138 @@ export var SQLStorageSettings = {
|
|
|
753
757
|
}
|
|
754
758
|
}
|
|
755
759
|
};
|
|
756
|
-
export
|
|
757
|
-
serializedName: "StorageConfigurationSettings",
|
|
760
|
+
export const SqlVirtualMachineUpdate = {
|
|
758
761
|
type: {
|
|
759
762
|
name: "Composite",
|
|
760
|
-
className: "
|
|
763
|
+
className: "SqlVirtualMachineUpdate",
|
|
761
764
|
modelProperties: {
|
|
762
|
-
|
|
763
|
-
serializedName: "
|
|
765
|
+
tags: {
|
|
766
|
+
serializedName: "tags",
|
|
764
767
|
type: {
|
|
765
|
-
name: "
|
|
766
|
-
|
|
768
|
+
name: "Dictionary",
|
|
769
|
+
value: { type: { name: "String" } }
|
|
767
770
|
}
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
};
|
|
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,
|
|
771
789
|
type: {
|
|
772
|
-
name: "
|
|
773
|
-
className: "SQLStorageSettings"
|
|
790
|
+
name: "String"
|
|
774
791
|
}
|
|
775
|
-
},
|
|
776
|
-
|
|
777
|
-
serializedName: "sqlTempDbSettings",
|
|
792
|
+
}, tags: {
|
|
793
|
+
serializedName: "tags",
|
|
778
794
|
type: {
|
|
779
|
-
name: "
|
|
780
|
-
|
|
795
|
+
name: "Dictionary",
|
|
796
|
+
value: { type: { name: "String" } }
|
|
781
797
|
}
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
|
|
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,
|
|
785
808
|
type: {
|
|
786
809
|
name: "String"
|
|
787
810
|
}
|
|
788
|
-
},
|
|
789
|
-
|
|
790
|
-
serializedName: "storageWorkloadType",
|
|
811
|
+
}, availabilityGroupName: {
|
|
812
|
+
serializedName: "properties.availabilityGroupName",
|
|
791
813
|
type: {
|
|
792
814
|
name: "String"
|
|
793
815
|
}
|
|
794
|
-
}
|
|
795
|
-
|
|
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
|
+
} })
|
|
796
885
|
}
|
|
797
886
|
};
|
|
798
|
-
export
|
|
799
|
-
serializedName: "SqlVirtualMachine",
|
|
887
|
+
export const SqlVirtualMachine = {
|
|
800
888
|
type: {
|
|
801
889
|
name: "Composite",
|
|
802
890
|
className: "SqlVirtualMachine",
|
|
803
|
-
modelProperties:
|
|
891
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { identity: {
|
|
804
892
|
serializedName: "identity",
|
|
805
893
|
type: {
|
|
806
894
|
name: "Composite",
|
|
@@ -812,8 +900,8 @@ export var SqlVirtualMachine = {
|
|
|
812
900
|
name: "String"
|
|
813
901
|
}
|
|
814
902
|
}, provisioningState: {
|
|
815
|
-
readOnly: true,
|
|
816
903
|
serializedName: "properties.provisioningState",
|
|
904
|
+
readOnly: true,
|
|
817
905
|
type: {
|
|
818
906
|
name: "String"
|
|
819
907
|
}
|
|
@@ -881,140 +969,4 @@ export var SqlVirtualMachine = {
|
|
|
881
969
|
} })
|
|
882
970
|
}
|
|
883
971
|
};
|
|
884
|
-
export var SqlVirtualMachineUpdate = {
|
|
885
|
-
serializedName: "SqlVirtualMachineUpdate",
|
|
886
|
-
type: {
|
|
887
|
-
name: "Composite",
|
|
888
|
-
className: "SqlVirtualMachineUpdate",
|
|
889
|
-
modelProperties: {
|
|
890
|
-
tags: {
|
|
891
|
-
serializedName: "tags",
|
|
892
|
-
type: {
|
|
893
|
-
name: "Dictionary",
|
|
894
|
-
value: {
|
|
895
|
-
type: {
|
|
896
|
-
name: "String"
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
}
|
|
903
|
-
};
|
|
904
|
-
export var AvailabilityGroupListenerListResult = {
|
|
905
|
-
serializedName: "AvailabilityGroupListenerListResult",
|
|
906
|
-
type: {
|
|
907
|
-
name: "Composite",
|
|
908
|
-
className: "AvailabilityGroupListenerListResult",
|
|
909
|
-
modelProperties: {
|
|
910
|
-
value: {
|
|
911
|
-
readOnly: true,
|
|
912
|
-
serializedName: "",
|
|
913
|
-
type: {
|
|
914
|
-
name: "Sequence",
|
|
915
|
-
element: {
|
|
916
|
-
type: {
|
|
917
|
-
name: "Composite",
|
|
918
|
-
className: "AvailabilityGroupListener"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
nextLink: {
|
|
924
|
-
readOnly: true,
|
|
925
|
-
serializedName: "nextLink",
|
|
926
|
-
type: {
|
|
927
|
-
name: "String"
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
};
|
|
933
|
-
export var OperationListResult = {
|
|
934
|
-
serializedName: "OperationListResult",
|
|
935
|
-
type: {
|
|
936
|
-
name: "Composite",
|
|
937
|
-
className: "OperationListResult",
|
|
938
|
-
modelProperties: {
|
|
939
|
-
value: {
|
|
940
|
-
readOnly: true,
|
|
941
|
-
serializedName: "",
|
|
942
|
-
type: {
|
|
943
|
-
name: "Sequence",
|
|
944
|
-
element: {
|
|
945
|
-
type: {
|
|
946
|
-
name: "Composite",
|
|
947
|
-
className: "Operation"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
nextLink: {
|
|
953
|
-
readOnly: true,
|
|
954
|
-
serializedName: "nextLink",
|
|
955
|
-
type: {
|
|
956
|
-
name: "String"
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
};
|
|
962
|
-
export var SqlVirtualMachineGroupListResult = {
|
|
963
|
-
serializedName: "SqlVirtualMachineGroupListResult",
|
|
964
|
-
type: {
|
|
965
|
-
name: "Composite",
|
|
966
|
-
className: "SqlVirtualMachineGroupListResult",
|
|
967
|
-
modelProperties: {
|
|
968
|
-
value: {
|
|
969
|
-
readOnly: true,
|
|
970
|
-
serializedName: "",
|
|
971
|
-
type: {
|
|
972
|
-
name: "Sequence",
|
|
973
|
-
element: {
|
|
974
|
-
type: {
|
|
975
|
-
name: "Composite",
|
|
976
|
-
className: "SqlVirtualMachineGroup"
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
},
|
|
981
|
-
nextLink: {
|
|
982
|
-
readOnly: true,
|
|
983
|
-
serializedName: "nextLink",
|
|
984
|
-
type: {
|
|
985
|
-
name: "String"
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
};
|
|
991
|
-
export var SqlVirtualMachineListResult = {
|
|
992
|
-
serializedName: "SqlVirtualMachineListResult",
|
|
993
|
-
type: {
|
|
994
|
-
name: "Composite",
|
|
995
|
-
className: "SqlVirtualMachineListResult",
|
|
996
|
-
modelProperties: {
|
|
997
|
-
value: {
|
|
998
|
-
readOnly: true,
|
|
999
|
-
serializedName: "",
|
|
1000
|
-
type: {
|
|
1001
|
-
name: "Sequence",
|
|
1002
|
-
element: {
|
|
1003
|
-
type: {
|
|
1004
|
-
name: "Composite",
|
|
1005
|
-
className: "SqlVirtualMachine"
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
nextLink: {
|
|
1011
|
-
readOnly: true,
|
|
1012
|
-
serializedName: "nextLink",
|
|
1013
|
-
type: {
|
|
1014
|
-
name: "String"
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
};
|
|
1020
972
|
//# sourceMappingURL=mappers.js.map
|