@azure/arm-containerservice 14.1.0

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.
Files changed (119) hide show
  1. package/LICENSE.txt +21 -0
  2. package/README.md +106 -0
  3. package/dist/arm-containerservice.js +6451 -0
  4. package/dist/arm-containerservice.js.map +1 -0
  5. package/dist/arm-containerservice.min.js +1 -0
  6. package/dist/arm-containerservice.min.js.map +1 -0
  7. package/esm/containerServiceClient.d.ts +32 -0
  8. package/esm/containerServiceClient.d.ts.map +1 -0
  9. package/esm/containerServiceClient.js +45 -0
  10. package/esm/containerServiceClient.js.map +1 -0
  11. package/esm/containerServiceClientContext.d.ts +23 -0
  12. package/esm/containerServiceClientContext.d.ts.map +1 -0
  13. package/esm/containerServiceClientContext.js +61 -0
  14. package/esm/containerServiceClientContext.js.map +1 -0
  15. package/esm/models/agentPoolsMappers.d.ts +2 -0
  16. package/esm/models/agentPoolsMappers.d.ts.map +1 -0
  17. package/esm/models/agentPoolsMappers.js +9 -0
  18. package/esm/models/agentPoolsMappers.js.map +1 -0
  19. package/esm/models/index.d.ts +3479 -0
  20. package/esm/models/index.d.ts.map +1 -0
  21. package/esm/models/index.js +8 -0
  22. package/esm/models/index.js.map +1 -0
  23. package/esm/models/maintenanceConfigurationsMappers.d.ts +2 -0
  24. package/esm/models/maintenanceConfigurationsMappers.d.ts.map +1 -0
  25. package/esm/models/maintenanceConfigurationsMappers.js +9 -0
  26. package/esm/models/maintenanceConfigurationsMappers.js.map +1 -0
  27. package/esm/models/managedClustersMappers.d.ts +2 -0
  28. package/esm/models/managedClustersMappers.d.ts.map +1 -0
  29. package/esm/models/managedClustersMappers.js +9 -0
  30. package/esm/models/managedClustersMappers.js.map +1 -0
  31. package/esm/models/mappers.d.ts +88 -0
  32. package/esm/models/mappers.d.ts.map +1 -0
  33. package/esm/models/mappers.js +3516 -0
  34. package/esm/models/mappers.js.map +1 -0
  35. package/esm/models/operationsMappers.d.ts +2 -0
  36. package/esm/models/operationsMappers.d.ts.map +1 -0
  37. package/esm/models/operationsMappers.js +9 -0
  38. package/esm/models/operationsMappers.js.map +1 -0
  39. package/esm/models/parameters.d.ts +16 -0
  40. package/esm/models/parameters.d.ts.map +1 -0
  41. package/esm/models/parameters.js +162 -0
  42. package/esm/models/parameters.js.map +1 -0
  43. package/esm/models/privateEndpointConnectionsMappers.d.ts +2 -0
  44. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +1 -0
  45. package/esm/models/privateEndpointConnectionsMappers.js +9 -0
  46. package/esm/models/privateEndpointConnectionsMappers.js.map +1 -0
  47. package/esm/models/privateLinkResourcesMappers.d.ts +2 -0
  48. package/esm/models/privateLinkResourcesMappers.d.ts.map +1 -0
  49. package/esm/models/privateLinkResourcesMappers.js +9 -0
  50. package/esm/models/privateLinkResourcesMappers.js.map +1 -0
  51. package/esm/models/resolvePrivateLinkServiceIdMappers.d.ts +2 -0
  52. package/esm/models/resolvePrivateLinkServiceIdMappers.d.ts.map +1 -0
  53. package/esm/models/resolvePrivateLinkServiceIdMappers.js +9 -0
  54. package/esm/models/resolvePrivateLinkServiceIdMappers.js.map +1 -0
  55. package/esm/models/snapshotsMappers.d.ts +2 -0
  56. package/esm/models/snapshotsMappers.d.ts.map +1 -0
  57. package/esm/models/snapshotsMappers.js +9 -0
  58. package/esm/models/snapshotsMappers.js.map +1 -0
  59. package/esm/operations/agentPools.d.ts +187 -0
  60. package/esm/operations/agentPools.d.ts.map +1 -0
  61. package/esm/operations/agentPools.js +359 -0
  62. package/esm/operations/agentPools.js.map +1 -0
  63. package/esm/operations/index.d.ts +9 -0
  64. package/esm/operations/index.d.ts.map +1 -0
  65. package/esm/operations/index.js +17 -0
  66. package/esm/operations/index.js.map +1 -0
  67. package/esm/operations/maintenanceConfigurations.d.ts +127 -0
  68. package/esm/operations/maintenanceConfigurations.d.ts.map +1 -0
  69. package/esm/operations/maintenanceConfigurations.js +190 -0
  70. package/esm/operations/maintenanceConfigurations.js.map +1 -0
  71. package/esm/operations/managedClusters.d.ts +487 -0
  72. package/esm/operations/managedClusters.d.ts.map +1 -0
  73. package/esm/operations/managedClusters.js +956 -0
  74. package/esm/operations/managedClusters.js.map +1 -0
  75. package/esm/operations/operations.d.ts +28 -0
  76. package/esm/operations/operations.d.ts.map +1 -0
  77. package/esm/operations/operations.js +50 -0
  78. package/esm/operations/operations.js.map +1 -0
  79. package/esm/operations/privateEndpointConnections.d.ts +106 -0
  80. package/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  81. package/esm/operations/privateEndpointConnections.js +181 -0
  82. package/esm/operations/privateEndpointConnections.js.map +1 -0
  83. package/esm/operations/privateLinkResources.d.ts +35 -0
  84. package/esm/operations/privateLinkResources.d.ts.map +1 -0
  85. package/esm/operations/privateLinkResources.js +57 -0
  86. package/esm/operations/privateLinkResources.js.map +1 -0
  87. package/esm/operations/resolvePrivateLinkServiceId.d.ts +37 -0
  88. package/esm/operations/resolvePrivateLinkServiceId.d.ts.map +1 -0
  89. package/esm/operations/resolvePrivateLinkServiceId.js +63 -0
  90. package/esm/operations/resolvePrivateLinkServiceId.js.map +1 -0
  91. package/esm/operations/snapshots.d.ts +172 -0
  92. package/esm/operations/snapshots.d.ts.map +1 -0
  93. package/esm/operations/snapshots.js +277 -0
  94. package/esm/operations/snapshots.js.map +1 -0
  95. package/package.json +59 -0
  96. package/rollup.config.js +37 -0
  97. package/src/containerServiceClient.ts +62 -0
  98. package/src/containerServiceClientContext.ts +68 -0
  99. package/src/models/agentPoolsMappers.ts +72 -0
  100. package/src/models/index.ts +3679 -0
  101. package/src/models/maintenanceConfigurationsMappers.ts +68 -0
  102. package/src/models/managedClustersMappers.ts +82 -0
  103. package/src/models/mappers.ts +3695 -0
  104. package/src/models/operationsMappers.ts +13 -0
  105. package/src/models/parameters.ts +164 -0
  106. package/src/models/privateEndpointConnectionsMappers.ts +68 -0
  107. package/src/models/privateLinkResourcesMappers.ts +13 -0
  108. package/src/models/resolvePrivateLinkServiceIdMappers.ts +12 -0
  109. package/src/models/snapshotsMappers.ts +69 -0
  110. package/src/operations/agentPools.ts +519 -0
  111. package/src/operations/index.ts +17 -0
  112. package/src/operations/maintenanceConfigurations.ts +334 -0
  113. package/src/operations/managedClusters.ts +1391 -0
  114. package/src/operations/operations.ts +73 -0
  115. package/src/operations/privateEndpointConnections.ts +282 -0
  116. package/src/operations/privateLinkResources.ts +87 -0
  117. package/src/operations/resolvePrivateLinkServiceId.ts +97 -0
  118. package/src/operations/snapshots.ts +484 -0
  119. package/tsconfig.json +19 -0
@@ -0,0 +1,68 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ export {
10
+ AgentPool,
11
+ AgentPoolUpgradeSettings,
12
+ BaseResource,
13
+ CloudError,
14
+ ContainerServiceLinuxProfile,
15
+ ContainerServiceNetworkProfile,
16
+ ContainerServiceSshConfiguration,
17
+ ContainerServiceSshPublicKey,
18
+ CreationData,
19
+ ExtendedLocation,
20
+ KubeletConfig,
21
+ LinuxOSConfig,
22
+ MaintenanceConfiguration,
23
+ MaintenanceConfigurationListResult,
24
+ ManagedCluster,
25
+ ManagedClusterAADProfile,
26
+ ManagedClusterAccessProfile,
27
+ ManagedClusterAddonProfile,
28
+ ManagedClusterAddonProfileIdentity,
29
+ ManagedClusterAgentPoolProfile,
30
+ ManagedClusterAgentPoolProfileProperties,
31
+ ManagedClusterAPIServerAccessProfile,
32
+ ManagedClusterAutoUpgradeProfile,
33
+ ManagedClusterHTTPProxyConfig,
34
+ ManagedClusterIdentity,
35
+ ManagedClusterIdentityUserAssignedIdentitiesValue,
36
+ ManagedClusterLoadBalancerProfile,
37
+ ManagedClusterLoadBalancerProfileManagedOutboundIPs,
38
+ ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
39
+ ManagedClusterLoadBalancerProfileOutboundIPs,
40
+ ManagedClusterManagedOutboundIPProfile,
41
+ ManagedClusterNATGatewayProfile,
42
+ ManagedClusterPodIdentity,
43
+ ManagedClusterPodIdentityException,
44
+ ManagedClusterPodIdentityProfile,
45
+ ManagedClusterPodIdentityProvisioningError,
46
+ ManagedClusterPodIdentityProvisioningErrorBody,
47
+ ManagedClusterPodIdentityProvisioningInfo,
48
+ ManagedClusterPropertiesAutoScalerProfile,
49
+ ManagedClusterSecurityProfile,
50
+ ManagedClusterSecurityProfileAzureDefender,
51
+ ManagedClusterServicePrincipalProfile,
52
+ ManagedClusterSKU,
53
+ ManagedClusterWindowsProfile,
54
+ PowerState,
55
+ PrivateEndpoint,
56
+ PrivateEndpointConnection,
57
+ PrivateLinkResource,
58
+ PrivateLinkServiceConnectionState,
59
+ Resource,
60
+ ResourceReference,
61
+ Snapshot,
62
+ SubResource,
63
+ SysctlConfig,
64
+ SystemData,
65
+ TimeInWeek,
66
+ TimeSpan,
67
+ UserAssignedIdentity
68
+ } from "../models/mappers";
@@ -0,0 +1,82 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ export {
10
+ AgentPool,
11
+ AgentPoolUpgradeSettings,
12
+ BaseResource,
13
+ CloudError,
14
+ ContainerServiceLinuxProfile,
15
+ ContainerServiceNetworkProfile,
16
+ ContainerServiceSshConfiguration,
17
+ ContainerServiceSshPublicKey,
18
+ CreationData,
19
+ CredentialResult,
20
+ CredentialResults,
21
+ EndpointDependency,
22
+ EndpointDetail,
23
+ ExtendedLocation,
24
+ KubeletConfig,
25
+ LinuxOSConfig,
26
+ MaintenanceConfiguration,
27
+ ManagedCluster,
28
+ ManagedClusterAADProfile,
29
+ ManagedClusterAccessProfile,
30
+ ManagedClusterAddonProfile,
31
+ ManagedClusterAddonProfileIdentity,
32
+ ManagedClusterAgentPoolProfile,
33
+ ManagedClusterAgentPoolProfileProperties,
34
+ ManagedClusterAPIServerAccessProfile,
35
+ ManagedClusterAutoUpgradeProfile,
36
+ ManagedClusterHTTPProxyConfig,
37
+ ManagedClusterIdentity,
38
+ ManagedClusterIdentityUserAssignedIdentitiesValue,
39
+ ManagedClusterListResult,
40
+ ManagedClusterLoadBalancerProfile,
41
+ ManagedClusterLoadBalancerProfileManagedOutboundIPs,
42
+ ManagedClusterLoadBalancerProfileOutboundIPPrefixes,
43
+ ManagedClusterLoadBalancerProfileOutboundIPs,
44
+ ManagedClusterManagedOutboundIPProfile,
45
+ ManagedClusterNATGatewayProfile,
46
+ ManagedClusterPodIdentity,
47
+ ManagedClusterPodIdentityException,
48
+ ManagedClusterPodIdentityProfile,
49
+ ManagedClusterPodIdentityProvisioningError,
50
+ ManagedClusterPodIdentityProvisioningErrorBody,
51
+ ManagedClusterPodIdentityProvisioningInfo,
52
+ ManagedClusterPoolUpgradeProfile,
53
+ ManagedClusterPoolUpgradeProfileUpgradesItem,
54
+ ManagedClusterPropertiesAutoScalerProfile,
55
+ ManagedClusterSecurityProfile,
56
+ ManagedClusterSecurityProfileAzureDefender,
57
+ ManagedClusterServicePrincipalProfile,
58
+ ManagedClusterSKU,
59
+ ManagedClusterUpgradeProfile,
60
+ ManagedClusterWindowsProfile,
61
+ OSOptionProfile,
62
+ OSOptionProperty,
63
+ OutboundEnvironmentEndpoint,
64
+ OutboundEnvironmentEndpointCollection,
65
+ PowerState,
66
+ PrivateEndpoint,
67
+ PrivateEndpointConnection,
68
+ PrivateLinkResource,
69
+ PrivateLinkServiceConnectionState,
70
+ Resource,
71
+ ResourceReference,
72
+ RunCommandRequest,
73
+ RunCommandResult,
74
+ Snapshot,
75
+ SubResource,
76
+ SysctlConfig,
77
+ SystemData,
78
+ TagsObject,
79
+ TimeInWeek,
80
+ TimeSpan,
81
+ UserAssignedIdentity
82
+ } from "../models/mappers";
@@ -0,0 +1,3695 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
+ import * as msRest from "@azure/ms-rest-js";
11
+
12
+ export const CloudError = CloudErrorMapper;
13
+ export const BaseResource = BaseResourceMapper;
14
+
15
+ export const OperationValue: msRest.CompositeMapper = {
16
+ serializedName: "OperationValue",
17
+ type: {
18
+ name: "Composite",
19
+ className: "OperationValue",
20
+ modelProperties: {
21
+ origin: {
22
+ readOnly: true,
23
+ serializedName: "origin",
24
+ type: {
25
+ name: "String"
26
+ }
27
+ },
28
+ name: {
29
+ readOnly: true,
30
+ serializedName: "name",
31
+ type: {
32
+ name: "String"
33
+ }
34
+ },
35
+ operation: {
36
+ readOnly: true,
37
+ serializedName: "display.operation",
38
+ type: {
39
+ name: "String"
40
+ }
41
+ },
42
+ resource: {
43
+ readOnly: true,
44
+ serializedName: "display.resource",
45
+ type: {
46
+ name: "String"
47
+ }
48
+ },
49
+ description: {
50
+ readOnly: true,
51
+ serializedName: "display.description",
52
+ type: {
53
+ name: "String"
54
+ }
55
+ },
56
+ provider: {
57
+ readOnly: true,
58
+ serializedName: "display.provider",
59
+ type: {
60
+ name: "String"
61
+ }
62
+ }
63
+ }
64
+ }
65
+ };
66
+
67
+ export const Resource: msRest.CompositeMapper = {
68
+ serializedName: "Resource",
69
+ type: {
70
+ name: "Composite",
71
+ className: "Resource",
72
+ modelProperties: {
73
+ id: {
74
+ readOnly: true,
75
+ serializedName: "id",
76
+ type: {
77
+ name: "String"
78
+ }
79
+ },
80
+ name: {
81
+ readOnly: true,
82
+ serializedName: "name",
83
+ type: {
84
+ name: "String"
85
+ }
86
+ },
87
+ type: {
88
+ readOnly: true,
89
+ serializedName: "type",
90
+ type: {
91
+ name: "String"
92
+ }
93
+ },
94
+ location: {
95
+ required: true,
96
+ serializedName: "location",
97
+ type: {
98
+ name: "String"
99
+ }
100
+ },
101
+ tags: {
102
+ serializedName: "tags",
103
+ type: {
104
+ name: "Dictionary",
105
+ value: {
106
+ type: {
107
+ name: "String"
108
+ }
109
+ }
110
+ }
111
+ }
112
+ }
113
+ }
114
+ };
115
+
116
+ export const SubResource: msRest.CompositeMapper = {
117
+ serializedName: "SubResource",
118
+ type: {
119
+ name: "Composite",
120
+ className: "SubResource",
121
+ modelProperties: {
122
+ id: {
123
+ readOnly: true,
124
+ serializedName: "id",
125
+ type: {
126
+ name: "String"
127
+ }
128
+ },
129
+ name: {
130
+ readOnly: true,
131
+ serializedName: "name",
132
+ type: {
133
+ name: "String"
134
+ }
135
+ },
136
+ type: {
137
+ readOnly: true,
138
+ serializedName: "type",
139
+ type: {
140
+ name: "String"
141
+ }
142
+ }
143
+ }
144
+ }
145
+ };
146
+
147
+ export const TagsObject: msRest.CompositeMapper = {
148
+ serializedName: "TagsObject",
149
+ type: {
150
+ name: "Composite",
151
+ className: "TagsObject",
152
+ modelProperties: {
153
+ tags: {
154
+ serializedName: "tags",
155
+ type: {
156
+ name: "Dictionary",
157
+ value: {
158
+ type: {
159
+ name: "String"
160
+ }
161
+ }
162
+ }
163
+ }
164
+ }
165
+ }
166
+ };
167
+
168
+ export const ManagedClusterServicePrincipalProfile: msRest.CompositeMapper = {
169
+ serializedName: "ManagedClusterServicePrincipalProfile",
170
+ type: {
171
+ name: "Composite",
172
+ className: "ManagedClusterServicePrincipalProfile",
173
+ modelProperties: {
174
+ clientId: {
175
+ required: true,
176
+ serializedName: "clientId",
177
+ type: {
178
+ name: "String"
179
+ }
180
+ },
181
+ secret: {
182
+ serializedName: "secret",
183
+ type: {
184
+ name: "String"
185
+ }
186
+ }
187
+ }
188
+ }
189
+ };
190
+
191
+ export const ContainerServiceMasterProfile: msRest.CompositeMapper = {
192
+ serializedName: "ContainerServiceMasterProfile",
193
+ type: {
194
+ name: "Composite",
195
+ className: "ContainerServiceMasterProfile",
196
+ modelProperties: {
197
+ count: {
198
+ serializedName: "count",
199
+ defaultValue: 1,
200
+ type: {
201
+ name: "Number"
202
+ }
203
+ },
204
+ dnsPrefix: {
205
+ required: true,
206
+ serializedName: "dnsPrefix",
207
+ type: {
208
+ name: "String"
209
+ }
210
+ },
211
+ vmSize: {
212
+ required: true,
213
+ serializedName: "vmSize",
214
+ type: {
215
+ name: "String"
216
+ }
217
+ },
218
+ osDiskSizeGB: {
219
+ serializedName: "osDiskSizeGB",
220
+ type: {
221
+ name: "Number"
222
+ }
223
+ },
224
+ vnetSubnetID: {
225
+ serializedName: "vnetSubnetID",
226
+ type: {
227
+ name: "String"
228
+ }
229
+ },
230
+ firstConsecutiveStaticIP: {
231
+ serializedName: "firstConsecutiveStaticIP",
232
+ defaultValue: '10.240.255.5',
233
+ type: {
234
+ name: "String"
235
+ }
236
+ },
237
+ storageProfile: {
238
+ serializedName: "storageProfile",
239
+ type: {
240
+ name: "String"
241
+ }
242
+ },
243
+ fqdn: {
244
+ readOnly: true,
245
+ serializedName: "fqdn",
246
+ type: {
247
+ name: "String"
248
+ }
249
+ }
250
+ }
251
+ }
252
+ };
253
+
254
+ export const AgentPoolUpgradeSettings: msRest.CompositeMapper = {
255
+ serializedName: "AgentPoolUpgradeSettings",
256
+ type: {
257
+ name: "Composite",
258
+ className: "AgentPoolUpgradeSettings",
259
+ modelProperties: {
260
+ maxSurge: {
261
+ serializedName: "maxSurge",
262
+ type: {
263
+ name: "String"
264
+ }
265
+ }
266
+ }
267
+ }
268
+ };
269
+
270
+ export const PowerState: msRest.CompositeMapper = {
271
+ serializedName: "PowerState",
272
+ type: {
273
+ name: "Composite",
274
+ className: "PowerState",
275
+ modelProperties: {
276
+ code: {
277
+ serializedName: "code",
278
+ type: {
279
+ name: "String"
280
+ }
281
+ }
282
+ }
283
+ }
284
+ };
285
+
286
+ export const KubeletConfig: msRest.CompositeMapper = {
287
+ serializedName: "KubeletConfig",
288
+ type: {
289
+ name: "Composite",
290
+ className: "KubeletConfig",
291
+ modelProperties: {
292
+ cpuManagerPolicy: {
293
+ serializedName: "cpuManagerPolicy",
294
+ type: {
295
+ name: "String"
296
+ }
297
+ },
298
+ cpuCfsQuota: {
299
+ serializedName: "cpuCfsQuota",
300
+ type: {
301
+ name: "Boolean"
302
+ }
303
+ },
304
+ cpuCfsQuotaPeriod: {
305
+ serializedName: "cpuCfsQuotaPeriod",
306
+ type: {
307
+ name: "String"
308
+ }
309
+ },
310
+ imageGcHighThreshold: {
311
+ serializedName: "imageGcHighThreshold",
312
+ type: {
313
+ name: "Number"
314
+ }
315
+ },
316
+ imageGcLowThreshold: {
317
+ serializedName: "imageGcLowThreshold",
318
+ type: {
319
+ name: "Number"
320
+ }
321
+ },
322
+ topologyManagerPolicy: {
323
+ serializedName: "topologyManagerPolicy",
324
+ type: {
325
+ name: "String"
326
+ }
327
+ },
328
+ allowedUnsafeSysctls: {
329
+ serializedName: "allowedUnsafeSysctls",
330
+ type: {
331
+ name: "Sequence",
332
+ element: {
333
+ type: {
334
+ name: "String"
335
+ }
336
+ }
337
+ }
338
+ },
339
+ failSwapOn: {
340
+ serializedName: "failSwapOn",
341
+ type: {
342
+ name: "Boolean"
343
+ }
344
+ },
345
+ containerLogMaxSizeMB: {
346
+ serializedName: "containerLogMaxSizeMB",
347
+ type: {
348
+ name: "Number"
349
+ }
350
+ },
351
+ containerLogMaxFiles: {
352
+ serializedName: "containerLogMaxFiles",
353
+ constraints: {
354
+ InclusiveMinimum: 2
355
+ },
356
+ type: {
357
+ name: "Number"
358
+ }
359
+ },
360
+ podMaxPids: {
361
+ serializedName: "podMaxPids",
362
+ type: {
363
+ name: "Number"
364
+ }
365
+ }
366
+ }
367
+ }
368
+ };
369
+
370
+ export const SysctlConfig: msRest.CompositeMapper = {
371
+ serializedName: "SysctlConfig",
372
+ type: {
373
+ name: "Composite",
374
+ className: "SysctlConfig",
375
+ modelProperties: {
376
+ netCoreSomaxconn: {
377
+ serializedName: "netCoreSomaxconn",
378
+ type: {
379
+ name: "Number"
380
+ }
381
+ },
382
+ netCoreNetdevMaxBacklog: {
383
+ serializedName: "netCoreNetdevMaxBacklog",
384
+ type: {
385
+ name: "Number"
386
+ }
387
+ },
388
+ netCoreRmemDefault: {
389
+ serializedName: "netCoreRmemDefault",
390
+ type: {
391
+ name: "Number"
392
+ }
393
+ },
394
+ netCoreRmemMax: {
395
+ serializedName: "netCoreRmemMax",
396
+ type: {
397
+ name: "Number"
398
+ }
399
+ },
400
+ netCoreWmemDefault: {
401
+ serializedName: "netCoreWmemDefault",
402
+ type: {
403
+ name: "Number"
404
+ }
405
+ },
406
+ netCoreWmemMax: {
407
+ serializedName: "netCoreWmemMax",
408
+ type: {
409
+ name: "Number"
410
+ }
411
+ },
412
+ netCoreOptmemMax: {
413
+ serializedName: "netCoreOptmemMax",
414
+ type: {
415
+ name: "Number"
416
+ }
417
+ },
418
+ netIpv4TcpMaxSynBacklog: {
419
+ serializedName: "netIpv4TcpMaxSynBacklog",
420
+ type: {
421
+ name: "Number"
422
+ }
423
+ },
424
+ netIpv4TcpMaxTwBuckets: {
425
+ serializedName: "netIpv4TcpMaxTwBuckets",
426
+ type: {
427
+ name: "Number"
428
+ }
429
+ },
430
+ netIpv4TcpFinTimeout: {
431
+ serializedName: "netIpv4TcpFinTimeout",
432
+ type: {
433
+ name: "Number"
434
+ }
435
+ },
436
+ netIpv4TcpKeepaliveTime: {
437
+ serializedName: "netIpv4TcpKeepaliveTime",
438
+ type: {
439
+ name: "Number"
440
+ }
441
+ },
442
+ netIpv4TcpKeepaliveProbes: {
443
+ serializedName: "netIpv4TcpKeepaliveProbes",
444
+ type: {
445
+ name: "Number"
446
+ }
447
+ },
448
+ netIpv4TcpkeepaliveIntvl: {
449
+ serializedName: "netIpv4TcpkeepaliveIntvl",
450
+ type: {
451
+ name: "Number"
452
+ }
453
+ },
454
+ netIpv4TcpTwReuse: {
455
+ serializedName: "netIpv4TcpTwReuse",
456
+ type: {
457
+ name: "Boolean"
458
+ }
459
+ },
460
+ netIpv4IpLocalPortRange: {
461
+ serializedName: "netIpv4IpLocalPortRange",
462
+ type: {
463
+ name: "String"
464
+ }
465
+ },
466
+ netIpv4NeighDefaultGcThresh1: {
467
+ serializedName: "netIpv4NeighDefaultGcThresh1",
468
+ type: {
469
+ name: "Number"
470
+ }
471
+ },
472
+ netIpv4NeighDefaultGcThresh2: {
473
+ serializedName: "netIpv4NeighDefaultGcThresh2",
474
+ type: {
475
+ name: "Number"
476
+ }
477
+ },
478
+ netIpv4NeighDefaultGcThresh3: {
479
+ serializedName: "netIpv4NeighDefaultGcThresh3",
480
+ type: {
481
+ name: "Number"
482
+ }
483
+ },
484
+ netNetfilterNfConntrackMax: {
485
+ serializedName: "netNetfilterNfConntrackMax",
486
+ type: {
487
+ name: "Number"
488
+ }
489
+ },
490
+ netNetfilterNfConntrackBuckets: {
491
+ serializedName: "netNetfilterNfConntrackBuckets",
492
+ type: {
493
+ name: "Number"
494
+ }
495
+ },
496
+ fsInotifyMaxUserWatches: {
497
+ serializedName: "fsInotifyMaxUserWatches",
498
+ type: {
499
+ name: "Number"
500
+ }
501
+ },
502
+ fsFileMax: {
503
+ serializedName: "fsFileMax",
504
+ type: {
505
+ name: "Number"
506
+ }
507
+ },
508
+ fsAioMaxNr: {
509
+ serializedName: "fsAioMaxNr",
510
+ type: {
511
+ name: "Number"
512
+ }
513
+ },
514
+ fsNrOpen: {
515
+ serializedName: "fsNrOpen",
516
+ type: {
517
+ name: "Number"
518
+ }
519
+ },
520
+ kernelThreadsMax: {
521
+ serializedName: "kernelThreadsMax",
522
+ type: {
523
+ name: "Number"
524
+ }
525
+ },
526
+ vmMaxMapCount: {
527
+ serializedName: "vmMaxMapCount",
528
+ type: {
529
+ name: "Number"
530
+ }
531
+ },
532
+ vmSwappiness: {
533
+ serializedName: "vmSwappiness",
534
+ type: {
535
+ name: "Number"
536
+ }
537
+ },
538
+ vmVfsCachePressure: {
539
+ serializedName: "vmVfsCachePressure",
540
+ type: {
541
+ name: "Number"
542
+ }
543
+ }
544
+ }
545
+ }
546
+ };
547
+
548
+ export const LinuxOSConfig: msRest.CompositeMapper = {
549
+ serializedName: "LinuxOSConfig",
550
+ type: {
551
+ name: "Composite",
552
+ className: "LinuxOSConfig",
553
+ modelProperties: {
554
+ sysctls: {
555
+ serializedName: "sysctls",
556
+ type: {
557
+ name: "Composite",
558
+ className: "SysctlConfig"
559
+ }
560
+ },
561
+ transparentHugePageEnabled: {
562
+ serializedName: "transparentHugePageEnabled",
563
+ type: {
564
+ name: "String"
565
+ }
566
+ },
567
+ transparentHugePageDefrag: {
568
+ serializedName: "transparentHugePageDefrag",
569
+ type: {
570
+ name: "String"
571
+ }
572
+ },
573
+ swapFileSizeMB: {
574
+ serializedName: "swapFileSizeMB",
575
+ type: {
576
+ name: "Number"
577
+ }
578
+ }
579
+ }
580
+ }
581
+ };
582
+
583
+ export const CreationData: msRest.CompositeMapper = {
584
+ serializedName: "CreationData",
585
+ type: {
586
+ name: "Composite",
587
+ className: "CreationData",
588
+ modelProperties: {
589
+ sourceResourceId: {
590
+ serializedName: "sourceResourceId",
591
+ type: {
592
+ name: "String"
593
+ }
594
+ }
595
+ }
596
+ }
597
+ };
598
+
599
+ export const ManagedClusterAgentPoolProfileProperties: msRest.CompositeMapper = {
600
+ serializedName: "ManagedClusterAgentPoolProfileProperties",
601
+ type: {
602
+ name: "Composite",
603
+ className: "ManagedClusterAgentPoolProfileProperties",
604
+ modelProperties: {
605
+ count: {
606
+ serializedName: "count",
607
+ type: {
608
+ name: "Number"
609
+ }
610
+ },
611
+ vmSize: {
612
+ serializedName: "vmSize",
613
+ type: {
614
+ name: "String"
615
+ }
616
+ },
617
+ osDiskSizeGB: {
618
+ serializedName: "osDiskSizeGB",
619
+ type: {
620
+ name: "Number"
621
+ }
622
+ },
623
+ osDiskType: {
624
+ serializedName: "osDiskType",
625
+ type: {
626
+ name: "String"
627
+ }
628
+ },
629
+ kubeletDiskType: {
630
+ serializedName: "kubeletDiskType",
631
+ type: {
632
+ name: "String"
633
+ }
634
+ },
635
+ workloadRuntime: {
636
+ serializedName: "workloadRuntime",
637
+ type: {
638
+ name: "String"
639
+ }
640
+ },
641
+ vnetSubnetID: {
642
+ serializedName: "vnetSubnetID",
643
+ type: {
644
+ name: "String"
645
+ }
646
+ },
647
+ podSubnetID: {
648
+ serializedName: "podSubnetID",
649
+ type: {
650
+ name: "String"
651
+ }
652
+ },
653
+ maxPods: {
654
+ serializedName: "maxPods",
655
+ type: {
656
+ name: "Number"
657
+ }
658
+ },
659
+ osType: {
660
+ serializedName: "osType",
661
+ defaultValue: 'Linux',
662
+ type: {
663
+ name: "String"
664
+ }
665
+ },
666
+ osSKU: {
667
+ serializedName: "osSKU",
668
+ type: {
669
+ name: "String"
670
+ }
671
+ },
672
+ maxCount: {
673
+ serializedName: "maxCount",
674
+ type: {
675
+ name: "Number"
676
+ }
677
+ },
678
+ minCount: {
679
+ serializedName: "minCount",
680
+ type: {
681
+ name: "Number"
682
+ }
683
+ },
684
+ enableAutoScaling: {
685
+ serializedName: "enableAutoScaling",
686
+ type: {
687
+ name: "Boolean"
688
+ }
689
+ },
690
+ scaleDownMode: {
691
+ serializedName: "scaleDownMode",
692
+ type: {
693
+ name: "String"
694
+ }
695
+ },
696
+ type: {
697
+ serializedName: "type",
698
+ type: {
699
+ name: "String"
700
+ }
701
+ },
702
+ mode: {
703
+ serializedName: "mode",
704
+ type: {
705
+ name: "String"
706
+ }
707
+ },
708
+ orchestratorVersion: {
709
+ serializedName: "orchestratorVersion",
710
+ type: {
711
+ name: "String"
712
+ }
713
+ },
714
+ nodeImageVersion: {
715
+ readOnly: true,
716
+ serializedName: "nodeImageVersion",
717
+ type: {
718
+ name: "String"
719
+ }
720
+ },
721
+ upgradeSettings: {
722
+ serializedName: "upgradeSettings",
723
+ type: {
724
+ name: "Composite",
725
+ className: "AgentPoolUpgradeSettings"
726
+ }
727
+ },
728
+ provisioningState: {
729
+ readOnly: true,
730
+ serializedName: "provisioningState",
731
+ type: {
732
+ name: "String"
733
+ }
734
+ },
735
+ powerState: {
736
+ readOnly: true,
737
+ serializedName: "powerState",
738
+ type: {
739
+ name: "Composite",
740
+ className: "PowerState"
741
+ }
742
+ },
743
+ availabilityZones: {
744
+ serializedName: "availabilityZones",
745
+ type: {
746
+ name: "Sequence",
747
+ element: {
748
+ type: {
749
+ name: "String"
750
+ }
751
+ }
752
+ }
753
+ },
754
+ enableNodePublicIP: {
755
+ serializedName: "enableNodePublicIP",
756
+ type: {
757
+ name: "Boolean"
758
+ }
759
+ },
760
+ nodePublicIPPrefixID: {
761
+ serializedName: "nodePublicIPPrefixID",
762
+ type: {
763
+ name: "String"
764
+ }
765
+ },
766
+ scaleSetPriority: {
767
+ serializedName: "scaleSetPriority",
768
+ defaultValue: 'Regular',
769
+ type: {
770
+ name: "String"
771
+ }
772
+ },
773
+ scaleSetEvictionPolicy: {
774
+ serializedName: "scaleSetEvictionPolicy",
775
+ defaultValue: 'Delete',
776
+ type: {
777
+ name: "String"
778
+ }
779
+ },
780
+ spotMaxPrice: {
781
+ serializedName: "spotMaxPrice",
782
+ type: {
783
+ name: "Number"
784
+ }
785
+ },
786
+ tags: {
787
+ serializedName: "tags",
788
+ type: {
789
+ name: "Dictionary",
790
+ value: {
791
+ type: {
792
+ name: "String"
793
+ }
794
+ }
795
+ }
796
+ },
797
+ nodeLabels: {
798
+ serializedName: "nodeLabels",
799
+ type: {
800
+ name: "Dictionary",
801
+ value: {
802
+ type: {
803
+ name: "String"
804
+ }
805
+ }
806
+ }
807
+ },
808
+ nodeTaints: {
809
+ serializedName: "nodeTaints",
810
+ type: {
811
+ name: "Sequence",
812
+ element: {
813
+ type: {
814
+ name: "String"
815
+ }
816
+ }
817
+ }
818
+ },
819
+ proximityPlacementGroupID: {
820
+ serializedName: "proximityPlacementGroupID",
821
+ type: {
822
+ name: "String"
823
+ }
824
+ },
825
+ kubeletConfig: {
826
+ serializedName: "kubeletConfig",
827
+ type: {
828
+ name: "Composite",
829
+ className: "KubeletConfig"
830
+ }
831
+ },
832
+ linuxOSConfig: {
833
+ serializedName: "linuxOSConfig",
834
+ type: {
835
+ name: "Composite",
836
+ className: "LinuxOSConfig"
837
+ }
838
+ },
839
+ enableEncryptionAtHost: {
840
+ serializedName: "enableEncryptionAtHost",
841
+ type: {
842
+ name: "Boolean"
843
+ }
844
+ },
845
+ enableUltraSSD: {
846
+ serializedName: "enableUltraSSD",
847
+ type: {
848
+ name: "Boolean"
849
+ }
850
+ },
851
+ enableFIPS: {
852
+ serializedName: "enableFIPS",
853
+ type: {
854
+ name: "Boolean"
855
+ }
856
+ },
857
+ gpuInstanceProfile: {
858
+ serializedName: "gpuInstanceProfile",
859
+ type: {
860
+ name: "String"
861
+ }
862
+ },
863
+ creationData: {
864
+ serializedName: "creationData",
865
+ type: {
866
+ name: "Composite",
867
+ className: "CreationData"
868
+ }
869
+ }
870
+ }
871
+ }
872
+ };
873
+
874
+ export const ManagedClusterAgentPoolProfile: msRest.CompositeMapper = {
875
+ serializedName: "ManagedClusterAgentPoolProfile",
876
+ type: {
877
+ name: "Composite",
878
+ className: "ManagedClusterAgentPoolProfile",
879
+ modelProperties: {
880
+ ...ManagedClusterAgentPoolProfileProperties.type.modelProperties,
881
+ name: {
882
+ required: true,
883
+ serializedName: "name",
884
+ constraints: {
885
+ Pattern: /^[a-z][a-z0-9]{0,11}$/
886
+ },
887
+ type: {
888
+ name: "String"
889
+ }
890
+ }
891
+ }
892
+ }
893
+ };
894
+
895
+ export const AgentPool: msRest.CompositeMapper = {
896
+ serializedName: "AgentPool",
897
+ type: {
898
+ name: "Composite",
899
+ className: "AgentPool",
900
+ modelProperties: {
901
+ ...SubResource.type.modelProperties,
902
+ count: {
903
+ serializedName: "properties.count",
904
+ type: {
905
+ name: "Number"
906
+ }
907
+ },
908
+ vmSize: {
909
+ serializedName: "properties.vmSize",
910
+ type: {
911
+ name: "String"
912
+ }
913
+ },
914
+ osDiskSizeGB: {
915
+ serializedName: "properties.osDiskSizeGB",
916
+ type: {
917
+ name: "Number"
918
+ }
919
+ },
920
+ osDiskType: {
921
+ serializedName: "properties.osDiskType",
922
+ type: {
923
+ name: "String"
924
+ }
925
+ },
926
+ kubeletDiskType: {
927
+ serializedName: "properties.kubeletDiskType",
928
+ type: {
929
+ name: "String"
930
+ }
931
+ },
932
+ workloadRuntime: {
933
+ serializedName: "properties.workloadRuntime",
934
+ type: {
935
+ name: "String"
936
+ }
937
+ },
938
+ vnetSubnetID: {
939
+ serializedName: "properties.vnetSubnetID",
940
+ type: {
941
+ name: "String"
942
+ }
943
+ },
944
+ podSubnetID: {
945
+ serializedName: "properties.podSubnetID",
946
+ type: {
947
+ name: "String"
948
+ }
949
+ },
950
+ maxPods: {
951
+ serializedName: "properties.maxPods",
952
+ type: {
953
+ name: "Number"
954
+ }
955
+ },
956
+ osType: {
957
+ serializedName: "properties.osType",
958
+ defaultValue: 'Linux',
959
+ type: {
960
+ name: "String"
961
+ }
962
+ },
963
+ osSKU: {
964
+ serializedName: "properties.osSKU",
965
+ type: {
966
+ name: "String"
967
+ }
968
+ },
969
+ maxCount: {
970
+ serializedName: "properties.maxCount",
971
+ type: {
972
+ name: "Number"
973
+ }
974
+ },
975
+ minCount: {
976
+ serializedName: "properties.minCount",
977
+ type: {
978
+ name: "Number"
979
+ }
980
+ },
981
+ enableAutoScaling: {
982
+ serializedName: "properties.enableAutoScaling",
983
+ type: {
984
+ name: "Boolean"
985
+ }
986
+ },
987
+ scaleDownMode: {
988
+ serializedName: "properties.scaleDownMode",
989
+ type: {
990
+ name: "String"
991
+ }
992
+ },
993
+ agentPoolType: {
994
+ serializedName: "properties.type",
995
+ type: {
996
+ name: "String"
997
+ }
998
+ },
999
+ mode: {
1000
+ serializedName: "properties.mode",
1001
+ type: {
1002
+ name: "String"
1003
+ }
1004
+ },
1005
+ orchestratorVersion: {
1006
+ serializedName: "properties.orchestratorVersion",
1007
+ type: {
1008
+ name: "String"
1009
+ }
1010
+ },
1011
+ nodeImageVersion: {
1012
+ readOnly: true,
1013
+ serializedName: "properties.nodeImageVersion",
1014
+ type: {
1015
+ name: "String"
1016
+ }
1017
+ },
1018
+ upgradeSettings: {
1019
+ serializedName: "properties.upgradeSettings",
1020
+ type: {
1021
+ name: "Composite",
1022
+ className: "AgentPoolUpgradeSettings"
1023
+ }
1024
+ },
1025
+ provisioningState: {
1026
+ readOnly: true,
1027
+ serializedName: "properties.provisioningState",
1028
+ type: {
1029
+ name: "String"
1030
+ }
1031
+ },
1032
+ powerState: {
1033
+ readOnly: true,
1034
+ serializedName: "properties.powerState",
1035
+ type: {
1036
+ name: "Composite",
1037
+ className: "PowerState"
1038
+ }
1039
+ },
1040
+ availabilityZones: {
1041
+ serializedName: "properties.availabilityZones",
1042
+ type: {
1043
+ name: "Sequence",
1044
+ element: {
1045
+ type: {
1046
+ name: "String"
1047
+ }
1048
+ }
1049
+ }
1050
+ },
1051
+ enableNodePublicIP: {
1052
+ serializedName: "properties.enableNodePublicIP",
1053
+ type: {
1054
+ name: "Boolean"
1055
+ }
1056
+ },
1057
+ nodePublicIPPrefixID: {
1058
+ serializedName: "properties.nodePublicIPPrefixID",
1059
+ type: {
1060
+ name: "String"
1061
+ }
1062
+ },
1063
+ scaleSetPriority: {
1064
+ serializedName: "properties.scaleSetPriority",
1065
+ defaultValue: 'Regular',
1066
+ type: {
1067
+ name: "String"
1068
+ }
1069
+ },
1070
+ scaleSetEvictionPolicy: {
1071
+ serializedName: "properties.scaleSetEvictionPolicy",
1072
+ defaultValue: 'Delete',
1073
+ type: {
1074
+ name: "String"
1075
+ }
1076
+ },
1077
+ spotMaxPrice: {
1078
+ serializedName: "properties.spotMaxPrice",
1079
+ type: {
1080
+ name: "Number"
1081
+ }
1082
+ },
1083
+ tags: {
1084
+ serializedName: "properties.tags",
1085
+ type: {
1086
+ name: "Dictionary",
1087
+ value: {
1088
+ type: {
1089
+ name: "String"
1090
+ }
1091
+ }
1092
+ }
1093
+ },
1094
+ nodeLabels: {
1095
+ serializedName: "properties.nodeLabels",
1096
+ type: {
1097
+ name: "Dictionary",
1098
+ value: {
1099
+ type: {
1100
+ name: "String"
1101
+ }
1102
+ }
1103
+ }
1104
+ },
1105
+ nodeTaints: {
1106
+ serializedName: "properties.nodeTaints",
1107
+ type: {
1108
+ name: "Sequence",
1109
+ element: {
1110
+ type: {
1111
+ name: "String"
1112
+ }
1113
+ }
1114
+ }
1115
+ },
1116
+ proximityPlacementGroupID: {
1117
+ serializedName: "properties.proximityPlacementGroupID",
1118
+ type: {
1119
+ name: "String"
1120
+ }
1121
+ },
1122
+ kubeletConfig: {
1123
+ serializedName: "properties.kubeletConfig",
1124
+ type: {
1125
+ name: "Composite",
1126
+ className: "KubeletConfig"
1127
+ }
1128
+ },
1129
+ linuxOSConfig: {
1130
+ serializedName: "properties.linuxOSConfig",
1131
+ type: {
1132
+ name: "Composite",
1133
+ className: "LinuxOSConfig"
1134
+ }
1135
+ },
1136
+ enableEncryptionAtHost: {
1137
+ serializedName: "properties.enableEncryptionAtHost",
1138
+ type: {
1139
+ name: "Boolean"
1140
+ }
1141
+ },
1142
+ enableUltraSSD: {
1143
+ serializedName: "properties.enableUltraSSD",
1144
+ type: {
1145
+ name: "Boolean"
1146
+ }
1147
+ },
1148
+ enableFIPS: {
1149
+ serializedName: "properties.enableFIPS",
1150
+ type: {
1151
+ name: "Boolean"
1152
+ }
1153
+ },
1154
+ gpuInstanceProfile: {
1155
+ serializedName: "properties.gpuInstanceProfile",
1156
+ type: {
1157
+ name: "String"
1158
+ }
1159
+ },
1160
+ creationData: {
1161
+ serializedName: "properties.creationData",
1162
+ type: {
1163
+ name: "Composite",
1164
+ className: "CreationData"
1165
+ }
1166
+ }
1167
+ }
1168
+ }
1169
+ };
1170
+
1171
+ export const ManagedClusterWindowsProfile: msRest.CompositeMapper = {
1172
+ serializedName: "ManagedClusterWindowsProfile",
1173
+ type: {
1174
+ name: "Composite",
1175
+ className: "ManagedClusterWindowsProfile",
1176
+ modelProperties: {
1177
+ adminUsername: {
1178
+ required: true,
1179
+ serializedName: "adminUsername",
1180
+ type: {
1181
+ name: "String"
1182
+ }
1183
+ },
1184
+ adminPassword: {
1185
+ serializedName: "adminPassword",
1186
+ type: {
1187
+ name: "String"
1188
+ }
1189
+ },
1190
+ licenseType: {
1191
+ serializedName: "licenseType",
1192
+ type: {
1193
+ name: "String"
1194
+ }
1195
+ },
1196
+ enableCSIProxy: {
1197
+ serializedName: "enableCSIProxy",
1198
+ type: {
1199
+ name: "Boolean"
1200
+ }
1201
+ }
1202
+ }
1203
+ }
1204
+ };
1205
+
1206
+ export const ContainerServiceSshPublicKey: msRest.CompositeMapper = {
1207
+ serializedName: "ContainerServiceSshPublicKey",
1208
+ type: {
1209
+ name: "Composite",
1210
+ className: "ContainerServiceSshPublicKey",
1211
+ modelProperties: {
1212
+ keyData: {
1213
+ required: true,
1214
+ serializedName: "keyData",
1215
+ type: {
1216
+ name: "String"
1217
+ }
1218
+ }
1219
+ }
1220
+ }
1221
+ };
1222
+
1223
+ export const ContainerServiceSshConfiguration: msRest.CompositeMapper = {
1224
+ serializedName: "ContainerServiceSshConfiguration",
1225
+ type: {
1226
+ name: "Composite",
1227
+ className: "ContainerServiceSshConfiguration",
1228
+ modelProperties: {
1229
+ publicKeys: {
1230
+ required: true,
1231
+ serializedName: "publicKeys",
1232
+ type: {
1233
+ name: "Sequence",
1234
+ element: {
1235
+ type: {
1236
+ name: "Composite",
1237
+ className: "ContainerServiceSshPublicKey"
1238
+ }
1239
+ }
1240
+ }
1241
+ }
1242
+ }
1243
+ }
1244
+ };
1245
+
1246
+ export const ContainerServiceLinuxProfile: msRest.CompositeMapper = {
1247
+ serializedName: "ContainerServiceLinuxProfile",
1248
+ type: {
1249
+ name: "Composite",
1250
+ className: "ContainerServiceLinuxProfile",
1251
+ modelProperties: {
1252
+ adminUsername: {
1253
+ required: true,
1254
+ serializedName: "adminUsername",
1255
+ constraints: {
1256
+ Pattern: /^[A-Za-z][-A-Za-z0-9_]*$/
1257
+ },
1258
+ type: {
1259
+ name: "String"
1260
+ }
1261
+ },
1262
+ ssh: {
1263
+ required: true,
1264
+ serializedName: "ssh",
1265
+ type: {
1266
+ name: "Composite",
1267
+ className: "ContainerServiceSshConfiguration"
1268
+ }
1269
+ }
1270
+ }
1271
+ }
1272
+ };
1273
+
1274
+ export const ManagedClusterLoadBalancerProfileManagedOutboundIPs: msRest.CompositeMapper = {
1275
+ serializedName: "ManagedClusterLoadBalancerProfile_managedOutboundIPs",
1276
+ type: {
1277
+ name: "Composite",
1278
+ className: "ManagedClusterLoadBalancerProfileManagedOutboundIPs",
1279
+ modelProperties: {
1280
+ count: {
1281
+ serializedName: "count",
1282
+ defaultValue: 1,
1283
+ constraints: {
1284
+ InclusiveMaximum: 100,
1285
+ InclusiveMinimum: 1
1286
+ },
1287
+ type: {
1288
+ name: "Number"
1289
+ }
1290
+ }
1291
+ }
1292
+ }
1293
+ };
1294
+
1295
+ export const ResourceReference: msRest.CompositeMapper = {
1296
+ serializedName: "ResourceReference",
1297
+ type: {
1298
+ name: "Composite",
1299
+ className: "ResourceReference",
1300
+ modelProperties: {
1301
+ id: {
1302
+ serializedName: "id",
1303
+ type: {
1304
+ name: "String"
1305
+ }
1306
+ }
1307
+ }
1308
+ }
1309
+ };
1310
+
1311
+ export const ManagedClusterLoadBalancerProfileOutboundIPPrefixes: msRest.CompositeMapper = {
1312
+ serializedName: "ManagedClusterLoadBalancerProfile_outboundIPPrefixes",
1313
+ type: {
1314
+ name: "Composite",
1315
+ className: "ManagedClusterLoadBalancerProfileOutboundIPPrefixes",
1316
+ modelProperties: {
1317
+ publicIPPrefixes: {
1318
+ serializedName: "publicIPPrefixes",
1319
+ type: {
1320
+ name: "Sequence",
1321
+ element: {
1322
+ type: {
1323
+ name: "Composite",
1324
+ className: "ResourceReference"
1325
+ }
1326
+ }
1327
+ }
1328
+ }
1329
+ }
1330
+ }
1331
+ };
1332
+
1333
+ export const ManagedClusterLoadBalancerProfileOutboundIPs: msRest.CompositeMapper = {
1334
+ serializedName: "ManagedClusterLoadBalancerProfile_outboundIPs",
1335
+ type: {
1336
+ name: "Composite",
1337
+ className: "ManagedClusterLoadBalancerProfileOutboundIPs",
1338
+ modelProperties: {
1339
+ publicIPs: {
1340
+ serializedName: "publicIPs",
1341
+ type: {
1342
+ name: "Sequence",
1343
+ element: {
1344
+ type: {
1345
+ name: "Composite",
1346
+ className: "ResourceReference"
1347
+ }
1348
+ }
1349
+ }
1350
+ }
1351
+ }
1352
+ }
1353
+ };
1354
+
1355
+ export const ManagedClusterLoadBalancerProfile: msRest.CompositeMapper = {
1356
+ serializedName: "ManagedClusterLoadBalancerProfile",
1357
+ type: {
1358
+ name: "Composite",
1359
+ className: "ManagedClusterLoadBalancerProfile",
1360
+ modelProperties: {
1361
+ managedOutboundIPs: {
1362
+ serializedName: "managedOutboundIPs",
1363
+ type: {
1364
+ name: "Composite",
1365
+ className: "ManagedClusterLoadBalancerProfileManagedOutboundIPs"
1366
+ }
1367
+ },
1368
+ outboundIPPrefixes: {
1369
+ serializedName: "outboundIPPrefixes",
1370
+ type: {
1371
+ name: "Composite",
1372
+ className: "ManagedClusterLoadBalancerProfileOutboundIPPrefixes"
1373
+ }
1374
+ },
1375
+ outboundIPs: {
1376
+ serializedName: "outboundIPs",
1377
+ type: {
1378
+ name: "Composite",
1379
+ className: "ManagedClusterLoadBalancerProfileOutboundIPs"
1380
+ }
1381
+ },
1382
+ effectiveOutboundIPs: {
1383
+ serializedName: "effectiveOutboundIPs",
1384
+ type: {
1385
+ name: "Sequence",
1386
+ element: {
1387
+ type: {
1388
+ name: "Composite",
1389
+ className: "ResourceReference"
1390
+ }
1391
+ }
1392
+ }
1393
+ },
1394
+ allocatedOutboundPorts: {
1395
+ serializedName: "allocatedOutboundPorts",
1396
+ defaultValue: 0,
1397
+ constraints: {
1398
+ InclusiveMaximum: 64000,
1399
+ InclusiveMinimum: 0
1400
+ },
1401
+ type: {
1402
+ name: "Number"
1403
+ }
1404
+ },
1405
+ idleTimeoutInMinutes: {
1406
+ serializedName: "idleTimeoutInMinutes",
1407
+ defaultValue: 30,
1408
+ constraints: {
1409
+ InclusiveMaximum: 120,
1410
+ InclusiveMinimum: 4
1411
+ },
1412
+ type: {
1413
+ name: "Number"
1414
+ }
1415
+ },
1416
+ enableMultipleStandardLoadBalancers: {
1417
+ serializedName: "enableMultipleStandardLoadBalancers",
1418
+ type: {
1419
+ name: "Boolean"
1420
+ }
1421
+ }
1422
+ }
1423
+ }
1424
+ };
1425
+
1426
+ export const ManagedClusterManagedOutboundIPProfile: msRest.CompositeMapper = {
1427
+ serializedName: "ManagedClusterManagedOutboundIPProfile",
1428
+ type: {
1429
+ name: "Composite",
1430
+ className: "ManagedClusterManagedOutboundIPProfile",
1431
+ modelProperties: {
1432
+ count: {
1433
+ serializedName: "count",
1434
+ defaultValue: 1,
1435
+ constraints: {
1436
+ InclusiveMaximum: 16,
1437
+ InclusiveMinimum: 1
1438
+ },
1439
+ type: {
1440
+ name: "Number"
1441
+ }
1442
+ }
1443
+ }
1444
+ }
1445
+ };
1446
+
1447
+ export const ManagedClusterNATGatewayProfile: msRest.CompositeMapper = {
1448
+ serializedName: "ManagedClusterNATGatewayProfile",
1449
+ type: {
1450
+ name: "Composite",
1451
+ className: "ManagedClusterNATGatewayProfile",
1452
+ modelProperties: {
1453
+ managedOutboundIPProfile: {
1454
+ serializedName: "managedOutboundIPProfile",
1455
+ type: {
1456
+ name: "Composite",
1457
+ className: "ManagedClusterManagedOutboundIPProfile"
1458
+ }
1459
+ },
1460
+ effectiveOutboundIPs: {
1461
+ serializedName: "effectiveOutboundIPs",
1462
+ type: {
1463
+ name: "Sequence",
1464
+ element: {
1465
+ type: {
1466
+ name: "Composite",
1467
+ className: "ResourceReference"
1468
+ }
1469
+ }
1470
+ }
1471
+ },
1472
+ idleTimeoutInMinutes: {
1473
+ serializedName: "idleTimeoutInMinutes",
1474
+ defaultValue: 4,
1475
+ constraints: {
1476
+ InclusiveMaximum: 120,
1477
+ InclusiveMinimum: 4
1478
+ },
1479
+ type: {
1480
+ name: "Number"
1481
+ }
1482
+ }
1483
+ }
1484
+ }
1485
+ };
1486
+
1487
+ export const ContainerServiceNetworkProfile: msRest.CompositeMapper = {
1488
+ serializedName: "ContainerServiceNetworkProfile",
1489
+ type: {
1490
+ name: "Composite",
1491
+ className: "ContainerServiceNetworkProfile",
1492
+ modelProperties: {
1493
+ networkPlugin: {
1494
+ serializedName: "networkPlugin",
1495
+ defaultValue: 'kubenet',
1496
+ type: {
1497
+ name: "String"
1498
+ }
1499
+ },
1500
+ networkPolicy: {
1501
+ serializedName: "networkPolicy",
1502
+ type: {
1503
+ name: "String"
1504
+ }
1505
+ },
1506
+ networkMode: {
1507
+ serializedName: "networkMode",
1508
+ type: {
1509
+ name: "String"
1510
+ }
1511
+ },
1512
+ podCidr: {
1513
+ serializedName: "podCidr",
1514
+ defaultValue: '10.244.0.0/16',
1515
+ constraints: {
1516
+ Pattern: /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/
1517
+ },
1518
+ type: {
1519
+ name: "String"
1520
+ }
1521
+ },
1522
+ serviceCidr: {
1523
+ serializedName: "serviceCidr",
1524
+ defaultValue: '10.0.0.0/16',
1525
+ constraints: {
1526
+ Pattern: /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/
1527
+ },
1528
+ type: {
1529
+ name: "String"
1530
+ }
1531
+ },
1532
+ dnsServiceIP: {
1533
+ serializedName: "dnsServiceIP",
1534
+ defaultValue: '10.0.0.10',
1535
+ constraints: {
1536
+ Pattern: /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/
1537
+ },
1538
+ type: {
1539
+ name: "String"
1540
+ }
1541
+ },
1542
+ dockerBridgeCidr: {
1543
+ serializedName: "dockerBridgeCidr",
1544
+ defaultValue: '172.17.0.1/16',
1545
+ constraints: {
1546
+ Pattern: /^([0-9]{1,3}\.){3}[0-9]{1,3}(\/([0-9]|[1-2][0-9]|3[0-2]))?$/
1547
+ },
1548
+ type: {
1549
+ name: "String"
1550
+ }
1551
+ },
1552
+ outboundType: {
1553
+ serializedName: "outboundType",
1554
+ defaultValue: 'loadBalancer',
1555
+ type: {
1556
+ name: "String"
1557
+ }
1558
+ },
1559
+ loadBalancerSku: {
1560
+ serializedName: "loadBalancerSku",
1561
+ type: {
1562
+ name: "String"
1563
+ }
1564
+ },
1565
+ loadBalancerProfile: {
1566
+ serializedName: "loadBalancerProfile",
1567
+ type: {
1568
+ name: "Composite",
1569
+ className: "ManagedClusterLoadBalancerProfile"
1570
+ }
1571
+ },
1572
+ natGatewayProfile: {
1573
+ serializedName: "natGatewayProfile",
1574
+ type: {
1575
+ name: "Composite",
1576
+ className: "ManagedClusterNATGatewayProfile"
1577
+ }
1578
+ }
1579
+ }
1580
+ }
1581
+ };
1582
+
1583
+ export const SystemData: msRest.CompositeMapper = {
1584
+ serializedName: "SystemData",
1585
+ type: {
1586
+ name: "Composite",
1587
+ className: "SystemData",
1588
+ modelProperties: {
1589
+ createdBy: {
1590
+ serializedName: "createdBy",
1591
+ type: {
1592
+ name: "String"
1593
+ }
1594
+ },
1595
+ createdByType: {
1596
+ serializedName: "createdByType",
1597
+ type: {
1598
+ name: "String"
1599
+ }
1600
+ },
1601
+ createdAt: {
1602
+ serializedName: "createdAt",
1603
+ type: {
1604
+ name: "DateTime"
1605
+ }
1606
+ },
1607
+ lastModifiedBy: {
1608
+ serializedName: "lastModifiedBy",
1609
+ type: {
1610
+ name: "String"
1611
+ }
1612
+ },
1613
+ lastModifiedByType: {
1614
+ serializedName: "lastModifiedByType",
1615
+ type: {
1616
+ name: "String"
1617
+ }
1618
+ },
1619
+ lastModifiedAt: {
1620
+ serializedName: "lastModifiedAt",
1621
+ type: {
1622
+ name: "DateTime"
1623
+ }
1624
+ }
1625
+ }
1626
+ }
1627
+ };
1628
+
1629
+ export const TimeInWeek: msRest.CompositeMapper = {
1630
+ serializedName: "TimeInWeek",
1631
+ type: {
1632
+ name: "Composite",
1633
+ className: "TimeInWeek",
1634
+ modelProperties: {
1635
+ day: {
1636
+ serializedName: "day",
1637
+ type: {
1638
+ name: "String"
1639
+ }
1640
+ },
1641
+ hourSlots: {
1642
+ serializedName: "hourSlots",
1643
+ type: {
1644
+ name: "Sequence",
1645
+ element: {
1646
+ type: {
1647
+ name: "Number"
1648
+ }
1649
+ }
1650
+ }
1651
+ }
1652
+ }
1653
+ }
1654
+ };
1655
+
1656
+ export const TimeSpan: msRest.CompositeMapper = {
1657
+ serializedName: "TimeSpan",
1658
+ type: {
1659
+ name: "Composite",
1660
+ className: "TimeSpan",
1661
+ modelProperties: {
1662
+ start: {
1663
+ serializedName: "start",
1664
+ type: {
1665
+ name: "DateTime"
1666
+ }
1667
+ },
1668
+ end: {
1669
+ serializedName: "end",
1670
+ type: {
1671
+ name: "DateTime"
1672
+ }
1673
+ }
1674
+ }
1675
+ }
1676
+ };
1677
+
1678
+ export const MaintenanceConfiguration: msRest.CompositeMapper = {
1679
+ serializedName: "MaintenanceConfiguration",
1680
+ type: {
1681
+ name: "Composite",
1682
+ className: "MaintenanceConfiguration",
1683
+ modelProperties: {
1684
+ ...SubResource.type.modelProperties,
1685
+ systemData: {
1686
+ readOnly: true,
1687
+ serializedName: "systemData",
1688
+ type: {
1689
+ name: "Composite",
1690
+ className: "SystemData"
1691
+ }
1692
+ },
1693
+ timeInWeek: {
1694
+ serializedName: "properties.timeInWeek",
1695
+ type: {
1696
+ name: "Sequence",
1697
+ element: {
1698
+ type: {
1699
+ name: "Composite",
1700
+ className: "TimeInWeek"
1701
+ }
1702
+ }
1703
+ }
1704
+ },
1705
+ notAllowedTime: {
1706
+ serializedName: "properties.notAllowedTime",
1707
+ type: {
1708
+ name: "Sequence",
1709
+ element: {
1710
+ type: {
1711
+ name: "Composite",
1712
+ className: "TimeSpan"
1713
+ }
1714
+ }
1715
+ }
1716
+ }
1717
+ }
1718
+ }
1719
+ };
1720
+
1721
+ export const RunCommandRequest: msRest.CompositeMapper = {
1722
+ serializedName: "RunCommandRequest",
1723
+ type: {
1724
+ name: "Composite",
1725
+ className: "RunCommandRequest",
1726
+ modelProperties: {
1727
+ command: {
1728
+ required: true,
1729
+ serializedName: "command",
1730
+ type: {
1731
+ name: "String"
1732
+ }
1733
+ },
1734
+ context: {
1735
+ serializedName: "context",
1736
+ type: {
1737
+ name: "String"
1738
+ }
1739
+ },
1740
+ clusterToken: {
1741
+ serializedName: "clusterToken",
1742
+ type: {
1743
+ name: "String"
1744
+ }
1745
+ }
1746
+ }
1747
+ }
1748
+ };
1749
+
1750
+ export const RunCommandResult: msRest.CompositeMapper = {
1751
+ serializedName: "RunCommandResult",
1752
+ type: {
1753
+ name: "Composite",
1754
+ className: "RunCommandResult",
1755
+ modelProperties: {
1756
+ id: {
1757
+ readOnly: true,
1758
+ serializedName: "id",
1759
+ type: {
1760
+ name: "String"
1761
+ }
1762
+ },
1763
+ provisioningState: {
1764
+ readOnly: true,
1765
+ serializedName: "properties.provisioningState",
1766
+ type: {
1767
+ name: "String"
1768
+ }
1769
+ },
1770
+ exitCode: {
1771
+ readOnly: true,
1772
+ serializedName: "properties.exitCode",
1773
+ type: {
1774
+ name: "Number"
1775
+ }
1776
+ },
1777
+ startedAt: {
1778
+ readOnly: true,
1779
+ serializedName: "properties.startedAt",
1780
+ type: {
1781
+ name: "DateTime"
1782
+ }
1783
+ },
1784
+ finishedAt: {
1785
+ readOnly: true,
1786
+ serializedName: "properties.finishedAt",
1787
+ type: {
1788
+ name: "DateTime"
1789
+ }
1790
+ },
1791
+ logs: {
1792
+ readOnly: true,
1793
+ serializedName: "properties.logs",
1794
+ type: {
1795
+ name: "String"
1796
+ }
1797
+ },
1798
+ reason: {
1799
+ readOnly: true,
1800
+ serializedName: "properties.reason",
1801
+ type: {
1802
+ name: "String"
1803
+ }
1804
+ }
1805
+ }
1806
+ }
1807
+ };
1808
+
1809
+ export const ContainerServiceVMDiagnostics: msRest.CompositeMapper = {
1810
+ serializedName: "ContainerServiceVMDiagnostics",
1811
+ type: {
1812
+ name: "Composite",
1813
+ className: "ContainerServiceVMDiagnostics",
1814
+ modelProperties: {
1815
+ enabled: {
1816
+ required: true,
1817
+ serializedName: "enabled",
1818
+ type: {
1819
+ name: "Boolean"
1820
+ }
1821
+ },
1822
+ storageUri: {
1823
+ readOnly: true,
1824
+ serializedName: "storageUri",
1825
+ type: {
1826
+ name: "String"
1827
+ }
1828
+ }
1829
+ }
1830
+ }
1831
+ };
1832
+
1833
+ export const ContainerServiceDiagnosticsProfile: msRest.CompositeMapper = {
1834
+ serializedName: "ContainerServiceDiagnosticsProfile",
1835
+ type: {
1836
+ name: "Composite",
1837
+ className: "ContainerServiceDiagnosticsProfile",
1838
+ modelProperties: {
1839
+ vmDiagnostics: {
1840
+ required: true,
1841
+ serializedName: "vmDiagnostics",
1842
+ type: {
1843
+ name: "Composite",
1844
+ className: "ContainerServiceVMDiagnostics"
1845
+ }
1846
+ }
1847
+ }
1848
+ }
1849
+ };
1850
+
1851
+ export const ManagedClusterSKU: msRest.CompositeMapper = {
1852
+ serializedName: "ManagedClusterSKU",
1853
+ type: {
1854
+ name: "Composite",
1855
+ className: "ManagedClusterSKU",
1856
+ modelProperties: {
1857
+ name: {
1858
+ serializedName: "name",
1859
+ type: {
1860
+ name: "String"
1861
+ }
1862
+ },
1863
+ tier: {
1864
+ serializedName: "tier",
1865
+ type: {
1866
+ name: "String"
1867
+ }
1868
+ }
1869
+ }
1870
+ }
1871
+ };
1872
+
1873
+ export const ExtendedLocation: msRest.CompositeMapper = {
1874
+ serializedName: "ExtendedLocation",
1875
+ type: {
1876
+ name: "Composite",
1877
+ className: "ExtendedLocation",
1878
+ modelProperties: {
1879
+ name: {
1880
+ serializedName: "name",
1881
+ type: {
1882
+ name: "String"
1883
+ }
1884
+ },
1885
+ type: {
1886
+ serializedName: "type",
1887
+ type: {
1888
+ name: "String"
1889
+ }
1890
+ }
1891
+ }
1892
+ }
1893
+ };
1894
+
1895
+ export const ManagedClusterIdentityUserAssignedIdentitiesValue: msRest.CompositeMapper = {
1896
+ serializedName: "ManagedClusterIdentity_userAssignedIdentitiesValue",
1897
+ type: {
1898
+ name: "Composite",
1899
+ className: "ManagedClusterIdentityUserAssignedIdentitiesValue",
1900
+ modelProperties: {
1901
+ principalId: {
1902
+ readOnly: true,
1903
+ serializedName: "principalId",
1904
+ type: {
1905
+ name: "String"
1906
+ }
1907
+ },
1908
+ clientId: {
1909
+ readOnly: true,
1910
+ serializedName: "clientId",
1911
+ type: {
1912
+ name: "String"
1913
+ }
1914
+ }
1915
+ }
1916
+ }
1917
+ };
1918
+
1919
+ export const ManagedClusterIdentity: msRest.CompositeMapper = {
1920
+ serializedName: "ManagedClusterIdentity",
1921
+ type: {
1922
+ name: "Composite",
1923
+ className: "ManagedClusterIdentity",
1924
+ modelProperties: {
1925
+ principalId: {
1926
+ readOnly: true,
1927
+ serializedName: "principalId",
1928
+ type: {
1929
+ name: "String"
1930
+ }
1931
+ },
1932
+ tenantId: {
1933
+ readOnly: true,
1934
+ serializedName: "tenantId",
1935
+ type: {
1936
+ name: "String"
1937
+ }
1938
+ },
1939
+ type: {
1940
+ serializedName: "type",
1941
+ type: {
1942
+ name: "Enum",
1943
+ allowedValues: [
1944
+ "SystemAssigned",
1945
+ "UserAssigned",
1946
+ "None"
1947
+ ]
1948
+ }
1949
+ },
1950
+ userAssignedIdentities: {
1951
+ serializedName: "userAssignedIdentities",
1952
+ type: {
1953
+ name: "Dictionary",
1954
+ value: {
1955
+ type: {
1956
+ name: "Composite",
1957
+ className: "ManagedClusterIdentityUserAssignedIdentitiesValue"
1958
+ }
1959
+ }
1960
+ }
1961
+ }
1962
+ }
1963
+ }
1964
+ };
1965
+
1966
+ export const UserAssignedIdentity: msRest.CompositeMapper = {
1967
+ serializedName: "UserAssignedIdentity",
1968
+ type: {
1969
+ name: "Composite",
1970
+ className: "UserAssignedIdentity",
1971
+ modelProperties: {
1972
+ resourceId: {
1973
+ serializedName: "resourceId",
1974
+ type: {
1975
+ name: "String"
1976
+ }
1977
+ },
1978
+ clientId: {
1979
+ serializedName: "clientId",
1980
+ type: {
1981
+ name: "String"
1982
+ }
1983
+ },
1984
+ objectId: {
1985
+ serializedName: "objectId",
1986
+ type: {
1987
+ name: "String"
1988
+ }
1989
+ }
1990
+ }
1991
+ }
1992
+ };
1993
+
1994
+ export const ManagedClusterAddonProfileIdentity: msRest.CompositeMapper = {
1995
+ serializedName: "ManagedClusterAddonProfile_identity",
1996
+ type: {
1997
+ name: "Composite",
1998
+ className: "ManagedClusterAddonProfileIdentity",
1999
+ modelProperties: {
2000
+ ...UserAssignedIdentity.type.modelProperties
2001
+ }
2002
+ }
2003
+ };
2004
+
2005
+ export const ManagedClusterAddonProfile: msRest.CompositeMapper = {
2006
+ serializedName: "ManagedClusterAddonProfile",
2007
+ type: {
2008
+ name: "Composite",
2009
+ className: "ManagedClusterAddonProfile",
2010
+ modelProperties: {
2011
+ enabled: {
2012
+ required: true,
2013
+ serializedName: "enabled",
2014
+ type: {
2015
+ name: "Boolean"
2016
+ }
2017
+ },
2018
+ config: {
2019
+ serializedName: "config",
2020
+ type: {
2021
+ name: "Dictionary",
2022
+ value: {
2023
+ type: {
2024
+ name: "String"
2025
+ }
2026
+ }
2027
+ }
2028
+ },
2029
+ identity: {
2030
+ readOnly: true,
2031
+ serializedName: "identity",
2032
+ type: {
2033
+ name: "Composite",
2034
+ className: "ManagedClusterAddonProfileIdentity"
2035
+ }
2036
+ }
2037
+ }
2038
+ }
2039
+ };
2040
+
2041
+ export const ManagedClusterPodIdentityProvisioningErrorBody: msRest.CompositeMapper = {
2042
+ serializedName: "ManagedClusterPodIdentityProvisioningErrorBody",
2043
+ type: {
2044
+ name: "Composite",
2045
+ className: "ManagedClusterPodIdentityProvisioningErrorBody",
2046
+ modelProperties: {
2047
+ code: {
2048
+ serializedName: "code",
2049
+ type: {
2050
+ name: "String"
2051
+ }
2052
+ },
2053
+ message: {
2054
+ serializedName: "message",
2055
+ type: {
2056
+ name: "String"
2057
+ }
2058
+ },
2059
+ target: {
2060
+ serializedName: "target",
2061
+ type: {
2062
+ name: "String"
2063
+ }
2064
+ },
2065
+ details: {
2066
+ serializedName: "details",
2067
+ type: {
2068
+ name: "Sequence",
2069
+ element: {
2070
+ type: {
2071
+ name: "Composite",
2072
+ className: "ManagedClusterPodIdentityProvisioningErrorBody"
2073
+ }
2074
+ }
2075
+ }
2076
+ }
2077
+ }
2078
+ }
2079
+ };
2080
+
2081
+ export const ManagedClusterPodIdentityProvisioningError: msRest.CompositeMapper = {
2082
+ serializedName: "ManagedClusterPodIdentityProvisioningError",
2083
+ type: {
2084
+ name: "Composite",
2085
+ className: "ManagedClusterPodIdentityProvisioningError",
2086
+ modelProperties: {
2087
+ error: {
2088
+ serializedName: "error",
2089
+ type: {
2090
+ name: "Composite",
2091
+ className: "ManagedClusterPodIdentityProvisioningErrorBody"
2092
+ }
2093
+ }
2094
+ }
2095
+ }
2096
+ };
2097
+
2098
+ export const ManagedClusterPodIdentityProvisioningInfo: msRest.CompositeMapper = {
2099
+ serializedName: "ManagedClusterPodIdentity_provisioningInfo",
2100
+ type: {
2101
+ name: "Composite",
2102
+ className: "ManagedClusterPodIdentityProvisioningInfo",
2103
+ modelProperties: {
2104
+ error: {
2105
+ serializedName: "error",
2106
+ type: {
2107
+ name: "Composite",
2108
+ className: "ManagedClusterPodIdentityProvisioningError"
2109
+ }
2110
+ }
2111
+ }
2112
+ }
2113
+ };
2114
+
2115
+ export const ManagedClusterPodIdentity: msRest.CompositeMapper = {
2116
+ serializedName: "ManagedClusterPodIdentity",
2117
+ type: {
2118
+ name: "Composite",
2119
+ className: "ManagedClusterPodIdentity",
2120
+ modelProperties: {
2121
+ name: {
2122
+ required: true,
2123
+ serializedName: "name",
2124
+ type: {
2125
+ name: "String"
2126
+ }
2127
+ },
2128
+ namespace: {
2129
+ required: true,
2130
+ serializedName: "namespace",
2131
+ type: {
2132
+ name: "String"
2133
+ }
2134
+ },
2135
+ bindingSelector: {
2136
+ serializedName: "bindingSelector",
2137
+ type: {
2138
+ name: "String"
2139
+ }
2140
+ },
2141
+ identity: {
2142
+ required: true,
2143
+ serializedName: "identity",
2144
+ type: {
2145
+ name: "Composite",
2146
+ className: "UserAssignedIdentity"
2147
+ }
2148
+ },
2149
+ provisioningState: {
2150
+ readOnly: true,
2151
+ serializedName: "provisioningState",
2152
+ type: {
2153
+ name: "String"
2154
+ }
2155
+ },
2156
+ provisioningInfo: {
2157
+ readOnly: true,
2158
+ serializedName: "provisioningInfo",
2159
+ type: {
2160
+ name: "Composite",
2161
+ className: "ManagedClusterPodIdentityProvisioningInfo"
2162
+ }
2163
+ }
2164
+ }
2165
+ }
2166
+ };
2167
+
2168
+ export const ManagedClusterPodIdentityException: msRest.CompositeMapper = {
2169
+ serializedName: "ManagedClusterPodIdentityException",
2170
+ type: {
2171
+ name: "Composite",
2172
+ className: "ManagedClusterPodIdentityException",
2173
+ modelProperties: {
2174
+ name: {
2175
+ required: true,
2176
+ serializedName: "name",
2177
+ type: {
2178
+ name: "String"
2179
+ }
2180
+ },
2181
+ namespace: {
2182
+ required: true,
2183
+ serializedName: "namespace",
2184
+ type: {
2185
+ name: "String"
2186
+ }
2187
+ },
2188
+ podLabels: {
2189
+ required: true,
2190
+ serializedName: "podLabels",
2191
+ type: {
2192
+ name: "Dictionary",
2193
+ value: {
2194
+ type: {
2195
+ name: "String"
2196
+ }
2197
+ }
2198
+ }
2199
+ }
2200
+ }
2201
+ }
2202
+ };
2203
+
2204
+ export const ManagedClusterPodIdentityProfile: msRest.CompositeMapper = {
2205
+ serializedName: "ManagedClusterPodIdentityProfile",
2206
+ type: {
2207
+ name: "Composite",
2208
+ className: "ManagedClusterPodIdentityProfile",
2209
+ modelProperties: {
2210
+ enabled: {
2211
+ serializedName: "enabled",
2212
+ type: {
2213
+ name: "Boolean"
2214
+ }
2215
+ },
2216
+ allowNetworkPluginKubenet: {
2217
+ serializedName: "allowNetworkPluginKubenet",
2218
+ type: {
2219
+ name: "Boolean"
2220
+ }
2221
+ },
2222
+ userAssignedIdentities: {
2223
+ serializedName: "userAssignedIdentities",
2224
+ type: {
2225
+ name: "Sequence",
2226
+ element: {
2227
+ type: {
2228
+ name: "Composite",
2229
+ className: "ManagedClusterPodIdentity"
2230
+ }
2231
+ }
2232
+ }
2233
+ },
2234
+ userAssignedIdentityExceptions: {
2235
+ serializedName: "userAssignedIdentityExceptions",
2236
+ type: {
2237
+ name: "Sequence",
2238
+ element: {
2239
+ type: {
2240
+ name: "Composite",
2241
+ className: "ManagedClusterPodIdentityException"
2242
+ }
2243
+ }
2244
+ }
2245
+ }
2246
+ }
2247
+ }
2248
+ };
2249
+
2250
+ export const ManagedClusterAADProfile: msRest.CompositeMapper = {
2251
+ serializedName: "ManagedClusterAADProfile",
2252
+ type: {
2253
+ name: "Composite",
2254
+ className: "ManagedClusterAADProfile",
2255
+ modelProperties: {
2256
+ managed: {
2257
+ serializedName: "managed",
2258
+ type: {
2259
+ name: "Boolean"
2260
+ }
2261
+ },
2262
+ enableAzureRBAC: {
2263
+ serializedName: "enableAzureRBAC",
2264
+ type: {
2265
+ name: "Boolean"
2266
+ }
2267
+ },
2268
+ adminGroupObjectIDs: {
2269
+ serializedName: "adminGroupObjectIDs",
2270
+ type: {
2271
+ name: "Sequence",
2272
+ element: {
2273
+ type: {
2274
+ name: "String"
2275
+ }
2276
+ }
2277
+ }
2278
+ },
2279
+ clientAppID: {
2280
+ serializedName: "clientAppID",
2281
+ type: {
2282
+ name: "String"
2283
+ }
2284
+ },
2285
+ serverAppID: {
2286
+ serializedName: "serverAppID",
2287
+ type: {
2288
+ name: "String"
2289
+ }
2290
+ },
2291
+ serverAppSecret: {
2292
+ serializedName: "serverAppSecret",
2293
+ type: {
2294
+ name: "String"
2295
+ }
2296
+ },
2297
+ tenantID: {
2298
+ serializedName: "tenantID",
2299
+ type: {
2300
+ name: "String"
2301
+ }
2302
+ }
2303
+ }
2304
+ }
2305
+ };
2306
+
2307
+ export const ManagedClusterAutoUpgradeProfile: msRest.CompositeMapper = {
2308
+ serializedName: "ManagedClusterAutoUpgradeProfile",
2309
+ type: {
2310
+ name: "Composite",
2311
+ className: "ManagedClusterAutoUpgradeProfile",
2312
+ modelProperties: {
2313
+ upgradeChannel: {
2314
+ serializedName: "upgradeChannel",
2315
+ type: {
2316
+ name: "String"
2317
+ }
2318
+ }
2319
+ }
2320
+ }
2321
+ };
2322
+
2323
+ export const ManagedClusterPropertiesAutoScalerProfile: msRest.CompositeMapper = {
2324
+ serializedName: "ManagedClusterProperties_autoScalerProfile",
2325
+ type: {
2326
+ name: "Composite",
2327
+ className: "ManagedClusterPropertiesAutoScalerProfile",
2328
+ modelProperties: {
2329
+ balanceSimilarNodeGroups: {
2330
+ serializedName: "balance-similar-node-groups",
2331
+ type: {
2332
+ name: "String"
2333
+ }
2334
+ },
2335
+ expander: {
2336
+ serializedName: "expander",
2337
+ type: {
2338
+ name: "String"
2339
+ }
2340
+ },
2341
+ maxEmptyBulkDelete: {
2342
+ serializedName: "max-empty-bulk-delete",
2343
+ type: {
2344
+ name: "String"
2345
+ }
2346
+ },
2347
+ maxGracefulTerminationSec: {
2348
+ serializedName: "max-graceful-termination-sec",
2349
+ type: {
2350
+ name: "String"
2351
+ }
2352
+ },
2353
+ maxNodeProvisionTime: {
2354
+ serializedName: "max-node-provision-time",
2355
+ type: {
2356
+ name: "String"
2357
+ }
2358
+ },
2359
+ maxTotalUnreadyPercentage: {
2360
+ serializedName: "max-total-unready-percentage",
2361
+ type: {
2362
+ name: "String"
2363
+ }
2364
+ },
2365
+ newPodScaleUpDelay: {
2366
+ serializedName: "new-pod-scale-up-delay",
2367
+ type: {
2368
+ name: "String"
2369
+ }
2370
+ },
2371
+ okTotalUnreadyCount: {
2372
+ serializedName: "ok-total-unready-count",
2373
+ type: {
2374
+ name: "String"
2375
+ }
2376
+ },
2377
+ scanInterval: {
2378
+ serializedName: "scan-interval",
2379
+ type: {
2380
+ name: "String"
2381
+ }
2382
+ },
2383
+ scaleDownDelayAfterAdd: {
2384
+ serializedName: "scale-down-delay-after-add",
2385
+ type: {
2386
+ name: "String"
2387
+ }
2388
+ },
2389
+ scaleDownDelayAfterDelete: {
2390
+ serializedName: "scale-down-delay-after-delete",
2391
+ type: {
2392
+ name: "String"
2393
+ }
2394
+ },
2395
+ scaleDownDelayAfterFailure: {
2396
+ serializedName: "scale-down-delay-after-failure",
2397
+ type: {
2398
+ name: "String"
2399
+ }
2400
+ },
2401
+ scaleDownUnneededTime: {
2402
+ serializedName: "scale-down-unneeded-time",
2403
+ type: {
2404
+ name: "String"
2405
+ }
2406
+ },
2407
+ scaleDownUnreadyTime: {
2408
+ serializedName: "scale-down-unready-time",
2409
+ type: {
2410
+ name: "String"
2411
+ }
2412
+ },
2413
+ scaleDownUtilizationThreshold: {
2414
+ serializedName: "scale-down-utilization-threshold",
2415
+ type: {
2416
+ name: "String"
2417
+ }
2418
+ },
2419
+ skipNodesWithLocalStorage: {
2420
+ serializedName: "skip-nodes-with-local-storage",
2421
+ type: {
2422
+ name: "String"
2423
+ }
2424
+ },
2425
+ skipNodesWithSystemPods: {
2426
+ serializedName: "skip-nodes-with-system-pods",
2427
+ type: {
2428
+ name: "String"
2429
+ }
2430
+ }
2431
+ }
2432
+ }
2433
+ };
2434
+
2435
+ export const ManagedClusterAPIServerAccessProfile: msRest.CompositeMapper = {
2436
+ serializedName: "ManagedClusterAPIServerAccessProfile",
2437
+ type: {
2438
+ name: "Composite",
2439
+ className: "ManagedClusterAPIServerAccessProfile",
2440
+ modelProperties: {
2441
+ authorizedIPRanges: {
2442
+ serializedName: "authorizedIPRanges",
2443
+ type: {
2444
+ name: "Sequence",
2445
+ element: {
2446
+ type: {
2447
+ name: "String"
2448
+ }
2449
+ }
2450
+ }
2451
+ },
2452
+ enablePrivateCluster: {
2453
+ serializedName: "enablePrivateCluster",
2454
+ type: {
2455
+ name: "Boolean"
2456
+ }
2457
+ },
2458
+ privateDNSZone: {
2459
+ serializedName: "privateDNSZone",
2460
+ type: {
2461
+ name: "String"
2462
+ }
2463
+ },
2464
+ enablePrivateClusterPublicFQDN: {
2465
+ serializedName: "enablePrivateClusterPublicFQDN",
2466
+ type: {
2467
+ name: "Boolean"
2468
+ }
2469
+ },
2470
+ disableRunCommand: {
2471
+ serializedName: "disableRunCommand",
2472
+ type: {
2473
+ name: "Boolean"
2474
+ }
2475
+ }
2476
+ }
2477
+ }
2478
+ };
2479
+
2480
+ export const PrivateLinkResource: msRest.CompositeMapper = {
2481
+ serializedName: "PrivateLinkResource",
2482
+ type: {
2483
+ name: "Composite",
2484
+ className: "PrivateLinkResource",
2485
+ modelProperties: {
2486
+ id: {
2487
+ serializedName: "id",
2488
+ type: {
2489
+ name: "String"
2490
+ }
2491
+ },
2492
+ name: {
2493
+ serializedName: "name",
2494
+ type: {
2495
+ name: "String"
2496
+ }
2497
+ },
2498
+ type: {
2499
+ serializedName: "type",
2500
+ type: {
2501
+ name: "String"
2502
+ }
2503
+ },
2504
+ groupId: {
2505
+ serializedName: "groupId",
2506
+ type: {
2507
+ name: "String"
2508
+ }
2509
+ },
2510
+ requiredMembers: {
2511
+ serializedName: "requiredMembers",
2512
+ type: {
2513
+ name: "Sequence",
2514
+ element: {
2515
+ type: {
2516
+ name: "String"
2517
+ }
2518
+ }
2519
+ }
2520
+ },
2521
+ privateLinkServiceID: {
2522
+ readOnly: true,
2523
+ serializedName: "privateLinkServiceID",
2524
+ type: {
2525
+ name: "String"
2526
+ }
2527
+ }
2528
+ }
2529
+ }
2530
+ };
2531
+
2532
+ export const ManagedClusterHTTPProxyConfig: msRest.CompositeMapper = {
2533
+ serializedName: "ManagedClusterHTTPProxyConfig",
2534
+ type: {
2535
+ name: "Composite",
2536
+ className: "ManagedClusterHTTPProxyConfig",
2537
+ modelProperties: {
2538
+ httpProxy: {
2539
+ serializedName: "httpProxy",
2540
+ type: {
2541
+ name: "String"
2542
+ }
2543
+ },
2544
+ httpsProxy: {
2545
+ serializedName: "httpsProxy",
2546
+ type: {
2547
+ name: "String"
2548
+ }
2549
+ },
2550
+ noProxy: {
2551
+ serializedName: "noProxy",
2552
+ type: {
2553
+ name: "Sequence",
2554
+ element: {
2555
+ type: {
2556
+ name: "String"
2557
+ }
2558
+ }
2559
+ }
2560
+ },
2561
+ trustedCa: {
2562
+ serializedName: "trustedCa",
2563
+ type: {
2564
+ name: "String"
2565
+ }
2566
+ }
2567
+ }
2568
+ }
2569
+ };
2570
+
2571
+ export const ManagedClusterSecurityProfileAzureDefender: msRest.CompositeMapper = {
2572
+ serializedName: "ManagedClusterSecurityProfileAzureDefender",
2573
+ type: {
2574
+ name: "Composite",
2575
+ className: "ManagedClusterSecurityProfileAzureDefender",
2576
+ modelProperties: {
2577
+ enabled: {
2578
+ serializedName: "enabled",
2579
+ type: {
2580
+ name: "Boolean"
2581
+ }
2582
+ },
2583
+ logAnalyticsWorkspaceResourceId: {
2584
+ serializedName: "logAnalyticsWorkspaceResourceId",
2585
+ type: {
2586
+ name: "String"
2587
+ }
2588
+ }
2589
+ }
2590
+ }
2591
+ };
2592
+
2593
+ export const ManagedClusterSecurityProfile: msRest.CompositeMapper = {
2594
+ serializedName: "ManagedClusterSecurityProfile",
2595
+ type: {
2596
+ name: "Composite",
2597
+ className: "ManagedClusterSecurityProfile",
2598
+ modelProperties: {
2599
+ azureDefender: {
2600
+ serializedName: "azureDefender",
2601
+ type: {
2602
+ name: "Composite",
2603
+ className: "ManagedClusterSecurityProfileAzureDefender"
2604
+ }
2605
+ }
2606
+ }
2607
+ }
2608
+ };
2609
+
2610
+ export const ManagedCluster: msRest.CompositeMapper = {
2611
+ serializedName: "ManagedCluster",
2612
+ type: {
2613
+ name: "Composite",
2614
+ className: "ManagedCluster",
2615
+ modelProperties: {
2616
+ ...Resource.type.modelProperties,
2617
+ sku: {
2618
+ serializedName: "sku",
2619
+ type: {
2620
+ name: "Composite",
2621
+ className: "ManagedClusterSKU"
2622
+ }
2623
+ },
2624
+ extendedLocation: {
2625
+ serializedName: "extendedLocation",
2626
+ type: {
2627
+ name: "Composite",
2628
+ className: "ExtendedLocation"
2629
+ }
2630
+ },
2631
+ identity: {
2632
+ serializedName: "identity",
2633
+ type: {
2634
+ name: "Composite",
2635
+ className: "ManagedClusterIdentity"
2636
+ }
2637
+ },
2638
+ provisioningState: {
2639
+ readOnly: true,
2640
+ serializedName: "properties.provisioningState",
2641
+ type: {
2642
+ name: "String"
2643
+ }
2644
+ },
2645
+ powerState: {
2646
+ readOnly: true,
2647
+ serializedName: "properties.powerState",
2648
+ type: {
2649
+ name: "Composite",
2650
+ className: "PowerState"
2651
+ }
2652
+ },
2653
+ maxAgentPools: {
2654
+ readOnly: true,
2655
+ serializedName: "properties.maxAgentPools",
2656
+ type: {
2657
+ name: "Number"
2658
+ }
2659
+ },
2660
+ kubernetesVersion: {
2661
+ serializedName: "properties.kubernetesVersion",
2662
+ type: {
2663
+ name: "String"
2664
+ }
2665
+ },
2666
+ dnsPrefix: {
2667
+ serializedName: "properties.dnsPrefix",
2668
+ type: {
2669
+ name: "String"
2670
+ }
2671
+ },
2672
+ fqdnSubdomain: {
2673
+ serializedName: "properties.fqdnSubdomain",
2674
+ type: {
2675
+ name: "String"
2676
+ }
2677
+ },
2678
+ fqdn: {
2679
+ readOnly: true,
2680
+ serializedName: "properties.fqdn",
2681
+ type: {
2682
+ name: "String"
2683
+ }
2684
+ },
2685
+ privateFQDN: {
2686
+ readOnly: true,
2687
+ serializedName: "properties.privateFQDN",
2688
+ type: {
2689
+ name: "String"
2690
+ }
2691
+ },
2692
+ azurePortalFQDN: {
2693
+ readOnly: true,
2694
+ serializedName: "properties.azurePortalFQDN",
2695
+ type: {
2696
+ name: "String"
2697
+ }
2698
+ },
2699
+ agentPoolProfiles: {
2700
+ serializedName: "properties.agentPoolProfiles",
2701
+ type: {
2702
+ name: "Sequence",
2703
+ element: {
2704
+ type: {
2705
+ name: "Composite",
2706
+ className: "ManagedClusterAgentPoolProfile"
2707
+ }
2708
+ }
2709
+ }
2710
+ },
2711
+ linuxProfile: {
2712
+ serializedName: "properties.linuxProfile",
2713
+ type: {
2714
+ name: "Composite",
2715
+ className: "ContainerServiceLinuxProfile"
2716
+ }
2717
+ },
2718
+ windowsProfile: {
2719
+ serializedName: "properties.windowsProfile",
2720
+ type: {
2721
+ name: "Composite",
2722
+ className: "ManagedClusterWindowsProfile"
2723
+ }
2724
+ },
2725
+ servicePrincipalProfile: {
2726
+ serializedName: "properties.servicePrincipalProfile",
2727
+ type: {
2728
+ name: "Composite",
2729
+ className: "ManagedClusterServicePrincipalProfile"
2730
+ }
2731
+ },
2732
+ addonProfiles: {
2733
+ serializedName: "properties.addonProfiles",
2734
+ type: {
2735
+ name: "Dictionary",
2736
+ value: {
2737
+ type: {
2738
+ name: "Composite",
2739
+ className: "ManagedClusterAddonProfile"
2740
+ }
2741
+ }
2742
+ }
2743
+ },
2744
+ podIdentityProfile: {
2745
+ serializedName: "properties.podIdentityProfile",
2746
+ type: {
2747
+ name: "Composite",
2748
+ className: "ManagedClusterPodIdentityProfile"
2749
+ }
2750
+ },
2751
+ nodeResourceGroup: {
2752
+ serializedName: "properties.nodeResourceGroup",
2753
+ type: {
2754
+ name: "String"
2755
+ }
2756
+ },
2757
+ enableRBAC: {
2758
+ serializedName: "properties.enableRBAC",
2759
+ type: {
2760
+ name: "Boolean"
2761
+ }
2762
+ },
2763
+ enablePodSecurityPolicy: {
2764
+ serializedName: "properties.enablePodSecurityPolicy",
2765
+ type: {
2766
+ name: "Boolean"
2767
+ }
2768
+ },
2769
+ networkProfile: {
2770
+ serializedName: "properties.networkProfile",
2771
+ type: {
2772
+ name: "Composite",
2773
+ className: "ContainerServiceNetworkProfile"
2774
+ }
2775
+ },
2776
+ aadProfile: {
2777
+ serializedName: "properties.aadProfile",
2778
+ type: {
2779
+ name: "Composite",
2780
+ className: "ManagedClusterAADProfile"
2781
+ }
2782
+ },
2783
+ autoUpgradeProfile: {
2784
+ serializedName: "properties.autoUpgradeProfile",
2785
+ type: {
2786
+ name: "Composite",
2787
+ className: "ManagedClusterAutoUpgradeProfile"
2788
+ }
2789
+ },
2790
+ autoScalerProfile: {
2791
+ serializedName: "properties.autoScalerProfile",
2792
+ type: {
2793
+ name: "Composite",
2794
+ className: "ManagedClusterPropertiesAutoScalerProfile"
2795
+ }
2796
+ },
2797
+ apiServerAccessProfile: {
2798
+ serializedName: "properties.apiServerAccessProfile",
2799
+ type: {
2800
+ name: "Composite",
2801
+ className: "ManagedClusterAPIServerAccessProfile"
2802
+ }
2803
+ },
2804
+ diskEncryptionSetID: {
2805
+ serializedName: "properties.diskEncryptionSetID",
2806
+ type: {
2807
+ name: "String"
2808
+ }
2809
+ },
2810
+ identityProfile: {
2811
+ serializedName: "properties.identityProfile",
2812
+ type: {
2813
+ name: "Dictionary",
2814
+ value: {
2815
+ type: {
2816
+ name: "Composite",
2817
+ className: "UserAssignedIdentity"
2818
+ }
2819
+ }
2820
+ }
2821
+ },
2822
+ privateLinkResources: {
2823
+ serializedName: "properties.privateLinkResources",
2824
+ type: {
2825
+ name: "Sequence",
2826
+ element: {
2827
+ type: {
2828
+ name: "Composite",
2829
+ className: "PrivateLinkResource"
2830
+ }
2831
+ }
2832
+ }
2833
+ },
2834
+ disableLocalAccounts: {
2835
+ serializedName: "properties.disableLocalAccounts",
2836
+ type: {
2837
+ name: "Boolean"
2838
+ }
2839
+ },
2840
+ httpProxyConfig: {
2841
+ serializedName: "properties.httpProxyConfig",
2842
+ type: {
2843
+ name: "Composite",
2844
+ className: "ManagedClusterHTTPProxyConfig"
2845
+ }
2846
+ },
2847
+ securityProfile: {
2848
+ serializedName: "properties.securityProfile",
2849
+ type: {
2850
+ name: "Composite",
2851
+ className: "ManagedClusterSecurityProfile"
2852
+ }
2853
+ },
2854
+ publicNetworkAccess: {
2855
+ serializedName: "properties.publicNetworkAccess",
2856
+ type: {
2857
+ name: "String"
2858
+ }
2859
+ }
2860
+ }
2861
+ }
2862
+ };
2863
+
2864
+ export const ManagedClusterAccessProfile: msRest.CompositeMapper = {
2865
+ serializedName: "ManagedClusterAccessProfile",
2866
+ type: {
2867
+ name: "Composite",
2868
+ className: "ManagedClusterAccessProfile",
2869
+ modelProperties: {
2870
+ ...Resource.type.modelProperties,
2871
+ kubeConfig: {
2872
+ serializedName: "properties.kubeConfig",
2873
+ type: {
2874
+ name: "ByteArray"
2875
+ }
2876
+ }
2877
+ }
2878
+ }
2879
+ };
2880
+
2881
+ export const ManagedClusterPoolUpgradeProfileUpgradesItem: msRest.CompositeMapper = {
2882
+ serializedName: "ManagedClusterPoolUpgradeProfile_upgradesItem",
2883
+ type: {
2884
+ name: "Composite",
2885
+ className: "ManagedClusterPoolUpgradeProfileUpgradesItem",
2886
+ modelProperties: {
2887
+ kubernetesVersion: {
2888
+ serializedName: "kubernetesVersion",
2889
+ type: {
2890
+ name: "String"
2891
+ }
2892
+ },
2893
+ isPreview: {
2894
+ serializedName: "isPreview",
2895
+ type: {
2896
+ name: "Boolean"
2897
+ }
2898
+ }
2899
+ }
2900
+ }
2901
+ };
2902
+
2903
+ export const ManagedClusterPoolUpgradeProfile: msRest.CompositeMapper = {
2904
+ serializedName: "ManagedClusterPoolUpgradeProfile",
2905
+ type: {
2906
+ name: "Composite",
2907
+ className: "ManagedClusterPoolUpgradeProfile",
2908
+ modelProperties: {
2909
+ kubernetesVersion: {
2910
+ required: true,
2911
+ serializedName: "kubernetesVersion",
2912
+ type: {
2913
+ name: "String"
2914
+ }
2915
+ },
2916
+ name: {
2917
+ serializedName: "name",
2918
+ type: {
2919
+ name: "String"
2920
+ }
2921
+ },
2922
+ osType: {
2923
+ required: true,
2924
+ serializedName: "osType",
2925
+ defaultValue: 'Linux',
2926
+ type: {
2927
+ name: "String"
2928
+ }
2929
+ },
2930
+ upgrades: {
2931
+ serializedName: "upgrades",
2932
+ type: {
2933
+ name: "Sequence",
2934
+ element: {
2935
+ type: {
2936
+ name: "Composite",
2937
+ className: "ManagedClusterPoolUpgradeProfileUpgradesItem"
2938
+ }
2939
+ }
2940
+ }
2941
+ }
2942
+ }
2943
+ }
2944
+ };
2945
+
2946
+ export const ManagedClusterUpgradeProfile: msRest.CompositeMapper = {
2947
+ serializedName: "ManagedClusterUpgradeProfile",
2948
+ type: {
2949
+ name: "Composite",
2950
+ className: "ManagedClusterUpgradeProfile",
2951
+ modelProperties: {
2952
+ id: {
2953
+ readOnly: true,
2954
+ serializedName: "id",
2955
+ type: {
2956
+ name: "String"
2957
+ }
2958
+ },
2959
+ name: {
2960
+ readOnly: true,
2961
+ serializedName: "name",
2962
+ type: {
2963
+ name: "String"
2964
+ }
2965
+ },
2966
+ type: {
2967
+ readOnly: true,
2968
+ serializedName: "type",
2969
+ type: {
2970
+ name: "String"
2971
+ }
2972
+ },
2973
+ controlPlaneProfile: {
2974
+ required: true,
2975
+ serializedName: "properties.controlPlaneProfile",
2976
+ type: {
2977
+ name: "Composite",
2978
+ className: "ManagedClusterPoolUpgradeProfile"
2979
+ }
2980
+ },
2981
+ agentPoolProfiles: {
2982
+ required: true,
2983
+ serializedName: "properties.agentPoolProfiles",
2984
+ type: {
2985
+ name: "Sequence",
2986
+ element: {
2987
+ type: {
2988
+ name: "Composite",
2989
+ className: "ManagedClusterPoolUpgradeProfile"
2990
+ }
2991
+ }
2992
+ }
2993
+ }
2994
+ }
2995
+ }
2996
+ };
2997
+
2998
+ export const AgentPoolUpgradeProfilePropertiesUpgradesItem: msRest.CompositeMapper = {
2999
+ serializedName: "AgentPoolUpgradeProfileProperties_upgradesItem",
3000
+ type: {
3001
+ name: "Composite",
3002
+ className: "AgentPoolUpgradeProfilePropertiesUpgradesItem",
3003
+ modelProperties: {
3004
+ kubernetesVersion: {
3005
+ serializedName: "kubernetesVersion",
3006
+ type: {
3007
+ name: "String"
3008
+ }
3009
+ },
3010
+ isPreview: {
3011
+ serializedName: "isPreview",
3012
+ type: {
3013
+ name: "Boolean"
3014
+ }
3015
+ }
3016
+ }
3017
+ }
3018
+ };
3019
+
3020
+ export const AgentPoolUpgradeProfile: msRest.CompositeMapper = {
3021
+ serializedName: "AgentPoolUpgradeProfile",
3022
+ type: {
3023
+ name: "Composite",
3024
+ className: "AgentPoolUpgradeProfile",
3025
+ modelProperties: {
3026
+ id: {
3027
+ readOnly: true,
3028
+ serializedName: "id",
3029
+ type: {
3030
+ name: "String"
3031
+ }
3032
+ },
3033
+ name: {
3034
+ readOnly: true,
3035
+ serializedName: "name",
3036
+ type: {
3037
+ name: "String"
3038
+ }
3039
+ },
3040
+ type: {
3041
+ readOnly: true,
3042
+ serializedName: "type",
3043
+ type: {
3044
+ name: "String"
3045
+ }
3046
+ },
3047
+ kubernetesVersion: {
3048
+ required: true,
3049
+ serializedName: "properties.kubernetesVersion",
3050
+ type: {
3051
+ name: "String"
3052
+ }
3053
+ },
3054
+ osType: {
3055
+ required: true,
3056
+ serializedName: "properties.osType",
3057
+ defaultValue: 'Linux',
3058
+ type: {
3059
+ name: "String"
3060
+ }
3061
+ },
3062
+ upgrades: {
3063
+ serializedName: "properties.upgrades",
3064
+ type: {
3065
+ name: "Sequence",
3066
+ element: {
3067
+ type: {
3068
+ name: "Composite",
3069
+ className: "AgentPoolUpgradeProfilePropertiesUpgradesItem"
3070
+ }
3071
+ }
3072
+ }
3073
+ },
3074
+ latestNodeImageVersion: {
3075
+ serializedName: "properties.latestNodeImageVersion",
3076
+ type: {
3077
+ name: "String"
3078
+ }
3079
+ }
3080
+ }
3081
+ }
3082
+ };
3083
+
3084
+ export const AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem: msRest.CompositeMapper = {
3085
+ serializedName: "AgentPoolAvailableVersionsProperties_agentPoolVersionsItem",
3086
+ type: {
3087
+ name: "Composite",
3088
+ className: "AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem",
3089
+ modelProperties: {
3090
+ default: {
3091
+ serializedName: "default",
3092
+ type: {
3093
+ name: "Boolean"
3094
+ }
3095
+ },
3096
+ kubernetesVersion: {
3097
+ serializedName: "kubernetesVersion",
3098
+ type: {
3099
+ name: "String"
3100
+ }
3101
+ },
3102
+ isPreview: {
3103
+ serializedName: "isPreview",
3104
+ type: {
3105
+ name: "Boolean"
3106
+ }
3107
+ }
3108
+ }
3109
+ }
3110
+ };
3111
+
3112
+ export const AgentPoolAvailableVersions: msRest.CompositeMapper = {
3113
+ serializedName: "AgentPoolAvailableVersions",
3114
+ type: {
3115
+ name: "Composite",
3116
+ className: "AgentPoolAvailableVersions",
3117
+ modelProperties: {
3118
+ id: {
3119
+ readOnly: true,
3120
+ serializedName: "id",
3121
+ type: {
3122
+ name: "String"
3123
+ }
3124
+ },
3125
+ name: {
3126
+ readOnly: true,
3127
+ serializedName: "name",
3128
+ type: {
3129
+ name: "String"
3130
+ }
3131
+ },
3132
+ type: {
3133
+ readOnly: true,
3134
+ serializedName: "type",
3135
+ type: {
3136
+ name: "String"
3137
+ }
3138
+ },
3139
+ agentPoolVersions: {
3140
+ serializedName: "properties.agentPoolVersions",
3141
+ type: {
3142
+ name: "Sequence",
3143
+ element: {
3144
+ type: {
3145
+ name: "Composite",
3146
+ className: "AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem"
3147
+ }
3148
+ }
3149
+ }
3150
+ }
3151
+ }
3152
+ }
3153
+ };
3154
+
3155
+ export const CredentialResult: msRest.CompositeMapper = {
3156
+ serializedName: "CredentialResult",
3157
+ type: {
3158
+ name: "Composite",
3159
+ className: "CredentialResult",
3160
+ modelProperties: {
3161
+ name: {
3162
+ readOnly: true,
3163
+ serializedName: "name",
3164
+ type: {
3165
+ name: "String"
3166
+ }
3167
+ },
3168
+ value: {
3169
+ readOnly: true,
3170
+ serializedName: "value",
3171
+ type: {
3172
+ name: "ByteArray"
3173
+ }
3174
+ }
3175
+ }
3176
+ }
3177
+ };
3178
+
3179
+ export const CredentialResults: msRest.CompositeMapper = {
3180
+ serializedName: "CredentialResults",
3181
+ type: {
3182
+ name: "Composite",
3183
+ className: "CredentialResults",
3184
+ modelProperties: {
3185
+ kubeconfigs: {
3186
+ readOnly: true,
3187
+ serializedName: "kubeconfigs",
3188
+ type: {
3189
+ name: "Sequence",
3190
+ element: {
3191
+ type: {
3192
+ name: "Composite",
3193
+ className: "CredentialResult"
3194
+ }
3195
+ }
3196
+ }
3197
+ }
3198
+ }
3199
+ }
3200
+ };
3201
+
3202
+ export const PrivateEndpoint: msRest.CompositeMapper = {
3203
+ serializedName: "PrivateEndpoint",
3204
+ type: {
3205
+ name: "Composite",
3206
+ className: "PrivateEndpoint",
3207
+ modelProperties: {
3208
+ id: {
3209
+ serializedName: "id",
3210
+ type: {
3211
+ name: "String"
3212
+ }
3213
+ }
3214
+ }
3215
+ }
3216
+ };
3217
+
3218
+ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
3219
+ serializedName: "PrivateLinkServiceConnectionState",
3220
+ type: {
3221
+ name: "Composite",
3222
+ className: "PrivateLinkServiceConnectionState",
3223
+ modelProperties: {
3224
+ status: {
3225
+ serializedName: "status",
3226
+ type: {
3227
+ name: "String"
3228
+ }
3229
+ },
3230
+ description: {
3231
+ serializedName: "description",
3232
+ type: {
3233
+ name: "String"
3234
+ }
3235
+ }
3236
+ }
3237
+ }
3238
+ };
3239
+
3240
+ export const PrivateEndpointConnection: msRest.CompositeMapper = {
3241
+ serializedName: "PrivateEndpointConnection",
3242
+ type: {
3243
+ name: "Composite",
3244
+ className: "PrivateEndpointConnection",
3245
+ modelProperties: {
3246
+ id: {
3247
+ readOnly: true,
3248
+ serializedName: "id",
3249
+ type: {
3250
+ name: "String"
3251
+ }
3252
+ },
3253
+ name: {
3254
+ readOnly: true,
3255
+ serializedName: "name",
3256
+ type: {
3257
+ name: "String"
3258
+ }
3259
+ },
3260
+ type: {
3261
+ readOnly: true,
3262
+ serializedName: "type",
3263
+ type: {
3264
+ name: "String"
3265
+ }
3266
+ },
3267
+ provisioningState: {
3268
+ readOnly: true,
3269
+ serializedName: "properties.provisioningState",
3270
+ type: {
3271
+ name: "String"
3272
+ }
3273
+ },
3274
+ privateEndpoint: {
3275
+ serializedName: "properties.privateEndpoint",
3276
+ type: {
3277
+ name: "Composite",
3278
+ className: "PrivateEndpoint"
3279
+ }
3280
+ },
3281
+ privateLinkServiceConnectionState: {
3282
+ required: true,
3283
+ serializedName: "properties.privateLinkServiceConnectionState",
3284
+ type: {
3285
+ name: "Composite",
3286
+ className: "PrivateLinkServiceConnectionState"
3287
+ }
3288
+ }
3289
+ }
3290
+ }
3291
+ };
3292
+
3293
+ export const PrivateEndpointConnectionListResult: msRest.CompositeMapper = {
3294
+ serializedName: "PrivateEndpointConnectionListResult",
3295
+ type: {
3296
+ name: "Composite",
3297
+ className: "PrivateEndpointConnectionListResult",
3298
+ modelProperties: {
3299
+ value: {
3300
+ serializedName: "value",
3301
+ type: {
3302
+ name: "Sequence",
3303
+ element: {
3304
+ type: {
3305
+ name: "Composite",
3306
+ className: "PrivateEndpointConnection"
3307
+ }
3308
+ }
3309
+ }
3310
+ }
3311
+ }
3312
+ }
3313
+ };
3314
+
3315
+ export const PrivateLinkResourcesListResult: msRest.CompositeMapper = {
3316
+ serializedName: "PrivateLinkResourcesListResult",
3317
+ type: {
3318
+ name: "Composite",
3319
+ className: "PrivateLinkResourcesListResult",
3320
+ modelProperties: {
3321
+ value: {
3322
+ serializedName: "value",
3323
+ type: {
3324
+ name: "Sequence",
3325
+ element: {
3326
+ type: {
3327
+ name: "Composite",
3328
+ className: "PrivateLinkResource"
3329
+ }
3330
+ }
3331
+ }
3332
+ }
3333
+ }
3334
+ }
3335
+ };
3336
+
3337
+ export const OSOptionProperty: msRest.CompositeMapper = {
3338
+ serializedName: "OSOptionProperty",
3339
+ type: {
3340
+ name: "Composite",
3341
+ className: "OSOptionProperty",
3342
+ modelProperties: {
3343
+ osType: {
3344
+ required: true,
3345
+ serializedName: "os-type",
3346
+ type: {
3347
+ name: "String"
3348
+ }
3349
+ },
3350
+ enableFipsImage: {
3351
+ required: true,
3352
+ serializedName: "enable-fips-image",
3353
+ type: {
3354
+ name: "Boolean"
3355
+ }
3356
+ }
3357
+ }
3358
+ }
3359
+ };
3360
+
3361
+ export const OSOptionProfile: msRest.CompositeMapper = {
3362
+ serializedName: "OSOptionProfile",
3363
+ type: {
3364
+ name: "Composite",
3365
+ className: "OSOptionProfile",
3366
+ modelProperties: {
3367
+ id: {
3368
+ readOnly: true,
3369
+ serializedName: "id",
3370
+ type: {
3371
+ name: "String"
3372
+ }
3373
+ },
3374
+ name: {
3375
+ readOnly: true,
3376
+ serializedName: "name",
3377
+ type: {
3378
+ name: "String"
3379
+ }
3380
+ },
3381
+ type: {
3382
+ readOnly: true,
3383
+ serializedName: "type",
3384
+ type: {
3385
+ name: "String"
3386
+ }
3387
+ },
3388
+ osOptionPropertyList: {
3389
+ required: true,
3390
+ serializedName: "properties.osOptionPropertyList",
3391
+ type: {
3392
+ name: "Sequence",
3393
+ element: {
3394
+ type: {
3395
+ name: "Composite",
3396
+ className: "OSOptionProperty"
3397
+ }
3398
+ }
3399
+ }
3400
+ }
3401
+ }
3402
+ }
3403
+ };
3404
+
3405
+ export const EndpointDetail: msRest.CompositeMapper = {
3406
+ serializedName: "EndpointDetail",
3407
+ type: {
3408
+ name: "Composite",
3409
+ className: "EndpointDetail",
3410
+ modelProperties: {
3411
+ ipAddress: {
3412
+ serializedName: "ipAddress",
3413
+ type: {
3414
+ name: "String"
3415
+ }
3416
+ },
3417
+ port: {
3418
+ serializedName: "port",
3419
+ type: {
3420
+ name: "Number"
3421
+ }
3422
+ },
3423
+ protocol: {
3424
+ serializedName: "protocol",
3425
+ type: {
3426
+ name: "String"
3427
+ }
3428
+ },
3429
+ description: {
3430
+ serializedName: "description",
3431
+ type: {
3432
+ name: "String"
3433
+ }
3434
+ }
3435
+ }
3436
+ }
3437
+ };
3438
+
3439
+ export const EndpointDependency: msRest.CompositeMapper = {
3440
+ serializedName: "EndpointDependency",
3441
+ type: {
3442
+ name: "Composite",
3443
+ className: "EndpointDependency",
3444
+ modelProperties: {
3445
+ domainName: {
3446
+ serializedName: "domainName",
3447
+ type: {
3448
+ name: "String"
3449
+ }
3450
+ },
3451
+ endpointDetails: {
3452
+ serializedName: "endpointDetails",
3453
+ type: {
3454
+ name: "Sequence",
3455
+ element: {
3456
+ type: {
3457
+ name: "Composite",
3458
+ className: "EndpointDetail"
3459
+ }
3460
+ }
3461
+ }
3462
+ }
3463
+ }
3464
+ }
3465
+ };
3466
+
3467
+ export const OutboundEnvironmentEndpoint: msRest.CompositeMapper = {
3468
+ serializedName: "OutboundEnvironmentEndpoint",
3469
+ type: {
3470
+ name: "Composite",
3471
+ className: "OutboundEnvironmentEndpoint",
3472
+ modelProperties: {
3473
+ category: {
3474
+ serializedName: "category",
3475
+ type: {
3476
+ name: "String"
3477
+ }
3478
+ },
3479
+ endpoints: {
3480
+ serializedName: "endpoints",
3481
+ type: {
3482
+ name: "Sequence",
3483
+ element: {
3484
+ type: {
3485
+ name: "Composite",
3486
+ className: "EndpointDependency"
3487
+ }
3488
+ }
3489
+ }
3490
+ }
3491
+ }
3492
+ }
3493
+ };
3494
+
3495
+ export const Snapshot: msRest.CompositeMapper = {
3496
+ serializedName: "Snapshot",
3497
+ type: {
3498
+ name: "Composite",
3499
+ className: "Snapshot",
3500
+ modelProperties: {
3501
+ ...Resource.type.modelProperties,
3502
+ systemData: {
3503
+ readOnly: true,
3504
+ serializedName: "systemData",
3505
+ type: {
3506
+ name: "Composite",
3507
+ className: "SystemData"
3508
+ }
3509
+ },
3510
+ creationData: {
3511
+ serializedName: "properties.creationData",
3512
+ type: {
3513
+ name: "Composite",
3514
+ className: "CreationData"
3515
+ }
3516
+ },
3517
+ snapshotType: {
3518
+ serializedName: "properties.snapshotType",
3519
+ defaultValue: 'NodePool',
3520
+ type: {
3521
+ name: "String"
3522
+ }
3523
+ }
3524
+ }
3525
+ }
3526
+ };
3527
+
3528
+ export const OperationListResult: msRest.CompositeMapper = {
3529
+ serializedName: "OperationListResult",
3530
+ type: {
3531
+ name: "Composite",
3532
+ className: "OperationListResult",
3533
+ modelProperties: {
3534
+ value: {
3535
+ readOnly: true,
3536
+ serializedName: "",
3537
+ type: {
3538
+ name: "Sequence",
3539
+ element: {
3540
+ type: {
3541
+ name: "Composite",
3542
+ className: "OperationValue"
3543
+ }
3544
+ }
3545
+ }
3546
+ }
3547
+ }
3548
+ }
3549
+ };
3550
+
3551
+ export const ManagedClusterListResult: msRest.CompositeMapper = {
3552
+ serializedName: "ManagedClusterListResult",
3553
+ type: {
3554
+ name: "Composite",
3555
+ className: "ManagedClusterListResult",
3556
+ modelProperties: {
3557
+ value: {
3558
+ serializedName: "",
3559
+ type: {
3560
+ name: "Sequence",
3561
+ element: {
3562
+ type: {
3563
+ name: "Composite",
3564
+ className: "ManagedCluster"
3565
+ }
3566
+ }
3567
+ }
3568
+ },
3569
+ nextLink: {
3570
+ readOnly: true,
3571
+ serializedName: "nextLink",
3572
+ type: {
3573
+ name: "String"
3574
+ }
3575
+ }
3576
+ }
3577
+ }
3578
+ };
3579
+
3580
+ export const OutboundEnvironmentEndpointCollection: msRest.CompositeMapper = {
3581
+ serializedName: "OutboundEnvironmentEndpointCollection",
3582
+ type: {
3583
+ name: "Composite",
3584
+ className: "OutboundEnvironmentEndpointCollection",
3585
+ modelProperties: {
3586
+ value: {
3587
+ required: true,
3588
+ serializedName: "",
3589
+ type: {
3590
+ name: "Sequence",
3591
+ element: {
3592
+ type: {
3593
+ name: "Composite",
3594
+ className: "OutboundEnvironmentEndpoint"
3595
+ }
3596
+ }
3597
+ }
3598
+ },
3599
+ nextLink: {
3600
+ readOnly: true,
3601
+ serializedName: "nextLink",
3602
+ type: {
3603
+ name: "String"
3604
+ }
3605
+ }
3606
+ }
3607
+ }
3608
+ };
3609
+
3610
+ export const MaintenanceConfigurationListResult: msRest.CompositeMapper = {
3611
+ serializedName: "MaintenanceConfigurationListResult",
3612
+ type: {
3613
+ name: "Composite",
3614
+ className: "MaintenanceConfigurationListResult",
3615
+ modelProperties: {
3616
+ value: {
3617
+ serializedName: "",
3618
+ type: {
3619
+ name: "Sequence",
3620
+ element: {
3621
+ type: {
3622
+ name: "Composite",
3623
+ className: "MaintenanceConfiguration"
3624
+ }
3625
+ }
3626
+ }
3627
+ },
3628
+ nextLink: {
3629
+ readOnly: true,
3630
+ serializedName: "nextLink",
3631
+ type: {
3632
+ name: "String"
3633
+ }
3634
+ }
3635
+ }
3636
+ }
3637
+ };
3638
+
3639
+ export const AgentPoolListResult: msRest.CompositeMapper = {
3640
+ serializedName: "AgentPoolListResult",
3641
+ type: {
3642
+ name: "Composite",
3643
+ className: "AgentPoolListResult",
3644
+ modelProperties: {
3645
+ value: {
3646
+ serializedName: "",
3647
+ type: {
3648
+ name: "Sequence",
3649
+ element: {
3650
+ type: {
3651
+ name: "Composite",
3652
+ className: "AgentPool"
3653
+ }
3654
+ }
3655
+ }
3656
+ },
3657
+ nextLink: {
3658
+ readOnly: true,
3659
+ serializedName: "nextLink",
3660
+ type: {
3661
+ name: "String"
3662
+ }
3663
+ }
3664
+ }
3665
+ }
3666
+ };
3667
+
3668
+ export const SnapshotListResult: msRest.CompositeMapper = {
3669
+ serializedName: "SnapshotListResult",
3670
+ type: {
3671
+ name: "Composite",
3672
+ className: "SnapshotListResult",
3673
+ modelProperties: {
3674
+ value: {
3675
+ serializedName: "",
3676
+ type: {
3677
+ name: "Sequence",
3678
+ element: {
3679
+ type: {
3680
+ name: "Composite",
3681
+ className: "Snapshot"
3682
+ }
3683
+ }
3684
+ }
3685
+ },
3686
+ nextLink: {
3687
+ readOnly: true,
3688
+ serializedName: "nextLink",
3689
+ type: {
3690
+ name: "String"
3691
+ }
3692
+ }
3693
+ }
3694
+ }
3695
+ };