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