@azure/arm-hdinsight 0.24.0 → 1.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.
- package/CHANGELOG.md +5 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +7702 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/hDInsightManagementClient.d.ts +29 -0
- package/dist-esm/src/hDInsightManagementClient.d.ts.map +1 -0
- package/dist-esm/src/hDInsightManagementClient.js +62 -0
- package/dist-esm/src/hDInsightManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/virtualMachinesMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1966 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +133 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +111 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1516 -1670
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +37 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +280 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applications.d.ts +90 -0
- package/dist-esm/src/operations/applications.d.ts.map +1 -0
- package/dist-esm/src/operations/applications.js +367 -0
- package/dist-esm/src/operations/applications.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +214 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +979 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +54 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +178 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/extensions.d.ts +139 -0
- package/dist-esm/src/operations/extensions.d.ts.map +1 -0
- package/dist-esm/src/operations/extensions.js +602 -0
- package/dist-esm/src/operations/extensions.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +52 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +199 -0
- package/dist-esm/src/operations/locations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +349 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +28 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +85 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/scriptActions.d.ts +62 -0
- package/dist-esm/src/operations/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptActions.js +232 -0
- package/dist-esm/src/operations/scriptActions.js.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts +46 -0
- package/dist-esm/src/operations/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js +167 -0
- package/dist-esm/src/operations/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +45 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +169 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts +65 -0
- package/dist-esm/src/operationsInterfaces/applications.d.ts.map +1 -0
- package/{src/models/configurationsMappers.ts → dist-esm/src/operationsInterfaces/applications.js} +2 -5
- package/dist-esm/src/operationsInterfaces/applications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +178 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/clusters.js} +2 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/virtualMachinesMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -7
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts +131 -0
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +1 -0
- package/{esm/models/configurationsMappers.js → dist-esm/src/operationsInterfaces/extensions.js} +2 -2
- package/dist-esm/src/operationsInterfaces/extensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +19 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptActions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js +9 -0
- package/dist-esm/src/operationsInterfaces/scriptExecutionHistory.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-hdinsight.api.md +1678 -0
- package/rollup.config.js +181 -30
- package/src/hDInsightManagementClient.ts +105 -53
- package/src/{models/scriptExecutionHistoryMappers.ts → index.ts} +4 -7
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1810 -2954
- package/src/models/mappers.ts +1607 -1764
- package/src/models/parameters.ts +215 -53
- package/src/operations/applications.ts +376 -247
- package/src/operations/clusters.ts +1038 -649
- package/src/operations/configurations.ts +162 -154
- package/src/operations/extensions.ts +644 -410
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +143 -239
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +345 -182
- package/src/operations/privateLinkResources.ts +60 -92
- package/src/operations/scriptActions.ts +202 -206
- package/src/operations/scriptExecutionHistory.ts +155 -123
- package/src/operations/virtualMachines.ts +157 -154
- package/src/operationsInterfaces/applications.ts +126 -0
- package/src/operationsInterfaces/clusters.ts +327 -0
- package/src/operationsInterfaces/configurations.ts +77 -0
- package/src/operationsInterfaces/extensions.ts +234 -0
- package/src/operationsInterfaces/index.ts +19 -0
- package/src/operationsInterfaces/locations.ts +88 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
- package/src/operationsInterfaces/privateLinkResources.ts +42 -0
- package/src/operationsInterfaces/scriptActions.ts +73 -0
- package/src/operationsInterfaces/scriptExecutionHistory.ts +43 -0
- package/src/operationsInterfaces/virtualMachines.ts +70 -0
- package/tsconfig.json +3 -3
- package/types/arm-hdinsight.d.ts +2866 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-hdinsight.js +0 -7464
- package/dist/arm-hdinsight.js.map +0 -1
- package/dist/arm-hdinsight.min.js +0 -1
- package/dist/arm-hdinsight.min.js.map +0 -1
- package/esm/hDInsightManagementClient.d.ts +0 -35
- package/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/esm/hDInsightManagementClient.js +0 -48
- package/esm/hDInsightManagementClient.js.map +0 -1
- package/esm/hDInsightManagementClientContext.d.ts +0 -23
- package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
- package/esm/hDInsightManagementClientContext.js +0 -61
- package/esm/hDInsightManagementClientContext.js.map +0 -1
- package/esm/models/applicationsMappers.d.ts +0 -2
- package/esm/models/applicationsMappers.d.ts.map +0 -1
- package/esm/models/applicationsMappers.js +0 -9
- package/esm/models/applicationsMappers.js.map +0 -1
- package/esm/models/clustersMappers.d.ts +0 -2
- package/esm/models/clustersMappers.d.ts.map +0 -1
- package/esm/models/clustersMappers.js +0 -9
- package/esm/models/clustersMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/extensionsMappers.d.ts +0 -2
- package/esm/models/extensionsMappers.d.ts.map +0 -1
- package/esm/models/extensionsMappers.js +0 -9
- package/esm/models/extensionsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3163
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js +0 -9
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -113
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -172
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/scriptActionsMappers.d.ts +0 -2
- package/esm/models/scriptActionsMappers.d.ts.map +0 -1
- package/esm/models/scriptActionsMappers.js +0 -9
- package/esm/models/scriptActionsMappers.js.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.d.ts +0 -2
- package/esm/models/scriptExecutionHistoryMappers.d.ts.map +0 -1
- package/esm/models/scriptExecutionHistoryMappers.js +0 -9
- package/esm/models/scriptExecutionHistoryMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/operations/applications.d.ts +0 -142
- package/esm/operations/applications.d.ts.map +0 -1
- package/esm/operations/applications.js +0 -268
- package/esm/operations/applications.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -315
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -710
- package/esm/operations/clusters.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -90
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -173
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/extensions.d.ts +0 -213
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -477
- package/esm/operations/extensions.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -130
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -213
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -115
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -236
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -58
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -90
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/scriptActions.d.ts +0 -124
- package/esm/operations/scriptActions.d.ts.map +0 -1
- package/esm/operations/scriptActions.js +0 -184
- package/esm/operations/scriptActions.js.map +0 -1
- package/esm/operations/scriptExecutionHistory.d.ts +0 -76
- package/esm/operations/scriptExecutionHistory.d.ts.map +0 -1
- package/esm/operations/scriptExecutionHistory.js +0 -117
- package/esm/operations/scriptExecutionHistory.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -77
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -167
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/hDInsightManagementClientContext.ts +0 -68
- package/src/models/applicationsMappers.ts +0 -66
- package/src/models/clustersMappers.ts +0 -77
- package/src/models/extensionsMappers.ts +0 -20
- package/src/models/locationsMappers.ts +0 -66
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/privateEndpointConnectionsMappers.ts +0 -65
- package/src/models/privateLinkResourcesMappers.ts +0 -65
- package/src/models/scriptActionsMappers.ts +0 -17
package/src/models/mappers.ts
CHANGED
|
@@ -6,75 +6,199 @@
|
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
import
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
11
10
|
|
|
12
|
-
export const
|
|
13
|
-
export const BaseResource = BaseResourceMapper;
|
|
14
|
-
|
|
15
|
-
export const ClusterDefinition: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "ClusterDefinition",
|
|
11
|
+
export const ClusterCreateParametersExtended: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "ClusterCreateParametersExtended",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
serializedName: "
|
|
16
|
+
location: {
|
|
17
|
+
serializedName: "location",
|
|
23
18
|
type: {
|
|
24
19
|
name: "String"
|
|
25
20
|
}
|
|
26
21
|
},
|
|
27
|
-
|
|
28
|
-
serializedName: "
|
|
22
|
+
tags: {
|
|
23
|
+
serializedName: "tags",
|
|
29
24
|
type: {
|
|
30
|
-
name: "
|
|
25
|
+
name: "Dictionary",
|
|
26
|
+
value: { type: { name: "String" } }
|
|
31
27
|
}
|
|
32
28
|
},
|
|
33
|
-
|
|
34
|
-
serializedName: "
|
|
29
|
+
zones: {
|
|
30
|
+
serializedName: "zones",
|
|
35
31
|
type: {
|
|
36
|
-
name: "
|
|
37
|
-
|
|
32
|
+
name: "Sequence",
|
|
33
|
+
element: {
|
|
38
34
|
type: {
|
|
39
35
|
name: "String"
|
|
40
36
|
}
|
|
41
37
|
}
|
|
42
38
|
}
|
|
43
39
|
},
|
|
44
|
-
|
|
45
|
-
serializedName: "
|
|
40
|
+
properties: {
|
|
41
|
+
serializedName: "properties",
|
|
42
|
+
type: {
|
|
43
|
+
name: "Composite",
|
|
44
|
+
className: "ClusterCreateProperties"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
identity: {
|
|
48
|
+
serializedName: "identity",
|
|
46
49
|
type: {
|
|
47
|
-
name: "
|
|
50
|
+
name: "Composite",
|
|
51
|
+
className: "ClusterIdentity"
|
|
48
52
|
}
|
|
49
53
|
}
|
|
50
54
|
}
|
|
51
55
|
}
|
|
52
56
|
};
|
|
53
57
|
|
|
54
|
-
export const
|
|
55
|
-
serializedName: "ClientGroupInfo",
|
|
58
|
+
export const ClusterCreateProperties: coreClient.CompositeMapper = {
|
|
56
59
|
type: {
|
|
57
60
|
name: "Composite",
|
|
58
|
-
className: "
|
|
61
|
+
className: "ClusterCreateProperties",
|
|
59
62
|
modelProperties: {
|
|
60
|
-
|
|
61
|
-
serializedName: "
|
|
63
|
+
clusterVersion: {
|
|
64
|
+
serializedName: "clusterVersion",
|
|
62
65
|
type: {
|
|
63
66
|
name: "String"
|
|
64
67
|
}
|
|
65
68
|
},
|
|
66
|
-
|
|
67
|
-
serializedName: "
|
|
69
|
+
osType: {
|
|
70
|
+
serializedName: "osType",
|
|
71
|
+
type: {
|
|
72
|
+
name: "String"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
tier: {
|
|
76
|
+
serializedName: "tier",
|
|
77
|
+
type: {
|
|
78
|
+
name: "String"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
clusterDefinition: {
|
|
82
|
+
serializedName: "clusterDefinition",
|
|
83
|
+
type: {
|
|
84
|
+
name: "Composite",
|
|
85
|
+
className: "ClusterDefinition"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
kafkaRestProperties: {
|
|
89
|
+
serializedName: "kafkaRestProperties",
|
|
90
|
+
type: {
|
|
91
|
+
name: "Composite",
|
|
92
|
+
className: "KafkaRestProperties"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
securityProfile: {
|
|
96
|
+
serializedName: "securityProfile",
|
|
97
|
+
type: {
|
|
98
|
+
name: "Composite",
|
|
99
|
+
className: "SecurityProfile"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
computeProfile: {
|
|
103
|
+
serializedName: "computeProfile",
|
|
104
|
+
type: {
|
|
105
|
+
name: "Composite",
|
|
106
|
+
className: "ComputeProfile"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
storageProfile: {
|
|
110
|
+
serializedName: "storageProfile",
|
|
111
|
+
type: {
|
|
112
|
+
name: "Composite",
|
|
113
|
+
className: "StorageProfile"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
diskEncryptionProperties: {
|
|
117
|
+
serializedName: "diskEncryptionProperties",
|
|
118
|
+
type: {
|
|
119
|
+
name: "Composite",
|
|
120
|
+
className: "DiskEncryptionProperties"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
encryptionInTransitProperties: {
|
|
124
|
+
serializedName: "encryptionInTransitProperties",
|
|
125
|
+
type: {
|
|
126
|
+
name: "Composite",
|
|
127
|
+
className: "EncryptionInTransitProperties"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
minSupportedTlsVersion: {
|
|
131
|
+
serializedName: "minSupportedTlsVersion",
|
|
132
|
+
type: {
|
|
133
|
+
name: "String"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
networkProperties: {
|
|
137
|
+
serializedName: "networkProperties",
|
|
138
|
+
type: {
|
|
139
|
+
name: "Composite",
|
|
140
|
+
className: "NetworkProperties"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
computeIsolationProperties: {
|
|
144
|
+
serializedName: "computeIsolationProperties",
|
|
145
|
+
type: {
|
|
146
|
+
name: "Composite",
|
|
147
|
+
className: "ComputeIsolationProperties"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
privateLinkConfigurations: {
|
|
151
|
+
serializedName: "privateLinkConfigurations",
|
|
152
|
+
type: {
|
|
153
|
+
name: "Sequence",
|
|
154
|
+
element: {
|
|
155
|
+
type: {
|
|
156
|
+
name: "Composite",
|
|
157
|
+
className: "PrivateLinkConfiguration"
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
export const ClusterDefinition: coreClient.CompositeMapper = {
|
|
167
|
+
type: {
|
|
168
|
+
name: "Composite",
|
|
169
|
+
className: "ClusterDefinition",
|
|
170
|
+
modelProperties: {
|
|
171
|
+
blueprint: {
|
|
172
|
+
serializedName: "blueprint",
|
|
173
|
+
type: {
|
|
174
|
+
name: "String"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
kind: {
|
|
178
|
+
serializedName: "kind",
|
|
68
179
|
type: {
|
|
69
180
|
name: "String"
|
|
70
181
|
}
|
|
182
|
+
},
|
|
183
|
+
componentVersion: {
|
|
184
|
+
serializedName: "componentVersion",
|
|
185
|
+
type: {
|
|
186
|
+
name: "Dictionary",
|
|
187
|
+
value: { type: { name: "String" } }
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
configurations: {
|
|
191
|
+
serializedName: "configurations",
|
|
192
|
+
type: {
|
|
193
|
+
name: "Dictionary",
|
|
194
|
+
value: { type: { name: "any" } }
|
|
195
|
+
}
|
|
71
196
|
}
|
|
72
197
|
}
|
|
73
198
|
}
|
|
74
199
|
};
|
|
75
200
|
|
|
76
|
-
export const KafkaRestProperties:
|
|
77
|
-
serializedName: "KafkaRestProperties",
|
|
201
|
+
export const KafkaRestProperties: coreClient.CompositeMapper = {
|
|
78
202
|
type: {
|
|
79
203
|
name: "Composite",
|
|
80
204
|
className: "KafkaRestProperties",
|
|
@@ -90,19 +214,35 @@ export const KafkaRestProperties: msRest.CompositeMapper = {
|
|
|
90
214
|
serializedName: "configurationOverride",
|
|
91
215
|
type: {
|
|
92
216
|
name: "Dictionary",
|
|
93
|
-
value: {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
217
|
+
value: { type: { name: "String" } }
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
export const ClientGroupInfo: coreClient.CompositeMapper = {
|
|
225
|
+
type: {
|
|
226
|
+
name: "Composite",
|
|
227
|
+
className: "ClientGroupInfo",
|
|
228
|
+
modelProperties: {
|
|
229
|
+
groupName: {
|
|
230
|
+
serializedName: "groupName",
|
|
231
|
+
type: {
|
|
232
|
+
name: "String"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
groupId: {
|
|
236
|
+
serializedName: "groupId",
|
|
237
|
+
type: {
|
|
238
|
+
name: "String"
|
|
98
239
|
}
|
|
99
240
|
}
|
|
100
241
|
}
|
|
101
242
|
}
|
|
102
243
|
};
|
|
103
244
|
|
|
104
|
-
export const SecurityProfile:
|
|
105
|
-
serializedName: "SecurityProfile",
|
|
245
|
+
export const SecurityProfile: coreClient.CompositeMapper = {
|
|
106
246
|
type: {
|
|
107
247
|
name: "Composite",
|
|
108
248
|
className: "SecurityProfile",
|
|
@@ -175,114 +315,120 @@ export const SecurityProfile: msRest.CompositeMapper = {
|
|
|
175
315
|
}
|
|
176
316
|
};
|
|
177
317
|
|
|
178
|
-
export const
|
|
179
|
-
serializedName: "AutoscaleTimeAndCapacity",
|
|
180
|
-
type: {
|
|
181
|
-
name: "Composite",
|
|
182
|
-
className: "AutoscaleTimeAndCapacity",
|
|
183
|
-
modelProperties: {
|
|
184
|
-
time: {
|
|
185
|
-
serializedName: "time",
|
|
186
|
-
type: {
|
|
187
|
-
name: "String"
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
minInstanceCount: {
|
|
191
|
-
serializedName: "minInstanceCount",
|
|
192
|
-
type: {
|
|
193
|
-
name: "Number"
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
maxInstanceCount: {
|
|
197
|
-
serializedName: "maxInstanceCount",
|
|
198
|
-
type: {
|
|
199
|
-
name: "Number"
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
};
|
|
205
|
-
|
|
206
|
-
export const AutoscaleSchedule: msRest.CompositeMapper = {
|
|
207
|
-
serializedName: "AutoscaleSchedule",
|
|
318
|
+
export const ComputeProfile: coreClient.CompositeMapper = {
|
|
208
319
|
type: {
|
|
209
320
|
name: "Composite",
|
|
210
|
-
className: "
|
|
321
|
+
className: "ComputeProfile",
|
|
211
322
|
modelProperties: {
|
|
212
|
-
|
|
213
|
-
serializedName: "
|
|
323
|
+
roles: {
|
|
324
|
+
serializedName: "roles",
|
|
214
325
|
type: {
|
|
215
326
|
name: "Sequence",
|
|
216
327
|
element: {
|
|
217
328
|
type: {
|
|
218
|
-
name: "
|
|
329
|
+
name: "Composite",
|
|
330
|
+
className: "Role"
|
|
219
331
|
}
|
|
220
332
|
}
|
|
221
333
|
}
|
|
222
|
-
},
|
|
223
|
-
timeAndCapacity: {
|
|
224
|
-
serializedName: "timeAndCapacity",
|
|
225
|
-
type: {
|
|
226
|
-
name: "Composite",
|
|
227
|
-
className: "AutoscaleTimeAndCapacity"
|
|
228
|
-
}
|
|
229
334
|
}
|
|
230
335
|
}
|
|
231
336
|
}
|
|
232
337
|
};
|
|
233
338
|
|
|
234
|
-
export const
|
|
235
|
-
serializedName: "AutoscaleCapacity",
|
|
339
|
+
export const Role: coreClient.CompositeMapper = {
|
|
236
340
|
type: {
|
|
237
341
|
name: "Composite",
|
|
238
|
-
className: "
|
|
342
|
+
className: "Role",
|
|
239
343
|
modelProperties: {
|
|
344
|
+
name: {
|
|
345
|
+
serializedName: "name",
|
|
346
|
+
type: {
|
|
347
|
+
name: "String"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
240
350
|
minInstanceCount: {
|
|
241
351
|
serializedName: "minInstanceCount",
|
|
242
352
|
type: {
|
|
243
353
|
name: "Number"
|
|
244
354
|
}
|
|
245
355
|
},
|
|
246
|
-
|
|
247
|
-
serializedName: "
|
|
356
|
+
targetInstanceCount: {
|
|
357
|
+
serializedName: "targetInstanceCount",
|
|
248
358
|
type: {
|
|
249
359
|
name: "Number"
|
|
250
360
|
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
};
|
|
255
|
-
|
|
256
|
-
export const AutoscaleRecurrence: msRest.CompositeMapper = {
|
|
257
|
-
serializedName: "AutoscaleRecurrence",
|
|
258
|
-
type: {
|
|
259
|
-
name: "Composite",
|
|
260
|
-
className: "AutoscaleRecurrence",
|
|
261
|
-
modelProperties: {
|
|
262
|
-
timeZone: {
|
|
263
|
-
serializedName: "timeZone",
|
|
361
|
+
},
|
|
362
|
+
vMGroupName: {
|
|
363
|
+
serializedName: "VMGroupName",
|
|
264
364
|
type: {
|
|
265
365
|
name: "String"
|
|
266
366
|
}
|
|
267
367
|
},
|
|
268
|
-
|
|
269
|
-
serializedName: "
|
|
368
|
+
autoscaleConfiguration: {
|
|
369
|
+
serializedName: "autoscale",
|
|
370
|
+
type: {
|
|
371
|
+
name: "Composite",
|
|
372
|
+
className: "Autoscale"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
hardwareProfile: {
|
|
376
|
+
serializedName: "hardwareProfile",
|
|
377
|
+
type: {
|
|
378
|
+
name: "Composite",
|
|
379
|
+
className: "HardwareProfile"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
osProfile: {
|
|
383
|
+
serializedName: "osProfile",
|
|
384
|
+
type: {
|
|
385
|
+
name: "Composite",
|
|
386
|
+
className: "OsProfile"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
virtualNetworkProfile: {
|
|
390
|
+
serializedName: "virtualNetworkProfile",
|
|
391
|
+
type: {
|
|
392
|
+
name: "Composite",
|
|
393
|
+
className: "VirtualNetworkProfile"
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
dataDisksGroups: {
|
|
397
|
+
serializedName: "dataDisksGroups",
|
|
270
398
|
type: {
|
|
271
399
|
name: "Sequence",
|
|
272
400
|
element: {
|
|
273
401
|
type: {
|
|
274
402
|
name: "Composite",
|
|
275
|
-
className: "
|
|
403
|
+
className: "DataDisksGroups"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
scriptActions: {
|
|
409
|
+
serializedName: "scriptActions",
|
|
410
|
+
type: {
|
|
411
|
+
name: "Sequence",
|
|
412
|
+
element: {
|
|
413
|
+
type: {
|
|
414
|
+
name: "Composite",
|
|
415
|
+
className: "ScriptAction"
|
|
276
416
|
}
|
|
277
417
|
}
|
|
278
418
|
}
|
|
419
|
+
},
|
|
420
|
+
encryptDataDisks: {
|
|
421
|
+
defaultValue: false,
|
|
422
|
+
serializedName: "encryptDataDisks",
|
|
423
|
+
type: {
|
|
424
|
+
name: "Boolean"
|
|
425
|
+
}
|
|
279
426
|
}
|
|
280
427
|
}
|
|
281
428
|
}
|
|
282
429
|
};
|
|
283
430
|
|
|
284
|
-
export const Autoscale:
|
|
285
|
-
serializedName: "Autoscale",
|
|
431
|
+
export const Autoscale: coreClient.CompositeMapper = {
|
|
286
432
|
type: {
|
|
287
433
|
name: "Composite",
|
|
288
434
|
className: "Autoscale",
|
|
@@ -305,83 +451,100 @@ export const Autoscale: msRest.CompositeMapper = {
|
|
|
305
451
|
}
|
|
306
452
|
};
|
|
307
453
|
|
|
308
|
-
export const
|
|
309
|
-
serializedName: "AutoscaleConfigurationUpdateParameter",
|
|
454
|
+
export const AutoscaleCapacity: coreClient.CompositeMapper = {
|
|
310
455
|
type: {
|
|
311
456
|
name: "Composite",
|
|
312
|
-
className: "
|
|
457
|
+
className: "AutoscaleCapacity",
|
|
313
458
|
modelProperties: {
|
|
314
|
-
|
|
315
|
-
serializedName: "
|
|
459
|
+
minInstanceCount: {
|
|
460
|
+
serializedName: "minInstanceCount",
|
|
316
461
|
type: {
|
|
317
|
-
name: "
|
|
318
|
-
|
|
462
|
+
name: "Number"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
maxInstanceCount: {
|
|
466
|
+
serializedName: "maxInstanceCount",
|
|
467
|
+
type: {
|
|
468
|
+
name: "Number"
|
|
319
469
|
}
|
|
320
470
|
}
|
|
321
471
|
}
|
|
322
472
|
}
|
|
323
473
|
};
|
|
324
474
|
|
|
325
|
-
export const
|
|
326
|
-
serializedName: "HardwareProfile",
|
|
475
|
+
export const AutoscaleRecurrence: coreClient.CompositeMapper = {
|
|
327
476
|
type: {
|
|
328
477
|
name: "Composite",
|
|
329
|
-
className: "
|
|
478
|
+
className: "AutoscaleRecurrence",
|
|
330
479
|
modelProperties: {
|
|
331
|
-
|
|
332
|
-
serializedName: "
|
|
480
|
+
timeZone: {
|
|
481
|
+
serializedName: "timeZone",
|
|
333
482
|
type: {
|
|
334
483
|
name: "String"
|
|
335
484
|
}
|
|
485
|
+
},
|
|
486
|
+
schedule: {
|
|
487
|
+
serializedName: "schedule",
|
|
488
|
+
type: {
|
|
489
|
+
name: "Sequence",
|
|
490
|
+
element: {
|
|
491
|
+
type: {
|
|
492
|
+
name: "Composite",
|
|
493
|
+
className: "AutoscaleSchedule"
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
}
|
|
336
497
|
}
|
|
337
498
|
}
|
|
338
499
|
}
|
|
339
500
|
};
|
|
340
501
|
|
|
341
|
-
export const
|
|
342
|
-
serializedName: "VirtualNetworkProfile",
|
|
502
|
+
export const AutoscaleSchedule: coreClient.CompositeMapper = {
|
|
343
503
|
type: {
|
|
344
504
|
name: "Composite",
|
|
345
|
-
className: "
|
|
505
|
+
className: "AutoscaleSchedule",
|
|
346
506
|
modelProperties: {
|
|
347
|
-
|
|
348
|
-
serializedName: "
|
|
507
|
+
days: {
|
|
508
|
+
serializedName: "days",
|
|
349
509
|
type: {
|
|
350
|
-
name: "
|
|
510
|
+
name: "Sequence",
|
|
511
|
+
element: {
|
|
512
|
+
type: {
|
|
513
|
+
name: "String"
|
|
514
|
+
}
|
|
515
|
+
}
|
|
351
516
|
}
|
|
352
517
|
},
|
|
353
|
-
|
|
354
|
-
serializedName: "
|
|
518
|
+
timeAndCapacity: {
|
|
519
|
+
serializedName: "timeAndCapacity",
|
|
355
520
|
type: {
|
|
356
|
-
name: "
|
|
521
|
+
name: "Composite",
|
|
522
|
+
className: "AutoscaleTimeAndCapacity"
|
|
357
523
|
}
|
|
358
524
|
}
|
|
359
525
|
}
|
|
360
526
|
}
|
|
361
527
|
};
|
|
362
528
|
|
|
363
|
-
export const
|
|
364
|
-
serializedName: "DataDisksGroups",
|
|
529
|
+
export const AutoscaleTimeAndCapacity: coreClient.CompositeMapper = {
|
|
365
530
|
type: {
|
|
366
531
|
name: "Composite",
|
|
367
|
-
className: "
|
|
532
|
+
className: "AutoscaleTimeAndCapacity",
|
|
368
533
|
modelProperties: {
|
|
369
|
-
|
|
370
|
-
serializedName: "
|
|
534
|
+
time: {
|
|
535
|
+
serializedName: "time",
|
|
371
536
|
type: {
|
|
372
|
-
name: "
|
|
537
|
+
name: "String"
|
|
373
538
|
}
|
|
374
539
|
},
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
serializedName: "storageAccountType",
|
|
540
|
+
minInstanceCount: {
|
|
541
|
+
serializedName: "minInstanceCount",
|
|
378
542
|
type: {
|
|
379
|
-
name: "
|
|
543
|
+
name: "Number"
|
|
380
544
|
}
|
|
381
545
|
},
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
serializedName: "diskSizeGB",
|
|
546
|
+
maxInstanceCount: {
|
|
547
|
+
serializedName: "maxInstanceCount",
|
|
385
548
|
type: {
|
|
386
549
|
name: "Number"
|
|
387
550
|
}
|
|
@@ -390,14 +553,13 @@ export const DataDisksGroups: msRest.CompositeMapper = {
|
|
|
390
553
|
}
|
|
391
554
|
};
|
|
392
555
|
|
|
393
|
-
export const
|
|
394
|
-
serializedName: "SshPublicKey",
|
|
556
|
+
export const HardwareProfile: coreClient.CompositeMapper = {
|
|
395
557
|
type: {
|
|
396
558
|
name: "Composite",
|
|
397
|
-
className: "
|
|
559
|
+
className: "HardwareProfile",
|
|
398
560
|
modelProperties: {
|
|
399
|
-
|
|
400
|
-
serializedName: "
|
|
561
|
+
vmSize: {
|
|
562
|
+
serializedName: "vmSize",
|
|
401
563
|
type: {
|
|
402
564
|
name: "String"
|
|
403
565
|
}
|
|
@@ -406,30 +568,23 @@ export const SshPublicKey: msRest.CompositeMapper = {
|
|
|
406
568
|
}
|
|
407
569
|
};
|
|
408
570
|
|
|
409
|
-
export const
|
|
410
|
-
serializedName: "SshProfile",
|
|
571
|
+
export const OsProfile: coreClient.CompositeMapper = {
|
|
411
572
|
type: {
|
|
412
573
|
name: "Composite",
|
|
413
|
-
className: "
|
|
574
|
+
className: "OsProfile",
|
|
414
575
|
modelProperties: {
|
|
415
|
-
|
|
416
|
-
serializedName: "
|
|
576
|
+
linuxOperatingSystemProfile: {
|
|
577
|
+
serializedName: "linuxOperatingSystemProfile",
|
|
417
578
|
type: {
|
|
418
|
-
name: "
|
|
419
|
-
|
|
420
|
-
type: {
|
|
421
|
-
name: "Composite",
|
|
422
|
-
className: "SshPublicKey"
|
|
423
|
-
}
|
|
424
|
-
}
|
|
579
|
+
name: "Composite",
|
|
580
|
+
className: "LinuxOperatingSystemProfile"
|
|
425
581
|
}
|
|
426
582
|
}
|
|
427
583
|
}
|
|
428
584
|
}
|
|
429
585
|
};
|
|
430
586
|
|
|
431
|
-
export const LinuxOperatingSystemProfile:
|
|
432
|
-
serializedName: "LinuxOperatingSystemProfile",
|
|
587
|
+
export const LinuxOperatingSystemProfile: coreClient.CompositeMapper = {
|
|
433
588
|
type: {
|
|
434
589
|
name: "Composite",
|
|
435
590
|
className: "LinuxOperatingSystemProfile",
|
|
@@ -457,46 +612,55 @@ export const LinuxOperatingSystemProfile: msRest.CompositeMapper = {
|
|
|
457
612
|
}
|
|
458
613
|
};
|
|
459
614
|
|
|
460
|
-
export const
|
|
461
|
-
serializedName: "OsProfile",
|
|
615
|
+
export const SshProfile: coreClient.CompositeMapper = {
|
|
462
616
|
type: {
|
|
463
617
|
name: "Composite",
|
|
464
|
-
className: "
|
|
618
|
+
className: "SshProfile",
|
|
465
619
|
modelProperties: {
|
|
466
|
-
|
|
467
|
-
serializedName: "
|
|
620
|
+
publicKeys: {
|
|
621
|
+
serializedName: "publicKeys",
|
|
468
622
|
type: {
|
|
469
|
-
name: "
|
|
470
|
-
|
|
623
|
+
name: "Sequence",
|
|
624
|
+
element: {
|
|
625
|
+
type: {
|
|
626
|
+
name: "Composite",
|
|
627
|
+
className: "SshPublicKey"
|
|
628
|
+
}
|
|
629
|
+
}
|
|
471
630
|
}
|
|
472
631
|
}
|
|
473
632
|
}
|
|
474
633
|
}
|
|
475
634
|
};
|
|
476
635
|
|
|
477
|
-
export const
|
|
478
|
-
serializedName: "ScriptAction",
|
|
636
|
+
export const SshPublicKey: coreClient.CompositeMapper = {
|
|
479
637
|
type: {
|
|
480
638
|
name: "Composite",
|
|
481
|
-
className: "
|
|
639
|
+
className: "SshPublicKey",
|
|
482
640
|
modelProperties: {
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
serializedName: "name",
|
|
641
|
+
certificateData: {
|
|
642
|
+
serializedName: "certificateData",
|
|
486
643
|
type: {
|
|
487
644
|
name: "String"
|
|
488
645
|
}
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
};
|
|
650
|
+
|
|
651
|
+
export const VirtualNetworkProfile: coreClient.CompositeMapper = {
|
|
652
|
+
type: {
|
|
653
|
+
name: "Composite",
|
|
654
|
+
className: "VirtualNetworkProfile",
|
|
655
|
+
modelProperties: {
|
|
656
|
+
id: {
|
|
657
|
+
serializedName: "id",
|
|
493
658
|
type: {
|
|
494
659
|
name: "String"
|
|
495
660
|
}
|
|
496
661
|
},
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
serializedName: "parameters",
|
|
662
|
+
subnet: {
|
|
663
|
+
serializedName: "subnet",
|
|
500
664
|
type: {
|
|
501
665
|
name: "String"
|
|
502
666
|
}
|
|
@@ -505,113 +669,78 @@ export const ScriptAction: msRest.CompositeMapper = {
|
|
|
505
669
|
}
|
|
506
670
|
};
|
|
507
671
|
|
|
508
|
-
export const
|
|
509
|
-
serializedName: "Role",
|
|
672
|
+
export const DataDisksGroups: coreClient.CompositeMapper = {
|
|
510
673
|
type: {
|
|
511
674
|
name: "Composite",
|
|
512
|
-
className: "
|
|
675
|
+
className: "DataDisksGroups",
|
|
513
676
|
modelProperties: {
|
|
514
|
-
|
|
515
|
-
serializedName: "
|
|
677
|
+
disksPerNode: {
|
|
678
|
+
serializedName: "disksPerNode",
|
|
516
679
|
type: {
|
|
517
|
-
name: "
|
|
680
|
+
name: "Number"
|
|
518
681
|
}
|
|
519
682
|
},
|
|
520
|
-
|
|
521
|
-
serializedName: "
|
|
683
|
+
storageAccountType: {
|
|
684
|
+
serializedName: "storageAccountType",
|
|
685
|
+
readOnly: true,
|
|
522
686
|
type: {
|
|
523
|
-
name: "
|
|
687
|
+
name: "String"
|
|
524
688
|
}
|
|
525
689
|
},
|
|
526
|
-
|
|
527
|
-
serializedName: "
|
|
690
|
+
diskSizeGB: {
|
|
691
|
+
serializedName: "diskSizeGB",
|
|
692
|
+
readOnly: true,
|
|
528
693
|
type: {
|
|
529
694
|
name: "Number"
|
|
530
695
|
}
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
};
|
|
700
|
+
|
|
701
|
+
export const ScriptAction: coreClient.CompositeMapper = {
|
|
702
|
+
type: {
|
|
703
|
+
name: "Composite",
|
|
704
|
+
className: "ScriptAction",
|
|
705
|
+
modelProperties: {
|
|
706
|
+
name: {
|
|
707
|
+
serializedName: "name",
|
|
708
|
+
required: true,
|
|
534
709
|
type: {
|
|
535
710
|
name: "String"
|
|
536
711
|
}
|
|
537
712
|
},
|
|
538
|
-
|
|
539
|
-
serializedName: "
|
|
713
|
+
uri: {
|
|
714
|
+
serializedName: "uri",
|
|
715
|
+
required: true,
|
|
540
716
|
type: {
|
|
541
|
-
name: "
|
|
542
|
-
className: "Autoscale"
|
|
717
|
+
name: "String"
|
|
543
718
|
}
|
|
544
719
|
},
|
|
545
|
-
|
|
546
|
-
serializedName: "
|
|
720
|
+
parameters: {
|
|
721
|
+
serializedName: "parameters",
|
|
722
|
+
required: true,
|
|
547
723
|
type: {
|
|
548
|
-
name: "
|
|
549
|
-
className: "HardwareProfile"
|
|
724
|
+
name: "String"
|
|
550
725
|
}
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
className: "VirtualNetworkProfile"
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
dataDisksGroups: {
|
|
567
|
-
serializedName: "dataDisksGroups",
|
|
568
|
-
type: {
|
|
569
|
-
name: "Sequence",
|
|
570
|
-
element: {
|
|
571
|
-
type: {
|
|
572
|
-
name: "Composite",
|
|
573
|
-
className: "DataDisksGroups"
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
scriptActions: {
|
|
579
|
-
serializedName: "scriptActions",
|
|
580
|
-
type: {
|
|
581
|
-
name: "Sequence",
|
|
582
|
-
element: {
|
|
583
|
-
type: {
|
|
584
|
-
name: "Composite",
|
|
585
|
-
className: "ScriptAction"
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
encryptDataDisks: {
|
|
591
|
-
serializedName: "encryptDataDisks",
|
|
592
|
-
defaultValue: false,
|
|
593
|
-
type: {
|
|
594
|
-
name: "Boolean"
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
};
|
|
600
|
-
|
|
601
|
-
export const ComputeProfile: msRest.CompositeMapper = {
|
|
602
|
-
serializedName: "ComputeProfile",
|
|
603
|
-
type: {
|
|
604
|
-
name: "Composite",
|
|
605
|
-
className: "ComputeProfile",
|
|
606
|
-
modelProperties: {
|
|
607
|
-
roles: {
|
|
608
|
-
serializedName: "roles",
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
};
|
|
730
|
+
|
|
731
|
+
export const StorageProfile: coreClient.CompositeMapper = {
|
|
732
|
+
type: {
|
|
733
|
+
name: "Composite",
|
|
734
|
+
className: "StorageProfile",
|
|
735
|
+
modelProperties: {
|
|
736
|
+
storageaccounts: {
|
|
737
|
+
serializedName: "storageaccounts",
|
|
609
738
|
type: {
|
|
610
739
|
name: "Sequence",
|
|
611
740
|
element: {
|
|
612
741
|
type: {
|
|
613
742
|
name: "Composite",
|
|
614
|
-
className: "
|
|
743
|
+
className: "StorageAccount"
|
|
615
744
|
}
|
|
616
745
|
}
|
|
617
746
|
}
|
|
@@ -620,8 +749,7 @@ export const ComputeProfile: msRest.CompositeMapper = {
|
|
|
620
749
|
}
|
|
621
750
|
};
|
|
622
751
|
|
|
623
|
-
export const StorageAccount:
|
|
624
|
-
serializedName: "StorageAccount",
|
|
752
|
+
export const StorageAccount: coreClient.CompositeMapper = {
|
|
625
753
|
type: {
|
|
626
754
|
name: "Composite",
|
|
627
755
|
className: "StorageAccount",
|
|
@@ -684,52 +812,69 @@ export const StorageAccount: msRest.CompositeMapper = {
|
|
|
684
812
|
}
|
|
685
813
|
};
|
|
686
814
|
|
|
687
|
-
export const
|
|
688
|
-
serializedName: "StorageProfile",
|
|
815
|
+
export const DiskEncryptionProperties: coreClient.CompositeMapper = {
|
|
689
816
|
type: {
|
|
690
817
|
name: "Composite",
|
|
691
|
-
className: "
|
|
818
|
+
className: "DiskEncryptionProperties",
|
|
692
819
|
modelProperties: {
|
|
693
|
-
|
|
694
|
-
serializedName: "
|
|
820
|
+
vaultUri: {
|
|
821
|
+
serializedName: "vaultUri",
|
|
695
822
|
type: {
|
|
696
|
-
name: "
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
823
|
+
name: "String"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
keyName: {
|
|
827
|
+
serializedName: "keyName",
|
|
828
|
+
type: {
|
|
829
|
+
name: "String"
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
keyVersion: {
|
|
833
|
+
serializedName: "keyVersion",
|
|
834
|
+
type: {
|
|
835
|
+
name: "String"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
encryptionAlgorithm: {
|
|
839
|
+
serializedName: "encryptionAlgorithm",
|
|
840
|
+
type: {
|
|
841
|
+
name: "String"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
msiResourceId: {
|
|
845
|
+
serializedName: "msiResourceId",
|
|
846
|
+
type: {
|
|
847
|
+
name: "String"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
encryptionAtHost: {
|
|
851
|
+
defaultValue: false,
|
|
852
|
+
serializedName: "encryptionAtHost",
|
|
853
|
+
type: {
|
|
854
|
+
name: "Boolean"
|
|
703
855
|
}
|
|
704
856
|
}
|
|
705
857
|
}
|
|
706
858
|
}
|
|
707
859
|
};
|
|
708
860
|
|
|
709
|
-
export const
|
|
710
|
-
serializedName: "ExcludedServicesConfig",
|
|
861
|
+
export const EncryptionInTransitProperties: coreClient.CompositeMapper = {
|
|
711
862
|
type: {
|
|
712
863
|
name: "Composite",
|
|
713
|
-
className: "
|
|
864
|
+
className: "EncryptionInTransitProperties",
|
|
714
865
|
modelProperties: {
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
name: "String"
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
excludedServicesList: {
|
|
722
|
-
serializedName: "excludedServicesList",
|
|
866
|
+
isEncryptionInTransitEnabled: {
|
|
867
|
+
defaultValue: false,
|
|
868
|
+
serializedName: "isEncryptionInTransitEnabled",
|
|
723
869
|
type: {
|
|
724
|
-
name: "
|
|
870
|
+
name: "Boolean"
|
|
725
871
|
}
|
|
726
872
|
}
|
|
727
873
|
}
|
|
728
874
|
}
|
|
729
875
|
};
|
|
730
876
|
|
|
731
|
-
export const NetworkProperties:
|
|
732
|
-
serializedName: "NetworkProperties",
|
|
877
|
+
export const NetworkProperties: coreClient.CompositeMapper = {
|
|
733
878
|
type: {
|
|
734
879
|
name: "Composite",
|
|
735
880
|
className: "NetworkProperties",
|
|
@@ -750,15 +895,14 @@ export const NetworkProperties: msRest.CompositeMapper = {
|
|
|
750
895
|
}
|
|
751
896
|
};
|
|
752
897
|
|
|
753
|
-
export const ComputeIsolationProperties:
|
|
754
|
-
serializedName: "ComputeIsolationProperties",
|
|
898
|
+
export const ComputeIsolationProperties: coreClient.CompositeMapper = {
|
|
755
899
|
type: {
|
|
756
900
|
name: "Composite",
|
|
757
901
|
className: "ComputeIsolationProperties",
|
|
758
902
|
modelProperties: {
|
|
759
903
|
enableComputeIsolation: {
|
|
760
|
-
serializedName: "enableComputeIsolation",
|
|
761
904
|
defaultValue: false,
|
|
905
|
+
serializedName: "enableComputeIsolation",
|
|
762
906
|
type: {
|
|
763
907
|
name: "Boolean"
|
|
764
908
|
}
|
|
@@ -773,116 +917,92 @@ export const ComputeIsolationProperties: msRest.CompositeMapper = {
|
|
|
773
917
|
}
|
|
774
918
|
};
|
|
775
919
|
|
|
776
|
-
export const
|
|
777
|
-
serializedName: "DiskEncryptionProperties",
|
|
920
|
+
export const PrivateLinkConfiguration: coreClient.CompositeMapper = {
|
|
778
921
|
type: {
|
|
779
922
|
name: "Composite",
|
|
780
|
-
className: "
|
|
923
|
+
className: "PrivateLinkConfiguration",
|
|
781
924
|
modelProperties: {
|
|
782
|
-
|
|
783
|
-
serializedName: "
|
|
925
|
+
id: {
|
|
926
|
+
serializedName: "id",
|
|
927
|
+
readOnly: true,
|
|
784
928
|
type: {
|
|
785
929
|
name: "String"
|
|
786
930
|
}
|
|
787
931
|
},
|
|
788
|
-
|
|
789
|
-
serializedName: "
|
|
932
|
+
name: {
|
|
933
|
+
serializedName: "name",
|
|
934
|
+
required: true,
|
|
790
935
|
type: {
|
|
791
936
|
name: "String"
|
|
792
937
|
}
|
|
793
938
|
},
|
|
794
|
-
|
|
795
|
-
serializedName: "
|
|
939
|
+
type: {
|
|
940
|
+
serializedName: "type",
|
|
941
|
+
readOnly: true,
|
|
796
942
|
type: {
|
|
797
943
|
name: "String"
|
|
798
944
|
}
|
|
799
945
|
},
|
|
800
|
-
|
|
801
|
-
serializedName: "
|
|
946
|
+
groupId: {
|
|
947
|
+
serializedName: "properties.groupId",
|
|
948
|
+
required: true,
|
|
802
949
|
type: {
|
|
803
950
|
name: "String"
|
|
804
951
|
}
|
|
805
952
|
},
|
|
806
|
-
|
|
807
|
-
serializedName: "
|
|
953
|
+
provisioningState: {
|
|
954
|
+
serializedName: "properties.provisioningState",
|
|
955
|
+
readOnly: true,
|
|
808
956
|
type: {
|
|
809
957
|
name: "String"
|
|
810
958
|
}
|
|
811
959
|
},
|
|
812
|
-
|
|
813
|
-
serializedName: "
|
|
814
|
-
|
|
815
|
-
type: {
|
|
816
|
-
name: "Boolean"
|
|
817
|
-
}
|
|
818
|
-
}
|
|
819
|
-
}
|
|
820
|
-
}
|
|
821
|
-
};
|
|
822
|
-
|
|
823
|
-
export const EncryptionInTransitProperties: msRest.CompositeMapper = {
|
|
824
|
-
serializedName: "EncryptionInTransitProperties",
|
|
825
|
-
type: {
|
|
826
|
-
name: "Composite",
|
|
827
|
-
className: "EncryptionInTransitProperties",
|
|
828
|
-
modelProperties: {
|
|
829
|
-
isEncryptionInTransitEnabled: {
|
|
830
|
-
serializedName: "isEncryptionInTransitEnabled",
|
|
831
|
-
defaultValue: false,
|
|
832
|
-
type: {
|
|
833
|
-
name: "Boolean"
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
};
|
|
839
|
-
|
|
840
|
-
export const ResourceId: msRest.CompositeMapper = {
|
|
841
|
-
serializedName: "ResourceId",
|
|
842
|
-
type: {
|
|
843
|
-
name: "Composite",
|
|
844
|
-
className: "ResourceId",
|
|
845
|
-
modelProperties: {
|
|
846
|
-
id: {
|
|
847
|
-
serializedName: "id",
|
|
960
|
+
ipConfigurations: {
|
|
961
|
+
serializedName: "properties.ipConfigurations",
|
|
962
|
+
required: true,
|
|
848
963
|
type: {
|
|
849
|
-
name: "
|
|
964
|
+
name: "Sequence",
|
|
965
|
+
element: {
|
|
966
|
+
type: {
|
|
967
|
+
name: "Composite",
|
|
968
|
+
className: "IPConfiguration"
|
|
969
|
+
}
|
|
970
|
+
}
|
|
850
971
|
}
|
|
851
972
|
}
|
|
852
973
|
}
|
|
853
974
|
}
|
|
854
975
|
};
|
|
855
976
|
|
|
856
|
-
export const IPConfiguration:
|
|
857
|
-
serializedName: "IPConfiguration",
|
|
977
|
+
export const IPConfiguration: coreClient.CompositeMapper = {
|
|
858
978
|
type: {
|
|
859
979
|
name: "Composite",
|
|
860
980
|
className: "IPConfiguration",
|
|
861
981
|
modelProperties: {
|
|
862
982
|
id: {
|
|
863
|
-
readOnly: true,
|
|
864
983
|
serializedName: "id",
|
|
984
|
+
readOnly: true,
|
|
865
985
|
type: {
|
|
866
986
|
name: "String"
|
|
867
987
|
}
|
|
868
988
|
},
|
|
869
989
|
name: {
|
|
870
|
-
required: true,
|
|
871
990
|
serializedName: "name",
|
|
991
|
+
required: true,
|
|
872
992
|
type: {
|
|
873
993
|
name: "String"
|
|
874
994
|
}
|
|
875
995
|
},
|
|
876
996
|
type: {
|
|
877
|
-
readOnly: true,
|
|
878
997
|
serializedName: "type",
|
|
998
|
+
readOnly: true,
|
|
879
999
|
type: {
|
|
880
1000
|
name: "String"
|
|
881
1001
|
}
|
|
882
1002
|
},
|
|
883
1003
|
provisioningState: {
|
|
884
|
-
readOnly: true,
|
|
885
1004
|
serializedName: "properties.provisioningState",
|
|
1005
|
+
readOnly: true,
|
|
886
1006
|
type: {
|
|
887
1007
|
name: "String"
|
|
888
1008
|
}
|
|
@@ -916,57 +1036,52 @@ export const IPConfiguration: msRest.CompositeMapper = {
|
|
|
916
1036
|
}
|
|
917
1037
|
};
|
|
918
1038
|
|
|
919
|
-
export const
|
|
920
|
-
serializedName: "PrivateLinkConfiguration",
|
|
1039
|
+
export const ResourceId: coreClient.CompositeMapper = {
|
|
921
1040
|
type: {
|
|
922
1041
|
name: "Composite",
|
|
923
|
-
className: "
|
|
1042
|
+
className: "ResourceId",
|
|
924
1043
|
modelProperties: {
|
|
925
1044
|
id: {
|
|
926
|
-
readOnly: true,
|
|
927
1045
|
serializedName: "id",
|
|
928
1046
|
type: {
|
|
929
1047
|
name: "String"
|
|
930
1048
|
}
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
};
|
|
1053
|
+
|
|
1054
|
+
export const ClusterIdentity: coreClient.CompositeMapper = {
|
|
1055
|
+
type: {
|
|
1056
|
+
name: "Composite",
|
|
1057
|
+
className: "ClusterIdentity",
|
|
1058
|
+
modelProperties: {
|
|
1059
|
+
principalId: {
|
|
1060
|
+
serializedName: "principalId",
|
|
940
1061
|
readOnly: true,
|
|
941
|
-
serializedName: "type",
|
|
942
1062
|
type: {
|
|
943
1063
|
name: "String"
|
|
944
1064
|
}
|
|
945
1065
|
},
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
1066
|
+
tenantId: {
|
|
1067
|
+
serializedName: "tenantId",
|
|
1068
|
+
readOnly: true,
|
|
949
1069
|
type: {
|
|
950
1070
|
name: "String"
|
|
951
1071
|
}
|
|
952
1072
|
},
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
serializedName: "properties.provisioningState",
|
|
1073
|
+
type: {
|
|
1074
|
+
serializedName: "type",
|
|
956
1075
|
type: {
|
|
957
1076
|
name: "String"
|
|
958
1077
|
}
|
|
959
1078
|
},
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
serializedName: "properties.ipConfigurations",
|
|
1079
|
+
userAssignedIdentities: {
|
|
1080
|
+
serializedName: "userAssignedIdentities",
|
|
963
1081
|
type: {
|
|
964
|
-
name: "
|
|
965
|
-
|
|
966
|
-
type: {
|
|
967
|
-
name: "Composite",
|
|
968
|
-
className: "IPConfiguration"
|
|
969
|
-
}
|
|
1082
|
+
name: "Dictionary",
|
|
1083
|
+
value: {
|
|
1084
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
970
1085
|
}
|
|
971
1086
|
}
|
|
972
1087
|
}
|
|
@@ -974,28 +1089,67 @@ export const PrivateLinkConfiguration: msRest.CompositeMapper = {
|
|
|
974
1089
|
}
|
|
975
1090
|
};
|
|
976
1091
|
|
|
977
|
-
export const
|
|
978
|
-
serializedName: "ClusterCreateProperties",
|
|
1092
|
+
export const UserAssignedIdentity: coreClient.CompositeMapper = {
|
|
979
1093
|
type: {
|
|
980
1094
|
name: "Composite",
|
|
981
|
-
className: "
|
|
1095
|
+
className: "UserAssignedIdentity",
|
|
982
1096
|
modelProperties: {
|
|
983
|
-
|
|
984
|
-
serializedName: "
|
|
1097
|
+
principalId: {
|
|
1098
|
+
serializedName: "principalId",
|
|
1099
|
+
readOnly: true,
|
|
985
1100
|
type: {
|
|
986
1101
|
name: "String"
|
|
987
1102
|
}
|
|
988
1103
|
},
|
|
989
|
-
|
|
990
|
-
serializedName: "
|
|
1104
|
+
clientId: {
|
|
1105
|
+
serializedName: "clientId",
|
|
1106
|
+
readOnly: true,
|
|
991
1107
|
type: {
|
|
992
1108
|
name: "String"
|
|
993
1109
|
}
|
|
994
1110
|
},
|
|
995
|
-
|
|
996
|
-
serializedName: "
|
|
997
|
-
|
|
998
|
-
|
|
1111
|
+
tenantId: {
|
|
1112
|
+
serializedName: "tenantId",
|
|
1113
|
+
type: {
|
|
1114
|
+
name: "String"
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
};
|
|
1120
|
+
|
|
1121
|
+
export const ClusterGetProperties: coreClient.CompositeMapper = {
|
|
1122
|
+
type: {
|
|
1123
|
+
name: "Composite",
|
|
1124
|
+
className: "ClusterGetProperties",
|
|
1125
|
+
modelProperties: {
|
|
1126
|
+
clusterVersion: {
|
|
1127
|
+
serializedName: "clusterVersion",
|
|
1128
|
+
type: {
|
|
1129
|
+
name: "String"
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
clusterHdpVersion: {
|
|
1133
|
+
serializedName: "clusterHdpVersion",
|
|
1134
|
+
type: {
|
|
1135
|
+
name: "String"
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
osType: {
|
|
1139
|
+
serializedName: "osType",
|
|
1140
|
+
type: {
|
|
1141
|
+
name: "String"
|
|
1142
|
+
}
|
|
1143
|
+
},
|
|
1144
|
+
tier: {
|
|
1145
|
+
serializedName: "tier",
|
|
1146
|
+
type: {
|
|
1147
|
+
name: "String"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
clusterId: {
|
|
1151
|
+
serializedName: "clusterId",
|
|
1152
|
+
type: {
|
|
999
1153
|
name: "String"
|
|
1000
1154
|
}
|
|
1001
1155
|
},
|
|
@@ -1027,201 +1181,124 @@ export const ClusterCreateProperties: msRest.CompositeMapper = {
|
|
|
1027
1181
|
className: "ComputeProfile"
|
|
1028
1182
|
}
|
|
1029
1183
|
},
|
|
1030
|
-
|
|
1031
|
-
serializedName: "
|
|
1032
|
-
type: {
|
|
1033
|
-
name: "Composite",
|
|
1034
|
-
className: "StorageProfile"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
diskEncryptionProperties: {
|
|
1038
|
-
serializedName: "diskEncryptionProperties",
|
|
1184
|
+
provisioningState: {
|
|
1185
|
+
serializedName: "provisioningState",
|
|
1039
1186
|
type: {
|
|
1040
|
-
name: "
|
|
1041
|
-
className: "DiskEncryptionProperties"
|
|
1187
|
+
name: "String"
|
|
1042
1188
|
}
|
|
1043
1189
|
},
|
|
1044
|
-
|
|
1045
|
-
serializedName: "
|
|
1190
|
+
createdDate: {
|
|
1191
|
+
serializedName: "createdDate",
|
|
1046
1192
|
type: {
|
|
1047
|
-
name: "
|
|
1048
|
-
className: "EncryptionInTransitProperties"
|
|
1193
|
+
name: "String"
|
|
1049
1194
|
}
|
|
1050
1195
|
},
|
|
1051
|
-
|
|
1052
|
-
serializedName: "
|
|
1196
|
+
clusterState: {
|
|
1197
|
+
serializedName: "clusterState",
|
|
1053
1198
|
type: {
|
|
1054
1199
|
name: "String"
|
|
1055
1200
|
}
|
|
1056
1201
|
},
|
|
1057
|
-
|
|
1058
|
-
serializedName: "
|
|
1202
|
+
quotaInfo: {
|
|
1203
|
+
serializedName: "quotaInfo",
|
|
1059
1204
|
type: {
|
|
1060
1205
|
name: "Composite",
|
|
1061
|
-
className: "
|
|
1206
|
+
className: "QuotaInfo"
|
|
1062
1207
|
}
|
|
1063
1208
|
},
|
|
1064
|
-
|
|
1065
|
-
serializedName: "
|
|
1209
|
+
errors: {
|
|
1210
|
+
serializedName: "errors",
|
|
1066
1211
|
type: {
|
|
1067
|
-
name: "
|
|
1068
|
-
|
|
1212
|
+
name: "Sequence",
|
|
1213
|
+
element: {
|
|
1214
|
+
type: {
|
|
1215
|
+
name: "Composite",
|
|
1216
|
+
className: "Errors"
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1069
1219
|
}
|
|
1070
1220
|
},
|
|
1071
|
-
|
|
1072
|
-
serializedName: "
|
|
1221
|
+
connectivityEndpoints: {
|
|
1222
|
+
serializedName: "connectivityEndpoints",
|
|
1073
1223
|
type: {
|
|
1074
1224
|
name: "Sequence",
|
|
1075
1225
|
element: {
|
|
1076
1226
|
type: {
|
|
1077
1227
|
name: "Composite",
|
|
1078
|
-
className: "
|
|
1228
|
+
className: "ConnectivityEndpoint"
|
|
1079
1229
|
}
|
|
1080
1230
|
}
|
|
1081
1231
|
}
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
};
|
|
1086
|
-
|
|
1087
|
-
export const UserAssignedIdentity: msRest.CompositeMapper = {
|
|
1088
|
-
serializedName: "UserAssignedIdentity",
|
|
1089
|
-
type: {
|
|
1090
|
-
name: "Composite",
|
|
1091
|
-
className: "UserAssignedIdentity",
|
|
1092
|
-
modelProperties: {
|
|
1093
|
-
principalId: {
|
|
1094
|
-
readOnly: true,
|
|
1095
|
-
serializedName: "principalId",
|
|
1096
|
-
type: {
|
|
1097
|
-
name: "String"
|
|
1098
|
-
}
|
|
1099
1232
|
},
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
serializedName: "clientId",
|
|
1233
|
+
diskEncryptionProperties: {
|
|
1234
|
+
serializedName: "diskEncryptionProperties",
|
|
1103
1235
|
type: {
|
|
1104
|
-
name: "
|
|
1236
|
+
name: "Composite",
|
|
1237
|
+
className: "DiskEncryptionProperties"
|
|
1105
1238
|
}
|
|
1106
1239
|
},
|
|
1107
|
-
|
|
1108
|
-
serializedName: "
|
|
1109
|
-
type: {
|
|
1110
|
-
name: "String"
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
};
|
|
1116
|
-
|
|
1117
|
-
export const ClusterIdentity: msRest.CompositeMapper = {
|
|
1118
|
-
serializedName: "ClusterIdentity",
|
|
1119
|
-
type: {
|
|
1120
|
-
name: "Composite",
|
|
1121
|
-
className: "ClusterIdentity",
|
|
1122
|
-
modelProperties: {
|
|
1123
|
-
principalId: {
|
|
1124
|
-
readOnly: true,
|
|
1125
|
-
serializedName: "principalId",
|
|
1240
|
+
encryptionInTransitProperties: {
|
|
1241
|
+
serializedName: "encryptionInTransitProperties",
|
|
1126
1242
|
type: {
|
|
1127
|
-
name: "
|
|
1243
|
+
name: "Composite",
|
|
1244
|
+
className: "EncryptionInTransitProperties"
|
|
1128
1245
|
}
|
|
1129
1246
|
},
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
serializedName: "tenantId",
|
|
1247
|
+
storageProfile: {
|
|
1248
|
+
serializedName: "storageProfile",
|
|
1133
1249
|
type: {
|
|
1134
|
-
name: "
|
|
1250
|
+
name: "Composite",
|
|
1251
|
+
className: "StorageProfile"
|
|
1135
1252
|
}
|
|
1136
1253
|
},
|
|
1137
|
-
|
|
1138
|
-
serializedName: "
|
|
1254
|
+
minSupportedTlsVersion: {
|
|
1255
|
+
serializedName: "minSupportedTlsVersion",
|
|
1139
1256
|
type: {
|
|
1140
1257
|
name: "String"
|
|
1141
1258
|
}
|
|
1142
1259
|
},
|
|
1143
|
-
|
|
1144
|
-
serializedName: "
|
|
1260
|
+
excludedServicesConfig: {
|
|
1261
|
+
serializedName: "excludedServicesConfig",
|
|
1145
1262
|
type: {
|
|
1146
|
-
name: "
|
|
1147
|
-
|
|
1148
|
-
type: {
|
|
1149
|
-
name: "Composite",
|
|
1150
|
-
className: "UserAssignedIdentity"
|
|
1151
|
-
}
|
|
1152
|
-
}
|
|
1263
|
+
name: "Composite",
|
|
1264
|
+
className: "ExcludedServicesConfig"
|
|
1153
1265
|
}
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
};
|
|
1158
|
-
|
|
1159
|
-
export const ClusterCreateParametersExtended: msRest.CompositeMapper = {
|
|
1160
|
-
serializedName: "ClusterCreateParametersExtended",
|
|
1161
|
-
type: {
|
|
1162
|
-
name: "Composite",
|
|
1163
|
-
className: "ClusterCreateParametersExtended",
|
|
1164
|
-
modelProperties: {
|
|
1165
|
-
location: {
|
|
1166
|
-
serializedName: "location",
|
|
1266
|
+
},
|
|
1267
|
+
networkProperties: {
|
|
1268
|
+
serializedName: "networkProperties",
|
|
1167
1269
|
type: {
|
|
1168
|
-
name: "
|
|
1270
|
+
name: "Composite",
|
|
1271
|
+
className: "NetworkProperties"
|
|
1169
1272
|
}
|
|
1170
1273
|
},
|
|
1171
|
-
|
|
1172
|
-
serializedName: "
|
|
1274
|
+
computeIsolationProperties: {
|
|
1275
|
+
serializedName: "computeIsolationProperties",
|
|
1173
1276
|
type: {
|
|
1174
|
-
name: "
|
|
1175
|
-
|
|
1176
|
-
type: {
|
|
1177
|
-
name: "String"
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1277
|
+
name: "Composite",
|
|
1278
|
+
className: "ComputeIsolationProperties"
|
|
1180
1279
|
}
|
|
1181
1280
|
},
|
|
1182
|
-
|
|
1183
|
-
serializedName: "
|
|
1281
|
+
privateLinkConfigurations: {
|
|
1282
|
+
serializedName: "privateLinkConfigurations",
|
|
1184
1283
|
type: {
|
|
1185
1284
|
name: "Sequence",
|
|
1186
1285
|
element: {
|
|
1187
1286
|
type: {
|
|
1188
|
-
name: "
|
|
1287
|
+
name: "Composite",
|
|
1288
|
+
className: "PrivateLinkConfiguration"
|
|
1189
1289
|
}
|
|
1190
1290
|
}
|
|
1191
1291
|
}
|
|
1192
1292
|
},
|
|
1193
|
-
|
|
1194
|
-
serializedName: "
|
|
1195
|
-
|
|
1196
|
-
name: "Composite",
|
|
1197
|
-
className: "ClusterCreateProperties"
|
|
1198
|
-
}
|
|
1199
|
-
},
|
|
1200
|
-
identity: {
|
|
1201
|
-
serializedName: "identity",
|
|
1202
|
-
type: {
|
|
1203
|
-
name: "Composite",
|
|
1204
|
-
className: "ClusterIdentity"
|
|
1205
|
-
}
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
}
|
|
1209
|
-
};
|
|
1210
|
-
|
|
1211
|
-
export const ClusterPatchParameters: msRest.CompositeMapper = {
|
|
1212
|
-
serializedName: "ClusterPatchParameters",
|
|
1213
|
-
type: {
|
|
1214
|
-
name: "Composite",
|
|
1215
|
-
className: "ClusterPatchParameters",
|
|
1216
|
-
modelProperties: {
|
|
1217
|
-
tags: {
|
|
1218
|
-
nullable: true,
|
|
1219
|
-
serializedName: "tags",
|
|
1293
|
+
privateEndpointConnections: {
|
|
1294
|
+
serializedName: "privateEndpointConnections",
|
|
1295
|
+
readOnly: true,
|
|
1220
1296
|
type: {
|
|
1221
|
-
name: "
|
|
1222
|
-
|
|
1297
|
+
name: "Sequence",
|
|
1298
|
+
element: {
|
|
1223
1299
|
type: {
|
|
1224
|
-
name: "
|
|
1300
|
+
name: "Composite",
|
|
1301
|
+
className: "PrivateEndpointConnection"
|
|
1225
1302
|
}
|
|
1226
1303
|
}
|
|
1227
1304
|
}
|
|
@@ -1230,8 +1307,7 @@ export const ClusterPatchParameters: msRest.CompositeMapper = {
|
|
|
1230
1307
|
}
|
|
1231
1308
|
};
|
|
1232
1309
|
|
|
1233
|
-
export const QuotaInfo:
|
|
1234
|
-
serializedName: "QuotaInfo",
|
|
1310
|
+
export const QuotaInfo: coreClient.CompositeMapper = {
|
|
1235
1311
|
type: {
|
|
1236
1312
|
name: "Composite",
|
|
1237
1313
|
className: "QuotaInfo",
|
|
@@ -1246,8 +1322,7 @@ export const QuotaInfo: msRest.CompositeMapper = {
|
|
|
1246
1322
|
}
|
|
1247
1323
|
};
|
|
1248
1324
|
|
|
1249
|
-
export const Errors:
|
|
1250
|
-
serializedName: "Errors",
|
|
1325
|
+
export const Errors: coreClient.CompositeMapper = {
|
|
1251
1326
|
type: {
|
|
1252
1327
|
name: "Composite",
|
|
1253
1328
|
className: "Errors",
|
|
@@ -1268,8 +1343,7 @@ export const Errors: msRest.CompositeMapper = {
|
|
|
1268
1343
|
}
|
|
1269
1344
|
};
|
|
1270
1345
|
|
|
1271
|
-
export const ConnectivityEndpoint:
|
|
1272
|
-
serializedName: "ConnectivityEndpoint",
|
|
1346
|
+
export const ConnectivityEndpoint: coreClient.CompositeMapper = {
|
|
1273
1347
|
type: {
|
|
1274
1348
|
name: "Composite",
|
|
1275
1349
|
className: "ConnectivityEndpoint",
|
|
@@ -1308,8 +1382,28 @@ export const ConnectivityEndpoint: msRest.CompositeMapper = {
|
|
|
1308
1382
|
}
|
|
1309
1383
|
};
|
|
1310
1384
|
|
|
1311
|
-
export const
|
|
1312
|
-
|
|
1385
|
+
export const ExcludedServicesConfig: coreClient.CompositeMapper = {
|
|
1386
|
+
type: {
|
|
1387
|
+
name: "Composite",
|
|
1388
|
+
className: "ExcludedServicesConfig",
|
|
1389
|
+
modelProperties: {
|
|
1390
|
+
excludedServicesConfigId: {
|
|
1391
|
+
serializedName: "excludedServicesConfigId",
|
|
1392
|
+
type: {
|
|
1393
|
+
name: "String"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
excludedServicesList: {
|
|
1397
|
+
serializedName: "excludedServicesList",
|
|
1398
|
+
type: {
|
|
1399
|
+
name: "String"
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
};
|
|
1405
|
+
|
|
1406
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
1313
1407
|
type: {
|
|
1314
1408
|
name: "Composite",
|
|
1315
1409
|
className: "PrivateEndpoint",
|
|
@@ -1324,15 +1418,14 @@ export const PrivateEndpoint: msRest.CompositeMapper = {
|
|
|
1324
1418
|
}
|
|
1325
1419
|
};
|
|
1326
1420
|
|
|
1327
|
-
export const PrivateLinkServiceConnectionState:
|
|
1328
|
-
serializedName: "PrivateLinkServiceConnectionState",
|
|
1421
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
1329
1422
|
type: {
|
|
1330
1423
|
name: "Composite",
|
|
1331
1424
|
className: "PrivateLinkServiceConnectionState",
|
|
1332
1425
|
modelProperties: {
|
|
1333
1426
|
status: {
|
|
1334
|
-
required: true,
|
|
1335
1427
|
serializedName: "status",
|
|
1428
|
+
required: true,
|
|
1336
1429
|
type: {
|
|
1337
1430
|
name: "String"
|
|
1338
1431
|
}
|
|
@@ -1353,8 +1446,7 @@ export const PrivateLinkServiceConnectionState: msRest.CompositeMapper = {
|
|
|
1353
1446
|
}
|
|
1354
1447
|
};
|
|
1355
1448
|
|
|
1356
|
-
export const SystemData:
|
|
1357
|
-
serializedName: "systemData",
|
|
1449
|
+
export const SystemData: coreClient.CompositeMapper = {
|
|
1358
1450
|
type: {
|
|
1359
1451
|
name: "Composite",
|
|
1360
1452
|
className: "SystemData",
|
|
@@ -1399,455 +1491,58 @@ export const SystemData: msRest.CompositeMapper = {
|
|
|
1399
1491
|
}
|
|
1400
1492
|
};
|
|
1401
1493
|
|
|
1402
|
-
export const Resource:
|
|
1403
|
-
serializedName: "Resource",
|
|
1494
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
1404
1495
|
type: {
|
|
1405
1496
|
name: "Composite",
|
|
1406
1497
|
className: "Resource",
|
|
1407
1498
|
modelProperties: {
|
|
1408
1499
|
id: {
|
|
1409
|
-
readOnly: true,
|
|
1410
1500
|
serializedName: "id",
|
|
1501
|
+
readOnly: true,
|
|
1411
1502
|
type: {
|
|
1412
1503
|
name: "String"
|
|
1413
1504
|
}
|
|
1414
1505
|
},
|
|
1415
1506
|
name: {
|
|
1416
|
-
readOnly: true,
|
|
1417
1507
|
serializedName: "name",
|
|
1508
|
+
readOnly: true,
|
|
1418
1509
|
type: {
|
|
1419
1510
|
name: "String"
|
|
1420
1511
|
}
|
|
1421
1512
|
},
|
|
1422
1513
|
type: {
|
|
1423
|
-
readOnly: true,
|
|
1424
1514
|
serializedName: "type",
|
|
1425
|
-
type: {
|
|
1426
|
-
name: "String"
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
}
|
|
1431
|
-
};
|
|
1432
|
-
|
|
1433
|
-
export const PrivateEndpointConnection: msRest.CompositeMapper = {
|
|
1434
|
-
serializedName: "PrivateEndpointConnection",
|
|
1435
|
-
type: {
|
|
1436
|
-
name: "Composite",
|
|
1437
|
-
className: "PrivateEndpointConnection",
|
|
1438
|
-
modelProperties: {
|
|
1439
|
-
...Resource.type.modelProperties,
|
|
1440
|
-
privateEndpoint: {
|
|
1441
|
-
readOnly: true,
|
|
1442
|
-
serializedName: "properties.privateEndpoint",
|
|
1443
|
-
type: {
|
|
1444
|
-
name: "Composite",
|
|
1445
|
-
className: "PrivateEndpoint"
|
|
1446
|
-
}
|
|
1447
|
-
},
|
|
1448
|
-
privateLinkServiceConnectionState: {
|
|
1449
|
-
required: true,
|
|
1450
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1451
|
-
type: {
|
|
1452
|
-
name: "Composite",
|
|
1453
|
-
className: "PrivateLinkServiceConnectionState"
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
linkIdentifier: {
|
|
1457
|
-
readOnly: true,
|
|
1458
|
-
serializedName: "properties.linkIdentifier",
|
|
1459
|
-
type: {
|
|
1460
|
-
name: "String"
|
|
1461
|
-
}
|
|
1462
|
-
},
|
|
1463
|
-
provisioningState: {
|
|
1464
1515
|
readOnly: true,
|
|
1465
|
-
serializedName: "properties.provisioningState",
|
|
1466
1516
|
type: {
|
|
1467
1517
|
name: "String"
|
|
1468
1518
|
}
|
|
1469
|
-
},
|
|
1470
|
-
systemData: {
|
|
1471
|
-
readOnly: true,
|
|
1472
|
-
serializedName: "systemData",
|
|
1473
|
-
type: {
|
|
1474
|
-
name: "Composite",
|
|
1475
|
-
className: "SystemData"
|
|
1476
|
-
}
|
|
1477
1519
|
}
|
|
1478
1520
|
}
|
|
1479
1521
|
}
|
|
1480
1522
|
};
|
|
1481
1523
|
|
|
1482
|
-
export const
|
|
1483
|
-
serializedName: "ClusterGetProperties",
|
|
1524
|
+
export const ResourceAutoGenerated: coreClient.CompositeMapper = {
|
|
1484
1525
|
type: {
|
|
1485
1526
|
name: "Composite",
|
|
1486
|
-
className: "
|
|
1527
|
+
className: "ResourceAutoGenerated",
|
|
1487
1528
|
modelProperties: {
|
|
1488
|
-
|
|
1489
|
-
serializedName: "
|
|
1490
|
-
type: {
|
|
1491
|
-
name: "String"
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
clusterHdpVersion: {
|
|
1495
|
-
serializedName: "clusterHdpVersion",
|
|
1496
|
-
type: {
|
|
1497
|
-
name: "String"
|
|
1498
|
-
}
|
|
1499
|
-
},
|
|
1500
|
-
osType: {
|
|
1501
|
-
serializedName: "osType",
|
|
1502
|
-
type: {
|
|
1503
|
-
name: "String"
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
tier: {
|
|
1507
|
-
serializedName: "tier",
|
|
1508
|
-
type: {
|
|
1509
|
-
name: "String"
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
clusterId: {
|
|
1513
|
-
serializedName: "clusterId",
|
|
1514
|
-
type: {
|
|
1515
|
-
name: "String"
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
clusterDefinition: {
|
|
1519
|
-
required: true,
|
|
1520
|
-
serializedName: "clusterDefinition",
|
|
1521
|
-
type: {
|
|
1522
|
-
name: "Composite",
|
|
1523
|
-
className: "ClusterDefinition"
|
|
1524
|
-
}
|
|
1525
|
-
},
|
|
1526
|
-
kafkaRestProperties: {
|
|
1527
|
-
serializedName: "kafkaRestProperties",
|
|
1528
|
-
type: {
|
|
1529
|
-
name: "Composite",
|
|
1530
|
-
className: "KafkaRestProperties"
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
securityProfile: {
|
|
1534
|
-
serializedName: "securityProfile",
|
|
1535
|
-
type: {
|
|
1536
|
-
name: "Composite",
|
|
1537
|
-
className: "SecurityProfile"
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
computeProfile: {
|
|
1541
|
-
serializedName: "computeProfile",
|
|
1542
|
-
type: {
|
|
1543
|
-
name: "Composite",
|
|
1544
|
-
className: "ComputeProfile"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
provisioningState: {
|
|
1548
|
-
serializedName: "provisioningState",
|
|
1549
|
-
type: {
|
|
1550
|
-
name: "String"
|
|
1551
|
-
}
|
|
1552
|
-
},
|
|
1553
|
-
createdDate: {
|
|
1554
|
-
serializedName: "createdDate",
|
|
1555
|
-
type: {
|
|
1556
|
-
name: "String"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
clusterState: {
|
|
1560
|
-
serializedName: "clusterState",
|
|
1561
|
-
type: {
|
|
1562
|
-
name: "String"
|
|
1563
|
-
}
|
|
1564
|
-
},
|
|
1565
|
-
quotaInfo: {
|
|
1566
|
-
serializedName: "quotaInfo",
|
|
1567
|
-
type: {
|
|
1568
|
-
name: "Composite",
|
|
1569
|
-
className: "QuotaInfo"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
errors: {
|
|
1573
|
-
serializedName: "errors",
|
|
1574
|
-
type: {
|
|
1575
|
-
name: "Sequence",
|
|
1576
|
-
element: {
|
|
1577
|
-
type: {
|
|
1578
|
-
name: "Composite",
|
|
1579
|
-
className: "Errors"
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
},
|
|
1584
|
-
connectivityEndpoints: {
|
|
1585
|
-
serializedName: "connectivityEndpoints",
|
|
1586
|
-
type: {
|
|
1587
|
-
name: "Sequence",
|
|
1588
|
-
element: {
|
|
1589
|
-
type: {
|
|
1590
|
-
name: "Composite",
|
|
1591
|
-
className: "ConnectivityEndpoint"
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
diskEncryptionProperties: {
|
|
1597
|
-
serializedName: "diskEncryptionProperties",
|
|
1598
|
-
type: {
|
|
1599
|
-
name: "Composite",
|
|
1600
|
-
className: "DiskEncryptionProperties"
|
|
1601
|
-
}
|
|
1602
|
-
},
|
|
1603
|
-
encryptionInTransitProperties: {
|
|
1604
|
-
serializedName: "encryptionInTransitProperties",
|
|
1605
|
-
type: {
|
|
1606
|
-
name: "Composite",
|
|
1607
|
-
className: "EncryptionInTransitProperties"
|
|
1608
|
-
}
|
|
1609
|
-
},
|
|
1610
|
-
storageProfile: {
|
|
1611
|
-
serializedName: "storageProfile",
|
|
1612
|
-
type: {
|
|
1613
|
-
name: "Composite",
|
|
1614
|
-
className: "StorageProfile"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
minSupportedTlsVersion: {
|
|
1618
|
-
serializedName: "minSupportedTlsVersion",
|
|
1619
|
-
type: {
|
|
1620
|
-
name: "String"
|
|
1621
|
-
}
|
|
1622
|
-
},
|
|
1623
|
-
excludedServicesConfig: {
|
|
1624
|
-
serializedName: "excludedServicesConfig",
|
|
1625
|
-
type: {
|
|
1626
|
-
name: "Composite",
|
|
1627
|
-
className: "ExcludedServicesConfig"
|
|
1628
|
-
}
|
|
1629
|
-
},
|
|
1630
|
-
networkProperties: {
|
|
1631
|
-
serializedName: "networkProperties",
|
|
1632
|
-
type: {
|
|
1633
|
-
name: "Composite",
|
|
1634
|
-
className: "NetworkProperties"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
computeIsolationProperties: {
|
|
1638
|
-
serializedName: "computeIsolationProperties",
|
|
1639
|
-
type: {
|
|
1640
|
-
name: "Composite",
|
|
1641
|
-
className: "ComputeIsolationProperties"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
privateLinkConfigurations: {
|
|
1645
|
-
serializedName: "privateLinkConfigurations",
|
|
1646
|
-
type: {
|
|
1647
|
-
name: "Sequence",
|
|
1648
|
-
element: {
|
|
1649
|
-
type: {
|
|
1650
|
-
name: "Composite",
|
|
1651
|
-
className: "PrivateLinkConfiguration"
|
|
1652
|
-
}
|
|
1653
|
-
}
|
|
1654
|
-
}
|
|
1655
|
-
},
|
|
1656
|
-
privateEndpointConnections: {
|
|
1529
|
+
id: {
|
|
1530
|
+
serializedName: "id",
|
|
1657
1531
|
readOnly: true,
|
|
1658
|
-
serializedName: "privateEndpointConnections",
|
|
1659
|
-
type: {
|
|
1660
|
-
name: "Sequence",
|
|
1661
|
-
element: {
|
|
1662
|
-
type: {
|
|
1663
|
-
name: "Composite",
|
|
1664
|
-
className: "PrivateEndpointConnection"
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
}
|
|
1669
|
-
}
|
|
1670
|
-
}
|
|
1671
|
-
};
|
|
1672
|
-
|
|
1673
|
-
export const TrackedResource: msRest.CompositeMapper = {
|
|
1674
|
-
serializedName: "TrackedResource",
|
|
1675
|
-
type: {
|
|
1676
|
-
name: "Composite",
|
|
1677
|
-
className: "TrackedResource",
|
|
1678
|
-
modelProperties: {
|
|
1679
|
-
...Resource.type.modelProperties,
|
|
1680
|
-
tags: {
|
|
1681
|
-
serializedName: "tags",
|
|
1682
|
-
type: {
|
|
1683
|
-
name: "Dictionary",
|
|
1684
|
-
value: {
|
|
1685
|
-
type: {
|
|
1686
|
-
name: "String"
|
|
1687
|
-
}
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1690
|
-
},
|
|
1691
|
-
location: {
|
|
1692
|
-
required: true,
|
|
1693
|
-
serializedName: "location",
|
|
1694
|
-
type: {
|
|
1695
|
-
name: "String"
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
};
|
|
1701
|
-
|
|
1702
|
-
export const Cluster: msRest.CompositeMapper = {
|
|
1703
|
-
serializedName: "Cluster",
|
|
1704
|
-
type: {
|
|
1705
|
-
name: "Composite",
|
|
1706
|
-
className: "Cluster",
|
|
1707
|
-
modelProperties: {
|
|
1708
|
-
...TrackedResource.type.modelProperties,
|
|
1709
|
-
etag: {
|
|
1710
|
-
serializedName: "etag",
|
|
1711
1532
|
type: {
|
|
1712
1533
|
name: "String"
|
|
1713
1534
|
}
|
|
1714
1535
|
},
|
|
1715
|
-
zones: {
|
|
1716
|
-
serializedName: "zones",
|
|
1717
|
-
type: {
|
|
1718
|
-
name: "Sequence",
|
|
1719
|
-
element: {
|
|
1720
|
-
type: {
|
|
1721
|
-
name: "String"
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
|
-
},
|
|
1726
|
-
properties: {
|
|
1727
|
-
serializedName: "properties",
|
|
1728
|
-
type: {
|
|
1729
|
-
name: "Composite",
|
|
1730
|
-
className: "ClusterGetProperties"
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
identity: {
|
|
1734
|
-
serializedName: "identity",
|
|
1735
|
-
type: {
|
|
1736
|
-
name: "Composite",
|
|
1737
|
-
className: "ClusterIdentity"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
systemData: {
|
|
1741
|
-
readOnly: true,
|
|
1742
|
-
serializedName: "systemData",
|
|
1743
|
-
type: {
|
|
1744
|
-
name: "Composite",
|
|
1745
|
-
className: "SystemData"
|
|
1746
|
-
}
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
};
|
|
1751
|
-
|
|
1752
|
-
export const RuntimeScriptAction: msRest.CompositeMapper = {
|
|
1753
|
-
serializedName: "RuntimeScriptAction",
|
|
1754
|
-
type: {
|
|
1755
|
-
name: "Composite",
|
|
1756
|
-
className: "RuntimeScriptAction",
|
|
1757
|
-
modelProperties: {
|
|
1758
1536
|
name: {
|
|
1759
|
-
required: true,
|
|
1760
1537
|
serializedName: "name",
|
|
1761
|
-
type: {
|
|
1762
|
-
name: "String"
|
|
1763
|
-
}
|
|
1764
|
-
},
|
|
1765
|
-
uri: {
|
|
1766
|
-
required: true,
|
|
1767
|
-
serializedName: "uri",
|
|
1768
|
-
type: {
|
|
1769
|
-
name: "String"
|
|
1770
|
-
}
|
|
1771
|
-
},
|
|
1772
|
-
parameters: {
|
|
1773
|
-
serializedName: "parameters",
|
|
1774
|
-
type: {
|
|
1775
|
-
name: "String"
|
|
1776
|
-
}
|
|
1777
|
-
},
|
|
1778
|
-
roles: {
|
|
1779
|
-
required: true,
|
|
1780
|
-
serializedName: "roles",
|
|
1781
|
-
type: {
|
|
1782
|
-
name: "Sequence",
|
|
1783
|
-
element: {
|
|
1784
|
-
type: {
|
|
1785
|
-
name: "String"
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
applicationName: {
|
|
1791
1538
|
readOnly: true,
|
|
1792
|
-
serializedName: "applicationName",
|
|
1793
1539
|
type: {
|
|
1794
1540
|
name: "String"
|
|
1795
1541
|
}
|
|
1796
|
-
}
|
|
1797
|
-
}
|
|
1798
|
-
}
|
|
1799
|
-
};
|
|
1800
|
-
|
|
1801
|
-
export const ExecuteScriptActionParameters: msRest.CompositeMapper = {
|
|
1802
|
-
serializedName: "ExecuteScriptActionParameters",
|
|
1803
|
-
type: {
|
|
1804
|
-
name: "Composite",
|
|
1805
|
-
className: "ExecuteScriptActionParameters",
|
|
1806
|
-
modelProperties: {
|
|
1807
|
-
scriptActions: {
|
|
1808
|
-
serializedName: "scriptActions",
|
|
1809
|
-
type: {
|
|
1810
|
-
name: "Sequence",
|
|
1811
|
-
element: {
|
|
1812
|
-
type: {
|
|
1813
|
-
name: "Composite",
|
|
1814
|
-
className: "RuntimeScriptAction"
|
|
1815
|
-
}
|
|
1816
|
-
}
|
|
1817
|
-
}
|
|
1818
1542
|
},
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
serializedName: "persistOnSuccess",
|
|
1822
|
-
type: {
|
|
1823
|
-
name: "Boolean"
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1826
|
-
}
|
|
1827
|
-
}
|
|
1828
|
-
};
|
|
1829
|
-
|
|
1830
|
-
export const ClusterListPersistedScriptActionsResult: msRest.CompositeMapper = {
|
|
1831
|
-
serializedName: "ClusterListPersistedScriptActionsResult",
|
|
1832
|
-
type: {
|
|
1833
|
-
name: "Composite",
|
|
1834
|
-
className: "ClusterListPersistedScriptActionsResult",
|
|
1835
|
-
modelProperties: {
|
|
1836
|
-
value: {
|
|
1837
|
-
serializedName: "value",
|
|
1838
|
-
type: {
|
|
1839
|
-
name: "Sequence",
|
|
1840
|
-
element: {
|
|
1841
|
-
type: {
|
|
1842
|
-
name: "Composite",
|
|
1843
|
-
className: "RuntimeScriptAction"
|
|
1844
|
-
}
|
|
1845
|
-
}
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
nextLink: {
|
|
1543
|
+
type: {
|
|
1544
|
+
serializedName: "type",
|
|
1849
1545
|
readOnly: true,
|
|
1850
|
-
serializedName: "nextLink",
|
|
1851
1546
|
type: {
|
|
1852
1547
|
name: "String"
|
|
1853
1548
|
}
|
|
@@ -1856,88 +1551,64 @@ export const ClusterListPersistedScriptActionsResult: msRest.CompositeMapper = {
|
|
|
1856
1551
|
}
|
|
1857
1552
|
};
|
|
1858
1553
|
|
|
1859
|
-
export const
|
|
1860
|
-
serializedName: "ScriptActionExecutionSummary",
|
|
1554
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
1861
1555
|
type: {
|
|
1862
1556
|
name: "Composite",
|
|
1863
|
-
className: "
|
|
1557
|
+
className: "ErrorResponse",
|
|
1864
1558
|
modelProperties: {
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
serializedName: "status",
|
|
1559
|
+
code: {
|
|
1560
|
+
serializedName: "code",
|
|
1868
1561
|
type: {
|
|
1869
1562
|
name: "String"
|
|
1870
1563
|
}
|
|
1871
1564
|
},
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
serializedName: "instanceCount",
|
|
1565
|
+
message: {
|
|
1566
|
+
serializedName: "message",
|
|
1875
1567
|
type: {
|
|
1876
|
-
name: "
|
|
1568
|
+
name: "String"
|
|
1877
1569
|
}
|
|
1878
1570
|
}
|
|
1879
1571
|
}
|
|
1880
1572
|
}
|
|
1881
1573
|
};
|
|
1882
1574
|
|
|
1883
|
-
export const
|
|
1884
|
-
serializedName: "RuntimeScriptActionDetail",
|
|
1575
|
+
export const ClusterPatchParameters: coreClient.CompositeMapper = {
|
|
1885
1576
|
type: {
|
|
1886
1577
|
name: "Composite",
|
|
1887
|
-
className: "
|
|
1578
|
+
className: "ClusterPatchParameters",
|
|
1888
1579
|
modelProperties: {
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
serializedName: "scriptExecutionId",
|
|
1893
|
-
type: {
|
|
1894
|
-
name: "Number"
|
|
1895
|
-
}
|
|
1896
|
-
},
|
|
1897
|
-
startTime: {
|
|
1898
|
-
readOnly: true,
|
|
1899
|
-
serializedName: "startTime",
|
|
1900
|
-
type: {
|
|
1901
|
-
name: "String"
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
endTime: {
|
|
1905
|
-
readOnly: true,
|
|
1906
|
-
serializedName: "endTime",
|
|
1907
|
-
type: {
|
|
1908
|
-
name: "String"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
status: {
|
|
1912
|
-
readOnly: true,
|
|
1913
|
-
serializedName: "status",
|
|
1914
|
-
type: {
|
|
1915
|
-
name: "String"
|
|
1916
|
-
}
|
|
1917
|
-
},
|
|
1918
|
-
operation: {
|
|
1919
|
-
readOnly: true,
|
|
1920
|
-
serializedName: "operation",
|
|
1580
|
+
tags: {
|
|
1581
|
+
serializedName: "tags",
|
|
1582
|
+
nullable: true,
|
|
1921
1583
|
type: {
|
|
1922
|
-
name: "
|
|
1584
|
+
name: "Dictionary",
|
|
1585
|
+
value: { type: { name: "String" } }
|
|
1923
1586
|
}
|
|
1924
|
-
}
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
};
|
|
1591
|
+
|
|
1592
|
+
export const ClusterListResult: coreClient.CompositeMapper = {
|
|
1593
|
+
type: {
|
|
1594
|
+
name: "Composite",
|
|
1595
|
+
className: "ClusterListResult",
|
|
1596
|
+
modelProperties: {
|
|
1597
|
+
value: {
|
|
1598
|
+
serializedName: "value",
|
|
1928
1599
|
type: {
|
|
1929
1600
|
name: "Sequence",
|
|
1930
1601
|
element: {
|
|
1931
1602
|
type: {
|
|
1932
1603
|
name: "Composite",
|
|
1933
|
-
className: "
|
|
1604
|
+
className: "Cluster"
|
|
1934
1605
|
}
|
|
1935
1606
|
}
|
|
1936
1607
|
}
|
|
1937
1608
|
},
|
|
1938
|
-
|
|
1609
|
+
nextLink: {
|
|
1610
|
+
serializedName: "nextLink",
|
|
1939
1611
|
readOnly: true,
|
|
1940
|
-
serializedName: "debugInformation",
|
|
1941
1612
|
type: {
|
|
1942
1613
|
name: "String"
|
|
1943
1614
|
}
|
|
@@ -1946,8 +1617,7 @@ export const RuntimeScriptActionDetail: msRest.CompositeMapper = {
|
|
|
1946
1617
|
}
|
|
1947
1618
|
};
|
|
1948
1619
|
|
|
1949
|
-
export const ClusterResizeParameters:
|
|
1950
|
-
serializedName: "ClusterResizeParameters",
|
|
1620
|
+
export const ClusterResizeParameters: coreClient.CompositeMapper = {
|
|
1951
1621
|
type: {
|
|
1952
1622
|
name: "Composite",
|
|
1953
1623
|
className: "ClusterResizeParameters",
|
|
@@ -1962,8 +1632,23 @@ export const ClusterResizeParameters: msRest.CompositeMapper = {
|
|
|
1962
1632
|
}
|
|
1963
1633
|
};
|
|
1964
1634
|
|
|
1965
|
-
export const
|
|
1966
|
-
|
|
1635
|
+
export const AutoscaleConfigurationUpdateParameter: coreClient.CompositeMapper = {
|
|
1636
|
+
type: {
|
|
1637
|
+
name: "Composite",
|
|
1638
|
+
className: "AutoscaleConfigurationUpdateParameter",
|
|
1639
|
+
modelProperties: {
|
|
1640
|
+
autoscale: {
|
|
1641
|
+
serializedName: "autoscale",
|
|
1642
|
+
type: {
|
|
1643
|
+
name: "Composite",
|
|
1644
|
+
className: "Autoscale"
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
};
|
|
1650
|
+
|
|
1651
|
+
export const ClusterDiskEncryptionParameters: coreClient.CompositeMapper = {
|
|
1967
1652
|
type: {
|
|
1968
1653
|
name: "Composite",
|
|
1969
1654
|
className: "ClusterDiskEncryptionParameters",
|
|
@@ -1990,27 +1675,28 @@ export const ClusterDiskEncryptionParameters: msRest.CompositeMapper = {
|
|
|
1990
1675
|
}
|
|
1991
1676
|
};
|
|
1992
1677
|
|
|
1993
|
-
export const
|
|
1994
|
-
serializedName: "UpdateGatewaySettingsParameters",
|
|
1678
|
+
export const GatewaySettings: coreClient.CompositeMapper = {
|
|
1995
1679
|
type: {
|
|
1996
1680
|
name: "Composite",
|
|
1997
|
-
className: "
|
|
1681
|
+
className: "GatewaySettings",
|
|
1998
1682
|
modelProperties: {
|
|
1999
1683
|
isCredentialEnabled: {
|
|
2000
1684
|
serializedName: "restAuthCredential\\.isEnabled",
|
|
2001
|
-
|
|
1685
|
+
readOnly: true,
|
|
2002
1686
|
type: {
|
|
2003
|
-
name: "
|
|
1687
|
+
name: "String"
|
|
2004
1688
|
}
|
|
2005
1689
|
},
|
|
2006
1690
|
userName: {
|
|
2007
1691
|
serializedName: "restAuthCredential\\.username",
|
|
1692
|
+
readOnly: true,
|
|
2008
1693
|
type: {
|
|
2009
1694
|
name: "String"
|
|
2010
1695
|
}
|
|
2011
1696
|
},
|
|
2012
1697
|
password: {
|
|
2013
1698
|
serializedName: "restAuthCredential\\.password",
|
|
1699
|
+
readOnly: true,
|
|
2014
1700
|
type: {
|
|
2015
1701
|
name: "String"
|
|
2016
1702
|
}
|
|
@@ -2019,28 +1705,25 @@ export const UpdateGatewaySettingsParameters: msRest.CompositeMapper = {
|
|
|
2019
1705
|
}
|
|
2020
1706
|
};
|
|
2021
1707
|
|
|
2022
|
-
export const
|
|
2023
|
-
serializedName: "GatewaySettings",
|
|
1708
|
+
export const UpdateGatewaySettingsParameters: coreClient.CompositeMapper = {
|
|
2024
1709
|
type: {
|
|
2025
1710
|
name: "Composite",
|
|
2026
|
-
className: "
|
|
1711
|
+
className: "UpdateGatewaySettingsParameters",
|
|
2027
1712
|
modelProperties: {
|
|
2028
1713
|
isCredentialEnabled: {
|
|
2029
|
-
|
|
1714
|
+
defaultValue: true,
|
|
2030
1715
|
serializedName: "restAuthCredential\\.isEnabled",
|
|
2031
1716
|
type: {
|
|
2032
|
-
name: "
|
|
1717
|
+
name: "Boolean"
|
|
2033
1718
|
}
|
|
2034
1719
|
},
|
|
2035
1720
|
userName: {
|
|
2036
|
-
readOnly: true,
|
|
2037
1721
|
serializedName: "restAuthCredential\\.username",
|
|
2038
1722
|
type: {
|
|
2039
1723
|
name: "String"
|
|
2040
1724
|
}
|
|
2041
1725
|
},
|
|
2042
1726
|
password: {
|
|
2043
|
-
readOnly: true,
|
|
2044
1727
|
serializedName: "restAuthCredential\\.password",
|
|
2045
1728
|
type: {
|
|
2046
1729
|
name: "String"
|
|
@@ -2050,8 +1733,7 @@ export const GatewaySettings: msRest.CompositeMapper = {
|
|
|
2050
1733
|
}
|
|
2051
1734
|
};
|
|
2052
1735
|
|
|
2053
|
-
export const AsyncOperationResult:
|
|
2054
|
-
serializedName: "AsyncOperationResult",
|
|
1736
|
+
export const AsyncOperationResult: coreClient.CompositeMapper = {
|
|
2055
1737
|
type: {
|
|
2056
1738
|
name: "Composite",
|
|
2057
1739
|
className: "AsyncOperationResult",
|
|
@@ -2073,8 +1755,7 @@ export const AsyncOperationResult: msRest.CompositeMapper = {
|
|
|
2073
1755
|
}
|
|
2074
1756
|
};
|
|
2075
1757
|
|
|
2076
|
-
export const UpdateClusterIdentityCertificateParameters:
|
|
2077
|
-
serializedName: "UpdateClusterIdentityCertificateParameters",
|
|
1758
|
+
export const UpdateClusterIdentityCertificateParameters: coreClient.CompositeMapper = {
|
|
2078
1759
|
type: {
|
|
2079
1760
|
name: "Composite",
|
|
2080
1761
|
className: "UpdateClusterIdentityCertificateParameters",
|
|
@@ -2101,31 +1782,26 @@ export const UpdateClusterIdentityCertificateParameters: msRest.CompositeMapper
|
|
|
2101
1782
|
}
|
|
2102
1783
|
};
|
|
2103
1784
|
|
|
2104
|
-
export const
|
|
2105
|
-
serializedName: "ProxyResource",
|
|
2106
|
-
type: {
|
|
2107
|
-
name: "Composite",
|
|
2108
|
-
className: "ProxyResource",
|
|
2109
|
-
modelProperties: {
|
|
2110
|
-
...Resource.type.modelProperties
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
};
|
|
2114
|
-
|
|
2115
|
-
export const ErrorResponse: msRest.CompositeMapper = {
|
|
2116
|
-
serializedName: "ErrorResponse",
|
|
1785
|
+
export const ApplicationListResult: coreClient.CompositeMapper = {
|
|
2117
1786
|
type: {
|
|
2118
1787
|
name: "Composite",
|
|
2119
|
-
className: "
|
|
1788
|
+
className: "ApplicationListResult",
|
|
2120
1789
|
modelProperties: {
|
|
2121
|
-
|
|
2122
|
-
serializedName: "
|
|
1790
|
+
value: {
|
|
1791
|
+
serializedName: "value",
|
|
2123
1792
|
type: {
|
|
2124
|
-
name: "
|
|
1793
|
+
name: "Sequence",
|
|
1794
|
+
element: {
|
|
1795
|
+
type: {
|
|
1796
|
+
name: "Composite",
|
|
1797
|
+
className: "Application"
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
2125
1800
|
}
|
|
2126
1801
|
},
|
|
2127
|
-
|
|
2128
|
-
serializedName: "
|
|
1802
|
+
nextLink: {
|
|
1803
|
+
serializedName: "nextLink",
|
|
1804
|
+
readOnly: true,
|
|
2129
1805
|
type: {
|
|
2130
1806
|
name: "String"
|
|
2131
1807
|
}
|
|
@@ -2134,267 +1810,332 @@ export const ErrorResponse: msRest.CompositeMapper = {
|
|
|
2134
1810
|
}
|
|
2135
1811
|
};
|
|
2136
1812
|
|
|
2137
|
-
export const
|
|
2138
|
-
serializedName: "ApplicationGetHttpsEndpoint",
|
|
1813
|
+
export const ApplicationProperties: coreClient.CompositeMapper = {
|
|
2139
1814
|
type: {
|
|
2140
1815
|
name: "Composite",
|
|
2141
|
-
className: "
|
|
1816
|
+
className: "ApplicationProperties",
|
|
2142
1817
|
modelProperties: {
|
|
2143
|
-
|
|
2144
|
-
serializedName: "
|
|
1818
|
+
computeProfile: {
|
|
1819
|
+
serializedName: "computeProfile",
|
|
1820
|
+
type: {
|
|
1821
|
+
name: "Composite",
|
|
1822
|
+
className: "ComputeProfile"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
installScriptActions: {
|
|
1826
|
+
serializedName: "installScriptActions",
|
|
2145
1827
|
type: {
|
|
2146
1828
|
name: "Sequence",
|
|
2147
1829
|
element: {
|
|
2148
1830
|
type: {
|
|
2149
|
-
name: "
|
|
1831
|
+
name: "Composite",
|
|
1832
|
+
className: "RuntimeScriptAction"
|
|
2150
1833
|
}
|
|
2151
1834
|
}
|
|
2152
1835
|
}
|
|
2153
1836
|
},
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
serializedName: "location",
|
|
1837
|
+
uninstallScriptActions: {
|
|
1838
|
+
serializedName: "uninstallScriptActions",
|
|
2157
1839
|
type: {
|
|
2158
|
-
name: "
|
|
1840
|
+
name: "Sequence",
|
|
1841
|
+
element: {
|
|
1842
|
+
type: {
|
|
1843
|
+
name: "Composite",
|
|
1844
|
+
className: "RuntimeScriptAction"
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
2159
1847
|
}
|
|
2160
1848
|
},
|
|
2161
|
-
|
|
2162
|
-
serializedName: "
|
|
1849
|
+
httpsEndpoints: {
|
|
1850
|
+
serializedName: "httpsEndpoints",
|
|
2163
1851
|
type: {
|
|
2164
|
-
name: "
|
|
1852
|
+
name: "Sequence",
|
|
1853
|
+
element: {
|
|
1854
|
+
type: {
|
|
1855
|
+
name: "Composite",
|
|
1856
|
+
className: "ApplicationGetHttpsEndpoint"
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
2165
1859
|
}
|
|
2166
1860
|
},
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
serializedName: "publicPort",
|
|
1861
|
+
sshEndpoints: {
|
|
1862
|
+
serializedName: "sshEndpoints",
|
|
2170
1863
|
type: {
|
|
2171
|
-
name: "
|
|
1864
|
+
name: "Sequence",
|
|
1865
|
+
element: {
|
|
1866
|
+
type: {
|
|
1867
|
+
name: "Composite",
|
|
1868
|
+
className: "ApplicationGetEndpoint"
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
2172
1871
|
}
|
|
2173
1872
|
},
|
|
2174
|
-
|
|
2175
|
-
serializedName: "
|
|
1873
|
+
provisioningState: {
|
|
1874
|
+
serializedName: "provisioningState",
|
|
1875
|
+
readOnly: true,
|
|
2176
1876
|
type: {
|
|
2177
1877
|
name: "String"
|
|
2178
1878
|
}
|
|
2179
1879
|
},
|
|
2180
|
-
|
|
2181
|
-
serializedName: "
|
|
1880
|
+
applicationType: {
|
|
1881
|
+
serializedName: "applicationType",
|
|
2182
1882
|
type: {
|
|
2183
1883
|
name: "String"
|
|
2184
1884
|
}
|
|
2185
1885
|
},
|
|
2186
|
-
|
|
2187
|
-
serializedName: "
|
|
2188
|
-
|
|
2189
|
-
name: "Boolean"
|
|
2190
|
-
}
|
|
2191
|
-
}
|
|
2192
|
-
}
|
|
2193
|
-
}
|
|
2194
|
-
};
|
|
2195
|
-
|
|
2196
|
-
export const ApplicationGetEndpoint: msRest.CompositeMapper = {
|
|
2197
|
-
serializedName: "ApplicationGetEndpoint",
|
|
2198
|
-
type: {
|
|
2199
|
-
name: "Composite",
|
|
2200
|
-
className: "ApplicationGetEndpoint",
|
|
2201
|
-
modelProperties: {
|
|
2202
|
-
location: {
|
|
2203
|
-
serializedName: "location",
|
|
1886
|
+
applicationState: {
|
|
1887
|
+
serializedName: "applicationState",
|
|
1888
|
+
readOnly: true,
|
|
2204
1889
|
type: {
|
|
2205
1890
|
name: "String"
|
|
2206
1891
|
}
|
|
2207
1892
|
},
|
|
2208
|
-
|
|
2209
|
-
serializedName: "
|
|
1893
|
+
errors: {
|
|
1894
|
+
serializedName: "errors",
|
|
2210
1895
|
type: {
|
|
2211
|
-
name: "
|
|
1896
|
+
name: "Sequence",
|
|
1897
|
+
element: {
|
|
1898
|
+
type: {
|
|
1899
|
+
name: "Composite",
|
|
1900
|
+
className: "Errors"
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
2212
1903
|
}
|
|
2213
1904
|
},
|
|
2214
|
-
|
|
2215
|
-
serializedName: "
|
|
1905
|
+
createdDate: {
|
|
1906
|
+
serializedName: "createdDate",
|
|
1907
|
+
readOnly: true,
|
|
2216
1908
|
type: {
|
|
2217
|
-
name: "
|
|
1909
|
+
name: "String"
|
|
2218
1910
|
}
|
|
2219
1911
|
},
|
|
2220
|
-
|
|
2221
|
-
serializedName: "
|
|
1912
|
+
marketplaceIdentifier: {
|
|
1913
|
+
serializedName: "marketplaceIdentifier",
|
|
1914
|
+
readOnly: true,
|
|
2222
1915
|
type: {
|
|
2223
1916
|
name: "String"
|
|
2224
1917
|
}
|
|
1918
|
+
},
|
|
1919
|
+
privateLinkConfigurations: {
|
|
1920
|
+
serializedName: "privateLinkConfigurations",
|
|
1921
|
+
type: {
|
|
1922
|
+
name: "Sequence",
|
|
1923
|
+
element: {
|
|
1924
|
+
type: {
|
|
1925
|
+
name: "Composite",
|
|
1926
|
+
className: "PrivateLinkConfiguration"
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
2225
1930
|
}
|
|
2226
1931
|
}
|
|
2227
1932
|
}
|
|
2228
1933
|
};
|
|
2229
1934
|
|
|
2230
|
-
export const
|
|
2231
|
-
serializedName: "ApplicationProperties",
|
|
1935
|
+
export const RuntimeScriptAction: coreClient.CompositeMapper = {
|
|
2232
1936
|
type: {
|
|
2233
1937
|
name: "Composite",
|
|
2234
|
-
className: "
|
|
1938
|
+
className: "RuntimeScriptAction",
|
|
2235
1939
|
modelProperties: {
|
|
2236
|
-
|
|
2237
|
-
serializedName: "
|
|
1940
|
+
name: {
|
|
1941
|
+
serializedName: "name",
|
|
1942
|
+
required: true,
|
|
2238
1943
|
type: {
|
|
2239
|
-
name: "
|
|
2240
|
-
className: "ComputeProfile"
|
|
1944
|
+
name: "String"
|
|
2241
1945
|
}
|
|
2242
1946
|
},
|
|
2243
|
-
|
|
2244
|
-
serializedName: "
|
|
1947
|
+
uri: {
|
|
1948
|
+
serializedName: "uri",
|
|
1949
|
+
required: true,
|
|
2245
1950
|
type: {
|
|
2246
|
-
name: "
|
|
2247
|
-
element: {
|
|
2248
|
-
type: {
|
|
2249
|
-
name: "Composite",
|
|
2250
|
-
className: "RuntimeScriptAction"
|
|
2251
|
-
}
|
|
2252
|
-
}
|
|
1951
|
+
name: "String"
|
|
2253
1952
|
}
|
|
2254
1953
|
},
|
|
2255
|
-
|
|
2256
|
-
serializedName: "
|
|
1954
|
+
parameters: {
|
|
1955
|
+
serializedName: "parameters",
|
|
2257
1956
|
type: {
|
|
2258
|
-
name: "
|
|
2259
|
-
element: {
|
|
2260
|
-
type: {
|
|
2261
|
-
name: "Composite",
|
|
2262
|
-
className: "RuntimeScriptAction"
|
|
2263
|
-
}
|
|
2264
|
-
}
|
|
1957
|
+
name: "String"
|
|
2265
1958
|
}
|
|
2266
1959
|
},
|
|
2267
|
-
|
|
2268
|
-
serializedName: "
|
|
1960
|
+
roles: {
|
|
1961
|
+
serializedName: "roles",
|
|
1962
|
+
required: true,
|
|
2269
1963
|
type: {
|
|
2270
1964
|
name: "Sequence",
|
|
2271
1965
|
element: {
|
|
2272
1966
|
type: {
|
|
2273
|
-
name: "
|
|
2274
|
-
className: "ApplicationGetHttpsEndpoint"
|
|
1967
|
+
name: "String"
|
|
2275
1968
|
}
|
|
2276
1969
|
}
|
|
2277
1970
|
}
|
|
2278
1971
|
},
|
|
2279
|
-
|
|
2280
|
-
serializedName: "
|
|
1972
|
+
applicationName: {
|
|
1973
|
+
serializedName: "applicationName",
|
|
1974
|
+
readOnly: true,
|
|
1975
|
+
type: {
|
|
1976
|
+
name: "String"
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
};
|
|
1982
|
+
|
|
1983
|
+
export const ApplicationGetHttpsEndpoint: coreClient.CompositeMapper = {
|
|
1984
|
+
type: {
|
|
1985
|
+
name: "Composite",
|
|
1986
|
+
className: "ApplicationGetHttpsEndpoint",
|
|
1987
|
+
modelProperties: {
|
|
1988
|
+
accessModes: {
|
|
1989
|
+
serializedName: "accessModes",
|
|
2281
1990
|
type: {
|
|
2282
1991
|
name: "Sequence",
|
|
2283
1992
|
element: {
|
|
2284
1993
|
type: {
|
|
2285
|
-
name: "
|
|
2286
|
-
className: "ApplicationGetEndpoint"
|
|
1994
|
+
name: "String"
|
|
2287
1995
|
}
|
|
2288
1996
|
}
|
|
2289
1997
|
}
|
|
2290
1998
|
},
|
|
2291
|
-
|
|
1999
|
+
location: {
|
|
2000
|
+
serializedName: "location",
|
|
2292
2001
|
readOnly: true,
|
|
2293
|
-
serializedName: "provisioningState",
|
|
2294
2002
|
type: {
|
|
2295
2003
|
name: "String"
|
|
2296
2004
|
}
|
|
2297
2005
|
},
|
|
2298
|
-
|
|
2299
|
-
serializedName: "
|
|
2006
|
+
destinationPort: {
|
|
2007
|
+
serializedName: "destinationPort",
|
|
2300
2008
|
type: {
|
|
2301
|
-
name: "
|
|
2009
|
+
name: "Number"
|
|
2302
2010
|
}
|
|
2303
2011
|
},
|
|
2304
|
-
|
|
2012
|
+
publicPort: {
|
|
2013
|
+
serializedName: "publicPort",
|
|
2305
2014
|
readOnly: true,
|
|
2306
|
-
serializedName: "applicationState",
|
|
2307
2015
|
type: {
|
|
2308
|
-
name: "
|
|
2016
|
+
name: "Number"
|
|
2309
2017
|
}
|
|
2310
2018
|
},
|
|
2311
|
-
|
|
2312
|
-
serializedName: "
|
|
2019
|
+
privateIPAddress: {
|
|
2020
|
+
serializedName: "privateIPAddress",
|
|
2313
2021
|
type: {
|
|
2314
|
-
name: "
|
|
2315
|
-
element: {
|
|
2316
|
-
type: {
|
|
2317
|
-
name: "Composite",
|
|
2318
|
-
className: "Errors"
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2022
|
+
name: "String"
|
|
2321
2023
|
}
|
|
2322
2024
|
},
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
serializedName: "createdDate",
|
|
2025
|
+
subDomainSuffix: {
|
|
2026
|
+
serializedName: "subDomainSuffix",
|
|
2326
2027
|
type: {
|
|
2327
2028
|
name: "String"
|
|
2328
2029
|
}
|
|
2329
2030
|
},
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2031
|
+
disableGatewayAuth: {
|
|
2032
|
+
serializedName: "disableGatewayAuth",
|
|
2033
|
+
type: {
|
|
2034
|
+
name: "Boolean"
|
|
2035
|
+
}
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
2039
|
+
};
|
|
2040
|
+
|
|
2041
|
+
export const ApplicationGetEndpoint: coreClient.CompositeMapper = {
|
|
2042
|
+
type: {
|
|
2043
|
+
name: "Composite",
|
|
2044
|
+
className: "ApplicationGetEndpoint",
|
|
2045
|
+
modelProperties: {
|
|
2046
|
+
location: {
|
|
2047
|
+
serializedName: "location",
|
|
2333
2048
|
type: {
|
|
2334
2049
|
name: "String"
|
|
2335
2050
|
}
|
|
2336
2051
|
},
|
|
2337
|
-
|
|
2338
|
-
serializedName: "
|
|
2052
|
+
destinationPort: {
|
|
2053
|
+
serializedName: "destinationPort",
|
|
2339
2054
|
type: {
|
|
2340
|
-
name: "
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2055
|
+
name: "Number"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
publicPort: {
|
|
2059
|
+
serializedName: "publicPort",
|
|
2060
|
+
type: {
|
|
2061
|
+
name: "Number"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
privateIPAddress: {
|
|
2065
|
+
serializedName: "privateIPAddress",
|
|
2066
|
+
type: {
|
|
2067
|
+
name: "String"
|
|
2347
2068
|
}
|
|
2348
2069
|
}
|
|
2349
2070
|
}
|
|
2350
2071
|
}
|
|
2351
2072
|
};
|
|
2352
2073
|
|
|
2353
|
-
export const
|
|
2354
|
-
serializedName: "Application",
|
|
2074
|
+
export const CapabilitiesResult: coreClient.CompositeMapper = {
|
|
2355
2075
|
type: {
|
|
2356
2076
|
name: "Composite",
|
|
2357
|
-
className: "
|
|
2077
|
+
className: "CapabilitiesResult",
|
|
2358
2078
|
modelProperties: {
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
serializedName: "etag",
|
|
2079
|
+
versions: {
|
|
2080
|
+
serializedName: "versions",
|
|
2362
2081
|
type: {
|
|
2363
|
-
name: "
|
|
2082
|
+
name: "Dictionary",
|
|
2083
|
+
value: {
|
|
2084
|
+
type: { name: "Composite", className: "VersionsCapability" }
|
|
2085
|
+
}
|
|
2364
2086
|
}
|
|
2365
2087
|
},
|
|
2366
|
-
|
|
2367
|
-
serializedName: "
|
|
2088
|
+
regions: {
|
|
2089
|
+
serializedName: "regions",
|
|
2368
2090
|
type: {
|
|
2369
2091
|
name: "Dictionary",
|
|
2370
|
-
value: {
|
|
2092
|
+
value: { type: { name: "Composite", className: "RegionsCapability" } }
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2095
|
+
features: {
|
|
2096
|
+
serializedName: "features",
|
|
2097
|
+
type: {
|
|
2098
|
+
name: "Sequence",
|
|
2099
|
+
element: {
|
|
2371
2100
|
type: {
|
|
2372
2101
|
name: "String"
|
|
2373
2102
|
}
|
|
2374
2103
|
}
|
|
2375
2104
|
}
|
|
2376
2105
|
},
|
|
2377
|
-
|
|
2378
|
-
serializedName: "
|
|
2106
|
+
quota: {
|
|
2107
|
+
serializedName: "quota",
|
|
2379
2108
|
type: {
|
|
2380
2109
|
name: "Composite",
|
|
2381
|
-
className: "
|
|
2110
|
+
className: "QuotaCapability"
|
|
2382
2111
|
}
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
};
|
|
2116
|
+
|
|
2117
|
+
export const VersionsCapability: coreClient.CompositeMapper = {
|
|
2118
|
+
type: {
|
|
2119
|
+
name: "Composite",
|
|
2120
|
+
className: "VersionsCapability",
|
|
2121
|
+
modelProperties: {
|
|
2122
|
+
available: {
|
|
2123
|
+
serializedName: "available",
|
|
2387
2124
|
type: {
|
|
2388
|
-
name: "
|
|
2389
|
-
|
|
2125
|
+
name: "Sequence",
|
|
2126
|
+
element: {
|
|
2127
|
+
type: {
|
|
2128
|
+
name: "Composite",
|
|
2129
|
+
className: "VersionSpec"
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2390
2132
|
}
|
|
2391
2133
|
}
|
|
2392
2134
|
}
|
|
2393
2135
|
}
|
|
2394
2136
|
};
|
|
2395
2137
|
|
|
2396
|
-
export const VersionSpec:
|
|
2397
|
-
serializedName: "VersionSpec",
|
|
2138
|
+
export const VersionSpec: coreClient.CompositeMapper = {
|
|
2398
2139
|
type: {
|
|
2399
2140
|
name: "Composite",
|
|
2400
2141
|
className: "VersionSpec",
|
|
@@ -2421,22 +2162,17 @@ export const VersionSpec: msRest.CompositeMapper = {
|
|
|
2421
2162
|
serializedName: "componentVersions",
|
|
2422
2163
|
type: {
|
|
2423
2164
|
name: "Dictionary",
|
|
2424
|
-
value: {
|
|
2425
|
-
type: {
|
|
2426
|
-
name: "String"
|
|
2427
|
-
}
|
|
2428
|
-
}
|
|
2165
|
+
value: { type: { name: "String" } }
|
|
2429
2166
|
}
|
|
2430
2167
|
}
|
|
2431
2168
|
}
|
|
2432
2169
|
}
|
|
2433
2170
|
};
|
|
2434
2171
|
|
|
2435
|
-
export const
|
|
2436
|
-
serializedName: "VersionsCapability",
|
|
2172
|
+
export const RegionsCapability: coreClient.CompositeMapper = {
|
|
2437
2173
|
type: {
|
|
2438
2174
|
name: "Composite",
|
|
2439
|
-
className: "
|
|
2175
|
+
className: "RegionsCapability",
|
|
2440
2176
|
modelProperties: {
|
|
2441
2177
|
available: {
|
|
2442
2178
|
serializedName: "available",
|
|
@@ -2444,8 +2180,7 @@ export const VersionsCapability: msRest.CompositeMapper = {
|
|
|
2444
2180
|
name: "Sequence",
|
|
2445
2181
|
element: {
|
|
2446
2182
|
type: {
|
|
2447
|
-
name: "
|
|
2448
|
-
className: "VersionSpec"
|
|
2183
|
+
name: "String"
|
|
2449
2184
|
}
|
|
2450
2185
|
}
|
|
2451
2186
|
}
|
|
@@ -2454,19 +2189,31 @@ export const VersionsCapability: msRest.CompositeMapper = {
|
|
|
2454
2189
|
}
|
|
2455
2190
|
};
|
|
2456
2191
|
|
|
2457
|
-
export const
|
|
2458
|
-
serializedName: "RegionsCapability",
|
|
2192
|
+
export const QuotaCapability: coreClient.CompositeMapper = {
|
|
2459
2193
|
type: {
|
|
2460
2194
|
name: "Composite",
|
|
2461
|
-
className: "
|
|
2195
|
+
className: "QuotaCapability",
|
|
2462
2196
|
modelProperties: {
|
|
2463
|
-
|
|
2464
|
-
serializedName: "
|
|
2197
|
+
coresUsed: {
|
|
2198
|
+
serializedName: "coresUsed",
|
|
2199
|
+
type: {
|
|
2200
|
+
name: "Number"
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2203
|
+
maxCoresAllowed: {
|
|
2204
|
+
serializedName: "maxCoresAllowed",
|
|
2205
|
+
type: {
|
|
2206
|
+
name: "Number"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
regionalQuotas: {
|
|
2210
|
+
serializedName: "regionalQuotas",
|
|
2465
2211
|
type: {
|
|
2466
2212
|
name: "Sequence",
|
|
2467
2213
|
element: {
|
|
2468
2214
|
type: {
|
|
2469
|
-
name: "
|
|
2215
|
+
name: "Composite",
|
|
2216
|
+
className: "RegionalQuotaCapability"
|
|
2470
2217
|
}
|
|
2471
2218
|
}
|
|
2472
2219
|
}
|
|
@@ -2475,8 +2222,7 @@ export const RegionsCapability: msRest.CompositeMapper = {
|
|
|
2475
2222
|
}
|
|
2476
2223
|
};
|
|
2477
2224
|
|
|
2478
|
-
export const RegionalQuotaCapability:
|
|
2479
|
-
serializedName: "RegionalQuotaCapability",
|
|
2225
|
+
export const RegionalQuotaCapability: coreClient.CompositeMapper = {
|
|
2480
2226
|
type: {
|
|
2481
2227
|
name: "Composite",
|
|
2482
2228
|
className: "RegionalQuotaCapability",
|
|
@@ -2503,32 +2249,19 @@ export const RegionalQuotaCapability: msRest.CompositeMapper = {
|
|
|
2503
2249
|
}
|
|
2504
2250
|
};
|
|
2505
2251
|
|
|
2506
|
-
export const
|
|
2507
|
-
serializedName: "QuotaCapability",
|
|
2252
|
+
export const UsagesListResult: coreClient.CompositeMapper = {
|
|
2508
2253
|
type: {
|
|
2509
2254
|
name: "Composite",
|
|
2510
|
-
className: "
|
|
2255
|
+
className: "UsagesListResult",
|
|
2511
2256
|
modelProperties: {
|
|
2512
|
-
|
|
2513
|
-
serializedName: "
|
|
2514
|
-
type: {
|
|
2515
|
-
name: "Number"
|
|
2516
|
-
}
|
|
2517
|
-
},
|
|
2518
|
-
maxCoresAllowed: {
|
|
2519
|
-
serializedName: "maxCoresAllowed",
|
|
2520
|
-
type: {
|
|
2521
|
-
name: "Number"
|
|
2522
|
-
}
|
|
2523
|
-
},
|
|
2524
|
-
regionalQuotas: {
|
|
2525
|
-
serializedName: "regionalQuotas",
|
|
2257
|
+
value: {
|
|
2258
|
+
serializedName: "value",
|
|
2526
2259
|
type: {
|
|
2527
2260
|
name: "Sequence",
|
|
2528
2261
|
element: {
|
|
2529
2262
|
type: {
|
|
2530
2263
|
name: "Composite",
|
|
2531
|
-
className: "
|
|
2264
|
+
className: "Usage"
|
|
2532
2265
|
}
|
|
2533
2266
|
}
|
|
2534
2267
|
}
|
|
@@ -2537,60 +2270,41 @@ export const QuotaCapability: msRest.CompositeMapper = {
|
|
|
2537
2270
|
}
|
|
2538
2271
|
};
|
|
2539
2272
|
|
|
2540
|
-
export const
|
|
2541
|
-
serializedName: "CapabilitiesResult",
|
|
2273
|
+
export const Usage: coreClient.CompositeMapper = {
|
|
2542
2274
|
type: {
|
|
2543
2275
|
name: "Composite",
|
|
2544
|
-
className: "
|
|
2276
|
+
className: "Usage",
|
|
2545
2277
|
modelProperties: {
|
|
2546
|
-
|
|
2547
|
-
serializedName: "
|
|
2278
|
+
unit: {
|
|
2279
|
+
serializedName: "unit",
|
|
2548
2280
|
type: {
|
|
2549
|
-
name: "
|
|
2550
|
-
value: {
|
|
2551
|
-
type: {
|
|
2552
|
-
name: "Composite",
|
|
2553
|
-
className: "VersionsCapability"
|
|
2554
|
-
}
|
|
2555
|
-
}
|
|
2281
|
+
name: "String"
|
|
2556
2282
|
}
|
|
2557
2283
|
},
|
|
2558
|
-
|
|
2559
|
-
serializedName: "
|
|
2284
|
+
currentValue: {
|
|
2285
|
+
serializedName: "currentValue",
|
|
2560
2286
|
type: {
|
|
2561
|
-
name: "
|
|
2562
|
-
value: {
|
|
2563
|
-
type: {
|
|
2564
|
-
name: "Composite",
|
|
2565
|
-
className: "RegionsCapability"
|
|
2566
|
-
}
|
|
2567
|
-
}
|
|
2287
|
+
name: "Number"
|
|
2568
2288
|
}
|
|
2569
2289
|
},
|
|
2570
|
-
|
|
2571
|
-
serializedName: "
|
|
2290
|
+
limit: {
|
|
2291
|
+
serializedName: "limit",
|
|
2572
2292
|
type: {
|
|
2573
|
-
name: "
|
|
2574
|
-
element: {
|
|
2575
|
-
type: {
|
|
2576
|
-
name: "String"
|
|
2577
|
-
}
|
|
2578
|
-
}
|
|
2293
|
+
name: "Number"
|
|
2579
2294
|
}
|
|
2580
2295
|
},
|
|
2581
|
-
|
|
2582
|
-
serializedName: "
|
|
2296
|
+
name: {
|
|
2297
|
+
serializedName: "name",
|
|
2583
2298
|
type: {
|
|
2584
2299
|
name: "Composite",
|
|
2585
|
-
className: "
|
|
2300
|
+
className: "LocalizedName"
|
|
2586
2301
|
}
|
|
2587
2302
|
}
|
|
2588
2303
|
}
|
|
2589
2304
|
}
|
|
2590
2305
|
};
|
|
2591
2306
|
|
|
2592
|
-
export const LocalizedName:
|
|
2593
|
-
serializedName: "LocalizedName",
|
|
2307
|
+
export const LocalizedName: coreClient.CompositeMapper = {
|
|
2594
2308
|
type: {
|
|
2595
2309
|
name: "Composite",
|
|
2596
2310
|
className: "LocalizedName",
|
|
@@ -2611,55 +2325,66 @@ export const LocalizedName: msRest.CompositeMapper = {
|
|
|
2611
2325
|
}
|
|
2612
2326
|
};
|
|
2613
2327
|
|
|
2614
|
-
export const
|
|
2615
|
-
serializedName: "Usage",
|
|
2328
|
+
export const BillingResponseListResult: coreClient.CompositeMapper = {
|
|
2616
2329
|
type: {
|
|
2617
2330
|
name: "Composite",
|
|
2618
|
-
className: "
|
|
2331
|
+
className: "BillingResponseListResult",
|
|
2619
2332
|
modelProperties: {
|
|
2620
|
-
|
|
2621
|
-
serializedName: "
|
|
2333
|
+
vmSizes: {
|
|
2334
|
+
serializedName: "vmSizes",
|
|
2622
2335
|
type: {
|
|
2623
|
-
name: "
|
|
2336
|
+
name: "Sequence",
|
|
2337
|
+
element: {
|
|
2338
|
+
type: {
|
|
2339
|
+
name: "String"
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2624
2342
|
}
|
|
2625
2343
|
},
|
|
2626
|
-
|
|
2627
|
-
serializedName: "
|
|
2344
|
+
vmSizesWithEncryptionAtHost: {
|
|
2345
|
+
serializedName: "vmSizesWithEncryptionAtHost",
|
|
2628
2346
|
type: {
|
|
2629
|
-
name: "
|
|
2347
|
+
name: "Sequence",
|
|
2348
|
+
element: {
|
|
2349
|
+
type: {
|
|
2350
|
+
name: "String"
|
|
2351
|
+
}
|
|
2352
|
+
}
|
|
2630
2353
|
}
|
|
2631
2354
|
},
|
|
2632
|
-
|
|
2633
|
-
serializedName: "
|
|
2355
|
+
vmSizeFilters: {
|
|
2356
|
+
serializedName: "vmSizeFilters",
|
|
2634
2357
|
type: {
|
|
2635
|
-
name: "
|
|
2358
|
+
name: "Sequence",
|
|
2359
|
+
element: {
|
|
2360
|
+
type: {
|
|
2361
|
+
name: "Composite",
|
|
2362
|
+
className: "VmSizeCompatibilityFilterV2"
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2636
2365
|
}
|
|
2637
2366
|
},
|
|
2638
|
-
|
|
2639
|
-
serializedName: "
|
|
2367
|
+
vmSizeProperties: {
|
|
2368
|
+
serializedName: "vmSizeProperties",
|
|
2369
|
+
readOnly: true,
|
|
2640
2370
|
type: {
|
|
2641
|
-
name: "
|
|
2642
|
-
|
|
2371
|
+
name: "Sequence",
|
|
2372
|
+
element: {
|
|
2373
|
+
type: {
|
|
2374
|
+
name: "Composite",
|
|
2375
|
+
className: "VmSizeProperty"
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2643
2378
|
}
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
};
|
|
2648
|
-
|
|
2649
|
-
export const UsagesListResult: msRest.CompositeMapper = {
|
|
2650
|
-
serializedName: "UsagesListResult",
|
|
2651
|
-
type: {
|
|
2652
|
-
name: "Composite",
|
|
2653
|
-
className: "UsagesListResult",
|
|
2654
|
-
modelProperties: {
|
|
2655
|
-
value: {
|
|
2656
|
-
serializedName: "value",
|
|
2379
|
+
},
|
|
2380
|
+
billingResources: {
|
|
2381
|
+
serializedName: "billingResources",
|
|
2657
2382
|
type: {
|
|
2658
2383
|
name: "Sequence",
|
|
2659
2384
|
element: {
|
|
2660
2385
|
type: {
|
|
2661
2386
|
name: "Composite",
|
|
2662
|
-
className: "
|
|
2387
|
+
className: "BillingResources"
|
|
2663
2388
|
}
|
|
2664
2389
|
}
|
|
2665
2390
|
}
|
|
@@ -2668,8 +2393,7 @@ export const UsagesListResult: msRest.CompositeMapper = {
|
|
|
2668
2393
|
}
|
|
2669
2394
|
};
|
|
2670
2395
|
|
|
2671
|
-
export const VmSizeCompatibilityFilterV2:
|
|
2672
|
-
serializedName: "VmSizeCompatibilityFilterV2",
|
|
2396
|
+
export const VmSizeCompatibilityFilterV2: coreClient.CompositeMapper = {
|
|
2673
2397
|
type: {
|
|
2674
2398
|
name: "Composite",
|
|
2675
2399
|
className: "VmSizeCompatibilityFilterV2",
|
|
@@ -2762,8 +2486,7 @@ export const VmSizeCompatibilityFilterV2: msRest.CompositeMapper = {
|
|
|
2762
2486
|
}
|
|
2763
2487
|
};
|
|
2764
2488
|
|
|
2765
|
-
export const VmSizeProperty:
|
|
2766
|
-
serializedName: "VmSizeProperty",
|
|
2489
|
+
export const VmSizeProperty: coreClient.CompositeMapper = {
|
|
2767
2490
|
type: {
|
|
2768
2491
|
name: "Composite",
|
|
2769
2492
|
className: "VmSizeProperty",
|
|
@@ -2832,64 +2555,7 @@ export const VmSizeProperty: msRest.CompositeMapper = {
|
|
|
2832
2555
|
}
|
|
2833
2556
|
};
|
|
2834
2557
|
|
|
2835
|
-
export const
|
|
2836
|
-
serializedName: "BillingMeters",
|
|
2837
|
-
type: {
|
|
2838
|
-
name: "Composite",
|
|
2839
|
-
className: "BillingMeters",
|
|
2840
|
-
modelProperties: {
|
|
2841
|
-
meterParameter: {
|
|
2842
|
-
serializedName: "meterParameter",
|
|
2843
|
-
type: {
|
|
2844
|
-
name: "String"
|
|
2845
|
-
}
|
|
2846
|
-
},
|
|
2847
|
-
meter: {
|
|
2848
|
-
serializedName: "meter",
|
|
2849
|
-
type: {
|
|
2850
|
-
name: "String"
|
|
2851
|
-
}
|
|
2852
|
-
},
|
|
2853
|
-
unit: {
|
|
2854
|
-
serializedName: "unit",
|
|
2855
|
-
type: {
|
|
2856
|
-
name: "String"
|
|
2857
|
-
}
|
|
2858
|
-
}
|
|
2859
|
-
}
|
|
2860
|
-
}
|
|
2861
|
-
};
|
|
2862
|
-
|
|
2863
|
-
export const DiskBillingMeters: msRest.CompositeMapper = {
|
|
2864
|
-
serializedName: "DiskBillingMeters",
|
|
2865
|
-
type: {
|
|
2866
|
-
name: "Composite",
|
|
2867
|
-
className: "DiskBillingMeters",
|
|
2868
|
-
modelProperties: {
|
|
2869
|
-
diskRpMeter: {
|
|
2870
|
-
serializedName: "diskRpMeter",
|
|
2871
|
-
type: {
|
|
2872
|
-
name: "String"
|
|
2873
|
-
}
|
|
2874
|
-
},
|
|
2875
|
-
sku: {
|
|
2876
|
-
serializedName: "sku",
|
|
2877
|
-
type: {
|
|
2878
|
-
name: "String"
|
|
2879
|
-
}
|
|
2880
|
-
},
|
|
2881
|
-
tier: {
|
|
2882
|
-
serializedName: "tier",
|
|
2883
|
-
type: {
|
|
2884
|
-
name: "String"
|
|
2885
|
-
}
|
|
2886
|
-
}
|
|
2887
|
-
}
|
|
2888
|
-
}
|
|
2889
|
-
};
|
|
2890
|
-
|
|
2891
|
-
export const BillingResources: msRest.CompositeMapper = {
|
|
2892
|
-
serializedName: "BillingResources",
|
|
2558
|
+
export const BillingResources: coreClient.CompositeMapper = {
|
|
2893
2559
|
type: {
|
|
2894
2560
|
name: "Composite",
|
|
2895
2561
|
className: "BillingResources",
|
|
@@ -2928,77 +2594,61 @@ export const BillingResources: msRest.CompositeMapper = {
|
|
|
2928
2594
|
}
|
|
2929
2595
|
};
|
|
2930
2596
|
|
|
2931
|
-
export const
|
|
2932
|
-
serializedName: "BillingResponseListResult",
|
|
2597
|
+
export const BillingMeters: coreClient.CompositeMapper = {
|
|
2933
2598
|
type: {
|
|
2934
2599
|
name: "Composite",
|
|
2935
|
-
className: "
|
|
2600
|
+
className: "BillingMeters",
|
|
2936
2601
|
modelProperties: {
|
|
2937
|
-
|
|
2938
|
-
serializedName: "
|
|
2602
|
+
meterParameter: {
|
|
2603
|
+
serializedName: "meterParameter",
|
|
2939
2604
|
type: {
|
|
2940
|
-
name: "
|
|
2941
|
-
element: {
|
|
2942
|
-
type: {
|
|
2943
|
-
name: "String"
|
|
2944
|
-
}
|
|
2945
|
-
}
|
|
2605
|
+
name: "String"
|
|
2946
2606
|
}
|
|
2947
2607
|
},
|
|
2948
|
-
|
|
2949
|
-
serializedName: "
|
|
2608
|
+
meter: {
|
|
2609
|
+
serializedName: "meter",
|
|
2950
2610
|
type: {
|
|
2951
|
-
name: "
|
|
2952
|
-
element: {
|
|
2953
|
-
type: {
|
|
2954
|
-
name: "String"
|
|
2955
|
-
}
|
|
2956
|
-
}
|
|
2611
|
+
name: "String"
|
|
2957
2612
|
}
|
|
2958
2613
|
},
|
|
2959
|
-
|
|
2960
|
-
serializedName: "
|
|
2614
|
+
unit: {
|
|
2615
|
+
serializedName: "unit",
|
|
2961
2616
|
type: {
|
|
2962
|
-
name: "
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2617
|
+
name: "String"
|
|
2618
|
+
}
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
};
|
|
2623
|
+
|
|
2624
|
+
export const DiskBillingMeters: coreClient.CompositeMapper = {
|
|
2625
|
+
type: {
|
|
2626
|
+
name: "Composite",
|
|
2627
|
+
className: "DiskBillingMeters",
|
|
2628
|
+
modelProperties: {
|
|
2629
|
+
diskRpMeter: {
|
|
2630
|
+
serializedName: "diskRpMeter",
|
|
2631
|
+
type: {
|
|
2632
|
+
name: "String"
|
|
2969
2633
|
}
|
|
2970
2634
|
},
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
serializedName: "vmSizeProperties",
|
|
2635
|
+
sku: {
|
|
2636
|
+
serializedName: "sku",
|
|
2974
2637
|
type: {
|
|
2975
|
-
name: "
|
|
2976
|
-
element: {
|
|
2977
|
-
type: {
|
|
2978
|
-
name: "Composite",
|
|
2979
|
-
className: "VmSizeProperty"
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2638
|
+
name: "String"
|
|
2982
2639
|
}
|
|
2983
2640
|
},
|
|
2984
|
-
|
|
2985
|
-
serializedName: "
|
|
2641
|
+
tier: {
|
|
2642
|
+
serializedName: "tier",
|
|
2986
2643
|
type: {
|
|
2987
|
-
name: "
|
|
2988
|
-
element: {
|
|
2989
|
-
type: {
|
|
2990
|
-
name: "Composite",
|
|
2991
|
-
className: "BillingResources"
|
|
2992
|
-
}
|
|
2993
|
-
}
|
|
2644
|
+
name: "String"
|
|
2994
2645
|
}
|
|
2995
2646
|
}
|
|
2996
2647
|
}
|
|
2997
2648
|
}
|
|
2998
2649
|
};
|
|
2999
2650
|
|
|
3000
|
-
export const NameAvailabilityCheckRequestParameters:
|
|
3001
|
-
serializedName: "NameAvailabilityCheckRequestParameters",
|
|
2651
|
+
export const NameAvailabilityCheckRequestParameters: coreClient.CompositeMapper = {
|
|
3002
2652
|
type: {
|
|
3003
2653
|
name: "Composite",
|
|
3004
2654
|
className: "NameAvailabilityCheckRequestParameters",
|
|
@@ -3019,8 +2669,7 @@ export const NameAvailabilityCheckRequestParameters: msRest.CompositeMapper = {
|
|
|
3019
2669
|
}
|
|
3020
2670
|
};
|
|
3021
2671
|
|
|
3022
|
-
export const NameAvailabilityCheckResult:
|
|
3023
|
-
serializedName: "NameAvailabilityCheckResult",
|
|
2672
|
+
export const NameAvailabilityCheckResult: coreClient.CompositeMapper = {
|
|
3024
2673
|
type: {
|
|
3025
2674
|
name: "Composite",
|
|
3026
2675
|
className: "NameAvailabilityCheckResult",
|
|
@@ -3032,15 +2681,15 @@ export const NameAvailabilityCheckResult: msRest.CompositeMapper = {
|
|
|
3032
2681
|
}
|
|
3033
2682
|
},
|
|
3034
2683
|
reason: {
|
|
3035
|
-
readOnly: true,
|
|
3036
2684
|
serializedName: "reason",
|
|
2685
|
+
readOnly: true,
|
|
3037
2686
|
type: {
|
|
3038
2687
|
name: "String"
|
|
3039
2688
|
}
|
|
3040
2689
|
},
|
|
3041
2690
|
message: {
|
|
3042
|
-
readOnly: true,
|
|
3043
2691
|
serializedName: "message",
|
|
2692
|
+
readOnly: true,
|
|
3044
2693
|
type: {
|
|
3045
2694
|
name: "String"
|
|
3046
2695
|
}
|
|
@@ -3049,43 +2698,58 @@ export const NameAvailabilityCheckResult: msRest.CompositeMapper = {
|
|
|
3049
2698
|
}
|
|
3050
2699
|
};
|
|
3051
2700
|
|
|
3052
|
-
export const
|
|
3053
|
-
serializedName: "ClusterCreateRequestValidationParameters",
|
|
2701
|
+
export const ClusterCreateValidationResult: coreClient.CompositeMapper = {
|
|
3054
2702
|
type: {
|
|
3055
2703
|
name: "Composite",
|
|
3056
|
-
className: "
|
|
2704
|
+
className: "ClusterCreateValidationResult",
|
|
3057
2705
|
modelProperties: {
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
serializedName: "name",
|
|
2706
|
+
validationErrors: {
|
|
2707
|
+
serializedName: "validationErrors",
|
|
3061
2708
|
type: {
|
|
3062
|
-
name: "
|
|
2709
|
+
name: "Sequence",
|
|
2710
|
+
element: {
|
|
2711
|
+
type: {
|
|
2712
|
+
name: "Composite",
|
|
2713
|
+
className: "ValidationErrorInfo"
|
|
2714
|
+
}
|
|
2715
|
+
}
|
|
3063
2716
|
}
|
|
3064
2717
|
},
|
|
3065
|
-
|
|
3066
|
-
serializedName: "
|
|
2718
|
+
validationWarnings: {
|
|
2719
|
+
serializedName: "validationWarnings",
|
|
3067
2720
|
type: {
|
|
3068
|
-
name: "
|
|
2721
|
+
name: "Sequence",
|
|
2722
|
+
element: {
|
|
2723
|
+
type: {
|
|
2724
|
+
name: "Composite",
|
|
2725
|
+
className: "ValidationErrorInfo"
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
3069
2728
|
}
|
|
3070
2729
|
},
|
|
3071
|
-
|
|
3072
|
-
serializedName: "
|
|
2730
|
+
estimatedCreationDuration: {
|
|
2731
|
+
serializedName: "estimatedCreationDuration",
|
|
3073
2732
|
type: {
|
|
3074
|
-
name: "
|
|
2733
|
+
name: "TimeSpan"
|
|
3075
2734
|
}
|
|
3076
2735
|
},
|
|
3077
|
-
|
|
3078
|
-
serializedName: "
|
|
2736
|
+
aaddsResourcesDetails: {
|
|
2737
|
+
serializedName: "aaddsResourcesDetails",
|
|
3079
2738
|
type: {
|
|
3080
|
-
name: "
|
|
2739
|
+
name: "Sequence",
|
|
2740
|
+
element: {
|
|
2741
|
+
type: {
|
|
2742
|
+
name: "Composite",
|
|
2743
|
+
className: "AaddsResourceDetails"
|
|
2744
|
+
}
|
|
2745
|
+
}
|
|
3081
2746
|
}
|
|
3082
2747
|
}
|
|
3083
2748
|
}
|
|
3084
2749
|
}
|
|
3085
2750
|
};
|
|
3086
2751
|
|
|
3087
|
-
export const ValidationErrorInfo:
|
|
3088
|
-
serializedName: "ValidationErrorInfo",
|
|
2752
|
+
export const ValidationErrorInfo: coreClient.CompositeMapper = {
|
|
3089
2753
|
type: {
|
|
3090
2754
|
name: "Composite",
|
|
3091
2755
|
className: "ValidationErrorInfo",
|
|
@@ -3123,8 +2787,7 @@ export const ValidationErrorInfo: msRest.CompositeMapper = {
|
|
|
3123
2787
|
}
|
|
3124
2788
|
};
|
|
3125
2789
|
|
|
3126
|
-
export const AaddsResourceDetails:
|
|
3127
|
-
serializedName: "AaddsResourceDetails",
|
|
2790
|
+
export const AaddsResourceDetails: coreClient.CompositeMapper = {
|
|
3128
2791
|
type: {
|
|
3129
2792
|
name: "Composite",
|
|
3130
2793
|
className: "AaddsResourceDetails",
|
|
@@ -3148,87 +2811,34 @@ export const AaddsResourceDetails: msRest.CompositeMapper = {
|
|
|
3148
2811
|
}
|
|
3149
2812
|
},
|
|
3150
2813
|
ldapsPublicCertificateInBase64: {
|
|
3151
|
-
serializedName: "ldapsPublicCertificateInBase64",
|
|
3152
|
-
type: {
|
|
3153
|
-
name: "String"
|
|
3154
|
-
}
|
|
3155
|
-
},
|
|
3156
|
-
resourceId: {
|
|
3157
|
-
serializedName: "resourceId",
|
|
3158
|
-
type: {
|
|
3159
|
-
name: "String"
|
|
3160
|
-
}
|
|
3161
|
-
},
|
|
3162
|
-
subnetId: {
|
|
3163
|
-
serializedName: "subnetId",
|
|
3164
|
-
type: {
|
|
3165
|
-
name: "String"
|
|
3166
|
-
}
|
|
3167
|
-
},
|
|
3168
|
-
tenantId: {
|
|
3169
|
-
serializedName: "tenantId",
|
|
3170
|
-
type: {
|
|
3171
|
-
name: "String"
|
|
3172
|
-
}
|
|
3173
|
-
}
|
|
3174
|
-
}
|
|
3175
|
-
}
|
|
3176
|
-
};
|
|
3177
|
-
|
|
3178
|
-
export const ClusterCreateValidationResult: msRest.CompositeMapper = {
|
|
3179
|
-
serializedName: "ClusterCreateValidationResult",
|
|
3180
|
-
type: {
|
|
3181
|
-
name: "Composite",
|
|
3182
|
-
className: "ClusterCreateValidationResult",
|
|
3183
|
-
modelProperties: {
|
|
3184
|
-
validationErrors: {
|
|
3185
|
-
serializedName: "validationErrors",
|
|
3186
|
-
type: {
|
|
3187
|
-
name: "Sequence",
|
|
3188
|
-
element: {
|
|
3189
|
-
type: {
|
|
3190
|
-
name: "Composite",
|
|
3191
|
-
className: "ValidationErrorInfo"
|
|
3192
|
-
}
|
|
3193
|
-
}
|
|
2814
|
+
serializedName: "ldapsPublicCertificateInBase64",
|
|
2815
|
+
type: {
|
|
2816
|
+
name: "String"
|
|
3194
2817
|
}
|
|
3195
2818
|
},
|
|
3196
|
-
|
|
3197
|
-
serializedName: "
|
|
2819
|
+
resourceId: {
|
|
2820
|
+
serializedName: "resourceId",
|
|
3198
2821
|
type: {
|
|
3199
|
-
name: "
|
|
3200
|
-
element: {
|
|
3201
|
-
type: {
|
|
3202
|
-
name: "Composite",
|
|
3203
|
-
className: "ValidationErrorInfo"
|
|
3204
|
-
}
|
|
3205
|
-
}
|
|
2822
|
+
name: "String"
|
|
3206
2823
|
}
|
|
3207
2824
|
},
|
|
3208
|
-
|
|
3209
|
-
serializedName: "
|
|
2825
|
+
subnetId: {
|
|
2826
|
+
serializedName: "subnetId",
|
|
3210
2827
|
type: {
|
|
3211
|
-
name: "
|
|
2828
|
+
name: "String"
|
|
3212
2829
|
}
|
|
3213
2830
|
},
|
|
3214
|
-
|
|
3215
|
-
serializedName: "
|
|
2831
|
+
tenantId: {
|
|
2832
|
+
serializedName: "tenantId",
|
|
3216
2833
|
type: {
|
|
3217
|
-
name: "
|
|
3218
|
-
element: {
|
|
3219
|
-
type: {
|
|
3220
|
-
name: "Composite",
|
|
3221
|
-
className: "AaddsResourceDetails"
|
|
3222
|
-
}
|
|
3223
|
-
}
|
|
2834
|
+
name: "String"
|
|
3224
2835
|
}
|
|
3225
2836
|
}
|
|
3226
2837
|
}
|
|
3227
2838
|
}
|
|
3228
2839
|
};
|
|
3229
2840
|
|
|
3230
|
-
export const ClusterConfigurations:
|
|
3231
|
-
serializedName: "ClusterConfigurations",
|
|
2841
|
+
export const ClusterConfigurations: coreClient.CompositeMapper = {
|
|
3232
2842
|
type: {
|
|
3233
2843
|
name: "Composite",
|
|
3234
2844
|
className: "ClusterConfigurations",
|
|
@@ -3238,14 +2848,7 @@ export const ClusterConfigurations: msRest.CompositeMapper = {
|
|
|
3238
2848
|
type: {
|
|
3239
2849
|
name: "Dictionary",
|
|
3240
2850
|
value: {
|
|
3241
|
-
type: {
|
|
3242
|
-
name: "Dictionary",
|
|
3243
|
-
value: {
|
|
3244
|
-
type: {
|
|
3245
|
-
name: "String"
|
|
3246
|
-
}
|
|
3247
|
-
}
|
|
3248
|
-
}
|
|
2851
|
+
type: { name: "Dictionary", value: { type: { name: "String" } } }
|
|
3249
2852
|
}
|
|
3250
2853
|
}
|
|
3251
2854
|
}
|
|
@@ -3253,11 +2856,10 @@ export const ClusterConfigurations: msRest.CompositeMapper = {
|
|
|
3253
2856
|
}
|
|
3254
2857
|
};
|
|
3255
2858
|
|
|
3256
|
-
export const
|
|
3257
|
-
serializedName: "Extension",
|
|
2859
|
+
export const ClusterMonitoringRequest: coreClient.CompositeMapper = {
|
|
3258
2860
|
type: {
|
|
3259
2861
|
name: "Composite",
|
|
3260
|
-
className: "
|
|
2862
|
+
className: "ClusterMonitoringRequest",
|
|
3261
2863
|
modelProperties: {
|
|
3262
2864
|
workspaceId: {
|
|
3263
2865
|
serializedName: "workspaceId",
|
|
@@ -3275,8 +2877,7 @@ export const Extension: msRest.CompositeMapper = {
|
|
|
3275
2877
|
}
|
|
3276
2878
|
};
|
|
3277
2879
|
|
|
3278
|
-
export const ClusterMonitoringResponse:
|
|
3279
|
-
serializedName: "ClusterMonitoringResponse",
|
|
2880
|
+
export const ClusterMonitoringResponse: coreClient.CompositeMapper = {
|
|
3280
2881
|
type: {
|
|
3281
2882
|
name: "Composite",
|
|
3282
2883
|
className: "ClusterMonitoringResponse",
|
|
@@ -3297,11 +2898,10 @@ export const ClusterMonitoringResponse: msRest.CompositeMapper = {
|
|
|
3297
2898
|
}
|
|
3298
2899
|
};
|
|
3299
2900
|
|
|
3300
|
-
export const
|
|
3301
|
-
serializedName: "ClusterMonitoringRequest",
|
|
2901
|
+
export const AzureMonitorRequest: coreClient.CompositeMapper = {
|
|
3302
2902
|
type: {
|
|
3303
2903
|
name: "Composite",
|
|
3304
|
-
className: "
|
|
2904
|
+
className: "AzureMonitorRequest",
|
|
3305
2905
|
modelProperties: {
|
|
3306
2906
|
workspaceId: {
|
|
3307
2907
|
serializedName: "workspaceId",
|
|
@@ -3314,29 +2914,19 @@ export const ClusterMonitoringRequest: msRest.CompositeMapper = {
|
|
|
3314
2914
|
type: {
|
|
3315
2915
|
name: "String"
|
|
3316
2916
|
}
|
|
3317
|
-
}
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
};
|
|
3321
|
-
|
|
3322
|
-
export const AzureMonitorTableConfiguration: msRest.CompositeMapper = {
|
|
3323
|
-
serializedName: "AzureMonitorTableConfiguration",
|
|
3324
|
-
type: {
|
|
3325
|
-
name: "Composite",
|
|
3326
|
-
className: "AzureMonitorTableConfiguration",
|
|
3327
|
-
modelProperties: {
|
|
3328
|
-
name: {
|
|
3329
|
-
serializedName: "name",
|
|
2917
|
+
},
|
|
2918
|
+
selectedConfigurations: {
|
|
2919
|
+
serializedName: "selectedConfigurations",
|
|
3330
2920
|
type: {
|
|
3331
|
-
name: "
|
|
2921
|
+
name: "Composite",
|
|
2922
|
+
className: "AzureMonitorSelectedConfigurations"
|
|
3332
2923
|
}
|
|
3333
2924
|
}
|
|
3334
2925
|
}
|
|
3335
2926
|
}
|
|
3336
2927
|
};
|
|
3337
2928
|
|
|
3338
|
-
export const AzureMonitorSelectedConfigurations:
|
|
3339
|
-
serializedName: "AzureMonitorSelectedConfigurations",
|
|
2929
|
+
export const AzureMonitorSelectedConfigurations: coreClient.CompositeMapper = {
|
|
3340
2930
|
type: {
|
|
3341
2931
|
name: "Composite",
|
|
3342
2932
|
className: "AzureMonitorSelectedConfigurations",
|
|
@@ -3351,11 +2941,7 @@ export const AzureMonitorSelectedConfigurations: msRest.CompositeMapper = {
|
|
|
3351
2941
|
serializedName: "globalConfigurations",
|
|
3352
2942
|
type: {
|
|
3353
2943
|
name: "Dictionary",
|
|
3354
|
-
value: {
|
|
3355
|
-
type: {
|
|
3356
|
-
name: "String"
|
|
3357
|
-
}
|
|
3358
|
-
}
|
|
2944
|
+
value: { type: { name: "String" } }
|
|
3359
2945
|
}
|
|
3360
2946
|
},
|
|
3361
2947
|
tableList: {
|
|
@@ -3374,37 +2960,22 @@ export const AzureMonitorSelectedConfigurations: msRest.CompositeMapper = {
|
|
|
3374
2960
|
}
|
|
3375
2961
|
};
|
|
3376
2962
|
|
|
3377
|
-
export const
|
|
3378
|
-
serializedName: "AzureMonitorRequest",
|
|
2963
|
+
export const AzureMonitorTableConfiguration: coreClient.CompositeMapper = {
|
|
3379
2964
|
type: {
|
|
3380
2965
|
name: "Composite",
|
|
3381
|
-
className: "
|
|
2966
|
+
className: "AzureMonitorTableConfiguration",
|
|
3382
2967
|
modelProperties: {
|
|
3383
|
-
|
|
3384
|
-
serializedName: "
|
|
3385
|
-
type: {
|
|
3386
|
-
name: "String"
|
|
3387
|
-
}
|
|
3388
|
-
},
|
|
3389
|
-
primaryKey: {
|
|
3390
|
-
serializedName: "primaryKey",
|
|
2968
|
+
name: {
|
|
2969
|
+
serializedName: "name",
|
|
3391
2970
|
type: {
|
|
3392
2971
|
name: "String"
|
|
3393
2972
|
}
|
|
3394
|
-
},
|
|
3395
|
-
selectedConfigurations: {
|
|
3396
|
-
serializedName: "selectedConfigurations",
|
|
3397
|
-
type: {
|
|
3398
|
-
name: "Composite",
|
|
3399
|
-
className: "AzureMonitorSelectedConfigurations"
|
|
3400
|
-
}
|
|
3401
2973
|
}
|
|
3402
2974
|
}
|
|
3403
2975
|
}
|
|
3404
2976
|
};
|
|
3405
2977
|
|
|
3406
|
-
export const AzureMonitorResponse:
|
|
3407
|
-
serializedName: "AzureMonitorResponse",
|
|
2978
|
+
export const AzureMonitorResponse: coreClient.CompositeMapper = {
|
|
3408
2979
|
type: {
|
|
3409
2980
|
name: "Composite",
|
|
3410
2981
|
className: "AzureMonitorResponse",
|
|
@@ -3432,53 +3003,192 @@ export const AzureMonitorResponse: msRest.CompositeMapper = {
|
|
|
3432
3003
|
}
|
|
3433
3004
|
};
|
|
3434
3005
|
|
|
3435
|
-
export const
|
|
3436
|
-
serializedName: "ScriptActionPersistedGetResponseSpec",
|
|
3006
|
+
export const Extension: coreClient.CompositeMapper = {
|
|
3437
3007
|
type: {
|
|
3438
3008
|
name: "Composite",
|
|
3439
|
-
className: "
|
|
3009
|
+
className: "Extension",
|
|
3440
3010
|
modelProperties: {
|
|
3441
|
-
|
|
3442
|
-
serializedName: "
|
|
3011
|
+
workspaceId: {
|
|
3012
|
+
serializedName: "workspaceId",
|
|
3443
3013
|
type: {
|
|
3444
3014
|
name: "String"
|
|
3445
3015
|
}
|
|
3446
3016
|
},
|
|
3447
|
-
|
|
3448
|
-
serializedName: "
|
|
3017
|
+
primaryKey: {
|
|
3018
|
+
serializedName: "primaryKey",
|
|
3449
3019
|
type: {
|
|
3450
3020
|
name: "String"
|
|
3451
3021
|
}
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
}
|
|
3025
|
+
};
|
|
3026
|
+
|
|
3027
|
+
export const ExecuteScriptActionParameters: coreClient.CompositeMapper = {
|
|
3028
|
+
type: {
|
|
3029
|
+
name: "Composite",
|
|
3030
|
+
className: "ExecuteScriptActionParameters",
|
|
3031
|
+
modelProperties: {
|
|
3032
|
+
scriptActions: {
|
|
3033
|
+
serializedName: "scriptActions",
|
|
3034
|
+
type: {
|
|
3035
|
+
name: "Sequence",
|
|
3036
|
+
element: {
|
|
3037
|
+
type: {
|
|
3038
|
+
name: "Composite",
|
|
3039
|
+
className: "RuntimeScriptAction"
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
}
|
|
3452
3043
|
},
|
|
3453
|
-
|
|
3454
|
-
serializedName: "
|
|
3044
|
+
persistOnSuccess: {
|
|
3045
|
+
serializedName: "persistOnSuccess",
|
|
3046
|
+
required: true,
|
|
3047
|
+
type: {
|
|
3048
|
+
name: "Boolean"
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3052
|
+
}
|
|
3053
|
+
};
|
|
3054
|
+
|
|
3055
|
+
export const ScriptActionsList: coreClient.CompositeMapper = {
|
|
3056
|
+
type: {
|
|
3057
|
+
name: "Composite",
|
|
3058
|
+
className: "ScriptActionsList",
|
|
3059
|
+
modelProperties: {
|
|
3060
|
+
value: {
|
|
3061
|
+
serializedName: "value",
|
|
3062
|
+
type: {
|
|
3063
|
+
name: "Sequence",
|
|
3064
|
+
element: {
|
|
3065
|
+
type: {
|
|
3066
|
+
name: "Composite",
|
|
3067
|
+
className: "RuntimeScriptActionDetail"
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3072
|
+
nextLink: {
|
|
3073
|
+
serializedName: "nextLink",
|
|
3074
|
+
readOnly: true,
|
|
3075
|
+
type: {
|
|
3076
|
+
name: "String"
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
}
|
|
3081
|
+
};
|
|
3082
|
+
|
|
3083
|
+
export const ScriptActionExecutionSummary: coreClient.CompositeMapper = {
|
|
3084
|
+
type: {
|
|
3085
|
+
name: "Composite",
|
|
3086
|
+
className: "ScriptActionExecutionSummary",
|
|
3087
|
+
modelProperties: {
|
|
3088
|
+
status: {
|
|
3089
|
+
serializedName: "status",
|
|
3090
|
+
readOnly: true,
|
|
3455
3091
|
type: {
|
|
3456
3092
|
name: "String"
|
|
3457
3093
|
}
|
|
3458
3094
|
},
|
|
3459
|
-
|
|
3460
|
-
serializedName: "
|
|
3095
|
+
instanceCount: {
|
|
3096
|
+
serializedName: "instanceCount",
|
|
3097
|
+
readOnly: true,
|
|
3098
|
+
type: {
|
|
3099
|
+
name: "Number"
|
|
3100
|
+
}
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
};
|
|
3105
|
+
|
|
3106
|
+
export const ScriptActionExecutionHistoryList: coreClient.CompositeMapper = {
|
|
3107
|
+
type: {
|
|
3108
|
+
name: "Composite",
|
|
3109
|
+
className: "ScriptActionExecutionHistoryList",
|
|
3110
|
+
modelProperties: {
|
|
3111
|
+
value: {
|
|
3112
|
+
serializedName: "value",
|
|
3113
|
+
readOnly: true,
|
|
3461
3114
|
type: {
|
|
3462
3115
|
name: "Sequence",
|
|
3463
3116
|
element: {
|
|
3464
3117
|
type: {
|
|
3465
|
-
name: "
|
|
3118
|
+
name: "Composite",
|
|
3119
|
+
className: "RuntimeScriptActionDetail"
|
|
3466
3120
|
}
|
|
3467
3121
|
}
|
|
3468
3122
|
}
|
|
3469
3123
|
},
|
|
3470
|
-
|
|
3471
|
-
serializedName: "
|
|
3124
|
+
nextLink: {
|
|
3125
|
+
serializedName: "nextLink",
|
|
3126
|
+
readOnly: true,
|
|
3127
|
+
type: {
|
|
3128
|
+
name: "String"
|
|
3129
|
+
}
|
|
3130
|
+
}
|
|
3131
|
+
}
|
|
3132
|
+
}
|
|
3133
|
+
};
|
|
3134
|
+
|
|
3135
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
3136
|
+
type: {
|
|
3137
|
+
name: "Composite",
|
|
3138
|
+
className: "OperationListResult",
|
|
3139
|
+
modelProperties: {
|
|
3140
|
+
value: {
|
|
3141
|
+
serializedName: "value",
|
|
3142
|
+
type: {
|
|
3143
|
+
name: "Sequence",
|
|
3144
|
+
element: {
|
|
3145
|
+
type: {
|
|
3146
|
+
name: "Composite",
|
|
3147
|
+
className: "Operation"
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
},
|
|
3152
|
+
nextLink: {
|
|
3153
|
+
serializedName: "nextLink",
|
|
3154
|
+
type: {
|
|
3155
|
+
name: "String"
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
};
|
|
3161
|
+
|
|
3162
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
3163
|
+
type: {
|
|
3164
|
+
name: "Composite",
|
|
3165
|
+
className: "Operation",
|
|
3166
|
+
modelProperties: {
|
|
3167
|
+
name: {
|
|
3168
|
+
serializedName: "name",
|
|
3472
3169
|
type: {
|
|
3473
3170
|
name: "String"
|
|
3474
3171
|
}
|
|
3172
|
+
},
|
|
3173
|
+
display: {
|
|
3174
|
+
serializedName: "display",
|
|
3175
|
+
type: {
|
|
3176
|
+
name: "Composite",
|
|
3177
|
+
className: "OperationDisplay"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
properties: {
|
|
3181
|
+
serializedName: "properties",
|
|
3182
|
+
type: {
|
|
3183
|
+
name: "Composite",
|
|
3184
|
+
className: "OperationProperties"
|
|
3185
|
+
}
|
|
3475
3186
|
}
|
|
3476
3187
|
}
|
|
3477
3188
|
}
|
|
3478
3189
|
};
|
|
3479
3190
|
|
|
3480
|
-
export const OperationDisplay:
|
|
3481
|
-
serializedName: "OperationDisplay",
|
|
3191
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
3482
3192
|
type: {
|
|
3483
3193
|
name: "Composite",
|
|
3484
3194
|
className: "OperationDisplay",
|
|
@@ -3511,42 +3221,44 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
3511
3221
|
}
|
|
3512
3222
|
};
|
|
3513
3223
|
|
|
3514
|
-
export const
|
|
3515
|
-
serializedName: "Dimension",
|
|
3224
|
+
export const OperationProperties: coreClient.CompositeMapper = {
|
|
3516
3225
|
type: {
|
|
3517
3226
|
name: "Composite",
|
|
3518
|
-
className: "
|
|
3519
|
-
modelProperties: {
|
|
3520
|
-
|
|
3521
|
-
serializedName: "
|
|
3522
|
-
type: {
|
|
3523
|
-
name: "String"
|
|
3524
|
-
}
|
|
3525
|
-
},
|
|
3526
|
-
displayName: {
|
|
3527
|
-
serializedName: "displayName",
|
|
3528
|
-
type: {
|
|
3529
|
-
name: "String"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
internalName: {
|
|
3533
|
-
serializedName: "internalName",
|
|
3227
|
+
className: "OperationProperties",
|
|
3228
|
+
modelProperties: {
|
|
3229
|
+
serviceSpecification: {
|
|
3230
|
+
serializedName: "serviceSpecification",
|
|
3534
3231
|
type: {
|
|
3535
|
-
name: "
|
|
3232
|
+
name: "Composite",
|
|
3233
|
+
className: "ServiceSpecification"
|
|
3536
3234
|
}
|
|
3537
|
-
}
|
|
3538
|
-
|
|
3539
|
-
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
};
|
|
3239
|
+
|
|
3240
|
+
export const ServiceSpecification: coreClient.CompositeMapper = {
|
|
3241
|
+
type: {
|
|
3242
|
+
name: "Composite",
|
|
3243
|
+
className: "ServiceSpecification",
|
|
3244
|
+
modelProperties: {
|
|
3245
|
+
metricSpecifications: {
|
|
3246
|
+
serializedName: "metricSpecifications",
|
|
3540
3247
|
type: {
|
|
3541
|
-
name: "
|
|
3248
|
+
name: "Sequence",
|
|
3249
|
+
element: {
|
|
3250
|
+
type: {
|
|
3251
|
+
name: "Composite",
|
|
3252
|
+
className: "MetricSpecifications"
|
|
3253
|
+
}
|
|
3254
|
+
}
|
|
3542
3255
|
}
|
|
3543
3256
|
}
|
|
3544
3257
|
}
|
|
3545
3258
|
}
|
|
3546
3259
|
};
|
|
3547
3260
|
|
|
3548
|
-
export const MetricSpecifications:
|
|
3549
|
-
serializedName: "MetricSpecifications",
|
|
3261
|
+
export const MetricSpecifications: coreClient.CompositeMapper = {
|
|
3550
3262
|
type: {
|
|
3551
3263
|
name: "Composite",
|
|
3552
3264
|
className: "MetricSpecifications",
|
|
@@ -3673,20 +3385,107 @@ export const MetricSpecifications: msRest.CompositeMapper = {
|
|
|
3673
3385
|
}
|
|
3674
3386
|
};
|
|
3675
3387
|
|
|
3676
|
-
export const
|
|
3677
|
-
serializedName: "ServiceSpecification",
|
|
3388
|
+
export const Dimension: coreClient.CompositeMapper = {
|
|
3678
3389
|
type: {
|
|
3679
3390
|
name: "Composite",
|
|
3680
|
-
className: "
|
|
3391
|
+
className: "Dimension",
|
|
3681
3392
|
modelProperties: {
|
|
3682
|
-
|
|
3683
|
-
serializedName: "
|
|
3393
|
+
name: {
|
|
3394
|
+
serializedName: "name",
|
|
3395
|
+
type: {
|
|
3396
|
+
name: "String"
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3399
|
+
displayName: {
|
|
3400
|
+
serializedName: "displayName",
|
|
3401
|
+
type: {
|
|
3402
|
+
name: "String"
|
|
3403
|
+
}
|
|
3404
|
+
},
|
|
3405
|
+
internalName: {
|
|
3406
|
+
serializedName: "internalName",
|
|
3407
|
+
type: {
|
|
3408
|
+
name: "String"
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3411
|
+
toBeExportedForShoebox: {
|
|
3412
|
+
serializedName: "toBeExportedForShoebox",
|
|
3413
|
+
type: {
|
|
3414
|
+
name: "Boolean"
|
|
3415
|
+
}
|
|
3416
|
+
}
|
|
3417
|
+
}
|
|
3418
|
+
}
|
|
3419
|
+
};
|
|
3420
|
+
|
|
3421
|
+
export const HostInfo: coreClient.CompositeMapper = {
|
|
3422
|
+
type: {
|
|
3423
|
+
name: "Composite",
|
|
3424
|
+
className: "HostInfo",
|
|
3425
|
+
modelProperties: {
|
|
3426
|
+
name: {
|
|
3427
|
+
serializedName: "name",
|
|
3428
|
+
type: {
|
|
3429
|
+
name: "String"
|
|
3430
|
+
}
|
|
3431
|
+
},
|
|
3432
|
+
fqdn: {
|
|
3433
|
+
serializedName: "fqdn",
|
|
3434
|
+
type: {
|
|
3435
|
+
name: "String"
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
effectiveDiskEncryptionKeyUrl: {
|
|
3439
|
+
serializedName: "effectiveDiskEncryptionKeyUrl",
|
|
3440
|
+
type: {
|
|
3441
|
+
name: "String"
|
|
3442
|
+
}
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
}
|
|
3446
|
+
};
|
|
3447
|
+
|
|
3448
|
+
export const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {
|
|
3449
|
+
type: {
|
|
3450
|
+
name: "Composite",
|
|
3451
|
+
className: "PrivateEndpointConnectionListResult",
|
|
3452
|
+
modelProperties: {
|
|
3453
|
+
value: {
|
|
3454
|
+
serializedName: "value",
|
|
3684
3455
|
type: {
|
|
3685
3456
|
name: "Sequence",
|
|
3686
3457
|
element: {
|
|
3687
3458
|
type: {
|
|
3688
3459
|
name: "Composite",
|
|
3689
|
-
className: "
|
|
3460
|
+
className: "PrivateEndpointConnection"
|
|
3461
|
+
}
|
|
3462
|
+
}
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
nextLink: {
|
|
3466
|
+
serializedName: "nextLink",
|
|
3467
|
+
readOnly: true,
|
|
3468
|
+
type: {
|
|
3469
|
+
name: "String"
|
|
3470
|
+
}
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
}
|
|
3474
|
+
};
|
|
3475
|
+
|
|
3476
|
+
export const PrivateLinkResourceListResult: coreClient.CompositeMapper = {
|
|
3477
|
+
type: {
|
|
3478
|
+
name: "Composite",
|
|
3479
|
+
className: "PrivateLinkResourceListResult",
|
|
3480
|
+
modelProperties: {
|
|
3481
|
+
value: {
|
|
3482
|
+
serializedName: "value",
|
|
3483
|
+
type: {
|
|
3484
|
+
name: "Sequence",
|
|
3485
|
+
element: {
|
|
3486
|
+
type: {
|
|
3487
|
+
name: "Composite",
|
|
3488
|
+
className: "PrivateLinkResource"
|
|
3690
3489
|
}
|
|
3691
3490
|
}
|
|
3692
3491
|
}
|
|
@@ -3695,73 +3494,183 @@ export const ServiceSpecification: msRest.CompositeMapper = {
|
|
|
3695
3494
|
}
|
|
3696
3495
|
};
|
|
3697
3496
|
|
|
3698
|
-
export const
|
|
3699
|
-
serializedName: "OperationProperties",
|
|
3497
|
+
export const ClusterListPersistedScriptActionsResult: coreClient.CompositeMapper = {
|
|
3700
3498
|
type: {
|
|
3701
3499
|
name: "Composite",
|
|
3702
|
-
className: "
|
|
3500
|
+
className: "ClusterListPersistedScriptActionsResult",
|
|
3703
3501
|
modelProperties: {
|
|
3704
|
-
|
|
3705
|
-
serializedName: "
|
|
3502
|
+
value: {
|
|
3503
|
+
serializedName: "value",
|
|
3504
|
+
type: {
|
|
3505
|
+
name: "Sequence",
|
|
3506
|
+
element: {
|
|
3507
|
+
type: {
|
|
3508
|
+
name: "Composite",
|
|
3509
|
+
className: "RuntimeScriptAction"
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
nextLink: {
|
|
3515
|
+
serializedName: "nextLink",
|
|
3516
|
+
readOnly: true,
|
|
3517
|
+
type: {
|
|
3518
|
+
name: "String"
|
|
3519
|
+
}
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
}
|
|
3523
|
+
};
|
|
3524
|
+
|
|
3525
|
+
export const ScriptActionPersistedGetResponseSpec: coreClient.CompositeMapper = {
|
|
3526
|
+
type: {
|
|
3527
|
+
name: "Composite",
|
|
3528
|
+
className: "ScriptActionPersistedGetResponseSpec",
|
|
3529
|
+
modelProperties: {
|
|
3530
|
+
name: {
|
|
3531
|
+
serializedName: "name",
|
|
3532
|
+
type: {
|
|
3533
|
+
name: "String"
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
uri: {
|
|
3537
|
+
serializedName: "uri",
|
|
3538
|
+
type: {
|
|
3539
|
+
name: "String"
|
|
3540
|
+
}
|
|
3541
|
+
},
|
|
3542
|
+
parameters: {
|
|
3543
|
+
serializedName: "parameters",
|
|
3544
|
+
type: {
|
|
3545
|
+
name: "String"
|
|
3546
|
+
}
|
|
3547
|
+
},
|
|
3548
|
+
roles: {
|
|
3549
|
+
serializedName: "roles",
|
|
3550
|
+
type: {
|
|
3551
|
+
name: "Sequence",
|
|
3552
|
+
element: {
|
|
3553
|
+
type: {
|
|
3554
|
+
name: "String"
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3559
|
+
applicationName: {
|
|
3560
|
+
serializedName: "applicationName",
|
|
3561
|
+
type: {
|
|
3562
|
+
name: "String"
|
|
3563
|
+
}
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
}
|
|
3567
|
+
};
|
|
3568
|
+
|
|
3569
|
+
export const ClusterCreateRequestValidationParameters: coreClient.CompositeMapper = {
|
|
3570
|
+
type: {
|
|
3571
|
+
name: "Composite",
|
|
3572
|
+
className: "ClusterCreateRequestValidationParameters",
|
|
3573
|
+
modelProperties: {
|
|
3574
|
+
...ClusterCreateParametersExtended.type.modelProperties,
|
|
3575
|
+
name: {
|
|
3576
|
+
serializedName: "name",
|
|
3577
|
+
type: {
|
|
3578
|
+
name: "String"
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
type: {
|
|
3582
|
+
serializedName: "type",
|
|
3583
|
+
type: {
|
|
3584
|
+
name: "String"
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
tenantId: {
|
|
3588
|
+
serializedName: "tenantId",
|
|
3589
|
+
type: {
|
|
3590
|
+
name: "String"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
fetchAaddsResource: {
|
|
3594
|
+
serializedName: "fetchAaddsResource",
|
|
3595
|
+
type: {
|
|
3596
|
+
name: "Boolean"
|
|
3597
|
+
}
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
}
|
|
3601
|
+
};
|
|
3602
|
+
|
|
3603
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
3604
|
+
type: {
|
|
3605
|
+
name: "Composite",
|
|
3606
|
+
className: "PrivateEndpointConnection",
|
|
3607
|
+
modelProperties: {
|
|
3608
|
+
...Resource.type.modelProperties,
|
|
3609
|
+
systemData: {
|
|
3610
|
+
serializedName: "systemData",
|
|
3611
|
+
type: {
|
|
3612
|
+
name: "Composite",
|
|
3613
|
+
className: "SystemData"
|
|
3614
|
+
}
|
|
3615
|
+
},
|
|
3616
|
+
privateEndpoint: {
|
|
3617
|
+
serializedName: "properties.privateEndpoint",
|
|
3618
|
+
type: {
|
|
3619
|
+
name: "Composite",
|
|
3620
|
+
className: "PrivateEndpoint"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
privateLinkServiceConnectionState: {
|
|
3624
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3625
|
+
type: {
|
|
3626
|
+
name: "Composite",
|
|
3627
|
+
className: "PrivateLinkServiceConnectionState"
|
|
3628
|
+
}
|
|
3629
|
+
},
|
|
3630
|
+
linkIdentifier: {
|
|
3631
|
+
serializedName: "properties.linkIdentifier",
|
|
3632
|
+
readOnly: true,
|
|
3633
|
+
type: {
|
|
3634
|
+
name: "String"
|
|
3635
|
+
}
|
|
3636
|
+
},
|
|
3637
|
+
provisioningState: {
|
|
3638
|
+
serializedName: "properties.provisioningState",
|
|
3639
|
+
readOnly: true,
|
|
3706
3640
|
type: {
|
|
3707
|
-
name: "
|
|
3708
|
-
className: "ServiceSpecification"
|
|
3641
|
+
name: "String"
|
|
3709
3642
|
}
|
|
3710
3643
|
}
|
|
3711
3644
|
}
|
|
3712
3645
|
}
|
|
3713
3646
|
};
|
|
3714
3647
|
|
|
3715
|
-
export const
|
|
3716
|
-
serializedName: "Operation",
|
|
3648
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
3717
3649
|
type: {
|
|
3718
3650
|
name: "Composite",
|
|
3719
|
-
className: "
|
|
3651
|
+
className: "ProxyResource",
|
|
3720
3652
|
modelProperties: {
|
|
3721
|
-
|
|
3722
|
-
serializedName: "name",
|
|
3723
|
-
type: {
|
|
3724
|
-
name: "String"
|
|
3725
|
-
}
|
|
3726
|
-
},
|
|
3727
|
-
display: {
|
|
3728
|
-
serializedName: "display",
|
|
3729
|
-
type: {
|
|
3730
|
-
name: "Composite",
|
|
3731
|
-
className: "OperationDisplay"
|
|
3732
|
-
}
|
|
3733
|
-
},
|
|
3734
|
-
properties: {
|
|
3735
|
-
serializedName: "properties",
|
|
3736
|
-
type: {
|
|
3737
|
-
name: "Composite",
|
|
3738
|
-
className: "OperationProperties"
|
|
3739
|
-
}
|
|
3740
|
-
}
|
|
3653
|
+
...Resource.type.modelProperties
|
|
3741
3654
|
}
|
|
3742
3655
|
}
|
|
3743
3656
|
};
|
|
3744
3657
|
|
|
3745
|
-
export const
|
|
3746
|
-
serializedName: "HostInfo",
|
|
3658
|
+
export const TrackedResource: coreClient.CompositeMapper = {
|
|
3747
3659
|
type: {
|
|
3748
3660
|
name: "Composite",
|
|
3749
|
-
className: "
|
|
3661
|
+
className: "TrackedResource",
|
|
3750
3662
|
modelProperties: {
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
name: "String"
|
|
3755
|
-
}
|
|
3756
|
-
},
|
|
3757
|
-
fqdn: {
|
|
3758
|
-
serializedName: "fqdn",
|
|
3663
|
+
...ResourceAutoGenerated.type.modelProperties,
|
|
3664
|
+
tags: {
|
|
3665
|
+
serializedName: "tags",
|
|
3759
3666
|
type: {
|
|
3760
|
-
name: "
|
|
3667
|
+
name: "Dictionary",
|
|
3668
|
+
value: { type: { name: "String" } }
|
|
3761
3669
|
}
|
|
3762
3670
|
},
|
|
3763
|
-
|
|
3764
|
-
serializedName: "
|
|
3671
|
+
location: {
|
|
3672
|
+
serializedName: "location",
|
|
3673
|
+
required: true,
|
|
3765
3674
|
type: {
|
|
3766
3675
|
name: "String"
|
|
3767
3676
|
}
|
|
@@ -3770,23 +3679,29 @@ export const HostInfo: msRest.CompositeMapper = {
|
|
|
3770
3679
|
}
|
|
3771
3680
|
};
|
|
3772
3681
|
|
|
3773
|
-
export const PrivateLinkResource:
|
|
3774
|
-
serializedName: "PrivateLinkResource",
|
|
3682
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
3775
3683
|
type: {
|
|
3776
3684
|
name: "Composite",
|
|
3777
3685
|
className: "PrivateLinkResource",
|
|
3778
3686
|
modelProperties: {
|
|
3779
|
-
...
|
|
3687
|
+
...ResourceAutoGenerated.type.modelProperties,
|
|
3688
|
+
systemData: {
|
|
3689
|
+
serializedName: "systemData",
|
|
3690
|
+
type: {
|
|
3691
|
+
name: "Composite",
|
|
3692
|
+
className: "SystemData"
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3780
3695
|
groupId: {
|
|
3781
|
-
readOnly: true,
|
|
3782
3696
|
serializedName: "properties.groupId",
|
|
3697
|
+
readOnly: true,
|
|
3783
3698
|
type: {
|
|
3784
3699
|
name: "String"
|
|
3785
3700
|
}
|
|
3786
3701
|
},
|
|
3787
3702
|
requiredMembers: {
|
|
3788
|
-
readOnly: true,
|
|
3789
3703
|
serializedName: "properties.requiredMembers",
|
|
3704
|
+
readOnly: true,
|
|
3790
3705
|
type: {
|
|
3791
3706
|
name: "Sequence",
|
|
3792
3707
|
element: {
|
|
@@ -3806,138 +3721,68 @@ export const PrivateLinkResource: msRest.CompositeMapper = {
|
|
|
3806
3721
|
}
|
|
3807
3722
|
}
|
|
3808
3723
|
}
|
|
3809
|
-
},
|
|
3810
|
-
systemData: {
|
|
3811
|
-
readOnly: true,
|
|
3812
|
-
serializedName: "systemData",
|
|
3813
|
-
type: {
|
|
3814
|
-
name: "Composite",
|
|
3815
|
-
className: "SystemData"
|
|
3816
|
-
}
|
|
3817
3724
|
}
|
|
3818
3725
|
}
|
|
3819
3726
|
}
|
|
3820
3727
|
};
|
|
3821
3728
|
|
|
3822
|
-
export const
|
|
3823
|
-
serializedName: "PrivateLinkResourceListResult",
|
|
3729
|
+
export const RuntimeScriptActionDetail: coreClient.CompositeMapper = {
|
|
3824
3730
|
type: {
|
|
3825
3731
|
name: "Composite",
|
|
3826
|
-
className: "
|
|
3732
|
+
className: "RuntimeScriptActionDetail",
|
|
3827
3733
|
modelProperties: {
|
|
3828
|
-
|
|
3829
|
-
|
|
3734
|
+
...RuntimeScriptAction.type.modelProperties,
|
|
3735
|
+
scriptExecutionId: {
|
|
3736
|
+
serializedName: "scriptExecutionId",
|
|
3737
|
+
readOnly: true,
|
|
3830
3738
|
type: {
|
|
3831
|
-
name: "
|
|
3832
|
-
element: {
|
|
3833
|
-
type: {
|
|
3834
|
-
name: "Composite",
|
|
3835
|
-
className: "PrivateLinkResource"
|
|
3836
|
-
}
|
|
3837
|
-
}
|
|
3739
|
+
name: "Number"
|
|
3838
3740
|
}
|
|
3839
|
-
}
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
};
|
|
3843
|
-
|
|
3844
|
-
export const AzureEntityResource: msRest.CompositeMapper = {
|
|
3845
|
-
serializedName: "AzureEntityResource",
|
|
3846
|
-
type: {
|
|
3847
|
-
name: "Composite",
|
|
3848
|
-
className: "AzureEntityResource",
|
|
3849
|
-
modelProperties: {
|
|
3850
|
-
...Resource.type.modelProperties,
|
|
3851
|
-
etag: {
|
|
3741
|
+
},
|
|
3742
|
+
startTime: {
|
|
3743
|
+
serializedName: "startTime",
|
|
3852
3744
|
readOnly: true,
|
|
3853
|
-
serializedName: "etag",
|
|
3854
3745
|
type: {
|
|
3855
3746
|
name: "String"
|
|
3856
3747
|
}
|
|
3857
|
-
}
|
|
3858
|
-
}
|
|
3859
|
-
}
|
|
3860
|
-
};
|
|
3861
|
-
|
|
3862
|
-
export const ClusterListResult: msRest.CompositeMapper = {
|
|
3863
|
-
serializedName: "ClusterListResult",
|
|
3864
|
-
type: {
|
|
3865
|
-
name: "Composite",
|
|
3866
|
-
className: "ClusterListResult",
|
|
3867
|
-
modelProperties: {
|
|
3868
|
-
value: {
|
|
3869
|
-
serializedName: "",
|
|
3870
|
-
type: {
|
|
3871
|
-
name: "Sequence",
|
|
3872
|
-
element: {
|
|
3873
|
-
type: {
|
|
3874
|
-
name: "Composite",
|
|
3875
|
-
className: "Cluster"
|
|
3876
|
-
}
|
|
3877
|
-
}
|
|
3878
|
-
}
|
|
3879
3748
|
},
|
|
3880
|
-
|
|
3749
|
+
endTime: {
|
|
3750
|
+
serializedName: "endTime",
|
|
3881
3751
|
readOnly: true,
|
|
3882
|
-
serializedName: "nextLink",
|
|
3883
3752
|
type: {
|
|
3884
3753
|
name: "String"
|
|
3885
3754
|
}
|
|
3886
|
-
}
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
export const ApplicationListResult: msRest.CompositeMapper = {
|
|
3892
|
-
serializedName: "ApplicationListResult",
|
|
3893
|
-
type: {
|
|
3894
|
-
name: "Composite",
|
|
3895
|
-
className: "ApplicationListResult",
|
|
3896
|
-
modelProperties: {
|
|
3897
|
-
value: {
|
|
3898
|
-
serializedName: "",
|
|
3755
|
+
},
|
|
3756
|
+
status: {
|
|
3757
|
+
serializedName: "status",
|
|
3758
|
+
readOnly: true,
|
|
3899
3759
|
type: {
|
|
3900
|
-
name: "
|
|
3901
|
-
element: {
|
|
3902
|
-
type: {
|
|
3903
|
-
name: "Composite",
|
|
3904
|
-
className: "Application"
|
|
3905
|
-
}
|
|
3906
|
-
}
|
|
3760
|
+
name: "String"
|
|
3907
3761
|
}
|
|
3908
3762
|
},
|
|
3909
|
-
|
|
3763
|
+
operation: {
|
|
3764
|
+
serializedName: "operation",
|
|
3910
3765
|
readOnly: true,
|
|
3911
|
-
serializedName: "nextLink",
|
|
3912
3766
|
type: {
|
|
3913
3767
|
name: "String"
|
|
3914
3768
|
}
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
export const ScriptActionsList: msRest.CompositeMapper = {
|
|
3921
|
-
serializedName: "ScriptActionsList",
|
|
3922
|
-
type: {
|
|
3923
|
-
name: "Composite",
|
|
3924
|
-
className: "ScriptActionsList",
|
|
3925
|
-
modelProperties: {
|
|
3926
|
-
value: {
|
|
3927
|
-
serializedName: "",
|
|
3769
|
+
},
|
|
3770
|
+
executionSummary: {
|
|
3771
|
+
serializedName: "executionSummary",
|
|
3772
|
+
readOnly: true,
|
|
3928
3773
|
type: {
|
|
3929
3774
|
name: "Sequence",
|
|
3930
3775
|
element: {
|
|
3931
3776
|
type: {
|
|
3932
3777
|
name: "Composite",
|
|
3933
|
-
className: "
|
|
3778
|
+
className: "ScriptActionExecutionSummary"
|
|
3934
3779
|
}
|
|
3935
3780
|
}
|
|
3936
3781
|
}
|
|
3937
3782
|
},
|
|
3938
|
-
|
|
3783
|
+
debugInformation: {
|
|
3784
|
+
serializedName: "debugInformation",
|
|
3939
3785
|
readOnly: true,
|
|
3940
|
-
serializedName: "nextLink",
|
|
3941
3786
|
type: {
|
|
3942
3787
|
name: "String"
|
|
3943
3788
|
}
|
|
@@ -3946,87 +3791,85 @@ export const ScriptActionsList: msRest.CompositeMapper = {
|
|
|
3946
3791
|
}
|
|
3947
3792
|
};
|
|
3948
3793
|
|
|
3949
|
-
export const
|
|
3950
|
-
serializedName: "ScriptActionExecutionHistoryList",
|
|
3794
|
+
export const Application: coreClient.CompositeMapper = {
|
|
3951
3795
|
type: {
|
|
3952
3796
|
name: "Composite",
|
|
3953
|
-
className: "
|
|
3797
|
+
className: "Application",
|
|
3954
3798
|
modelProperties: {
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
serializedName: "",
|
|
3799
|
+
...ProxyResource.type.modelProperties,
|
|
3800
|
+
etag: {
|
|
3801
|
+
serializedName: "etag",
|
|
3958
3802
|
type: {
|
|
3959
|
-
name: "
|
|
3960
|
-
element: {
|
|
3961
|
-
type: {
|
|
3962
|
-
name: "Composite",
|
|
3963
|
-
className: "RuntimeScriptActionDetail"
|
|
3964
|
-
}
|
|
3965
|
-
}
|
|
3803
|
+
name: "String"
|
|
3966
3804
|
}
|
|
3967
3805
|
},
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
serializedName: "nextLink",
|
|
3806
|
+
tags: {
|
|
3807
|
+
serializedName: "tags",
|
|
3971
3808
|
type: {
|
|
3972
|
-
name: "
|
|
3809
|
+
name: "Dictionary",
|
|
3810
|
+
value: { type: { name: "String" } }
|
|
3973
3811
|
}
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
};
|
|
3978
|
-
|
|
3979
|
-
export const OperationListResult: msRest.CompositeMapper = {
|
|
3980
|
-
serializedName: "OperationListResult",
|
|
3981
|
-
type: {
|
|
3982
|
-
name: "Composite",
|
|
3983
|
-
className: "OperationListResult",
|
|
3984
|
-
modelProperties: {
|
|
3985
|
-
value: {
|
|
3986
|
-
serializedName: "",
|
|
3812
|
+
},
|
|
3813
|
+
properties: {
|
|
3814
|
+
serializedName: "properties",
|
|
3987
3815
|
type: {
|
|
3988
|
-
name: "
|
|
3989
|
-
|
|
3990
|
-
type: {
|
|
3991
|
-
name: "Composite",
|
|
3992
|
-
className: "Operation"
|
|
3993
|
-
}
|
|
3994
|
-
}
|
|
3816
|
+
name: "Composite",
|
|
3817
|
+
className: "ApplicationProperties"
|
|
3995
3818
|
}
|
|
3996
3819
|
},
|
|
3997
|
-
|
|
3998
|
-
serializedName: "
|
|
3820
|
+
systemData: {
|
|
3821
|
+
serializedName: "systemData",
|
|
3999
3822
|
type: {
|
|
4000
|
-
name: "
|
|
3823
|
+
name: "Composite",
|
|
3824
|
+
className: "SystemData"
|
|
4001
3825
|
}
|
|
4002
3826
|
}
|
|
4003
3827
|
}
|
|
4004
3828
|
}
|
|
4005
3829
|
};
|
|
4006
3830
|
|
|
4007
|
-
export const
|
|
4008
|
-
serializedName: "PrivateEndpointConnectionListResult",
|
|
3831
|
+
export const Cluster: coreClient.CompositeMapper = {
|
|
4009
3832
|
type: {
|
|
4010
3833
|
name: "Composite",
|
|
4011
|
-
className: "
|
|
3834
|
+
className: "Cluster",
|
|
4012
3835
|
modelProperties: {
|
|
4013
|
-
|
|
4014
|
-
|
|
3836
|
+
...TrackedResource.type.modelProperties,
|
|
3837
|
+
etag: {
|
|
3838
|
+
serializedName: "etag",
|
|
3839
|
+
type: {
|
|
3840
|
+
name: "String"
|
|
3841
|
+
}
|
|
3842
|
+
},
|
|
3843
|
+
zones: {
|
|
3844
|
+
serializedName: "zones",
|
|
4015
3845
|
type: {
|
|
4016
3846
|
name: "Sequence",
|
|
4017
3847
|
element: {
|
|
4018
3848
|
type: {
|
|
4019
|
-
name: "
|
|
4020
|
-
className: "PrivateEndpointConnection"
|
|
3849
|
+
name: "String"
|
|
4021
3850
|
}
|
|
4022
3851
|
}
|
|
4023
3852
|
}
|
|
4024
3853
|
},
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
serializedName: "nextLink",
|
|
3854
|
+
properties: {
|
|
3855
|
+
serializedName: "properties",
|
|
4028
3856
|
type: {
|
|
4029
|
-
name: "
|
|
3857
|
+
name: "Composite",
|
|
3858
|
+
className: "ClusterGetProperties"
|
|
3859
|
+
}
|
|
3860
|
+
},
|
|
3861
|
+
identity: {
|
|
3862
|
+
serializedName: "identity",
|
|
3863
|
+
type: {
|
|
3864
|
+
name: "Composite",
|
|
3865
|
+
className: "ClusterIdentity"
|
|
3866
|
+
}
|
|
3867
|
+
},
|
|
3868
|
+
systemData: {
|
|
3869
|
+
serializedName: "systemData",
|
|
3870
|
+
type: {
|
|
3871
|
+
name: "Composite",
|
|
3872
|
+
className: "SystemData"
|
|
4030
3873
|
}
|
|
4031
3874
|
}
|
|
4032
3875
|
}
|