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