@azure/arm-hdinsight 0.22.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 -74
- 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/configurationsMappers.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 +1813 -1305
- 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 +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +19 -0
- 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/virtualMachinesMappers.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/configurationsMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -5
- 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/virtualMachinesMappers.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 -31
- package/review/arm-hdinsight.api.md +1678 -0
- package/rollup.config.js +181 -30
- package/src/hDInsightManagementClient.ts +106 -44
- package/src/{models/extensionsMappers.ts → index.ts} +4 -6
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1760 -2084
- package/src/models/mappers.ts +1840 -1291
- package/src/models/parameters.ts +236 -44
- package/src/operations/applications.ts +383 -187
- package/src/operations/clusters.ts +1051 -535
- package/src/operations/configurations.ts +162 -154
- package/src/operations/extensions.ts +693 -216
- package/src/operations/index.ts +3 -2
- package/src/operations/locations.ts +186 -99
- package/src/operations/operations.ts +85 -73
- package/src/operations/privateEndpointConnections.ts +495 -0
- package/src/operations/privateLinkResources.ts +116 -0
- package/src/operations/scriptActions.ts +215 -157
- package/src/operations/scriptExecutionHistory.ts +155 -123
- package/src/operations/virtualMachines.ts +166 -101
- 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/{esm/operations/index.js → src/operationsInterfaces/index.ts} +4 -3
- 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 -5759
- 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 -27
- package/esm/hDInsightManagementClient.d.ts.map +0 -1
- package/esm/hDInsightManagementClient.js +0 -41
- package/esm/hDInsightManagementClient.js.map +0 -1
- package/esm/hDInsightManagementClientContext.d.ts +0 -17
- package/esm/hDInsightManagementClientContext.d.ts.map +0 -1
- package/esm/hDInsightManagementClientContext.js +0 -56
- 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 -2397
- 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 -94
- 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 -15
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -142
- package/esm/models/parameters.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 -115
- package/esm/operations/applications.d.ts.map +0 -1
- package/esm/operations/applications.js +0 -233
- package/esm/operations/applications.js.map +0 -1
- package/esm/operations/clusters.d.ts +0 -273
- package/esm/operations/clusters.d.ts.map +0 -1
- package/esm/operations/clusters.js +0 -621
- 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 -131
- package/esm/operations/extensions.d.ts.map +0 -1
- package/esm/operations/extensions.js +0 -307
- 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 -67
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -113
- 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/scriptActions.d.ts +0 -100
- package/esm/operations/scriptActions.d.ts.map +0 -1
- package/esm/operations/scriptActions.js +0 -151
- 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 -53
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -134
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/hDInsightManagementClientContext.ts +0 -62
- package/src/models/applicationsMappers.ts +0 -56
- package/src/models/clustersMappers.ts +0 -65
- package/src/models/locationsMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -18
- package/src/models/scriptActionsMappers.ts +0 -15
- package/src/models/scriptExecutionHistoryMappers.ts +0 -15
|
@@ -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",
|
|
39
|
+
type: {
|
|
40
|
+
name: "Composite",
|
|
41
|
+
className: "ClusterCreateProperties"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
identity: {
|
|
45
|
+
serializedName: "identity",
|
|
43
46
|
type: {
|
|
44
|
-
name: "
|
|
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",
|
|
@@ -80,12 +203,38 @@ export var KafkaRestProperties = {
|
|
|
80
203
|
name: "Composite",
|
|
81
204
|
className: "ClientGroupInfo"
|
|
82
205
|
}
|
|
206
|
+
},
|
|
207
|
+
configurationOverride: {
|
|
208
|
+
serializedName: "configurationOverride",
|
|
209
|
+
type: {
|
|
210
|
+
name: "Dictionary",
|
|
211
|
+
value: { type: { name: "String" } }
|
|
212
|
+
}
|
|
83
213
|
}
|
|
84
214
|
}
|
|
85
215
|
}
|
|
86
216
|
};
|
|
87
|
-
export
|
|
88
|
-
|
|
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"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
};
|
|
237
|
+
export const SecurityProfile = {
|
|
89
238
|
type: {
|
|
90
239
|
name: "Composite",
|
|
91
240
|
className: "SecurityProfile",
|
|
@@ -93,10 +242,7 @@ export var SecurityProfile = {
|
|
|
93
242
|
directoryType: {
|
|
94
243
|
serializedName: "directoryType",
|
|
95
244
|
type: {
|
|
96
|
-
name: "
|
|
97
|
-
allowedValues: [
|
|
98
|
-
"ActiveDirectory"
|
|
99
|
-
]
|
|
245
|
+
name: "String"
|
|
100
246
|
}
|
|
101
247
|
},
|
|
102
248
|
domain: {
|
|
@@ -160,119 +306,118 @@ export var SecurityProfile = {
|
|
|
160
306
|
}
|
|
161
307
|
}
|
|
162
308
|
};
|
|
163
|
-
export
|
|
164
|
-
serializedName: "AutoscaleTimeAndCapacity",
|
|
165
|
-
type: {
|
|
166
|
-
name: "Composite",
|
|
167
|
-
className: "AutoscaleTimeAndCapacity",
|
|
168
|
-
modelProperties: {
|
|
169
|
-
time: {
|
|
170
|
-
serializedName: "time",
|
|
171
|
-
type: {
|
|
172
|
-
name: "String"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
minInstanceCount: {
|
|
176
|
-
serializedName: "minInstanceCount",
|
|
177
|
-
type: {
|
|
178
|
-
name: "Number"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
maxInstanceCount: {
|
|
182
|
-
serializedName: "maxInstanceCount",
|
|
183
|
-
type: {
|
|
184
|
-
name: "Number"
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
};
|
|
190
|
-
export var AutoscaleSchedule = {
|
|
191
|
-
serializedName: "AutoscaleSchedule",
|
|
309
|
+
export const ComputeProfile = {
|
|
192
310
|
type: {
|
|
193
311
|
name: "Composite",
|
|
194
|
-
className: "
|
|
312
|
+
className: "ComputeProfile",
|
|
195
313
|
modelProperties: {
|
|
196
|
-
|
|
197
|
-
serializedName: "
|
|
314
|
+
roles: {
|
|
315
|
+
serializedName: "roles",
|
|
198
316
|
type: {
|
|
199
317
|
name: "Sequence",
|
|
200
318
|
element: {
|
|
201
319
|
type: {
|
|
202
|
-
name: "
|
|
203
|
-
|
|
204
|
-
"Monday",
|
|
205
|
-
"Tuesday",
|
|
206
|
-
"Wednesday",
|
|
207
|
-
"Thursday",
|
|
208
|
-
"Friday",
|
|
209
|
-
"Saturday",
|
|
210
|
-
"Sunday"
|
|
211
|
-
]
|
|
320
|
+
name: "Composite",
|
|
321
|
+
className: "Role"
|
|
212
322
|
}
|
|
213
323
|
}
|
|
214
324
|
}
|
|
215
|
-
},
|
|
216
|
-
timeAndCapacity: {
|
|
217
|
-
serializedName: "timeAndCapacity",
|
|
218
|
-
type: {
|
|
219
|
-
name: "Composite",
|
|
220
|
-
className: "AutoscaleTimeAndCapacity"
|
|
221
|
-
}
|
|
222
325
|
}
|
|
223
326
|
}
|
|
224
327
|
}
|
|
225
328
|
};
|
|
226
|
-
export
|
|
227
|
-
serializedName: "AutoscaleCapacity",
|
|
329
|
+
export const Role = {
|
|
228
330
|
type: {
|
|
229
331
|
name: "Composite",
|
|
230
|
-
className: "
|
|
332
|
+
className: "Role",
|
|
231
333
|
modelProperties: {
|
|
334
|
+
name: {
|
|
335
|
+
serializedName: "name",
|
|
336
|
+
type: {
|
|
337
|
+
name: "String"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
232
340
|
minInstanceCount: {
|
|
233
341
|
serializedName: "minInstanceCount",
|
|
234
342
|
type: {
|
|
235
343
|
name: "Number"
|
|
236
344
|
}
|
|
237
345
|
},
|
|
238
|
-
|
|
239
|
-
serializedName: "
|
|
346
|
+
targetInstanceCount: {
|
|
347
|
+
serializedName: "targetInstanceCount",
|
|
240
348
|
type: {
|
|
241
349
|
name: "Number"
|
|
242
350
|
}
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
};
|
|
247
|
-
export var AutoscaleRecurrence = {
|
|
248
|
-
serializedName: "AutoscaleRecurrence",
|
|
249
|
-
type: {
|
|
250
|
-
name: "Composite",
|
|
251
|
-
className: "AutoscaleRecurrence",
|
|
252
|
-
modelProperties: {
|
|
253
|
-
timeZone: {
|
|
254
|
-
serializedName: "timeZone",
|
|
351
|
+
},
|
|
352
|
+
vMGroupName: {
|
|
353
|
+
serializedName: "VMGroupName",
|
|
255
354
|
type: {
|
|
256
355
|
name: "String"
|
|
257
356
|
}
|
|
258
357
|
},
|
|
259
|
-
|
|
260
|
-
serializedName: "
|
|
358
|
+
autoscaleConfiguration: {
|
|
359
|
+
serializedName: "autoscale",
|
|
261
360
|
type: {
|
|
262
|
-
name: "
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
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",
|
|
390
|
+
element: {
|
|
391
|
+
type: {
|
|
392
|
+
name: "Composite",
|
|
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"
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
encryptDataDisks: {
|
|
411
|
+
defaultValue: false,
|
|
412
|
+
serializedName: "encryptDataDisks",
|
|
413
|
+
type: {
|
|
414
|
+
name: "Boolean"
|
|
269
415
|
}
|
|
270
416
|
}
|
|
271
417
|
}
|
|
272
418
|
}
|
|
273
419
|
};
|
|
274
|
-
export
|
|
275
|
-
serializedName: "Autoscale",
|
|
420
|
+
export const Autoscale = {
|
|
276
421
|
type: {
|
|
277
422
|
name: "Composite",
|
|
278
423
|
className: "Autoscale",
|
|
@@ -294,80 +439,97 @@ export var Autoscale = {
|
|
|
294
439
|
}
|
|
295
440
|
}
|
|
296
441
|
};
|
|
297
|
-
export
|
|
298
|
-
serializedName: "AutoscaleConfigurationUpdateParameter",
|
|
442
|
+
export const AutoscaleCapacity = {
|
|
299
443
|
type: {
|
|
300
444
|
name: "Composite",
|
|
301
|
-
className: "
|
|
445
|
+
className: "AutoscaleCapacity",
|
|
302
446
|
modelProperties: {
|
|
303
|
-
|
|
304
|
-
serializedName: "
|
|
447
|
+
minInstanceCount: {
|
|
448
|
+
serializedName: "minInstanceCount",
|
|
305
449
|
type: {
|
|
306
|
-
name: "
|
|
307
|
-
|
|
450
|
+
name: "Number"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
maxInstanceCount: {
|
|
454
|
+
serializedName: "maxInstanceCount",
|
|
455
|
+
type: {
|
|
456
|
+
name: "Number"
|
|
308
457
|
}
|
|
309
458
|
}
|
|
310
459
|
}
|
|
311
460
|
}
|
|
312
461
|
};
|
|
313
|
-
export
|
|
314
|
-
serializedName: "HardwareProfile",
|
|
462
|
+
export const AutoscaleRecurrence = {
|
|
315
463
|
type: {
|
|
316
464
|
name: "Composite",
|
|
317
|
-
className: "
|
|
465
|
+
className: "AutoscaleRecurrence",
|
|
318
466
|
modelProperties: {
|
|
319
|
-
|
|
320
|
-
serializedName: "
|
|
467
|
+
timeZone: {
|
|
468
|
+
serializedName: "timeZone",
|
|
321
469
|
type: {
|
|
322
470
|
name: "String"
|
|
323
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
|
+
}
|
|
324
484
|
}
|
|
325
485
|
}
|
|
326
486
|
}
|
|
327
487
|
};
|
|
328
|
-
export
|
|
329
|
-
serializedName: "VirtualNetworkProfile",
|
|
488
|
+
export const AutoscaleSchedule = {
|
|
330
489
|
type: {
|
|
331
490
|
name: "Composite",
|
|
332
|
-
className: "
|
|
491
|
+
className: "AutoscaleSchedule",
|
|
333
492
|
modelProperties: {
|
|
334
|
-
|
|
335
|
-
serializedName: "
|
|
493
|
+
days: {
|
|
494
|
+
serializedName: "days",
|
|
336
495
|
type: {
|
|
337
|
-
name: "
|
|
496
|
+
name: "Sequence",
|
|
497
|
+
element: {
|
|
498
|
+
type: {
|
|
499
|
+
name: "String"
|
|
500
|
+
}
|
|
501
|
+
}
|
|
338
502
|
}
|
|
339
503
|
},
|
|
340
|
-
|
|
341
|
-
serializedName: "
|
|
504
|
+
timeAndCapacity: {
|
|
505
|
+
serializedName: "timeAndCapacity",
|
|
342
506
|
type: {
|
|
343
|
-
name: "
|
|
507
|
+
name: "Composite",
|
|
508
|
+
className: "AutoscaleTimeAndCapacity"
|
|
344
509
|
}
|
|
345
510
|
}
|
|
346
511
|
}
|
|
347
512
|
}
|
|
348
513
|
};
|
|
349
|
-
export
|
|
350
|
-
serializedName: "DataDisksGroups",
|
|
514
|
+
export const AutoscaleTimeAndCapacity = {
|
|
351
515
|
type: {
|
|
352
516
|
name: "Composite",
|
|
353
|
-
className: "
|
|
517
|
+
className: "AutoscaleTimeAndCapacity",
|
|
354
518
|
modelProperties: {
|
|
355
|
-
|
|
356
|
-
serializedName: "
|
|
519
|
+
time: {
|
|
520
|
+
serializedName: "time",
|
|
357
521
|
type: {
|
|
358
|
-
name: "
|
|
522
|
+
name: "String"
|
|
359
523
|
}
|
|
360
524
|
},
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
serializedName: "storageAccountType",
|
|
525
|
+
minInstanceCount: {
|
|
526
|
+
serializedName: "minInstanceCount",
|
|
364
527
|
type: {
|
|
365
|
-
name: "
|
|
528
|
+
name: "Number"
|
|
366
529
|
}
|
|
367
530
|
},
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
serializedName: "diskSizeGB",
|
|
531
|
+
maxInstanceCount: {
|
|
532
|
+
serializedName: "maxInstanceCount",
|
|
371
533
|
type: {
|
|
372
534
|
name: "Number"
|
|
373
535
|
}
|
|
@@ -375,14 +537,13 @@ export var DataDisksGroups = {
|
|
|
375
537
|
}
|
|
376
538
|
}
|
|
377
539
|
};
|
|
378
|
-
export
|
|
379
|
-
serializedName: "SshPublicKey",
|
|
540
|
+
export const HardwareProfile = {
|
|
380
541
|
type: {
|
|
381
542
|
name: "Composite",
|
|
382
|
-
className: "
|
|
543
|
+
className: "HardwareProfile",
|
|
383
544
|
modelProperties: {
|
|
384
|
-
|
|
385
|
-
serializedName: "
|
|
545
|
+
vmSize: {
|
|
546
|
+
serializedName: "vmSize",
|
|
386
547
|
type: {
|
|
387
548
|
name: "String"
|
|
388
549
|
}
|
|
@@ -390,29 +551,22 @@ export var SshPublicKey = {
|
|
|
390
551
|
}
|
|
391
552
|
}
|
|
392
553
|
};
|
|
393
|
-
export
|
|
394
|
-
serializedName: "SshProfile",
|
|
554
|
+
export const OsProfile = {
|
|
395
555
|
type: {
|
|
396
556
|
name: "Composite",
|
|
397
|
-
className: "
|
|
557
|
+
className: "OsProfile",
|
|
398
558
|
modelProperties: {
|
|
399
|
-
|
|
400
|
-
serializedName: "
|
|
559
|
+
linuxOperatingSystemProfile: {
|
|
560
|
+
serializedName: "linuxOperatingSystemProfile",
|
|
401
561
|
type: {
|
|
402
|
-
name: "
|
|
403
|
-
|
|
404
|
-
type: {
|
|
405
|
-
name: "Composite",
|
|
406
|
-
className: "SshPublicKey"
|
|
407
|
-
}
|
|
408
|
-
}
|
|
562
|
+
name: "Composite",
|
|
563
|
+
className: "LinuxOperatingSystemProfile"
|
|
409
564
|
}
|
|
410
565
|
}
|
|
411
566
|
}
|
|
412
567
|
}
|
|
413
568
|
};
|
|
414
|
-
export
|
|
415
|
-
serializedName: "LinuxOperatingSystemProfile",
|
|
569
|
+
export const LinuxOperatingSystemProfile = {
|
|
416
570
|
type: {
|
|
417
571
|
name: "Composite",
|
|
418
572
|
className: "LinuxOperatingSystemProfile",
|
|
@@ -439,45 +593,53 @@ export var LinuxOperatingSystemProfile = {
|
|
|
439
593
|
}
|
|
440
594
|
}
|
|
441
595
|
};
|
|
442
|
-
export
|
|
443
|
-
serializedName: "OsProfile",
|
|
596
|
+
export const SshProfile = {
|
|
444
597
|
type: {
|
|
445
598
|
name: "Composite",
|
|
446
|
-
className: "
|
|
599
|
+
className: "SshProfile",
|
|
447
600
|
modelProperties: {
|
|
448
|
-
|
|
449
|
-
serializedName: "
|
|
601
|
+
publicKeys: {
|
|
602
|
+
serializedName: "publicKeys",
|
|
450
603
|
type: {
|
|
451
|
-
name: "
|
|
452
|
-
|
|
604
|
+
name: "Sequence",
|
|
605
|
+
element: {
|
|
606
|
+
type: {
|
|
607
|
+
name: "Composite",
|
|
608
|
+
className: "SshPublicKey"
|
|
609
|
+
}
|
|
610
|
+
}
|
|
453
611
|
}
|
|
454
612
|
}
|
|
455
613
|
}
|
|
456
614
|
}
|
|
457
615
|
};
|
|
458
|
-
export
|
|
459
|
-
serializedName: "ScriptAction",
|
|
616
|
+
export const SshPublicKey = {
|
|
460
617
|
type: {
|
|
461
618
|
name: "Composite",
|
|
462
|
-
className: "
|
|
619
|
+
className: "SshPublicKey",
|
|
463
620
|
modelProperties: {
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
serializedName: "name",
|
|
621
|
+
certificateData: {
|
|
622
|
+
serializedName: "certificateData",
|
|
467
623
|
type: {
|
|
468
624
|
name: "String"
|
|
469
625
|
}
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
};
|
|
630
|
+
export const VirtualNetworkProfile = {
|
|
631
|
+
type: {
|
|
632
|
+
name: "Composite",
|
|
633
|
+
className: "VirtualNetworkProfile",
|
|
634
|
+
modelProperties: {
|
|
635
|
+
id: {
|
|
636
|
+
serializedName: "id",
|
|
474
637
|
type: {
|
|
475
638
|
name: "String"
|
|
476
639
|
}
|
|
477
640
|
},
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
serializedName: "parameters",
|
|
641
|
+
subnet: {
|
|
642
|
+
serializedName: "subnet",
|
|
481
643
|
type: {
|
|
482
644
|
name: "String"
|
|
483
645
|
}
|
|
@@ -485,105 +647,76 @@ export var ScriptAction = {
|
|
|
485
647
|
}
|
|
486
648
|
}
|
|
487
649
|
};
|
|
488
|
-
export
|
|
489
|
-
serializedName: "Role",
|
|
650
|
+
export const DataDisksGroups = {
|
|
490
651
|
type: {
|
|
491
652
|
name: "Composite",
|
|
492
|
-
className: "
|
|
653
|
+
className: "DataDisksGroups",
|
|
493
654
|
modelProperties: {
|
|
494
|
-
|
|
495
|
-
serializedName: "
|
|
655
|
+
disksPerNode: {
|
|
656
|
+
serializedName: "disksPerNode",
|
|
496
657
|
type: {
|
|
497
|
-
name: "
|
|
658
|
+
name: "Number"
|
|
498
659
|
}
|
|
499
660
|
},
|
|
500
|
-
|
|
501
|
-
serializedName: "
|
|
661
|
+
storageAccountType: {
|
|
662
|
+
serializedName: "storageAccountType",
|
|
663
|
+
readOnly: true,
|
|
502
664
|
type: {
|
|
503
|
-
name: "
|
|
665
|
+
name: "String"
|
|
504
666
|
}
|
|
505
667
|
},
|
|
506
|
-
|
|
507
|
-
serializedName: "
|
|
668
|
+
diskSizeGB: {
|
|
669
|
+
serializedName: "diskSizeGB",
|
|
670
|
+
readOnly: true,
|
|
508
671
|
type: {
|
|
509
672
|
name: "Number"
|
|
510
673
|
}
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
|
|
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,
|
|
514
686
|
type: {
|
|
515
|
-
name: "
|
|
516
|
-
className: "Autoscale"
|
|
687
|
+
name: "String"
|
|
517
688
|
}
|
|
518
689
|
},
|
|
519
|
-
|
|
520
|
-
serializedName: "
|
|
690
|
+
uri: {
|
|
691
|
+
serializedName: "uri",
|
|
692
|
+
required: true,
|
|
521
693
|
type: {
|
|
522
|
-
name: "
|
|
523
|
-
className: "HardwareProfile"
|
|
694
|
+
name: "String"
|
|
524
695
|
}
|
|
525
696
|
},
|
|
526
|
-
|
|
527
|
-
serializedName: "
|
|
697
|
+
parameters: {
|
|
698
|
+
serializedName: "parameters",
|
|
699
|
+
required: true,
|
|
528
700
|
type: {
|
|
529
|
-
name: "
|
|
530
|
-
className: "OsProfile"
|
|
701
|
+
name: "String"
|
|
531
702
|
}
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
name: "Sequence",
|
|
544
|
-
element: {
|
|
545
|
-
type: {
|
|
546
|
-
name: "Composite",
|
|
547
|
-
className: "DataDisksGroups"
|
|
548
|
-
}
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
},
|
|
552
|
-
scriptActions: {
|
|
553
|
-
serializedName: "scriptActions",
|
|
554
|
-
type: {
|
|
555
|
-
name: "Sequence",
|
|
556
|
-
element: {
|
|
557
|
-
type: {
|
|
558
|
-
name: "Composite",
|
|
559
|
-
className: "ScriptAction"
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
encryptDataDisks: {
|
|
565
|
-
serializedName: "encryptDataDisks",
|
|
566
|
-
type: {
|
|
567
|
-
name: "Boolean"
|
|
568
|
-
}
|
|
569
|
-
}
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
};
|
|
573
|
-
export var ComputeProfile = {
|
|
574
|
-
serializedName: "ComputeProfile",
|
|
575
|
-
type: {
|
|
576
|
-
name: "Composite",
|
|
577
|
-
className: "ComputeProfile",
|
|
578
|
-
modelProperties: {
|
|
579
|
-
roles: {
|
|
580
|
-
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",
|
|
581
714
|
type: {
|
|
582
715
|
name: "Sequence",
|
|
583
716
|
element: {
|
|
584
717
|
type: {
|
|
585
718
|
name: "Composite",
|
|
586
|
-
className: "
|
|
719
|
+
className: "StorageAccount"
|
|
587
720
|
}
|
|
588
721
|
}
|
|
589
722
|
}
|
|
@@ -591,8 +724,7 @@ export var ComputeProfile = {
|
|
|
591
724
|
}
|
|
592
725
|
}
|
|
593
726
|
};
|
|
594
|
-
export
|
|
595
|
-
serializedName: "StorageAccount",
|
|
727
|
+
export const StorageAccount = {
|
|
596
728
|
type: {
|
|
597
729
|
name: "Composite",
|
|
598
730
|
className: "StorageAccount",
|
|
@@ -638,54 +770,83 @@ export var StorageAccount = {
|
|
|
638
770
|
type: {
|
|
639
771
|
name: "String"
|
|
640
772
|
}
|
|
773
|
+
},
|
|
774
|
+
saskey: {
|
|
775
|
+
serializedName: "saskey",
|
|
776
|
+
type: {
|
|
777
|
+
name: "String"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
fileshare: {
|
|
781
|
+
serializedName: "fileshare",
|
|
782
|
+
type: {
|
|
783
|
+
name: "String"
|
|
784
|
+
}
|
|
641
785
|
}
|
|
642
786
|
}
|
|
643
787
|
}
|
|
644
788
|
};
|
|
645
|
-
export
|
|
646
|
-
serializedName: "StorageProfile",
|
|
789
|
+
export const DiskEncryptionProperties = {
|
|
647
790
|
type: {
|
|
648
791
|
name: "Composite",
|
|
649
|
-
className: "
|
|
792
|
+
className: "DiskEncryptionProperties",
|
|
650
793
|
modelProperties: {
|
|
651
|
-
|
|
652
|
-
serializedName: "
|
|
794
|
+
vaultUri: {
|
|
795
|
+
serializedName: "vaultUri",
|
|
653
796
|
type: {
|
|
654
|
-
name: "
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
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"
|
|
661
829
|
}
|
|
662
830
|
}
|
|
663
831
|
}
|
|
664
832
|
}
|
|
665
833
|
};
|
|
666
|
-
export
|
|
667
|
-
serializedName: "ExcludedServicesConfig",
|
|
834
|
+
export const EncryptionInTransitProperties = {
|
|
668
835
|
type: {
|
|
669
836
|
name: "Composite",
|
|
670
|
-
className: "
|
|
837
|
+
className: "EncryptionInTransitProperties",
|
|
671
838
|
modelProperties: {
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
name: "String"
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
excludedServicesList: {
|
|
679
|
-
serializedName: "excludedServicesList",
|
|
839
|
+
isEncryptionInTransitEnabled: {
|
|
840
|
+
defaultValue: false,
|
|
841
|
+
serializedName: "isEncryptionInTransitEnabled",
|
|
680
842
|
type: {
|
|
681
|
-
name: "
|
|
843
|
+
name: "Boolean"
|
|
682
844
|
}
|
|
683
845
|
}
|
|
684
846
|
}
|
|
685
847
|
}
|
|
686
848
|
};
|
|
687
|
-
export
|
|
688
|
-
serializedName: "NetworkProperties",
|
|
849
|
+
export const NetworkProperties = {
|
|
689
850
|
type: {
|
|
690
851
|
name: "Composite",
|
|
691
852
|
className: "NetworkProperties",
|
|
@@ -705,13 +866,13 @@ export var NetworkProperties = {
|
|
|
705
866
|
}
|
|
706
867
|
}
|
|
707
868
|
};
|
|
708
|
-
export
|
|
709
|
-
serializedName: "ComputeIsolationProperties",
|
|
869
|
+
export const ComputeIsolationProperties = {
|
|
710
870
|
type: {
|
|
711
871
|
name: "Composite",
|
|
712
872
|
className: "ComputeIsolationProperties",
|
|
713
873
|
modelProperties: {
|
|
714
874
|
enableComputeIsolation: {
|
|
875
|
+
defaultValue: false,
|
|
715
876
|
serializedName: "enableComputeIsolation",
|
|
716
877
|
type: {
|
|
717
878
|
name: "Boolean"
|
|
@@ -726,217 +887,152 @@ export var ComputeIsolationProperties = {
|
|
|
726
887
|
}
|
|
727
888
|
}
|
|
728
889
|
};
|
|
729
|
-
export
|
|
730
|
-
serializedName: "DiskEncryptionProperties",
|
|
890
|
+
export const PrivateLinkConfiguration = {
|
|
731
891
|
type: {
|
|
732
892
|
name: "Composite",
|
|
733
|
-
className: "
|
|
893
|
+
className: "PrivateLinkConfiguration",
|
|
734
894
|
modelProperties: {
|
|
735
|
-
|
|
736
|
-
serializedName: "
|
|
895
|
+
id: {
|
|
896
|
+
serializedName: "id",
|
|
897
|
+
readOnly: true,
|
|
737
898
|
type: {
|
|
738
899
|
name: "String"
|
|
739
900
|
}
|
|
740
901
|
},
|
|
741
|
-
|
|
742
|
-
serializedName: "
|
|
902
|
+
name: {
|
|
903
|
+
serializedName: "name",
|
|
904
|
+
required: true,
|
|
743
905
|
type: {
|
|
744
906
|
name: "String"
|
|
745
907
|
}
|
|
746
908
|
},
|
|
747
|
-
|
|
748
|
-
serializedName: "
|
|
909
|
+
type: {
|
|
910
|
+
serializedName: "type",
|
|
911
|
+
readOnly: true,
|
|
749
912
|
type: {
|
|
750
913
|
name: "String"
|
|
751
914
|
}
|
|
752
915
|
},
|
|
753
|
-
|
|
754
|
-
serializedName: "
|
|
916
|
+
groupId: {
|
|
917
|
+
serializedName: "properties.groupId",
|
|
918
|
+
required: true,
|
|
755
919
|
type: {
|
|
756
920
|
name: "String"
|
|
757
921
|
}
|
|
758
922
|
},
|
|
759
|
-
|
|
760
|
-
serializedName: "
|
|
923
|
+
provisioningState: {
|
|
924
|
+
serializedName: "properties.provisioningState",
|
|
925
|
+
readOnly: true,
|
|
761
926
|
type: {
|
|
762
927
|
name: "String"
|
|
763
928
|
}
|
|
764
929
|
},
|
|
765
|
-
|
|
766
|
-
serializedName: "
|
|
767
|
-
|
|
768
|
-
type: {
|
|
769
|
-
name: "Boolean"
|
|
770
|
-
}
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
};
|
|
775
|
-
export var EncryptionInTransitProperties = {
|
|
776
|
-
serializedName: "EncryptionInTransitProperties",
|
|
777
|
-
type: {
|
|
778
|
-
name: "Composite",
|
|
779
|
-
className: "EncryptionInTransitProperties",
|
|
780
|
-
modelProperties: {
|
|
781
|
-
isEncryptionInTransitEnabled: {
|
|
782
|
-
serializedName: "isEncryptionInTransitEnabled",
|
|
783
|
-
defaultValue: false,
|
|
930
|
+
ipConfigurations: {
|
|
931
|
+
serializedName: "properties.ipConfigurations",
|
|
932
|
+
required: true,
|
|
784
933
|
type: {
|
|
785
|
-
name: "
|
|
934
|
+
name: "Sequence",
|
|
935
|
+
element: {
|
|
936
|
+
type: {
|
|
937
|
+
name: "Composite",
|
|
938
|
+
className: "IPConfiguration"
|
|
939
|
+
}
|
|
940
|
+
}
|
|
786
941
|
}
|
|
787
942
|
}
|
|
788
943
|
}
|
|
789
944
|
}
|
|
790
945
|
};
|
|
791
|
-
export
|
|
792
|
-
serializedName: "ClusterCreateProperties",
|
|
946
|
+
export const IPConfiguration = {
|
|
793
947
|
type: {
|
|
794
948
|
name: "Composite",
|
|
795
|
-
className: "
|
|
949
|
+
className: "IPConfiguration",
|
|
796
950
|
modelProperties: {
|
|
797
|
-
|
|
798
|
-
serializedName: "
|
|
951
|
+
id: {
|
|
952
|
+
serializedName: "id",
|
|
953
|
+
readOnly: true,
|
|
799
954
|
type: {
|
|
800
955
|
name: "String"
|
|
801
956
|
}
|
|
802
957
|
},
|
|
803
|
-
|
|
804
|
-
serializedName: "
|
|
805
|
-
|
|
806
|
-
name: "Enum",
|
|
807
|
-
allowedValues: [
|
|
808
|
-
"Windows",
|
|
809
|
-
"Linux"
|
|
810
|
-
]
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
tier: {
|
|
814
|
-
serializedName: "tier",
|
|
815
|
-
type: {
|
|
816
|
-
name: "Enum",
|
|
817
|
-
allowedValues: [
|
|
818
|
-
"Standard",
|
|
819
|
-
"Premium"
|
|
820
|
-
]
|
|
821
|
-
}
|
|
822
|
-
},
|
|
823
|
-
clusterDefinition: {
|
|
824
|
-
serializedName: "clusterDefinition",
|
|
825
|
-
type: {
|
|
826
|
-
name: "Composite",
|
|
827
|
-
className: "ClusterDefinition"
|
|
828
|
-
}
|
|
829
|
-
},
|
|
830
|
-
kafkaRestProperties: {
|
|
831
|
-
serializedName: "kafkaRestProperties",
|
|
832
|
-
type: {
|
|
833
|
-
name: "Composite",
|
|
834
|
-
className: "KafkaRestProperties"
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
securityProfile: {
|
|
838
|
-
serializedName: "securityProfile",
|
|
958
|
+
name: {
|
|
959
|
+
serializedName: "name",
|
|
960
|
+
required: true,
|
|
839
961
|
type: {
|
|
840
|
-
name: "
|
|
841
|
-
className: "SecurityProfile"
|
|
962
|
+
name: "String"
|
|
842
963
|
}
|
|
843
964
|
},
|
|
844
|
-
|
|
845
|
-
serializedName: "
|
|
965
|
+
type: {
|
|
966
|
+
serializedName: "type",
|
|
967
|
+
readOnly: true,
|
|
846
968
|
type: {
|
|
847
|
-
name: "
|
|
848
|
-
className: "ComputeProfile"
|
|
969
|
+
name: "String"
|
|
849
970
|
}
|
|
850
971
|
},
|
|
851
|
-
|
|
852
|
-
serializedName: "
|
|
972
|
+
provisioningState: {
|
|
973
|
+
serializedName: "properties.provisioningState",
|
|
974
|
+
readOnly: true,
|
|
853
975
|
type: {
|
|
854
|
-
name: "
|
|
855
|
-
className: "StorageProfile"
|
|
976
|
+
name: "String"
|
|
856
977
|
}
|
|
857
978
|
},
|
|
858
|
-
|
|
859
|
-
serializedName: "
|
|
979
|
+
primary: {
|
|
980
|
+
serializedName: "properties.primary",
|
|
860
981
|
type: {
|
|
861
|
-
name: "
|
|
862
|
-
className: "DiskEncryptionProperties"
|
|
982
|
+
name: "Boolean"
|
|
863
983
|
}
|
|
864
984
|
},
|
|
865
|
-
|
|
866
|
-
serializedName: "
|
|
985
|
+
privateIPAddress: {
|
|
986
|
+
serializedName: "properties.privateIPAddress",
|
|
867
987
|
type: {
|
|
868
|
-
name: "
|
|
869
|
-
className: "EncryptionInTransitProperties"
|
|
988
|
+
name: "String"
|
|
870
989
|
}
|
|
871
990
|
},
|
|
872
|
-
|
|
873
|
-
serializedName: "
|
|
991
|
+
privateIPAllocationMethod: {
|
|
992
|
+
serializedName: "properties.privateIPAllocationMethod",
|
|
874
993
|
type: {
|
|
875
994
|
name: "String"
|
|
876
995
|
}
|
|
877
996
|
},
|
|
878
|
-
|
|
879
|
-
serializedName: "
|
|
997
|
+
subnet: {
|
|
998
|
+
serializedName: "properties.subnet",
|
|
880
999
|
type: {
|
|
881
1000
|
name: "Composite",
|
|
882
|
-
className: "
|
|
1001
|
+
className: "ResourceId"
|
|
883
1002
|
}
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
};
|
|
1007
|
+
export const ResourceId = {
|
|
1008
|
+
type: {
|
|
1009
|
+
name: "Composite",
|
|
1010
|
+
className: "ResourceId",
|
|
1011
|
+
modelProperties: {
|
|
1012
|
+
id: {
|
|
1013
|
+
serializedName: "id",
|
|
887
1014
|
type: {
|
|
888
|
-
name: "
|
|
889
|
-
className: "ComputeIsolationProperties"
|
|
1015
|
+
name: "String"
|
|
890
1016
|
}
|
|
891
1017
|
}
|
|
892
1018
|
}
|
|
893
1019
|
}
|
|
894
1020
|
};
|
|
895
|
-
export
|
|
896
|
-
serializedName: "ClusterIdentity_userAssignedIdentitiesValue",
|
|
1021
|
+
export const ClusterIdentity = {
|
|
897
1022
|
type: {
|
|
898
1023
|
name: "Composite",
|
|
899
|
-
className: "
|
|
1024
|
+
className: "ClusterIdentity",
|
|
900
1025
|
modelProperties: {
|
|
901
1026
|
principalId: {
|
|
902
|
-
readOnly: true,
|
|
903
1027
|
serializedName: "principalId",
|
|
904
|
-
type: {
|
|
905
|
-
name: "String"
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
clientId: {
|
|
909
1028
|
readOnly: true,
|
|
910
|
-
serializedName: "clientId",
|
|
911
1029
|
type: {
|
|
912
1030
|
name: "String"
|
|
913
1031
|
}
|
|
914
1032
|
},
|
|
915
1033
|
tenantId: {
|
|
916
1034
|
serializedName: "tenantId",
|
|
917
|
-
|
|
918
|
-
name: "String"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
};
|
|
924
|
-
export var ClusterIdentity = {
|
|
925
|
-
serializedName: "ClusterIdentity",
|
|
926
|
-
type: {
|
|
927
|
-
name: "Composite",
|
|
928
|
-
className: "ClusterIdentity",
|
|
929
|
-
modelProperties: {
|
|
930
|
-
principalId: {
|
|
931
|
-
readOnly: true,
|
|
932
|
-
serializedName: "principalId",
|
|
933
|
-
type: {
|
|
934
|
-
name: "String"
|
|
935
|
-
}
|
|
936
|
-
},
|
|
937
|
-
tenantId: {
|
|
938
|
-
readOnly: true,
|
|
939
|
-
serializedName: "tenantId",
|
|
1035
|
+
readOnly: true,
|
|
940
1036
|
type: {
|
|
941
1037
|
name: "String"
|
|
942
1038
|
}
|
|
@@ -944,13 +1040,7 @@ export var ClusterIdentity = {
|
|
|
944
1040
|
type: {
|
|
945
1041
|
serializedName: "type",
|
|
946
1042
|
type: {
|
|
947
|
-
name: "
|
|
948
|
-
allowedValues: [
|
|
949
|
-
"SystemAssigned",
|
|
950
|
-
"UserAssigned",
|
|
951
|
-
"SystemAssigned, UserAssigned",
|
|
952
|
-
"None"
|
|
953
|
-
]
|
|
1043
|
+
name: "String"
|
|
954
1044
|
}
|
|
955
1045
|
},
|
|
956
1046
|
userAssignedIdentities: {
|
|
@@ -958,145 +1048,34 @@ export var ClusterIdentity = {
|
|
|
958
1048
|
type: {
|
|
959
1049
|
name: "Dictionary",
|
|
960
1050
|
value: {
|
|
961
|
-
type: {
|
|
962
|
-
name: "Composite",
|
|
963
|
-
className: "ClusterIdentityUserAssignedIdentitiesValue"
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
};
|
|
971
|
-
export var ClusterCreateParametersExtended = {
|
|
972
|
-
serializedName: "ClusterCreateParametersExtended",
|
|
973
|
-
type: {
|
|
974
|
-
name: "Composite",
|
|
975
|
-
className: "ClusterCreateParametersExtended",
|
|
976
|
-
modelProperties: {
|
|
977
|
-
location: {
|
|
978
|
-
serializedName: "location",
|
|
979
|
-
type: {
|
|
980
|
-
name: "String"
|
|
981
|
-
}
|
|
982
|
-
},
|
|
983
|
-
tags: {
|
|
984
|
-
serializedName: "tags",
|
|
985
|
-
type: {
|
|
986
|
-
name: "Dictionary",
|
|
987
|
-
value: {
|
|
988
|
-
type: {
|
|
989
|
-
name: "String"
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
},
|
|
994
|
-
properties: {
|
|
995
|
-
serializedName: "properties",
|
|
996
|
-
type: {
|
|
997
|
-
name: "Composite",
|
|
998
|
-
className: "ClusterCreateProperties"
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
identity: {
|
|
1002
|
-
serializedName: "identity",
|
|
1003
|
-
type: {
|
|
1004
|
-
name: "Composite",
|
|
1005
|
-
className: "ClusterIdentity"
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
}
|
|
1010
|
-
};
|
|
1011
|
-
export var ClusterPatchParameters = {
|
|
1012
|
-
serializedName: "ClusterPatchParameters",
|
|
1013
|
-
type: {
|
|
1014
|
-
name: "Composite",
|
|
1015
|
-
className: "ClusterPatchParameters",
|
|
1016
|
-
modelProperties: {
|
|
1017
|
-
tags: {
|
|
1018
|
-
nullable: true,
|
|
1019
|
-
serializedName: "tags",
|
|
1020
|
-
type: {
|
|
1021
|
-
name: "Dictionary",
|
|
1022
|
-
value: {
|
|
1023
|
-
type: {
|
|
1024
|
-
name: "String"
|
|
1025
|
-
}
|
|
1051
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
1026
1052
|
}
|
|
1027
1053
|
}
|
|
1028
1054
|
}
|
|
1029
1055
|
}
|
|
1030
1056
|
}
|
|
1031
1057
|
};
|
|
1032
|
-
export
|
|
1033
|
-
serializedName: "QuotaInfo",
|
|
1034
|
-
type: {
|
|
1035
|
-
name: "Composite",
|
|
1036
|
-
className: "QuotaInfo",
|
|
1037
|
-
modelProperties: {
|
|
1038
|
-
coresUsed: {
|
|
1039
|
-
serializedName: "coresUsed",
|
|
1040
|
-
type: {
|
|
1041
|
-
name: "Number"
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
};
|
|
1047
|
-
export var Errors = {
|
|
1048
|
-
serializedName: "Errors",
|
|
1049
|
-
type: {
|
|
1050
|
-
name: "Composite",
|
|
1051
|
-
className: "Errors",
|
|
1052
|
-
modelProperties: {
|
|
1053
|
-
code: {
|
|
1054
|
-
serializedName: "code",
|
|
1055
|
-
type: {
|
|
1056
|
-
name: "String"
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
message: {
|
|
1060
|
-
serializedName: "message",
|
|
1061
|
-
type: {
|
|
1062
|
-
name: "String"
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
};
|
|
1068
|
-
export var ConnectivityEndpoint = {
|
|
1069
|
-
serializedName: "ConnectivityEndpoint",
|
|
1058
|
+
export const UserAssignedIdentity = {
|
|
1070
1059
|
type: {
|
|
1071
1060
|
name: "Composite",
|
|
1072
|
-
className: "
|
|
1061
|
+
className: "UserAssignedIdentity",
|
|
1073
1062
|
modelProperties: {
|
|
1074
|
-
|
|
1075
|
-
serializedName: "
|
|
1076
|
-
|
|
1077
|
-
name: "String"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
protocol: {
|
|
1081
|
-
serializedName: "protocol",
|
|
1063
|
+
principalId: {
|
|
1064
|
+
serializedName: "principalId",
|
|
1065
|
+
readOnly: true,
|
|
1082
1066
|
type: {
|
|
1083
1067
|
name: "String"
|
|
1084
1068
|
}
|
|
1085
1069
|
},
|
|
1086
|
-
|
|
1087
|
-
serializedName: "
|
|
1070
|
+
clientId: {
|
|
1071
|
+
serializedName: "clientId",
|
|
1072
|
+
readOnly: true,
|
|
1088
1073
|
type: {
|
|
1089
1074
|
name: "String"
|
|
1090
1075
|
}
|
|
1091
1076
|
},
|
|
1092
|
-
|
|
1093
|
-
serializedName: "
|
|
1094
|
-
type: {
|
|
1095
|
-
name: "Number"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
privateIPAddress: {
|
|
1099
|
-
serializedName: "privateIPAddress",
|
|
1077
|
+
tenantId: {
|
|
1078
|
+
serializedName: "tenantId",
|
|
1100
1079
|
type: {
|
|
1101
1080
|
name: "String"
|
|
1102
1081
|
}
|
|
@@ -1104,8 +1083,7 @@ export var ConnectivityEndpoint = {
|
|
|
1104
1083
|
}
|
|
1105
1084
|
}
|
|
1106
1085
|
};
|
|
1107
|
-
export
|
|
1108
|
-
serializedName: "ClusterGetProperties",
|
|
1086
|
+
export const ClusterGetProperties = {
|
|
1109
1087
|
type: {
|
|
1110
1088
|
name: "Composite",
|
|
1111
1089
|
className: "ClusterGetProperties",
|
|
@@ -1125,21 +1103,13 @@ export var ClusterGetProperties = {
|
|
|
1125
1103
|
osType: {
|
|
1126
1104
|
serializedName: "osType",
|
|
1127
1105
|
type: {
|
|
1128
|
-
name: "
|
|
1129
|
-
allowedValues: [
|
|
1130
|
-
"Windows",
|
|
1131
|
-
"Linux"
|
|
1132
|
-
]
|
|
1106
|
+
name: "String"
|
|
1133
1107
|
}
|
|
1134
1108
|
},
|
|
1135
1109
|
tier: {
|
|
1136
1110
|
serializedName: "tier",
|
|
1137
1111
|
type: {
|
|
1138
|
-
name: "
|
|
1139
|
-
allowedValues: [
|
|
1140
|
-
"Standard",
|
|
1141
|
-
"Premium"
|
|
1142
|
-
]
|
|
1112
|
+
name: "String"
|
|
1143
1113
|
}
|
|
1144
1114
|
},
|
|
1145
1115
|
clusterId: {
|
|
@@ -1149,7 +1119,6 @@ export var ClusterGetProperties = {
|
|
|
1149
1119
|
}
|
|
1150
1120
|
},
|
|
1151
1121
|
clusterDefinition: {
|
|
1152
|
-
required: true,
|
|
1153
1122
|
serializedName: "clusterDefinition",
|
|
1154
1123
|
type: {
|
|
1155
1124
|
name: "Composite",
|
|
@@ -1180,14 +1149,7 @@ export var ClusterGetProperties = {
|
|
|
1180
1149
|
provisioningState: {
|
|
1181
1150
|
serializedName: "provisioningState",
|
|
1182
1151
|
type: {
|
|
1183
|
-
name: "
|
|
1184
|
-
allowedValues: [
|
|
1185
|
-
"InProgress",
|
|
1186
|
-
"Failed",
|
|
1187
|
-
"Succeeded",
|
|
1188
|
-
"Canceled",
|
|
1189
|
-
"Deleting"
|
|
1190
|
-
]
|
|
1152
|
+
name: "String"
|
|
1191
1153
|
}
|
|
1192
1154
|
},
|
|
1193
1155
|
createdDate: {
|
|
@@ -1280,129 +1242,100 @@ export var ClusterGetProperties = {
|
|
|
1280
1242
|
name: "Composite",
|
|
1281
1243
|
className: "ComputeIsolationProperties"
|
|
1282
1244
|
}
|
|
1283
|
-
}
|
|
1284
|
-
}
|
|
1285
|
-
}
|
|
1286
|
-
};
|
|
1287
|
-
export var Resource = {
|
|
1288
|
-
serializedName: "Resource",
|
|
1289
|
-
type: {
|
|
1290
|
-
name: "Composite",
|
|
1291
|
-
className: "Resource",
|
|
1292
|
-
modelProperties: {
|
|
1293
|
-
id: {
|
|
1294
|
-
readOnly: true,
|
|
1295
|
-
serializedName: "id",
|
|
1296
|
-
type: {
|
|
1297
|
-
name: "String"
|
|
1298
|
-
}
|
|
1299
1245
|
},
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
serializedName: "name",
|
|
1246
|
+
privateLinkConfigurations: {
|
|
1247
|
+
serializedName: "privateLinkConfigurations",
|
|
1303
1248
|
type: {
|
|
1304
|
-
name: "
|
|
1249
|
+
name: "Sequence",
|
|
1250
|
+
element: {
|
|
1251
|
+
type: {
|
|
1252
|
+
name: "Composite",
|
|
1253
|
+
className: "PrivateLinkConfiguration"
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1305
1256
|
}
|
|
1306
1257
|
},
|
|
1307
|
-
|
|
1258
|
+
privateEndpointConnections: {
|
|
1259
|
+
serializedName: "privateEndpointConnections",
|
|
1308
1260
|
readOnly: true,
|
|
1309
|
-
serializedName: "type",
|
|
1310
1261
|
type: {
|
|
1311
|
-
name: "
|
|
1262
|
+
name: "Sequence",
|
|
1263
|
+
element: {
|
|
1264
|
+
type: {
|
|
1265
|
+
name: "Composite",
|
|
1266
|
+
className: "PrivateEndpointConnection"
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1312
1269
|
}
|
|
1313
1270
|
}
|
|
1314
1271
|
}
|
|
1315
1272
|
}
|
|
1316
1273
|
};
|
|
1317
|
-
export
|
|
1318
|
-
serializedName: "TrackedResource",
|
|
1274
|
+
export const QuotaInfo = {
|
|
1319
1275
|
type: {
|
|
1320
1276
|
name: "Composite",
|
|
1321
|
-
className: "
|
|
1322
|
-
modelProperties:
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
name: "String"
|
|
1326
|
-
}
|
|
1327
|
-
}, tags: {
|
|
1328
|
-
serializedName: "tags",
|
|
1277
|
+
className: "QuotaInfo",
|
|
1278
|
+
modelProperties: {
|
|
1279
|
+
coresUsed: {
|
|
1280
|
+
serializedName: "coresUsed",
|
|
1329
1281
|
type: {
|
|
1330
|
-
name: "
|
|
1331
|
-
value: {
|
|
1332
|
-
type: {
|
|
1333
|
-
name: "String"
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1282
|
+
name: "Number"
|
|
1336
1283
|
}
|
|
1337
|
-
}
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1338
1286
|
}
|
|
1339
1287
|
};
|
|
1340
|
-
export
|
|
1341
|
-
serializedName: "Cluster",
|
|
1288
|
+
export const Errors = {
|
|
1342
1289
|
type: {
|
|
1343
1290
|
name: "Composite",
|
|
1344
|
-
className: "
|
|
1345
|
-
modelProperties:
|
|
1346
|
-
|
|
1291
|
+
className: "Errors",
|
|
1292
|
+
modelProperties: {
|
|
1293
|
+
code: {
|
|
1294
|
+
serializedName: "code",
|
|
1347
1295
|
type: {
|
|
1348
1296
|
name: "String"
|
|
1349
1297
|
}
|
|
1350
|
-
},
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
name: "Composite",
|
|
1354
|
-
className: "ClusterGetProperties"
|
|
1355
|
-
}
|
|
1356
|
-
}, identity: {
|
|
1357
|
-
serializedName: "identity",
|
|
1298
|
+
},
|
|
1299
|
+
message: {
|
|
1300
|
+
serializedName: "message",
|
|
1358
1301
|
type: {
|
|
1359
|
-
name: "
|
|
1360
|
-
className: "ClusterIdentity"
|
|
1302
|
+
name: "String"
|
|
1361
1303
|
}
|
|
1362
|
-
}
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1363
1306
|
}
|
|
1364
1307
|
};
|
|
1365
|
-
export
|
|
1366
|
-
serializedName: "RuntimeScriptAction",
|
|
1308
|
+
export const ConnectivityEndpoint = {
|
|
1367
1309
|
type: {
|
|
1368
1310
|
name: "Composite",
|
|
1369
|
-
className: "
|
|
1311
|
+
className: "ConnectivityEndpoint",
|
|
1370
1312
|
modelProperties: {
|
|
1371
1313
|
name: {
|
|
1372
|
-
required: true,
|
|
1373
1314
|
serializedName: "name",
|
|
1374
1315
|
type: {
|
|
1375
1316
|
name: "String"
|
|
1376
1317
|
}
|
|
1377
1318
|
},
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
serializedName: "uri",
|
|
1319
|
+
protocol: {
|
|
1320
|
+
serializedName: "protocol",
|
|
1381
1321
|
type: {
|
|
1382
1322
|
name: "String"
|
|
1383
1323
|
}
|
|
1384
1324
|
},
|
|
1385
|
-
|
|
1386
|
-
serializedName: "
|
|
1325
|
+
location: {
|
|
1326
|
+
serializedName: "location",
|
|
1387
1327
|
type: {
|
|
1388
1328
|
name: "String"
|
|
1389
1329
|
}
|
|
1390
1330
|
},
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
serializedName: "roles",
|
|
1331
|
+
port: {
|
|
1332
|
+
serializedName: "port",
|
|
1394
1333
|
type: {
|
|
1395
|
-
name: "
|
|
1396
|
-
element: {
|
|
1397
|
-
type: {
|
|
1398
|
-
name: "String"
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1334
|
+
name: "Number"
|
|
1401
1335
|
}
|
|
1402
1336
|
},
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
serializedName: "applicationName",
|
|
1337
|
+
privateIPAddress: {
|
|
1338
|
+
serializedName: "privateIPAddress",
|
|
1406
1339
|
type: {
|
|
1407
1340
|
name: "String"
|
|
1408
1341
|
}
|
|
@@ -1410,55 +1343,60 @@ export var RuntimeScriptAction = {
|
|
|
1410
1343
|
}
|
|
1411
1344
|
}
|
|
1412
1345
|
};
|
|
1413
|
-
export
|
|
1414
|
-
serializedName: "ExecuteScriptActionParameters",
|
|
1346
|
+
export const ExcludedServicesConfig = {
|
|
1415
1347
|
type: {
|
|
1416
1348
|
name: "Composite",
|
|
1417
|
-
className: "
|
|
1349
|
+
className: "ExcludedServicesConfig",
|
|
1418
1350
|
modelProperties: {
|
|
1419
|
-
|
|
1420
|
-
serializedName: "
|
|
1351
|
+
excludedServicesConfigId: {
|
|
1352
|
+
serializedName: "excludedServicesConfigId",
|
|
1421
1353
|
type: {
|
|
1422
|
-
name: "
|
|
1423
|
-
element: {
|
|
1424
|
-
type: {
|
|
1425
|
-
name: "Composite",
|
|
1426
|
-
className: "RuntimeScriptAction"
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1354
|
+
name: "String"
|
|
1429
1355
|
}
|
|
1430
1356
|
},
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
serializedName: "persistOnSuccess",
|
|
1357
|
+
excludedServicesList: {
|
|
1358
|
+
serializedName: "excludedServicesList",
|
|
1434
1359
|
type: {
|
|
1435
|
-
name: "
|
|
1360
|
+
name: "String"
|
|
1436
1361
|
}
|
|
1437
1362
|
}
|
|
1438
1363
|
}
|
|
1439
1364
|
}
|
|
1440
1365
|
};
|
|
1441
|
-
export
|
|
1442
|
-
serializedName: "ClusterListPersistedScriptActionsResult",
|
|
1366
|
+
export const PrivateEndpoint = {
|
|
1443
1367
|
type: {
|
|
1444
1368
|
name: "Composite",
|
|
1445
|
-
className: "
|
|
1369
|
+
className: "PrivateEndpoint",
|
|
1446
1370
|
modelProperties: {
|
|
1447
|
-
|
|
1448
|
-
serializedName: "
|
|
1371
|
+
id: {
|
|
1372
|
+
serializedName: "id",
|
|
1449
1373
|
type: {
|
|
1450
|
-
name: "
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1374
|
+
name: "String"
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
}
|
|
1379
|
+
};
|
|
1380
|
+
export const PrivateLinkServiceConnectionState = {
|
|
1381
|
+
type: {
|
|
1382
|
+
name: "Composite",
|
|
1383
|
+
className: "PrivateLinkServiceConnectionState",
|
|
1384
|
+
modelProperties: {
|
|
1385
|
+
status: {
|
|
1386
|
+
serializedName: "status",
|
|
1387
|
+
required: true,
|
|
1388
|
+
type: {
|
|
1389
|
+
name: "String"
|
|
1457
1390
|
}
|
|
1458
1391
|
},
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1392
|
+
description: {
|
|
1393
|
+
serializedName: "description",
|
|
1394
|
+
type: {
|
|
1395
|
+
name: "String"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
actionsRequired: {
|
|
1399
|
+
serializedName: "actionsRequired",
|
|
1462
1400
|
type: {
|
|
1463
1401
|
name: "String"
|
|
1464
1402
|
}
|
|
@@ -1466,107 +1404,164 @@ export var ClusterListPersistedScriptActionsResult = {
|
|
|
1466
1404
|
}
|
|
1467
1405
|
}
|
|
1468
1406
|
};
|
|
1469
|
-
export
|
|
1470
|
-
serializedName: "ScriptActionExecutionSummary",
|
|
1407
|
+
export const SystemData = {
|
|
1471
1408
|
type: {
|
|
1472
1409
|
name: "Composite",
|
|
1473
|
-
className: "
|
|
1410
|
+
className: "SystemData",
|
|
1474
1411
|
modelProperties: {
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
serializedName: "status",
|
|
1412
|
+
createdBy: {
|
|
1413
|
+
serializedName: "createdBy",
|
|
1478
1414
|
type: {
|
|
1479
1415
|
name: "String"
|
|
1480
1416
|
}
|
|
1481
1417
|
},
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
serializedName: "instanceCount",
|
|
1418
|
+
createdByType: {
|
|
1419
|
+
serializedName: "createdByType",
|
|
1485
1420
|
type: {
|
|
1486
|
-
name: "
|
|
1421
|
+
name: "String"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
createdAt: {
|
|
1425
|
+
serializedName: "createdAt",
|
|
1426
|
+
type: {
|
|
1427
|
+
name: "DateTime"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
lastModifiedBy: {
|
|
1431
|
+
serializedName: "lastModifiedBy",
|
|
1432
|
+
type: {
|
|
1433
|
+
name: "String"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
lastModifiedByType: {
|
|
1437
|
+
serializedName: "lastModifiedByType",
|
|
1438
|
+
type: {
|
|
1439
|
+
name: "String"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
lastModifiedAt: {
|
|
1443
|
+
serializedName: "lastModifiedAt",
|
|
1444
|
+
type: {
|
|
1445
|
+
name: "DateTime"
|
|
1487
1446
|
}
|
|
1488
1447
|
}
|
|
1489
1448
|
}
|
|
1490
1449
|
}
|
|
1491
1450
|
};
|
|
1492
|
-
export
|
|
1493
|
-
serializedName: "RuntimeScriptActionDetail",
|
|
1451
|
+
export const Resource = {
|
|
1494
1452
|
type: {
|
|
1495
1453
|
name: "Composite",
|
|
1496
|
-
className: "
|
|
1497
|
-
modelProperties:
|
|
1454
|
+
className: "Resource",
|
|
1455
|
+
modelProperties: {
|
|
1456
|
+
id: {
|
|
1457
|
+
serializedName: "id",
|
|
1498
1458
|
readOnly: true,
|
|
1499
|
-
serializedName: "scriptExecutionId",
|
|
1500
1459
|
type: {
|
|
1501
|
-
name: "
|
|
1460
|
+
name: "String"
|
|
1502
1461
|
}
|
|
1503
|
-
},
|
|
1462
|
+
},
|
|
1463
|
+
name: {
|
|
1464
|
+
serializedName: "name",
|
|
1504
1465
|
readOnly: true,
|
|
1505
|
-
serializedName: "startTime",
|
|
1506
1466
|
type: {
|
|
1507
1467
|
name: "String"
|
|
1508
1468
|
}
|
|
1509
|
-
},
|
|
1469
|
+
},
|
|
1470
|
+
type: {
|
|
1471
|
+
serializedName: "type",
|
|
1510
1472
|
readOnly: true,
|
|
1511
|
-
serializedName: "endTime",
|
|
1512
1473
|
type: {
|
|
1513
1474
|
name: "String"
|
|
1514
1475
|
}
|
|
1515
|
-
}
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
};
|
|
1480
|
+
export const ResourceAutoGenerated = {
|
|
1481
|
+
type: {
|
|
1482
|
+
name: "Composite",
|
|
1483
|
+
className: "ResourceAutoGenerated",
|
|
1484
|
+
modelProperties: {
|
|
1485
|
+
id: {
|
|
1486
|
+
serializedName: "id",
|
|
1516
1487
|
readOnly: true,
|
|
1517
|
-
serializedName: "status",
|
|
1518
1488
|
type: {
|
|
1519
1489
|
name: "String"
|
|
1520
1490
|
}
|
|
1521
|
-
},
|
|
1491
|
+
},
|
|
1492
|
+
name: {
|
|
1493
|
+
serializedName: "name",
|
|
1522
1494
|
readOnly: true,
|
|
1523
|
-
serializedName: "operation",
|
|
1524
1495
|
type: {
|
|
1525
1496
|
name: "String"
|
|
1526
1497
|
}
|
|
1527
|
-
},
|
|
1498
|
+
},
|
|
1499
|
+
type: {
|
|
1500
|
+
serializedName: "type",
|
|
1528
1501
|
readOnly: true,
|
|
1529
|
-
serializedName: "executionSummary",
|
|
1530
1502
|
type: {
|
|
1531
|
-
name: "
|
|
1532
|
-
element: {
|
|
1533
|
-
type: {
|
|
1534
|
-
name: "Composite",
|
|
1535
|
-
className: "ScriptActionExecutionSummary"
|
|
1536
|
-
}
|
|
1537
|
-
}
|
|
1503
|
+
name: "String"
|
|
1538
1504
|
}
|
|
1539
|
-
}
|
|
1540
|
-
|
|
1541
|
-
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
}
|
|
1508
|
+
};
|
|
1509
|
+
export const ErrorResponse = {
|
|
1510
|
+
type: {
|
|
1511
|
+
name: "Composite",
|
|
1512
|
+
className: "ErrorResponse",
|
|
1513
|
+
modelProperties: {
|
|
1514
|
+
code: {
|
|
1515
|
+
serializedName: "code",
|
|
1542
1516
|
type: {
|
|
1543
1517
|
name: "String"
|
|
1544
1518
|
}
|
|
1545
|
-
}
|
|
1519
|
+
},
|
|
1520
|
+
message: {
|
|
1521
|
+
serializedName: "message",
|
|
1522
|
+
type: {
|
|
1523
|
+
name: "String"
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
};
|
|
1529
|
+
export const ClusterPatchParameters = {
|
|
1530
|
+
type: {
|
|
1531
|
+
name: "Composite",
|
|
1532
|
+
className: "ClusterPatchParameters",
|
|
1533
|
+
modelProperties: {
|
|
1534
|
+
tags: {
|
|
1535
|
+
serializedName: "tags",
|
|
1536
|
+
nullable: true,
|
|
1537
|
+
type: {
|
|
1538
|
+
name: "Dictionary",
|
|
1539
|
+
value: { type: { name: "String" } }
|
|
1540
|
+
}
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1546
1543
|
}
|
|
1547
1544
|
};
|
|
1548
|
-
export
|
|
1549
|
-
serializedName: "ClusterListRuntimeScriptActionDetailResult",
|
|
1545
|
+
export const ClusterListResult = {
|
|
1550
1546
|
type: {
|
|
1551
1547
|
name: "Composite",
|
|
1552
|
-
className: "
|
|
1548
|
+
className: "ClusterListResult",
|
|
1553
1549
|
modelProperties: {
|
|
1554
1550
|
value: {
|
|
1555
|
-
readOnly: true,
|
|
1556
1551
|
serializedName: "value",
|
|
1557
1552
|
type: {
|
|
1558
1553
|
name: "Sequence",
|
|
1559
1554
|
element: {
|
|
1560
1555
|
type: {
|
|
1561
1556
|
name: "Composite",
|
|
1562
|
-
className: "
|
|
1557
|
+
className: "Cluster"
|
|
1563
1558
|
}
|
|
1564
1559
|
}
|
|
1565
1560
|
}
|
|
1566
1561
|
},
|
|
1567
1562
|
nextLink: {
|
|
1568
|
-
readOnly: true,
|
|
1569
1563
|
serializedName: "nextLink",
|
|
1564
|
+
readOnly: true,
|
|
1570
1565
|
type: {
|
|
1571
1566
|
name: "String"
|
|
1572
1567
|
}
|
|
@@ -1574,8 +1569,7 @@ export var ClusterListRuntimeScriptActionDetailResult = {
|
|
|
1574
1569
|
}
|
|
1575
1570
|
}
|
|
1576
1571
|
};
|
|
1577
|
-
export
|
|
1578
|
-
serializedName: "ClusterResizeParameters",
|
|
1572
|
+
export const ClusterResizeParameters = {
|
|
1579
1573
|
type: {
|
|
1580
1574
|
name: "Composite",
|
|
1581
1575
|
className: "ClusterResizeParameters",
|
|
@@ -1589,8 +1583,22 @@ export var ClusterResizeParameters = {
|
|
|
1589
1583
|
}
|
|
1590
1584
|
}
|
|
1591
1585
|
};
|
|
1592
|
-
export
|
|
1593
|
-
|
|
1586
|
+
export const AutoscaleConfigurationUpdateParameter = {
|
|
1587
|
+
type: {
|
|
1588
|
+
name: "Composite",
|
|
1589
|
+
className: "AutoscaleConfigurationUpdateParameter",
|
|
1590
|
+
modelProperties: {
|
|
1591
|
+
autoscale: {
|
|
1592
|
+
serializedName: "autoscale",
|
|
1593
|
+
type: {
|
|
1594
|
+
name: "Composite",
|
|
1595
|
+
className: "Autoscale"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
};
|
|
1601
|
+
export const ClusterDiskEncryptionParameters = {
|
|
1594
1602
|
type: {
|
|
1595
1603
|
name: "Composite",
|
|
1596
1604
|
className: "ClusterDiskEncryptionParameters",
|
|
@@ -1616,27 +1624,28 @@ export var ClusterDiskEncryptionParameters = {
|
|
|
1616
1624
|
}
|
|
1617
1625
|
}
|
|
1618
1626
|
};
|
|
1619
|
-
export
|
|
1620
|
-
serializedName: "UpdateGatewaySettingsParameters",
|
|
1627
|
+
export const GatewaySettings = {
|
|
1621
1628
|
type: {
|
|
1622
1629
|
name: "Composite",
|
|
1623
|
-
className: "
|
|
1630
|
+
className: "GatewaySettings",
|
|
1624
1631
|
modelProperties: {
|
|
1625
1632
|
isCredentialEnabled: {
|
|
1626
1633
|
serializedName: "restAuthCredential\\.isEnabled",
|
|
1627
|
-
|
|
1634
|
+
readOnly: true,
|
|
1628
1635
|
type: {
|
|
1629
|
-
name: "
|
|
1636
|
+
name: "String"
|
|
1630
1637
|
}
|
|
1631
1638
|
},
|
|
1632
1639
|
userName: {
|
|
1633
1640
|
serializedName: "restAuthCredential\\.username",
|
|
1641
|
+
readOnly: true,
|
|
1634
1642
|
type: {
|
|
1635
1643
|
name: "String"
|
|
1636
1644
|
}
|
|
1637
1645
|
},
|
|
1638
1646
|
password: {
|
|
1639
1647
|
serializedName: "restAuthCredential\\.password",
|
|
1648
|
+
readOnly: true,
|
|
1640
1649
|
type: {
|
|
1641
1650
|
name: "String"
|
|
1642
1651
|
}
|
|
@@ -1644,28 +1653,25 @@ export var UpdateGatewaySettingsParameters = {
|
|
|
1644
1653
|
}
|
|
1645
1654
|
}
|
|
1646
1655
|
};
|
|
1647
|
-
export
|
|
1648
|
-
serializedName: "GatewaySettings",
|
|
1656
|
+
export const UpdateGatewaySettingsParameters = {
|
|
1649
1657
|
type: {
|
|
1650
1658
|
name: "Composite",
|
|
1651
|
-
className: "
|
|
1659
|
+
className: "UpdateGatewaySettingsParameters",
|
|
1652
1660
|
modelProperties: {
|
|
1653
1661
|
isCredentialEnabled: {
|
|
1654
|
-
|
|
1662
|
+
defaultValue: true,
|
|
1655
1663
|
serializedName: "restAuthCredential\\.isEnabled",
|
|
1656
1664
|
type: {
|
|
1657
|
-
name: "
|
|
1665
|
+
name: "Boolean"
|
|
1658
1666
|
}
|
|
1659
1667
|
},
|
|
1660
1668
|
userName: {
|
|
1661
|
-
readOnly: true,
|
|
1662
1669
|
serializedName: "restAuthCredential\\.username",
|
|
1663
1670
|
type: {
|
|
1664
1671
|
name: "String"
|
|
1665
1672
|
}
|
|
1666
1673
|
},
|
|
1667
1674
|
password: {
|
|
1668
|
-
readOnly: true,
|
|
1669
1675
|
serializedName: "restAuthCredential\\.password",
|
|
1670
1676
|
type: {
|
|
1671
1677
|
name: "String"
|
|
@@ -1674,21 +1680,15 @@ export var GatewaySettings = {
|
|
|
1674
1680
|
}
|
|
1675
1681
|
}
|
|
1676
1682
|
};
|
|
1677
|
-
export
|
|
1678
|
-
serializedName: "OperationResource",
|
|
1683
|
+
export const AsyncOperationResult = {
|
|
1679
1684
|
type: {
|
|
1680
1685
|
name: "Composite",
|
|
1681
|
-
className: "
|
|
1686
|
+
className: "AsyncOperationResult",
|
|
1682
1687
|
modelProperties: {
|
|
1683
1688
|
status: {
|
|
1684
1689
|
serializedName: "status",
|
|
1685
1690
|
type: {
|
|
1686
|
-
name: "
|
|
1687
|
-
allowedValues: [
|
|
1688
|
-
"InProgress",
|
|
1689
|
-
"Succeeded",
|
|
1690
|
-
"Failed"
|
|
1691
|
-
]
|
|
1691
|
+
name: "String"
|
|
1692
1692
|
}
|
|
1693
1693
|
},
|
|
1694
1694
|
error: {
|
|
@@ -1701,28 +1701,25 @@ export var OperationResource = {
|
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
1703
1703
|
};
|
|
1704
|
-
export
|
|
1705
|
-
serializedName: "ProxyResource",
|
|
1706
|
-
type: {
|
|
1707
|
-
name: "Composite",
|
|
1708
|
-
className: "ProxyResource",
|
|
1709
|
-
modelProperties: __assign({}, Resource.type.modelProperties)
|
|
1710
|
-
}
|
|
1711
|
-
};
|
|
1712
|
-
export var ErrorResponse = {
|
|
1713
|
-
serializedName: "ErrorResponse",
|
|
1704
|
+
export const UpdateClusterIdentityCertificateParameters = {
|
|
1714
1705
|
type: {
|
|
1715
1706
|
name: "Composite",
|
|
1716
|
-
className: "
|
|
1707
|
+
className: "UpdateClusterIdentityCertificateParameters",
|
|
1717
1708
|
modelProperties: {
|
|
1718
|
-
|
|
1719
|
-
serializedName: "
|
|
1709
|
+
applicationId: {
|
|
1710
|
+
serializedName: "applicationId",
|
|
1720
1711
|
type: {
|
|
1721
1712
|
name: "String"
|
|
1722
1713
|
}
|
|
1723
1714
|
},
|
|
1724
|
-
|
|
1725
|
-
serializedName: "
|
|
1715
|
+
certificate: {
|
|
1716
|
+
serializedName: "certificate",
|
|
1717
|
+
type: {
|
|
1718
|
+
name: "String"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
certificatePassword: {
|
|
1722
|
+
serializedName: "certificatePassword",
|
|
1726
1723
|
type: {
|
|
1727
1724
|
name: "String"
|
|
1728
1725
|
}
|
|
@@ -1730,100 +1727,43 @@ export var ErrorResponse = {
|
|
|
1730
1727
|
}
|
|
1731
1728
|
}
|
|
1732
1729
|
};
|
|
1733
|
-
export
|
|
1734
|
-
serializedName: "ApplicationGetHttpsEndpoint",
|
|
1730
|
+
export const ApplicationListResult = {
|
|
1735
1731
|
type: {
|
|
1736
1732
|
name: "Composite",
|
|
1737
|
-
className: "
|
|
1733
|
+
className: "ApplicationListResult",
|
|
1738
1734
|
modelProperties: {
|
|
1739
|
-
|
|
1740
|
-
serializedName: "
|
|
1735
|
+
value: {
|
|
1736
|
+
serializedName: "value",
|
|
1741
1737
|
type: {
|
|
1742
1738
|
name: "Sequence",
|
|
1743
1739
|
element: {
|
|
1744
1740
|
type: {
|
|
1745
|
-
name: "
|
|
1741
|
+
name: "Composite",
|
|
1742
|
+
className: "Application"
|
|
1746
1743
|
}
|
|
1747
1744
|
}
|
|
1748
1745
|
}
|
|
1749
1746
|
},
|
|
1750
|
-
|
|
1751
|
-
serializedName: "
|
|
1752
|
-
|
|
1753
|
-
name: "String"
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
destinationPort: {
|
|
1757
|
-
serializedName: "destinationPort",
|
|
1758
|
-
type: {
|
|
1759
|
-
name: "Number"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
publicPort: {
|
|
1763
|
-
serializedName: "publicPort",
|
|
1764
|
-
type: {
|
|
1765
|
-
name: "Number"
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
subDomainSuffix: {
|
|
1769
|
-
serializedName: "subDomainSuffix",
|
|
1747
|
+
nextLink: {
|
|
1748
|
+
serializedName: "nextLink",
|
|
1749
|
+
readOnly: true,
|
|
1770
1750
|
type: {
|
|
1771
1751
|
name: "String"
|
|
1772
1752
|
}
|
|
1773
|
-
},
|
|
1774
|
-
disableGatewayAuth: {
|
|
1775
|
-
serializedName: "disableGatewayAuth",
|
|
1776
|
-
type: {
|
|
1777
|
-
name: "Boolean"
|
|
1778
|
-
}
|
|
1779
1753
|
}
|
|
1780
1754
|
}
|
|
1781
1755
|
}
|
|
1782
1756
|
};
|
|
1783
|
-
export
|
|
1784
|
-
serializedName: "ApplicationGetEndpoint",
|
|
1757
|
+
export const ApplicationProperties = {
|
|
1785
1758
|
type: {
|
|
1786
1759
|
name: "Composite",
|
|
1787
|
-
className: "
|
|
1760
|
+
className: "ApplicationProperties",
|
|
1788
1761
|
modelProperties: {
|
|
1789
|
-
|
|
1790
|
-
serializedName: "
|
|
1762
|
+
computeProfile: {
|
|
1763
|
+
serializedName: "computeProfile",
|
|
1791
1764
|
type: {
|
|
1792
|
-
name: "
|
|
1793
|
-
|
|
1794
|
-
},
|
|
1795
|
-
destinationPort: {
|
|
1796
|
-
serializedName: "destinationPort",
|
|
1797
|
-
type: {
|
|
1798
|
-
name: "Number"
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
publicPort: {
|
|
1802
|
-
serializedName: "publicPort",
|
|
1803
|
-
type: {
|
|
1804
|
-
name: "Number"
|
|
1805
|
-
}
|
|
1806
|
-
},
|
|
1807
|
-
privateIPAddress: {
|
|
1808
|
-
serializedName: "privateIPAddress",
|
|
1809
|
-
type: {
|
|
1810
|
-
name: "String"
|
|
1811
|
-
}
|
|
1812
|
-
}
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
};
|
|
1816
|
-
export var ApplicationProperties = {
|
|
1817
|
-
serializedName: "ApplicationProperties",
|
|
1818
|
-
type: {
|
|
1819
|
-
name: "Composite",
|
|
1820
|
-
className: "ApplicationProperties",
|
|
1821
|
-
modelProperties: {
|
|
1822
|
-
computeProfile: {
|
|
1823
|
-
serializedName: "computeProfile",
|
|
1824
|
-
type: {
|
|
1825
|
-
name: "Composite",
|
|
1826
|
-
className: "ComputeProfile"
|
|
1765
|
+
name: "Composite",
|
|
1766
|
+
className: "ComputeProfile"
|
|
1827
1767
|
}
|
|
1828
1768
|
},
|
|
1829
1769
|
installScriptActions: {
|
|
@@ -1875,8 +1815,8 @@ export var ApplicationProperties = {
|
|
|
1875
1815
|
}
|
|
1876
1816
|
},
|
|
1877
1817
|
provisioningState: {
|
|
1878
|
-
readOnly: true,
|
|
1879
1818
|
serializedName: "provisioningState",
|
|
1819
|
+
readOnly: true,
|
|
1880
1820
|
type: {
|
|
1881
1821
|
name: "String"
|
|
1882
1822
|
}
|
|
@@ -1888,8 +1828,8 @@ export var ApplicationProperties = {
|
|
|
1888
1828
|
}
|
|
1889
1829
|
},
|
|
1890
1830
|
applicationState: {
|
|
1891
|
-
readOnly: true,
|
|
1892
1831
|
serializedName: "applicationState",
|
|
1832
|
+
readOnly: true,
|
|
1893
1833
|
type: {
|
|
1894
1834
|
name: "String"
|
|
1895
1835
|
}
|
|
@@ -1907,138 +1847,88 @@ export var ApplicationProperties = {
|
|
|
1907
1847
|
}
|
|
1908
1848
|
},
|
|
1909
1849
|
createdDate: {
|
|
1910
|
-
readOnly: true,
|
|
1911
1850
|
serializedName: "createdDate",
|
|
1851
|
+
readOnly: true,
|
|
1912
1852
|
type: {
|
|
1913
1853
|
name: "String"
|
|
1914
1854
|
}
|
|
1915
1855
|
},
|
|
1916
1856
|
marketplaceIdentifier: {
|
|
1917
|
-
readOnly: true,
|
|
1918
1857
|
serializedName: "marketplaceIdentifier",
|
|
1858
|
+
readOnly: true,
|
|
1919
1859
|
type: {
|
|
1920
1860
|
name: "String"
|
|
1921
1861
|
}
|
|
1922
|
-
}
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
};
|
|
1926
|
-
export var Application = {
|
|
1927
|
-
serializedName: "Application",
|
|
1928
|
-
type: {
|
|
1929
|
-
name: "Composite",
|
|
1930
|
-
className: "Application",
|
|
1931
|
-
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { etag: {
|
|
1932
|
-
serializedName: "etag",
|
|
1933
|
-
type: {
|
|
1934
|
-
name: "String"
|
|
1935
|
-
}
|
|
1936
|
-
}, tags: {
|
|
1937
|
-
serializedName: "tags",
|
|
1862
|
+
},
|
|
1863
|
+
privateLinkConfigurations: {
|
|
1864
|
+
serializedName: "privateLinkConfigurations",
|
|
1938
1865
|
type: {
|
|
1939
|
-
name: "
|
|
1940
|
-
|
|
1866
|
+
name: "Sequence",
|
|
1867
|
+
element: {
|
|
1941
1868
|
type: {
|
|
1942
|
-
name: "
|
|
1869
|
+
name: "Composite",
|
|
1870
|
+
className: "PrivateLinkConfiguration"
|
|
1943
1871
|
}
|
|
1944
1872
|
}
|
|
1945
1873
|
}
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
type: {
|
|
1949
|
-
name: "Composite",
|
|
1950
|
-
className: "ApplicationProperties"
|
|
1951
|
-
}
|
|
1952
|
-
} })
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1953
1876
|
}
|
|
1954
1877
|
};
|
|
1955
|
-
export
|
|
1956
|
-
serializedName: "VersionSpec",
|
|
1878
|
+
export const RuntimeScriptAction = {
|
|
1957
1879
|
type: {
|
|
1958
1880
|
name: "Composite",
|
|
1959
|
-
className: "
|
|
1881
|
+
className: "RuntimeScriptAction",
|
|
1960
1882
|
modelProperties: {
|
|
1961
|
-
|
|
1962
|
-
serializedName: "
|
|
1883
|
+
name: {
|
|
1884
|
+
serializedName: "name",
|
|
1885
|
+
required: true,
|
|
1963
1886
|
type: {
|
|
1964
1887
|
name: "String"
|
|
1965
1888
|
}
|
|
1966
1889
|
},
|
|
1967
|
-
|
|
1968
|
-
serializedName: "
|
|
1890
|
+
uri: {
|
|
1891
|
+
serializedName: "uri",
|
|
1892
|
+
required: true,
|
|
1969
1893
|
type: {
|
|
1970
1894
|
name: "String"
|
|
1971
1895
|
}
|
|
1972
1896
|
},
|
|
1973
|
-
|
|
1974
|
-
serializedName: "
|
|
1897
|
+
parameters: {
|
|
1898
|
+
serializedName: "parameters",
|
|
1975
1899
|
type: {
|
|
1976
1900
|
name: "String"
|
|
1977
1901
|
}
|
|
1978
1902
|
},
|
|
1979
|
-
|
|
1980
|
-
serializedName: "
|
|
1981
|
-
|
|
1982
|
-
name: "Dictionary",
|
|
1983
|
-
value: {
|
|
1984
|
-
type: {
|
|
1985
|
-
name: "String"
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
1991
|
-
}
|
|
1992
|
-
};
|
|
1993
|
-
export var VersionsCapability = {
|
|
1994
|
-
serializedName: "VersionsCapability",
|
|
1995
|
-
type: {
|
|
1996
|
-
name: "Composite",
|
|
1997
|
-
className: "VersionsCapability",
|
|
1998
|
-
modelProperties: {
|
|
1999
|
-
available: {
|
|
2000
|
-
serializedName: "available",
|
|
1903
|
+
roles: {
|
|
1904
|
+
serializedName: "roles",
|
|
1905
|
+
required: true,
|
|
2001
1906
|
type: {
|
|
2002
1907
|
name: "Sequence",
|
|
2003
1908
|
element: {
|
|
2004
1909
|
type: {
|
|
2005
|
-
name: "
|
|
2006
|
-
className: "VersionSpec"
|
|
1910
|
+
name: "String"
|
|
2007
1911
|
}
|
|
2008
1912
|
}
|
|
2009
1913
|
}
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
export var RegionsCapability = {
|
|
2015
|
-
serializedName: "RegionsCapability",
|
|
2016
|
-
type: {
|
|
2017
|
-
name: "Composite",
|
|
2018
|
-
className: "RegionsCapability",
|
|
2019
|
-
modelProperties: {
|
|
2020
|
-
available: {
|
|
2021
|
-
serializedName: "available",
|
|
1914
|
+
},
|
|
1915
|
+
applicationName: {
|
|
1916
|
+
serializedName: "applicationName",
|
|
1917
|
+
readOnly: true,
|
|
2022
1918
|
type: {
|
|
2023
|
-
name: "
|
|
2024
|
-
element: {
|
|
2025
|
-
type: {
|
|
2026
|
-
name: "String"
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
1919
|
+
name: "String"
|
|
2029
1920
|
}
|
|
2030
1921
|
}
|
|
2031
1922
|
}
|
|
2032
1923
|
}
|
|
2033
1924
|
};
|
|
2034
|
-
export
|
|
2035
|
-
serializedName: "VmSizesCapability",
|
|
1925
|
+
export const ApplicationGetHttpsEndpoint = {
|
|
2036
1926
|
type: {
|
|
2037
1927
|
name: "Composite",
|
|
2038
|
-
className: "
|
|
1928
|
+
className: "ApplicationGetHttpsEndpoint",
|
|
2039
1929
|
modelProperties: {
|
|
2040
|
-
|
|
2041
|
-
serializedName: "
|
|
1930
|
+
accessModes: {
|
|
1931
|
+
serializedName: "accessModes",
|
|
2042
1932
|
type: {
|
|
2043
1933
|
name: "Sequence",
|
|
2044
1934
|
element: {
|
|
@@ -2047,238 +1937,273 @@ export var VmSizesCapability = {
|
|
|
2047
1937
|
}
|
|
2048
1938
|
}
|
|
2049
1939
|
}
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
export var VmSizeCompatibilityFilter = {
|
|
2055
|
-
serializedName: "VmSizeCompatibilityFilter",
|
|
2056
|
-
type: {
|
|
2057
|
-
name: "Composite",
|
|
2058
|
-
className: "VmSizeCompatibilityFilter",
|
|
2059
|
-
modelProperties: {
|
|
2060
|
-
filterMode: {
|
|
2061
|
-
serializedName: "FilterMode",
|
|
1940
|
+
},
|
|
1941
|
+
location: {
|
|
1942
|
+
serializedName: "location",
|
|
1943
|
+
readOnly: true,
|
|
2062
1944
|
type: {
|
|
2063
1945
|
name: "String"
|
|
2064
1946
|
}
|
|
2065
1947
|
},
|
|
2066
|
-
|
|
2067
|
-
serializedName: "
|
|
1948
|
+
destinationPort: {
|
|
1949
|
+
serializedName: "destinationPort",
|
|
2068
1950
|
type: {
|
|
2069
|
-
name: "
|
|
2070
|
-
element: {
|
|
2071
|
-
type: {
|
|
2072
|
-
name: "String"
|
|
2073
|
-
}
|
|
2074
|
-
}
|
|
1951
|
+
name: "Number"
|
|
2075
1952
|
}
|
|
2076
1953
|
},
|
|
2077
|
-
|
|
2078
|
-
serializedName: "
|
|
1954
|
+
publicPort: {
|
|
1955
|
+
serializedName: "publicPort",
|
|
1956
|
+
readOnly: true,
|
|
2079
1957
|
type: {
|
|
2080
|
-
name: "
|
|
2081
|
-
element: {
|
|
2082
|
-
type: {
|
|
2083
|
-
name: "String"
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
1958
|
+
name: "Number"
|
|
2086
1959
|
}
|
|
2087
1960
|
},
|
|
2088
|
-
|
|
2089
|
-
serializedName: "
|
|
1961
|
+
privateIPAddress: {
|
|
1962
|
+
serializedName: "privateIPAddress",
|
|
2090
1963
|
type: {
|
|
2091
|
-
name: "
|
|
2092
|
-
element: {
|
|
2093
|
-
type: {
|
|
2094
|
-
name: "String"
|
|
2095
|
-
}
|
|
2096
|
-
}
|
|
1964
|
+
name: "String"
|
|
2097
1965
|
}
|
|
2098
1966
|
},
|
|
2099
|
-
|
|
2100
|
-
serializedName: "
|
|
1967
|
+
subDomainSuffix: {
|
|
1968
|
+
serializedName: "subDomainSuffix",
|
|
2101
1969
|
type: {
|
|
2102
|
-
name: "
|
|
2103
|
-
element: {
|
|
2104
|
-
type: {
|
|
2105
|
-
name: "String"
|
|
2106
|
-
}
|
|
2107
|
-
}
|
|
1970
|
+
name: "String"
|
|
2108
1971
|
}
|
|
2109
1972
|
},
|
|
2110
|
-
|
|
2111
|
-
serializedName: "
|
|
1973
|
+
disableGatewayAuth: {
|
|
1974
|
+
serializedName: "disableGatewayAuth",
|
|
2112
1975
|
type: {
|
|
2113
|
-
name: "
|
|
2114
|
-
element: {
|
|
2115
|
-
type: {
|
|
2116
|
-
name: "String"
|
|
2117
|
-
}
|
|
2118
|
-
}
|
|
1976
|
+
name: "Boolean"
|
|
2119
1977
|
}
|
|
2120
1978
|
}
|
|
2121
1979
|
}
|
|
2122
1980
|
}
|
|
2123
1981
|
};
|
|
2124
|
-
export
|
|
2125
|
-
serializedName: "RegionalQuotaCapability",
|
|
1982
|
+
export const ApplicationGetEndpoint = {
|
|
2126
1983
|
type: {
|
|
2127
1984
|
name: "Composite",
|
|
2128
|
-
className: "
|
|
1985
|
+
className: "ApplicationGetEndpoint",
|
|
2129
1986
|
modelProperties: {
|
|
2130
|
-
|
|
2131
|
-
serializedName: "
|
|
1987
|
+
location: {
|
|
1988
|
+
serializedName: "location",
|
|
2132
1989
|
type: {
|
|
2133
1990
|
name: "String"
|
|
2134
1991
|
}
|
|
2135
1992
|
},
|
|
2136
|
-
|
|
2137
|
-
serializedName: "
|
|
1993
|
+
destinationPort: {
|
|
1994
|
+
serializedName: "destinationPort",
|
|
2138
1995
|
type: {
|
|
2139
1996
|
name: "Number"
|
|
2140
1997
|
}
|
|
2141
1998
|
},
|
|
2142
|
-
|
|
2143
|
-
serializedName: "
|
|
1999
|
+
publicPort: {
|
|
2000
|
+
serializedName: "publicPort",
|
|
2144
2001
|
type: {
|
|
2145
2002
|
name: "Number"
|
|
2146
2003
|
}
|
|
2004
|
+
},
|
|
2005
|
+
privateIPAddress: {
|
|
2006
|
+
serializedName: "privateIPAddress",
|
|
2007
|
+
type: {
|
|
2008
|
+
name: "String"
|
|
2009
|
+
}
|
|
2147
2010
|
}
|
|
2148
2011
|
}
|
|
2149
2012
|
}
|
|
2150
2013
|
};
|
|
2151
|
-
export
|
|
2152
|
-
serializedName: "QuotaCapability",
|
|
2014
|
+
export const CapabilitiesResult = {
|
|
2153
2015
|
type: {
|
|
2154
2016
|
name: "Composite",
|
|
2155
|
-
className: "
|
|
2017
|
+
className: "CapabilitiesResult",
|
|
2156
2018
|
modelProperties: {
|
|
2157
|
-
|
|
2158
|
-
serializedName: "
|
|
2019
|
+
versions: {
|
|
2020
|
+
serializedName: "versions",
|
|
2159
2021
|
type: {
|
|
2160
|
-
name: "
|
|
2022
|
+
name: "Dictionary",
|
|
2023
|
+
value: {
|
|
2024
|
+
type: { name: "Composite", className: "VersionsCapability" }
|
|
2025
|
+
}
|
|
2161
2026
|
}
|
|
2162
2027
|
},
|
|
2163
|
-
|
|
2164
|
-
serializedName: "
|
|
2028
|
+
regions: {
|
|
2029
|
+
serializedName: "regions",
|
|
2165
2030
|
type: {
|
|
2166
|
-
name: "
|
|
2031
|
+
name: "Dictionary",
|
|
2032
|
+
value: { type: { name: "Composite", className: "RegionsCapability" } }
|
|
2167
2033
|
}
|
|
2168
2034
|
},
|
|
2169
|
-
|
|
2170
|
-
serializedName: "
|
|
2035
|
+
features: {
|
|
2036
|
+
serializedName: "features",
|
|
2171
2037
|
type: {
|
|
2172
2038
|
name: "Sequence",
|
|
2173
2039
|
element: {
|
|
2174
2040
|
type: {
|
|
2175
|
-
name: "
|
|
2176
|
-
className: "RegionalQuotaCapability"
|
|
2041
|
+
name: "String"
|
|
2177
2042
|
}
|
|
2178
2043
|
}
|
|
2179
2044
|
}
|
|
2045
|
+
},
|
|
2046
|
+
quota: {
|
|
2047
|
+
serializedName: "quota",
|
|
2048
|
+
type: {
|
|
2049
|
+
name: "Composite",
|
|
2050
|
+
className: "QuotaCapability"
|
|
2051
|
+
}
|
|
2180
2052
|
}
|
|
2181
2053
|
}
|
|
2182
2054
|
}
|
|
2183
2055
|
};
|
|
2184
|
-
export
|
|
2185
|
-
serializedName: "CapabilitiesResult",
|
|
2056
|
+
export const VersionsCapability = {
|
|
2186
2057
|
type: {
|
|
2187
2058
|
name: "Composite",
|
|
2188
|
-
className: "
|
|
2059
|
+
className: "VersionsCapability",
|
|
2189
2060
|
modelProperties: {
|
|
2190
|
-
|
|
2191
|
-
serializedName: "
|
|
2061
|
+
available: {
|
|
2062
|
+
serializedName: "available",
|
|
2192
2063
|
type: {
|
|
2193
|
-
name: "
|
|
2194
|
-
|
|
2064
|
+
name: "Sequence",
|
|
2065
|
+
element: {
|
|
2195
2066
|
type: {
|
|
2196
2067
|
name: "Composite",
|
|
2197
|
-
className: "
|
|
2068
|
+
className: "VersionSpec"
|
|
2198
2069
|
}
|
|
2199
2070
|
}
|
|
2200
2071
|
}
|
|
2201
|
-
}
|
|
2202
|
-
|
|
2203
|
-
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
};
|
|
2076
|
+
export const VersionSpec = {
|
|
2077
|
+
type: {
|
|
2078
|
+
name: "Composite",
|
|
2079
|
+
className: "VersionSpec",
|
|
2080
|
+
modelProperties: {
|
|
2081
|
+
friendlyName: {
|
|
2082
|
+
serializedName: "friendlyName",
|
|
2204
2083
|
type: {
|
|
2205
|
-
name: "
|
|
2206
|
-
value: {
|
|
2207
|
-
type: {
|
|
2208
|
-
name: "Composite",
|
|
2209
|
-
className: "RegionsCapability"
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2084
|
+
name: "String"
|
|
2212
2085
|
}
|
|
2213
2086
|
},
|
|
2214
|
-
|
|
2215
|
-
serializedName: "
|
|
2087
|
+
displayName: {
|
|
2088
|
+
serializedName: "displayName",
|
|
2216
2089
|
type: {
|
|
2217
|
-
name: "
|
|
2218
|
-
value: {
|
|
2219
|
-
type: {
|
|
2220
|
-
name: "Composite",
|
|
2221
|
-
className: "VmSizesCapability"
|
|
2222
|
-
}
|
|
2223
|
-
}
|
|
2090
|
+
name: "String"
|
|
2224
2091
|
}
|
|
2225
2092
|
},
|
|
2226
|
-
|
|
2227
|
-
serializedName: "
|
|
2093
|
+
isDefault: {
|
|
2094
|
+
serializedName: "isDefault",
|
|
2095
|
+
type: {
|
|
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",
|
|
2228
2116
|
type: {
|
|
2229
2117
|
name: "Sequence",
|
|
2230
2118
|
element: {
|
|
2231
2119
|
type: {
|
|
2232
|
-
name: "
|
|
2233
|
-
className: "VmSizeCompatibilityFilter"
|
|
2120
|
+
name: "String"
|
|
2234
2121
|
}
|
|
2235
2122
|
}
|
|
2236
2123
|
}
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
}
|
|
2127
|
+
};
|
|
2128
|
+
export const QuotaCapability = {
|
|
2129
|
+
type: {
|
|
2130
|
+
name: "Composite",
|
|
2131
|
+
className: "QuotaCapability",
|
|
2132
|
+
modelProperties: {
|
|
2133
|
+
coresUsed: {
|
|
2134
|
+
serializedName: "coresUsed",
|
|
2135
|
+
type: {
|
|
2136
|
+
name: "Number"
|
|
2137
|
+
}
|
|
2237
2138
|
},
|
|
2238
|
-
|
|
2239
|
-
serializedName: "
|
|
2139
|
+
maxCoresAllowed: {
|
|
2140
|
+
serializedName: "maxCoresAllowed",
|
|
2141
|
+
type: {
|
|
2142
|
+
name: "Number"
|
|
2143
|
+
}
|
|
2144
|
+
},
|
|
2145
|
+
regionalQuotas: {
|
|
2146
|
+
serializedName: "regionalQuotas",
|
|
2240
2147
|
type: {
|
|
2241
2148
|
name: "Sequence",
|
|
2242
2149
|
element: {
|
|
2243
2150
|
type: {
|
|
2244
|
-
name: "
|
|
2151
|
+
name: "Composite",
|
|
2152
|
+
className: "RegionalQuotaCapability"
|
|
2245
2153
|
}
|
|
2246
2154
|
}
|
|
2247
2155
|
}
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
}
|
|
2159
|
+
};
|
|
2160
|
+
export const RegionalQuotaCapability = {
|
|
2161
|
+
type: {
|
|
2162
|
+
name: "Composite",
|
|
2163
|
+
className: "RegionalQuotaCapability",
|
|
2164
|
+
modelProperties: {
|
|
2165
|
+
regionName: {
|
|
2166
|
+
serializedName: "regionName",
|
|
2167
|
+
type: {
|
|
2168
|
+
name: "String"
|
|
2169
|
+
}
|
|
2248
2170
|
},
|
|
2249
|
-
|
|
2250
|
-
serializedName: "
|
|
2171
|
+
coresUsed: {
|
|
2172
|
+
serializedName: "coresUsed",
|
|
2251
2173
|
type: {
|
|
2252
|
-
name: "
|
|
2253
|
-
|
|
2174
|
+
name: "Number"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
coresAvailable: {
|
|
2178
|
+
serializedName: "coresAvailable",
|
|
2179
|
+
type: {
|
|
2180
|
+
name: "Number"
|
|
2254
2181
|
}
|
|
2255
2182
|
}
|
|
2256
2183
|
}
|
|
2257
2184
|
}
|
|
2258
2185
|
};
|
|
2259
|
-
export
|
|
2260
|
-
serializedName: "LocalizedName",
|
|
2186
|
+
export const UsagesListResult = {
|
|
2261
2187
|
type: {
|
|
2262
2188
|
name: "Composite",
|
|
2263
|
-
className: "
|
|
2189
|
+
className: "UsagesListResult",
|
|
2264
2190
|
modelProperties: {
|
|
2265
2191
|
value: {
|
|
2266
2192
|
serializedName: "value",
|
|
2267
2193
|
type: {
|
|
2268
|
-
name: "
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2194
|
+
name: "Sequence",
|
|
2195
|
+
element: {
|
|
2196
|
+
type: {
|
|
2197
|
+
name: "Composite",
|
|
2198
|
+
className: "Usage"
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2275
2201
|
}
|
|
2276
2202
|
}
|
|
2277
2203
|
}
|
|
2278
2204
|
}
|
|
2279
2205
|
};
|
|
2280
|
-
export
|
|
2281
|
-
serializedName: "Usage",
|
|
2206
|
+
export const Usage = {
|
|
2282
2207
|
type: {
|
|
2283
2208
|
name: "Composite",
|
|
2284
2209
|
className: "Usage",
|
|
@@ -2311,20 +2236,86 @@ export var Usage = {
|
|
|
2311
2236
|
}
|
|
2312
2237
|
}
|
|
2313
2238
|
};
|
|
2314
|
-
export
|
|
2315
|
-
serializedName: "UsagesListResult",
|
|
2239
|
+
export const LocalizedName = {
|
|
2316
2240
|
type: {
|
|
2317
2241
|
name: "Composite",
|
|
2318
|
-
className: "
|
|
2242
|
+
className: "LocalizedName",
|
|
2319
2243
|
modelProperties: {
|
|
2320
2244
|
value: {
|
|
2321
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",
|
|
2322
2288
|
type: {
|
|
2323
2289
|
name: "Sequence",
|
|
2324
2290
|
element: {
|
|
2325
2291
|
type: {
|
|
2326
2292
|
name: "Composite",
|
|
2327
|
-
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"
|
|
2328
2319
|
}
|
|
2329
2320
|
}
|
|
2330
2321
|
}
|
|
@@ -2332,8 +2323,7 @@ export var UsagesListResult = {
|
|
|
2332
2323
|
}
|
|
2333
2324
|
}
|
|
2334
2325
|
};
|
|
2335
|
-
export
|
|
2336
|
-
serializedName: "VmSizeCompatibilityFilterV2",
|
|
2326
|
+
export const VmSizeCompatibilityFilterV2 = {
|
|
2337
2327
|
type: {
|
|
2338
2328
|
name: "Composite",
|
|
2339
2329
|
className: "VmSizeCompatibilityFilterV2",
|
|
@@ -2394,11 +2384,7 @@ export var VmSizeCompatibilityFilterV2 = {
|
|
|
2394
2384
|
name: "Sequence",
|
|
2395
2385
|
element: {
|
|
2396
2386
|
type: {
|
|
2397
|
-
name: "
|
|
2398
|
-
allowedValues: [
|
|
2399
|
-
"Windows",
|
|
2400
|
-
"Linux"
|
|
2401
|
-
]
|
|
2387
|
+
name: "String"
|
|
2402
2388
|
}
|
|
2403
2389
|
}
|
|
2404
2390
|
}
|
|
@@ -2413,12 +2399,23 @@ export var VmSizeCompatibilityFilterV2 = {
|
|
|
2413
2399
|
}
|
|
2414
2400
|
}
|
|
2415
2401
|
}
|
|
2402
|
+
},
|
|
2403
|
+
espApplied: {
|
|
2404
|
+
serializedName: "espApplied",
|
|
2405
|
+
type: {
|
|
2406
|
+
name: "String"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
computeIsolationSupported: {
|
|
2410
|
+
serializedName: "computeIsolationSupported",
|
|
2411
|
+
type: {
|
|
2412
|
+
name: "String"
|
|
2413
|
+
}
|
|
2416
2414
|
}
|
|
2417
2415
|
}
|
|
2418
2416
|
}
|
|
2419
2417
|
};
|
|
2420
|
-
export
|
|
2421
|
-
serializedName: "VmSizeProperty",
|
|
2418
|
+
export const VmSizeProperty = {
|
|
2422
2419
|
type: {
|
|
2423
2420
|
name: "Composite",
|
|
2424
2421
|
className: "VmSizeProperty",
|
|
@@ -2486,8 +2483,45 @@ export var VmSizeProperty = {
|
|
|
2486
2483
|
}
|
|
2487
2484
|
}
|
|
2488
2485
|
};
|
|
2489
|
-
export
|
|
2490
|
-
|
|
2486
|
+
export const BillingResources = {
|
|
2487
|
+
type: {
|
|
2488
|
+
name: "Composite",
|
|
2489
|
+
className: "BillingResources",
|
|
2490
|
+
modelProperties: {
|
|
2491
|
+
region: {
|
|
2492
|
+
serializedName: "region",
|
|
2493
|
+
type: {
|
|
2494
|
+
name: "String"
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2497
|
+
billingMeters: {
|
|
2498
|
+
serializedName: "billingMeters",
|
|
2499
|
+
type: {
|
|
2500
|
+
name: "Sequence",
|
|
2501
|
+
element: {
|
|
2502
|
+
type: {
|
|
2503
|
+
name: "Composite",
|
|
2504
|
+
className: "BillingMeters"
|
|
2505
|
+
}
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
},
|
|
2509
|
+
diskBillingMeters: {
|
|
2510
|
+
serializedName: "diskBillingMeters",
|
|
2511
|
+
type: {
|
|
2512
|
+
name: "Sequence",
|
|
2513
|
+
element: {
|
|
2514
|
+
type: {
|
|
2515
|
+
name: "Composite",
|
|
2516
|
+
className: "DiskBillingMeters"
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2523
|
+
};
|
|
2524
|
+
export const BillingMeters = {
|
|
2491
2525
|
type: {
|
|
2492
2526
|
name: "Composite",
|
|
2493
2527
|
className: "BillingMeters",
|
|
@@ -2513,8 +2547,7 @@ export var BillingMeters = {
|
|
|
2513
2547
|
}
|
|
2514
2548
|
}
|
|
2515
2549
|
};
|
|
2516
|
-
export
|
|
2517
|
-
serializedName: "DiskBillingMeters",
|
|
2550
|
+
export const DiskBillingMeters = {
|
|
2518
2551
|
type: {
|
|
2519
2552
|
name: "Composite",
|
|
2520
2553
|
className: "DiskBillingMeters",
|
|
@@ -2534,116 +2567,140 @@ export var DiskBillingMeters = {
|
|
|
2534
2567
|
tier: {
|
|
2535
2568
|
serializedName: "tier",
|
|
2536
2569
|
type: {
|
|
2537
|
-
name: "
|
|
2538
|
-
allowedValues: [
|
|
2539
|
-
"Standard",
|
|
2540
|
-
"Premium"
|
|
2541
|
-
]
|
|
2570
|
+
name: "String"
|
|
2542
2571
|
}
|
|
2543
2572
|
}
|
|
2544
2573
|
}
|
|
2545
2574
|
}
|
|
2546
2575
|
};
|
|
2547
|
-
export
|
|
2548
|
-
serializedName: "BillingResources",
|
|
2576
|
+
export const NameAvailabilityCheckRequestParameters = {
|
|
2549
2577
|
type: {
|
|
2550
2578
|
name: "Composite",
|
|
2551
|
-
className: "
|
|
2579
|
+
className: "NameAvailabilityCheckRequestParameters",
|
|
2552
2580
|
modelProperties: {
|
|
2553
|
-
|
|
2554
|
-
serializedName: "
|
|
2581
|
+
name: {
|
|
2582
|
+
serializedName: "name",
|
|
2555
2583
|
type: {
|
|
2556
2584
|
name: "String"
|
|
2557
2585
|
}
|
|
2558
2586
|
},
|
|
2559
|
-
|
|
2560
|
-
serializedName: "
|
|
2587
|
+
type: {
|
|
2588
|
+
serializedName: "type",
|
|
2561
2589
|
type: {
|
|
2562
|
-
name: "
|
|
2563
|
-
element: {
|
|
2564
|
-
type: {
|
|
2565
|
-
name: "Composite",
|
|
2566
|
-
className: "BillingMeters"
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
|
-
}
|
|
2570
|
-
},
|
|
2571
|
-
diskBillingMeters: {
|
|
2572
|
-
serializedName: "diskBillingMeters",
|
|
2573
|
-
type: {
|
|
2574
|
-
name: "Sequence",
|
|
2575
|
-
element: {
|
|
2576
|
-
type: {
|
|
2577
|
-
name: "Composite",
|
|
2578
|
-
className: "DiskBillingMeters"
|
|
2579
|
-
}
|
|
2580
|
-
}
|
|
2590
|
+
name: "String"
|
|
2581
2591
|
}
|
|
2582
2592
|
}
|
|
2583
2593
|
}
|
|
2584
2594
|
}
|
|
2585
2595
|
};
|
|
2586
|
-
export
|
|
2587
|
-
serializedName: "BillingResponseListResult",
|
|
2596
|
+
export const NameAvailabilityCheckResult = {
|
|
2588
2597
|
type: {
|
|
2589
2598
|
name: "Composite",
|
|
2590
|
-
className: "
|
|
2599
|
+
className: "NameAvailabilityCheckResult",
|
|
2591
2600
|
modelProperties: {
|
|
2592
|
-
|
|
2593
|
-
serializedName: "
|
|
2601
|
+
nameAvailable: {
|
|
2602
|
+
serializedName: "nameAvailable",
|
|
2594
2603
|
type: {
|
|
2595
|
-
name: "
|
|
2596
|
-
element: {
|
|
2597
|
-
type: {
|
|
2598
|
-
name: "String"
|
|
2599
|
-
}
|
|
2600
|
-
}
|
|
2604
|
+
name: "Boolean"
|
|
2601
2605
|
}
|
|
2602
2606
|
},
|
|
2603
|
-
|
|
2604
|
-
serializedName: "
|
|
2607
|
+
reason: {
|
|
2608
|
+
serializedName: "reason",
|
|
2609
|
+
readOnly: true,
|
|
2610
|
+
type: {
|
|
2611
|
+
name: "String"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
message: {
|
|
2615
|
+
serializedName: "message",
|
|
2616
|
+
readOnly: true,
|
|
2617
|
+
type: {
|
|
2618
|
+
name: "String"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
}
|
|
2623
|
+
};
|
|
2624
|
+
export const ClusterCreateValidationResult = {
|
|
2625
|
+
type: {
|
|
2626
|
+
name: "Composite",
|
|
2627
|
+
className: "ClusterCreateValidationResult",
|
|
2628
|
+
modelProperties: {
|
|
2629
|
+
validationErrors: {
|
|
2630
|
+
serializedName: "validationErrors",
|
|
2605
2631
|
type: {
|
|
2606
2632
|
name: "Sequence",
|
|
2607
2633
|
element: {
|
|
2608
2634
|
type: {
|
|
2609
|
-
name: "
|
|
2635
|
+
name: "Composite",
|
|
2636
|
+
className: "ValidationErrorInfo"
|
|
2610
2637
|
}
|
|
2611
2638
|
}
|
|
2612
2639
|
}
|
|
2613
2640
|
},
|
|
2614
|
-
|
|
2615
|
-
serializedName: "
|
|
2641
|
+
validationWarnings: {
|
|
2642
|
+
serializedName: "validationWarnings",
|
|
2616
2643
|
type: {
|
|
2617
2644
|
name: "Sequence",
|
|
2618
2645
|
element: {
|
|
2619
2646
|
type: {
|
|
2620
2647
|
name: "Composite",
|
|
2621
|
-
className: "
|
|
2648
|
+
className: "ValidationErrorInfo"
|
|
2622
2649
|
}
|
|
2623
2650
|
}
|
|
2624
2651
|
}
|
|
2625
2652
|
},
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2653
|
+
estimatedCreationDuration: {
|
|
2654
|
+
serializedName: "estimatedCreationDuration",
|
|
2655
|
+
type: {
|
|
2656
|
+
name: "TimeSpan"
|
|
2657
|
+
}
|
|
2658
|
+
},
|
|
2659
|
+
aaddsResourcesDetails: {
|
|
2660
|
+
serializedName: "aaddsResourcesDetails",
|
|
2629
2661
|
type: {
|
|
2630
2662
|
name: "Sequence",
|
|
2631
2663
|
element: {
|
|
2632
2664
|
type: {
|
|
2633
2665
|
name: "Composite",
|
|
2634
|
-
className: "
|
|
2666
|
+
className: "AaddsResourceDetails"
|
|
2635
2667
|
}
|
|
2636
2668
|
}
|
|
2637
2669
|
}
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
};
|
|
2674
|
+
export const ValidationErrorInfo = {
|
|
2675
|
+
type: {
|
|
2676
|
+
name: "Composite",
|
|
2677
|
+
className: "ValidationErrorInfo",
|
|
2678
|
+
modelProperties: {
|
|
2679
|
+
code: {
|
|
2680
|
+
serializedName: "code",
|
|
2681
|
+
type: {
|
|
2682
|
+
name: "String"
|
|
2683
|
+
}
|
|
2638
2684
|
},
|
|
2639
|
-
|
|
2640
|
-
serializedName: "
|
|
2685
|
+
message: {
|
|
2686
|
+
serializedName: "message",
|
|
2687
|
+
type: {
|
|
2688
|
+
name: "String"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
errorResource: {
|
|
2692
|
+
serializedName: "errorResource",
|
|
2693
|
+
type: {
|
|
2694
|
+
name: "String"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
messageArguments: {
|
|
2698
|
+
serializedName: "messageArguments",
|
|
2641
2699
|
type: {
|
|
2642
2700
|
name: "Sequence",
|
|
2643
2701
|
element: {
|
|
2644
2702
|
type: {
|
|
2645
|
-
name: "
|
|
2646
|
-
className: "BillingResources"
|
|
2703
|
+
name: "String"
|
|
2647
2704
|
}
|
|
2648
2705
|
}
|
|
2649
2706
|
}
|
|
@@ -2651,8 +2708,57 @@ export var BillingResponseListResult = {
|
|
|
2651
2708
|
}
|
|
2652
2709
|
}
|
|
2653
2710
|
};
|
|
2654
|
-
export
|
|
2655
|
-
|
|
2711
|
+
export const AaddsResourceDetails = {
|
|
2712
|
+
type: {
|
|
2713
|
+
name: "Composite",
|
|
2714
|
+
className: "AaddsResourceDetails",
|
|
2715
|
+
modelProperties: {
|
|
2716
|
+
domainName: {
|
|
2717
|
+
serializedName: "domainName",
|
|
2718
|
+
type: {
|
|
2719
|
+
name: "String"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
initialSyncComplete: {
|
|
2723
|
+
serializedName: "initialSyncComplete",
|
|
2724
|
+
type: {
|
|
2725
|
+
name: "Boolean"
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2728
|
+
ldapsEnabled: {
|
|
2729
|
+
serializedName: "ldapsEnabled",
|
|
2730
|
+
type: {
|
|
2731
|
+
name: "Boolean"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
ldapsPublicCertificateInBase64: {
|
|
2735
|
+
serializedName: "ldapsPublicCertificateInBase64",
|
|
2736
|
+
type: {
|
|
2737
|
+
name: "String"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
resourceId: {
|
|
2741
|
+
serializedName: "resourceId",
|
|
2742
|
+
type: {
|
|
2743
|
+
name: "String"
|
|
2744
|
+
}
|
|
2745
|
+
},
|
|
2746
|
+
subnetId: {
|
|
2747
|
+
serializedName: "subnetId",
|
|
2748
|
+
type: {
|
|
2749
|
+
name: "String"
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2752
|
+
tenantId: {
|
|
2753
|
+
serializedName: "tenantId",
|
|
2754
|
+
type: {
|
|
2755
|
+
name: "String"
|
|
2756
|
+
}
|
|
2757
|
+
}
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2760
|
+
};
|
|
2761
|
+
export const ClusterConfigurations = {
|
|
2656
2762
|
type: {
|
|
2657
2763
|
name: "Composite",
|
|
2658
2764
|
className: "ClusterConfigurations",
|
|
@@ -2662,25 +2768,17 @@ export var ClusterConfigurations = {
|
|
|
2662
2768
|
type: {
|
|
2663
2769
|
name: "Dictionary",
|
|
2664
2770
|
value: {
|
|
2665
|
-
type: {
|
|
2666
|
-
name: "Dictionary",
|
|
2667
|
-
value: {
|
|
2668
|
-
type: {
|
|
2669
|
-
name: "String"
|
|
2670
|
-
}
|
|
2671
|
-
}
|
|
2672
|
-
}
|
|
2771
|
+
type: { name: "Dictionary", value: { type: { name: "String" } } }
|
|
2673
2772
|
}
|
|
2674
2773
|
}
|
|
2675
2774
|
}
|
|
2676
2775
|
}
|
|
2677
2776
|
}
|
|
2678
2777
|
};
|
|
2679
|
-
export
|
|
2680
|
-
serializedName: "Extension",
|
|
2778
|
+
export const ClusterMonitoringRequest = {
|
|
2681
2779
|
type: {
|
|
2682
2780
|
name: "Composite",
|
|
2683
|
-
className: "
|
|
2781
|
+
className: "ClusterMonitoringRequest",
|
|
2684
2782
|
modelProperties: {
|
|
2685
2783
|
workspaceId: {
|
|
2686
2784
|
serializedName: "workspaceId",
|
|
@@ -2697,8 +2795,7 @@ export var Extension = {
|
|
|
2697
2795
|
}
|
|
2698
2796
|
}
|
|
2699
2797
|
};
|
|
2700
|
-
export
|
|
2701
|
-
serializedName: "ClusterMonitoringResponse",
|
|
2798
|
+
export const ClusterMonitoringResponse = {
|
|
2702
2799
|
type: {
|
|
2703
2800
|
name: "Composite",
|
|
2704
2801
|
className: "ClusterMonitoringResponse",
|
|
@@ -2718,11 +2815,10 @@ export var ClusterMonitoringResponse = {
|
|
|
2718
2815
|
}
|
|
2719
2816
|
}
|
|
2720
2817
|
};
|
|
2721
|
-
export
|
|
2722
|
-
serializedName: "ClusterMonitoringRequest",
|
|
2818
|
+
export const AzureMonitorRequest = {
|
|
2723
2819
|
type: {
|
|
2724
2820
|
name: "Composite",
|
|
2725
|
-
className: "
|
|
2821
|
+
className: "AzureMonitorRequest",
|
|
2726
2822
|
modelProperties: {
|
|
2727
2823
|
workspaceId: {
|
|
2728
2824
|
serializedName: "workspaceId",
|
|
@@ -2735,113 +2831,131 @@ export var ClusterMonitoringRequest = {
|
|
|
2735
2831
|
type: {
|
|
2736
2832
|
name: "String"
|
|
2737
2833
|
}
|
|
2834
|
+
},
|
|
2835
|
+
selectedConfigurations: {
|
|
2836
|
+
serializedName: "selectedConfigurations",
|
|
2837
|
+
type: {
|
|
2838
|
+
name: "Composite",
|
|
2839
|
+
className: "AzureMonitorSelectedConfigurations"
|
|
2840
|
+
}
|
|
2738
2841
|
}
|
|
2739
2842
|
}
|
|
2740
2843
|
}
|
|
2741
2844
|
};
|
|
2742
|
-
export
|
|
2743
|
-
serializedName: "ScriptActionPersistedGetResponseSpec",
|
|
2845
|
+
export const AzureMonitorSelectedConfigurations = {
|
|
2744
2846
|
type: {
|
|
2745
2847
|
name: "Composite",
|
|
2746
|
-
className: "
|
|
2848
|
+
className: "AzureMonitorSelectedConfigurations",
|
|
2747
2849
|
modelProperties: {
|
|
2748
|
-
|
|
2749
|
-
serializedName: "
|
|
2750
|
-
type: {
|
|
2751
|
-
name: "String"
|
|
2752
|
-
}
|
|
2753
|
-
},
|
|
2754
|
-
uri: {
|
|
2755
|
-
serializedName: "uri",
|
|
2850
|
+
configurationVersion: {
|
|
2851
|
+
serializedName: "configurationVersion",
|
|
2756
2852
|
type: {
|
|
2757
2853
|
name: "String"
|
|
2758
2854
|
}
|
|
2759
2855
|
},
|
|
2760
|
-
|
|
2761
|
-
serializedName: "
|
|
2856
|
+
globalConfigurations: {
|
|
2857
|
+
serializedName: "globalConfigurations",
|
|
2762
2858
|
type: {
|
|
2763
|
-
name: "
|
|
2859
|
+
name: "Dictionary",
|
|
2860
|
+
value: { type: { name: "String" } }
|
|
2764
2861
|
}
|
|
2765
2862
|
},
|
|
2766
|
-
|
|
2767
|
-
serializedName: "
|
|
2863
|
+
tableList: {
|
|
2864
|
+
serializedName: "tableList",
|
|
2768
2865
|
type: {
|
|
2769
2866
|
name: "Sequence",
|
|
2770
2867
|
element: {
|
|
2771
2868
|
type: {
|
|
2772
|
-
name: "
|
|
2869
|
+
name: "Composite",
|
|
2870
|
+
className: "AzureMonitorTableConfiguration"
|
|
2773
2871
|
}
|
|
2774
2872
|
}
|
|
2775
2873
|
}
|
|
2776
|
-
},
|
|
2777
|
-
applicationName: {
|
|
2778
|
-
serializedName: "applicationName",
|
|
2779
|
-
type: {
|
|
2780
|
-
name: "String"
|
|
2781
|
-
}
|
|
2782
2874
|
}
|
|
2783
2875
|
}
|
|
2784
2876
|
}
|
|
2785
2877
|
};
|
|
2786
|
-
export
|
|
2787
|
-
serializedName: "Operation_display",
|
|
2878
|
+
export const AzureMonitorTableConfiguration = {
|
|
2788
2879
|
type: {
|
|
2789
2880
|
name: "Composite",
|
|
2790
|
-
className: "
|
|
2881
|
+
className: "AzureMonitorTableConfiguration",
|
|
2791
2882
|
modelProperties: {
|
|
2792
|
-
|
|
2793
|
-
serializedName: "
|
|
2883
|
+
name: {
|
|
2884
|
+
serializedName: "name",
|
|
2794
2885
|
type: {
|
|
2795
2886
|
name: "String"
|
|
2796
2887
|
}
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
|
-
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
};
|
|
2892
|
+
export const AzureMonitorResponse = {
|
|
2893
|
+
type: {
|
|
2894
|
+
name: "Composite",
|
|
2895
|
+
className: "AzureMonitorResponse",
|
|
2896
|
+
modelProperties: {
|
|
2897
|
+
clusterMonitoringEnabled: {
|
|
2898
|
+
serializedName: "clusterMonitoringEnabled",
|
|
2800
2899
|
type: {
|
|
2801
|
-
name: "
|
|
2900
|
+
name: "Boolean"
|
|
2802
2901
|
}
|
|
2803
2902
|
},
|
|
2804
|
-
|
|
2805
|
-
serializedName: "
|
|
2903
|
+
workspaceId: {
|
|
2904
|
+
serializedName: "workspaceId",
|
|
2806
2905
|
type: {
|
|
2807
2906
|
name: "String"
|
|
2808
2907
|
}
|
|
2809
2908
|
},
|
|
2810
|
-
|
|
2811
|
-
serializedName: "
|
|
2909
|
+
selectedConfigurations: {
|
|
2910
|
+
serializedName: "selectedConfigurations",
|
|
2812
2911
|
type: {
|
|
2813
|
-
name: "
|
|
2912
|
+
name: "Composite",
|
|
2913
|
+
className: "AzureMonitorSelectedConfigurations"
|
|
2814
2914
|
}
|
|
2815
2915
|
}
|
|
2816
2916
|
}
|
|
2817
2917
|
}
|
|
2818
2918
|
};
|
|
2819
|
-
export
|
|
2820
|
-
serializedName: "Dimension",
|
|
2919
|
+
export const Extension = {
|
|
2821
2920
|
type: {
|
|
2822
2921
|
name: "Composite",
|
|
2823
|
-
className: "
|
|
2922
|
+
className: "Extension",
|
|
2824
2923
|
modelProperties: {
|
|
2825
|
-
|
|
2826
|
-
serializedName: "
|
|
2924
|
+
workspaceId: {
|
|
2925
|
+
serializedName: "workspaceId",
|
|
2827
2926
|
type: {
|
|
2828
2927
|
name: "String"
|
|
2829
2928
|
}
|
|
2830
2929
|
},
|
|
2831
|
-
|
|
2832
|
-
serializedName: "
|
|
2930
|
+
primaryKey: {
|
|
2931
|
+
serializedName: "primaryKey",
|
|
2833
2932
|
type: {
|
|
2834
2933
|
name: "String"
|
|
2835
2934
|
}
|
|
2836
|
-
}
|
|
2837
|
-
|
|
2838
|
-
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
}
|
|
2938
|
+
};
|
|
2939
|
+
export const ExecuteScriptActionParameters = {
|
|
2940
|
+
type: {
|
|
2941
|
+
name: "Composite",
|
|
2942
|
+
className: "ExecuteScriptActionParameters",
|
|
2943
|
+
modelProperties: {
|
|
2944
|
+
scriptActions: {
|
|
2945
|
+
serializedName: "scriptActions",
|
|
2839
2946
|
type: {
|
|
2840
|
-
name: "
|
|
2947
|
+
name: "Sequence",
|
|
2948
|
+
element: {
|
|
2949
|
+
type: {
|
|
2950
|
+
name: "Composite",
|
|
2951
|
+
className: "RuntimeScriptAction"
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2841
2954
|
}
|
|
2842
2955
|
},
|
|
2843
|
-
|
|
2844
|
-
serializedName: "
|
|
2956
|
+
persistOnSuccess: {
|
|
2957
|
+
serializedName: "persistOnSuccess",
|
|
2958
|
+
required: true,
|
|
2845
2959
|
type: {
|
|
2846
2960
|
name: "Boolean"
|
|
2847
2961
|
}
|
|
@@ -2849,42 +2963,239 @@ export var Dimension = {
|
|
|
2849
2963
|
}
|
|
2850
2964
|
}
|
|
2851
2965
|
};
|
|
2852
|
-
export
|
|
2853
|
-
serializedName: "MetricSpecifications",
|
|
2966
|
+
export const ScriptActionsList = {
|
|
2854
2967
|
type: {
|
|
2855
2968
|
name: "Composite",
|
|
2856
|
-
className: "
|
|
2969
|
+
className: "ScriptActionsList",
|
|
2857
2970
|
modelProperties: {
|
|
2858
|
-
|
|
2859
|
-
serializedName: "
|
|
2860
|
-
type: {
|
|
2861
|
-
name: "String"
|
|
2862
|
-
}
|
|
2863
|
-
},
|
|
2864
|
-
displayName: {
|
|
2865
|
-
serializedName: "displayName",
|
|
2971
|
+
value: {
|
|
2972
|
+
serializedName: "value",
|
|
2866
2973
|
type: {
|
|
2867
|
-
name: "
|
|
2974
|
+
name: "Sequence",
|
|
2975
|
+
element: {
|
|
2976
|
+
type: {
|
|
2977
|
+
name: "Composite",
|
|
2978
|
+
className: "RuntimeScriptActionDetail"
|
|
2979
|
+
}
|
|
2980
|
+
}
|
|
2868
2981
|
}
|
|
2869
2982
|
},
|
|
2870
|
-
|
|
2871
|
-
serializedName: "
|
|
2983
|
+
nextLink: {
|
|
2984
|
+
serializedName: "nextLink",
|
|
2985
|
+
readOnly: true,
|
|
2872
2986
|
type: {
|
|
2873
2987
|
name: "String"
|
|
2874
2988
|
}
|
|
2875
|
-
}
|
|
2876
|
-
|
|
2877
|
-
|
|
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,
|
|
2878
3001
|
type: {
|
|
2879
3002
|
name: "String"
|
|
2880
3003
|
}
|
|
2881
3004
|
},
|
|
2882
|
-
|
|
2883
|
-
serializedName: "
|
|
3005
|
+
instanceCount: {
|
|
3006
|
+
serializedName: "instanceCount",
|
|
3007
|
+
readOnly: true,
|
|
2884
3008
|
type: {
|
|
2885
|
-
name: "
|
|
3009
|
+
name: "Number"
|
|
2886
3010
|
}
|
|
2887
|
-
}
|
|
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"
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
};
|
|
3069
|
+
export const Operation = {
|
|
3070
|
+
type: {
|
|
3071
|
+
name: "Composite",
|
|
3072
|
+
className: "Operation",
|
|
3073
|
+
modelProperties: {
|
|
3074
|
+
name: {
|
|
3075
|
+
serializedName: "name",
|
|
3076
|
+
type: {
|
|
3077
|
+
name: "String"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
display: {
|
|
3081
|
+
serializedName: "display",
|
|
3082
|
+
type: {
|
|
3083
|
+
name: "Composite",
|
|
3084
|
+
className: "OperationDisplay"
|
|
3085
|
+
}
|
|
3086
|
+
},
|
|
3087
|
+
properties: {
|
|
3088
|
+
serializedName: "properties",
|
|
3089
|
+
type: {
|
|
3090
|
+
name: "Composite",
|
|
3091
|
+
className: "OperationProperties"
|
|
3092
|
+
}
|
|
3093
|
+
}
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3096
|
+
};
|
|
3097
|
+
export const OperationDisplay = {
|
|
3098
|
+
type: {
|
|
3099
|
+
name: "Composite",
|
|
3100
|
+
className: "OperationDisplay",
|
|
3101
|
+
modelProperties: {
|
|
3102
|
+
provider: {
|
|
3103
|
+
serializedName: "provider",
|
|
3104
|
+
type: {
|
|
3105
|
+
name: "String"
|
|
3106
|
+
}
|
|
3107
|
+
},
|
|
3108
|
+
resource: {
|
|
3109
|
+
serializedName: "resource",
|
|
3110
|
+
type: {
|
|
3111
|
+
name: "String"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
operation: {
|
|
3115
|
+
serializedName: "operation",
|
|
3116
|
+
type: {
|
|
3117
|
+
name: "String"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
description: {
|
|
3121
|
+
serializedName: "description",
|
|
3122
|
+
type: {
|
|
3123
|
+
name: "String"
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
}
|
|
3127
|
+
}
|
|
3128
|
+
};
|
|
3129
|
+
export const OperationProperties = {
|
|
3130
|
+
type: {
|
|
3131
|
+
name: "Composite",
|
|
3132
|
+
className: "OperationProperties",
|
|
3133
|
+
modelProperties: {
|
|
3134
|
+
serviceSpecification: {
|
|
3135
|
+
serializedName: "serviceSpecification",
|
|
3136
|
+
type: {
|
|
3137
|
+
name: "Composite",
|
|
3138
|
+
className: "ServiceSpecification"
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
};
|
|
3144
|
+
export const ServiceSpecification = {
|
|
3145
|
+
type: {
|
|
3146
|
+
name: "Composite",
|
|
3147
|
+
className: "ServiceSpecification",
|
|
3148
|
+
modelProperties: {
|
|
3149
|
+
metricSpecifications: {
|
|
3150
|
+
serializedName: "metricSpecifications",
|
|
3151
|
+
type: {
|
|
3152
|
+
name: "Sequence",
|
|
3153
|
+
element: {
|
|
3154
|
+
type: {
|
|
3155
|
+
name: "Composite",
|
|
3156
|
+
className: "MetricSpecifications"
|
|
3157
|
+
}
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
}
|
|
3163
|
+
};
|
|
3164
|
+
export const MetricSpecifications = {
|
|
3165
|
+
type: {
|
|
3166
|
+
name: "Composite",
|
|
3167
|
+
className: "MetricSpecifications",
|
|
3168
|
+
modelProperties: {
|
|
3169
|
+
name: {
|
|
3170
|
+
serializedName: "name",
|
|
3171
|
+
type: {
|
|
3172
|
+
name: "String"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
|
+
displayName: {
|
|
3176
|
+
serializedName: "displayName",
|
|
3177
|
+
type: {
|
|
3178
|
+
name: "String"
|
|
3179
|
+
}
|
|
3180
|
+
},
|
|
3181
|
+
displayDescription: {
|
|
3182
|
+
serializedName: "displayDescription",
|
|
3183
|
+
type: {
|
|
3184
|
+
name: "String"
|
|
3185
|
+
}
|
|
3186
|
+
},
|
|
3187
|
+
unit: {
|
|
3188
|
+
serializedName: "unit",
|
|
3189
|
+
type: {
|
|
3190
|
+
name: "String"
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
aggregationType: {
|
|
3194
|
+
serializedName: "aggregationType",
|
|
3195
|
+
type: {
|
|
3196
|
+
name: "String"
|
|
3197
|
+
}
|
|
3198
|
+
},
|
|
2888
3199
|
supportedAggregationTypes: {
|
|
2889
3200
|
serializedName: "supportedAggregationTypes",
|
|
2890
3201
|
type: {
|
|
@@ -2976,48 +3287,10 @@ export var MetricSpecifications = {
|
|
|
2976
3287
|
}
|
|
2977
3288
|
}
|
|
2978
3289
|
};
|
|
2979
|
-
export
|
|
2980
|
-
serializedName: "ServiceSpecification",
|
|
3290
|
+
export const Dimension = {
|
|
2981
3291
|
type: {
|
|
2982
3292
|
name: "Composite",
|
|
2983
|
-
className: "
|
|
2984
|
-
modelProperties: {
|
|
2985
|
-
metricSpecifications: {
|
|
2986
|
-
serializedName: "metricSpecifications",
|
|
2987
|
-
type: {
|
|
2988
|
-
name: "Sequence",
|
|
2989
|
-
element: {
|
|
2990
|
-
type: {
|
|
2991
|
-
name: "Composite",
|
|
2992
|
-
className: "MetricSpecifications"
|
|
2993
|
-
}
|
|
2994
|
-
}
|
|
2995
|
-
}
|
|
2996
|
-
}
|
|
2997
|
-
}
|
|
2998
|
-
}
|
|
2999
|
-
};
|
|
3000
|
-
export var OperationProperties = {
|
|
3001
|
-
serializedName: "OperationProperties",
|
|
3002
|
-
type: {
|
|
3003
|
-
name: "Composite",
|
|
3004
|
-
className: "OperationProperties",
|
|
3005
|
-
modelProperties: {
|
|
3006
|
-
serviceSpecification: {
|
|
3007
|
-
serializedName: "serviceSpecification",
|
|
3008
|
-
type: {
|
|
3009
|
-
name: "Composite",
|
|
3010
|
-
className: "ServiceSpecification"
|
|
3011
|
-
}
|
|
3012
|
-
}
|
|
3013
|
-
}
|
|
3014
|
-
}
|
|
3015
|
-
};
|
|
3016
|
-
export var Operation = {
|
|
3017
|
-
serializedName: "Operation",
|
|
3018
|
-
type: {
|
|
3019
|
-
name: "Composite",
|
|
3020
|
-
className: "Operation",
|
|
3293
|
+
className: "Dimension",
|
|
3021
3294
|
modelProperties: {
|
|
3022
3295
|
name: {
|
|
3023
3296
|
serializedName: "name",
|
|
@@ -3025,25 +3298,28 @@ export var Operation = {
|
|
|
3025
3298
|
name: "String"
|
|
3026
3299
|
}
|
|
3027
3300
|
},
|
|
3028
|
-
|
|
3029
|
-
serializedName: "
|
|
3301
|
+
displayName: {
|
|
3302
|
+
serializedName: "displayName",
|
|
3030
3303
|
type: {
|
|
3031
|
-
name: "
|
|
3032
|
-
className: "OperationDisplay"
|
|
3304
|
+
name: "String"
|
|
3033
3305
|
}
|
|
3034
3306
|
},
|
|
3035
|
-
|
|
3036
|
-
serializedName: "
|
|
3307
|
+
internalName: {
|
|
3308
|
+
serializedName: "internalName",
|
|
3037
3309
|
type: {
|
|
3038
|
-
name: "
|
|
3039
|
-
|
|
3310
|
+
name: "String"
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
toBeExportedForShoebox: {
|
|
3314
|
+
serializedName: "toBeExportedForShoebox",
|
|
3315
|
+
type: {
|
|
3316
|
+
name: "Boolean"
|
|
3040
3317
|
}
|
|
3041
3318
|
}
|
|
3042
3319
|
}
|
|
3043
3320
|
}
|
|
3044
3321
|
};
|
|
3045
|
-
export
|
|
3046
|
-
serializedName: "HostInfo",
|
|
3322
|
+
export const HostInfo = {
|
|
3047
3323
|
type: {
|
|
3048
3324
|
name: "Composite",
|
|
3049
3325
|
className: "HostInfo",
|
|
@@ -3069,27 +3345,26 @@ export var HostInfo = {
|
|
|
3069
3345
|
}
|
|
3070
3346
|
}
|
|
3071
3347
|
};
|
|
3072
|
-
export
|
|
3073
|
-
serializedName: "ClusterListResult",
|
|
3348
|
+
export const PrivateEndpointConnectionListResult = {
|
|
3074
3349
|
type: {
|
|
3075
3350
|
name: "Composite",
|
|
3076
|
-
className: "
|
|
3351
|
+
className: "PrivateEndpointConnectionListResult",
|
|
3077
3352
|
modelProperties: {
|
|
3078
3353
|
value: {
|
|
3079
|
-
serializedName: "",
|
|
3354
|
+
serializedName: "value",
|
|
3080
3355
|
type: {
|
|
3081
3356
|
name: "Sequence",
|
|
3082
3357
|
element: {
|
|
3083
3358
|
type: {
|
|
3084
3359
|
name: "Composite",
|
|
3085
|
-
className: "
|
|
3360
|
+
className: "PrivateEndpointConnection"
|
|
3086
3361
|
}
|
|
3087
3362
|
}
|
|
3088
3363
|
}
|
|
3089
3364
|
},
|
|
3090
3365
|
nextLink: {
|
|
3091
|
-
readOnly: true,
|
|
3092
3366
|
serializedName: "nextLink",
|
|
3367
|
+
readOnly: true,
|
|
3093
3368
|
type: {
|
|
3094
3369
|
name: "String"
|
|
3095
3370
|
}
|
|
@@ -3097,55 +3372,46 @@ export var ClusterListResult = {
|
|
|
3097
3372
|
}
|
|
3098
3373
|
}
|
|
3099
3374
|
};
|
|
3100
|
-
export
|
|
3101
|
-
serializedName: "ApplicationListResult",
|
|
3375
|
+
export const PrivateLinkResourceListResult = {
|
|
3102
3376
|
type: {
|
|
3103
3377
|
name: "Composite",
|
|
3104
|
-
className: "
|
|
3378
|
+
className: "PrivateLinkResourceListResult",
|
|
3105
3379
|
modelProperties: {
|
|
3106
3380
|
value: {
|
|
3107
|
-
serializedName: "",
|
|
3381
|
+
serializedName: "value",
|
|
3108
3382
|
type: {
|
|
3109
3383
|
name: "Sequence",
|
|
3110
3384
|
element: {
|
|
3111
3385
|
type: {
|
|
3112
3386
|
name: "Composite",
|
|
3113
|
-
className: "
|
|
3387
|
+
className: "PrivateLinkResource"
|
|
3114
3388
|
}
|
|
3115
3389
|
}
|
|
3116
3390
|
}
|
|
3117
|
-
},
|
|
3118
|
-
nextLink: {
|
|
3119
|
-
readOnly: true,
|
|
3120
|
-
serializedName: "nextLink",
|
|
3121
|
-
type: {
|
|
3122
|
-
name: "String"
|
|
3123
|
-
}
|
|
3124
3391
|
}
|
|
3125
3392
|
}
|
|
3126
3393
|
}
|
|
3127
3394
|
};
|
|
3128
|
-
export
|
|
3129
|
-
serializedName: "ScriptActionsList",
|
|
3395
|
+
export const ClusterListPersistedScriptActionsResult = {
|
|
3130
3396
|
type: {
|
|
3131
3397
|
name: "Composite",
|
|
3132
|
-
className: "
|
|
3398
|
+
className: "ClusterListPersistedScriptActionsResult",
|
|
3133
3399
|
modelProperties: {
|
|
3134
3400
|
value: {
|
|
3135
|
-
serializedName: "",
|
|
3401
|
+
serializedName: "value",
|
|
3136
3402
|
type: {
|
|
3137
3403
|
name: "Sequence",
|
|
3138
3404
|
element: {
|
|
3139
3405
|
type: {
|
|
3140
3406
|
name: "Composite",
|
|
3141
|
-
className: "
|
|
3407
|
+
className: "RuntimeScriptAction"
|
|
3142
3408
|
}
|
|
3143
3409
|
}
|
|
3144
3410
|
}
|
|
3145
3411
|
},
|
|
3146
3412
|
nextLink: {
|
|
3147
|
-
readOnly: true,
|
|
3148
3413
|
serializedName: "nextLink",
|
|
3414
|
+
readOnly: true,
|
|
3149
3415
|
type: {
|
|
3150
3416
|
name: "String"
|
|
3151
3417
|
}
|
|
@@ -3153,28 +3419,42 @@ export var ScriptActionsList = {
|
|
|
3153
3419
|
}
|
|
3154
3420
|
}
|
|
3155
3421
|
};
|
|
3156
|
-
export
|
|
3157
|
-
serializedName: "ScriptActionExecutionHistoryList",
|
|
3422
|
+
export const ScriptActionPersistedGetResponseSpec = {
|
|
3158
3423
|
type: {
|
|
3159
3424
|
name: "Composite",
|
|
3160
|
-
className: "
|
|
3425
|
+
className: "ScriptActionPersistedGetResponseSpec",
|
|
3161
3426
|
modelProperties: {
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3427
|
+
name: {
|
|
3428
|
+
serializedName: "name",
|
|
3429
|
+
type: {
|
|
3430
|
+
name: "String"
|
|
3431
|
+
}
|
|
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",
|
|
3165
3447
|
type: {
|
|
3166
3448
|
name: "Sequence",
|
|
3167
3449
|
element: {
|
|
3168
3450
|
type: {
|
|
3169
|
-
name: "
|
|
3170
|
-
className: "RuntimeScriptActionDetail"
|
|
3451
|
+
name: "String"
|
|
3171
3452
|
}
|
|
3172
3453
|
}
|
|
3173
3454
|
}
|
|
3174
3455
|
},
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
serializedName: "nextLink",
|
|
3456
|
+
applicationName: {
|
|
3457
|
+
serializedName: "applicationName",
|
|
3178
3458
|
type: {
|
|
3179
3459
|
name: "String"
|
|
3180
3460
|
}
|
|
@@ -3182,31 +3462,259 @@ export var ScriptActionExecutionHistoryList = {
|
|
|
3182
3462
|
}
|
|
3183
3463
|
}
|
|
3184
3464
|
};
|
|
3185
|
-
export
|
|
3186
|
-
serializedName: "OperationListResult",
|
|
3465
|
+
export const ClusterCreateRequestValidationParameters = {
|
|
3187
3466
|
type: {
|
|
3188
3467
|
name: "Composite",
|
|
3189
|
-
className: "
|
|
3190
|
-
modelProperties: {
|
|
3191
|
-
|
|
3192
|
-
|
|
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",
|
|
3504
|
+
type: {
|
|
3505
|
+
name: "Composite",
|
|
3506
|
+
className: "PrivateEndpoint"
|
|
3507
|
+
}
|
|
3508
|
+
}, privateLinkServiceConnectionState: {
|
|
3509
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3510
|
+
type: {
|
|
3511
|
+
name: "Composite",
|
|
3512
|
+
className: "PrivateLinkServiceConnectionState"
|
|
3513
|
+
}
|
|
3514
|
+
}, linkIdentifier: {
|
|
3515
|
+
serializedName: "properties.linkIdentifier",
|
|
3516
|
+
readOnly: true,
|
|
3517
|
+
type: {
|
|
3518
|
+
name: "String"
|
|
3519
|
+
}
|
|
3520
|
+
}, provisioningState: {
|
|
3521
|
+
serializedName: "properties.provisioningState",
|
|
3522
|
+
readOnly: true,
|
|
3523
|
+
type: {
|
|
3524
|
+
name: "String"
|
|
3525
|
+
}
|
|
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,
|
|
3549
|
+
type: {
|
|
3550
|
+
name: "String"
|
|
3551
|
+
}
|
|
3552
|
+
} })
|
|
3553
|
+
}
|
|
3554
|
+
};
|
|
3555
|
+
export const PrivateLinkResource = {
|
|
3556
|
+
type: {
|
|
3557
|
+
name: "Composite",
|
|
3558
|
+
className: "PrivateLinkResource",
|
|
3559
|
+
modelProperties: Object.assign(Object.assign({}, ResourceAutoGenerated.type.modelProperties), { systemData: {
|
|
3560
|
+
serializedName: "systemData",
|
|
3561
|
+
type: {
|
|
3562
|
+
name: "Composite",
|
|
3563
|
+
className: "SystemData"
|
|
3564
|
+
}
|
|
3565
|
+
}, groupId: {
|
|
3566
|
+
serializedName: "properties.groupId",
|
|
3567
|
+
readOnly: true,
|
|
3568
|
+
type: {
|
|
3569
|
+
name: "String"
|
|
3570
|
+
}
|
|
3571
|
+
}, requiredMembers: {
|
|
3572
|
+
serializedName: "properties.requiredMembers",
|
|
3573
|
+
readOnly: true,
|
|
3574
|
+
type: {
|
|
3575
|
+
name: "Sequence",
|
|
3576
|
+
element: {
|
|
3577
|
+
type: {
|
|
3578
|
+
name: "String"
|
|
3579
|
+
}
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
}, requiredZoneNames: {
|
|
3583
|
+
serializedName: "properties.requiredZoneNames",
|
|
3584
|
+
type: {
|
|
3585
|
+
name: "Sequence",
|
|
3586
|
+
element: {
|
|
3587
|
+
type: {
|
|
3588
|
+
name: "String"
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
} })
|
|
3593
|
+
}
|
|
3594
|
+
};
|
|
3595
|
+
export const RuntimeScriptActionDetail = {
|
|
3596
|
+
type: {
|
|
3597
|
+
name: "Composite",
|
|
3598
|
+
className: "RuntimeScriptActionDetail",
|
|
3599
|
+
modelProperties: Object.assign(Object.assign({}, RuntimeScriptAction.type.modelProperties), { scriptExecutionId: {
|
|
3600
|
+
serializedName: "scriptExecutionId",
|
|
3601
|
+
readOnly: true,
|
|
3602
|
+
type: {
|
|
3603
|
+
name: "Number"
|
|
3604
|
+
}
|
|
3605
|
+
}, startTime: {
|
|
3606
|
+
serializedName: "startTime",
|
|
3607
|
+
readOnly: true,
|
|
3608
|
+
type: {
|
|
3609
|
+
name: "String"
|
|
3610
|
+
}
|
|
3611
|
+
}, endTime: {
|
|
3612
|
+
serializedName: "endTime",
|
|
3613
|
+
readOnly: true,
|
|
3614
|
+
type: {
|
|
3615
|
+
name: "String"
|
|
3616
|
+
}
|
|
3617
|
+
}, status: {
|
|
3618
|
+
serializedName: "status",
|
|
3619
|
+
readOnly: true,
|
|
3620
|
+
type: {
|
|
3621
|
+
name: "String"
|
|
3622
|
+
}
|
|
3623
|
+
}, operation: {
|
|
3624
|
+
serializedName: "operation",
|
|
3625
|
+
readOnly: true,
|
|
3626
|
+
type: {
|
|
3627
|
+
name: "String"
|
|
3628
|
+
}
|
|
3629
|
+
}, executionSummary: {
|
|
3630
|
+
serializedName: "executionSummary",
|
|
3631
|
+
readOnly: true,
|
|
3193
3632
|
type: {
|
|
3194
3633
|
name: "Sequence",
|
|
3195
3634
|
element: {
|
|
3196
3635
|
type: {
|
|
3197
3636
|
name: "Composite",
|
|
3198
|
-
className: "
|
|
3637
|
+
className: "ScriptActionExecutionSummary"
|
|
3199
3638
|
}
|
|
3200
3639
|
}
|
|
3201
3640
|
}
|
|
3202
|
-
},
|
|
3203
|
-
|
|
3204
|
-
|
|
3641
|
+
}, debugInformation: {
|
|
3642
|
+
serializedName: "debugInformation",
|
|
3643
|
+
readOnly: true,
|
|
3205
3644
|
type: {
|
|
3206
3645
|
name: "String"
|
|
3207
3646
|
}
|
|
3208
|
-
}
|
|
3209
|
-
|
|
3647
|
+
} })
|
|
3648
|
+
}
|
|
3649
|
+
};
|
|
3650
|
+
export const Application = {
|
|
3651
|
+
type: {
|
|
3652
|
+
name: "Composite",
|
|
3653
|
+
className: "Application",
|
|
3654
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { etag: {
|
|
3655
|
+
serializedName: "etag",
|
|
3656
|
+
type: {
|
|
3657
|
+
name: "String"
|
|
3658
|
+
}
|
|
3659
|
+
}, tags: {
|
|
3660
|
+
serializedName: "tags",
|
|
3661
|
+
type: {
|
|
3662
|
+
name: "Dictionary",
|
|
3663
|
+
value: { type: { name: "String" } }
|
|
3664
|
+
}
|
|
3665
|
+
}, properties: {
|
|
3666
|
+
serializedName: "properties",
|
|
3667
|
+
type: {
|
|
3668
|
+
name: "Composite",
|
|
3669
|
+
className: "ApplicationProperties"
|
|
3670
|
+
}
|
|
3671
|
+
}, systemData: {
|
|
3672
|
+
serializedName: "systemData",
|
|
3673
|
+
type: {
|
|
3674
|
+
name: "Composite",
|
|
3675
|
+
className: "SystemData"
|
|
3676
|
+
}
|
|
3677
|
+
} })
|
|
3678
|
+
}
|
|
3679
|
+
};
|
|
3680
|
+
export const Cluster = {
|
|
3681
|
+
type: {
|
|
3682
|
+
name: "Composite",
|
|
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",
|
|
3691
|
+
type: {
|
|
3692
|
+
name: "Sequence",
|
|
3693
|
+
element: {
|
|
3694
|
+
type: {
|
|
3695
|
+
name: "String"
|
|
3696
|
+
}
|
|
3697
|
+
}
|
|
3698
|
+
}
|
|
3699
|
+
}, properties: {
|
|
3700
|
+
serializedName: "properties",
|
|
3701
|
+
type: {
|
|
3702
|
+
name: "Composite",
|
|
3703
|
+
className: "ClusterGetProperties"
|
|
3704
|
+
}
|
|
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
|
+
} })
|
|
3210
3718
|
}
|
|
3211
3719
|
};
|
|
3212
3720
|
//# sourceMappingURL=mappers.js.map
|