@azure/arm-batch 4.0.0 → 7.0.0-beta.1
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 +14 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +75 -77
- package/dist/index.js +6873 -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/batchManagementClient.d.ts +24 -0
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClient.js +31 -0
- package/dist-esm/src/batchManagementClient.js.map +1 -0
- package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
- package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClientContext.js +50 -0
- package/dist-esm/src/batchManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- 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 +1780 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +112 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2357 -1248
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +303 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
- package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationOperations.js +269 -0
- package/dist-esm/src/operations/applicationOperations.js.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
- package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.js +681 -0
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
- package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/certificateOperations.js +388 -0
- package/dist-esm/src/operations/certificateOperations.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 +17 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/location.d.ts +71 -0
- package/dist-esm/src/operations/location.d.ts.map +1 -0
- package/dist-esm/src/operations/location.js +316 -0
- package/dist-esm/src/operations/location.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/poolOperations.d.ts +103 -0
- package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/poolOperations.js +410 -0
- package/dist-esm/src/operations/poolOperations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.js +9 -0
- package/dist-esm/src/operationsInterfaces/location.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/poolOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +479 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +71 -34
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +184 -27
- package/src/batchManagementClient.ts +75 -0
- package/src/batchManagementClientContext.ts +71 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2045 -0
- package/{lib → src}/models/mappers.ts +2413 -1223
- package/src/models/parameters.ts +351 -0
- package/src/operations/applicationOperations.ts +357 -0
- package/src/operations/applicationPackageOperations.ts +410 -0
- package/src/operations/batchAccountOperations.ts +901 -0
- package/src/operations/certificateOperations.ts +527 -0
- package/{lib → src}/operations/index.ts +5 -5
- package/src/operations/location.ts +413 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/poolOperations.ts +560 -0
- package/src/operations/privateEndpointConnectionOperations.ts +388 -0
- package/src/operations/privateLinkResourceOperations.ts +235 -0
- package/src/operationsInterfaces/applicationOperations.ts +90 -0
- package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
- package/src/operationsInterfaces/certificateOperations.ts +139 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -6
- package/src/operationsInterfaces/location.ts +62 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/poolOperations.ts +142 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
- package/tsconfig.json +4 -4
- package/types/arm-batch.d.ts +2528 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-batch.js +0 -4689
- package/dist/arm-batch.js.map +0 -1
- package/dist/arm-batch.min.js +0 -1
- package/dist/arm-batch.min.js.map +0 -1
- package/esm/batchManagementClient.d.ts +0 -25
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -40
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -17
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -57
- package/esm/batchManagementClientContext.js.map +0 -1
- package/esm/models/applicationOperationsMappers.d.ts +0 -2
- package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationOperationsMappers.js +0 -11
- package/esm/models/applicationOperationsMappers.js.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
- package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.js +0 -11
- package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
- package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
- package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
- package/esm/models/batchAccountOperationsMappers.js +0 -11
- package/esm/models/batchAccountOperationsMappers.js.map +0 -1
- package/esm/models/certificateOperationsMappers.d.ts +0 -2
- package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
- package/esm/models/certificateOperationsMappers.js +0 -11
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3108
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -11
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -76
- 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 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -196
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolOperationsMappers.d.ts +0 -2
- package/esm/models/poolOperationsMappers.d.ts.map +0 -1
- package/esm/models/poolOperationsMappers.js +0 -11
- package/esm/models/poolOperationsMappers.js.map +0 -1
- package/esm/operations/applicationOperations.d.ts +0 -151
- package/esm/operations/applicationOperations.d.ts.map +0 -1
- package/esm/operations/applicationOperations.js +0 -226
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -124
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -171
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -246
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -426
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -198
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -326
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -52
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -93
- package/esm/operations/location.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 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/poolOperations.d.ts +0 -199
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -352
- package/esm/operations/poolOperations.js.map +0 -1
- package/lib/batchManagementClient.ts +0 -55
- package/lib/batchManagementClientContext.ts +0 -63
- package/lib/models/applicationOperationsMappers.ts +0 -19
- package/lib/models/applicationPackageOperationsMappers.ts +0 -16
- package/lib/models/batchAccountOperationsMappers.ts +0 -61
- package/lib/models/certificateOperationsMappers.ts +0 -60
- package/lib/models/index.ts +0 -3252
- package/lib/models/locationMappers.ts +0 -17
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -198
- package/lib/models/poolOperationsMappers.ts +0 -61
- package/lib/operations/applicationOperations.ts +0 -399
- package/lib/operations/applicationPackageOperations.ts +0 -307
- package/lib/operations/batchAccountOperations.ts +0 -683
- package/lib/operations/certificateOperations.ts +0 -510
- package/lib/operations/location.ts +0 -147
- package/lib/operations/operations.ts +0 -123
- package/lib/operations/poolOperations.ts +0 -550
|
@@ -1,69 +1,21 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
13
10
|
|
|
14
|
-
export const
|
|
15
|
-
export const BaseResource = BaseResourceMapper;
|
|
16
|
-
|
|
17
|
-
export const AutoStorageBaseProperties: msRest.CompositeMapper = {
|
|
18
|
-
serializedName: "AutoStorageBaseProperties",
|
|
19
|
-
type: {
|
|
20
|
-
name: "Composite",
|
|
21
|
-
className: "AutoStorageBaseProperties",
|
|
22
|
-
modelProperties: {
|
|
23
|
-
storageAccountId: {
|
|
24
|
-
required: true,
|
|
25
|
-
serializedName: "storageAccountId",
|
|
26
|
-
type: {
|
|
27
|
-
name: "String"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export const KeyVaultReference: msRest.CompositeMapper = {
|
|
35
|
-
serializedName: "KeyVaultReference",
|
|
36
|
-
type: {
|
|
37
|
-
name: "Composite",
|
|
38
|
-
className: "KeyVaultReference",
|
|
39
|
-
modelProperties: {
|
|
40
|
-
id: {
|
|
41
|
-
required: true,
|
|
42
|
-
serializedName: "id",
|
|
43
|
-
type: {
|
|
44
|
-
name: "String"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
url: {
|
|
48
|
-
required: true,
|
|
49
|
-
serializedName: "url",
|
|
50
|
-
type: {
|
|
51
|
-
name: "String"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export const BatchAccountCreateParameters: msRest.CompositeMapper = {
|
|
59
|
-
serializedName: "BatchAccountCreateParameters",
|
|
11
|
+
export const BatchAccountCreateParameters: coreClient.CompositeMapper = {
|
|
60
12
|
type: {
|
|
61
13
|
name: "Composite",
|
|
62
14
|
className: "BatchAccountCreateParameters",
|
|
63
15
|
modelProperties: {
|
|
64
16
|
location: {
|
|
65
|
-
required: true,
|
|
66
17
|
serializedName: "location",
|
|
18
|
+
required: true,
|
|
67
19
|
type: {
|
|
68
20
|
name: "String"
|
|
69
21
|
}
|
|
@@ -72,11 +24,14 @@ export const BatchAccountCreateParameters: msRest.CompositeMapper = {
|
|
|
72
24
|
serializedName: "tags",
|
|
73
25
|
type: {
|
|
74
26
|
name: "Dictionary",
|
|
75
|
-
value: {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
27
|
+
value: { type: { name: "String" } }
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
identity: {
|
|
31
|
+
serializedName: "identity",
|
|
32
|
+
type: {
|
|
33
|
+
name: "Composite",
|
|
34
|
+
className: "BatchAccountIdentity"
|
|
80
35
|
}
|
|
81
36
|
},
|
|
82
37
|
autoStorage: {
|
|
@@ -90,10 +45,7 @@ export const BatchAccountCreateParameters: msRest.CompositeMapper = {
|
|
|
90
45
|
serializedName: "properties.poolAllocationMode",
|
|
91
46
|
type: {
|
|
92
47
|
name: "Enum",
|
|
93
|
-
allowedValues: [
|
|
94
|
-
"BatchService",
|
|
95
|
-
"UserSubscription"
|
|
96
|
-
]
|
|
48
|
+
allowedValues: ["BatchService", "UserSubscription"]
|
|
97
49
|
}
|
|
98
50
|
},
|
|
99
51
|
keyVaultReference: {
|
|
@@ -102,71 +54,31 @@ export const BatchAccountCreateParameters: msRest.CompositeMapper = {
|
|
|
102
54
|
name: "Composite",
|
|
103
55
|
className: "KeyVaultReference"
|
|
104
56
|
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
export const AutoStorageProperties: msRest.CompositeMapper = {
|
|
111
|
-
serializedName: "AutoStorageProperties",
|
|
112
|
-
type: {
|
|
113
|
-
name: "Composite",
|
|
114
|
-
className: "AutoStorageProperties",
|
|
115
|
-
modelProperties: {
|
|
116
|
-
...AutoStorageBaseProperties.type.modelProperties,
|
|
117
|
-
lastKeySync: {
|
|
118
|
-
required: true,
|
|
119
|
-
serializedName: "lastKeySync",
|
|
120
|
-
type: {
|
|
121
|
-
name: "DateTime"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
};
|
|
127
|
-
|
|
128
|
-
export const Resource: msRest.CompositeMapper = {
|
|
129
|
-
serializedName: "Resource",
|
|
130
|
-
type: {
|
|
131
|
-
name: "Composite",
|
|
132
|
-
className: "Resource",
|
|
133
|
-
modelProperties: {
|
|
134
|
-
id: {
|
|
135
|
-
readOnly: true,
|
|
136
|
-
serializedName: "id",
|
|
137
|
-
type: {
|
|
138
|
-
name: "String"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
name: {
|
|
142
|
-
readOnly: true,
|
|
143
|
-
serializedName: "name",
|
|
144
|
-
type: {
|
|
145
|
-
name: "String"
|
|
146
|
-
}
|
|
147
57
|
},
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
serializedName: "
|
|
58
|
+
publicNetworkAccess: {
|
|
59
|
+
defaultValue: "Enabled",
|
|
60
|
+
serializedName: "properties.publicNetworkAccess",
|
|
151
61
|
type: {
|
|
152
|
-
name: "
|
|
62
|
+
name: "Enum",
|
|
63
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
153
64
|
}
|
|
154
65
|
},
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
serializedName: "location",
|
|
66
|
+
encryption: {
|
|
67
|
+
serializedName: "properties.encryption",
|
|
158
68
|
type: {
|
|
159
|
-
name: "
|
|
69
|
+
name: "Composite",
|
|
70
|
+
className: "EncryptionProperties"
|
|
160
71
|
}
|
|
161
72
|
},
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
73
|
+
allowedAuthenticationModes: {
|
|
74
|
+
serializedName: "properties.allowedAuthenticationModes",
|
|
75
|
+
nullable: true,
|
|
165
76
|
type: {
|
|
166
|
-
name: "
|
|
167
|
-
|
|
77
|
+
name: "Sequence",
|
|
78
|
+
element: {
|
|
168
79
|
type: {
|
|
169
|
-
name: "
|
|
80
|
+
name: "Enum",
|
|
81
|
+
allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
|
|
170
82
|
}
|
|
171
83
|
}
|
|
172
84
|
}
|
|
@@ -175,188 +87,168 @@ export const Resource: msRest.CompositeMapper = {
|
|
|
175
87
|
}
|
|
176
88
|
};
|
|
177
89
|
|
|
178
|
-
export const
|
|
179
|
-
serializedName: "BatchAccount",
|
|
90
|
+
export const AutoStorageBaseProperties: coreClient.CompositeMapper = {
|
|
180
91
|
type: {
|
|
181
92
|
name: "Composite",
|
|
182
|
-
className: "
|
|
93
|
+
className: "AutoStorageBaseProperties",
|
|
183
94
|
modelProperties: {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
serializedName: "properties.accountEndpoint",
|
|
95
|
+
storageAccountId: {
|
|
96
|
+
serializedName: "storageAccountId",
|
|
97
|
+
required: true,
|
|
188
98
|
type: {
|
|
189
99
|
name: "String"
|
|
190
100
|
}
|
|
191
101
|
},
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
serializedName: "properties.provisioningState",
|
|
196
|
-
type: {
|
|
197
|
-
name: "Enum",
|
|
198
|
-
allowedValues: [
|
|
199
|
-
"Invalid",
|
|
200
|
-
"Creating",
|
|
201
|
-
"Deleting",
|
|
202
|
-
"Succeeded",
|
|
203
|
-
"Failed",
|
|
204
|
-
"Cancelled"
|
|
205
|
-
]
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
poolAllocationMode: {
|
|
209
|
-
readOnly: true,
|
|
210
|
-
serializedName: "properties.poolAllocationMode",
|
|
102
|
+
authenticationMode: {
|
|
103
|
+
defaultValue: "StorageKeys",
|
|
104
|
+
serializedName: "authenticationMode",
|
|
211
105
|
type: {
|
|
212
106
|
name: "Enum",
|
|
213
|
-
allowedValues: [
|
|
214
|
-
"BatchService",
|
|
215
|
-
"UserSubscription"
|
|
216
|
-
]
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
keyVaultReference: {
|
|
220
|
-
readOnly: true,
|
|
221
|
-
serializedName: "properties.keyVaultReference",
|
|
222
|
-
type: {
|
|
223
|
-
name: "Composite",
|
|
224
|
-
className: "KeyVaultReference"
|
|
107
|
+
allowedValues: ["StorageKeys", "BatchAccountManagedIdentity"]
|
|
225
108
|
}
|
|
226
109
|
},
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
serializedName: "properties.autoStorage",
|
|
110
|
+
nodeIdentityReference: {
|
|
111
|
+
serializedName: "nodeIdentityReference",
|
|
230
112
|
type: {
|
|
231
113
|
name: "Composite",
|
|
232
|
-
className: "
|
|
233
|
-
}
|
|
234
|
-
},
|
|
235
|
-
dedicatedCoreQuota: {
|
|
236
|
-
nullable: false,
|
|
237
|
-
readOnly: true,
|
|
238
|
-
serializedName: "properties.dedicatedCoreQuota",
|
|
239
|
-
type: {
|
|
240
|
-
name: "Number"
|
|
114
|
+
className: "ComputeNodeIdentityReference"
|
|
241
115
|
}
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
export const ComputeNodeIdentityReference: coreClient.CompositeMapper = {
|
|
122
|
+
type: {
|
|
123
|
+
name: "Composite",
|
|
124
|
+
className: "ComputeNodeIdentityReference",
|
|
125
|
+
modelProperties: {
|
|
126
|
+
resourceId: {
|
|
127
|
+
serializedName: "resourceId",
|
|
247
128
|
type: {
|
|
248
|
-
name: "
|
|
129
|
+
name: "String"
|
|
249
130
|
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
export const KeyVaultReference: coreClient.CompositeMapper = {
|
|
137
|
+
type: {
|
|
138
|
+
name: "Composite",
|
|
139
|
+
className: "KeyVaultReference",
|
|
140
|
+
modelProperties: {
|
|
141
|
+
id: {
|
|
142
|
+
serializedName: "id",
|
|
143
|
+
required: true,
|
|
255
144
|
type: {
|
|
256
|
-
name: "
|
|
145
|
+
name: "String"
|
|
257
146
|
}
|
|
258
147
|
},
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
serializedName: "properties.activeJobAndJobScheduleQuota",
|
|
148
|
+
url: {
|
|
149
|
+
serializedName: "url",
|
|
150
|
+
required: true,
|
|
263
151
|
type: {
|
|
264
|
-
name: "
|
|
152
|
+
name: "String"
|
|
265
153
|
}
|
|
266
154
|
}
|
|
267
155
|
}
|
|
268
156
|
}
|
|
269
157
|
};
|
|
270
158
|
|
|
271
|
-
export const
|
|
272
|
-
serializedName: "BatchAccountUpdateParameters",
|
|
159
|
+
export const EncryptionProperties: coreClient.CompositeMapper = {
|
|
273
160
|
type: {
|
|
274
161
|
name: "Composite",
|
|
275
|
-
className: "
|
|
162
|
+
className: "EncryptionProperties",
|
|
276
163
|
modelProperties: {
|
|
277
|
-
|
|
278
|
-
serializedName: "
|
|
164
|
+
keySource: {
|
|
165
|
+
serializedName: "keySource",
|
|
279
166
|
type: {
|
|
280
|
-
name: "
|
|
281
|
-
|
|
282
|
-
type: {
|
|
283
|
-
name: "String"
|
|
284
|
-
}
|
|
285
|
-
}
|
|
167
|
+
name: "Enum",
|
|
168
|
+
allowedValues: ["Microsoft.Batch", "Microsoft.KeyVault"]
|
|
286
169
|
}
|
|
287
170
|
},
|
|
288
|
-
|
|
289
|
-
serializedName: "
|
|
171
|
+
keyVaultProperties: {
|
|
172
|
+
serializedName: "keyVaultProperties",
|
|
290
173
|
type: {
|
|
291
174
|
name: "Composite",
|
|
292
|
-
className: "
|
|
175
|
+
className: "KeyVaultProperties"
|
|
293
176
|
}
|
|
294
177
|
}
|
|
295
178
|
}
|
|
296
179
|
}
|
|
297
180
|
};
|
|
298
181
|
|
|
299
|
-
export const
|
|
300
|
-
serializedName: "BatchAccountRegenerateKeyParameters",
|
|
182
|
+
export const KeyVaultProperties: coreClient.CompositeMapper = {
|
|
301
183
|
type: {
|
|
302
184
|
name: "Composite",
|
|
303
|
-
className: "
|
|
185
|
+
className: "KeyVaultProperties",
|
|
304
186
|
modelProperties: {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
serializedName: "keyName",
|
|
187
|
+
keyIdentifier: {
|
|
188
|
+
serializedName: "keyIdentifier",
|
|
308
189
|
type: {
|
|
309
|
-
name: "
|
|
310
|
-
allowedValues: [
|
|
311
|
-
"Primary",
|
|
312
|
-
"Secondary"
|
|
313
|
-
]
|
|
190
|
+
name: "String"
|
|
314
191
|
}
|
|
315
192
|
}
|
|
316
193
|
}
|
|
317
194
|
}
|
|
318
195
|
};
|
|
319
196
|
|
|
320
|
-
export const
|
|
321
|
-
serializedName: "BatchAccountKeys",
|
|
197
|
+
export const BatchAccountIdentity: coreClient.CompositeMapper = {
|
|
322
198
|
type: {
|
|
323
199
|
name: "Composite",
|
|
324
|
-
className: "
|
|
200
|
+
className: "BatchAccountIdentity",
|
|
325
201
|
modelProperties: {
|
|
326
|
-
|
|
202
|
+
principalId: {
|
|
203
|
+
serializedName: "principalId",
|
|
327
204
|
readOnly: true,
|
|
328
|
-
serializedName: "accountName",
|
|
329
205
|
type: {
|
|
330
206
|
name: "String"
|
|
331
207
|
}
|
|
332
208
|
},
|
|
333
|
-
|
|
209
|
+
tenantId: {
|
|
210
|
+
serializedName: "tenantId",
|
|
334
211
|
readOnly: true,
|
|
335
|
-
serializedName: "primary",
|
|
336
212
|
type: {
|
|
337
213
|
name: "String"
|
|
338
214
|
}
|
|
339
215
|
},
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
216
|
+
type: {
|
|
217
|
+
serializedName: "type",
|
|
218
|
+
required: true,
|
|
343
219
|
type: {
|
|
344
|
-
name: "
|
|
220
|
+
name: "Enum",
|
|
221
|
+
allowedValues: ["SystemAssigned", "UserAssigned", "None"]
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
userAssignedIdentities: {
|
|
225
|
+
serializedName: "userAssignedIdentities",
|
|
226
|
+
type: {
|
|
227
|
+
name: "Dictionary",
|
|
228
|
+
value: {
|
|
229
|
+
type: { name: "Composite", className: "UserAssignedIdentities" }
|
|
230
|
+
}
|
|
345
231
|
}
|
|
346
232
|
}
|
|
347
233
|
}
|
|
348
234
|
}
|
|
349
235
|
};
|
|
350
236
|
|
|
351
|
-
export const
|
|
352
|
-
serializedName: "ActivateApplicationPackageParameters",
|
|
237
|
+
export const UserAssignedIdentities: coreClient.CompositeMapper = {
|
|
353
238
|
type: {
|
|
354
239
|
name: "Composite",
|
|
355
|
-
className: "
|
|
240
|
+
className: "UserAssignedIdentities",
|
|
356
241
|
modelProperties: {
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
242
|
+
principalId: {
|
|
243
|
+
serializedName: "principalId",
|
|
244
|
+
readOnly: true,
|
|
245
|
+
type: {
|
|
246
|
+
name: "String"
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
clientId: {
|
|
250
|
+
serializedName: "clientId",
|
|
251
|
+
readOnly: true,
|
|
360
252
|
type: {
|
|
361
253
|
name: "String"
|
|
362
254
|
}
|
|
@@ -365,20 +257,14 @@ export const ActivateApplicationPackageParameters: msRest.CompositeMapper = {
|
|
|
365
257
|
}
|
|
366
258
|
};
|
|
367
259
|
|
|
368
|
-
export const
|
|
369
|
-
serializedName: "ApplicationCreateParameters",
|
|
260
|
+
export const PrivateEndpoint: coreClient.CompositeMapper = {
|
|
370
261
|
type: {
|
|
371
262
|
name: "Composite",
|
|
372
|
-
className: "
|
|
263
|
+
className: "PrivateEndpoint",
|
|
373
264
|
modelProperties: {
|
|
374
|
-
|
|
375
|
-
serializedName: "
|
|
376
|
-
|
|
377
|
-
name: "Boolean"
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
displayName: {
|
|
381
|
-
serializedName: "displayName",
|
|
265
|
+
id: {
|
|
266
|
+
serializedName: "id",
|
|
267
|
+
readOnly: true,
|
|
382
268
|
type: {
|
|
383
269
|
name: "String"
|
|
384
270
|
}
|
|
@@ -387,108 +273,65 @@ export const ApplicationCreateParameters: msRest.CompositeMapper = {
|
|
|
387
273
|
}
|
|
388
274
|
};
|
|
389
275
|
|
|
390
|
-
export const
|
|
391
|
-
serializedName: "ApplicationPackage",
|
|
276
|
+
export const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {
|
|
392
277
|
type: {
|
|
393
278
|
name: "Composite",
|
|
394
|
-
className: "
|
|
279
|
+
className: "PrivateLinkServiceConnectionState",
|
|
395
280
|
modelProperties: {
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
type: {
|
|
400
|
-
name: "String"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
version: {
|
|
404
|
-
readOnly: true,
|
|
405
|
-
serializedName: "version",
|
|
406
|
-
type: {
|
|
407
|
-
name: "String"
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
state: {
|
|
411
|
-
readOnly: true,
|
|
412
|
-
serializedName: "state",
|
|
281
|
+
status: {
|
|
282
|
+
serializedName: "status",
|
|
283
|
+
required: true,
|
|
413
284
|
type: {
|
|
414
285
|
name: "Enum",
|
|
415
|
-
allowedValues: [
|
|
416
|
-
"Pending",
|
|
417
|
-
"Active",
|
|
418
|
-
"Unmapped"
|
|
419
|
-
]
|
|
286
|
+
allowedValues: ["Approved", "Pending", "Rejected", "Disconnected"]
|
|
420
287
|
}
|
|
421
288
|
},
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
serializedName: "format",
|
|
289
|
+
description: {
|
|
290
|
+
serializedName: "description",
|
|
425
291
|
type: {
|
|
426
292
|
name: "String"
|
|
427
293
|
}
|
|
428
294
|
},
|
|
429
|
-
|
|
295
|
+
actionRequired: {
|
|
296
|
+
serializedName: "actionRequired",
|
|
430
297
|
readOnly: true,
|
|
431
|
-
serializedName: "storageUrl",
|
|
432
298
|
type: {
|
|
433
299
|
name: "String"
|
|
434
300
|
}
|
|
435
|
-
},
|
|
436
|
-
storageUrlExpiry: {
|
|
437
|
-
readOnly: true,
|
|
438
|
-
serializedName: "storageUrlExpiry",
|
|
439
|
-
type: {
|
|
440
|
-
name: "DateTime"
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
lastActivationTime: {
|
|
444
|
-
readOnly: true,
|
|
445
|
-
serializedName: "lastActivationTime",
|
|
446
|
-
type: {
|
|
447
|
-
name: "DateTime"
|
|
448
|
-
}
|
|
449
301
|
}
|
|
450
302
|
}
|
|
451
303
|
}
|
|
452
304
|
};
|
|
453
305
|
|
|
454
|
-
export const
|
|
455
|
-
serializedName: "Application",
|
|
306
|
+
export const ProxyResource: coreClient.CompositeMapper = {
|
|
456
307
|
type: {
|
|
457
308
|
name: "Composite",
|
|
458
|
-
className: "
|
|
309
|
+
className: "ProxyResource",
|
|
459
310
|
modelProperties: {
|
|
460
311
|
id: {
|
|
461
312
|
serializedName: "id",
|
|
313
|
+
readOnly: true,
|
|
462
314
|
type: {
|
|
463
315
|
name: "String"
|
|
464
316
|
}
|
|
465
317
|
},
|
|
466
|
-
|
|
467
|
-
serializedName: "
|
|
318
|
+
name: {
|
|
319
|
+
serializedName: "name",
|
|
320
|
+
readOnly: true,
|
|
468
321
|
type: {
|
|
469
322
|
name: "String"
|
|
470
323
|
}
|
|
471
324
|
},
|
|
472
|
-
|
|
473
|
-
serializedName: "
|
|
474
|
-
|
|
475
|
-
name: "Sequence",
|
|
476
|
-
element: {
|
|
477
|
-
type: {
|
|
478
|
-
name: "Composite",
|
|
479
|
-
className: "ApplicationPackage"
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
allowUpdates: {
|
|
485
|
-
serializedName: "allowUpdates",
|
|
325
|
+
type: {
|
|
326
|
+
serializedName: "type",
|
|
327
|
+
readOnly: true,
|
|
486
328
|
type: {
|
|
487
|
-
name: "
|
|
329
|
+
name: "String"
|
|
488
330
|
}
|
|
489
331
|
},
|
|
490
|
-
|
|
491
|
-
serializedName: "
|
|
332
|
+
etag: {
|
|
333
|
+
serializedName: "etag",
|
|
334
|
+
readOnly: true,
|
|
492
335
|
type: {
|
|
493
336
|
name: "String"
|
|
494
337
|
}
|
|
@@ -497,43 +340,21 @@ export const Application: msRest.CompositeMapper = {
|
|
|
497
340
|
}
|
|
498
341
|
};
|
|
499
342
|
|
|
500
|
-
export const
|
|
501
|
-
serializedName: "ApplicationUpdateParameters",
|
|
343
|
+
export const VirtualMachineFamilyCoreQuota: coreClient.CompositeMapper = {
|
|
502
344
|
type: {
|
|
503
345
|
name: "Composite",
|
|
504
|
-
className: "
|
|
346
|
+
className: "VirtualMachineFamilyCoreQuota",
|
|
505
347
|
modelProperties: {
|
|
506
|
-
|
|
507
|
-
serializedName: "
|
|
508
|
-
|
|
509
|
-
name: "Boolean"
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
defaultVersion: {
|
|
513
|
-
serializedName: "defaultVersion",
|
|
348
|
+
name: {
|
|
349
|
+
serializedName: "name",
|
|
350
|
+
readOnly: true,
|
|
514
351
|
type: {
|
|
515
352
|
name: "String"
|
|
516
353
|
}
|
|
517
354
|
},
|
|
518
|
-
|
|
519
|
-
serializedName: "
|
|
520
|
-
type: {
|
|
521
|
-
name: "String"
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
};
|
|
527
|
-
|
|
528
|
-
export const BatchLocationQuota: msRest.CompositeMapper = {
|
|
529
|
-
serializedName: "BatchLocationQuota",
|
|
530
|
-
type: {
|
|
531
|
-
name: "Composite",
|
|
532
|
-
className: "BatchLocationQuota",
|
|
533
|
-
modelProperties: {
|
|
534
|
-
accountQuota: {
|
|
355
|
+
coreQuota: {
|
|
356
|
+
serializedName: "coreQuota",
|
|
535
357
|
readOnly: true,
|
|
536
|
-
serializedName: "accountQuota",
|
|
537
358
|
type: {
|
|
538
359
|
name: "Number"
|
|
539
360
|
}
|
|
@@ -542,92 +363,79 @@ export const BatchLocationQuota: msRest.CompositeMapper = {
|
|
|
542
363
|
}
|
|
543
364
|
};
|
|
544
365
|
|
|
545
|
-
export const
|
|
546
|
-
serializedName: "ProxyResource",
|
|
366
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
547
367
|
type: {
|
|
548
368
|
name: "Composite",
|
|
549
|
-
className: "
|
|
369
|
+
className: "Resource",
|
|
550
370
|
modelProperties: {
|
|
551
371
|
id: {
|
|
552
|
-
readOnly: true,
|
|
553
372
|
serializedName: "id",
|
|
373
|
+
readOnly: true,
|
|
554
374
|
type: {
|
|
555
375
|
name: "String"
|
|
556
376
|
}
|
|
557
377
|
},
|
|
558
378
|
name: {
|
|
559
|
-
readOnly: true,
|
|
560
379
|
serializedName: "name",
|
|
380
|
+
readOnly: true,
|
|
561
381
|
type: {
|
|
562
382
|
name: "String"
|
|
563
383
|
}
|
|
564
384
|
},
|
|
565
385
|
type: {
|
|
566
|
-
readOnly: true,
|
|
567
386
|
serializedName: "type",
|
|
387
|
+
readOnly: true,
|
|
568
388
|
type: {
|
|
569
389
|
name: "String"
|
|
570
390
|
}
|
|
571
391
|
},
|
|
572
|
-
|
|
392
|
+
location: {
|
|
393
|
+
serializedName: "location",
|
|
573
394
|
readOnly: true,
|
|
574
|
-
serializedName: "etag",
|
|
575
395
|
type: {
|
|
576
396
|
name: "String"
|
|
577
397
|
}
|
|
398
|
+
},
|
|
399
|
+
tags: {
|
|
400
|
+
serializedName: "tags",
|
|
401
|
+
readOnly: true,
|
|
402
|
+
type: {
|
|
403
|
+
name: "Dictionary",
|
|
404
|
+
value: { type: { name: "String" } }
|
|
405
|
+
}
|
|
578
406
|
}
|
|
579
407
|
}
|
|
580
408
|
}
|
|
581
409
|
};
|
|
582
410
|
|
|
583
|
-
export const
|
|
584
|
-
serializedName: "CertificateBaseProperties",
|
|
411
|
+
export const CloudError: coreClient.CompositeMapper = {
|
|
585
412
|
type: {
|
|
586
413
|
name: "Composite",
|
|
587
|
-
className: "
|
|
414
|
+
className: "CloudError",
|
|
588
415
|
modelProperties: {
|
|
589
|
-
|
|
590
|
-
serializedName: "
|
|
591
|
-
type: {
|
|
592
|
-
name: "String"
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
thumbprint: {
|
|
596
|
-
serializedName: "thumbprint",
|
|
597
|
-
type: {
|
|
598
|
-
name: "String"
|
|
599
|
-
}
|
|
600
|
-
},
|
|
601
|
-
format: {
|
|
602
|
-
nullable: false,
|
|
603
|
-
serializedName: "format",
|
|
416
|
+
error: {
|
|
417
|
+
serializedName: "error",
|
|
604
418
|
type: {
|
|
605
|
-
name: "
|
|
606
|
-
|
|
607
|
-
"Pfx",
|
|
608
|
-
"Cer"
|
|
609
|
-
]
|
|
419
|
+
name: "Composite",
|
|
420
|
+
className: "CloudErrorBody"
|
|
610
421
|
}
|
|
611
422
|
}
|
|
612
423
|
}
|
|
613
424
|
}
|
|
614
425
|
};
|
|
615
426
|
|
|
616
|
-
export const
|
|
617
|
-
serializedName: "DeleteCertificateError",
|
|
427
|
+
export const CloudErrorBody: coreClient.CompositeMapper = {
|
|
618
428
|
type: {
|
|
619
429
|
name: "Composite",
|
|
620
|
-
className: "
|
|
430
|
+
className: "CloudErrorBody",
|
|
621
431
|
modelProperties: {
|
|
622
432
|
code: {
|
|
623
|
-
required: true,
|
|
624
433
|
serializedName: "code",
|
|
625
434
|
type: {
|
|
626
435
|
name: "String"
|
|
627
436
|
}
|
|
628
437
|
},
|
|
629
438
|
message: {
|
|
630
|
-
required: true,
|
|
631
439
|
serializedName: "message",
|
|
632
440
|
type: {
|
|
633
441
|
name: "String"
|
|
@@ -646,7 +454,7 @@ export const DeleteCertificateError: msRest.CompositeMapper = {
|
|
|
646
454
|
element: {
|
|
647
455
|
type: {
|
|
648
456
|
name: "Composite",
|
|
649
|
-
className: "
|
|
457
|
+
className: "CloudErrorBody"
|
|
650
458
|
}
|
|
651
459
|
}
|
|
652
460
|
}
|
|
@@ -655,134 +463,1477 @@ export const DeleteCertificateError: msRest.CompositeMapper = {
|
|
|
655
463
|
}
|
|
656
464
|
};
|
|
657
465
|
|
|
658
|
-
export const
|
|
659
|
-
serializedName: "Certificate",
|
|
466
|
+
export const BatchAccountUpdateParameters: coreClient.CompositeMapper = {
|
|
660
467
|
type: {
|
|
661
468
|
name: "Composite",
|
|
662
|
-
className: "
|
|
469
|
+
className: "BatchAccountUpdateParameters",
|
|
663
470
|
modelProperties: {
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
serializedName: "properties.thumbprintAlgorithm",
|
|
471
|
+
tags: {
|
|
472
|
+
serializedName: "tags",
|
|
667
473
|
type: {
|
|
668
|
-
name: "
|
|
474
|
+
name: "Dictionary",
|
|
475
|
+
value: { type: { name: "String" } }
|
|
669
476
|
}
|
|
670
477
|
},
|
|
671
|
-
|
|
672
|
-
serializedName: "
|
|
478
|
+
identity: {
|
|
479
|
+
serializedName: "identity",
|
|
673
480
|
type: {
|
|
674
|
-
name: "
|
|
481
|
+
name: "Composite",
|
|
482
|
+
className: "BatchAccountIdentity"
|
|
675
483
|
}
|
|
676
484
|
},
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
serializedName: "properties.format",
|
|
485
|
+
autoStorage: {
|
|
486
|
+
serializedName: "properties.autoStorage",
|
|
680
487
|
type: {
|
|
681
|
-
name: "
|
|
682
|
-
|
|
683
|
-
"Pfx",
|
|
684
|
-
"Cer"
|
|
685
|
-
]
|
|
488
|
+
name: "Composite",
|
|
489
|
+
className: "AutoStorageBaseProperties"
|
|
686
490
|
}
|
|
687
491
|
},
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
readOnly: true,
|
|
691
|
-
serializedName: "properties.provisioningState",
|
|
492
|
+
encryption: {
|
|
493
|
+
serializedName: "properties.encryption",
|
|
692
494
|
type: {
|
|
693
|
-
name: "
|
|
694
|
-
|
|
695
|
-
"Succeeded",
|
|
696
|
-
"Deleting",
|
|
697
|
-
"Failed"
|
|
698
|
-
]
|
|
495
|
+
name: "Composite",
|
|
496
|
+
className: "EncryptionProperties"
|
|
699
497
|
}
|
|
700
498
|
},
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
499
|
+
allowedAuthenticationModes: {
|
|
500
|
+
serializedName: "properties.allowedAuthenticationModes",
|
|
501
|
+
nullable: true,
|
|
704
502
|
type: {
|
|
705
|
-
name: "
|
|
503
|
+
name: "Sequence",
|
|
504
|
+
element: {
|
|
505
|
+
type: {
|
|
506
|
+
name: "Enum",
|
|
507
|
+
allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
};
|
|
515
|
+
|
|
516
|
+
export const BatchAccountListResult: coreClient.CompositeMapper = {
|
|
517
|
+
type: {
|
|
518
|
+
name: "Composite",
|
|
519
|
+
className: "BatchAccountListResult",
|
|
520
|
+
modelProperties: {
|
|
521
|
+
value: {
|
|
522
|
+
serializedName: "value",
|
|
523
|
+
type: {
|
|
524
|
+
name: "Sequence",
|
|
525
|
+
element: {
|
|
526
|
+
type: {
|
|
527
|
+
name: "Composite",
|
|
528
|
+
className: "BatchAccount"
|
|
529
|
+
}
|
|
530
|
+
}
|
|
706
531
|
}
|
|
707
532
|
},
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
533
|
+
nextLink: {
|
|
534
|
+
serializedName: "nextLink",
|
|
535
|
+
type: {
|
|
536
|
+
name: "String"
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
};
|
|
542
|
+
|
|
543
|
+
export const BatchAccountRegenerateKeyParameters: coreClient.CompositeMapper = {
|
|
544
|
+
type: {
|
|
545
|
+
name: "Composite",
|
|
546
|
+
className: "BatchAccountRegenerateKeyParameters",
|
|
547
|
+
modelProperties: {
|
|
548
|
+
keyName: {
|
|
549
|
+
serializedName: "keyName",
|
|
550
|
+
required: true,
|
|
712
551
|
type: {
|
|
713
552
|
name: "Enum",
|
|
714
|
-
allowedValues: [
|
|
715
|
-
"Succeeded",
|
|
716
|
-
"Deleting",
|
|
717
|
-
"Failed"
|
|
718
|
-
]
|
|
553
|
+
allowedValues: ["Primary", "Secondary"]
|
|
719
554
|
}
|
|
720
|
-
}
|
|
721
|
-
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
};
|
|
559
|
+
|
|
560
|
+
export const BatchAccountKeys: coreClient.CompositeMapper = {
|
|
561
|
+
type: {
|
|
562
|
+
name: "Composite",
|
|
563
|
+
className: "BatchAccountKeys",
|
|
564
|
+
modelProperties: {
|
|
565
|
+
accountName: {
|
|
566
|
+
serializedName: "accountName",
|
|
722
567
|
readOnly: true,
|
|
723
|
-
serializedName: "properties.previousProvisioningStateTransitionTime",
|
|
724
568
|
type: {
|
|
725
|
-
name: "
|
|
569
|
+
name: "String"
|
|
726
570
|
}
|
|
727
571
|
},
|
|
728
|
-
|
|
572
|
+
primary: {
|
|
573
|
+
serializedName: "primary",
|
|
729
574
|
readOnly: true,
|
|
730
|
-
serializedName: "properties.publicData",
|
|
731
575
|
type: {
|
|
732
576
|
name: "String"
|
|
733
577
|
}
|
|
734
578
|
},
|
|
735
|
-
|
|
579
|
+
secondary: {
|
|
580
|
+
serializedName: "secondary",
|
|
736
581
|
readOnly: true,
|
|
737
|
-
serializedName: "properties.deleteCertificateError",
|
|
738
582
|
type: {
|
|
739
|
-
name: "
|
|
740
|
-
className: "DeleteCertificateError"
|
|
583
|
+
name: "String"
|
|
741
584
|
}
|
|
742
585
|
}
|
|
743
586
|
}
|
|
744
587
|
}
|
|
745
588
|
};
|
|
746
589
|
|
|
747
|
-
export const
|
|
748
|
-
serializedName: "CertificateCreateOrUpdateParameters",
|
|
590
|
+
export const ActivateApplicationPackageParameters: coreClient.CompositeMapper = {
|
|
749
591
|
type: {
|
|
750
592
|
name: "Composite",
|
|
751
|
-
className: "
|
|
593
|
+
className: "ActivateApplicationPackageParameters",
|
|
752
594
|
modelProperties: {
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
595
|
+
format: {
|
|
596
|
+
serializedName: "format",
|
|
597
|
+
required: true,
|
|
756
598
|
type: {
|
|
757
599
|
name: "String"
|
|
758
600
|
}
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
};
|
|
605
|
+
|
|
606
|
+
export const ListApplicationsResult: coreClient.CompositeMapper = {
|
|
607
|
+
type: {
|
|
608
|
+
name: "Composite",
|
|
609
|
+
className: "ListApplicationsResult",
|
|
610
|
+
modelProperties: {
|
|
611
|
+
value: {
|
|
612
|
+
serializedName: "value",
|
|
613
|
+
type: {
|
|
614
|
+
name: "Sequence",
|
|
615
|
+
element: {
|
|
616
|
+
type: {
|
|
617
|
+
name: "Composite",
|
|
618
|
+
className: "Application"
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
nextLink: {
|
|
624
|
+
serializedName: "nextLink",
|
|
625
|
+
type: {
|
|
626
|
+
name: "String"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
export const ListApplicationPackagesResult: coreClient.CompositeMapper = {
|
|
634
|
+
type: {
|
|
635
|
+
name: "Composite",
|
|
636
|
+
className: "ListApplicationPackagesResult",
|
|
637
|
+
modelProperties: {
|
|
638
|
+
value: {
|
|
639
|
+
serializedName: "value",
|
|
640
|
+
type: {
|
|
641
|
+
name: "Sequence",
|
|
642
|
+
element: {
|
|
643
|
+
type: {
|
|
644
|
+
name: "Composite",
|
|
645
|
+
className: "ApplicationPackage"
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
nextLink: {
|
|
651
|
+
serializedName: "nextLink",
|
|
652
|
+
type: {
|
|
653
|
+
name: "String"
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
};
|
|
659
|
+
|
|
660
|
+
export const BatchLocationQuota: coreClient.CompositeMapper = {
|
|
661
|
+
type: {
|
|
662
|
+
name: "Composite",
|
|
663
|
+
className: "BatchLocationQuota",
|
|
664
|
+
modelProperties: {
|
|
665
|
+
accountQuota: {
|
|
666
|
+
serializedName: "accountQuota",
|
|
667
|
+
readOnly: true,
|
|
668
|
+
type: {
|
|
669
|
+
name: "Number"
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
};
|
|
675
|
+
|
|
676
|
+
export const SupportedSkusResult: coreClient.CompositeMapper = {
|
|
677
|
+
type: {
|
|
678
|
+
name: "Composite",
|
|
679
|
+
className: "SupportedSkusResult",
|
|
680
|
+
modelProperties: {
|
|
681
|
+
value: {
|
|
682
|
+
serializedName: "value",
|
|
683
|
+
required: true,
|
|
684
|
+
type: {
|
|
685
|
+
name: "Sequence",
|
|
686
|
+
element: {
|
|
687
|
+
type: {
|
|
688
|
+
name: "Composite",
|
|
689
|
+
className: "SupportedSku"
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
nextLink: {
|
|
695
|
+
serializedName: "nextLink",
|
|
696
|
+
readOnly: true,
|
|
697
|
+
type: {
|
|
698
|
+
name: "String"
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
};
|
|
704
|
+
|
|
705
|
+
export const SupportedSku: coreClient.CompositeMapper = {
|
|
706
|
+
type: {
|
|
707
|
+
name: "Composite",
|
|
708
|
+
className: "SupportedSku",
|
|
709
|
+
modelProperties: {
|
|
710
|
+
name: {
|
|
711
|
+
serializedName: "name",
|
|
712
|
+
readOnly: true,
|
|
713
|
+
type: {
|
|
714
|
+
name: "String"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
familyName: {
|
|
718
|
+
serializedName: "familyName",
|
|
719
|
+
readOnly: true,
|
|
720
|
+
type: {
|
|
721
|
+
name: "String"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
capabilities: {
|
|
725
|
+
serializedName: "capabilities",
|
|
726
|
+
readOnly: true,
|
|
727
|
+
type: {
|
|
728
|
+
name: "Sequence",
|
|
729
|
+
element: {
|
|
730
|
+
type: {
|
|
731
|
+
name: "Composite",
|
|
732
|
+
className: "SkuCapability"
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
};
|
|
740
|
+
|
|
741
|
+
export const SkuCapability: coreClient.CompositeMapper = {
|
|
742
|
+
type: {
|
|
743
|
+
name: "Composite",
|
|
744
|
+
className: "SkuCapability",
|
|
745
|
+
modelProperties: {
|
|
746
|
+
name: {
|
|
747
|
+
serializedName: "name",
|
|
748
|
+
readOnly: true,
|
|
749
|
+
type: {
|
|
750
|
+
name: "String"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
value: {
|
|
754
|
+
serializedName: "value",
|
|
755
|
+
readOnly: true,
|
|
756
|
+
type: {
|
|
757
|
+
name: "String"
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
};
|
|
763
|
+
|
|
764
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
765
|
+
type: {
|
|
766
|
+
name: "Composite",
|
|
767
|
+
className: "OperationListResult",
|
|
768
|
+
modelProperties: {
|
|
769
|
+
value: {
|
|
770
|
+
serializedName: "value",
|
|
771
|
+
type: {
|
|
772
|
+
name: "Sequence",
|
|
773
|
+
element: {
|
|
774
|
+
type: {
|
|
775
|
+
name: "Composite",
|
|
776
|
+
className: "Operation"
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
nextLink: {
|
|
782
|
+
serializedName: "nextLink",
|
|
783
|
+
type: {
|
|
784
|
+
name: "String"
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
};
|
|
790
|
+
|
|
791
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
792
|
+
type: {
|
|
793
|
+
name: "Composite",
|
|
794
|
+
className: "Operation",
|
|
795
|
+
modelProperties: {
|
|
796
|
+
name: {
|
|
797
|
+
serializedName: "name",
|
|
798
|
+
type: {
|
|
799
|
+
name: "String"
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
isDataAction: {
|
|
803
|
+
serializedName: "isDataAction",
|
|
804
|
+
type: {
|
|
805
|
+
name: "Boolean"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
display: {
|
|
809
|
+
serializedName: "display",
|
|
810
|
+
type: {
|
|
811
|
+
name: "Composite",
|
|
812
|
+
className: "OperationDisplay"
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
origin: {
|
|
816
|
+
serializedName: "origin",
|
|
817
|
+
type: {
|
|
818
|
+
name: "String"
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
properties: {
|
|
822
|
+
serializedName: "properties",
|
|
823
|
+
type: {
|
|
824
|
+
name: "Dictionary",
|
|
825
|
+
value: { type: { name: "any" } }
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
};
|
|
831
|
+
|
|
832
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
833
|
+
type: {
|
|
834
|
+
name: "Composite",
|
|
835
|
+
className: "OperationDisplay",
|
|
836
|
+
modelProperties: {
|
|
837
|
+
provider: {
|
|
838
|
+
serializedName: "provider",
|
|
839
|
+
type: {
|
|
840
|
+
name: "String"
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
operation: {
|
|
844
|
+
serializedName: "operation",
|
|
845
|
+
type: {
|
|
846
|
+
name: "String"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
resource: {
|
|
850
|
+
serializedName: "resource",
|
|
851
|
+
type: {
|
|
852
|
+
name: "String"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
description: {
|
|
856
|
+
serializedName: "description",
|
|
857
|
+
type: {
|
|
858
|
+
name: "String"
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
};
|
|
864
|
+
|
|
865
|
+
export const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {
|
|
866
|
+
type: {
|
|
867
|
+
name: "Composite",
|
|
868
|
+
className: "CheckNameAvailabilityParameters",
|
|
869
|
+
modelProperties: {
|
|
870
|
+
name: {
|
|
871
|
+
serializedName: "name",
|
|
872
|
+
required: true,
|
|
873
|
+
type: {
|
|
874
|
+
name: "String"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
type: {
|
|
878
|
+
defaultValue: "Microsoft.Batch/batchAccounts",
|
|
879
|
+
isConstant: true,
|
|
880
|
+
serializedName: "type",
|
|
881
|
+
type: {
|
|
882
|
+
name: "String"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
};
|
|
888
|
+
|
|
889
|
+
export const CheckNameAvailabilityResult: coreClient.CompositeMapper = {
|
|
890
|
+
type: {
|
|
891
|
+
name: "Composite",
|
|
892
|
+
className: "CheckNameAvailabilityResult",
|
|
893
|
+
modelProperties: {
|
|
894
|
+
nameAvailable: {
|
|
895
|
+
serializedName: "nameAvailable",
|
|
896
|
+
readOnly: true,
|
|
897
|
+
type: {
|
|
898
|
+
name: "Boolean"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
reason: {
|
|
902
|
+
serializedName: "reason",
|
|
903
|
+
readOnly: true,
|
|
904
|
+
type: {
|
|
905
|
+
name: "Enum",
|
|
906
|
+
allowedValues: ["Invalid", "AlreadyExists"]
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
message: {
|
|
910
|
+
serializedName: "message",
|
|
911
|
+
readOnly: true,
|
|
912
|
+
type: {
|
|
913
|
+
name: "String"
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
};
|
|
919
|
+
|
|
920
|
+
export const ListCertificatesResult: coreClient.CompositeMapper = {
|
|
921
|
+
type: {
|
|
922
|
+
name: "Composite",
|
|
923
|
+
className: "ListCertificatesResult",
|
|
924
|
+
modelProperties: {
|
|
925
|
+
value: {
|
|
926
|
+
serializedName: "value",
|
|
927
|
+
type: {
|
|
928
|
+
name: "Sequence",
|
|
929
|
+
element: {
|
|
930
|
+
type: {
|
|
931
|
+
name: "Composite",
|
|
932
|
+
className: "Certificate"
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
nextLink: {
|
|
938
|
+
serializedName: "nextLink",
|
|
939
|
+
type: {
|
|
940
|
+
name: "String"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
}
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
export const DeleteCertificateError: coreClient.CompositeMapper = {
|
|
948
|
+
type: {
|
|
949
|
+
name: "Composite",
|
|
950
|
+
className: "DeleteCertificateError",
|
|
951
|
+
modelProperties: {
|
|
952
|
+
code: {
|
|
953
|
+
serializedName: "code",
|
|
954
|
+
required: true,
|
|
955
|
+
type: {
|
|
956
|
+
name: "String"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
message: {
|
|
960
|
+
serializedName: "message",
|
|
961
|
+
required: true,
|
|
962
|
+
type: {
|
|
963
|
+
name: "String"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
target: {
|
|
967
|
+
serializedName: "target",
|
|
968
|
+
type: {
|
|
969
|
+
name: "String"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
details: {
|
|
973
|
+
serializedName: "details",
|
|
974
|
+
type: {
|
|
975
|
+
name: "Sequence",
|
|
976
|
+
element: {
|
|
977
|
+
type: {
|
|
978
|
+
name: "Composite",
|
|
979
|
+
className: "DeleteCertificateError"
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
};
|
|
987
|
+
|
|
988
|
+
export const CertificateBaseProperties: coreClient.CompositeMapper = {
|
|
989
|
+
type: {
|
|
990
|
+
name: "Composite",
|
|
991
|
+
className: "CertificateBaseProperties",
|
|
992
|
+
modelProperties: {
|
|
993
|
+
thumbprintAlgorithm: {
|
|
994
|
+
serializedName: "thumbprintAlgorithm",
|
|
995
|
+
type: {
|
|
996
|
+
name: "String"
|
|
997
|
+
}
|
|
998
|
+
},
|
|
999
|
+
thumbprint: {
|
|
1000
|
+
serializedName: "thumbprint",
|
|
1001
|
+
type: {
|
|
1002
|
+
name: "String"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
format: {
|
|
1006
|
+
serializedName: "format",
|
|
1007
|
+
type: {
|
|
1008
|
+
name: "Enum",
|
|
1009
|
+
allowedValues: ["Pfx", "Cer"]
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
};
|
|
1015
|
+
|
|
1016
|
+
export const ListPrivateLinkResourcesResult: coreClient.CompositeMapper = {
|
|
1017
|
+
type: {
|
|
1018
|
+
name: "Composite",
|
|
1019
|
+
className: "ListPrivateLinkResourcesResult",
|
|
1020
|
+
modelProperties: {
|
|
1021
|
+
value: {
|
|
1022
|
+
serializedName: "value",
|
|
1023
|
+
type: {
|
|
1024
|
+
name: "Sequence",
|
|
1025
|
+
element: {
|
|
1026
|
+
type: {
|
|
1027
|
+
name: "Composite",
|
|
1028
|
+
className: "PrivateLinkResource"
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
nextLink: {
|
|
1034
|
+
serializedName: "nextLink",
|
|
1035
|
+
type: {
|
|
1036
|
+
name: "String"
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
};
|
|
1042
|
+
|
|
1043
|
+
export const ListPrivateEndpointConnectionsResult: coreClient.CompositeMapper = {
|
|
1044
|
+
type: {
|
|
1045
|
+
name: "Composite",
|
|
1046
|
+
className: "ListPrivateEndpointConnectionsResult",
|
|
1047
|
+
modelProperties: {
|
|
1048
|
+
value: {
|
|
1049
|
+
serializedName: "value",
|
|
1050
|
+
type: {
|
|
1051
|
+
name: "Sequence",
|
|
1052
|
+
element: {
|
|
1053
|
+
type: {
|
|
1054
|
+
name: "Composite",
|
|
1055
|
+
className: "PrivateEndpointConnection"
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
nextLink: {
|
|
1061
|
+
serializedName: "nextLink",
|
|
1062
|
+
type: {
|
|
1063
|
+
name: "String"
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
};
|
|
1069
|
+
|
|
1070
|
+
export const ListPoolsResult: coreClient.CompositeMapper = {
|
|
1071
|
+
type: {
|
|
1072
|
+
name: "Composite",
|
|
1073
|
+
className: "ListPoolsResult",
|
|
1074
|
+
modelProperties: {
|
|
1075
|
+
value: {
|
|
1076
|
+
serializedName: "value",
|
|
1077
|
+
type: {
|
|
1078
|
+
name: "Sequence",
|
|
1079
|
+
element: {
|
|
1080
|
+
type: {
|
|
1081
|
+
name: "Composite",
|
|
1082
|
+
className: "Pool"
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
nextLink: {
|
|
1088
|
+
serializedName: "nextLink",
|
|
1089
|
+
type: {
|
|
1090
|
+
name: "String"
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
};
|
|
1096
|
+
|
|
1097
|
+
export const DeploymentConfiguration: coreClient.CompositeMapper = {
|
|
1098
|
+
type: {
|
|
1099
|
+
name: "Composite",
|
|
1100
|
+
className: "DeploymentConfiguration",
|
|
1101
|
+
modelProperties: {
|
|
1102
|
+
cloudServiceConfiguration: {
|
|
1103
|
+
serializedName: "cloudServiceConfiguration",
|
|
1104
|
+
type: {
|
|
1105
|
+
name: "Composite",
|
|
1106
|
+
className: "CloudServiceConfiguration"
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
virtualMachineConfiguration: {
|
|
1110
|
+
serializedName: "virtualMachineConfiguration",
|
|
1111
|
+
type: {
|
|
1112
|
+
name: "Composite",
|
|
1113
|
+
className: "VirtualMachineConfiguration"
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
};
|
|
1119
|
+
|
|
1120
|
+
export const CloudServiceConfiguration: coreClient.CompositeMapper = {
|
|
1121
|
+
type: {
|
|
1122
|
+
name: "Composite",
|
|
1123
|
+
className: "CloudServiceConfiguration",
|
|
1124
|
+
modelProperties: {
|
|
1125
|
+
osFamily: {
|
|
1126
|
+
serializedName: "osFamily",
|
|
1127
|
+
required: true,
|
|
1128
|
+
type: {
|
|
1129
|
+
name: "String"
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
osVersion: {
|
|
1133
|
+
serializedName: "osVersion",
|
|
1134
|
+
type: {
|
|
1135
|
+
name: "String"
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
};
|
|
1141
|
+
|
|
1142
|
+
export const VirtualMachineConfiguration: coreClient.CompositeMapper = {
|
|
1143
|
+
type: {
|
|
1144
|
+
name: "Composite",
|
|
1145
|
+
className: "VirtualMachineConfiguration",
|
|
1146
|
+
modelProperties: {
|
|
1147
|
+
imageReference: {
|
|
1148
|
+
serializedName: "imageReference",
|
|
1149
|
+
type: {
|
|
1150
|
+
name: "Composite",
|
|
1151
|
+
className: "ImageReference"
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
nodeAgentSkuId: {
|
|
1155
|
+
serializedName: "nodeAgentSkuId",
|
|
1156
|
+
required: true,
|
|
1157
|
+
type: {
|
|
1158
|
+
name: "String"
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1161
|
+
windowsConfiguration: {
|
|
1162
|
+
serializedName: "windowsConfiguration",
|
|
1163
|
+
type: {
|
|
1164
|
+
name: "Composite",
|
|
1165
|
+
className: "WindowsConfiguration"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
dataDisks: {
|
|
1169
|
+
serializedName: "dataDisks",
|
|
1170
|
+
type: {
|
|
1171
|
+
name: "Sequence",
|
|
1172
|
+
element: {
|
|
1173
|
+
type: {
|
|
1174
|
+
name: "Composite",
|
|
1175
|
+
className: "DataDisk"
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1180
|
+
licenseType: {
|
|
1181
|
+
serializedName: "licenseType",
|
|
1182
|
+
type: {
|
|
1183
|
+
name: "String"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
containerConfiguration: {
|
|
1187
|
+
serializedName: "containerConfiguration",
|
|
1188
|
+
type: {
|
|
1189
|
+
name: "Composite",
|
|
1190
|
+
className: "ContainerConfiguration"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
diskEncryptionConfiguration: {
|
|
1194
|
+
serializedName: "diskEncryptionConfiguration",
|
|
1195
|
+
type: {
|
|
1196
|
+
name: "Composite",
|
|
1197
|
+
className: "DiskEncryptionConfiguration"
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
nodePlacementConfiguration: {
|
|
1201
|
+
serializedName: "nodePlacementConfiguration",
|
|
1202
|
+
type: {
|
|
1203
|
+
name: "Composite",
|
|
1204
|
+
className: "NodePlacementConfiguration"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
extensions: {
|
|
1208
|
+
serializedName: "extensions",
|
|
1209
|
+
type: {
|
|
1210
|
+
name: "Sequence",
|
|
1211
|
+
element: {
|
|
1212
|
+
type: {
|
|
1213
|
+
name: "Composite",
|
|
1214
|
+
className: "VMExtension"
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
osDisk: {
|
|
1220
|
+
serializedName: "osDisk",
|
|
1221
|
+
type: {
|
|
1222
|
+
name: "Composite",
|
|
1223
|
+
className: "OSDisk"
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
};
|
|
1229
|
+
|
|
1230
|
+
export const ImageReference: coreClient.CompositeMapper = {
|
|
1231
|
+
type: {
|
|
1232
|
+
name: "Composite",
|
|
1233
|
+
className: "ImageReference",
|
|
1234
|
+
modelProperties: {
|
|
1235
|
+
publisher: {
|
|
1236
|
+
serializedName: "publisher",
|
|
1237
|
+
type: {
|
|
1238
|
+
name: "String"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
offer: {
|
|
1242
|
+
serializedName: "offer",
|
|
1243
|
+
type: {
|
|
1244
|
+
name: "String"
|
|
1245
|
+
}
|
|
1246
|
+
},
|
|
1247
|
+
sku: {
|
|
1248
|
+
serializedName: "sku",
|
|
1249
|
+
type: {
|
|
1250
|
+
name: "String"
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
version: {
|
|
1254
|
+
serializedName: "version",
|
|
1255
|
+
type: {
|
|
1256
|
+
name: "String"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
id: {
|
|
1260
|
+
serializedName: "id",
|
|
1261
|
+
type: {
|
|
1262
|
+
name: "String"
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
};
|
|
1268
|
+
|
|
1269
|
+
export const WindowsConfiguration: coreClient.CompositeMapper = {
|
|
1270
|
+
type: {
|
|
1271
|
+
name: "Composite",
|
|
1272
|
+
className: "WindowsConfiguration",
|
|
1273
|
+
modelProperties: {
|
|
1274
|
+
enableAutomaticUpdates: {
|
|
1275
|
+
serializedName: "enableAutomaticUpdates",
|
|
1276
|
+
type: {
|
|
1277
|
+
name: "Boolean"
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
};
|
|
1283
|
+
|
|
1284
|
+
export const DataDisk: coreClient.CompositeMapper = {
|
|
1285
|
+
type: {
|
|
1286
|
+
name: "Composite",
|
|
1287
|
+
className: "DataDisk",
|
|
1288
|
+
modelProperties: {
|
|
1289
|
+
lun: {
|
|
1290
|
+
serializedName: "lun",
|
|
1291
|
+
required: true,
|
|
1292
|
+
type: {
|
|
1293
|
+
name: "Number"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
caching: {
|
|
1297
|
+
serializedName: "caching",
|
|
1298
|
+
type: {
|
|
1299
|
+
name: "Enum",
|
|
1300
|
+
allowedValues: ["None", "ReadOnly", "ReadWrite"]
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
diskSizeGB: {
|
|
1304
|
+
serializedName: "diskSizeGB",
|
|
1305
|
+
required: true,
|
|
1306
|
+
type: {
|
|
1307
|
+
name: "Number"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
storageAccountType: {
|
|
1311
|
+
serializedName: "storageAccountType",
|
|
1312
|
+
type: {
|
|
1313
|
+
name: "Enum",
|
|
1314
|
+
allowedValues: ["Standard_LRS", "Premium_LRS"]
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
};
|
|
1320
|
+
|
|
1321
|
+
export const ContainerConfiguration: coreClient.CompositeMapper = {
|
|
1322
|
+
type: {
|
|
1323
|
+
name: "Composite",
|
|
1324
|
+
className: "ContainerConfiguration",
|
|
1325
|
+
modelProperties: {
|
|
1326
|
+
type: {
|
|
1327
|
+
defaultValue: "DockerCompatible",
|
|
1328
|
+
isConstant: true,
|
|
1329
|
+
serializedName: "type",
|
|
1330
|
+
type: {
|
|
1331
|
+
name: "String"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
containerImageNames: {
|
|
1335
|
+
serializedName: "containerImageNames",
|
|
1336
|
+
type: {
|
|
1337
|
+
name: "Sequence",
|
|
1338
|
+
element: {
|
|
1339
|
+
type: {
|
|
1340
|
+
name: "String"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
},
|
|
1345
|
+
containerRegistries: {
|
|
1346
|
+
serializedName: "containerRegistries",
|
|
1347
|
+
type: {
|
|
1348
|
+
name: "Sequence",
|
|
1349
|
+
element: {
|
|
1350
|
+
type: {
|
|
1351
|
+
name: "Composite",
|
|
1352
|
+
className: "ContainerRegistry"
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
};
|
|
1360
|
+
|
|
1361
|
+
export const ContainerRegistry: coreClient.CompositeMapper = {
|
|
1362
|
+
type: {
|
|
1363
|
+
name: "Composite",
|
|
1364
|
+
className: "ContainerRegistry",
|
|
1365
|
+
modelProperties: {
|
|
1366
|
+
userName: {
|
|
1367
|
+
serializedName: "username",
|
|
1368
|
+
type: {
|
|
1369
|
+
name: "String"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
password: {
|
|
1373
|
+
serializedName: "password",
|
|
1374
|
+
type: {
|
|
1375
|
+
name: "String"
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
registryServer: {
|
|
1379
|
+
serializedName: "registryServer",
|
|
1380
|
+
type: {
|
|
1381
|
+
name: "String"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
identityReference: {
|
|
1385
|
+
serializedName: "identityReference",
|
|
1386
|
+
type: {
|
|
1387
|
+
name: "Composite",
|
|
1388
|
+
className: "ComputeNodeIdentityReference"
|
|
1389
|
+
}
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
};
|
|
1394
|
+
|
|
1395
|
+
export const DiskEncryptionConfiguration: coreClient.CompositeMapper = {
|
|
1396
|
+
type: {
|
|
1397
|
+
name: "Composite",
|
|
1398
|
+
className: "DiskEncryptionConfiguration",
|
|
1399
|
+
modelProperties: {
|
|
1400
|
+
targets: {
|
|
1401
|
+
serializedName: "targets",
|
|
1402
|
+
type: {
|
|
1403
|
+
name: "Sequence",
|
|
1404
|
+
element: {
|
|
1405
|
+
type: {
|
|
1406
|
+
name: "Enum",
|
|
1407
|
+
allowedValues: ["OsDisk", "TemporaryDisk"]
|
|
1408
|
+
}
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
};
|
|
1415
|
+
|
|
1416
|
+
export const NodePlacementConfiguration: coreClient.CompositeMapper = {
|
|
1417
|
+
type: {
|
|
1418
|
+
name: "Composite",
|
|
1419
|
+
className: "NodePlacementConfiguration",
|
|
1420
|
+
modelProperties: {
|
|
1421
|
+
policy: {
|
|
1422
|
+
serializedName: "policy",
|
|
1423
|
+
type: {
|
|
1424
|
+
name: "Enum",
|
|
1425
|
+
allowedValues: ["Regional", "Zonal"]
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
};
|
|
1431
|
+
|
|
1432
|
+
export const VMExtension: coreClient.CompositeMapper = {
|
|
1433
|
+
type: {
|
|
1434
|
+
name: "Composite",
|
|
1435
|
+
className: "VMExtension",
|
|
1436
|
+
modelProperties: {
|
|
1437
|
+
name: {
|
|
1438
|
+
serializedName: "name",
|
|
1439
|
+
required: true,
|
|
1440
|
+
type: {
|
|
1441
|
+
name: "String"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
publisher: {
|
|
1445
|
+
serializedName: "publisher",
|
|
1446
|
+
required: true,
|
|
1447
|
+
type: {
|
|
1448
|
+
name: "String"
|
|
1449
|
+
}
|
|
1450
|
+
},
|
|
1451
|
+
type: {
|
|
1452
|
+
serializedName: "type",
|
|
1453
|
+
required: true,
|
|
1454
|
+
type: {
|
|
1455
|
+
name: "String"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
typeHandlerVersion: {
|
|
1459
|
+
serializedName: "typeHandlerVersion",
|
|
1460
|
+
type: {
|
|
1461
|
+
name: "String"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
autoUpgradeMinorVersion: {
|
|
1465
|
+
serializedName: "autoUpgradeMinorVersion",
|
|
1466
|
+
type: {
|
|
1467
|
+
name: "Boolean"
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
settings: {
|
|
1471
|
+
serializedName: "settings",
|
|
1472
|
+
type: {
|
|
1473
|
+
name: "Dictionary",
|
|
1474
|
+
value: { type: { name: "any" } }
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
protectedSettings: {
|
|
1478
|
+
serializedName: "protectedSettings",
|
|
1479
|
+
type: {
|
|
1480
|
+
name: "Dictionary",
|
|
1481
|
+
value: { type: { name: "any" } }
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
provisionAfterExtensions: {
|
|
1485
|
+
serializedName: "provisionAfterExtensions",
|
|
1486
|
+
type: {
|
|
1487
|
+
name: "Sequence",
|
|
1488
|
+
element: {
|
|
1489
|
+
type: {
|
|
1490
|
+
name: "String"
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
};
|
|
1498
|
+
|
|
1499
|
+
export const OSDisk: coreClient.CompositeMapper = {
|
|
1500
|
+
type: {
|
|
1501
|
+
name: "Composite",
|
|
1502
|
+
className: "OSDisk",
|
|
1503
|
+
modelProperties: {
|
|
1504
|
+
ephemeralOSDiskSettings: {
|
|
1505
|
+
serializedName: "ephemeralOSDiskSettings",
|
|
1506
|
+
type: {
|
|
1507
|
+
name: "Composite",
|
|
1508
|
+
className: "DiffDiskSettings"
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
};
|
|
1514
|
+
|
|
1515
|
+
export const DiffDiskSettings: coreClient.CompositeMapper = {
|
|
1516
|
+
type: {
|
|
1517
|
+
name: "Composite",
|
|
1518
|
+
className: "DiffDiskSettings",
|
|
1519
|
+
modelProperties: {
|
|
1520
|
+
placement: {
|
|
1521
|
+
defaultValue: "CacheDisk",
|
|
1522
|
+
isConstant: true,
|
|
1523
|
+
serializedName: "placement",
|
|
1524
|
+
type: {
|
|
1525
|
+
name: "String"
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
};
|
|
1531
|
+
|
|
1532
|
+
export const ScaleSettings: coreClient.CompositeMapper = {
|
|
1533
|
+
type: {
|
|
1534
|
+
name: "Composite",
|
|
1535
|
+
className: "ScaleSettings",
|
|
1536
|
+
modelProperties: {
|
|
1537
|
+
fixedScale: {
|
|
1538
|
+
serializedName: "fixedScale",
|
|
1539
|
+
type: {
|
|
1540
|
+
name: "Composite",
|
|
1541
|
+
className: "FixedScaleSettings"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
autoScale: {
|
|
1545
|
+
serializedName: "autoScale",
|
|
1546
|
+
type: {
|
|
1547
|
+
name: "Composite",
|
|
1548
|
+
className: "AutoScaleSettings"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
};
|
|
1554
|
+
|
|
1555
|
+
export const FixedScaleSettings: coreClient.CompositeMapper = {
|
|
1556
|
+
type: {
|
|
1557
|
+
name: "Composite",
|
|
1558
|
+
className: "FixedScaleSettings",
|
|
1559
|
+
modelProperties: {
|
|
1560
|
+
resizeTimeout: {
|
|
1561
|
+
serializedName: "resizeTimeout",
|
|
1562
|
+
type: {
|
|
1563
|
+
name: "TimeSpan"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
targetDedicatedNodes: {
|
|
1567
|
+
serializedName: "targetDedicatedNodes",
|
|
1568
|
+
type: {
|
|
1569
|
+
name: "Number"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
targetLowPriorityNodes: {
|
|
1573
|
+
serializedName: "targetLowPriorityNodes",
|
|
1574
|
+
type: {
|
|
1575
|
+
name: "Number"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
nodeDeallocationOption: {
|
|
1579
|
+
serializedName: "nodeDeallocationOption",
|
|
1580
|
+
type: {
|
|
1581
|
+
name: "Enum",
|
|
1582
|
+
allowedValues: [
|
|
1583
|
+
"Requeue",
|
|
1584
|
+
"Terminate",
|
|
1585
|
+
"TaskCompletion",
|
|
1586
|
+
"RetainedData"
|
|
1587
|
+
]
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
};
|
|
1593
|
+
|
|
1594
|
+
export const AutoScaleSettings: coreClient.CompositeMapper = {
|
|
1595
|
+
type: {
|
|
1596
|
+
name: "Composite",
|
|
1597
|
+
className: "AutoScaleSettings",
|
|
1598
|
+
modelProperties: {
|
|
1599
|
+
formula: {
|
|
1600
|
+
serializedName: "formula",
|
|
1601
|
+
required: true,
|
|
1602
|
+
type: {
|
|
1603
|
+
name: "String"
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
evaluationInterval: {
|
|
1607
|
+
serializedName: "evaluationInterval",
|
|
1608
|
+
type: {
|
|
1609
|
+
name: "TimeSpan"
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
};
|
|
1615
|
+
|
|
1616
|
+
export const AutoScaleRun: coreClient.CompositeMapper = {
|
|
1617
|
+
type: {
|
|
1618
|
+
name: "Composite",
|
|
1619
|
+
className: "AutoScaleRun",
|
|
1620
|
+
modelProperties: {
|
|
1621
|
+
evaluationTime: {
|
|
1622
|
+
serializedName: "evaluationTime",
|
|
1623
|
+
required: true,
|
|
1624
|
+
type: {
|
|
1625
|
+
name: "DateTime"
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
results: {
|
|
1629
|
+
serializedName: "results",
|
|
1630
|
+
type: {
|
|
1631
|
+
name: "String"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
error: {
|
|
1635
|
+
serializedName: "error",
|
|
1636
|
+
type: {
|
|
1637
|
+
name: "Composite",
|
|
1638
|
+
className: "AutoScaleRunError"
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
};
|
|
1644
|
+
|
|
1645
|
+
export const AutoScaleRunError: coreClient.CompositeMapper = {
|
|
1646
|
+
type: {
|
|
1647
|
+
name: "Composite",
|
|
1648
|
+
className: "AutoScaleRunError",
|
|
1649
|
+
modelProperties: {
|
|
1650
|
+
code: {
|
|
1651
|
+
serializedName: "code",
|
|
1652
|
+
required: true,
|
|
1653
|
+
type: {
|
|
1654
|
+
name: "String"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
message: {
|
|
1658
|
+
serializedName: "message",
|
|
1659
|
+
required: true,
|
|
1660
|
+
type: {
|
|
1661
|
+
name: "String"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
details: {
|
|
1665
|
+
serializedName: "details",
|
|
1666
|
+
type: {
|
|
1667
|
+
name: "Sequence",
|
|
1668
|
+
element: {
|
|
1669
|
+
type: {
|
|
1670
|
+
name: "Composite",
|
|
1671
|
+
className: "AutoScaleRunError"
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
};
|
|
1679
|
+
|
|
1680
|
+
export const NetworkConfiguration: coreClient.CompositeMapper = {
|
|
1681
|
+
type: {
|
|
1682
|
+
name: "Composite",
|
|
1683
|
+
className: "NetworkConfiguration",
|
|
1684
|
+
modelProperties: {
|
|
1685
|
+
subnetId: {
|
|
1686
|
+
serializedName: "subnetId",
|
|
1687
|
+
type: {
|
|
1688
|
+
name: "String"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
endpointConfiguration: {
|
|
1692
|
+
serializedName: "endpointConfiguration",
|
|
1693
|
+
type: {
|
|
1694
|
+
name: "Composite",
|
|
1695
|
+
className: "PoolEndpointConfiguration"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
publicIPAddressConfiguration: {
|
|
1699
|
+
serializedName: "publicIPAddressConfiguration",
|
|
1700
|
+
type: {
|
|
1701
|
+
name: "Composite",
|
|
1702
|
+
className: "PublicIPAddressConfiguration"
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
};
|
|
1708
|
+
|
|
1709
|
+
export const PoolEndpointConfiguration: coreClient.CompositeMapper = {
|
|
1710
|
+
type: {
|
|
1711
|
+
name: "Composite",
|
|
1712
|
+
className: "PoolEndpointConfiguration",
|
|
1713
|
+
modelProperties: {
|
|
1714
|
+
inboundNatPools: {
|
|
1715
|
+
serializedName: "inboundNatPools",
|
|
1716
|
+
required: true,
|
|
1717
|
+
type: {
|
|
1718
|
+
name: "Sequence",
|
|
1719
|
+
element: {
|
|
1720
|
+
type: {
|
|
1721
|
+
name: "Composite",
|
|
1722
|
+
className: "InboundNatPool"
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
};
|
|
1730
|
+
|
|
1731
|
+
export const InboundNatPool: coreClient.CompositeMapper = {
|
|
1732
|
+
type: {
|
|
1733
|
+
name: "Composite",
|
|
1734
|
+
className: "InboundNatPool",
|
|
1735
|
+
modelProperties: {
|
|
1736
|
+
name: {
|
|
1737
|
+
serializedName: "name",
|
|
1738
|
+
required: true,
|
|
1739
|
+
type: {
|
|
1740
|
+
name: "String"
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
protocol: {
|
|
1744
|
+
serializedName: "protocol",
|
|
1745
|
+
required: true,
|
|
1746
|
+
type: {
|
|
1747
|
+
name: "Enum",
|
|
1748
|
+
allowedValues: ["TCP", "UDP"]
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
backendPort: {
|
|
1752
|
+
serializedName: "backendPort",
|
|
1753
|
+
required: true,
|
|
1754
|
+
type: {
|
|
1755
|
+
name: "Number"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
frontendPortRangeStart: {
|
|
1759
|
+
serializedName: "frontendPortRangeStart",
|
|
1760
|
+
required: true,
|
|
1761
|
+
type: {
|
|
1762
|
+
name: "Number"
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
frontendPortRangeEnd: {
|
|
1766
|
+
serializedName: "frontendPortRangeEnd",
|
|
1767
|
+
required: true,
|
|
1768
|
+
type: {
|
|
1769
|
+
name: "Number"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
networkSecurityGroupRules: {
|
|
1773
|
+
serializedName: "networkSecurityGroupRules",
|
|
1774
|
+
type: {
|
|
1775
|
+
name: "Sequence",
|
|
1776
|
+
element: {
|
|
1777
|
+
type: {
|
|
1778
|
+
name: "Composite",
|
|
1779
|
+
className: "NetworkSecurityGroupRule"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
};
|
|
1787
|
+
|
|
1788
|
+
export const NetworkSecurityGroupRule: coreClient.CompositeMapper = {
|
|
1789
|
+
type: {
|
|
1790
|
+
name: "Composite",
|
|
1791
|
+
className: "NetworkSecurityGroupRule",
|
|
1792
|
+
modelProperties: {
|
|
1793
|
+
priority: {
|
|
1794
|
+
serializedName: "priority",
|
|
1795
|
+
required: true,
|
|
1796
|
+
type: {
|
|
1797
|
+
name: "Number"
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
access: {
|
|
1801
|
+
serializedName: "access",
|
|
1802
|
+
required: true,
|
|
1803
|
+
type: {
|
|
1804
|
+
name: "Enum",
|
|
1805
|
+
allowedValues: ["Allow", "Deny"]
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
sourceAddressPrefix: {
|
|
1809
|
+
serializedName: "sourceAddressPrefix",
|
|
1810
|
+
required: true,
|
|
1811
|
+
type: {
|
|
1812
|
+
name: "String"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
sourcePortRanges: {
|
|
1816
|
+
serializedName: "sourcePortRanges",
|
|
1817
|
+
type: {
|
|
1818
|
+
name: "Sequence",
|
|
1819
|
+
element: {
|
|
1820
|
+
type: {
|
|
1821
|
+
name: "String"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
};
|
|
1829
|
+
|
|
1830
|
+
export const PublicIPAddressConfiguration: coreClient.CompositeMapper = {
|
|
1831
|
+
type: {
|
|
1832
|
+
name: "Composite",
|
|
1833
|
+
className: "PublicIPAddressConfiguration",
|
|
1834
|
+
modelProperties: {
|
|
1835
|
+
provision: {
|
|
1836
|
+
serializedName: "provision",
|
|
1837
|
+
type: {
|
|
1838
|
+
name: "Enum",
|
|
1839
|
+
allowedValues: ["BatchManaged", "UserManaged", "NoPublicIPAddresses"]
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
ipAddressIds: {
|
|
1843
|
+
serializedName: "ipAddressIds",
|
|
1844
|
+
type: {
|
|
1845
|
+
name: "Sequence",
|
|
1846
|
+
element: {
|
|
1847
|
+
type: {
|
|
1848
|
+
name: "String"
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
};
|
|
1856
|
+
|
|
1857
|
+
export const TaskSchedulingPolicy: coreClient.CompositeMapper = {
|
|
1858
|
+
type: {
|
|
1859
|
+
name: "Composite",
|
|
1860
|
+
className: "TaskSchedulingPolicy",
|
|
1861
|
+
modelProperties: {
|
|
1862
|
+
nodeFillType: {
|
|
1863
|
+
serializedName: "nodeFillType",
|
|
1864
|
+
required: true,
|
|
1865
|
+
type: {
|
|
1866
|
+
name: "Enum",
|
|
1867
|
+
allowedValues: ["Spread", "Pack"]
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
};
|
|
1873
|
+
|
|
1874
|
+
export const UserAccount: coreClient.CompositeMapper = {
|
|
1875
|
+
type: {
|
|
1876
|
+
name: "Composite",
|
|
1877
|
+
className: "UserAccount",
|
|
1878
|
+
modelProperties: {
|
|
1879
|
+
name: {
|
|
1880
|
+
serializedName: "name",
|
|
1881
|
+
required: true,
|
|
1882
|
+
type: {
|
|
763
1883
|
name: "String"
|
|
764
1884
|
}
|
|
765
1885
|
},
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
1886
|
+
password: {
|
|
1887
|
+
serializedName: "password",
|
|
1888
|
+
required: true,
|
|
1889
|
+
type: {
|
|
1890
|
+
name: "String"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
elevationLevel: {
|
|
1894
|
+
serializedName: "elevationLevel",
|
|
769
1895
|
type: {
|
|
770
1896
|
name: "Enum",
|
|
771
|
-
allowedValues: [
|
|
772
|
-
"Pfx",
|
|
773
|
-
"Cer"
|
|
774
|
-
]
|
|
1897
|
+
allowedValues: ["NonAdmin", "Admin"]
|
|
775
1898
|
}
|
|
776
1899
|
},
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
serializedName: "properties.data",
|
|
1900
|
+
linuxUserConfiguration: {
|
|
1901
|
+
serializedName: "linuxUserConfiguration",
|
|
780
1902
|
type: {
|
|
781
|
-
name: "
|
|
1903
|
+
name: "Composite",
|
|
1904
|
+
className: "LinuxUserConfiguration"
|
|
782
1905
|
}
|
|
783
1906
|
},
|
|
784
|
-
|
|
785
|
-
serializedName: "
|
|
1907
|
+
windowsUserConfiguration: {
|
|
1908
|
+
serializedName: "windowsUserConfiguration",
|
|
1909
|
+
type: {
|
|
1910
|
+
name: "Composite",
|
|
1911
|
+
className: "WindowsUserConfiguration"
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
}
|
|
1916
|
+
};
|
|
1917
|
+
|
|
1918
|
+
export const LinuxUserConfiguration: coreClient.CompositeMapper = {
|
|
1919
|
+
type: {
|
|
1920
|
+
name: "Composite",
|
|
1921
|
+
className: "LinuxUserConfiguration",
|
|
1922
|
+
modelProperties: {
|
|
1923
|
+
uid: {
|
|
1924
|
+
serializedName: "uid",
|
|
1925
|
+
type: {
|
|
1926
|
+
name: "Number"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
gid: {
|
|
1930
|
+
serializedName: "gid",
|
|
1931
|
+
type: {
|
|
1932
|
+
name: "Number"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
sshPrivateKey: {
|
|
1936
|
+
serializedName: "sshPrivateKey",
|
|
786
1937
|
type: {
|
|
787
1938
|
name: "String"
|
|
788
1939
|
}
|
|
@@ -791,250 +1942,333 @@ export const CertificateCreateOrUpdateParameters: msRest.CompositeMapper = {
|
|
|
791
1942
|
}
|
|
792
1943
|
};
|
|
793
1944
|
|
|
794
|
-
export const
|
|
795
|
-
serializedName: "CloudServiceConfiguration",
|
|
1945
|
+
export const WindowsUserConfiguration: coreClient.CompositeMapper = {
|
|
796
1946
|
type: {
|
|
797
1947
|
name: "Composite",
|
|
798
|
-
className: "
|
|
1948
|
+
className: "WindowsUserConfiguration",
|
|
799
1949
|
modelProperties: {
|
|
800
|
-
|
|
1950
|
+
loginMode: {
|
|
1951
|
+
serializedName: "loginMode",
|
|
1952
|
+
type: {
|
|
1953
|
+
name: "Enum",
|
|
1954
|
+
allowedValues: ["Batch", "Interactive"]
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
};
|
|
1960
|
+
|
|
1961
|
+
export const MetadataItem: coreClient.CompositeMapper = {
|
|
1962
|
+
type: {
|
|
1963
|
+
name: "Composite",
|
|
1964
|
+
className: "MetadataItem",
|
|
1965
|
+
modelProperties: {
|
|
1966
|
+
name: {
|
|
1967
|
+
serializedName: "name",
|
|
801
1968
|
required: true,
|
|
802
|
-
serializedName: "osFamily",
|
|
803
1969
|
type: {
|
|
804
1970
|
name: "String"
|
|
805
1971
|
}
|
|
806
1972
|
},
|
|
807
|
-
|
|
808
|
-
serializedName: "
|
|
1973
|
+
value: {
|
|
1974
|
+
serializedName: "value",
|
|
1975
|
+
required: true,
|
|
809
1976
|
type: {
|
|
810
1977
|
name: "String"
|
|
811
1978
|
}
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
}
|
|
1982
|
+
};
|
|
1983
|
+
|
|
1984
|
+
export const StartTask: coreClient.CompositeMapper = {
|
|
1985
|
+
type: {
|
|
1986
|
+
name: "Composite",
|
|
1987
|
+
className: "StartTask",
|
|
1988
|
+
modelProperties: {
|
|
1989
|
+
commandLine: {
|
|
1990
|
+
serializedName: "commandLine",
|
|
815
1991
|
type: {
|
|
816
1992
|
name: "String"
|
|
817
1993
|
}
|
|
1994
|
+
},
|
|
1995
|
+
resourceFiles: {
|
|
1996
|
+
serializedName: "resourceFiles",
|
|
1997
|
+
type: {
|
|
1998
|
+
name: "Sequence",
|
|
1999
|
+
element: {
|
|
2000
|
+
type: {
|
|
2001
|
+
name: "Composite",
|
|
2002
|
+
className: "ResourceFile"
|
|
2003
|
+
}
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
environmentSettings: {
|
|
2008
|
+
serializedName: "environmentSettings",
|
|
2009
|
+
type: {
|
|
2010
|
+
name: "Sequence",
|
|
2011
|
+
element: {
|
|
2012
|
+
type: {
|
|
2013
|
+
name: "Composite",
|
|
2014
|
+
className: "EnvironmentSetting"
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
userIdentity: {
|
|
2020
|
+
serializedName: "userIdentity",
|
|
2021
|
+
type: {
|
|
2022
|
+
name: "Composite",
|
|
2023
|
+
className: "UserIdentity"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
maxTaskRetryCount: {
|
|
2027
|
+
serializedName: "maxTaskRetryCount",
|
|
2028
|
+
type: {
|
|
2029
|
+
name: "Number"
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
waitForSuccess: {
|
|
2033
|
+
serializedName: "waitForSuccess",
|
|
2034
|
+
type: {
|
|
2035
|
+
name: "Boolean"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
containerSettings: {
|
|
2039
|
+
serializedName: "containerSettings",
|
|
2040
|
+
type: {
|
|
2041
|
+
name: "Composite",
|
|
2042
|
+
className: "TaskContainerSettings"
|
|
2043
|
+
}
|
|
818
2044
|
}
|
|
819
2045
|
}
|
|
820
2046
|
}
|
|
821
2047
|
};
|
|
822
2048
|
|
|
823
|
-
export const
|
|
824
|
-
serializedName: "ImageReference",
|
|
2049
|
+
export const ResourceFile: coreClient.CompositeMapper = {
|
|
825
2050
|
type: {
|
|
826
2051
|
name: "Composite",
|
|
827
|
-
className: "
|
|
2052
|
+
className: "ResourceFile",
|
|
828
2053
|
modelProperties: {
|
|
829
|
-
|
|
830
|
-
serializedName: "
|
|
2054
|
+
autoStorageContainerName: {
|
|
2055
|
+
serializedName: "autoStorageContainerName",
|
|
831
2056
|
type: {
|
|
832
2057
|
name: "String"
|
|
833
2058
|
}
|
|
834
2059
|
},
|
|
835
|
-
|
|
836
|
-
serializedName: "
|
|
2060
|
+
storageContainerUrl: {
|
|
2061
|
+
serializedName: "storageContainerUrl",
|
|
837
2062
|
type: {
|
|
838
2063
|
name: "String"
|
|
839
2064
|
}
|
|
840
2065
|
},
|
|
841
|
-
|
|
842
|
-
serializedName: "
|
|
2066
|
+
httpUrl: {
|
|
2067
|
+
serializedName: "httpUrl",
|
|
843
2068
|
type: {
|
|
844
2069
|
name: "String"
|
|
845
2070
|
}
|
|
846
2071
|
},
|
|
847
|
-
|
|
848
|
-
serializedName: "
|
|
2072
|
+
blobPrefix: {
|
|
2073
|
+
serializedName: "blobPrefix",
|
|
849
2074
|
type: {
|
|
850
2075
|
name: "String"
|
|
851
2076
|
}
|
|
852
2077
|
},
|
|
853
|
-
|
|
854
|
-
serializedName: "
|
|
2078
|
+
filePath: {
|
|
2079
|
+
serializedName: "filePath",
|
|
2080
|
+
type: {
|
|
2081
|
+
name: "String"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
fileMode: {
|
|
2085
|
+
serializedName: "fileMode",
|
|
855
2086
|
type: {
|
|
856
2087
|
name: "String"
|
|
857
2088
|
}
|
|
2089
|
+
},
|
|
2090
|
+
identityReference: {
|
|
2091
|
+
serializedName: "identityReference",
|
|
2092
|
+
type: {
|
|
2093
|
+
name: "Composite",
|
|
2094
|
+
className: "ComputeNodeIdentityReference"
|
|
2095
|
+
}
|
|
858
2096
|
}
|
|
859
2097
|
}
|
|
860
2098
|
}
|
|
861
2099
|
};
|
|
862
2100
|
|
|
863
|
-
export const
|
|
864
|
-
serializedName: "OSDisk",
|
|
2101
|
+
export const EnvironmentSetting: coreClient.CompositeMapper = {
|
|
865
2102
|
type: {
|
|
866
2103
|
name: "Composite",
|
|
867
|
-
className: "
|
|
2104
|
+
className: "EnvironmentSetting",
|
|
868
2105
|
modelProperties: {
|
|
869
|
-
|
|
870
|
-
serializedName: "
|
|
2106
|
+
name: {
|
|
2107
|
+
serializedName: "name",
|
|
2108
|
+
required: true,
|
|
871
2109
|
type: {
|
|
872
|
-
name: "
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
2110
|
+
name: "String"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
value: {
|
|
2114
|
+
serializedName: "value",
|
|
2115
|
+
type: {
|
|
2116
|
+
name: "String"
|
|
878
2117
|
}
|
|
879
2118
|
}
|
|
880
2119
|
}
|
|
881
2120
|
}
|
|
882
2121
|
};
|
|
883
2122
|
|
|
884
|
-
export const
|
|
885
|
-
serializedName: "WindowsConfiguration",
|
|
2123
|
+
export const UserIdentity: coreClient.CompositeMapper = {
|
|
886
2124
|
type: {
|
|
887
2125
|
name: "Composite",
|
|
888
|
-
className: "
|
|
2126
|
+
className: "UserIdentity",
|
|
889
2127
|
modelProperties: {
|
|
890
|
-
|
|
891
|
-
serializedName: "
|
|
2128
|
+
userName: {
|
|
2129
|
+
serializedName: "userName",
|
|
892
2130
|
type: {
|
|
893
|
-
name: "
|
|
2131
|
+
name: "String"
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
autoUser: {
|
|
2135
|
+
serializedName: "autoUser",
|
|
2136
|
+
type: {
|
|
2137
|
+
name: "Composite",
|
|
2138
|
+
className: "AutoUserSpecification"
|
|
894
2139
|
}
|
|
895
2140
|
}
|
|
896
2141
|
}
|
|
897
2142
|
}
|
|
898
2143
|
};
|
|
899
2144
|
|
|
900
|
-
export const
|
|
901
|
-
serializedName: "DataDisk",
|
|
2145
|
+
export const AutoUserSpecification: coreClient.CompositeMapper = {
|
|
902
2146
|
type: {
|
|
903
2147
|
name: "Composite",
|
|
904
|
-
className: "
|
|
2148
|
+
className: "AutoUserSpecification",
|
|
905
2149
|
modelProperties: {
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
serializedName: "lun",
|
|
2150
|
+
scope: {
|
|
2151
|
+
serializedName: "scope",
|
|
909
2152
|
type: {
|
|
910
|
-
name: "
|
|
2153
|
+
name: "Enum",
|
|
2154
|
+
allowedValues: ["Task", "Pool"]
|
|
911
2155
|
}
|
|
912
2156
|
},
|
|
913
|
-
|
|
914
|
-
serializedName: "
|
|
2157
|
+
elevationLevel: {
|
|
2158
|
+
serializedName: "elevationLevel",
|
|
915
2159
|
type: {
|
|
916
2160
|
name: "Enum",
|
|
917
|
-
allowedValues: [
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
2161
|
+
allowedValues: ["NonAdmin", "Admin"]
|
|
2162
|
+
}
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
};
|
|
2167
|
+
|
|
2168
|
+
export const TaskContainerSettings: coreClient.CompositeMapper = {
|
|
2169
|
+
type: {
|
|
2170
|
+
name: "Composite",
|
|
2171
|
+
className: "TaskContainerSettings",
|
|
2172
|
+
modelProperties: {
|
|
2173
|
+
containerRunOptions: {
|
|
2174
|
+
serializedName: "containerRunOptions",
|
|
2175
|
+
type: {
|
|
2176
|
+
name: "String"
|
|
922
2177
|
}
|
|
923
2178
|
},
|
|
924
|
-
|
|
2179
|
+
imageName: {
|
|
2180
|
+
serializedName: "imageName",
|
|
925
2181
|
required: true,
|
|
926
|
-
serializedName: "diskSizeGB",
|
|
927
2182
|
type: {
|
|
928
|
-
name: "
|
|
2183
|
+
name: "String"
|
|
929
2184
|
}
|
|
930
2185
|
},
|
|
931
|
-
|
|
932
|
-
serializedName: "
|
|
2186
|
+
registry: {
|
|
2187
|
+
serializedName: "registry",
|
|
2188
|
+
type: {
|
|
2189
|
+
name: "Composite",
|
|
2190
|
+
className: "ContainerRegistry"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
workingDirectory: {
|
|
2194
|
+
serializedName: "workingDirectory",
|
|
933
2195
|
type: {
|
|
934
2196
|
name: "Enum",
|
|
935
|
-
allowedValues: [
|
|
936
|
-
"Standard_LRS",
|
|
937
|
-
"Premium_LRS"
|
|
938
|
-
]
|
|
2197
|
+
allowedValues: ["TaskWorkingDirectory", "ContainerImageDefault"]
|
|
939
2198
|
}
|
|
940
2199
|
}
|
|
941
2200
|
}
|
|
942
2201
|
}
|
|
943
2202
|
};
|
|
944
2203
|
|
|
945
|
-
export const
|
|
946
|
-
serializedName: "VirtualMachineConfiguration",
|
|
2204
|
+
export const CertificateReference: coreClient.CompositeMapper = {
|
|
947
2205
|
type: {
|
|
948
2206
|
name: "Composite",
|
|
949
|
-
className: "
|
|
2207
|
+
className: "CertificateReference",
|
|
950
2208
|
modelProperties: {
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
type: {
|
|
955
|
-
name: "Composite",
|
|
956
|
-
className: "ImageReference"
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
osDisk: {
|
|
960
|
-
serializedName: "osDisk",
|
|
2209
|
+
id: {
|
|
2210
|
+
serializedName: "id",
|
|
2211
|
+
required: true,
|
|
961
2212
|
type: {
|
|
962
|
-
name: "
|
|
963
|
-
className: "OSDisk"
|
|
2213
|
+
name: "String"
|
|
964
2214
|
}
|
|
965
2215
|
},
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
serializedName: "nodeAgentSkuId",
|
|
2216
|
+
storeLocation: {
|
|
2217
|
+
serializedName: "storeLocation",
|
|
969
2218
|
type: {
|
|
970
|
-
name: "
|
|
2219
|
+
name: "Enum",
|
|
2220
|
+
allowedValues: ["CurrentUser", "LocalMachine"]
|
|
971
2221
|
}
|
|
972
2222
|
},
|
|
973
|
-
|
|
974
|
-
serializedName: "
|
|
2223
|
+
storeName: {
|
|
2224
|
+
serializedName: "storeName",
|
|
975
2225
|
type: {
|
|
976
|
-
name: "
|
|
977
|
-
className: "WindowsConfiguration"
|
|
2226
|
+
name: "String"
|
|
978
2227
|
}
|
|
979
2228
|
},
|
|
980
|
-
|
|
981
|
-
serializedName: "
|
|
2229
|
+
visibility: {
|
|
2230
|
+
serializedName: "visibility",
|
|
982
2231
|
type: {
|
|
983
2232
|
name: "Sequence",
|
|
984
2233
|
element: {
|
|
985
2234
|
type: {
|
|
986
|
-
name: "
|
|
987
|
-
|
|
2235
|
+
name: "Enum",
|
|
2236
|
+
allowedValues: ["StartTask", "Task", "RemoteUser"]
|
|
988
2237
|
}
|
|
989
2238
|
}
|
|
990
2239
|
}
|
|
991
|
-
},
|
|
992
|
-
licenseType: {
|
|
993
|
-
serializedName: "licenseType",
|
|
994
|
-
type: {
|
|
995
|
-
name: "String"
|
|
996
|
-
}
|
|
997
2240
|
}
|
|
998
2241
|
}
|
|
999
2242
|
}
|
|
1000
2243
|
};
|
|
1001
2244
|
|
|
1002
|
-
export const
|
|
1003
|
-
serializedName: "DeploymentConfiguration",
|
|
2245
|
+
export const ApplicationPackageReference: coreClient.CompositeMapper = {
|
|
1004
2246
|
type: {
|
|
1005
2247
|
name: "Composite",
|
|
1006
|
-
className: "
|
|
2248
|
+
className: "ApplicationPackageReference",
|
|
1007
2249
|
modelProperties: {
|
|
1008
|
-
|
|
1009
|
-
serializedName: "
|
|
2250
|
+
id: {
|
|
2251
|
+
serializedName: "id",
|
|
2252
|
+
required: true,
|
|
1010
2253
|
type: {
|
|
1011
|
-
name: "
|
|
1012
|
-
className: "CloudServiceConfiguration"
|
|
2254
|
+
name: "String"
|
|
1013
2255
|
}
|
|
1014
2256
|
},
|
|
1015
|
-
|
|
1016
|
-
serializedName: "
|
|
2257
|
+
version: {
|
|
2258
|
+
serializedName: "version",
|
|
1017
2259
|
type: {
|
|
1018
|
-
name: "
|
|
1019
|
-
className: "VirtualMachineConfiguration"
|
|
2260
|
+
name: "String"
|
|
1020
2261
|
}
|
|
1021
2262
|
}
|
|
1022
2263
|
}
|
|
1023
2264
|
}
|
|
1024
2265
|
};
|
|
1025
2266
|
|
|
1026
|
-
export const
|
|
1027
|
-
serializedName: "FixedScaleSettings",
|
|
2267
|
+
export const ResizeOperationStatus: coreClient.CompositeMapper = {
|
|
1028
2268
|
type: {
|
|
1029
2269
|
name: "Composite",
|
|
1030
|
-
className: "
|
|
2270
|
+
className: "ResizeOperationStatus",
|
|
1031
2271
|
modelProperties: {
|
|
1032
|
-
resizeTimeout: {
|
|
1033
|
-
serializedName: "resizeTimeout",
|
|
1034
|
-
type: {
|
|
1035
|
-
name: "TimeSpan"
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
2272
|
targetDedicatedNodes: {
|
|
1039
2273
|
serializedName: "targetDedicatedNodes",
|
|
1040
2274
|
type: {
|
|
@@ -1047,6 +2281,12 @@ export const FixedScaleSettings: msRest.CompositeMapper = {
|
|
|
1047
2281
|
name: "Number"
|
|
1048
2282
|
}
|
|
1049
2283
|
},
|
|
2284
|
+
resizeTimeout: {
|
|
2285
|
+
serializedName: "resizeTimeout",
|
|
2286
|
+
type: {
|
|
2287
|
+
name: "TimeSpan"
|
|
2288
|
+
}
|
|
2289
|
+
},
|
|
1050
2290
|
nodeDeallocationOption: {
|
|
1051
2291
|
serializedName: "nodeDeallocationOption",
|
|
1052
2292
|
type: {
|
|
@@ -1058,151 +2298,177 @@ export const FixedScaleSettings: msRest.CompositeMapper = {
|
|
|
1058
2298
|
"RetainedData"
|
|
1059
2299
|
]
|
|
1060
2300
|
}
|
|
2301
|
+
},
|
|
2302
|
+
startTime: {
|
|
2303
|
+
serializedName: "startTime",
|
|
2304
|
+
type: {
|
|
2305
|
+
name: "DateTime"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
errors: {
|
|
2309
|
+
serializedName: "errors",
|
|
2310
|
+
type: {
|
|
2311
|
+
name: "Sequence",
|
|
2312
|
+
element: {
|
|
2313
|
+
type: {
|
|
2314
|
+
name: "Composite",
|
|
2315
|
+
className: "ResizeError"
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
}
|
|
1061
2319
|
}
|
|
1062
2320
|
}
|
|
1063
2321
|
}
|
|
1064
2322
|
};
|
|
1065
2323
|
|
|
1066
|
-
export const
|
|
1067
|
-
serializedName: "AutoScaleSettings",
|
|
2324
|
+
export const ResizeError: coreClient.CompositeMapper = {
|
|
1068
2325
|
type: {
|
|
1069
2326
|
name: "Composite",
|
|
1070
|
-
className: "
|
|
2327
|
+
className: "ResizeError",
|
|
1071
2328
|
modelProperties: {
|
|
1072
|
-
|
|
2329
|
+
code: {
|
|
2330
|
+
serializedName: "code",
|
|
1073
2331
|
required: true,
|
|
1074
|
-
serializedName: "formula",
|
|
1075
2332
|
type: {
|
|
1076
2333
|
name: "String"
|
|
1077
2334
|
}
|
|
1078
2335
|
},
|
|
1079
|
-
|
|
1080
|
-
serializedName: "
|
|
2336
|
+
message: {
|
|
2337
|
+
serializedName: "message",
|
|
2338
|
+
required: true,
|
|
1081
2339
|
type: {
|
|
1082
|
-
name: "
|
|
2340
|
+
name: "String"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
details: {
|
|
2344
|
+
serializedName: "details",
|
|
2345
|
+
type: {
|
|
2346
|
+
name: "Sequence",
|
|
2347
|
+
element: {
|
|
2348
|
+
type: {
|
|
2349
|
+
name: "Composite",
|
|
2350
|
+
className: "ResizeError"
|
|
2351
|
+
}
|
|
2352
|
+
}
|
|
1083
2353
|
}
|
|
1084
2354
|
}
|
|
1085
2355
|
}
|
|
1086
2356
|
}
|
|
1087
2357
|
};
|
|
1088
2358
|
|
|
1089
|
-
export const
|
|
1090
|
-
serializedName: "ScaleSettings",
|
|
2359
|
+
export const MountConfiguration: coreClient.CompositeMapper = {
|
|
1091
2360
|
type: {
|
|
1092
2361
|
name: "Composite",
|
|
1093
|
-
className: "
|
|
2362
|
+
className: "MountConfiguration",
|
|
1094
2363
|
modelProperties: {
|
|
1095
|
-
|
|
1096
|
-
serializedName: "
|
|
2364
|
+
azureBlobFileSystemConfiguration: {
|
|
2365
|
+
serializedName: "azureBlobFileSystemConfiguration",
|
|
1097
2366
|
type: {
|
|
1098
2367
|
name: "Composite",
|
|
1099
|
-
className: "
|
|
2368
|
+
className: "AzureBlobFileSystemConfiguration"
|
|
1100
2369
|
}
|
|
1101
2370
|
},
|
|
1102
|
-
|
|
1103
|
-
serializedName: "
|
|
2371
|
+
nfsMountConfiguration: {
|
|
2372
|
+
serializedName: "nfsMountConfiguration",
|
|
1104
2373
|
type: {
|
|
1105
2374
|
name: "Composite",
|
|
1106
|
-
className: "
|
|
2375
|
+
className: "NFSMountConfiguration"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
cifsMountConfiguration: {
|
|
2379
|
+
serializedName: "cifsMountConfiguration",
|
|
2380
|
+
type: {
|
|
2381
|
+
name: "Composite",
|
|
2382
|
+
className: "CifsMountConfiguration"
|
|
2383
|
+
}
|
|
2384
|
+
},
|
|
2385
|
+
azureFileShareConfiguration: {
|
|
2386
|
+
serializedName: "azureFileShareConfiguration",
|
|
2387
|
+
type: {
|
|
2388
|
+
name: "Composite",
|
|
2389
|
+
className: "AzureFileShareConfiguration"
|
|
1107
2390
|
}
|
|
1108
2391
|
}
|
|
1109
2392
|
}
|
|
1110
2393
|
}
|
|
1111
2394
|
};
|
|
1112
2395
|
|
|
1113
|
-
export const
|
|
1114
|
-
serializedName: "AutoScaleRunError",
|
|
2396
|
+
export const AzureBlobFileSystemConfiguration: coreClient.CompositeMapper = {
|
|
1115
2397
|
type: {
|
|
1116
2398
|
name: "Composite",
|
|
1117
|
-
className: "
|
|
2399
|
+
className: "AzureBlobFileSystemConfiguration",
|
|
1118
2400
|
modelProperties: {
|
|
1119
|
-
|
|
2401
|
+
accountName: {
|
|
2402
|
+
serializedName: "accountName",
|
|
1120
2403
|
required: true,
|
|
1121
|
-
serializedName: "code",
|
|
1122
2404
|
type: {
|
|
1123
2405
|
name: "String"
|
|
1124
2406
|
}
|
|
1125
2407
|
},
|
|
1126
|
-
|
|
2408
|
+
containerName: {
|
|
2409
|
+
serializedName: "containerName",
|
|
1127
2410
|
required: true,
|
|
1128
|
-
serializedName: "message",
|
|
1129
2411
|
type: {
|
|
1130
2412
|
name: "String"
|
|
1131
2413
|
}
|
|
1132
2414
|
},
|
|
1133
|
-
|
|
1134
|
-
serializedName: "
|
|
2415
|
+
accountKey: {
|
|
2416
|
+
serializedName: "accountKey",
|
|
1135
2417
|
type: {
|
|
1136
|
-
name: "
|
|
1137
|
-
element: {
|
|
1138
|
-
type: {
|
|
1139
|
-
name: "Composite",
|
|
1140
|
-
className: "AutoScaleRunError"
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
2418
|
+
name: "String"
|
|
1143
2419
|
}
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
};
|
|
1148
|
-
|
|
1149
|
-
export const AutoScaleRun: msRest.CompositeMapper = {
|
|
1150
|
-
serializedName: "AutoScaleRun",
|
|
1151
|
-
type: {
|
|
1152
|
-
name: "Composite",
|
|
1153
|
-
className: "AutoScaleRun",
|
|
1154
|
-
modelProperties: {
|
|
1155
|
-
evaluationTime: {
|
|
1156
|
-
required: true,
|
|
1157
|
-
serializedName: "evaluationTime",
|
|
2420
|
+
},
|
|
2421
|
+
sasKey: {
|
|
2422
|
+
serializedName: "sasKey",
|
|
1158
2423
|
type: {
|
|
1159
|
-
name: "
|
|
2424
|
+
name: "String"
|
|
1160
2425
|
}
|
|
1161
2426
|
},
|
|
1162
|
-
|
|
1163
|
-
serializedName: "
|
|
2427
|
+
blobfuseOptions: {
|
|
2428
|
+
serializedName: "blobfuseOptions",
|
|
1164
2429
|
type: {
|
|
1165
2430
|
name: "String"
|
|
1166
2431
|
}
|
|
1167
2432
|
},
|
|
1168
|
-
|
|
1169
|
-
serializedName: "
|
|
2433
|
+
relativeMountPath: {
|
|
2434
|
+
serializedName: "relativeMountPath",
|
|
2435
|
+
required: true,
|
|
2436
|
+
type: {
|
|
2437
|
+
name: "String"
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
identityReference: {
|
|
2441
|
+
serializedName: "identityReference",
|
|
1170
2442
|
type: {
|
|
1171
2443
|
name: "Composite",
|
|
1172
|
-
className: "
|
|
2444
|
+
className: "ComputeNodeIdentityReference"
|
|
1173
2445
|
}
|
|
1174
2446
|
}
|
|
1175
2447
|
}
|
|
1176
2448
|
}
|
|
1177
2449
|
};
|
|
1178
2450
|
|
|
1179
|
-
export const
|
|
1180
|
-
serializedName: "NetworkSecurityGroupRule",
|
|
2451
|
+
export const NFSMountConfiguration: coreClient.CompositeMapper = {
|
|
1181
2452
|
type: {
|
|
1182
2453
|
name: "Composite",
|
|
1183
|
-
className: "
|
|
2454
|
+
className: "NFSMountConfiguration",
|
|
1184
2455
|
modelProperties: {
|
|
1185
|
-
|
|
2456
|
+
source: {
|
|
2457
|
+
serializedName: "source",
|
|
1186
2458
|
required: true,
|
|
1187
|
-
serializedName: "priority",
|
|
1188
2459
|
type: {
|
|
1189
|
-
name: "
|
|
2460
|
+
name: "String"
|
|
1190
2461
|
}
|
|
1191
2462
|
},
|
|
1192
|
-
|
|
2463
|
+
relativeMountPath: {
|
|
2464
|
+
serializedName: "relativeMountPath",
|
|
1193
2465
|
required: true,
|
|
1194
|
-
serializedName: "access",
|
|
1195
2466
|
type: {
|
|
1196
|
-
name: "
|
|
1197
|
-
allowedValues: [
|
|
1198
|
-
"Allow",
|
|
1199
|
-
"Deny"
|
|
1200
|
-
]
|
|
2467
|
+
name: "String"
|
|
1201
2468
|
}
|
|
1202
2469
|
},
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
serializedName: "sourceAddressPrefix",
|
|
2470
|
+
mountOptions: {
|
|
2471
|
+
serializedName: "mountOptions",
|
|
1206
2472
|
type: {
|
|
1207
2473
|
name: "String"
|
|
1208
2474
|
}
|
|
@@ -1211,550 +2477,497 @@ export const NetworkSecurityGroupRule: msRest.CompositeMapper = {
|
|
|
1211
2477
|
}
|
|
1212
2478
|
};
|
|
1213
2479
|
|
|
1214
|
-
export const
|
|
1215
|
-
serializedName: "InboundNatPool",
|
|
2480
|
+
export const CifsMountConfiguration: coreClient.CompositeMapper = {
|
|
1216
2481
|
type: {
|
|
1217
2482
|
name: "Composite",
|
|
1218
|
-
className: "
|
|
2483
|
+
className: "CifsMountConfiguration",
|
|
1219
2484
|
modelProperties: {
|
|
1220
|
-
|
|
2485
|
+
username: {
|
|
2486
|
+
serializedName: "username",
|
|
1221
2487
|
required: true,
|
|
1222
|
-
serializedName: "name",
|
|
1223
2488
|
type: {
|
|
1224
2489
|
name: "String"
|
|
1225
2490
|
}
|
|
1226
2491
|
},
|
|
1227
|
-
|
|
2492
|
+
source: {
|
|
2493
|
+
serializedName: "source",
|
|
1228
2494
|
required: true,
|
|
1229
|
-
serializedName: "protocol",
|
|
1230
2495
|
type: {
|
|
1231
|
-
name: "
|
|
1232
|
-
allowedValues: [
|
|
1233
|
-
"TCP",
|
|
1234
|
-
"UDP"
|
|
1235
|
-
]
|
|
2496
|
+
name: "String"
|
|
1236
2497
|
}
|
|
1237
2498
|
},
|
|
1238
|
-
|
|
2499
|
+
relativeMountPath: {
|
|
2500
|
+
serializedName: "relativeMountPath",
|
|
1239
2501
|
required: true,
|
|
1240
|
-
serializedName: "backendPort",
|
|
1241
2502
|
type: {
|
|
1242
|
-
name: "
|
|
2503
|
+
name: "String"
|
|
1243
2504
|
}
|
|
1244
2505
|
},
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
serializedName: "frontendPortRangeStart",
|
|
2506
|
+
mountOptions: {
|
|
2507
|
+
serializedName: "mountOptions",
|
|
1248
2508
|
type: {
|
|
1249
|
-
name: "
|
|
2509
|
+
name: "String"
|
|
1250
2510
|
}
|
|
1251
2511
|
},
|
|
1252
|
-
|
|
2512
|
+
password: {
|
|
2513
|
+
serializedName: "password",
|
|
1253
2514
|
required: true,
|
|
1254
|
-
serializedName: "frontendPortRangeEnd",
|
|
1255
2515
|
type: {
|
|
1256
|
-
name: "
|
|
1257
|
-
}
|
|
1258
|
-
},
|
|
1259
|
-
networkSecurityGroupRules: {
|
|
1260
|
-
serializedName: "networkSecurityGroupRules",
|
|
1261
|
-
type: {
|
|
1262
|
-
name: "Sequence",
|
|
1263
|
-
element: {
|
|
1264
|
-
type: {
|
|
1265
|
-
name: "Composite",
|
|
1266
|
-
className: "NetworkSecurityGroupRule"
|
|
1267
|
-
}
|
|
1268
|
-
}
|
|
2516
|
+
name: "String"
|
|
1269
2517
|
}
|
|
1270
2518
|
}
|
|
1271
2519
|
}
|
|
1272
2520
|
}
|
|
1273
2521
|
};
|
|
1274
2522
|
|
|
1275
|
-
export const
|
|
1276
|
-
serializedName: "PoolEndpointConfiguration",
|
|
2523
|
+
export const AzureFileShareConfiguration: coreClient.CompositeMapper = {
|
|
1277
2524
|
type: {
|
|
1278
2525
|
name: "Composite",
|
|
1279
|
-
className: "
|
|
2526
|
+
className: "AzureFileShareConfiguration",
|
|
1280
2527
|
modelProperties: {
|
|
1281
|
-
|
|
2528
|
+
accountName: {
|
|
2529
|
+
serializedName: "accountName",
|
|
1282
2530
|
required: true,
|
|
1283
|
-
serializedName: "inboundNatPools",
|
|
1284
2531
|
type: {
|
|
1285
|
-
name: "
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
2532
|
+
name: "String"
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2535
|
+
azureFileUrl: {
|
|
2536
|
+
serializedName: "azureFileUrl",
|
|
2537
|
+
required: true,
|
|
2538
|
+
type: {
|
|
2539
|
+
name: "String"
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
accountKey: {
|
|
2543
|
+
serializedName: "accountKey",
|
|
2544
|
+
required: true,
|
|
2545
|
+
type: {
|
|
2546
|
+
name: "String"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
relativeMountPath: {
|
|
2550
|
+
serializedName: "relativeMountPath",
|
|
2551
|
+
required: true,
|
|
2552
|
+
type: {
|
|
2553
|
+
name: "String"
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
mountOptions: {
|
|
2557
|
+
serializedName: "mountOptions",
|
|
2558
|
+
type: {
|
|
2559
|
+
name: "String"
|
|
1292
2560
|
}
|
|
1293
2561
|
}
|
|
1294
2562
|
}
|
|
1295
2563
|
}
|
|
1296
2564
|
};
|
|
1297
2565
|
|
|
1298
|
-
export const
|
|
1299
|
-
serializedName: "NetworkConfiguration",
|
|
2566
|
+
export const BatchPoolIdentity: coreClient.CompositeMapper = {
|
|
1300
2567
|
type: {
|
|
1301
2568
|
name: "Composite",
|
|
1302
|
-
className: "
|
|
2569
|
+
className: "BatchPoolIdentity",
|
|
1303
2570
|
modelProperties: {
|
|
1304
|
-
|
|
1305
|
-
serializedName: "
|
|
2571
|
+
type: {
|
|
2572
|
+
serializedName: "type",
|
|
2573
|
+
required: true,
|
|
1306
2574
|
type: {
|
|
1307
|
-
name: "
|
|
2575
|
+
name: "Enum",
|
|
2576
|
+
allowedValues: ["UserAssigned", "None"]
|
|
1308
2577
|
}
|
|
1309
2578
|
},
|
|
1310
|
-
|
|
1311
|
-
serializedName: "
|
|
2579
|
+
userAssignedIdentities: {
|
|
2580
|
+
serializedName: "userAssignedIdentities",
|
|
1312
2581
|
type: {
|
|
1313
|
-
name: "
|
|
1314
|
-
|
|
2582
|
+
name: "Dictionary",
|
|
2583
|
+
value: {
|
|
2584
|
+
type: { name: "Composite", className: "UserAssignedIdentities" }
|
|
2585
|
+
}
|
|
1315
2586
|
}
|
|
1316
2587
|
}
|
|
1317
2588
|
}
|
|
1318
2589
|
}
|
|
1319
2590
|
};
|
|
1320
2591
|
|
|
1321
|
-
export const
|
|
1322
|
-
serializedName: "TaskSchedulingPolicy",
|
|
2592
|
+
export const OutboundEnvironmentEndpointCollection: coreClient.CompositeMapper = {
|
|
1323
2593
|
type: {
|
|
1324
2594
|
name: "Composite",
|
|
1325
|
-
className: "
|
|
2595
|
+
className: "OutboundEnvironmentEndpointCollection",
|
|
1326
2596
|
modelProperties: {
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
2597
|
+
value: {
|
|
2598
|
+
serializedName: "value",
|
|
2599
|
+
readOnly: true,
|
|
1330
2600
|
type: {
|
|
1331
|
-
name: "
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
2601
|
+
name: "Sequence",
|
|
2602
|
+
element: {
|
|
2603
|
+
type: {
|
|
2604
|
+
name: "Composite",
|
|
2605
|
+
className: "OutboundEnvironmentEndpoint"
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
nextLink: {
|
|
2611
|
+
serializedName: "nextLink",
|
|
2612
|
+
type: {
|
|
2613
|
+
name: "String"
|
|
1336
2614
|
}
|
|
1337
2615
|
}
|
|
1338
2616
|
}
|
|
1339
2617
|
}
|
|
1340
2618
|
};
|
|
1341
2619
|
|
|
1342
|
-
export const
|
|
1343
|
-
serializedName: "LinuxUserConfiguration",
|
|
2620
|
+
export const OutboundEnvironmentEndpoint: coreClient.CompositeMapper = {
|
|
1344
2621
|
type: {
|
|
1345
2622
|
name: "Composite",
|
|
1346
|
-
className: "
|
|
2623
|
+
className: "OutboundEnvironmentEndpoint",
|
|
1347
2624
|
modelProperties: {
|
|
1348
|
-
|
|
1349
|
-
serializedName: "
|
|
1350
|
-
|
|
1351
|
-
name: "Number"
|
|
1352
|
-
}
|
|
1353
|
-
},
|
|
1354
|
-
gid: {
|
|
1355
|
-
serializedName: "gid",
|
|
2625
|
+
category: {
|
|
2626
|
+
serializedName: "category",
|
|
2627
|
+
readOnly: true,
|
|
1356
2628
|
type: {
|
|
1357
|
-
name: "
|
|
2629
|
+
name: "String"
|
|
1358
2630
|
}
|
|
1359
2631
|
},
|
|
1360
|
-
|
|
1361
|
-
serializedName: "
|
|
2632
|
+
endpoints: {
|
|
2633
|
+
serializedName: "endpoints",
|
|
2634
|
+
readOnly: true,
|
|
1362
2635
|
type: {
|
|
1363
|
-
name: "
|
|
2636
|
+
name: "Sequence",
|
|
2637
|
+
element: {
|
|
2638
|
+
type: {
|
|
2639
|
+
name: "Composite",
|
|
2640
|
+
className: "EndpointDependency"
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
1364
2643
|
}
|
|
1365
2644
|
}
|
|
1366
2645
|
}
|
|
1367
2646
|
}
|
|
1368
2647
|
};
|
|
1369
2648
|
|
|
1370
|
-
export const
|
|
1371
|
-
serializedName: "UserAccount",
|
|
2649
|
+
export const EndpointDependency: coreClient.CompositeMapper = {
|
|
1372
2650
|
type: {
|
|
1373
2651
|
name: "Composite",
|
|
1374
|
-
className: "
|
|
2652
|
+
className: "EndpointDependency",
|
|
1375
2653
|
modelProperties: {
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
2654
|
+
domainName: {
|
|
2655
|
+
serializedName: "domainName",
|
|
2656
|
+
readOnly: true,
|
|
1379
2657
|
type: {
|
|
1380
2658
|
name: "String"
|
|
1381
2659
|
}
|
|
1382
2660
|
},
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
2661
|
+
description: {
|
|
2662
|
+
serializedName: "description",
|
|
2663
|
+
readOnly: true,
|
|
1386
2664
|
type: {
|
|
1387
2665
|
name: "String"
|
|
1388
2666
|
}
|
|
1389
2667
|
},
|
|
1390
|
-
|
|
1391
|
-
serializedName: "
|
|
1392
|
-
|
|
1393
|
-
name: "Enum",
|
|
1394
|
-
allowedValues: [
|
|
1395
|
-
"NonAdmin",
|
|
1396
|
-
"Admin"
|
|
1397
|
-
]
|
|
1398
|
-
}
|
|
1399
|
-
},
|
|
1400
|
-
linuxUserConfiguration: {
|
|
1401
|
-
serializedName: "linuxUserConfiguration",
|
|
2668
|
+
endpointDetails: {
|
|
2669
|
+
serializedName: "endpointDetails",
|
|
2670
|
+
readOnly: true,
|
|
1402
2671
|
type: {
|
|
1403
|
-
name: "
|
|
1404
|
-
|
|
2672
|
+
name: "Sequence",
|
|
2673
|
+
element: {
|
|
2674
|
+
type: {
|
|
2675
|
+
name: "Composite",
|
|
2676
|
+
className: "EndpointDetail"
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
1405
2679
|
}
|
|
1406
2680
|
}
|
|
1407
2681
|
}
|
|
1408
2682
|
}
|
|
1409
2683
|
};
|
|
1410
2684
|
|
|
1411
|
-
export const
|
|
1412
|
-
serializedName: "MetadataItem",
|
|
2685
|
+
export const EndpointDetail: coreClient.CompositeMapper = {
|
|
1413
2686
|
type: {
|
|
1414
2687
|
name: "Composite",
|
|
1415
|
-
className: "
|
|
2688
|
+
className: "EndpointDetail",
|
|
1416
2689
|
modelProperties: {
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
2690
|
+
port: {
|
|
2691
|
+
serializedName: "port",
|
|
2692
|
+
readOnly: true,
|
|
1420
2693
|
type: {
|
|
1421
|
-
name: "
|
|
2694
|
+
name: "Number"
|
|
1422
2695
|
}
|
|
1423
|
-
}
|
|
1424
|
-
|
|
2696
|
+
}
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
};
|
|
2700
|
+
|
|
2701
|
+
export const AutoStorageProperties: coreClient.CompositeMapper = {
|
|
2702
|
+
type: {
|
|
2703
|
+
name: "Composite",
|
|
2704
|
+
className: "AutoStorageProperties",
|
|
2705
|
+
modelProperties: {
|
|
2706
|
+
...AutoStorageBaseProperties.type.modelProperties,
|
|
2707
|
+
lastKeySync: {
|
|
2708
|
+
serializedName: "lastKeySync",
|
|
1425
2709
|
required: true,
|
|
1426
|
-
serializedName: "value",
|
|
1427
2710
|
type: {
|
|
1428
|
-
name: "
|
|
2711
|
+
name: "DateTime"
|
|
1429
2712
|
}
|
|
1430
2713
|
}
|
|
1431
2714
|
}
|
|
1432
2715
|
}
|
|
1433
2716
|
};
|
|
1434
2717
|
|
|
1435
|
-
export const
|
|
1436
|
-
serializedName: "ResourceFile",
|
|
2718
|
+
export const PrivateEndpointConnection: coreClient.CompositeMapper = {
|
|
1437
2719
|
type: {
|
|
1438
2720
|
name: "Composite",
|
|
1439
|
-
className: "
|
|
2721
|
+
className: "PrivateEndpointConnection",
|
|
1440
2722
|
modelProperties: {
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
serializedName: "
|
|
2723
|
+
...ProxyResource.type.modelProperties,
|
|
2724
|
+
provisioningState: {
|
|
2725
|
+
serializedName: "properties.provisioningState",
|
|
2726
|
+
readOnly: true,
|
|
1444
2727
|
type: {
|
|
1445
|
-
name: "
|
|
2728
|
+
name: "Enum",
|
|
2729
|
+
allowedValues: ["Succeeded", "Updating", "Failed"]
|
|
1446
2730
|
}
|
|
1447
2731
|
},
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
serializedName: "filePath",
|
|
2732
|
+
privateEndpoint: {
|
|
2733
|
+
serializedName: "properties.privateEndpoint",
|
|
1451
2734
|
type: {
|
|
1452
|
-
name: "
|
|
2735
|
+
name: "Composite",
|
|
2736
|
+
className: "PrivateEndpoint"
|
|
1453
2737
|
}
|
|
1454
2738
|
},
|
|
1455
|
-
|
|
1456
|
-
serializedName: "
|
|
2739
|
+
privateLinkServiceConnectionState: {
|
|
2740
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1457
2741
|
type: {
|
|
1458
|
-
name: "
|
|
2742
|
+
name: "Composite",
|
|
2743
|
+
className: "PrivateLinkServiceConnectionState"
|
|
1459
2744
|
}
|
|
1460
2745
|
}
|
|
1461
2746
|
}
|
|
1462
2747
|
}
|
|
1463
2748
|
};
|
|
1464
2749
|
|
|
1465
|
-
export const
|
|
1466
|
-
serializedName: "EnvironmentSetting",
|
|
2750
|
+
export const ApplicationPackage: coreClient.CompositeMapper = {
|
|
1467
2751
|
type: {
|
|
1468
2752
|
name: "Composite",
|
|
1469
|
-
className: "
|
|
2753
|
+
className: "ApplicationPackage",
|
|
1470
2754
|
modelProperties: {
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
serializedName: "
|
|
2755
|
+
...ProxyResource.type.modelProperties,
|
|
2756
|
+
state: {
|
|
2757
|
+
serializedName: "properties.state",
|
|
2758
|
+
readOnly: true,
|
|
2759
|
+
type: {
|
|
2760
|
+
name: "Enum",
|
|
2761
|
+
allowedValues: ["Pending", "Active"]
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
format: {
|
|
2765
|
+
serializedName: "properties.format",
|
|
2766
|
+
readOnly: true,
|
|
1474
2767
|
type: {
|
|
1475
2768
|
name: "String"
|
|
1476
2769
|
}
|
|
1477
2770
|
},
|
|
1478
|
-
|
|
1479
|
-
serializedName: "
|
|
2771
|
+
storageUrl: {
|
|
2772
|
+
serializedName: "properties.storageUrl",
|
|
2773
|
+
readOnly: true,
|
|
1480
2774
|
type: {
|
|
1481
2775
|
name: "String"
|
|
1482
2776
|
}
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
export const AutoUserSpecification: msRest.CompositeMapper = {
|
|
1489
|
-
serializedName: "AutoUserSpecification",
|
|
1490
|
-
type: {
|
|
1491
|
-
name: "Composite",
|
|
1492
|
-
className: "AutoUserSpecification",
|
|
1493
|
-
modelProperties: {
|
|
1494
|
-
scope: {
|
|
1495
|
-
serializedName: "scope",
|
|
2777
|
+
},
|
|
2778
|
+
storageUrlExpiry: {
|
|
2779
|
+
serializedName: "properties.storageUrlExpiry",
|
|
2780
|
+
readOnly: true,
|
|
1496
2781
|
type: {
|
|
1497
|
-
name: "
|
|
1498
|
-
allowedValues: [
|
|
1499
|
-
"Task",
|
|
1500
|
-
"Pool"
|
|
1501
|
-
]
|
|
2782
|
+
name: "DateTime"
|
|
1502
2783
|
}
|
|
1503
2784
|
},
|
|
1504
|
-
|
|
1505
|
-
serializedName: "
|
|
2785
|
+
lastActivationTime: {
|
|
2786
|
+
serializedName: "properties.lastActivationTime",
|
|
2787
|
+
readOnly: true,
|
|
1506
2788
|
type: {
|
|
1507
|
-
name: "
|
|
1508
|
-
allowedValues: [
|
|
1509
|
-
"NonAdmin",
|
|
1510
|
-
"Admin"
|
|
1511
|
-
]
|
|
2789
|
+
name: "DateTime"
|
|
1512
2790
|
}
|
|
1513
2791
|
}
|
|
1514
2792
|
}
|
|
1515
2793
|
}
|
|
1516
2794
|
};
|
|
1517
2795
|
|
|
1518
|
-
export const
|
|
1519
|
-
serializedName: "UserIdentity",
|
|
2796
|
+
export const Application: coreClient.CompositeMapper = {
|
|
1520
2797
|
type: {
|
|
1521
2798
|
name: "Composite",
|
|
1522
|
-
className: "
|
|
2799
|
+
className: "Application",
|
|
1523
2800
|
modelProperties: {
|
|
1524
|
-
|
|
1525
|
-
|
|
2801
|
+
...ProxyResource.type.modelProperties,
|
|
2802
|
+
displayName: {
|
|
2803
|
+
serializedName: "properties.displayName",
|
|
1526
2804
|
type: {
|
|
1527
2805
|
name: "String"
|
|
1528
2806
|
}
|
|
1529
2807
|
},
|
|
1530
|
-
|
|
1531
|
-
serializedName: "
|
|
2808
|
+
allowUpdates: {
|
|
2809
|
+
serializedName: "properties.allowUpdates",
|
|
1532
2810
|
type: {
|
|
1533
|
-
name: "
|
|
1534
|
-
|
|
2811
|
+
name: "Boolean"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
defaultVersion: {
|
|
2815
|
+
serializedName: "properties.defaultVersion",
|
|
2816
|
+
type: {
|
|
2817
|
+
name: "String"
|
|
1535
2818
|
}
|
|
1536
2819
|
}
|
|
1537
2820
|
}
|
|
1538
2821
|
}
|
|
1539
2822
|
};
|
|
1540
2823
|
|
|
1541
|
-
export const
|
|
1542
|
-
serializedName: "StartTask",
|
|
2824
|
+
export const Certificate: coreClient.CompositeMapper = {
|
|
1543
2825
|
type: {
|
|
1544
2826
|
name: "Composite",
|
|
1545
|
-
className: "
|
|
2827
|
+
className: "Certificate",
|
|
1546
2828
|
modelProperties: {
|
|
1547
|
-
|
|
1548
|
-
|
|
2829
|
+
...ProxyResource.type.modelProperties,
|
|
2830
|
+
thumbprintAlgorithm: {
|
|
2831
|
+
serializedName: "properties.thumbprintAlgorithm",
|
|
1549
2832
|
type: {
|
|
1550
2833
|
name: "String"
|
|
1551
2834
|
}
|
|
1552
2835
|
},
|
|
1553
|
-
|
|
1554
|
-
serializedName: "
|
|
2836
|
+
thumbprint: {
|
|
2837
|
+
serializedName: "properties.thumbprint",
|
|
1555
2838
|
type: {
|
|
1556
|
-
name: "
|
|
1557
|
-
element: {
|
|
1558
|
-
type: {
|
|
1559
|
-
name: "Composite",
|
|
1560
|
-
className: "ResourceFile"
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
2839
|
+
name: "String"
|
|
1563
2840
|
}
|
|
1564
2841
|
},
|
|
1565
|
-
|
|
1566
|
-
serializedName: "
|
|
2842
|
+
format: {
|
|
2843
|
+
serializedName: "properties.format",
|
|
1567
2844
|
type: {
|
|
1568
|
-
name: "
|
|
1569
|
-
|
|
1570
|
-
type: {
|
|
1571
|
-
name: "Composite",
|
|
1572
|
-
className: "EnvironmentSetting"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
2845
|
+
name: "Enum",
|
|
2846
|
+
allowedValues: ["Pfx", "Cer"]
|
|
1575
2847
|
}
|
|
1576
2848
|
},
|
|
1577
|
-
|
|
1578
|
-
serializedName: "
|
|
2849
|
+
provisioningState: {
|
|
2850
|
+
serializedName: "properties.provisioningState",
|
|
2851
|
+
readOnly: true,
|
|
1579
2852
|
type: {
|
|
1580
|
-
name: "
|
|
1581
|
-
|
|
2853
|
+
name: "Enum",
|
|
2854
|
+
allowedValues: ["Succeeded", "Deleting", "Failed"]
|
|
1582
2855
|
}
|
|
1583
2856
|
},
|
|
1584
|
-
|
|
1585
|
-
serializedName: "
|
|
2857
|
+
provisioningStateTransitionTime: {
|
|
2858
|
+
serializedName: "properties.provisioningStateTransitionTime",
|
|
2859
|
+
readOnly: true,
|
|
1586
2860
|
type: {
|
|
1587
|
-
name: "
|
|
2861
|
+
name: "DateTime"
|
|
1588
2862
|
}
|
|
1589
2863
|
},
|
|
1590
|
-
|
|
1591
|
-
serializedName: "
|
|
1592
|
-
|
|
1593
|
-
name: "Boolean"
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
};
|
|
1599
|
-
|
|
1600
|
-
export const CertificateReference: msRest.CompositeMapper = {
|
|
1601
|
-
serializedName: "CertificateReference",
|
|
1602
|
-
type: {
|
|
1603
|
-
name: "Composite",
|
|
1604
|
-
className: "CertificateReference",
|
|
1605
|
-
modelProperties: {
|
|
1606
|
-
id: {
|
|
1607
|
-
required: true,
|
|
1608
|
-
serializedName: "id",
|
|
2864
|
+
previousProvisioningState: {
|
|
2865
|
+
serializedName: "properties.previousProvisioningState",
|
|
2866
|
+
readOnly: true,
|
|
1609
2867
|
type: {
|
|
1610
|
-
name: "
|
|
2868
|
+
name: "Enum",
|
|
2869
|
+
allowedValues: ["Succeeded", "Deleting", "Failed"]
|
|
1611
2870
|
}
|
|
1612
2871
|
},
|
|
1613
|
-
|
|
1614
|
-
serializedName: "
|
|
2872
|
+
previousProvisioningStateTransitionTime: {
|
|
2873
|
+
serializedName: "properties.previousProvisioningStateTransitionTime",
|
|
2874
|
+
readOnly: true,
|
|
1615
2875
|
type: {
|
|
1616
|
-
name: "
|
|
1617
|
-
allowedValues: [
|
|
1618
|
-
"CurrentUser",
|
|
1619
|
-
"LocalMachine"
|
|
1620
|
-
]
|
|
2876
|
+
name: "DateTime"
|
|
1621
2877
|
}
|
|
1622
2878
|
},
|
|
1623
|
-
|
|
1624
|
-
serializedName: "
|
|
2879
|
+
publicData: {
|
|
2880
|
+
serializedName: "properties.publicData",
|
|
2881
|
+
readOnly: true,
|
|
1625
2882
|
type: {
|
|
1626
2883
|
name: "String"
|
|
1627
2884
|
}
|
|
1628
2885
|
},
|
|
1629
|
-
|
|
1630
|
-
serializedName: "
|
|
2886
|
+
deleteCertificateError: {
|
|
2887
|
+
serializedName: "properties.deleteCertificateError",
|
|
1631
2888
|
type: {
|
|
1632
|
-
name: "
|
|
1633
|
-
|
|
1634
|
-
type: {
|
|
1635
|
-
name: "Enum",
|
|
1636
|
-
allowedValues: [
|
|
1637
|
-
"StartTask",
|
|
1638
|
-
"Task",
|
|
1639
|
-
"RemoteUser"
|
|
1640
|
-
]
|
|
1641
|
-
}
|
|
1642
|
-
}
|
|
2889
|
+
name: "Composite",
|
|
2890
|
+
className: "DeleteCertificateError"
|
|
1643
2891
|
}
|
|
1644
2892
|
}
|
|
1645
2893
|
}
|
|
1646
2894
|
}
|
|
1647
2895
|
};
|
|
1648
2896
|
|
|
1649
|
-
export const
|
|
1650
|
-
serializedName: "ApplicationPackageReference",
|
|
2897
|
+
export const CertificateCreateOrUpdateParameters: coreClient.CompositeMapper = {
|
|
1651
2898
|
type: {
|
|
1652
2899
|
name: "Composite",
|
|
1653
|
-
className: "
|
|
2900
|
+
className: "CertificateCreateOrUpdateParameters",
|
|
1654
2901
|
modelProperties: {
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
serializedName: "
|
|
2902
|
+
...ProxyResource.type.modelProperties,
|
|
2903
|
+
thumbprintAlgorithm: {
|
|
2904
|
+
serializedName: "properties.thumbprintAlgorithm",
|
|
1658
2905
|
type: {
|
|
1659
2906
|
name: "String"
|
|
1660
2907
|
}
|
|
1661
2908
|
},
|
|
1662
|
-
|
|
1663
|
-
serializedName: "
|
|
2909
|
+
thumbprint: {
|
|
2910
|
+
serializedName: "properties.thumbprint",
|
|
1664
2911
|
type: {
|
|
1665
2912
|
name: "String"
|
|
1666
2913
|
}
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
};
|
|
1671
|
-
|
|
1672
|
-
export const ResizeError: msRest.CompositeMapper = {
|
|
1673
|
-
serializedName: "ResizeError",
|
|
1674
|
-
type: {
|
|
1675
|
-
name: "Composite",
|
|
1676
|
-
className: "ResizeError",
|
|
1677
|
-
modelProperties: {
|
|
1678
|
-
code: {
|
|
1679
|
-
required: true,
|
|
1680
|
-
serializedName: "code",
|
|
2914
|
+
},
|
|
2915
|
+
format: {
|
|
2916
|
+
serializedName: "properties.format",
|
|
1681
2917
|
type: {
|
|
1682
|
-
name: "
|
|
2918
|
+
name: "Enum",
|
|
2919
|
+
allowedValues: ["Pfx", "Cer"]
|
|
1683
2920
|
}
|
|
1684
2921
|
},
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
serializedName: "message",
|
|
2922
|
+
data: {
|
|
2923
|
+
serializedName: "properties.data",
|
|
1688
2924
|
type: {
|
|
1689
2925
|
name: "String"
|
|
1690
2926
|
}
|
|
1691
2927
|
},
|
|
1692
|
-
|
|
1693
|
-
serializedName: "
|
|
2928
|
+
password: {
|
|
2929
|
+
serializedName: "properties.password",
|
|
1694
2930
|
type: {
|
|
1695
|
-
name: "
|
|
1696
|
-
element: {
|
|
1697
|
-
type: {
|
|
1698
|
-
name: "Composite",
|
|
1699
|
-
className: "ResizeError"
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
2931
|
+
name: "String"
|
|
1702
2932
|
}
|
|
1703
2933
|
}
|
|
1704
2934
|
}
|
|
1705
2935
|
}
|
|
1706
2936
|
};
|
|
1707
2937
|
|
|
1708
|
-
export const
|
|
1709
|
-
serializedName: "ResizeOperationStatus",
|
|
2938
|
+
export const PrivateLinkResource: coreClient.CompositeMapper = {
|
|
1710
2939
|
type: {
|
|
1711
2940
|
name: "Composite",
|
|
1712
|
-
className: "
|
|
2941
|
+
className: "PrivateLinkResource",
|
|
1713
2942
|
modelProperties: {
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
targetLowPriorityNodes: {
|
|
1721
|
-
serializedName: "targetLowPriorityNodes",
|
|
1722
|
-
type: {
|
|
1723
|
-
name: "Number"
|
|
1724
|
-
}
|
|
1725
|
-
},
|
|
1726
|
-
resizeTimeout: {
|
|
1727
|
-
serializedName: "resizeTimeout",
|
|
1728
|
-
type: {
|
|
1729
|
-
name: "TimeSpan"
|
|
1730
|
-
}
|
|
1731
|
-
},
|
|
1732
|
-
nodeDeallocationOption: {
|
|
1733
|
-
serializedName: "nodeDeallocationOption",
|
|
2943
|
+
...ProxyResource.type.modelProperties,
|
|
2944
|
+
groupId: {
|
|
2945
|
+
serializedName: "properties.groupId",
|
|
2946
|
+
readOnly: true,
|
|
1734
2947
|
type: {
|
|
1735
|
-
name: "
|
|
1736
|
-
allowedValues: [
|
|
1737
|
-
"Requeue",
|
|
1738
|
-
"Terminate",
|
|
1739
|
-
"TaskCompletion",
|
|
1740
|
-
"RetainedData"
|
|
1741
|
-
]
|
|
2948
|
+
name: "String"
|
|
1742
2949
|
}
|
|
1743
2950
|
},
|
|
1744
|
-
|
|
1745
|
-
serializedName: "
|
|
2951
|
+
requiredMembers: {
|
|
2952
|
+
serializedName: "properties.requiredMembers",
|
|
2953
|
+
readOnly: true,
|
|
1746
2954
|
type: {
|
|
1747
|
-
name: "
|
|
2955
|
+
name: "Sequence",
|
|
2956
|
+
element: {
|
|
2957
|
+
type: {
|
|
2958
|
+
name: "String"
|
|
2959
|
+
}
|
|
2960
|
+
}
|
|
1748
2961
|
}
|
|
1749
2962
|
},
|
|
1750
|
-
|
|
1751
|
-
serializedName: "
|
|
2963
|
+
requiredZoneNames: {
|
|
2964
|
+
serializedName: "properties.requiredZoneNames",
|
|
2965
|
+
readOnly: true,
|
|
1752
2966
|
type: {
|
|
1753
2967
|
name: "Sequence",
|
|
1754
2968
|
element: {
|
|
1755
2969
|
type: {
|
|
1756
|
-
name: "
|
|
1757
|
-
className: "ResizeError"
|
|
2970
|
+
name: "String"
|
|
1758
2971
|
}
|
|
1759
2972
|
}
|
|
1760
2973
|
}
|
|
@@ -1763,13 +2976,19 @@ export const ResizeOperationStatus: msRest.CompositeMapper = {
|
|
|
1763
2976
|
}
|
|
1764
2977
|
};
|
|
1765
2978
|
|
|
1766
|
-
export const Pool:
|
|
1767
|
-
serializedName: "Pool",
|
|
2979
|
+
export const Pool: coreClient.CompositeMapper = {
|
|
1768
2980
|
type: {
|
|
1769
2981
|
name: "Composite",
|
|
1770
2982
|
className: "Pool",
|
|
1771
2983
|
modelProperties: {
|
|
1772
2984
|
...ProxyResource.type.modelProperties,
|
|
2985
|
+
identity: {
|
|
2986
|
+
serializedName: "identity",
|
|
2987
|
+
type: {
|
|
2988
|
+
name: "Composite",
|
|
2989
|
+
className: "BatchPoolIdentity"
|
|
2990
|
+
}
|
|
2991
|
+
},
|
|
1773
2992
|
displayName: {
|
|
1774
2993
|
serializedName: "properties.displayName",
|
|
1775
2994
|
type: {
|
|
@@ -1777,52 +2996,45 @@ export const Pool: msRest.CompositeMapper = {
|
|
|
1777
2996
|
}
|
|
1778
2997
|
},
|
|
1779
2998
|
lastModified: {
|
|
1780
|
-
readOnly: true,
|
|
1781
2999
|
serializedName: "properties.lastModified",
|
|
3000
|
+
readOnly: true,
|
|
1782
3001
|
type: {
|
|
1783
3002
|
name: "DateTime"
|
|
1784
3003
|
}
|
|
1785
3004
|
},
|
|
1786
3005
|
creationTime: {
|
|
1787
|
-
readOnly: true,
|
|
1788
3006
|
serializedName: "properties.creationTime",
|
|
3007
|
+
readOnly: true,
|
|
1789
3008
|
type: {
|
|
1790
3009
|
name: "DateTime"
|
|
1791
3010
|
}
|
|
1792
3011
|
},
|
|
1793
3012
|
provisioningState: {
|
|
1794
|
-
readOnly: true,
|
|
1795
3013
|
serializedName: "properties.provisioningState",
|
|
3014
|
+
readOnly: true,
|
|
1796
3015
|
type: {
|
|
1797
3016
|
name: "Enum",
|
|
1798
|
-
allowedValues: [
|
|
1799
|
-
"Succeeded",
|
|
1800
|
-
"Deleting"
|
|
1801
|
-
]
|
|
3017
|
+
allowedValues: ["Succeeded", "Deleting"]
|
|
1802
3018
|
}
|
|
1803
3019
|
},
|
|
1804
3020
|
provisioningStateTransitionTime: {
|
|
1805
|
-
readOnly: true,
|
|
1806
3021
|
serializedName: "properties.provisioningStateTransitionTime",
|
|
3022
|
+
readOnly: true,
|
|
1807
3023
|
type: {
|
|
1808
3024
|
name: "DateTime"
|
|
1809
3025
|
}
|
|
1810
3026
|
},
|
|
1811
3027
|
allocationState: {
|
|
1812
|
-
readOnly: true,
|
|
1813
3028
|
serializedName: "properties.allocationState",
|
|
3029
|
+
readOnly: true,
|
|
1814
3030
|
type: {
|
|
1815
3031
|
name: "Enum",
|
|
1816
|
-
allowedValues: [
|
|
1817
|
-
"Steady",
|
|
1818
|
-
"Resizing",
|
|
1819
|
-
"Stopping"
|
|
1820
|
-
]
|
|
3032
|
+
allowedValues: ["Steady", "Resizing", "Stopping"]
|
|
1821
3033
|
}
|
|
1822
3034
|
},
|
|
1823
3035
|
allocationStateTransitionTime: {
|
|
1824
|
-
readOnly: true,
|
|
1825
3036
|
serializedName: "properties.allocationStateTransitionTime",
|
|
3037
|
+
readOnly: true,
|
|
1826
3038
|
type: {
|
|
1827
3039
|
name: "DateTime"
|
|
1828
3040
|
}
|
|
@@ -1841,15 +3053,15 @@ export const Pool: msRest.CompositeMapper = {
|
|
|
1841
3053
|
}
|
|
1842
3054
|
},
|
|
1843
3055
|
currentDedicatedNodes: {
|
|
1844
|
-
readOnly: true,
|
|
1845
3056
|
serializedName: "properties.currentDedicatedNodes",
|
|
3057
|
+
readOnly: true,
|
|
1846
3058
|
type: {
|
|
1847
3059
|
name: "Number"
|
|
1848
3060
|
}
|
|
1849
3061
|
},
|
|
1850
3062
|
currentLowPriorityNodes: {
|
|
1851
|
-
readOnly: true,
|
|
1852
3063
|
serializedName: "properties.currentLowPriorityNodes",
|
|
3064
|
+
readOnly: true,
|
|
1853
3065
|
type: {
|
|
1854
3066
|
name: "Number"
|
|
1855
3067
|
}
|
|
@@ -1862,7 +3074,6 @@ export const Pool: msRest.CompositeMapper = {
|
|
|
1862
3074
|
}
|
|
1863
3075
|
},
|
|
1864
3076
|
autoScaleRun: {
|
|
1865
|
-
readOnly: true,
|
|
1866
3077
|
serializedName: "properties.autoScaleRun",
|
|
1867
3078
|
type: {
|
|
1868
3079
|
name: "Composite",
|
|
@@ -1873,10 +3084,7 @@ export const Pool: msRest.CompositeMapper = {
|
|
|
1873
3084
|
serializedName: "properties.interNodeCommunication",
|
|
1874
3085
|
type: {
|
|
1875
3086
|
name: "Enum",
|
|
1876
|
-
allowedValues: [
|
|
1877
|
-
"Enabled",
|
|
1878
|
-
"Disabled"
|
|
1879
|
-
]
|
|
3087
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
1880
3088
|
}
|
|
1881
3089
|
},
|
|
1882
3090
|
networkConfiguration: {
|
|
@@ -1886,8 +3094,8 @@ export const Pool: msRest.CompositeMapper = {
|
|
|
1886
3094
|
className: "NetworkConfiguration"
|
|
1887
3095
|
}
|
|
1888
3096
|
},
|
|
1889
|
-
|
|
1890
|
-
serializedName: "properties.
|
|
3097
|
+
taskSlotsPerNode: {
|
|
3098
|
+
serializedName: "properties.taskSlotsPerNode",
|
|
1891
3099
|
type: {
|
|
1892
3100
|
name: "Number"
|
|
1893
3101
|
}
|
|
@@ -1965,140 +3173,254 @@ export const Pool: msRest.CompositeMapper = {
|
|
|
1965
3173
|
}
|
|
1966
3174
|
}
|
|
1967
3175
|
},
|
|
1968
|
-
resizeOperationStatus: {
|
|
3176
|
+
resizeOperationStatus: {
|
|
3177
|
+
serializedName: "properties.resizeOperationStatus",
|
|
3178
|
+
type: {
|
|
3179
|
+
name: "Composite",
|
|
3180
|
+
className: "ResizeOperationStatus"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
mountConfiguration: {
|
|
3184
|
+
serializedName: "properties.mountConfiguration",
|
|
3185
|
+
type: {
|
|
3186
|
+
name: "Sequence",
|
|
3187
|
+
element: {
|
|
3188
|
+
type: {
|
|
3189
|
+
name: "Composite",
|
|
3190
|
+
className: "MountConfiguration"
|
|
3191
|
+
}
|
|
3192
|
+
}
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
}
|
|
3196
|
+
}
|
|
3197
|
+
};
|
|
3198
|
+
|
|
3199
|
+
export const BatchAccount: coreClient.CompositeMapper = {
|
|
3200
|
+
type: {
|
|
3201
|
+
name: "Composite",
|
|
3202
|
+
className: "BatchAccount",
|
|
3203
|
+
modelProperties: {
|
|
3204
|
+
...Resource.type.modelProperties,
|
|
3205
|
+
identity: {
|
|
3206
|
+
serializedName: "identity",
|
|
3207
|
+
type: {
|
|
3208
|
+
name: "Composite",
|
|
3209
|
+
className: "BatchAccountIdentity"
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
accountEndpoint: {
|
|
3213
|
+
serializedName: "properties.accountEndpoint",
|
|
3214
|
+
readOnly: true,
|
|
3215
|
+
type: {
|
|
3216
|
+
name: "String"
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
provisioningState: {
|
|
3220
|
+
serializedName: "properties.provisioningState",
|
|
3221
|
+
readOnly: true,
|
|
3222
|
+
type: {
|
|
3223
|
+
name: "Enum",
|
|
3224
|
+
allowedValues: [
|
|
3225
|
+
"Invalid",
|
|
3226
|
+
"Creating",
|
|
3227
|
+
"Deleting",
|
|
3228
|
+
"Succeeded",
|
|
3229
|
+
"Failed",
|
|
3230
|
+
"Cancelled"
|
|
3231
|
+
]
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
poolAllocationMode: {
|
|
3235
|
+
serializedName: "properties.poolAllocationMode",
|
|
3236
|
+
readOnly: true,
|
|
3237
|
+
type: {
|
|
3238
|
+
name: "Enum",
|
|
3239
|
+
allowedValues: ["BatchService", "UserSubscription"]
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
keyVaultReference: {
|
|
3243
|
+
serializedName: "properties.keyVaultReference",
|
|
3244
|
+
type: {
|
|
3245
|
+
name: "Composite",
|
|
3246
|
+
className: "KeyVaultReference"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
publicNetworkAccess: {
|
|
3250
|
+
defaultValue: "Enabled",
|
|
3251
|
+
serializedName: "properties.publicNetworkAccess",
|
|
3252
|
+
readOnly: true,
|
|
3253
|
+
nullable: true,
|
|
3254
|
+
type: {
|
|
3255
|
+
name: "Enum",
|
|
3256
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
privateEndpointConnections: {
|
|
3260
|
+
serializedName: "properties.privateEndpointConnections",
|
|
3261
|
+
readOnly: true,
|
|
3262
|
+
nullable: true,
|
|
3263
|
+
type: {
|
|
3264
|
+
name: "Sequence",
|
|
3265
|
+
element: {
|
|
3266
|
+
type: {
|
|
3267
|
+
name: "Composite",
|
|
3268
|
+
className: "PrivateEndpointConnection"
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
autoStorage: {
|
|
3274
|
+
serializedName: "properties.autoStorage",
|
|
3275
|
+
type: {
|
|
3276
|
+
name: "Composite",
|
|
3277
|
+
className: "AutoStorageProperties"
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
encryption: {
|
|
3281
|
+
serializedName: "properties.encryption",
|
|
3282
|
+
type: {
|
|
3283
|
+
name: "Composite",
|
|
3284
|
+
className: "EncryptionProperties"
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
dedicatedCoreQuota: {
|
|
3288
|
+
serializedName: "properties.dedicatedCoreQuota",
|
|
3289
|
+
readOnly: true,
|
|
3290
|
+
nullable: true,
|
|
3291
|
+
type: {
|
|
3292
|
+
name: "Number"
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
3295
|
+
lowPriorityCoreQuota: {
|
|
3296
|
+
serializedName: "properties.lowPriorityCoreQuota",
|
|
3297
|
+
readOnly: true,
|
|
3298
|
+
nullable: true,
|
|
3299
|
+
type: {
|
|
3300
|
+
name: "Number"
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
dedicatedCoreQuotaPerVMFamily: {
|
|
3304
|
+
serializedName: "properties.dedicatedCoreQuotaPerVMFamily",
|
|
3305
|
+
readOnly: true,
|
|
3306
|
+
nullable: true,
|
|
3307
|
+
type: {
|
|
3308
|
+
name: "Sequence",
|
|
3309
|
+
element: {
|
|
3310
|
+
type: {
|
|
3311
|
+
name: "Composite",
|
|
3312
|
+
className: "VirtualMachineFamilyCoreQuota"
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
},
|
|
3317
|
+
dedicatedCoreQuotaPerVMFamilyEnforced: {
|
|
3318
|
+
serializedName: "properties.dedicatedCoreQuotaPerVMFamilyEnforced",
|
|
1969
3319
|
readOnly: true,
|
|
1970
|
-
serializedName: "properties.resizeOperationStatus",
|
|
1971
|
-
type: {
|
|
1972
|
-
name: "Composite",
|
|
1973
|
-
className: "ResizeOperationStatus"
|
|
1974
|
-
}
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
};
|
|
1979
|
-
|
|
1980
|
-
export const OperationDisplay: msRest.CompositeMapper = {
|
|
1981
|
-
serializedName: "Operation_display",
|
|
1982
|
-
type: {
|
|
1983
|
-
name: "Composite",
|
|
1984
|
-
className: "OperationDisplay",
|
|
1985
|
-
modelProperties: {
|
|
1986
|
-
provider: {
|
|
1987
|
-
serializedName: "provider",
|
|
1988
3320
|
type: {
|
|
1989
|
-
name: "
|
|
3321
|
+
name: "Boolean"
|
|
1990
3322
|
}
|
|
1991
3323
|
},
|
|
1992
|
-
|
|
1993
|
-
serializedName: "
|
|
3324
|
+
poolQuota: {
|
|
3325
|
+
serializedName: "properties.poolQuota",
|
|
3326
|
+
readOnly: true,
|
|
1994
3327
|
type: {
|
|
1995
|
-
name: "
|
|
3328
|
+
name: "Number"
|
|
1996
3329
|
}
|
|
1997
3330
|
},
|
|
1998
|
-
|
|
1999
|
-
serializedName: "
|
|
3331
|
+
activeJobAndJobScheduleQuota: {
|
|
3332
|
+
serializedName: "properties.activeJobAndJobScheduleQuota",
|
|
3333
|
+
readOnly: true,
|
|
2000
3334
|
type: {
|
|
2001
|
-
name: "
|
|
3335
|
+
name: "Number"
|
|
2002
3336
|
}
|
|
2003
3337
|
},
|
|
2004
|
-
|
|
2005
|
-
serializedName: "
|
|
3338
|
+
allowedAuthenticationModes: {
|
|
3339
|
+
serializedName: "properties.allowedAuthenticationModes",
|
|
3340
|
+
readOnly: true,
|
|
2006
3341
|
type: {
|
|
2007
|
-
name: "
|
|
3342
|
+
name: "Sequence",
|
|
3343
|
+
element: {
|
|
3344
|
+
type: {
|
|
3345
|
+
name: "Enum",
|
|
3346
|
+
allowedValues: ["SharedKey", "AAD", "TaskAuthenticationToken"]
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
2008
3349
|
}
|
|
2009
3350
|
}
|
|
2010
3351
|
}
|
|
2011
3352
|
}
|
|
2012
3353
|
};
|
|
2013
3354
|
|
|
2014
|
-
export const
|
|
2015
|
-
serializedName: "Operation",
|
|
3355
|
+
export const CertificateProperties: coreClient.CompositeMapper = {
|
|
2016
3356
|
type: {
|
|
2017
3357
|
name: "Composite",
|
|
2018
|
-
className: "
|
|
3358
|
+
className: "CertificateProperties",
|
|
2019
3359
|
modelProperties: {
|
|
2020
|
-
|
|
2021
|
-
|
|
3360
|
+
...CertificateBaseProperties.type.modelProperties,
|
|
3361
|
+
provisioningState: {
|
|
3362
|
+
serializedName: "provisioningState",
|
|
3363
|
+
readOnly: true,
|
|
2022
3364
|
type: {
|
|
2023
|
-
name: "
|
|
3365
|
+
name: "Enum",
|
|
3366
|
+
allowedValues: ["Succeeded", "Deleting", "Failed"]
|
|
2024
3367
|
}
|
|
2025
3368
|
},
|
|
2026
|
-
|
|
2027
|
-
serializedName: "
|
|
3369
|
+
provisioningStateTransitionTime: {
|
|
3370
|
+
serializedName: "provisioningStateTransitionTime",
|
|
3371
|
+
readOnly: true,
|
|
2028
3372
|
type: {
|
|
2029
|
-
name: "
|
|
2030
|
-
className: "OperationDisplay"
|
|
3373
|
+
name: "DateTime"
|
|
2031
3374
|
}
|
|
2032
3375
|
},
|
|
2033
|
-
|
|
2034
|
-
serializedName: "
|
|
3376
|
+
previousProvisioningState: {
|
|
3377
|
+
serializedName: "previousProvisioningState",
|
|
3378
|
+
readOnly: true,
|
|
2035
3379
|
type: {
|
|
2036
|
-
name: "
|
|
3380
|
+
name: "Enum",
|
|
3381
|
+
allowedValues: ["Succeeded", "Deleting", "Failed"]
|
|
2037
3382
|
}
|
|
2038
3383
|
},
|
|
2039
|
-
|
|
2040
|
-
serializedName: "
|
|
3384
|
+
previousProvisioningStateTransitionTime: {
|
|
3385
|
+
serializedName: "previousProvisioningStateTransitionTime",
|
|
3386
|
+
readOnly: true,
|
|
2041
3387
|
type: {
|
|
2042
|
-
name: "
|
|
3388
|
+
name: "DateTime"
|
|
2043
3389
|
}
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
export const CheckNameAvailabilityParameters: msRest.CompositeMapper = {
|
|
2050
|
-
serializedName: "CheckNameAvailabilityParameters",
|
|
2051
|
-
type: {
|
|
2052
|
-
name: "Composite",
|
|
2053
|
-
className: "CheckNameAvailabilityParameters",
|
|
2054
|
-
modelProperties: {
|
|
2055
|
-
name: {
|
|
2056
|
-
required: true,
|
|
2057
|
-
serializedName: "name",
|
|
3390
|
+
},
|
|
3391
|
+
publicData: {
|
|
3392
|
+
serializedName: "publicData",
|
|
3393
|
+
readOnly: true,
|
|
2058
3394
|
type: {
|
|
2059
3395
|
name: "String"
|
|
2060
3396
|
}
|
|
2061
3397
|
},
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
isConstant: true,
|
|
2065
|
-
serializedName: "type",
|
|
2066
|
-
defaultValue: 'Microsoft.Batch/batchAccounts',
|
|
3398
|
+
deleteCertificateError: {
|
|
3399
|
+
serializedName: "deleteCertificateError",
|
|
2067
3400
|
type: {
|
|
2068
|
-
name: "
|
|
3401
|
+
name: "Composite",
|
|
3402
|
+
className: "DeleteCertificateError"
|
|
2069
3403
|
}
|
|
2070
3404
|
}
|
|
2071
3405
|
}
|
|
2072
3406
|
}
|
|
2073
3407
|
};
|
|
2074
3408
|
|
|
2075
|
-
export const
|
|
2076
|
-
serializedName: "CheckNameAvailabilityResult",
|
|
3409
|
+
export const CertificateCreateOrUpdateProperties: coreClient.CompositeMapper = {
|
|
2077
3410
|
type: {
|
|
2078
3411
|
name: "Composite",
|
|
2079
|
-
className: "
|
|
3412
|
+
className: "CertificateCreateOrUpdateProperties",
|
|
2080
3413
|
modelProperties: {
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
serializedName: "
|
|
2084
|
-
|
|
2085
|
-
name: "Boolean"
|
|
2086
|
-
}
|
|
2087
|
-
},
|
|
2088
|
-
reason: {
|
|
2089
|
-
readOnly: true,
|
|
2090
|
-
serializedName: "reason",
|
|
3414
|
+
...CertificateBaseProperties.type.modelProperties,
|
|
3415
|
+
data: {
|
|
3416
|
+
serializedName: "data",
|
|
3417
|
+
required: true,
|
|
2091
3418
|
type: {
|
|
2092
|
-
name: "
|
|
2093
|
-
allowedValues: [
|
|
2094
|
-
"Invalid",
|
|
2095
|
-
"AlreadyExists"
|
|
2096
|
-
]
|
|
3419
|
+
name: "String"
|
|
2097
3420
|
}
|
|
2098
3421
|
},
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
serializedName: "message",
|
|
3422
|
+
password: {
|
|
3423
|
+
serializedName: "password",
|
|
2102
3424
|
type: {
|
|
2103
3425
|
name: "String"
|
|
2104
3426
|
}
|
|
@@ -2107,13 +3429,12 @@ export const CheckNameAvailabilityResult: msRest.CompositeMapper = {
|
|
|
2107
3429
|
}
|
|
2108
3430
|
};
|
|
2109
3431
|
|
|
2110
|
-
export const BatchAccountCreateHeaders:
|
|
2111
|
-
serializedName: "batchaccount-create-headers",
|
|
3432
|
+
export const BatchAccountCreateHeaders: coreClient.CompositeMapper = {
|
|
2112
3433
|
type: {
|
|
2113
3434
|
name: "Composite",
|
|
2114
3435
|
className: "BatchAccountCreateHeaders",
|
|
2115
3436
|
modelProperties: {
|
|
2116
|
-
|
|
3437
|
+
location: {
|
|
2117
3438
|
serializedName: "location",
|
|
2118
3439
|
type: {
|
|
2119
3440
|
name: "String"
|
|
@@ -2129,8 +3450,7 @@ export const BatchAccountCreateHeaders: msRest.CompositeMapper = {
|
|
|
2129
3450
|
}
|
|
2130
3451
|
};
|
|
2131
3452
|
|
|
2132
|
-
export const BatchAccountDeleteHeaders:
|
|
2133
|
-
serializedName: "batchaccount-delete-headers",
|
|
3453
|
+
export const BatchAccountDeleteHeaders: coreClient.CompositeMapper = {
|
|
2134
3454
|
type: {
|
|
2135
3455
|
name: "Composite",
|
|
2136
3456
|
className: "BatchAccountDeleteHeaders",
|
|
@@ -2151,8 +3471,7 @@ export const BatchAccountDeleteHeaders: msRest.CompositeMapper = {
|
|
|
2151
3471
|
}
|
|
2152
3472
|
};
|
|
2153
3473
|
|
|
2154
|
-
export const CertificateCreateHeaders:
|
|
2155
|
-
serializedName: "certificate-create-headers",
|
|
3474
|
+
export const CertificateCreateHeaders: coreClient.CompositeMapper = {
|
|
2156
3475
|
type: {
|
|
2157
3476
|
name: "Composite",
|
|
2158
3477
|
className: "CertificateCreateHeaders",
|
|
@@ -2167,8 +3486,7 @@ export const CertificateCreateHeaders: msRest.CompositeMapper = {
|
|
|
2167
3486
|
}
|
|
2168
3487
|
};
|
|
2169
3488
|
|
|
2170
|
-
export const CertificateUpdateHeaders:
|
|
2171
|
-
serializedName: "certificate-update-headers",
|
|
3489
|
+
export const CertificateUpdateHeaders: coreClient.CompositeMapper = {
|
|
2172
3490
|
type: {
|
|
2173
3491
|
name: "Composite",
|
|
2174
3492
|
className: "CertificateUpdateHeaders",
|
|
@@ -2183,8 +3501,7 @@ export const CertificateUpdateHeaders: msRest.CompositeMapper = {
|
|
|
2183
3501
|
}
|
|
2184
3502
|
};
|
|
2185
3503
|
|
|
2186
|
-
export const CertificateDeleteHeaders:
|
|
2187
|
-
serializedName: "certificate-delete-headers",
|
|
3504
|
+
export const CertificateDeleteHeaders: coreClient.CompositeMapper = {
|
|
2188
3505
|
type: {
|
|
2189
3506
|
name: "Composite",
|
|
2190
3507
|
className: "CertificateDeleteHeaders",
|
|
@@ -2205,8 +3522,7 @@ export const CertificateDeleteHeaders: msRest.CompositeMapper = {
|
|
|
2205
3522
|
}
|
|
2206
3523
|
};
|
|
2207
3524
|
|
|
2208
|
-
export const CertificateGetHeaders:
|
|
2209
|
-
serializedName: "certificate-get-headers",
|
|
3525
|
+
export const CertificateGetHeaders: coreClient.CompositeMapper = {
|
|
2210
3526
|
type: {
|
|
2211
3527
|
name: "Composite",
|
|
2212
3528
|
className: "CertificateGetHeaders",
|
|
@@ -2221,8 +3537,7 @@ export const CertificateGetHeaders: msRest.CompositeMapper = {
|
|
|
2221
3537
|
}
|
|
2222
3538
|
};
|
|
2223
3539
|
|
|
2224
|
-
export const CertificateCancelDeletionHeaders:
|
|
2225
|
-
serializedName: "certificate-canceldeletion-headers",
|
|
3540
|
+
export const CertificateCancelDeletionHeaders: coreClient.CompositeMapper = {
|
|
2226
3541
|
type: {
|
|
2227
3542
|
name: "Composite",
|
|
2228
3543
|
className: "CertificateCancelDeletionHeaders",
|
|
@@ -2237,43 +3552,10 @@ export const CertificateCancelDeletionHeaders: msRest.CompositeMapper = {
|
|
|
2237
3552
|
}
|
|
2238
3553
|
};
|
|
2239
3554
|
|
|
2240
|
-
export const
|
|
2241
|
-
serializedName: "pool-create-headers",
|
|
2242
|
-
type: {
|
|
2243
|
-
name: "Composite",
|
|
2244
|
-
className: "PoolCreateHeaders",
|
|
2245
|
-
modelProperties: {
|
|
2246
|
-
eTag: {
|
|
2247
|
-
serializedName: "etag",
|
|
2248
|
-
type: {
|
|
2249
|
-
name: "String"
|
|
2250
|
-
}
|
|
2251
|
-
}
|
|
2252
|
-
}
|
|
2253
|
-
}
|
|
2254
|
-
};
|
|
2255
|
-
|
|
2256
|
-
export const PoolUpdateHeaders: msRest.CompositeMapper = {
|
|
2257
|
-
serializedName: "pool-update-headers",
|
|
2258
|
-
type: {
|
|
2259
|
-
name: "Composite",
|
|
2260
|
-
className: "PoolUpdateHeaders",
|
|
2261
|
-
modelProperties: {
|
|
2262
|
-
eTag: {
|
|
2263
|
-
serializedName: "etag",
|
|
2264
|
-
type: {
|
|
2265
|
-
name: "String"
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
|
-
}
|
|
2269
|
-
}
|
|
2270
|
-
};
|
|
2271
|
-
|
|
2272
|
-
export const PoolDeleteHeaders: msRest.CompositeMapper = {
|
|
2273
|
-
serializedName: "pool-delete-headers",
|
|
3555
|
+
export const PrivateEndpointConnectionUpdateHeaders: coreClient.CompositeMapper = {
|
|
2274
3556
|
type: {
|
|
2275
3557
|
name: "Composite",
|
|
2276
|
-
className: "
|
|
3558
|
+
className: "PrivateEndpointConnectionUpdateHeaders",
|
|
2277
3559
|
modelProperties: {
|
|
2278
3560
|
location: {
|
|
2279
3561
|
serializedName: "location",
|
|
@@ -2291,27 +3573,10 @@ export const PoolDeleteHeaders: msRest.CompositeMapper = {
|
|
|
2291
3573
|
}
|
|
2292
3574
|
};
|
|
2293
3575
|
|
|
2294
|
-
export const
|
|
2295
|
-
serializedName: "pool-get-headers",
|
|
2296
|
-
type: {
|
|
2297
|
-
name: "Composite",
|
|
2298
|
-
className: "PoolGetHeaders",
|
|
2299
|
-
modelProperties: {
|
|
2300
|
-
eTag: {
|
|
2301
|
-
serializedName: "etag",
|
|
2302
|
-
type: {
|
|
2303
|
-
name: "String"
|
|
2304
|
-
}
|
|
2305
|
-
}
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
};
|
|
2309
|
-
|
|
2310
|
-
export const PoolDisableAutoScaleHeaders: msRest.CompositeMapper = {
|
|
2311
|
-
serializedName: "pool-disableautoscale-headers",
|
|
3576
|
+
export const PoolCreateHeaders: coreClient.CompositeMapper = {
|
|
2312
3577
|
type: {
|
|
2313
3578
|
name: "Composite",
|
|
2314
|
-
className: "
|
|
3579
|
+
className: "PoolCreateHeaders",
|
|
2315
3580
|
modelProperties: {
|
|
2316
3581
|
eTag: {
|
|
2317
3582
|
serializedName: "etag",
|
|
@@ -2323,11 +3588,10 @@ export const PoolDisableAutoScaleHeaders: msRest.CompositeMapper = {
|
|
|
2323
3588
|
}
|
|
2324
3589
|
};
|
|
2325
3590
|
|
|
2326
|
-
export const
|
|
2327
|
-
serializedName: "pool-stopresize-headers",
|
|
3591
|
+
export const PoolUpdateHeaders: coreClient.CompositeMapper = {
|
|
2328
3592
|
type: {
|
|
2329
3593
|
name: "Composite",
|
|
2330
|
-
className: "
|
|
3594
|
+
className: "PoolUpdateHeaders",
|
|
2331
3595
|
modelProperties: {
|
|
2332
3596
|
eTag: {
|
|
2333
3597
|
serializedName: "etag",
|
|
@@ -2339,82 +3603,34 @@ export const PoolStopResizeHeaders: msRest.CompositeMapper = {
|
|
|
2339
3603
|
}
|
|
2340
3604
|
};
|
|
2341
3605
|
|
|
2342
|
-
export const
|
|
2343
|
-
serializedName: "BatchAccountListResult",
|
|
3606
|
+
export const PoolDeleteHeaders: coreClient.CompositeMapper = {
|
|
2344
3607
|
type: {
|
|
2345
3608
|
name: "Composite",
|
|
2346
|
-
className: "
|
|
3609
|
+
className: "PoolDeleteHeaders",
|
|
2347
3610
|
modelProperties: {
|
|
2348
|
-
|
|
2349
|
-
serializedName: "",
|
|
2350
|
-
type: {
|
|
2351
|
-
name: "Sequence",
|
|
2352
|
-
element: {
|
|
2353
|
-
type: {
|
|
2354
|
-
name: "Composite",
|
|
2355
|
-
className: "BatchAccount"
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
nextLink: {
|
|
2361
|
-
serializedName: "nextLink",
|
|
3611
|
+
location: {
|
|
3612
|
+
serializedName: "location",
|
|
2362
3613
|
type: {
|
|
2363
3614
|
name: "String"
|
|
2364
3615
|
}
|
|
2365
|
-
}
|
|
2366
|
-
}
|
|
2367
|
-
}
|
|
2368
|
-
};
|
|
2369
|
-
|
|
2370
|
-
export const ListApplicationsResult: msRest.CompositeMapper = {
|
|
2371
|
-
serializedName: "ListApplicationsResult",
|
|
2372
|
-
type: {
|
|
2373
|
-
name: "Composite",
|
|
2374
|
-
className: "ListApplicationsResult",
|
|
2375
|
-
modelProperties: {
|
|
2376
|
-
value: {
|
|
2377
|
-
serializedName: "",
|
|
2378
|
-
type: {
|
|
2379
|
-
name: "Sequence",
|
|
2380
|
-
element: {
|
|
2381
|
-
type: {
|
|
2382
|
-
name: "Composite",
|
|
2383
|
-
className: "Application"
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
}
|
|
2387
3616
|
},
|
|
2388
|
-
|
|
2389
|
-
serializedName: "
|
|
3617
|
+
retryAfter: {
|
|
3618
|
+
serializedName: "retry-after",
|
|
2390
3619
|
type: {
|
|
2391
|
-
name: "
|
|
3620
|
+
name: "Number"
|
|
2392
3621
|
}
|
|
2393
3622
|
}
|
|
2394
3623
|
}
|
|
2395
3624
|
}
|
|
2396
3625
|
};
|
|
2397
3626
|
|
|
2398
|
-
export const
|
|
2399
|
-
serializedName: "OperationListResult",
|
|
3627
|
+
export const PoolGetHeaders: coreClient.CompositeMapper = {
|
|
2400
3628
|
type: {
|
|
2401
3629
|
name: "Composite",
|
|
2402
|
-
className: "
|
|
3630
|
+
className: "PoolGetHeaders",
|
|
2403
3631
|
modelProperties: {
|
|
2404
|
-
|
|
2405
|
-
serializedName: "",
|
|
2406
|
-
type: {
|
|
2407
|
-
name: "Sequence",
|
|
2408
|
-
element: {
|
|
2409
|
-
type: {
|
|
2410
|
-
name: "Composite",
|
|
2411
|
-
className: "Operation"
|
|
2412
|
-
}
|
|
2413
|
-
}
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
|
-
nextLink: {
|
|
2417
|
-
serializedName: "nextLink",
|
|
3632
|
+
eTag: {
|
|
3633
|
+
serializedName: "etag",
|
|
2418
3634
|
type: {
|
|
2419
3635
|
name: "String"
|
|
2420
3636
|
}
|
|
@@ -2423,26 +3639,13 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
2423
3639
|
}
|
|
2424
3640
|
};
|
|
2425
3641
|
|
|
2426
|
-
export const
|
|
2427
|
-
serializedName: "ListCertificatesResult",
|
|
3642
|
+
export const PoolDisableAutoScaleHeaders: coreClient.CompositeMapper = {
|
|
2428
3643
|
type: {
|
|
2429
3644
|
name: "Composite",
|
|
2430
|
-
className: "
|
|
3645
|
+
className: "PoolDisableAutoScaleHeaders",
|
|
2431
3646
|
modelProperties: {
|
|
2432
|
-
|
|
2433
|
-
serializedName: "",
|
|
2434
|
-
type: {
|
|
2435
|
-
name: "Sequence",
|
|
2436
|
-
element: {
|
|
2437
|
-
type: {
|
|
2438
|
-
name: "Composite",
|
|
2439
|
-
className: "Certificate"
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2443
|
-
},
|
|
2444
|
-
nextLink: {
|
|
2445
|
-
serializedName: "nextLink",
|
|
3647
|
+
eTag: {
|
|
3648
|
+
serializedName: "etag",
|
|
2446
3649
|
type: {
|
|
2447
3650
|
name: "String"
|
|
2448
3651
|
}
|
|
@@ -2451,26 +3654,13 @@ export const ListCertificatesResult: msRest.CompositeMapper = {
|
|
|
2451
3654
|
}
|
|
2452
3655
|
};
|
|
2453
3656
|
|
|
2454
|
-
export const
|
|
2455
|
-
serializedName: "ListPoolsResult",
|
|
3657
|
+
export const PoolStopResizeHeaders: coreClient.CompositeMapper = {
|
|
2456
3658
|
type: {
|
|
2457
3659
|
name: "Composite",
|
|
2458
|
-
className: "
|
|
3660
|
+
className: "PoolStopResizeHeaders",
|
|
2459
3661
|
modelProperties: {
|
|
2460
|
-
|
|
2461
|
-
serializedName: "",
|
|
2462
|
-
type: {
|
|
2463
|
-
name: "Sequence",
|
|
2464
|
-
element: {
|
|
2465
|
-
type: {
|
|
2466
|
-
name: "Composite",
|
|
2467
|
-
className: "Pool"
|
|
2468
|
-
}
|
|
2469
|
-
}
|
|
2470
|
-
}
|
|
2471
|
-
},
|
|
2472
|
-
nextLink: {
|
|
2473
|
-
serializedName: "nextLink",
|
|
3662
|
+
eTag: {
|
|
3663
|
+
serializedName: "etag",
|
|
2474
3664
|
type: {
|
|
2475
3665
|
name: "String"
|
|
2476
3666
|
}
|