@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
package/src/models/mappers.ts
CHANGED
|
@@ -1,41 +1,14 @@
|
|
|
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
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const PrivateIPAddress: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "PrivateIPAddress",
|
|
17
|
-
type: {
|
|
18
|
-
name: "Composite",
|
|
19
|
-
className: "PrivateIPAddress",
|
|
20
|
-
modelProperties: {
|
|
21
|
-
ipAddress: {
|
|
22
|
-
serializedName: "ipAddress",
|
|
23
|
-
type: {
|
|
24
|
-
name: "String"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
subnetResourceId: {
|
|
28
|
-
serializedName: "subnetResourceId",
|
|
29
|
-
type: {
|
|
30
|
-
name: "String"
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export const LoadBalancerConfiguration: msRest.CompositeMapper = {
|
|
38
|
-
serializedName: "LoadBalancerConfiguration",
|
|
11
|
+
export const LoadBalancerConfiguration: coreClient.CompositeMapper = {
|
|
39
12
|
type: {
|
|
40
13
|
name: "Composite",
|
|
41
14
|
className: "LoadBalancerConfiguration",
|
|
@@ -80,29 +53,49 @@ export const LoadBalancerConfiguration: msRest.CompositeMapper = {
|
|
|
80
53
|
}
|
|
81
54
|
};
|
|
82
55
|
|
|
83
|
-
export const
|
|
84
|
-
|
|
56
|
+
export const PrivateIPAddress: coreClient.CompositeMapper = {
|
|
57
|
+
type: {
|
|
58
|
+
name: "Composite",
|
|
59
|
+
className: "PrivateIPAddress",
|
|
60
|
+
modelProperties: {
|
|
61
|
+
ipAddress: {
|
|
62
|
+
serializedName: "ipAddress",
|
|
63
|
+
type: {
|
|
64
|
+
name: "String"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
subnetResourceId: {
|
|
68
|
+
serializedName: "subnetResourceId",
|
|
69
|
+
type: {
|
|
70
|
+
name: "String"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
85
78
|
type: {
|
|
86
79
|
name: "Composite",
|
|
87
80
|
className: "Resource",
|
|
88
81
|
modelProperties: {
|
|
89
82
|
id: {
|
|
90
|
-
readOnly: true,
|
|
91
83
|
serializedName: "id",
|
|
84
|
+
readOnly: true,
|
|
92
85
|
type: {
|
|
93
86
|
name: "String"
|
|
94
87
|
}
|
|
95
88
|
},
|
|
96
89
|
name: {
|
|
97
|
-
readOnly: true,
|
|
98
90
|
serializedName: "name",
|
|
91
|
+
readOnly: true,
|
|
99
92
|
type: {
|
|
100
93
|
name: "String"
|
|
101
94
|
}
|
|
102
95
|
},
|
|
103
96
|
type: {
|
|
104
|
-
readOnly: true,
|
|
105
97
|
serializedName: "type",
|
|
98
|
+
readOnly: true,
|
|
106
99
|
type: {
|
|
107
100
|
name: "String"
|
|
108
101
|
}
|
|
@@ -111,149 +104,142 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
111
104
|
}
|
|
112
105
|
};
|
|
113
106
|
|
|
114
|
-
export const
|
|
115
|
-
serializedName: "ProxyResource",
|
|
107
|
+
export const AvailabilityGroupListenerListResult: coreClient.CompositeMapper = {
|
|
116
108
|
type: {
|
|
117
109
|
name: "Composite",
|
|
118
|
-
className: "
|
|
110
|
+
className: "AvailabilityGroupListenerListResult",
|
|
119
111
|
modelProperties: {
|
|
120
|
-
|
|
112
|
+
value: {
|
|
113
|
+
serializedName: "value",
|
|
114
|
+
readOnly: true,
|
|
115
|
+
type: {
|
|
116
|
+
name: "Sequence",
|
|
117
|
+
element: {
|
|
118
|
+
type: {
|
|
119
|
+
name: "Composite",
|
|
120
|
+
className: "AvailabilityGroupListener"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
nextLink: {
|
|
126
|
+
serializedName: "nextLink",
|
|
127
|
+
readOnly: true,
|
|
128
|
+
type: {
|
|
129
|
+
name: "String"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
121
132
|
}
|
|
122
133
|
}
|
|
123
134
|
};
|
|
124
135
|
|
|
125
|
-
export const
|
|
126
|
-
serializedName: "AvailabilityGroupListener",
|
|
136
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
127
137
|
type: {
|
|
128
138
|
name: "Composite",
|
|
129
|
-
className: "
|
|
139
|
+
className: "OperationListResult",
|
|
130
140
|
modelProperties: {
|
|
131
|
-
|
|
132
|
-
|
|
141
|
+
value: {
|
|
142
|
+
serializedName: "value",
|
|
133
143
|
readOnly: true,
|
|
134
|
-
serializedName: "properties.provisioningState",
|
|
135
|
-
type: {
|
|
136
|
-
name: "String"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
availabilityGroupName: {
|
|
140
|
-
serializedName: "properties.availabilityGroupName",
|
|
141
|
-
type: {
|
|
142
|
-
name: "String"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
loadBalancerConfigurations: {
|
|
146
|
-
serializedName: "properties.loadBalancerConfigurations",
|
|
147
144
|
type: {
|
|
148
145
|
name: "Sequence",
|
|
149
146
|
element: {
|
|
150
147
|
type: {
|
|
151
148
|
name: "Composite",
|
|
152
|
-
className: "
|
|
149
|
+
className: "Operation"
|
|
153
150
|
}
|
|
154
151
|
}
|
|
155
152
|
}
|
|
156
153
|
},
|
|
157
|
-
|
|
158
|
-
serializedName: "
|
|
159
|
-
|
|
160
|
-
name: "Boolean"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
port: {
|
|
164
|
-
serializedName: "properties.port",
|
|
154
|
+
nextLink: {
|
|
155
|
+
serializedName: "nextLink",
|
|
156
|
+
readOnly: true,
|
|
165
157
|
type: {
|
|
166
|
-
name: "
|
|
158
|
+
name: "String"
|
|
167
159
|
}
|
|
168
160
|
}
|
|
169
161
|
}
|
|
170
162
|
}
|
|
171
163
|
};
|
|
172
164
|
|
|
173
|
-
export const
|
|
174
|
-
serializedName: "OperationDisplay",
|
|
165
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
175
166
|
type: {
|
|
176
167
|
name: "Composite",
|
|
177
|
-
className: "
|
|
168
|
+
className: "Operation",
|
|
178
169
|
modelProperties: {
|
|
179
|
-
|
|
170
|
+
name: {
|
|
171
|
+
serializedName: "name",
|
|
180
172
|
readOnly: true,
|
|
181
|
-
serializedName: "provider",
|
|
182
173
|
type: {
|
|
183
174
|
name: "String"
|
|
184
175
|
}
|
|
185
176
|
},
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
serializedName: "resource",
|
|
177
|
+
display: {
|
|
178
|
+
serializedName: "display",
|
|
189
179
|
type: {
|
|
190
|
-
name: "
|
|
180
|
+
name: "Composite",
|
|
181
|
+
className: "OperationDisplay"
|
|
191
182
|
}
|
|
192
183
|
},
|
|
193
|
-
|
|
184
|
+
origin: {
|
|
185
|
+
serializedName: "origin",
|
|
194
186
|
readOnly: true,
|
|
195
|
-
serializedName: "operation",
|
|
196
187
|
type: {
|
|
197
188
|
name: "String"
|
|
198
189
|
}
|
|
199
190
|
},
|
|
200
|
-
|
|
191
|
+
properties: {
|
|
192
|
+
serializedName: "properties",
|
|
201
193
|
readOnly: true,
|
|
202
|
-
serializedName: "description",
|
|
203
194
|
type: {
|
|
204
|
-
name: "
|
|
195
|
+
name: "Dictionary",
|
|
196
|
+
value: {
|
|
197
|
+
type: { name: "Dictionary", value: { type: { name: "any" } } }
|
|
198
|
+
}
|
|
205
199
|
}
|
|
206
200
|
}
|
|
207
201
|
}
|
|
208
202
|
}
|
|
209
203
|
};
|
|
210
204
|
|
|
211
|
-
export const
|
|
212
|
-
serializedName: "Operation",
|
|
205
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
213
206
|
type: {
|
|
214
207
|
name: "Composite",
|
|
215
|
-
className: "
|
|
208
|
+
className: "OperationDisplay",
|
|
216
209
|
modelProperties: {
|
|
217
|
-
|
|
210
|
+
provider: {
|
|
211
|
+
serializedName: "provider",
|
|
218
212
|
readOnly: true,
|
|
219
|
-
serializedName: "name",
|
|
220
213
|
type: {
|
|
221
214
|
name: "String"
|
|
222
215
|
}
|
|
223
216
|
},
|
|
224
|
-
|
|
217
|
+
resource: {
|
|
218
|
+
serializedName: "resource",
|
|
225
219
|
readOnly: true,
|
|
226
|
-
serializedName: "display",
|
|
227
220
|
type: {
|
|
228
|
-
name: "
|
|
229
|
-
className: "OperationDisplay"
|
|
221
|
+
name: "String"
|
|
230
222
|
}
|
|
231
223
|
},
|
|
232
|
-
|
|
224
|
+
operation: {
|
|
225
|
+
serializedName: "operation",
|
|
233
226
|
readOnly: true,
|
|
234
|
-
serializedName: "origin",
|
|
235
227
|
type: {
|
|
236
228
|
name: "String"
|
|
237
229
|
}
|
|
238
230
|
},
|
|
239
|
-
|
|
231
|
+
description: {
|
|
232
|
+
serializedName: "description",
|
|
240
233
|
readOnly: true,
|
|
241
|
-
serializedName: "properties",
|
|
242
234
|
type: {
|
|
243
|
-
name: "
|
|
244
|
-
value: {
|
|
245
|
-
type: {
|
|
246
|
-
name: "Object"
|
|
247
|
-
}
|
|
248
|
-
}
|
|
235
|
+
name: "String"
|
|
249
236
|
}
|
|
250
237
|
}
|
|
251
238
|
}
|
|
252
239
|
}
|
|
253
240
|
};
|
|
254
241
|
|
|
255
|
-
export const WsfcDomainProfile:
|
|
256
|
-
serializedName: "WsfcDomainProfile",
|
|
242
|
+
export const WsfcDomainProfile: coreClient.CompositeMapper = {
|
|
257
243
|
type: {
|
|
258
244
|
name: "Composite",
|
|
259
245
|
className: "WsfcDomainProfile",
|
|
@@ -310,123 +296,88 @@ export const WsfcDomainProfile: msRest.CompositeMapper = {
|
|
|
310
296
|
}
|
|
311
297
|
};
|
|
312
298
|
|
|
313
|
-
export const
|
|
314
|
-
serializedName: "TrackedResource",
|
|
299
|
+
export const SqlVirtualMachineGroupUpdate: coreClient.CompositeMapper = {
|
|
315
300
|
type: {
|
|
316
301
|
name: "Composite",
|
|
317
|
-
className: "
|
|
302
|
+
className: "SqlVirtualMachineGroupUpdate",
|
|
318
303
|
modelProperties: {
|
|
319
|
-
...Resource.type.modelProperties,
|
|
320
|
-
location: {
|
|
321
|
-
required: true,
|
|
322
|
-
serializedName: "location",
|
|
323
|
-
type: {
|
|
324
|
-
name: "String"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
304
|
tags: {
|
|
328
305
|
serializedName: "tags",
|
|
329
306
|
type: {
|
|
330
307
|
name: "Dictionary",
|
|
331
|
-
value: {
|
|
332
|
-
type: {
|
|
333
|
-
name: "String"
|
|
334
|
-
}
|
|
335
|
-
}
|
|
308
|
+
value: { type: { name: "String" } }
|
|
336
309
|
}
|
|
337
310
|
}
|
|
338
311
|
}
|
|
339
312
|
}
|
|
340
313
|
};
|
|
341
314
|
|
|
342
|
-
export const
|
|
343
|
-
serializedName: "SqlVirtualMachineGroup",
|
|
315
|
+
export const SqlVirtualMachineGroupListResult: coreClient.CompositeMapper = {
|
|
344
316
|
type: {
|
|
345
317
|
name: "Composite",
|
|
346
|
-
className: "
|
|
318
|
+
className: "SqlVirtualMachineGroupListResult",
|
|
347
319
|
modelProperties: {
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
readOnly: true,
|
|
351
|
-
serializedName: "properties.provisioningState",
|
|
352
|
-
type: {
|
|
353
|
-
name: "String"
|
|
354
|
-
}
|
|
355
|
-
},
|
|
356
|
-
sqlImageOffer: {
|
|
357
|
-
serializedName: "properties.sqlImageOffer",
|
|
358
|
-
type: {
|
|
359
|
-
name: "String"
|
|
360
|
-
}
|
|
361
|
-
},
|
|
362
|
-
sqlImageSku: {
|
|
363
|
-
serializedName: "properties.sqlImageSku",
|
|
364
|
-
type: {
|
|
365
|
-
name: "String"
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
scaleType: {
|
|
369
|
-
readOnly: true,
|
|
370
|
-
serializedName: "properties.scaleType",
|
|
371
|
-
type: {
|
|
372
|
-
name: "String"
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
clusterManagerType: {
|
|
320
|
+
value: {
|
|
321
|
+
serializedName: "value",
|
|
376
322
|
readOnly: true,
|
|
377
|
-
serializedName: "properties.clusterManagerType",
|
|
378
323
|
type: {
|
|
379
|
-
name: "
|
|
324
|
+
name: "Sequence",
|
|
325
|
+
element: {
|
|
326
|
+
type: {
|
|
327
|
+
name: "Composite",
|
|
328
|
+
className: "SqlVirtualMachineGroup"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
380
331
|
}
|
|
381
332
|
},
|
|
382
|
-
|
|
333
|
+
nextLink: {
|
|
334
|
+
serializedName: "nextLink",
|
|
383
335
|
readOnly: true,
|
|
384
|
-
serializedName: "properties.clusterConfiguration",
|
|
385
336
|
type: {
|
|
386
337
|
name: "String"
|
|
387
338
|
}
|
|
388
|
-
},
|
|
389
|
-
wsfcDomainProfile: {
|
|
390
|
-
serializedName: "properties.wsfcDomainProfile",
|
|
391
|
-
type: {
|
|
392
|
-
name: "Composite",
|
|
393
|
-
className: "WsfcDomainProfile"
|
|
394
|
-
}
|
|
395
339
|
}
|
|
396
340
|
}
|
|
397
341
|
}
|
|
398
342
|
};
|
|
399
343
|
|
|
400
|
-
export const
|
|
401
|
-
serializedName: "SqlVirtualMachineGroupUpdate",
|
|
344
|
+
export const SqlVirtualMachineListResult: coreClient.CompositeMapper = {
|
|
402
345
|
type: {
|
|
403
346
|
name: "Composite",
|
|
404
|
-
className: "
|
|
347
|
+
className: "SqlVirtualMachineListResult",
|
|
405
348
|
modelProperties: {
|
|
406
|
-
|
|
407
|
-
serializedName: "
|
|
349
|
+
value: {
|
|
350
|
+
serializedName: "value",
|
|
351
|
+
readOnly: true,
|
|
408
352
|
type: {
|
|
409
|
-
name: "
|
|
410
|
-
|
|
353
|
+
name: "Sequence",
|
|
354
|
+
element: {
|
|
411
355
|
type: {
|
|
412
|
-
name: "
|
|
356
|
+
name: "Composite",
|
|
357
|
+
className: "SqlVirtualMachine"
|
|
413
358
|
}
|
|
414
359
|
}
|
|
415
360
|
}
|
|
361
|
+
},
|
|
362
|
+
nextLink: {
|
|
363
|
+
serializedName: "nextLink",
|
|
364
|
+
readOnly: true,
|
|
365
|
+
type: {
|
|
366
|
+
name: "String"
|
|
367
|
+
}
|
|
416
368
|
}
|
|
417
369
|
}
|
|
418
370
|
}
|
|
419
371
|
};
|
|
420
372
|
|
|
421
|
-
export const ResourceIdentity:
|
|
422
|
-
serializedName: "ResourceIdentity",
|
|
373
|
+
export const ResourceIdentity: coreClient.CompositeMapper = {
|
|
423
374
|
type: {
|
|
424
375
|
name: "Composite",
|
|
425
376
|
className: "ResourceIdentity",
|
|
426
377
|
modelProperties: {
|
|
427
378
|
principalId: {
|
|
428
|
-
readOnly: true,
|
|
429
379
|
serializedName: "principalId",
|
|
380
|
+
readOnly: true,
|
|
430
381
|
type: {
|
|
431
382
|
name: "Uuid"
|
|
432
383
|
}
|
|
@@ -438,8 +389,8 @@ export const ResourceIdentity: msRest.CompositeMapper = {
|
|
|
438
389
|
}
|
|
439
390
|
},
|
|
440
391
|
tenantId: {
|
|
441
|
-
readOnly: true,
|
|
442
392
|
serializedName: "tenantId",
|
|
393
|
+
readOnly: true,
|
|
443
394
|
type: {
|
|
444
395
|
name: "Uuid"
|
|
445
396
|
}
|
|
@@ -448,8 +399,7 @@ export const ResourceIdentity: msRest.CompositeMapper = {
|
|
|
448
399
|
}
|
|
449
400
|
};
|
|
450
401
|
|
|
451
|
-
export const WsfcDomainCredentials:
|
|
452
|
-
serializedName: "WsfcDomainCredentials",
|
|
402
|
+
export const WsfcDomainCredentials: coreClient.CompositeMapper = {
|
|
453
403
|
type: {
|
|
454
404
|
name: "Composite",
|
|
455
405
|
className: "WsfcDomainCredentials",
|
|
@@ -476,8 +426,7 @@ export const WsfcDomainCredentials: msRest.CompositeMapper = {
|
|
|
476
426
|
}
|
|
477
427
|
};
|
|
478
428
|
|
|
479
|
-
export const AutoPatchingSettings:
|
|
480
|
-
serializedName: "AutoPatchingSettings",
|
|
429
|
+
export const AutoPatchingSettings: coreClient.CompositeMapper = {
|
|
481
430
|
type: {
|
|
482
431
|
name: "Composite",
|
|
483
432
|
className: "AutoPatchingSettings",
|
|
@@ -519,8 +468,7 @@ export const AutoPatchingSettings: msRest.CompositeMapper = {
|
|
|
519
468
|
}
|
|
520
469
|
};
|
|
521
470
|
|
|
522
|
-
export const AutoBackupSettings:
|
|
523
|
-
serializedName: "AutoBackupSettings",
|
|
471
|
+
export const AutoBackupSettings: coreClient.CompositeMapper = {
|
|
524
472
|
type: {
|
|
525
473
|
name: "Composite",
|
|
526
474
|
className: "AutoBackupSettings",
|
|
@@ -601,8 +549,7 @@ export const AutoBackupSettings: msRest.CompositeMapper = {
|
|
|
601
549
|
}
|
|
602
550
|
};
|
|
603
551
|
|
|
604
|
-
export const KeyVaultCredentialSettings:
|
|
605
|
-
serializedName: "KeyVaultCredentialSettings",
|
|
552
|
+
export const KeyVaultCredentialSettings: coreClient.CompositeMapper = {
|
|
606
553
|
type: {
|
|
607
554
|
name: "Composite",
|
|
608
555
|
className: "KeyVaultCredentialSettings",
|
|
@@ -641,20 +588,56 @@ export const KeyVaultCredentialSettings: msRest.CompositeMapper = {
|
|
|
641
588
|
}
|
|
642
589
|
};
|
|
643
590
|
|
|
644
|
-
export const
|
|
645
|
-
serializedName: "SqlConnectivityUpdateSettings",
|
|
591
|
+
export const ServerConfigurationsManagementSettings: coreClient.CompositeMapper = {
|
|
646
592
|
type: {
|
|
647
593
|
name: "Composite",
|
|
648
|
-
className: "
|
|
594
|
+
className: "ServerConfigurationsManagementSettings",
|
|
649
595
|
modelProperties: {
|
|
650
|
-
|
|
651
|
-
serializedName: "
|
|
596
|
+
sqlConnectivityUpdateSettings: {
|
|
597
|
+
serializedName: "sqlConnectivityUpdateSettings",
|
|
652
598
|
type: {
|
|
653
|
-
name: "
|
|
599
|
+
name: "Composite",
|
|
600
|
+
className: "SqlConnectivityUpdateSettings"
|
|
654
601
|
}
|
|
655
602
|
},
|
|
656
|
-
|
|
657
|
-
serializedName: "
|
|
603
|
+
sqlWorkloadTypeUpdateSettings: {
|
|
604
|
+
serializedName: "sqlWorkloadTypeUpdateSettings",
|
|
605
|
+
type: {
|
|
606
|
+
name: "Composite",
|
|
607
|
+
className: "SqlWorkloadTypeUpdateSettings"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
sqlStorageUpdateSettings: {
|
|
611
|
+
serializedName: "sqlStorageUpdateSettings",
|
|
612
|
+
type: {
|
|
613
|
+
name: "Composite",
|
|
614
|
+
className: "SqlStorageUpdateSettings"
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
additionalFeaturesServerConfigurations: {
|
|
618
|
+
serializedName: "additionalFeaturesServerConfigurations",
|
|
619
|
+
type: {
|
|
620
|
+
name: "Composite",
|
|
621
|
+
className: "AdditionalFeaturesServerConfigurations"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
};
|
|
627
|
+
|
|
628
|
+
export const SqlConnectivityUpdateSettings: coreClient.CompositeMapper = {
|
|
629
|
+
type: {
|
|
630
|
+
name: "Composite",
|
|
631
|
+
className: "SqlConnectivityUpdateSettings",
|
|
632
|
+
modelProperties: {
|
|
633
|
+
connectivityType: {
|
|
634
|
+
serializedName: "connectivityType",
|
|
635
|
+
type: {
|
|
636
|
+
name: "String"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
port: {
|
|
640
|
+
serializedName: "port",
|
|
658
641
|
type: {
|
|
659
642
|
name: "Number"
|
|
660
643
|
}
|
|
@@ -675,8 +658,7 @@ export const SqlConnectivityUpdateSettings: msRest.CompositeMapper = {
|
|
|
675
658
|
}
|
|
676
659
|
};
|
|
677
660
|
|
|
678
|
-
export const SqlWorkloadTypeUpdateSettings:
|
|
679
|
-
serializedName: "SqlWorkloadTypeUpdateSettings",
|
|
661
|
+
export const SqlWorkloadTypeUpdateSettings: coreClient.CompositeMapper = {
|
|
680
662
|
type: {
|
|
681
663
|
name: "Composite",
|
|
682
664
|
className: "SqlWorkloadTypeUpdateSettings",
|
|
@@ -691,8 +673,7 @@ export const SqlWorkloadTypeUpdateSettings: msRest.CompositeMapper = {
|
|
|
691
673
|
}
|
|
692
674
|
};
|
|
693
675
|
|
|
694
|
-
export const SqlStorageUpdateSettings:
|
|
695
|
-
serializedName: "SqlStorageUpdateSettings",
|
|
676
|
+
export const SqlStorageUpdateSettings: coreClient.CompositeMapper = {
|
|
696
677
|
type: {
|
|
697
678
|
name: "Composite",
|
|
698
679
|
className: "SqlStorageUpdateSettings",
|
|
@@ -719,8 +700,7 @@ export const SqlStorageUpdateSettings: msRest.CompositeMapper = {
|
|
|
719
700
|
}
|
|
720
701
|
};
|
|
721
702
|
|
|
722
|
-
export const AdditionalFeaturesServerConfigurations:
|
|
723
|
-
serializedName: "AdditionalFeaturesServerConfigurations",
|
|
703
|
+
export const AdditionalFeaturesServerConfigurations: coreClient.CompositeMapper = {
|
|
724
704
|
type: {
|
|
725
705
|
name: "Composite",
|
|
726
706
|
className: "AdditionalFeaturesServerConfigurations",
|
|
@@ -735,46 +715,49 @@ export const AdditionalFeaturesServerConfigurations: msRest.CompositeMapper = {
|
|
|
735
715
|
}
|
|
736
716
|
};
|
|
737
717
|
|
|
738
|
-
export const
|
|
739
|
-
serializedName: "ServerConfigurationsManagementSettings",
|
|
718
|
+
export const StorageConfigurationSettings: coreClient.CompositeMapper = {
|
|
740
719
|
type: {
|
|
741
720
|
name: "Composite",
|
|
742
|
-
className: "
|
|
721
|
+
className: "StorageConfigurationSettings",
|
|
743
722
|
modelProperties: {
|
|
744
|
-
|
|
745
|
-
serializedName: "
|
|
723
|
+
sqlDataSettings: {
|
|
724
|
+
serializedName: "sqlDataSettings",
|
|
746
725
|
type: {
|
|
747
726
|
name: "Composite",
|
|
748
|
-
className: "
|
|
727
|
+
className: "SQLStorageSettings"
|
|
749
728
|
}
|
|
750
729
|
},
|
|
751
|
-
|
|
752
|
-
serializedName: "
|
|
730
|
+
sqlLogSettings: {
|
|
731
|
+
serializedName: "sqlLogSettings",
|
|
753
732
|
type: {
|
|
754
733
|
name: "Composite",
|
|
755
|
-
className: "
|
|
734
|
+
className: "SQLStorageSettings"
|
|
756
735
|
}
|
|
757
736
|
},
|
|
758
|
-
|
|
759
|
-
serializedName: "
|
|
737
|
+
sqlTempDbSettings: {
|
|
738
|
+
serializedName: "sqlTempDbSettings",
|
|
760
739
|
type: {
|
|
761
740
|
name: "Composite",
|
|
762
|
-
className: "
|
|
741
|
+
className: "SQLStorageSettings"
|
|
763
742
|
}
|
|
764
743
|
},
|
|
765
|
-
|
|
766
|
-
serializedName: "
|
|
744
|
+
diskConfigurationType: {
|
|
745
|
+
serializedName: "diskConfigurationType",
|
|
767
746
|
type: {
|
|
768
|
-
name: "
|
|
769
|
-
|
|
747
|
+
name: "String"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
storageWorkloadType: {
|
|
751
|
+
serializedName: "storageWorkloadType",
|
|
752
|
+
type: {
|
|
753
|
+
name: "String"
|
|
770
754
|
}
|
|
771
755
|
}
|
|
772
756
|
}
|
|
773
757
|
}
|
|
774
758
|
};
|
|
775
759
|
|
|
776
|
-
export const SQLStorageSettings:
|
|
777
|
-
serializedName: "SQLStorageSettings",
|
|
760
|
+
export const SQLStorageSettings: coreClient.CompositeMapper = {
|
|
778
761
|
type: {
|
|
779
762
|
name: "Composite",
|
|
780
763
|
className: "SQLStorageSettings",
|
|
@@ -800,51 +783,161 @@ export const SQLStorageSettings: msRest.CompositeMapper = {
|
|
|
800
783
|
}
|
|
801
784
|
};
|
|
802
785
|
|
|
803
|
-
export const
|
|
804
|
-
serializedName: "StorageConfigurationSettings",
|
|
786
|
+
export const SqlVirtualMachineUpdate: coreClient.CompositeMapper = {
|
|
805
787
|
type: {
|
|
806
788
|
name: "Composite",
|
|
807
|
-
className: "
|
|
789
|
+
className: "SqlVirtualMachineUpdate",
|
|
808
790
|
modelProperties: {
|
|
809
|
-
|
|
810
|
-
serializedName: "
|
|
791
|
+
tags: {
|
|
792
|
+
serializedName: "tags",
|
|
811
793
|
type: {
|
|
812
|
-
name: "
|
|
813
|
-
|
|
794
|
+
name: "Dictionary",
|
|
795
|
+
value: { type: { name: "String" } }
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
};
|
|
801
|
+
|
|
802
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
803
|
+
type: {
|
|
804
|
+
name: "Composite",
|
|
805
|
+
className: "ProxyResource",
|
|
806
|
+
modelProperties: {
|
|
807
|
+
...Resource.type.modelProperties
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
};
|
|
811
|
+
|
|
812
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
813
|
+
type: {
|
|
814
|
+
name: "Composite",
|
|
815
|
+
className: "TrackedResource",
|
|
816
|
+
modelProperties: {
|
|
817
|
+
...Resource.type.modelProperties,
|
|
818
|
+
location: {
|
|
819
|
+
serializedName: "location",
|
|
820
|
+
required: true,
|
|
821
|
+
type: {
|
|
822
|
+
name: "String"
|
|
814
823
|
}
|
|
815
824
|
},
|
|
816
|
-
|
|
817
|
-
serializedName: "
|
|
825
|
+
tags: {
|
|
826
|
+
serializedName: "tags",
|
|
818
827
|
type: {
|
|
819
|
-
name: "
|
|
820
|
-
|
|
828
|
+
name: "Dictionary",
|
|
829
|
+
value: { type: { name: "String" } }
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
};
|
|
835
|
+
|
|
836
|
+
export const AvailabilityGroupListener: coreClient.CompositeMapper = {
|
|
837
|
+
type: {
|
|
838
|
+
name: "Composite",
|
|
839
|
+
className: "AvailabilityGroupListener",
|
|
840
|
+
modelProperties: {
|
|
841
|
+
...ProxyResource.type.modelProperties,
|
|
842
|
+
provisioningState: {
|
|
843
|
+
serializedName: "properties.provisioningState",
|
|
844
|
+
readOnly: true,
|
|
845
|
+
type: {
|
|
846
|
+
name: "String"
|
|
821
847
|
}
|
|
822
848
|
},
|
|
823
|
-
|
|
824
|
-
serializedName: "
|
|
849
|
+
availabilityGroupName: {
|
|
850
|
+
serializedName: "properties.availabilityGroupName",
|
|
825
851
|
type: {
|
|
826
|
-
name: "
|
|
827
|
-
className: "SQLStorageSettings"
|
|
852
|
+
name: "String"
|
|
828
853
|
}
|
|
829
854
|
},
|
|
830
|
-
|
|
831
|
-
serializedName: "
|
|
855
|
+
loadBalancerConfigurations: {
|
|
856
|
+
serializedName: "properties.loadBalancerConfigurations",
|
|
857
|
+
type: {
|
|
858
|
+
name: "Sequence",
|
|
859
|
+
element: {
|
|
860
|
+
type: {
|
|
861
|
+
name: "Composite",
|
|
862
|
+
className: "LoadBalancerConfiguration"
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
createDefaultAvailabilityGroupIfNotExist: {
|
|
868
|
+
serializedName: "properties.createDefaultAvailabilityGroupIfNotExist",
|
|
869
|
+
type: {
|
|
870
|
+
name: "Boolean"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
port: {
|
|
874
|
+
serializedName: "properties.port",
|
|
875
|
+
type: {
|
|
876
|
+
name: "Number"
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
};
|
|
882
|
+
|
|
883
|
+
export const SqlVirtualMachineGroup: coreClient.CompositeMapper = {
|
|
884
|
+
type: {
|
|
885
|
+
name: "Composite",
|
|
886
|
+
className: "SqlVirtualMachineGroup",
|
|
887
|
+
modelProperties: {
|
|
888
|
+
...TrackedResource.type.modelProperties,
|
|
889
|
+
provisioningState: {
|
|
890
|
+
serializedName: "properties.provisioningState",
|
|
891
|
+
readOnly: true,
|
|
832
892
|
type: {
|
|
833
893
|
name: "String"
|
|
834
894
|
}
|
|
835
895
|
},
|
|
836
|
-
|
|
837
|
-
serializedName: "
|
|
896
|
+
sqlImageOffer: {
|
|
897
|
+
serializedName: "properties.sqlImageOffer",
|
|
898
|
+
type: {
|
|
899
|
+
name: "String"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
sqlImageSku: {
|
|
903
|
+
serializedName: "properties.sqlImageSku",
|
|
838
904
|
type: {
|
|
839
905
|
name: "String"
|
|
840
906
|
}
|
|
907
|
+
},
|
|
908
|
+
scaleType: {
|
|
909
|
+
serializedName: "properties.scaleType",
|
|
910
|
+
readOnly: true,
|
|
911
|
+
type: {
|
|
912
|
+
name: "String"
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
clusterManagerType: {
|
|
916
|
+
serializedName: "properties.clusterManagerType",
|
|
917
|
+
readOnly: true,
|
|
918
|
+
type: {
|
|
919
|
+
name: "String"
|
|
920
|
+
}
|
|
921
|
+
},
|
|
922
|
+
clusterConfiguration: {
|
|
923
|
+
serializedName: "properties.clusterConfiguration",
|
|
924
|
+
readOnly: true,
|
|
925
|
+
type: {
|
|
926
|
+
name: "String"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
wsfcDomainProfile: {
|
|
930
|
+
serializedName: "properties.wsfcDomainProfile",
|
|
931
|
+
type: {
|
|
932
|
+
name: "Composite",
|
|
933
|
+
className: "WsfcDomainProfile"
|
|
934
|
+
}
|
|
841
935
|
}
|
|
842
936
|
}
|
|
843
937
|
}
|
|
844
938
|
};
|
|
845
939
|
|
|
846
|
-
export const SqlVirtualMachine:
|
|
847
|
-
serializedName: "SqlVirtualMachine",
|
|
940
|
+
export const SqlVirtualMachine: coreClient.CompositeMapper = {
|
|
848
941
|
type: {
|
|
849
942
|
name: "Composite",
|
|
850
943
|
className: "SqlVirtualMachine",
|
|
@@ -864,8 +957,8 @@ export const SqlVirtualMachine: msRest.CompositeMapper = {
|
|
|
864
957
|
}
|
|
865
958
|
},
|
|
866
959
|
provisioningState: {
|
|
867
|
-
readOnly: true,
|
|
868
960
|
serializedName: "properties.provisioningState",
|
|
961
|
+
readOnly: true,
|
|
869
962
|
type: {
|
|
870
963
|
name: "String"
|
|
871
964
|
}
|
|
@@ -945,144 +1038,3 @@ export const SqlVirtualMachine: msRest.CompositeMapper = {
|
|
|
945
1038
|
}
|
|
946
1039
|
}
|
|
947
1040
|
};
|
|
948
|
-
|
|
949
|
-
export const SqlVirtualMachineUpdate: msRest.CompositeMapper = {
|
|
950
|
-
serializedName: "SqlVirtualMachineUpdate",
|
|
951
|
-
type: {
|
|
952
|
-
name: "Composite",
|
|
953
|
-
className: "SqlVirtualMachineUpdate",
|
|
954
|
-
modelProperties: {
|
|
955
|
-
tags: {
|
|
956
|
-
serializedName: "tags",
|
|
957
|
-
type: {
|
|
958
|
-
name: "Dictionary",
|
|
959
|
-
value: {
|
|
960
|
-
type: {
|
|
961
|
-
name: "String"
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
};
|
|
969
|
-
|
|
970
|
-
export const AvailabilityGroupListenerListResult: msRest.CompositeMapper = {
|
|
971
|
-
serializedName: "AvailabilityGroupListenerListResult",
|
|
972
|
-
type: {
|
|
973
|
-
name: "Composite",
|
|
974
|
-
className: "AvailabilityGroupListenerListResult",
|
|
975
|
-
modelProperties: {
|
|
976
|
-
value: {
|
|
977
|
-
readOnly: true,
|
|
978
|
-
serializedName: "",
|
|
979
|
-
type: {
|
|
980
|
-
name: "Sequence",
|
|
981
|
-
element: {
|
|
982
|
-
type: {
|
|
983
|
-
name: "Composite",
|
|
984
|
-
className: "AvailabilityGroupListener"
|
|
985
|
-
}
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
nextLink: {
|
|
990
|
-
readOnly: true,
|
|
991
|
-
serializedName: "nextLink",
|
|
992
|
-
type: {
|
|
993
|
-
name: "String"
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
};
|
|
999
|
-
|
|
1000
|
-
export const OperationListResult: msRest.CompositeMapper = {
|
|
1001
|
-
serializedName: "OperationListResult",
|
|
1002
|
-
type: {
|
|
1003
|
-
name: "Composite",
|
|
1004
|
-
className: "OperationListResult",
|
|
1005
|
-
modelProperties: {
|
|
1006
|
-
value: {
|
|
1007
|
-
readOnly: true,
|
|
1008
|
-
serializedName: "",
|
|
1009
|
-
type: {
|
|
1010
|
-
name: "Sequence",
|
|
1011
|
-
element: {
|
|
1012
|
-
type: {
|
|
1013
|
-
name: "Composite",
|
|
1014
|
-
className: "Operation"
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
nextLink: {
|
|
1020
|
-
readOnly: true,
|
|
1021
|
-
serializedName: "nextLink",
|
|
1022
|
-
type: {
|
|
1023
|
-
name: "String"
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
};
|
|
1029
|
-
|
|
1030
|
-
export const SqlVirtualMachineGroupListResult: msRest.CompositeMapper = {
|
|
1031
|
-
serializedName: "SqlVirtualMachineGroupListResult",
|
|
1032
|
-
type: {
|
|
1033
|
-
name: "Composite",
|
|
1034
|
-
className: "SqlVirtualMachineGroupListResult",
|
|
1035
|
-
modelProperties: {
|
|
1036
|
-
value: {
|
|
1037
|
-
readOnly: true,
|
|
1038
|
-
serializedName: "",
|
|
1039
|
-
type: {
|
|
1040
|
-
name: "Sequence",
|
|
1041
|
-
element: {
|
|
1042
|
-
type: {
|
|
1043
|
-
name: "Composite",
|
|
1044
|
-
className: "SqlVirtualMachineGroup"
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
},
|
|
1049
|
-
nextLink: {
|
|
1050
|
-
readOnly: true,
|
|
1051
|
-
serializedName: "nextLink",
|
|
1052
|
-
type: {
|
|
1053
|
-
name: "String"
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
};
|
|
1059
|
-
|
|
1060
|
-
export const SqlVirtualMachineListResult: msRest.CompositeMapper = {
|
|
1061
|
-
serializedName: "SqlVirtualMachineListResult",
|
|
1062
|
-
type: {
|
|
1063
|
-
name: "Composite",
|
|
1064
|
-
className: "SqlVirtualMachineListResult",
|
|
1065
|
-
modelProperties: {
|
|
1066
|
-
value: {
|
|
1067
|
-
readOnly: true,
|
|
1068
|
-
serializedName: "",
|
|
1069
|
-
type: {
|
|
1070
|
-
name: "Sequence",
|
|
1071
|
-
element: {
|
|
1072
|
-
type: {
|
|
1073
|
-
name: "Composite",
|
|
1074
|
-
className: "SqlVirtualMachine"
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
nextLink: {
|
|
1080
|
-
readOnly: true,
|
|
1081
|
-
serializedName: "nextLink",
|
|
1082
|
-
type: {
|
|
1083
|
-
name: "String"
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
};
|