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