@azure/arm-datalake-analytics 1.1.1 → 2.0.0-alpha.20211220.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 +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -91
- package/dist/index.js +4780 -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/dataLakeAnalyticsAccountManagementClient.d.ts +22 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js +29 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts +17 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js +50 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.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 +1346 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +31 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +56 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1439 -1205
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +32 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +254 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +120 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +569 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/computePolicies.d.ts +76 -0
- package/dist-esm/src/operations/computePolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/computePolicies.js +280 -0
- package/dist-esm/src/operations/computePolicies.js.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js +250 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +72 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +270 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +20 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +53 -0
- package/dist-esm/src/operations/locations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +153 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +594 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/computePolicies.js} +2 -7
- package/dist-esm/src/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js} +2 -2
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -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/storageAccounts.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.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 +89 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-datalake-analytics.api.md +935 -0
- package/rollup.config.js +181 -30
- package/src/dataLakeAnalyticsAccountManagementClient.ts +45 -44
- package/src/dataLakeAnalyticsAccountManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1160 -1948
- package/src/models/mappers.ts +1446 -1179
- package/src/models/parameters.ts +183 -93
- package/src/operations/accounts.ts +540 -372
- package/src/operations/computePolicies.ts +225 -254
- package/src/operations/dataLakeStoreAccounts.ts +213 -220
- package/src/operations/firewallRules.ts +222 -255
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +32 -44
- package/src/operations/operations.ts +24 -38
- package/src/operations/storageAccounts.ts +562 -476
- package/src/operationsInterfaces/accounts.ts +155 -0
- package/src/operationsInterfaces/computePolicies.ts +95 -0
- package/src/operationsInterfaces/dataLakeStoreAccounts.ts +73 -0
- package/src/operationsInterfaces/firewallRules.ts +92 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/locations.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/storageAccounts.ts +147 -0
- package/tsconfig.json +3 -3
- package/types/arm-datalake-analytics.d.ts +1829 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datalake-analytics.js +0 -4239
- package/dist/arm-datalake-analytics.js.map +0 -1
- package/dist/arm-datalake-analytics.min.js +0 -1
- package/dist/arm-datalake-analytics.min.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts +0 -31
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.js +0 -44
- package/esm/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts +0 -23
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js +0 -61
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/computePoliciesMappers.d.ts +0 -2
- package/esm/models/computePoliciesMappers.d.ts.map +0 -1
- package/esm/models/computePoliciesMappers.js +0 -9
- package/esm/models/computePoliciesMappers.js.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.d.ts +0 -2
- package/esm/models/dataLakeStoreAccountsMappers.d.ts.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.js +0 -9
- package/esm/models/dataLakeStoreAccountsMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2162
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -56
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -208
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -188
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -406
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/computePolicies.d.ts +0 -158
- package/esm/operations/computePolicies.d.ts.map +0 -1
- package/esm/operations/computePolicies.js +0 -230
- package/esm/operations/computePolicies.js.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.d.ts +0 -128
- package/esm/operations/dataLakeStoreAccounts.d.ts.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.js +0 -200
- package/esm/operations/dataLakeStoreAccounts.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -152
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -230
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -32
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -56
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -293
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -398
- package/esm/operations/storageAccounts.js.map +0 -1
- package/src/models/accountsMappers.ts +0 -38
- package/src/models/computePoliciesMappers.ts +0 -28
- package/src/models/dataLakeStoreAccountsMappers.ts +0 -27
- package/src/models/firewallRulesMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -21
- package/src/models/storageAccountsMappers.ts +0 -31
package/src/models/mappers.ts
CHANGED
|
@@ -6,103 +6,101 @@
|
|
|
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 Resource: msRest.CompositeMapper = {
|
|
16
|
-
serializedName: "Resource",
|
|
11
|
+
export const DataLakeAnalyticsAccountListResult: coreClient.CompositeMapper = {
|
|
17
12
|
type: {
|
|
18
13
|
name: "Composite",
|
|
19
|
-
className: "
|
|
14
|
+
className: "DataLakeAnalyticsAccountListResult",
|
|
20
15
|
modelProperties: {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
serializedName: "id",
|
|
24
|
-
type: {
|
|
25
|
-
name: "String"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
name: {
|
|
16
|
+
value: {
|
|
17
|
+
serializedName: "value",
|
|
29
18
|
readOnly: true,
|
|
30
|
-
serializedName: "name",
|
|
31
19
|
type: {
|
|
32
|
-
name: "
|
|
20
|
+
name: "Sequence",
|
|
21
|
+
element: {
|
|
22
|
+
type: {
|
|
23
|
+
name: "Composite",
|
|
24
|
+
className: "DataLakeAnalyticsAccountBasic"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
33
27
|
}
|
|
34
28
|
},
|
|
35
|
-
|
|
29
|
+
count: {
|
|
30
|
+
serializedName: "count",
|
|
36
31
|
readOnly: true,
|
|
37
|
-
serializedName: "type",
|
|
38
32
|
type: {
|
|
39
|
-
name: "
|
|
33
|
+
name: "Number"
|
|
40
34
|
}
|
|
41
35
|
},
|
|
42
|
-
|
|
36
|
+
nextLink: {
|
|
37
|
+
serializedName: "nextLink",
|
|
43
38
|
readOnly: true,
|
|
44
|
-
serializedName: "location",
|
|
45
39
|
type: {
|
|
46
40
|
name: "String"
|
|
47
41
|
}
|
|
48
|
-
},
|
|
49
|
-
tags: {
|
|
50
|
-
readOnly: true,
|
|
51
|
-
serializedName: "tags",
|
|
52
|
-
type: {
|
|
53
|
-
name: "Dictionary",
|
|
54
|
-
value: {
|
|
55
|
-
type: {
|
|
56
|
-
name: "String"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
42
|
}
|
|
61
43
|
}
|
|
62
44
|
}
|
|
63
45
|
};
|
|
64
46
|
|
|
65
|
-
export const
|
|
66
|
-
serializedName: "SubResource",
|
|
47
|
+
export const DataLakeAnalyticsAccountPropertiesBasic: coreClient.CompositeMapper = {
|
|
67
48
|
type: {
|
|
68
49
|
name: "Composite",
|
|
69
|
-
className: "
|
|
50
|
+
className: "DataLakeAnalyticsAccountPropertiesBasic",
|
|
70
51
|
modelProperties: {
|
|
71
|
-
|
|
52
|
+
accountId: {
|
|
53
|
+
serializedName: "accountId",
|
|
72
54
|
readOnly: true,
|
|
73
|
-
serializedName: "id",
|
|
74
55
|
type: {
|
|
75
|
-
name: "
|
|
56
|
+
name: "Uuid"
|
|
76
57
|
}
|
|
77
58
|
},
|
|
78
|
-
|
|
59
|
+
provisioningState: {
|
|
60
|
+
serializedName: "provisioningState",
|
|
79
61
|
readOnly: true,
|
|
80
|
-
serializedName: "name",
|
|
81
62
|
type: {
|
|
82
|
-
name: "
|
|
63
|
+
name: "Enum",
|
|
64
|
+
allowedValues: [
|
|
65
|
+
"Failed",
|
|
66
|
+
"Creating",
|
|
67
|
+
"Running",
|
|
68
|
+
"Succeeded",
|
|
69
|
+
"Patching",
|
|
70
|
+
"Suspending",
|
|
71
|
+
"Resuming",
|
|
72
|
+
"Deleting",
|
|
73
|
+
"Deleted",
|
|
74
|
+
"Undeleting",
|
|
75
|
+
"Canceled"
|
|
76
|
+
]
|
|
83
77
|
}
|
|
84
78
|
},
|
|
85
|
-
|
|
79
|
+
state: {
|
|
80
|
+
serializedName: "state",
|
|
86
81
|
readOnly: true,
|
|
87
|
-
serializedName: "type",
|
|
88
82
|
type: {
|
|
89
|
-
name: "
|
|
83
|
+
name: "Enum",
|
|
84
|
+
allowedValues: ["Active", "Suspended"]
|
|
90
85
|
}
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
86
|
+
},
|
|
87
|
+
creationTime: {
|
|
88
|
+
serializedName: "creationTime",
|
|
89
|
+
readOnly: true,
|
|
90
|
+
type: {
|
|
91
|
+
name: "DateTime"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
lastModifiedTime: {
|
|
95
|
+
serializedName: "lastModifiedTime",
|
|
96
|
+
readOnly: true,
|
|
97
|
+
type: {
|
|
98
|
+
name: "DateTime"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
endpoint: {
|
|
102
|
+
serializedName: "endpoint",
|
|
104
103
|
readOnly: true,
|
|
105
|
-
serializedName: "properties.suffix",
|
|
106
104
|
type: {
|
|
107
105
|
name: "String"
|
|
108
106
|
}
|
|
@@ -111,357 +109,237 @@ export const DataLakeStoreAccountInformation: msRest.CompositeMapper = {
|
|
|
111
109
|
}
|
|
112
110
|
};
|
|
113
111
|
|
|
114
|
-
export const
|
|
115
|
-
serializedName: "StorageAccountInformation",
|
|
112
|
+
export const Resource: coreClient.CompositeMapper = {
|
|
116
113
|
type: {
|
|
117
114
|
name: "Composite",
|
|
118
|
-
className: "
|
|
115
|
+
className: "Resource",
|
|
119
116
|
modelProperties: {
|
|
120
|
-
|
|
121
|
-
|
|
117
|
+
id: {
|
|
118
|
+
serializedName: "id",
|
|
122
119
|
readOnly: true,
|
|
123
|
-
serializedName: "properties.suffix",
|
|
124
120
|
type: {
|
|
125
121
|
name: "String"
|
|
126
122
|
}
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
export const ComputePolicy: msRest.CompositeMapper = {
|
|
133
|
-
serializedName: "ComputePolicy",
|
|
134
|
-
type: {
|
|
135
|
-
name: "Composite",
|
|
136
|
-
className: "ComputePolicy",
|
|
137
|
-
modelProperties: {
|
|
138
|
-
...SubResource.type.modelProperties,
|
|
139
|
-
objectId: {
|
|
123
|
+
},
|
|
124
|
+
name: {
|
|
125
|
+
serializedName: "name",
|
|
140
126
|
readOnly: true,
|
|
141
|
-
serializedName: "properties.objectId",
|
|
142
127
|
type: {
|
|
143
|
-
name: "
|
|
128
|
+
name: "String"
|
|
144
129
|
}
|
|
145
130
|
},
|
|
146
|
-
|
|
131
|
+
type: {
|
|
132
|
+
serializedName: "type",
|
|
147
133
|
readOnly: true,
|
|
148
|
-
serializedName: "properties.objectType",
|
|
149
134
|
type: {
|
|
150
135
|
name: "String"
|
|
151
136
|
}
|
|
152
137
|
},
|
|
153
|
-
|
|
138
|
+
location: {
|
|
139
|
+
serializedName: "location",
|
|
154
140
|
readOnly: true,
|
|
155
|
-
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
156
|
-
constraints: {
|
|
157
|
-
InclusiveMinimum: 1
|
|
158
|
-
},
|
|
159
141
|
type: {
|
|
160
|
-
name: "
|
|
142
|
+
name: "String"
|
|
161
143
|
}
|
|
162
144
|
},
|
|
163
|
-
|
|
145
|
+
tags: {
|
|
146
|
+
serializedName: "tags",
|
|
164
147
|
readOnly: true,
|
|
165
|
-
serializedName: "properties.minPriorityPerJob",
|
|
166
|
-
constraints: {
|
|
167
|
-
InclusiveMinimum: 1
|
|
168
|
-
},
|
|
169
148
|
type: {
|
|
170
|
-
name: "
|
|
149
|
+
name: "Dictionary",
|
|
150
|
+
value: { type: { name: "String" } }
|
|
171
151
|
}
|
|
172
152
|
}
|
|
173
153
|
}
|
|
174
154
|
}
|
|
175
155
|
};
|
|
176
156
|
|
|
177
|
-
export const
|
|
178
|
-
serializedName: "HiveMetastore",
|
|
157
|
+
export const ErrorResponse: coreClient.CompositeMapper = {
|
|
179
158
|
type: {
|
|
180
159
|
name: "Composite",
|
|
181
|
-
className: "
|
|
160
|
+
className: "ErrorResponse",
|
|
182
161
|
modelProperties: {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
readOnly: true,
|
|
186
|
-
serializedName: "properties.serverUri",
|
|
162
|
+
error: {
|
|
163
|
+
serializedName: "error",
|
|
187
164
|
type: {
|
|
188
|
-
name: "
|
|
165
|
+
name: "Composite",
|
|
166
|
+
className: "ErrorDetail"
|
|
189
167
|
}
|
|
190
|
-
}
|
|
191
|
-
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
|
|
173
|
+
export const ErrorDetail: coreClient.CompositeMapper = {
|
|
174
|
+
type: {
|
|
175
|
+
name: "Composite",
|
|
176
|
+
className: "ErrorDetail",
|
|
177
|
+
modelProperties: {
|
|
178
|
+
code: {
|
|
179
|
+
serializedName: "code",
|
|
192
180
|
readOnly: true,
|
|
193
|
-
serializedName: "properties.databaseName",
|
|
194
181
|
type: {
|
|
195
182
|
name: "String"
|
|
196
183
|
}
|
|
197
184
|
},
|
|
198
|
-
|
|
185
|
+
message: {
|
|
186
|
+
serializedName: "message",
|
|
199
187
|
readOnly: true,
|
|
200
|
-
serializedName: "properties.runtimeVersion",
|
|
201
188
|
type: {
|
|
202
189
|
name: "String"
|
|
203
190
|
}
|
|
204
191
|
},
|
|
205
|
-
|
|
192
|
+
target: {
|
|
193
|
+
serializedName: "target",
|
|
206
194
|
readOnly: true,
|
|
207
|
-
serializedName: "properties.userName",
|
|
208
195
|
type: {
|
|
209
196
|
name: "String"
|
|
210
197
|
}
|
|
211
198
|
},
|
|
212
|
-
|
|
199
|
+
details: {
|
|
200
|
+
serializedName: "details",
|
|
213
201
|
readOnly: true,
|
|
214
|
-
serializedName: "properties.password",
|
|
215
202
|
type: {
|
|
216
|
-
name: "
|
|
203
|
+
name: "Sequence",
|
|
204
|
+
element: {
|
|
205
|
+
type: {
|
|
206
|
+
name: "Composite",
|
|
207
|
+
className: "ErrorDetail"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
217
210
|
}
|
|
218
211
|
},
|
|
219
|
-
|
|
212
|
+
additionalInfo: {
|
|
213
|
+
serializedName: "additionalInfo",
|
|
220
214
|
readOnly: true,
|
|
221
|
-
serializedName: "properties.nestedResourceProvisioningState",
|
|
222
215
|
type: {
|
|
223
|
-
name: "
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
216
|
+
name: "Sequence",
|
|
217
|
+
element: {
|
|
218
|
+
type: {
|
|
219
|
+
name: "Composite",
|
|
220
|
+
className: "ErrorAdditionalInfo"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
229
223
|
}
|
|
230
224
|
}
|
|
231
225
|
}
|
|
232
226
|
}
|
|
233
227
|
};
|
|
234
228
|
|
|
235
|
-
export const
|
|
236
|
-
serializedName: "VirtualNetworkRule",
|
|
229
|
+
export const ErrorAdditionalInfo: coreClient.CompositeMapper = {
|
|
237
230
|
type: {
|
|
238
231
|
name: "Composite",
|
|
239
|
-
className: "
|
|
232
|
+
className: "ErrorAdditionalInfo",
|
|
240
233
|
modelProperties: {
|
|
241
|
-
|
|
242
|
-
|
|
234
|
+
type: {
|
|
235
|
+
serializedName: "type",
|
|
243
236
|
readOnly: true,
|
|
244
|
-
serializedName: "properties.subnetId",
|
|
245
237
|
type: {
|
|
246
238
|
name: "String"
|
|
247
239
|
}
|
|
248
240
|
},
|
|
249
|
-
|
|
241
|
+
info: {
|
|
242
|
+
serializedName: "info",
|
|
250
243
|
readOnly: true,
|
|
251
|
-
serializedName: "properties.virtualNetworkRuleState",
|
|
252
244
|
type: {
|
|
253
|
-
name: "
|
|
254
|
-
|
|
255
|
-
"Active",
|
|
256
|
-
"NetworkSourceDeleted",
|
|
257
|
-
"Failed"
|
|
258
|
-
]
|
|
245
|
+
name: "Dictionary",
|
|
246
|
+
value: { type: { name: "any" } }
|
|
259
247
|
}
|
|
260
248
|
}
|
|
261
249
|
}
|
|
262
250
|
}
|
|
263
251
|
};
|
|
264
252
|
|
|
265
|
-
export const
|
|
266
|
-
serializedName: "FirewallRule",
|
|
253
|
+
export const CreateDataLakeAnalyticsAccountParameters: coreClient.CompositeMapper = {
|
|
267
254
|
type: {
|
|
268
255
|
name: "Composite",
|
|
269
|
-
className: "
|
|
256
|
+
className: "CreateDataLakeAnalyticsAccountParameters",
|
|
270
257
|
modelProperties: {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
serializedName: "properties.startIpAddress",
|
|
258
|
+
location: {
|
|
259
|
+
serializedName: "location",
|
|
260
|
+
required: true,
|
|
275
261
|
type: {
|
|
276
262
|
name: "String"
|
|
277
263
|
}
|
|
278
264
|
},
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
serializedName: "properties.endIpAddress",
|
|
265
|
+
tags: {
|
|
266
|
+
serializedName: "tags",
|
|
282
267
|
type: {
|
|
283
|
-
name: "
|
|
268
|
+
name: "Dictionary",
|
|
269
|
+
value: { type: { name: "String" } }
|
|
284
270
|
}
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
export const DataLakeAnalyticsAccount: msRest.CompositeMapper = {
|
|
291
|
-
serializedName: "DataLakeAnalyticsAccount",
|
|
292
|
-
type: {
|
|
293
|
-
name: "Composite",
|
|
294
|
-
className: "DataLakeAnalyticsAccount",
|
|
295
|
-
modelProperties: {
|
|
296
|
-
...Resource.type.modelProperties,
|
|
297
|
-
accountId: {
|
|
298
|
-
readOnly: true,
|
|
299
|
-
serializedName: "properties.accountId",
|
|
271
|
+
},
|
|
272
|
+
defaultDataLakeStoreAccount: {
|
|
273
|
+
serializedName: "properties.defaultDataLakeStoreAccount",
|
|
274
|
+
required: true,
|
|
300
275
|
type: {
|
|
301
|
-
name: "
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
provisioningState: {
|
|
305
|
-
readOnly: true,
|
|
306
|
-
serializedName: "properties.provisioningState",
|
|
307
|
-
type: {
|
|
308
|
-
name: "Enum",
|
|
309
|
-
allowedValues: [
|
|
310
|
-
"Failed",
|
|
311
|
-
"Creating",
|
|
312
|
-
"Running",
|
|
313
|
-
"Succeeded",
|
|
314
|
-
"Patching",
|
|
315
|
-
"Suspending",
|
|
316
|
-
"Resuming",
|
|
317
|
-
"Deleting",
|
|
318
|
-
"Deleted",
|
|
319
|
-
"Undeleting",
|
|
320
|
-
"Canceled"
|
|
321
|
-
]
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
state: {
|
|
325
|
-
readOnly: true,
|
|
326
|
-
serializedName: "properties.state",
|
|
327
|
-
type: {
|
|
328
|
-
name: "Enum",
|
|
329
|
-
allowedValues: [
|
|
330
|
-
"Active",
|
|
331
|
-
"Suspended"
|
|
332
|
-
]
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
|
-
creationTime: {
|
|
336
|
-
readOnly: true,
|
|
337
|
-
serializedName: "properties.creationTime",
|
|
338
|
-
type: {
|
|
339
|
-
name: "DateTime"
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
lastModifiedTime: {
|
|
343
|
-
readOnly: true,
|
|
344
|
-
serializedName: "properties.lastModifiedTime",
|
|
345
|
-
type: {
|
|
346
|
-
name: "DateTime"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
endpoint: {
|
|
350
|
-
readOnly: true,
|
|
351
|
-
serializedName: "properties.endpoint",
|
|
352
|
-
type: {
|
|
353
|
-
name: "String"
|
|
354
|
-
}
|
|
355
|
-
},
|
|
356
|
-
defaultDataLakeStoreAccount: {
|
|
357
|
-
readOnly: true,
|
|
358
|
-
serializedName: "properties.defaultDataLakeStoreAccount",
|
|
359
|
-
type: {
|
|
360
|
-
name: "String"
|
|
276
|
+
name: "String"
|
|
361
277
|
}
|
|
362
278
|
},
|
|
363
279
|
dataLakeStoreAccounts: {
|
|
364
|
-
readOnly: true,
|
|
365
280
|
serializedName: "properties.dataLakeStoreAccounts",
|
|
281
|
+
required: true,
|
|
366
282
|
type: {
|
|
367
283
|
name: "Sequence",
|
|
368
284
|
element: {
|
|
369
285
|
type: {
|
|
370
286
|
name: "Composite",
|
|
371
|
-
className: "
|
|
287
|
+
className: "AddDataLakeStoreWithAccountParameters"
|
|
372
288
|
}
|
|
373
289
|
}
|
|
374
290
|
}
|
|
375
291
|
},
|
|
376
292
|
storageAccounts: {
|
|
377
|
-
readOnly: true,
|
|
378
293
|
serializedName: "properties.storageAccounts",
|
|
379
294
|
type: {
|
|
380
295
|
name: "Sequence",
|
|
381
296
|
element: {
|
|
382
297
|
type: {
|
|
383
298
|
name: "Composite",
|
|
384
|
-
className: "
|
|
299
|
+
className: "AddStorageAccountWithAccountParameters"
|
|
385
300
|
}
|
|
386
301
|
}
|
|
387
302
|
}
|
|
388
303
|
},
|
|
389
304
|
computePolicies: {
|
|
390
|
-
readOnly: true,
|
|
391
305
|
serializedName: "properties.computePolicies",
|
|
392
306
|
type: {
|
|
393
307
|
name: "Sequence",
|
|
394
308
|
element: {
|
|
395
309
|
type: {
|
|
396
310
|
name: "Composite",
|
|
397
|
-
className: "
|
|
398
|
-
}
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
hiveMetastores: {
|
|
403
|
-
readOnly: true,
|
|
404
|
-
serializedName: "properties.hiveMetastores",
|
|
405
|
-
type: {
|
|
406
|
-
name: "Sequence",
|
|
407
|
-
element: {
|
|
408
|
-
type: {
|
|
409
|
-
name: "Composite",
|
|
410
|
-
className: "HiveMetastore"
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
virtualNetworkRules: {
|
|
416
|
-
readOnly: true,
|
|
417
|
-
serializedName: "properties.virtualNetworkRules",
|
|
418
|
-
type: {
|
|
419
|
-
name: "Sequence",
|
|
420
|
-
element: {
|
|
421
|
-
type: {
|
|
422
|
-
name: "Composite",
|
|
423
|
-
className: "VirtualNetworkRule"
|
|
311
|
+
className: "CreateComputePolicyWithAccountParameters"
|
|
424
312
|
}
|
|
425
313
|
}
|
|
426
314
|
}
|
|
427
315
|
},
|
|
428
316
|
firewallRules: {
|
|
429
|
-
readOnly: true,
|
|
430
317
|
serializedName: "properties.firewallRules",
|
|
431
318
|
type: {
|
|
432
319
|
name: "Sequence",
|
|
433
320
|
element: {
|
|
434
321
|
type: {
|
|
435
322
|
name: "Composite",
|
|
436
|
-
className: "
|
|
323
|
+
className: "CreateFirewallRuleWithAccountParameters"
|
|
437
324
|
}
|
|
438
325
|
}
|
|
439
326
|
}
|
|
440
327
|
},
|
|
441
328
|
firewallState: {
|
|
442
|
-
readOnly: true,
|
|
443
329
|
serializedName: "properties.firewallState",
|
|
444
330
|
type: {
|
|
445
331
|
name: "Enum",
|
|
446
|
-
allowedValues: [
|
|
447
|
-
"Enabled",
|
|
448
|
-
"Disabled"
|
|
449
|
-
]
|
|
332
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
450
333
|
}
|
|
451
334
|
},
|
|
452
335
|
firewallAllowAzureIps: {
|
|
453
|
-
readOnly: true,
|
|
454
336
|
serializedName: "properties.firewallAllowAzureIps",
|
|
455
337
|
type: {
|
|
456
338
|
name: "Enum",
|
|
457
|
-
allowedValues: [
|
|
458
|
-
"Enabled",
|
|
459
|
-
"Disabled"
|
|
460
|
-
]
|
|
339
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
461
340
|
}
|
|
462
341
|
},
|
|
463
342
|
newTier: {
|
|
464
|
-
readOnly: true,
|
|
465
343
|
serializedName: "properties.newTier",
|
|
466
344
|
type: {
|
|
467
345
|
name: "Enum",
|
|
@@ -478,167 +356,74 @@ export const DataLakeAnalyticsAccount: msRest.CompositeMapper = {
|
|
|
478
356
|
]
|
|
479
357
|
}
|
|
480
358
|
},
|
|
481
|
-
currentTier: {
|
|
482
|
-
readOnly: true,
|
|
483
|
-
serializedName: "properties.currentTier",
|
|
484
|
-
type: {
|
|
485
|
-
name: "Enum",
|
|
486
|
-
allowedValues: [
|
|
487
|
-
"Consumption",
|
|
488
|
-
"Commitment_100AUHours",
|
|
489
|
-
"Commitment_500AUHours",
|
|
490
|
-
"Commitment_1000AUHours",
|
|
491
|
-
"Commitment_5000AUHours",
|
|
492
|
-
"Commitment_10000AUHours",
|
|
493
|
-
"Commitment_50000AUHours",
|
|
494
|
-
"Commitment_100000AUHours",
|
|
495
|
-
"Commitment_500000AUHours"
|
|
496
|
-
]
|
|
497
|
-
}
|
|
498
|
-
},
|
|
499
359
|
maxJobCount: {
|
|
500
|
-
serializedName: "properties.maxJobCount",
|
|
501
360
|
defaultValue: 3,
|
|
502
361
|
constraints: {
|
|
503
362
|
InclusiveMinimum: 1
|
|
504
363
|
},
|
|
505
|
-
|
|
506
|
-
name: "Number"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
systemMaxJobCount: {
|
|
510
|
-
readOnly: true,
|
|
511
|
-
serializedName: "properties.systemMaxJobCount",
|
|
364
|
+
serializedName: "properties.maxJobCount",
|
|
512
365
|
type: {
|
|
513
366
|
name: "Number"
|
|
514
367
|
}
|
|
515
368
|
},
|
|
516
369
|
maxDegreeOfParallelism: {
|
|
517
|
-
serializedName: "properties.maxDegreeOfParallelism",
|
|
518
370
|
defaultValue: 30,
|
|
519
371
|
constraints: {
|
|
520
372
|
InclusiveMinimum: 1
|
|
521
373
|
},
|
|
522
|
-
|
|
523
|
-
name: "Number"
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
systemMaxDegreeOfParallelism: {
|
|
527
|
-
readOnly: true,
|
|
528
|
-
serializedName: "properties.systemMaxDegreeOfParallelism",
|
|
374
|
+
serializedName: "properties.maxDegreeOfParallelism",
|
|
529
375
|
type: {
|
|
530
376
|
name: "Number"
|
|
531
377
|
}
|
|
532
378
|
},
|
|
533
379
|
maxDegreeOfParallelismPerJob: {
|
|
534
|
-
|
|
535
|
-
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
380
|
+
defaultValue: 32,
|
|
536
381
|
constraints: {
|
|
537
382
|
InclusiveMinimum: 1
|
|
538
383
|
},
|
|
384
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
539
385
|
type: {
|
|
540
386
|
name: "Number"
|
|
541
387
|
}
|
|
542
388
|
},
|
|
543
389
|
minPriorityPerJob: {
|
|
544
|
-
readOnly: true,
|
|
545
|
-
serializedName: "properties.minPriorityPerJob",
|
|
546
390
|
constraints: {
|
|
547
391
|
InclusiveMinimum: 1
|
|
548
392
|
},
|
|
393
|
+
serializedName: "properties.minPriorityPerJob",
|
|
549
394
|
type: {
|
|
550
395
|
name: "Number"
|
|
551
396
|
}
|
|
552
397
|
},
|
|
553
398
|
queryStoreRetention: {
|
|
554
|
-
serializedName: "properties.queryStoreRetention",
|
|
555
399
|
defaultValue: 30,
|
|
556
400
|
constraints: {
|
|
557
401
|
InclusiveMaximum: 180,
|
|
558
402
|
InclusiveMinimum: 1
|
|
559
403
|
},
|
|
404
|
+
serializedName: "properties.queryStoreRetention",
|
|
560
405
|
type: {
|
|
561
406
|
name: "Number"
|
|
562
407
|
}
|
|
563
|
-
},
|
|
564
|
-
debugDataAccessLevel: {
|
|
565
|
-
readOnly: true,
|
|
566
|
-
serializedName: "properties.debugDataAccessLevel",
|
|
567
|
-
type: {
|
|
568
|
-
name: "Enum",
|
|
569
|
-
allowedValues: [
|
|
570
|
-
"All",
|
|
571
|
-
"Customer",
|
|
572
|
-
"None"
|
|
573
|
-
]
|
|
574
|
-
}
|
|
575
408
|
}
|
|
576
409
|
}
|
|
577
410
|
}
|
|
578
411
|
};
|
|
579
412
|
|
|
580
|
-
export const
|
|
581
|
-
serializedName: "DataLakeAnalyticsAccountBasic",
|
|
413
|
+
export const AddDataLakeStoreWithAccountParameters: coreClient.CompositeMapper = {
|
|
582
414
|
type: {
|
|
583
415
|
name: "Composite",
|
|
584
|
-
className: "
|
|
416
|
+
className: "AddDataLakeStoreWithAccountParameters",
|
|
585
417
|
modelProperties: {
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
serializedName: "properties.accountId",
|
|
590
|
-
type: {
|
|
591
|
-
name: "Uuid"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
provisioningState: {
|
|
595
|
-
readOnly: true,
|
|
596
|
-
serializedName: "properties.provisioningState",
|
|
597
|
-
type: {
|
|
598
|
-
name: "Enum",
|
|
599
|
-
allowedValues: [
|
|
600
|
-
"Failed",
|
|
601
|
-
"Creating",
|
|
602
|
-
"Running",
|
|
603
|
-
"Succeeded",
|
|
604
|
-
"Patching",
|
|
605
|
-
"Suspending",
|
|
606
|
-
"Resuming",
|
|
607
|
-
"Deleting",
|
|
608
|
-
"Deleted",
|
|
609
|
-
"Undeleting",
|
|
610
|
-
"Canceled"
|
|
611
|
-
]
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
state: {
|
|
615
|
-
readOnly: true,
|
|
616
|
-
serializedName: "properties.state",
|
|
617
|
-
type: {
|
|
618
|
-
name: "Enum",
|
|
619
|
-
allowedValues: [
|
|
620
|
-
"Active",
|
|
621
|
-
"Suspended"
|
|
622
|
-
]
|
|
623
|
-
}
|
|
624
|
-
},
|
|
625
|
-
creationTime: {
|
|
626
|
-
readOnly: true,
|
|
627
|
-
serializedName: "properties.creationTime",
|
|
628
|
-
type: {
|
|
629
|
-
name: "DateTime"
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
lastModifiedTime: {
|
|
633
|
-
readOnly: true,
|
|
634
|
-
serializedName: "properties.lastModifiedTime",
|
|
418
|
+
name: {
|
|
419
|
+
serializedName: "name",
|
|
420
|
+
required: true,
|
|
635
421
|
type: {
|
|
636
|
-
name: "
|
|
422
|
+
name: "String"
|
|
637
423
|
}
|
|
638
424
|
},
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
serializedName: "properties.endpoint",
|
|
425
|
+
suffix: {
|
|
426
|
+
serializedName: "properties.suffix",
|
|
642
427
|
type: {
|
|
643
428
|
name: "String"
|
|
644
429
|
}
|
|
@@ -647,33 +432,28 @@ export const DataLakeAnalyticsAccountBasic: msRest.CompositeMapper = {
|
|
|
647
432
|
}
|
|
648
433
|
};
|
|
649
434
|
|
|
650
|
-
export const
|
|
651
|
-
serializedName: "StorageContainer",
|
|
435
|
+
export const AddStorageAccountWithAccountParameters: coreClient.CompositeMapper = {
|
|
652
436
|
type: {
|
|
653
437
|
name: "Composite",
|
|
654
|
-
className: "
|
|
438
|
+
className: "AddStorageAccountWithAccountParameters",
|
|
655
439
|
modelProperties: {
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
serializedName: "properties.lastModifiedTime",
|
|
440
|
+
name: {
|
|
441
|
+
serializedName: "name",
|
|
442
|
+
required: true,
|
|
660
443
|
type: {
|
|
661
|
-
name: "
|
|
444
|
+
name: "String"
|
|
662
445
|
}
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
accessToken: {
|
|
675
|
-
readOnly: true,
|
|
676
|
-
serializedName: "accessToken",
|
|
446
|
+
},
|
|
447
|
+
accessKey: {
|
|
448
|
+
serializedName: "properties.accessKey",
|
|
449
|
+
required: true,
|
|
450
|
+
type: {
|
|
451
|
+
name: "String"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
suffix: {
|
|
455
|
+
defaultValue: "azuredatalakestore.net",
|
|
456
|
+
serializedName: "properties.suffix",
|
|
677
457
|
type: {
|
|
678
458
|
name: "String"
|
|
679
459
|
}
|
|
@@ -682,58 +462,700 @@ export const SasTokenInformation: msRest.CompositeMapper = {
|
|
|
682
462
|
}
|
|
683
463
|
};
|
|
684
464
|
|
|
685
|
-
export const
|
|
686
|
-
serializedName: "VirtualNetworkRuleListResult",
|
|
465
|
+
export const CreateComputePolicyWithAccountParameters: coreClient.CompositeMapper = {
|
|
687
466
|
type: {
|
|
688
467
|
name: "Composite",
|
|
689
|
-
className: "
|
|
468
|
+
className: "CreateComputePolicyWithAccountParameters",
|
|
690
469
|
modelProperties: {
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
470
|
+
name: {
|
|
471
|
+
serializedName: "name",
|
|
472
|
+
required: true,
|
|
694
473
|
type: {
|
|
695
|
-
name: "
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
474
|
+
name: "String"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
objectId: {
|
|
478
|
+
serializedName: "properties.objectId",
|
|
479
|
+
required: true,
|
|
480
|
+
type: {
|
|
481
|
+
name: "Uuid"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
objectType: {
|
|
485
|
+
serializedName: "properties.objectType",
|
|
486
|
+
required: true,
|
|
487
|
+
type: {
|
|
488
|
+
name: "String"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
maxDegreeOfParallelismPerJob: {
|
|
492
|
+
constraints: {
|
|
493
|
+
InclusiveMinimum: 1
|
|
494
|
+
},
|
|
495
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
496
|
+
type: {
|
|
497
|
+
name: "Number"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
minPriorityPerJob: {
|
|
501
|
+
constraints: {
|
|
502
|
+
InclusiveMinimum: 1
|
|
503
|
+
},
|
|
504
|
+
serializedName: "properties.minPriorityPerJob",
|
|
505
|
+
type: {
|
|
506
|
+
name: "Number"
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
export const CreateFirewallRuleWithAccountParameters: coreClient.CompositeMapper = {
|
|
514
|
+
type: {
|
|
515
|
+
name: "Composite",
|
|
516
|
+
className: "CreateFirewallRuleWithAccountParameters",
|
|
517
|
+
modelProperties: {
|
|
518
|
+
name: {
|
|
519
|
+
serializedName: "name",
|
|
520
|
+
required: true,
|
|
521
|
+
type: {
|
|
522
|
+
name: "String"
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
startIpAddress: {
|
|
526
|
+
serializedName: "properties.startIpAddress",
|
|
527
|
+
required: true,
|
|
528
|
+
type: {
|
|
529
|
+
name: "String"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
endIpAddress: {
|
|
533
|
+
serializedName: "properties.endIpAddress",
|
|
534
|
+
required: true,
|
|
535
|
+
type: {
|
|
536
|
+
name: "String"
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
};
|
|
542
|
+
|
|
543
|
+
export const SubResource: coreClient.CompositeMapper = {
|
|
544
|
+
type: {
|
|
545
|
+
name: "Composite",
|
|
546
|
+
className: "SubResource",
|
|
547
|
+
modelProperties: {
|
|
548
|
+
id: {
|
|
549
|
+
serializedName: "id",
|
|
550
|
+
readOnly: true,
|
|
551
|
+
type: {
|
|
552
|
+
name: "String"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
name: {
|
|
556
|
+
serializedName: "name",
|
|
557
|
+
readOnly: true,
|
|
558
|
+
type: {
|
|
559
|
+
name: "String"
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
type: {
|
|
563
|
+
serializedName: "type",
|
|
564
|
+
readOnly: true,
|
|
565
|
+
type: {
|
|
566
|
+
name: "String"
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
};
|
|
572
|
+
|
|
573
|
+
export const UpdateDataLakeAnalyticsAccountParameters: coreClient.CompositeMapper = {
|
|
574
|
+
type: {
|
|
575
|
+
name: "Composite",
|
|
576
|
+
className: "UpdateDataLakeAnalyticsAccountParameters",
|
|
577
|
+
modelProperties: {
|
|
578
|
+
tags: {
|
|
579
|
+
serializedName: "tags",
|
|
580
|
+
type: {
|
|
581
|
+
name: "Dictionary",
|
|
582
|
+
value: { type: { name: "String" } }
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
dataLakeStoreAccounts: {
|
|
586
|
+
serializedName: "properties.dataLakeStoreAccounts",
|
|
587
|
+
type: {
|
|
588
|
+
name: "Sequence",
|
|
589
|
+
element: {
|
|
590
|
+
type: {
|
|
591
|
+
name: "Composite",
|
|
592
|
+
className: "UpdateDataLakeStoreWithAccountParameters"
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
storageAccounts: {
|
|
598
|
+
serializedName: "properties.storageAccounts",
|
|
599
|
+
type: {
|
|
600
|
+
name: "Sequence",
|
|
601
|
+
element: {
|
|
602
|
+
type: {
|
|
603
|
+
name: "Composite",
|
|
604
|
+
className: "UpdateStorageAccountWithAccountParameters"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
computePolicies: {
|
|
610
|
+
serializedName: "properties.computePolicies",
|
|
611
|
+
type: {
|
|
612
|
+
name: "Sequence",
|
|
613
|
+
element: {
|
|
614
|
+
type: {
|
|
615
|
+
name: "Composite",
|
|
616
|
+
className: "UpdateComputePolicyWithAccountParameters"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
firewallRules: {
|
|
622
|
+
serializedName: "properties.firewallRules",
|
|
623
|
+
type: {
|
|
624
|
+
name: "Sequence",
|
|
625
|
+
element: {
|
|
626
|
+
type: {
|
|
627
|
+
name: "Composite",
|
|
628
|
+
className: "UpdateFirewallRuleWithAccountParameters"
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
firewallState: {
|
|
634
|
+
serializedName: "properties.firewallState",
|
|
635
|
+
type: {
|
|
636
|
+
name: "Enum",
|
|
637
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
firewallAllowAzureIps: {
|
|
641
|
+
serializedName: "properties.firewallAllowAzureIps",
|
|
642
|
+
type: {
|
|
643
|
+
name: "Enum",
|
|
644
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
newTier: {
|
|
648
|
+
serializedName: "properties.newTier",
|
|
649
|
+
type: {
|
|
650
|
+
name: "Enum",
|
|
651
|
+
allowedValues: [
|
|
652
|
+
"Consumption",
|
|
653
|
+
"Commitment_100AUHours",
|
|
654
|
+
"Commitment_500AUHours",
|
|
655
|
+
"Commitment_1000AUHours",
|
|
656
|
+
"Commitment_5000AUHours",
|
|
657
|
+
"Commitment_10000AUHours",
|
|
658
|
+
"Commitment_50000AUHours",
|
|
659
|
+
"Commitment_100000AUHours",
|
|
660
|
+
"Commitment_500000AUHours"
|
|
661
|
+
]
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
maxJobCount: {
|
|
665
|
+
constraints: {
|
|
666
|
+
InclusiveMinimum: 1
|
|
667
|
+
},
|
|
668
|
+
serializedName: "properties.maxJobCount",
|
|
669
|
+
type: {
|
|
670
|
+
name: "Number"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
maxDegreeOfParallelism: {
|
|
674
|
+
constraints: {
|
|
675
|
+
InclusiveMinimum: 1
|
|
676
|
+
},
|
|
677
|
+
serializedName: "properties.maxDegreeOfParallelism",
|
|
678
|
+
type: {
|
|
679
|
+
name: "Number"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
maxDegreeOfParallelismPerJob: {
|
|
683
|
+
constraints: {
|
|
684
|
+
InclusiveMinimum: 1
|
|
685
|
+
},
|
|
686
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
687
|
+
type: {
|
|
688
|
+
name: "Number"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
minPriorityPerJob: {
|
|
692
|
+
constraints: {
|
|
693
|
+
InclusiveMinimum: 1
|
|
694
|
+
},
|
|
695
|
+
serializedName: "properties.minPriorityPerJob",
|
|
696
|
+
type: {
|
|
697
|
+
name: "Number"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
queryStoreRetention: {
|
|
701
|
+
constraints: {
|
|
702
|
+
InclusiveMaximum: 180,
|
|
703
|
+
InclusiveMinimum: 1
|
|
704
|
+
},
|
|
705
|
+
serializedName: "properties.queryStoreRetention",
|
|
706
|
+
type: {
|
|
707
|
+
name: "Number"
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
};
|
|
713
|
+
|
|
714
|
+
export const UpdateDataLakeStoreWithAccountParameters: coreClient.CompositeMapper = {
|
|
715
|
+
type: {
|
|
716
|
+
name: "Composite",
|
|
717
|
+
className: "UpdateDataLakeStoreWithAccountParameters",
|
|
718
|
+
modelProperties: {
|
|
719
|
+
name: {
|
|
720
|
+
serializedName: "name",
|
|
721
|
+
required: true,
|
|
722
|
+
type: {
|
|
723
|
+
name: "String"
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
suffix: {
|
|
727
|
+
serializedName: "properties.suffix",
|
|
728
|
+
type: {
|
|
729
|
+
name: "String"
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
};
|
|
735
|
+
|
|
736
|
+
export const UpdateStorageAccountWithAccountParameters: coreClient.CompositeMapper = {
|
|
737
|
+
type: {
|
|
738
|
+
name: "Composite",
|
|
739
|
+
className: "UpdateStorageAccountWithAccountParameters",
|
|
740
|
+
modelProperties: {
|
|
741
|
+
name: {
|
|
742
|
+
serializedName: "name",
|
|
743
|
+
required: true,
|
|
744
|
+
type: {
|
|
745
|
+
name: "String"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
accessKey: {
|
|
749
|
+
serializedName: "properties.accessKey",
|
|
750
|
+
type: {
|
|
751
|
+
name: "String"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
suffix: {
|
|
755
|
+
serializedName: "properties.suffix",
|
|
756
|
+
type: {
|
|
757
|
+
name: "String"
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
};
|
|
763
|
+
|
|
764
|
+
export const UpdateComputePolicyWithAccountParameters: coreClient.CompositeMapper = {
|
|
765
|
+
type: {
|
|
766
|
+
name: "Composite",
|
|
767
|
+
className: "UpdateComputePolicyWithAccountParameters",
|
|
768
|
+
modelProperties: {
|
|
769
|
+
name: {
|
|
770
|
+
serializedName: "name",
|
|
771
|
+
required: true,
|
|
772
|
+
type: {
|
|
773
|
+
name: "String"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
objectId: {
|
|
777
|
+
serializedName: "properties.objectId",
|
|
778
|
+
type: {
|
|
779
|
+
name: "Uuid"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
objectType: {
|
|
783
|
+
serializedName: "properties.objectType",
|
|
784
|
+
type: {
|
|
785
|
+
name: "String"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
maxDegreeOfParallelismPerJob: {
|
|
789
|
+
constraints: {
|
|
790
|
+
InclusiveMinimum: 1
|
|
791
|
+
},
|
|
792
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
793
|
+
type: {
|
|
794
|
+
name: "Number"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
minPriorityPerJob: {
|
|
798
|
+
constraints: {
|
|
799
|
+
InclusiveMinimum: 1
|
|
800
|
+
},
|
|
801
|
+
serializedName: "properties.minPriorityPerJob",
|
|
802
|
+
type: {
|
|
803
|
+
name: "Number"
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
export const UpdateFirewallRuleWithAccountParameters: coreClient.CompositeMapper = {
|
|
811
|
+
type: {
|
|
812
|
+
name: "Composite",
|
|
813
|
+
className: "UpdateFirewallRuleWithAccountParameters",
|
|
814
|
+
modelProperties: {
|
|
815
|
+
name: {
|
|
816
|
+
serializedName: "name",
|
|
817
|
+
required: true,
|
|
818
|
+
type: {
|
|
819
|
+
name: "String"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
startIpAddress: {
|
|
823
|
+
serializedName: "properties.startIpAddress",
|
|
824
|
+
type: {
|
|
825
|
+
name: "String"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
endIpAddress: {
|
|
829
|
+
serializedName: "properties.endIpAddress",
|
|
830
|
+
type: {
|
|
831
|
+
name: "String"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
};
|
|
837
|
+
|
|
838
|
+
export const DataLakeStoreAccountInformationListResult: coreClient.CompositeMapper = {
|
|
839
|
+
type: {
|
|
840
|
+
name: "Composite",
|
|
841
|
+
className: "DataLakeStoreAccountInformationListResult",
|
|
842
|
+
modelProperties: {
|
|
843
|
+
value: {
|
|
844
|
+
serializedName: "value",
|
|
845
|
+
readOnly: true,
|
|
846
|
+
type: {
|
|
847
|
+
name: "Sequence",
|
|
848
|
+
element: {
|
|
849
|
+
type: {
|
|
850
|
+
name: "Composite",
|
|
851
|
+
className: "DataLakeStoreAccountInformation"
|
|
852
|
+
}
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
nextLink: {
|
|
857
|
+
serializedName: "nextLink",
|
|
858
|
+
readOnly: true,
|
|
859
|
+
type: {
|
|
860
|
+
name: "String"
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
};
|
|
866
|
+
|
|
867
|
+
export const AddDataLakeStoreParameters: coreClient.CompositeMapper = {
|
|
868
|
+
type: {
|
|
869
|
+
name: "Composite",
|
|
870
|
+
className: "AddDataLakeStoreParameters",
|
|
871
|
+
modelProperties: {
|
|
872
|
+
suffix: {
|
|
873
|
+
serializedName: "properties.suffix",
|
|
874
|
+
type: {
|
|
875
|
+
name: "String"
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
};
|
|
881
|
+
|
|
882
|
+
export const StorageAccountInformationListResult: coreClient.CompositeMapper = {
|
|
883
|
+
type: {
|
|
884
|
+
name: "Composite",
|
|
885
|
+
className: "StorageAccountInformationListResult",
|
|
886
|
+
modelProperties: {
|
|
887
|
+
value: {
|
|
888
|
+
serializedName: "value",
|
|
889
|
+
readOnly: true,
|
|
890
|
+
type: {
|
|
891
|
+
name: "Sequence",
|
|
892
|
+
element: {
|
|
893
|
+
type: {
|
|
894
|
+
name: "Composite",
|
|
895
|
+
className: "StorageAccountInformation"
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
nextLink: {
|
|
901
|
+
serializedName: "nextLink",
|
|
902
|
+
readOnly: true,
|
|
903
|
+
type: {
|
|
904
|
+
name: "String"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
};
|
|
910
|
+
|
|
911
|
+
export const AddStorageAccountParameters: coreClient.CompositeMapper = {
|
|
912
|
+
type: {
|
|
913
|
+
name: "Composite",
|
|
914
|
+
className: "AddStorageAccountParameters",
|
|
915
|
+
modelProperties: {
|
|
916
|
+
accessKey: {
|
|
917
|
+
serializedName: "properties.accessKey",
|
|
918
|
+
required: true,
|
|
919
|
+
type: {
|
|
920
|
+
name: "String"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
suffix: {
|
|
924
|
+
defaultValue: "azuredatalakestore.net",
|
|
925
|
+
serializedName: "properties.suffix",
|
|
926
|
+
type: {
|
|
927
|
+
name: "String"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
export const UpdateStorageAccountParameters: coreClient.CompositeMapper = {
|
|
935
|
+
type: {
|
|
936
|
+
name: "Composite",
|
|
937
|
+
className: "UpdateStorageAccountParameters",
|
|
938
|
+
modelProperties: {
|
|
939
|
+
accessKey: {
|
|
940
|
+
serializedName: "properties.accessKey",
|
|
941
|
+
type: {
|
|
942
|
+
name: "String"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
suffix: {
|
|
946
|
+
serializedName: "properties.suffix",
|
|
947
|
+
type: {
|
|
948
|
+
name: "String"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
};
|
|
954
|
+
|
|
955
|
+
export const StorageContainerListResult: coreClient.CompositeMapper = {
|
|
956
|
+
type: {
|
|
957
|
+
name: "Composite",
|
|
958
|
+
className: "StorageContainerListResult",
|
|
959
|
+
modelProperties: {
|
|
960
|
+
value: {
|
|
961
|
+
serializedName: "value",
|
|
962
|
+
readOnly: true,
|
|
963
|
+
type: {
|
|
964
|
+
name: "Sequence",
|
|
965
|
+
element: {
|
|
966
|
+
type: {
|
|
967
|
+
name: "Composite",
|
|
968
|
+
className: "StorageContainer"
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
nextLink: {
|
|
974
|
+
serializedName: "nextLink",
|
|
975
|
+
readOnly: true,
|
|
976
|
+
type: {
|
|
977
|
+
name: "String"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
};
|
|
983
|
+
|
|
984
|
+
export const SasTokenInformationListResult: coreClient.CompositeMapper = {
|
|
985
|
+
type: {
|
|
986
|
+
name: "Composite",
|
|
987
|
+
className: "SasTokenInformationListResult",
|
|
988
|
+
modelProperties: {
|
|
989
|
+
value: {
|
|
990
|
+
serializedName: "value",
|
|
991
|
+
readOnly: true,
|
|
992
|
+
type: {
|
|
993
|
+
name: "Sequence",
|
|
994
|
+
element: {
|
|
995
|
+
type: {
|
|
996
|
+
name: "Composite",
|
|
997
|
+
className: "SasTokenInformation"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
nextLink: {
|
|
1003
|
+
serializedName: "nextLink",
|
|
1004
|
+
readOnly: true,
|
|
1005
|
+
type: {
|
|
1006
|
+
name: "String"
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
};
|
|
1012
|
+
|
|
1013
|
+
export const SasTokenInformation: coreClient.CompositeMapper = {
|
|
1014
|
+
type: {
|
|
1015
|
+
name: "Composite",
|
|
1016
|
+
className: "SasTokenInformation",
|
|
1017
|
+
modelProperties: {
|
|
1018
|
+
accessToken: {
|
|
1019
|
+
serializedName: "accessToken",
|
|
1020
|
+
readOnly: true,
|
|
1021
|
+
type: {
|
|
1022
|
+
name: "String"
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
};
|
|
1028
|
+
|
|
1029
|
+
export const ComputePolicyListResult: coreClient.CompositeMapper = {
|
|
1030
|
+
type: {
|
|
1031
|
+
name: "Composite",
|
|
1032
|
+
className: "ComputePolicyListResult",
|
|
1033
|
+
modelProperties: {
|
|
1034
|
+
value: {
|
|
1035
|
+
serializedName: "value",
|
|
1036
|
+
readOnly: true,
|
|
1037
|
+
type: {
|
|
1038
|
+
name: "Sequence",
|
|
1039
|
+
element: {
|
|
1040
|
+
type: {
|
|
1041
|
+
name: "Composite",
|
|
1042
|
+
className: "ComputePolicy"
|
|
700
1043
|
}
|
|
701
1044
|
}
|
|
702
1045
|
}
|
|
703
1046
|
},
|
|
704
|
-
nextLink: {
|
|
705
|
-
|
|
706
|
-
|
|
1047
|
+
nextLink: {
|
|
1048
|
+
serializedName: "nextLink",
|
|
1049
|
+
readOnly: true,
|
|
1050
|
+
type: {
|
|
1051
|
+
name: "String"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
};
|
|
1057
|
+
|
|
1058
|
+
export const CreateOrUpdateComputePolicyParameters: coreClient.CompositeMapper = {
|
|
1059
|
+
type: {
|
|
1060
|
+
name: "Composite",
|
|
1061
|
+
className: "CreateOrUpdateComputePolicyParameters",
|
|
1062
|
+
modelProperties: {
|
|
1063
|
+
objectId: {
|
|
1064
|
+
serializedName: "properties.objectId",
|
|
1065
|
+
required: true,
|
|
1066
|
+
type: {
|
|
1067
|
+
name: "Uuid"
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
1070
|
+
objectType: {
|
|
1071
|
+
serializedName: "properties.objectType",
|
|
1072
|
+
required: true,
|
|
707
1073
|
type: {
|
|
708
1074
|
name: "String"
|
|
709
1075
|
}
|
|
1076
|
+
},
|
|
1077
|
+
maxDegreeOfParallelismPerJob: {
|
|
1078
|
+
constraints: {
|
|
1079
|
+
InclusiveMinimum: 1
|
|
1080
|
+
},
|
|
1081
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
1082
|
+
type: {
|
|
1083
|
+
name: "Number"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
minPriorityPerJob: {
|
|
1087
|
+
constraints: {
|
|
1088
|
+
InclusiveMinimum: 1
|
|
1089
|
+
},
|
|
1090
|
+
serializedName: "properties.minPriorityPerJob",
|
|
1091
|
+
type: {
|
|
1092
|
+
name: "Number"
|
|
1093
|
+
}
|
|
710
1094
|
}
|
|
711
1095
|
}
|
|
712
1096
|
}
|
|
713
1097
|
};
|
|
714
1098
|
|
|
715
|
-
export const
|
|
716
|
-
serializedName: "HiveMetastoreListResult",
|
|
1099
|
+
export const UpdateComputePolicyParameters: coreClient.CompositeMapper = {
|
|
717
1100
|
type: {
|
|
718
1101
|
name: "Composite",
|
|
719
|
-
className: "
|
|
1102
|
+
className: "UpdateComputePolicyParameters",
|
|
1103
|
+
modelProperties: {
|
|
1104
|
+
objectId: {
|
|
1105
|
+
serializedName: "properties.objectId",
|
|
1106
|
+
type: {
|
|
1107
|
+
name: "Uuid"
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
objectType: {
|
|
1111
|
+
serializedName: "properties.objectType",
|
|
1112
|
+
type: {
|
|
1113
|
+
name: "String"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
maxDegreeOfParallelismPerJob: {
|
|
1117
|
+
constraints: {
|
|
1118
|
+
InclusiveMinimum: 1
|
|
1119
|
+
},
|
|
1120
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
1121
|
+
type: {
|
|
1122
|
+
name: "Number"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
minPriorityPerJob: {
|
|
1126
|
+
constraints: {
|
|
1127
|
+
InclusiveMinimum: 1
|
|
1128
|
+
},
|
|
1129
|
+
serializedName: "properties.minPriorityPerJob",
|
|
1130
|
+
type: {
|
|
1131
|
+
name: "Number"
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
}
|
|
1136
|
+
};
|
|
1137
|
+
|
|
1138
|
+
export const FirewallRuleListResult: coreClient.CompositeMapper = {
|
|
1139
|
+
type: {
|
|
1140
|
+
name: "Composite",
|
|
1141
|
+
className: "FirewallRuleListResult",
|
|
720
1142
|
modelProperties: {
|
|
721
1143
|
value: {
|
|
722
|
-
readOnly: true,
|
|
723
1144
|
serializedName: "value",
|
|
1145
|
+
readOnly: true,
|
|
724
1146
|
type: {
|
|
725
1147
|
name: "Sequence",
|
|
726
1148
|
element: {
|
|
727
1149
|
type: {
|
|
728
1150
|
name: "Composite",
|
|
729
|
-
className: "
|
|
1151
|
+
className: "FirewallRule"
|
|
730
1152
|
}
|
|
731
1153
|
}
|
|
732
1154
|
}
|
|
733
1155
|
},
|
|
734
1156
|
nextLink: {
|
|
735
|
-
readOnly: true,
|
|
736
1157
|
serializedName: "nextLink",
|
|
1158
|
+
readOnly: true,
|
|
737
1159
|
type: {
|
|
738
1160
|
name: "String"
|
|
739
1161
|
}
|
|
@@ -742,36 +1164,71 @@ export const HiveMetastoreListResult: msRest.CompositeMapper = {
|
|
|
742
1164
|
}
|
|
743
1165
|
};
|
|
744
1166
|
|
|
745
|
-
export const
|
|
746
|
-
serializedName: "OperationDisplay",
|
|
1167
|
+
export const CreateOrUpdateFirewallRuleParameters: coreClient.CompositeMapper = {
|
|
747
1168
|
type: {
|
|
748
1169
|
name: "Composite",
|
|
749
|
-
className: "
|
|
1170
|
+
className: "CreateOrUpdateFirewallRuleParameters",
|
|
750
1171
|
modelProperties: {
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
1172
|
+
startIpAddress: {
|
|
1173
|
+
serializedName: "properties.startIpAddress",
|
|
1174
|
+
required: true,
|
|
754
1175
|
type: {
|
|
755
1176
|
name: "String"
|
|
756
1177
|
}
|
|
757
1178
|
},
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
1179
|
+
endIpAddress: {
|
|
1180
|
+
serializedName: "properties.endIpAddress",
|
|
1181
|
+
required: true,
|
|
1182
|
+
type: {
|
|
1183
|
+
name: "String"
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
export const UpdateFirewallRuleParameters: coreClient.CompositeMapper = {
|
|
1191
|
+
type: {
|
|
1192
|
+
name: "Composite",
|
|
1193
|
+
className: "UpdateFirewallRuleParameters",
|
|
1194
|
+
modelProperties: {
|
|
1195
|
+
startIpAddress: {
|
|
1196
|
+
serializedName: "properties.startIpAddress",
|
|
761
1197
|
type: {
|
|
762
1198
|
name: "String"
|
|
763
1199
|
}
|
|
764
1200
|
},
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
serializedName: "operation",
|
|
1201
|
+
endIpAddress: {
|
|
1202
|
+
serializedName: "properties.endIpAddress",
|
|
768
1203
|
type: {
|
|
769
1204
|
name: "String"
|
|
770
1205
|
}
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
};
|
|
1210
|
+
|
|
1211
|
+
export const OperationListResult: coreClient.CompositeMapper = {
|
|
1212
|
+
type: {
|
|
1213
|
+
name: "Composite",
|
|
1214
|
+
className: "OperationListResult",
|
|
1215
|
+
modelProperties: {
|
|
1216
|
+
value: {
|
|
1217
|
+
serializedName: "value",
|
|
1218
|
+
readOnly: true,
|
|
1219
|
+
type: {
|
|
1220
|
+
name: "Sequence",
|
|
1221
|
+
element: {
|
|
1222
|
+
type: {
|
|
1223
|
+
name: "Composite",
|
|
1224
|
+
className: "Operation"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
771
1228
|
},
|
|
772
|
-
|
|
1229
|
+
nextLink: {
|
|
1230
|
+
serializedName: "nextLink",
|
|
773
1231
|
readOnly: true,
|
|
774
|
-
serializedName: "description",
|
|
775
1232
|
type: {
|
|
776
1233
|
name: "String"
|
|
777
1234
|
}
|
|
@@ -780,20 +1237,35 @@ export const OperationDisplay: msRest.CompositeMapper = {
|
|
|
780
1237
|
}
|
|
781
1238
|
};
|
|
782
1239
|
|
|
783
|
-
export const
|
|
784
|
-
serializedName: "OperationMetaMetricAvailabilitiesSpecification",
|
|
1240
|
+
export const Operation: coreClient.CompositeMapper = {
|
|
785
1241
|
type: {
|
|
786
1242
|
name: "Composite",
|
|
787
|
-
className: "
|
|
1243
|
+
className: "Operation",
|
|
788
1244
|
modelProperties: {
|
|
789
|
-
|
|
790
|
-
serializedName: "
|
|
1245
|
+
name: {
|
|
1246
|
+
serializedName: "name",
|
|
1247
|
+
readOnly: true,
|
|
791
1248
|
type: {
|
|
792
1249
|
name: "String"
|
|
793
1250
|
}
|
|
794
1251
|
},
|
|
795
|
-
|
|
796
|
-
serializedName: "
|
|
1252
|
+
display: {
|
|
1253
|
+
serializedName: "display",
|
|
1254
|
+
type: {
|
|
1255
|
+
name: "Composite",
|
|
1256
|
+
className: "OperationDisplay"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
properties: {
|
|
1260
|
+
serializedName: "properties",
|
|
1261
|
+
type: {
|
|
1262
|
+
name: "Composite",
|
|
1263
|
+
className: "OperationMetaPropertyInfo"
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
origin: {
|
|
1267
|
+
serializedName: "origin",
|
|
1268
|
+
readOnly: true,
|
|
797
1269
|
type: {
|
|
798
1270
|
name: "String"
|
|
799
1271
|
}
|
|
@@ -802,44 +1274,84 @@ export const OperationMetaMetricAvailabilitiesSpecification: msRest.CompositeMap
|
|
|
802
1274
|
}
|
|
803
1275
|
};
|
|
804
1276
|
|
|
805
|
-
export const
|
|
806
|
-
serializedName: "OperationMetaMetricSpecification",
|
|
1277
|
+
export const OperationDisplay: coreClient.CompositeMapper = {
|
|
807
1278
|
type: {
|
|
808
1279
|
name: "Composite",
|
|
809
|
-
className: "
|
|
1280
|
+
className: "OperationDisplay",
|
|
810
1281
|
modelProperties: {
|
|
811
|
-
|
|
812
|
-
serializedName: "
|
|
1282
|
+
provider: {
|
|
1283
|
+
serializedName: "provider",
|
|
1284
|
+
readOnly: true,
|
|
813
1285
|
type: {
|
|
814
1286
|
name: "String"
|
|
815
1287
|
}
|
|
816
1288
|
},
|
|
817
|
-
|
|
818
|
-
serializedName: "
|
|
1289
|
+
resource: {
|
|
1290
|
+
serializedName: "resource",
|
|
1291
|
+
readOnly: true,
|
|
819
1292
|
type: {
|
|
820
1293
|
name: "String"
|
|
821
1294
|
}
|
|
822
1295
|
},
|
|
823
|
-
|
|
824
|
-
serializedName: "
|
|
1296
|
+
operation: {
|
|
1297
|
+
serializedName: "operation",
|
|
1298
|
+
readOnly: true,
|
|
825
1299
|
type: {
|
|
826
1300
|
name: "String"
|
|
827
1301
|
}
|
|
828
1302
|
},
|
|
829
|
-
|
|
830
|
-
serializedName: "
|
|
1303
|
+
description: {
|
|
1304
|
+
serializedName: "description",
|
|
1305
|
+
readOnly: true,
|
|
831
1306
|
type: {
|
|
832
1307
|
name: "String"
|
|
833
1308
|
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
};
|
|
1313
|
+
|
|
1314
|
+
export const OperationMetaPropertyInfo: coreClient.CompositeMapper = {
|
|
1315
|
+
type: {
|
|
1316
|
+
name: "Composite",
|
|
1317
|
+
className: "OperationMetaPropertyInfo",
|
|
1318
|
+
modelProperties: {
|
|
1319
|
+
serviceSpecification: {
|
|
1320
|
+
serializedName: "serviceSpecification",
|
|
1321
|
+
type: {
|
|
1322
|
+
name: "Composite",
|
|
1323
|
+
className: "OperationMetaServiceSpecification"
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
};
|
|
1329
|
+
|
|
1330
|
+
export const OperationMetaServiceSpecification: coreClient.CompositeMapper = {
|
|
1331
|
+
type: {
|
|
1332
|
+
name: "Composite",
|
|
1333
|
+
className: "OperationMetaServiceSpecification",
|
|
1334
|
+
modelProperties: {
|
|
1335
|
+
metricSpecifications: {
|
|
1336
|
+
serializedName: "metricSpecifications",
|
|
1337
|
+
type: {
|
|
1338
|
+
name: "Sequence",
|
|
1339
|
+
element: {
|
|
1340
|
+
type: {
|
|
1341
|
+
name: "Composite",
|
|
1342
|
+
className: "OperationMetaMetricSpecification"
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
834
1346
|
},
|
|
835
|
-
|
|
836
|
-
serializedName: "
|
|
1347
|
+
logSpecifications: {
|
|
1348
|
+
serializedName: "logSpecifications",
|
|
837
1349
|
type: {
|
|
838
1350
|
name: "Sequence",
|
|
839
1351
|
element: {
|
|
840
1352
|
type: {
|
|
841
1353
|
name: "Composite",
|
|
842
|
-
className: "
|
|
1354
|
+
className: "OperationMetaLogSpecification"
|
|
843
1355
|
}
|
|
844
1356
|
}
|
|
845
1357
|
}
|
|
@@ -848,11 +1360,10 @@ export const OperationMetaMetricSpecification: msRest.CompositeMapper = {
|
|
|
848
1360
|
}
|
|
849
1361
|
};
|
|
850
1362
|
|
|
851
|
-
export const
|
|
852
|
-
serializedName: "OperationMetaLogSpecification",
|
|
1363
|
+
export const OperationMetaMetricSpecification: coreClient.CompositeMapper = {
|
|
853
1364
|
type: {
|
|
854
1365
|
name: "Composite",
|
|
855
|
-
className: "
|
|
1366
|
+
className: "OperationMetaMetricSpecification",
|
|
856
1367
|
modelProperties: {
|
|
857
1368
|
name: {
|
|
858
1369
|
serializedName: "name",
|
|
@@ -860,48 +1371,38 @@ export const OperationMetaLogSpecification: msRest.CompositeMapper = {
|
|
|
860
1371
|
name: "String"
|
|
861
1372
|
}
|
|
862
1373
|
},
|
|
1374
|
+
displayDescription: {
|
|
1375
|
+
serializedName: "displayDescription",
|
|
1376
|
+
type: {
|
|
1377
|
+
name: "String"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
863
1380
|
displayName: {
|
|
864
1381
|
serializedName: "displayName",
|
|
865
1382
|
type: {
|
|
866
1383
|
name: "String"
|
|
867
1384
|
}
|
|
868
1385
|
},
|
|
869
|
-
|
|
870
|
-
serializedName: "
|
|
1386
|
+
unit: {
|
|
1387
|
+
serializedName: "unit",
|
|
871
1388
|
type: {
|
|
872
1389
|
name: "String"
|
|
873
1390
|
}
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
};
|
|
878
|
-
|
|
879
|
-
export const OperationMetaServiceSpecification: msRest.CompositeMapper = {
|
|
880
|
-
serializedName: "OperationMetaServiceSpecification",
|
|
881
|
-
type: {
|
|
882
|
-
name: "Composite",
|
|
883
|
-
className: "OperationMetaServiceSpecification",
|
|
884
|
-
modelProperties: {
|
|
885
|
-
metricSpecifications: {
|
|
886
|
-
serializedName: "metricSpecifications",
|
|
1391
|
+
},
|
|
1392
|
+
aggregationType: {
|
|
1393
|
+
serializedName: "aggregationType",
|
|
887
1394
|
type: {
|
|
888
|
-
name: "
|
|
889
|
-
element: {
|
|
890
|
-
type: {
|
|
891
|
-
name: "Composite",
|
|
892
|
-
className: "OperationMetaMetricSpecification"
|
|
893
|
-
}
|
|
894
|
-
}
|
|
1395
|
+
name: "String"
|
|
895
1396
|
}
|
|
896
1397
|
},
|
|
897
|
-
|
|
898
|
-
serializedName: "
|
|
1398
|
+
availabilities: {
|
|
1399
|
+
serializedName: "availabilities",
|
|
899
1400
|
type: {
|
|
900
1401
|
name: "Sequence",
|
|
901
1402
|
element: {
|
|
902
1403
|
type: {
|
|
903
1404
|
name: "Composite",
|
|
904
|
-
className: "
|
|
1405
|
+
className: "OperationMetaMetricAvailabilitiesSpecification"
|
|
905
1406
|
}
|
|
906
1407
|
}
|
|
907
1408
|
}
|
|
@@ -910,85 +1411,46 @@ export const OperationMetaServiceSpecification: msRest.CompositeMapper = {
|
|
|
910
1411
|
}
|
|
911
1412
|
};
|
|
912
1413
|
|
|
913
|
-
export const
|
|
914
|
-
serializedName: "OperationMetaPropertyInfo",
|
|
1414
|
+
export const OperationMetaMetricAvailabilitiesSpecification: coreClient.CompositeMapper = {
|
|
915
1415
|
type: {
|
|
916
1416
|
name: "Composite",
|
|
917
|
-
className: "
|
|
1417
|
+
className: "OperationMetaMetricAvailabilitiesSpecification",
|
|
918
1418
|
modelProperties: {
|
|
919
|
-
|
|
920
|
-
serializedName: "
|
|
1419
|
+
timeGrain: {
|
|
1420
|
+
serializedName: "timeGrain",
|
|
921
1421
|
type: {
|
|
922
|
-
name: "
|
|
923
|
-
|
|
1422
|
+
name: "String"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
blobDuration: {
|
|
1426
|
+
serializedName: "blobDuration",
|
|
1427
|
+
type: {
|
|
1428
|
+
name: "String"
|
|
924
1429
|
}
|
|
925
1430
|
}
|
|
926
1431
|
}
|
|
927
1432
|
}
|
|
928
1433
|
};
|
|
929
1434
|
|
|
930
|
-
export const
|
|
931
|
-
serializedName: "Operation",
|
|
1435
|
+
export const OperationMetaLogSpecification: coreClient.CompositeMapper = {
|
|
932
1436
|
type: {
|
|
933
1437
|
name: "Composite",
|
|
934
|
-
className: "
|
|
1438
|
+
className: "OperationMetaLogSpecification",
|
|
935
1439
|
modelProperties: {
|
|
936
1440
|
name: {
|
|
937
|
-
readOnly: true,
|
|
938
1441
|
serializedName: "name",
|
|
939
1442
|
type: {
|
|
940
1443
|
name: "String"
|
|
941
1444
|
}
|
|
942
1445
|
},
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
serializedName: "display",
|
|
946
|
-
type: {
|
|
947
|
-
name: "Composite",
|
|
948
|
-
className: "OperationDisplay"
|
|
949
|
-
}
|
|
950
|
-
},
|
|
951
|
-
properties: {
|
|
952
|
-
readOnly: true,
|
|
953
|
-
serializedName: "properties",
|
|
954
|
-
type: {
|
|
955
|
-
name: "Composite",
|
|
956
|
-
className: "OperationMetaPropertyInfo"
|
|
957
|
-
}
|
|
958
|
-
},
|
|
959
|
-
origin: {
|
|
960
|
-
readOnly: true,
|
|
961
|
-
serializedName: "origin",
|
|
1446
|
+
displayName: {
|
|
1447
|
+
serializedName: "displayName",
|
|
962
1448
|
type: {
|
|
963
1449
|
name: "String"
|
|
964
1450
|
}
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
};
|
|
969
|
-
|
|
970
|
-
export const OperationListResult: msRest.CompositeMapper = {
|
|
971
|
-
serializedName: "OperationListResult",
|
|
972
|
-
type: {
|
|
973
|
-
name: "Composite",
|
|
974
|
-
className: "OperationListResult",
|
|
975
|
-
modelProperties: {
|
|
976
|
-
value: {
|
|
977
|
-
readOnly: true,
|
|
978
|
-
serializedName: "value",
|
|
979
|
-
type: {
|
|
980
|
-
name: "Sequence",
|
|
981
|
-
element: {
|
|
982
|
-
type: {
|
|
983
|
-
name: "Composite",
|
|
984
|
-
className: "Operation"
|
|
985
|
-
}
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
1451
|
},
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
serializedName: "nextLink",
|
|
1452
|
+
blobDuration: {
|
|
1453
|
+
serializedName: "blobDuration",
|
|
992
1454
|
type: {
|
|
993
1455
|
name: "String"
|
|
994
1456
|
}
|
|
@@ -997,43 +1459,42 @@ export const OperationListResult: msRest.CompositeMapper = {
|
|
|
997
1459
|
}
|
|
998
1460
|
};
|
|
999
1461
|
|
|
1000
|
-
export const CapabilityInformation:
|
|
1001
|
-
serializedName: "CapabilityInformation",
|
|
1462
|
+
export const CapabilityInformation: coreClient.CompositeMapper = {
|
|
1002
1463
|
type: {
|
|
1003
1464
|
name: "Composite",
|
|
1004
1465
|
className: "CapabilityInformation",
|
|
1005
1466
|
modelProperties: {
|
|
1006
1467
|
subscriptionId: {
|
|
1007
|
-
readOnly: true,
|
|
1008
1468
|
serializedName: "subscriptionId",
|
|
1469
|
+
readOnly: true,
|
|
1009
1470
|
type: {
|
|
1010
1471
|
name: "Uuid"
|
|
1011
1472
|
}
|
|
1012
1473
|
},
|
|
1013
1474
|
state: {
|
|
1014
|
-
readOnly: true,
|
|
1015
1475
|
serializedName: "state",
|
|
1476
|
+
readOnly: true,
|
|
1016
1477
|
type: {
|
|
1017
1478
|
name: "String"
|
|
1018
1479
|
}
|
|
1019
1480
|
},
|
|
1020
1481
|
maxAccountCount: {
|
|
1021
|
-
readOnly: true,
|
|
1022
1482
|
serializedName: "maxAccountCount",
|
|
1483
|
+
readOnly: true,
|
|
1023
1484
|
type: {
|
|
1024
1485
|
name: "Number"
|
|
1025
1486
|
}
|
|
1026
1487
|
},
|
|
1027
1488
|
accountCount: {
|
|
1028
|
-
readOnly: true,
|
|
1029
1489
|
serializedName: "accountCount",
|
|
1490
|
+
readOnly: true,
|
|
1030
1491
|
type: {
|
|
1031
1492
|
name: "Number"
|
|
1032
1493
|
}
|
|
1033
1494
|
},
|
|
1034
1495
|
migrationState: {
|
|
1035
|
-
readOnly: true,
|
|
1036
1496
|
serializedName: "migrationState",
|
|
1497
|
+
readOnly: true,
|
|
1037
1498
|
type: {
|
|
1038
1499
|
name: "Boolean"
|
|
1039
1500
|
}
|
|
@@ -1042,29 +1503,22 @@ export const CapabilityInformation: msRest.CompositeMapper = {
|
|
|
1042
1503
|
}
|
|
1043
1504
|
};
|
|
1044
1505
|
|
|
1045
|
-
export const
|
|
1046
|
-
serializedName: "NameAvailabilityInformation",
|
|
1506
|
+
export const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {
|
|
1047
1507
|
type: {
|
|
1048
1508
|
name: "Composite",
|
|
1049
|
-
className: "
|
|
1509
|
+
className: "CheckNameAvailabilityParameters",
|
|
1050
1510
|
modelProperties: {
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
type: {
|
|
1055
|
-
name: "Boolean"
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
|
-
reason: {
|
|
1059
|
-
readOnly: true,
|
|
1060
|
-
serializedName: "reason",
|
|
1511
|
+
name: {
|
|
1512
|
+
serializedName: "name",
|
|
1513
|
+
required: true,
|
|
1061
1514
|
type: {
|
|
1062
1515
|
name: "String"
|
|
1063
1516
|
}
|
|
1064
1517
|
},
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1518
|
+
type: {
|
|
1519
|
+
defaultValue: "Microsoft.DataLakeAnalytics/accounts",
|
|
1520
|
+
isConstant: true,
|
|
1521
|
+
serializedName: "type",
|
|
1068
1522
|
type: {
|
|
1069
1523
|
name: "String"
|
|
1070
1524
|
}
|
|
@@ -1073,21 +1527,28 @@ export const NameAvailabilityInformation: msRest.CompositeMapper = {
|
|
|
1073
1527
|
}
|
|
1074
1528
|
};
|
|
1075
1529
|
|
|
1076
|
-
export const
|
|
1077
|
-
serializedName: "AddDataLakeStoreWithAccountParameters",
|
|
1530
|
+
export const NameAvailabilityInformation: coreClient.CompositeMapper = {
|
|
1078
1531
|
type: {
|
|
1079
1532
|
name: "Composite",
|
|
1080
|
-
className: "
|
|
1533
|
+
className: "NameAvailabilityInformation",
|
|
1081
1534
|
modelProperties: {
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1535
|
+
nameAvailable: {
|
|
1536
|
+
serializedName: "nameAvailable",
|
|
1537
|
+
readOnly: true,
|
|
1538
|
+
type: {
|
|
1539
|
+
name: "Boolean"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
reason: {
|
|
1543
|
+
serializedName: "reason",
|
|
1544
|
+
readOnly: true,
|
|
1085
1545
|
type: {
|
|
1086
1546
|
name: "String"
|
|
1087
1547
|
}
|
|
1088
1548
|
},
|
|
1089
|
-
|
|
1090
|
-
serializedName: "
|
|
1549
|
+
message: {
|
|
1550
|
+
serializedName: "message",
|
|
1551
|
+
readOnly: true,
|
|
1091
1552
|
type: {
|
|
1092
1553
|
name: "String"
|
|
1093
1554
|
}
|
|
@@ -1096,28 +1557,27 @@ export const AddDataLakeStoreWithAccountParameters: msRest.CompositeMapper = {
|
|
|
1096
1557
|
}
|
|
1097
1558
|
};
|
|
1098
1559
|
|
|
1099
|
-
export const
|
|
1100
|
-
serializedName: "AddStorageAccountWithAccountParameters",
|
|
1560
|
+
export const VirtualNetworkRuleListResult: coreClient.CompositeMapper = {
|
|
1101
1561
|
type: {
|
|
1102
1562
|
name: "Composite",
|
|
1103
|
-
className: "
|
|
1563
|
+
className: "VirtualNetworkRuleListResult",
|
|
1104
1564
|
modelProperties: {
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
type: {
|
|
1109
|
-
name: "String"
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
accessKey: {
|
|
1113
|
-
required: true,
|
|
1114
|
-
serializedName: "properties.accessKey",
|
|
1565
|
+
value: {
|
|
1566
|
+
serializedName: "value",
|
|
1567
|
+
readOnly: true,
|
|
1115
1568
|
type: {
|
|
1116
|
-
name: "
|
|
1569
|
+
name: "Sequence",
|
|
1570
|
+
element: {
|
|
1571
|
+
type: {
|
|
1572
|
+
name: "Composite",
|
|
1573
|
+
className: "VirtualNetworkRule"
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1117
1576
|
}
|
|
1118
1577
|
},
|
|
1119
|
-
|
|
1120
|
-
serializedName: "
|
|
1578
|
+
nextLink: {
|
|
1579
|
+
serializedName: "nextLink",
|
|
1580
|
+
readOnly: true,
|
|
1121
1581
|
type: {
|
|
1122
1582
|
name: "String"
|
|
1123
1583
|
}
|
|
@@ -1126,188 +1586,179 @@ export const AddStorageAccountWithAccountParameters: msRest.CompositeMapper = {
|
|
|
1126
1586
|
}
|
|
1127
1587
|
};
|
|
1128
1588
|
|
|
1129
|
-
export const
|
|
1130
|
-
serializedName: "CreateComputePolicyWithAccountParameters",
|
|
1589
|
+
export const HiveMetastoreListResult: coreClient.CompositeMapper = {
|
|
1131
1590
|
type: {
|
|
1132
1591
|
name: "Composite",
|
|
1133
|
-
className: "
|
|
1592
|
+
className: "HiveMetastoreListResult",
|
|
1134
1593
|
modelProperties: {
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
type: {
|
|
1139
|
-
name: "String"
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
objectId: {
|
|
1143
|
-
required: true,
|
|
1144
|
-
serializedName: "properties.objectId",
|
|
1594
|
+
value: {
|
|
1595
|
+
serializedName: "value",
|
|
1596
|
+
readOnly: true,
|
|
1145
1597
|
type: {
|
|
1146
|
-
name: "
|
|
1598
|
+
name: "Sequence",
|
|
1599
|
+
element: {
|
|
1600
|
+
type: {
|
|
1601
|
+
name: "Composite",
|
|
1602
|
+
className: "HiveMetastore"
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1147
1605
|
}
|
|
1148
1606
|
},
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1607
|
+
nextLink: {
|
|
1608
|
+
serializedName: "nextLink",
|
|
1609
|
+
readOnly: true,
|
|
1152
1610
|
type: {
|
|
1153
1611
|
name: "String"
|
|
1154
1612
|
}
|
|
1155
|
-
},
|
|
1156
|
-
maxDegreeOfParallelismPerJob: {
|
|
1157
|
-
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
1158
|
-
constraints: {
|
|
1159
|
-
InclusiveMinimum: 1
|
|
1160
|
-
},
|
|
1161
|
-
type: {
|
|
1162
|
-
name: "Number"
|
|
1163
|
-
}
|
|
1164
|
-
},
|
|
1165
|
-
minPriorityPerJob: {
|
|
1166
|
-
serializedName: "properties.minPriorityPerJob",
|
|
1167
|
-
constraints: {
|
|
1168
|
-
InclusiveMinimum: 1
|
|
1169
|
-
},
|
|
1170
|
-
type: {
|
|
1171
|
-
name: "Number"
|
|
1172
|
-
}
|
|
1173
1613
|
}
|
|
1174
1614
|
}
|
|
1175
1615
|
}
|
|
1176
1616
|
};
|
|
1177
1617
|
|
|
1178
|
-
export const
|
|
1179
|
-
serializedName: "CreateFirewallRuleWithAccountParameters",
|
|
1618
|
+
export const DataLakeAnalyticsAccountProperties: coreClient.CompositeMapper = {
|
|
1180
1619
|
type: {
|
|
1181
1620
|
name: "Composite",
|
|
1182
|
-
className: "
|
|
1621
|
+
className: "DataLakeAnalyticsAccountProperties",
|
|
1183
1622
|
modelProperties: {
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
serializedName: "
|
|
1623
|
+
...DataLakeAnalyticsAccountPropertiesBasic.type.modelProperties,
|
|
1624
|
+
defaultDataLakeStoreAccountType: {
|
|
1625
|
+
serializedName: "defaultDataLakeStoreAccountType",
|
|
1626
|
+
readOnly: true,
|
|
1187
1627
|
type: {
|
|
1188
1628
|
name: "String"
|
|
1189
1629
|
}
|
|
1190
1630
|
},
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1631
|
+
defaultDataLakeStoreAccount: {
|
|
1632
|
+
serializedName: "defaultDataLakeStoreAccount",
|
|
1633
|
+
readOnly: true,
|
|
1194
1634
|
type: {
|
|
1195
1635
|
name: "String"
|
|
1196
1636
|
}
|
|
1197
1637
|
},
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1638
|
+
dataLakeStoreAccounts: {
|
|
1639
|
+
serializedName: "dataLakeStoreAccounts",
|
|
1640
|
+
readOnly: true,
|
|
1201
1641
|
type: {
|
|
1202
|
-
name: "
|
|
1642
|
+
name: "Sequence",
|
|
1643
|
+
element: {
|
|
1644
|
+
type: {
|
|
1645
|
+
name: "Composite",
|
|
1646
|
+
className: "DataLakeStoreAccountInformation"
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1203
1649
|
}
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
};
|
|
1208
|
-
|
|
1209
|
-
export const CreateDataLakeAnalyticsAccountParameters: msRest.CompositeMapper = {
|
|
1210
|
-
serializedName: "CreateDataLakeAnalyticsAccountParameters",
|
|
1211
|
-
type: {
|
|
1212
|
-
name: "Composite",
|
|
1213
|
-
className: "CreateDataLakeAnalyticsAccountParameters",
|
|
1214
|
-
modelProperties: {
|
|
1215
|
-
location: {
|
|
1216
|
-
required: true,
|
|
1217
|
-
serializedName: "location",
|
|
1650
|
+
},
|
|
1651
|
+
publicDataLakeStoreAccounts: {
|
|
1652
|
+
serializedName: "publicDataLakeStoreAccounts",
|
|
1218
1653
|
type: {
|
|
1219
|
-
name: "
|
|
1654
|
+
name: "Sequence",
|
|
1655
|
+
element: {
|
|
1656
|
+
type: {
|
|
1657
|
+
name: "Composite",
|
|
1658
|
+
className: "DataLakeStoreAccountInformation"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1220
1661
|
}
|
|
1221
1662
|
},
|
|
1222
|
-
|
|
1223
|
-
serializedName: "
|
|
1663
|
+
storageAccounts: {
|
|
1664
|
+
serializedName: "storageAccounts",
|
|
1665
|
+
readOnly: true,
|
|
1224
1666
|
type: {
|
|
1225
|
-
name: "
|
|
1226
|
-
|
|
1667
|
+
name: "Sequence",
|
|
1668
|
+
element: {
|
|
1227
1669
|
type: {
|
|
1228
|
-
name: "
|
|
1670
|
+
name: "Composite",
|
|
1671
|
+
className: "StorageAccountInformation"
|
|
1229
1672
|
}
|
|
1230
1673
|
}
|
|
1231
1674
|
}
|
|
1232
1675
|
},
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
type: {
|
|
1237
|
-
name: "String"
|
|
1238
|
-
}
|
|
1239
|
-
},
|
|
1240
|
-
dataLakeStoreAccounts: {
|
|
1241
|
-
required: true,
|
|
1242
|
-
serializedName: "properties.dataLakeStoreAccounts",
|
|
1676
|
+
computePolicies: {
|
|
1677
|
+
serializedName: "computePolicies",
|
|
1678
|
+
readOnly: true,
|
|
1243
1679
|
type: {
|
|
1244
1680
|
name: "Sequence",
|
|
1245
1681
|
element: {
|
|
1246
1682
|
type: {
|
|
1247
1683
|
name: "Composite",
|
|
1248
|
-
className: "
|
|
1684
|
+
className: "ComputePolicy"
|
|
1249
1685
|
}
|
|
1250
1686
|
}
|
|
1251
1687
|
}
|
|
1252
1688
|
},
|
|
1253
|
-
|
|
1254
|
-
serializedName: "
|
|
1689
|
+
hiveMetastores: {
|
|
1690
|
+
serializedName: "hiveMetastores",
|
|
1691
|
+
readOnly: true,
|
|
1255
1692
|
type: {
|
|
1256
1693
|
name: "Sequence",
|
|
1257
1694
|
element: {
|
|
1258
1695
|
type: {
|
|
1259
1696
|
name: "Composite",
|
|
1260
|
-
className: "
|
|
1697
|
+
className: "HiveMetastore"
|
|
1261
1698
|
}
|
|
1262
1699
|
}
|
|
1263
1700
|
}
|
|
1264
1701
|
},
|
|
1265
|
-
|
|
1266
|
-
serializedName: "
|
|
1702
|
+
virtualNetworkRules: {
|
|
1703
|
+
serializedName: "virtualNetworkRules",
|
|
1704
|
+
readOnly: true,
|
|
1267
1705
|
type: {
|
|
1268
1706
|
name: "Sequence",
|
|
1269
1707
|
element: {
|
|
1270
1708
|
type: {
|
|
1271
1709
|
name: "Composite",
|
|
1272
|
-
className: "
|
|
1710
|
+
className: "VirtualNetworkRule"
|
|
1273
1711
|
}
|
|
1274
1712
|
}
|
|
1275
1713
|
}
|
|
1276
1714
|
},
|
|
1277
1715
|
firewallRules: {
|
|
1278
|
-
serializedName: "
|
|
1716
|
+
serializedName: "firewallRules",
|
|
1717
|
+
readOnly: true,
|
|
1279
1718
|
type: {
|
|
1280
1719
|
name: "Sequence",
|
|
1281
1720
|
element: {
|
|
1282
1721
|
type: {
|
|
1283
1722
|
name: "Composite",
|
|
1284
|
-
className: "
|
|
1723
|
+
className: "FirewallRule"
|
|
1285
1724
|
}
|
|
1286
1725
|
}
|
|
1287
1726
|
}
|
|
1288
1727
|
},
|
|
1289
1728
|
firewallState: {
|
|
1290
|
-
serializedName: "
|
|
1729
|
+
serializedName: "firewallState",
|
|
1291
1730
|
type: {
|
|
1292
1731
|
name: "Enum",
|
|
1293
|
-
allowedValues: [
|
|
1294
|
-
"Enabled",
|
|
1295
|
-
"Disabled"
|
|
1296
|
-
]
|
|
1732
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
1297
1733
|
}
|
|
1298
1734
|
},
|
|
1299
1735
|
firewallAllowAzureIps: {
|
|
1300
|
-
serializedName: "
|
|
1736
|
+
serializedName: "firewallAllowAzureIps",
|
|
1737
|
+
type: {
|
|
1738
|
+
name: "Enum",
|
|
1739
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
newTier: {
|
|
1743
|
+
serializedName: "newTier",
|
|
1301
1744
|
type: {
|
|
1302
1745
|
name: "Enum",
|
|
1303
1746
|
allowedValues: [
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1747
|
+
"Consumption",
|
|
1748
|
+
"Commitment_100AUHours",
|
|
1749
|
+
"Commitment_500AUHours",
|
|
1750
|
+
"Commitment_1000AUHours",
|
|
1751
|
+
"Commitment_5000AUHours",
|
|
1752
|
+
"Commitment_10000AUHours",
|
|
1753
|
+
"Commitment_50000AUHours",
|
|
1754
|
+
"Commitment_100000AUHours",
|
|
1755
|
+
"Commitment_500000AUHours"
|
|
1306
1756
|
]
|
|
1307
1757
|
}
|
|
1308
1758
|
},
|
|
1309
|
-
|
|
1310
|
-
serializedName: "
|
|
1759
|
+
currentTier: {
|
|
1760
|
+
serializedName: "currentTier",
|
|
1761
|
+
readOnly: true,
|
|
1311
1762
|
type: {
|
|
1312
1763
|
name: "Enum",
|
|
1313
1764
|
allowedValues: [
|
|
@@ -1324,102 +1775,160 @@ export const CreateDataLakeAnalyticsAccountParameters: msRest.CompositeMapper =
|
|
|
1324
1775
|
}
|
|
1325
1776
|
},
|
|
1326
1777
|
maxJobCount: {
|
|
1327
|
-
serializedName: "properties.maxJobCount",
|
|
1328
1778
|
defaultValue: 3,
|
|
1329
1779
|
constraints: {
|
|
1330
1780
|
InclusiveMinimum: 1
|
|
1331
1781
|
},
|
|
1782
|
+
serializedName: "maxJobCount",
|
|
1783
|
+
type: {
|
|
1784
|
+
name: "Number"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
maxActiveJobCountPerUser: {
|
|
1788
|
+
serializedName: "maxActiveJobCountPerUser",
|
|
1789
|
+
readOnly: true,
|
|
1790
|
+
type: {
|
|
1791
|
+
name: "Number"
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
maxQueuedJobCountPerUser: {
|
|
1795
|
+
serializedName: "maxQueuedJobCountPerUser",
|
|
1796
|
+
readOnly: true,
|
|
1797
|
+
type: {
|
|
1798
|
+
name: "Number"
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
maxJobRunningTimeInMin: {
|
|
1802
|
+
serializedName: "maxJobRunningTimeInMin",
|
|
1803
|
+
readOnly: true,
|
|
1804
|
+
type: {
|
|
1805
|
+
name: "Number"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
systemMaxJobCount: {
|
|
1809
|
+
serializedName: "systemMaxJobCount",
|
|
1810
|
+
readOnly: true,
|
|
1332
1811
|
type: {
|
|
1333
1812
|
name: "Number"
|
|
1334
1813
|
}
|
|
1335
1814
|
},
|
|
1336
1815
|
maxDegreeOfParallelism: {
|
|
1337
|
-
serializedName: "properties.maxDegreeOfParallelism",
|
|
1338
1816
|
defaultValue: 30,
|
|
1339
1817
|
constraints: {
|
|
1340
1818
|
InclusiveMinimum: 1
|
|
1341
1819
|
},
|
|
1820
|
+
serializedName: "maxDegreeOfParallelism",
|
|
1821
|
+
type: {
|
|
1822
|
+
name: "Number"
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
systemMaxDegreeOfParallelism: {
|
|
1826
|
+
serializedName: "systemMaxDegreeOfParallelism",
|
|
1827
|
+
readOnly: true,
|
|
1342
1828
|
type: {
|
|
1343
1829
|
name: "Number"
|
|
1344
1830
|
}
|
|
1345
1831
|
},
|
|
1346
1832
|
maxDegreeOfParallelismPerJob: {
|
|
1347
|
-
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
1348
1833
|
constraints: {
|
|
1349
1834
|
InclusiveMinimum: 1
|
|
1350
1835
|
},
|
|
1836
|
+
serializedName: "maxDegreeOfParallelismPerJob",
|
|
1351
1837
|
type: {
|
|
1352
1838
|
name: "Number"
|
|
1353
1839
|
}
|
|
1354
1840
|
},
|
|
1355
1841
|
minPriorityPerJob: {
|
|
1356
|
-
serializedName: "properties.minPriorityPerJob",
|
|
1357
1842
|
constraints: {
|
|
1358
1843
|
InclusiveMinimum: 1
|
|
1359
1844
|
},
|
|
1845
|
+
serializedName: "minPriorityPerJob",
|
|
1846
|
+
readOnly: true,
|
|
1360
1847
|
type: {
|
|
1361
1848
|
name: "Number"
|
|
1362
1849
|
}
|
|
1363
1850
|
},
|
|
1364
1851
|
queryStoreRetention: {
|
|
1365
|
-
serializedName: "properties.queryStoreRetention",
|
|
1366
1852
|
defaultValue: 30,
|
|
1367
1853
|
constraints: {
|
|
1368
1854
|
InclusiveMaximum: 180,
|
|
1369
1855
|
InclusiveMinimum: 1
|
|
1370
1856
|
},
|
|
1857
|
+
serializedName: "queryStoreRetention",
|
|
1371
1858
|
type: {
|
|
1372
1859
|
name: "Number"
|
|
1373
1860
|
}
|
|
1861
|
+
},
|
|
1862
|
+
debugDataAccessLevel: {
|
|
1863
|
+
serializedName: "debugDataAccessLevel",
|
|
1864
|
+
readOnly: true,
|
|
1865
|
+
type: {
|
|
1866
|
+
name: "Enum",
|
|
1867
|
+
allowedValues: ["All", "Customer", "None"]
|
|
1868
|
+
}
|
|
1374
1869
|
}
|
|
1375
1870
|
}
|
|
1376
1871
|
}
|
|
1377
1872
|
};
|
|
1378
1873
|
|
|
1379
|
-
export const
|
|
1380
|
-
serializedName: "UpdateDataLakeStoreWithAccountParameters",
|
|
1874
|
+
export const DataLakeAnalyticsAccountBasic: coreClient.CompositeMapper = {
|
|
1381
1875
|
type: {
|
|
1382
1876
|
name: "Composite",
|
|
1383
|
-
className: "
|
|
1877
|
+
className: "DataLakeAnalyticsAccountBasic",
|
|
1384
1878
|
modelProperties: {
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
serializedName: "
|
|
1879
|
+
...Resource.type.modelProperties,
|
|
1880
|
+
accountId: {
|
|
1881
|
+
serializedName: "properties.accountId",
|
|
1882
|
+
readOnly: true,
|
|
1388
1883
|
type: {
|
|
1389
|
-
name: "
|
|
1884
|
+
name: "Uuid"
|
|
1390
1885
|
}
|
|
1391
1886
|
},
|
|
1392
|
-
|
|
1393
|
-
serializedName: "properties.
|
|
1887
|
+
provisioningState: {
|
|
1888
|
+
serializedName: "properties.provisioningState",
|
|
1889
|
+
readOnly: true,
|
|
1394
1890
|
type: {
|
|
1395
|
-
name: "
|
|
1891
|
+
name: "Enum",
|
|
1892
|
+
allowedValues: [
|
|
1893
|
+
"Failed",
|
|
1894
|
+
"Creating",
|
|
1895
|
+
"Running",
|
|
1896
|
+
"Succeeded",
|
|
1897
|
+
"Patching",
|
|
1898
|
+
"Suspending",
|
|
1899
|
+
"Resuming",
|
|
1900
|
+
"Deleting",
|
|
1901
|
+
"Deleted",
|
|
1902
|
+
"Undeleting",
|
|
1903
|
+
"Canceled"
|
|
1904
|
+
]
|
|
1396
1905
|
}
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
export const UpdateStorageAccountWithAccountParameters: msRest.CompositeMapper = {
|
|
1403
|
-
serializedName: "UpdateStorageAccountWithAccountParameters",
|
|
1404
|
-
type: {
|
|
1405
|
-
name: "Composite",
|
|
1406
|
-
className: "UpdateStorageAccountWithAccountParameters",
|
|
1407
|
-
modelProperties: {
|
|
1408
|
-
name: {
|
|
1409
|
-
required: true,
|
|
1410
|
-
serializedName: "name",
|
|
1906
|
+
},
|
|
1907
|
+
state: {
|
|
1908
|
+
serializedName: "properties.state",
|
|
1909
|
+
readOnly: true,
|
|
1411
1910
|
type: {
|
|
1412
|
-
name: "
|
|
1911
|
+
name: "Enum",
|
|
1912
|
+
allowedValues: ["Active", "Suspended"]
|
|
1413
1913
|
}
|
|
1414
1914
|
},
|
|
1415
|
-
|
|
1416
|
-
serializedName: "properties.
|
|
1915
|
+
creationTime: {
|
|
1916
|
+
serializedName: "properties.creationTime",
|
|
1917
|
+
readOnly: true,
|
|
1417
1918
|
type: {
|
|
1418
|
-
name: "
|
|
1919
|
+
name: "DateTime"
|
|
1419
1920
|
}
|
|
1420
1921
|
},
|
|
1421
|
-
|
|
1422
|
-
serializedName: "properties.
|
|
1922
|
+
lastModifiedTime: {
|
|
1923
|
+
serializedName: "properties.lastModifiedTime",
|
|
1924
|
+
readOnly: true,
|
|
1925
|
+
type: {
|
|
1926
|
+
name: "DateTime"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
endpoint: {
|
|
1930
|
+
serializedName: "properties.endpoint",
|
|
1931
|
+
readOnly: true,
|
|
1423
1932
|
type: {
|
|
1424
1933
|
name: "String"
|
|
1425
1934
|
}
|
|
@@ -1428,143 +1937,168 @@ export const UpdateStorageAccountWithAccountParameters: msRest.CompositeMapper =
|
|
|
1428
1937
|
}
|
|
1429
1938
|
};
|
|
1430
1939
|
|
|
1431
|
-
export const
|
|
1432
|
-
serializedName: "UpdateComputePolicyWithAccountParameters",
|
|
1940
|
+
export const DataLakeAnalyticsAccount: coreClient.CompositeMapper = {
|
|
1433
1941
|
type: {
|
|
1434
1942
|
name: "Composite",
|
|
1435
|
-
className: "
|
|
1943
|
+
className: "DataLakeAnalyticsAccount",
|
|
1436
1944
|
modelProperties: {
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
serializedName: "
|
|
1440
|
-
|
|
1441
|
-
name: "String"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
objectId: {
|
|
1445
|
-
serializedName: "properties.objectId",
|
|
1945
|
+
...Resource.type.modelProperties,
|
|
1946
|
+
accountId: {
|
|
1947
|
+
serializedName: "properties.accountId",
|
|
1948
|
+
readOnly: true,
|
|
1446
1949
|
type: {
|
|
1447
1950
|
name: "Uuid"
|
|
1448
1951
|
}
|
|
1449
1952
|
},
|
|
1450
|
-
|
|
1451
|
-
serializedName: "properties.
|
|
1953
|
+
provisioningState: {
|
|
1954
|
+
serializedName: "properties.provisioningState",
|
|
1955
|
+
readOnly: true,
|
|
1452
1956
|
type: {
|
|
1453
|
-
name: "
|
|
1957
|
+
name: "Enum",
|
|
1958
|
+
allowedValues: [
|
|
1959
|
+
"Failed",
|
|
1960
|
+
"Creating",
|
|
1961
|
+
"Running",
|
|
1962
|
+
"Succeeded",
|
|
1963
|
+
"Patching",
|
|
1964
|
+
"Suspending",
|
|
1965
|
+
"Resuming",
|
|
1966
|
+
"Deleting",
|
|
1967
|
+
"Deleted",
|
|
1968
|
+
"Undeleting",
|
|
1969
|
+
"Canceled"
|
|
1970
|
+
]
|
|
1454
1971
|
}
|
|
1455
1972
|
},
|
|
1456
|
-
|
|
1457
|
-
serializedName: "properties.
|
|
1458
|
-
|
|
1459
|
-
InclusiveMinimum: 1
|
|
1460
|
-
},
|
|
1973
|
+
state: {
|
|
1974
|
+
serializedName: "properties.state",
|
|
1975
|
+
readOnly: true,
|
|
1461
1976
|
type: {
|
|
1462
|
-
name: "
|
|
1977
|
+
name: "Enum",
|
|
1978
|
+
allowedValues: ["Active", "Suspended"]
|
|
1463
1979
|
}
|
|
1464
1980
|
},
|
|
1465
|
-
|
|
1466
|
-
serializedName: "properties.
|
|
1467
|
-
|
|
1468
|
-
InclusiveMinimum: 1
|
|
1469
|
-
},
|
|
1981
|
+
creationTime: {
|
|
1982
|
+
serializedName: "properties.creationTime",
|
|
1983
|
+
readOnly: true,
|
|
1470
1984
|
type: {
|
|
1471
|
-
name: "
|
|
1985
|
+
name: "DateTime"
|
|
1472
1986
|
}
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
export const UpdateFirewallRuleWithAccountParameters: msRest.CompositeMapper = {
|
|
1479
|
-
serializedName: "UpdateFirewallRuleWithAccountParameters",
|
|
1480
|
-
type: {
|
|
1481
|
-
name: "Composite",
|
|
1482
|
-
className: "UpdateFirewallRuleWithAccountParameters",
|
|
1483
|
-
modelProperties: {
|
|
1484
|
-
name: {
|
|
1485
|
-
required: true,
|
|
1486
|
-
serializedName: "name",
|
|
1987
|
+
},
|
|
1988
|
+
lastModifiedTime: {
|
|
1989
|
+
serializedName: "properties.lastModifiedTime",
|
|
1990
|
+
readOnly: true,
|
|
1487
1991
|
type: {
|
|
1488
|
-
name: "
|
|
1992
|
+
name: "DateTime"
|
|
1489
1993
|
}
|
|
1490
1994
|
},
|
|
1491
|
-
|
|
1492
|
-
serializedName: "properties.
|
|
1995
|
+
endpoint: {
|
|
1996
|
+
serializedName: "properties.endpoint",
|
|
1997
|
+
readOnly: true,
|
|
1493
1998
|
type: {
|
|
1494
1999
|
name: "String"
|
|
1495
2000
|
}
|
|
1496
2001
|
},
|
|
1497
|
-
|
|
1498
|
-
serializedName: "properties.
|
|
2002
|
+
defaultDataLakeStoreAccountType: {
|
|
2003
|
+
serializedName: "properties.defaultDataLakeStoreAccountType",
|
|
2004
|
+
readOnly: true,
|
|
1499
2005
|
type: {
|
|
1500
2006
|
name: "String"
|
|
1501
2007
|
}
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
export const UpdateDataLakeAnalyticsAccountParameters: msRest.CompositeMapper = {
|
|
1508
|
-
serializedName: "UpdateDataLakeAnalyticsAccountParameters",
|
|
1509
|
-
type: {
|
|
1510
|
-
name: "Composite",
|
|
1511
|
-
className: "UpdateDataLakeAnalyticsAccountParameters",
|
|
1512
|
-
modelProperties: {
|
|
1513
|
-
tags: {
|
|
1514
|
-
serializedName: "tags",
|
|
2008
|
+
},
|
|
2009
|
+
defaultDataLakeStoreAccount: {
|
|
2010
|
+
serializedName: "properties.defaultDataLakeStoreAccount",
|
|
2011
|
+
readOnly: true,
|
|
1515
2012
|
type: {
|
|
1516
|
-
name: "
|
|
1517
|
-
|
|
2013
|
+
name: "String"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
dataLakeStoreAccounts: {
|
|
2017
|
+
serializedName: "properties.dataLakeStoreAccounts",
|
|
2018
|
+
readOnly: true,
|
|
2019
|
+
type: {
|
|
2020
|
+
name: "Sequence",
|
|
2021
|
+
element: {
|
|
1518
2022
|
type: {
|
|
1519
|
-
name: "
|
|
2023
|
+
name: "Composite",
|
|
2024
|
+
className: "DataLakeStoreAccountInformation"
|
|
1520
2025
|
}
|
|
1521
2026
|
}
|
|
1522
2027
|
}
|
|
1523
2028
|
},
|
|
1524
|
-
|
|
1525
|
-
serializedName: "properties.
|
|
2029
|
+
publicDataLakeStoreAccounts: {
|
|
2030
|
+
serializedName: "properties.publicDataLakeStoreAccounts",
|
|
1526
2031
|
type: {
|
|
1527
2032
|
name: "Sequence",
|
|
1528
2033
|
element: {
|
|
1529
2034
|
type: {
|
|
1530
2035
|
name: "Composite",
|
|
1531
|
-
className: "
|
|
2036
|
+
className: "DataLakeStoreAccountInformation"
|
|
1532
2037
|
}
|
|
1533
2038
|
}
|
|
1534
2039
|
}
|
|
1535
2040
|
},
|
|
1536
2041
|
storageAccounts: {
|
|
1537
2042
|
serializedName: "properties.storageAccounts",
|
|
2043
|
+
readOnly: true,
|
|
1538
2044
|
type: {
|
|
1539
2045
|
name: "Sequence",
|
|
1540
2046
|
element: {
|
|
1541
2047
|
type: {
|
|
1542
2048
|
name: "Composite",
|
|
1543
|
-
className: "
|
|
2049
|
+
className: "StorageAccountInformation"
|
|
1544
2050
|
}
|
|
1545
2051
|
}
|
|
1546
2052
|
}
|
|
1547
2053
|
},
|
|
1548
2054
|
computePolicies: {
|
|
1549
2055
|
serializedName: "properties.computePolicies",
|
|
2056
|
+
readOnly: true,
|
|
1550
2057
|
type: {
|
|
1551
2058
|
name: "Sequence",
|
|
1552
2059
|
element: {
|
|
1553
2060
|
type: {
|
|
1554
2061
|
name: "Composite",
|
|
1555
|
-
className: "
|
|
2062
|
+
className: "ComputePolicy"
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
hiveMetastores: {
|
|
2068
|
+
serializedName: "properties.hiveMetastores",
|
|
2069
|
+
readOnly: true,
|
|
2070
|
+
type: {
|
|
2071
|
+
name: "Sequence",
|
|
2072
|
+
element: {
|
|
2073
|
+
type: {
|
|
2074
|
+
name: "Composite",
|
|
2075
|
+
className: "HiveMetastore"
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
virtualNetworkRules: {
|
|
2081
|
+
serializedName: "properties.virtualNetworkRules",
|
|
2082
|
+
readOnly: true,
|
|
2083
|
+
type: {
|
|
2084
|
+
name: "Sequence",
|
|
2085
|
+
element: {
|
|
2086
|
+
type: {
|
|
2087
|
+
name: "Composite",
|
|
2088
|
+
className: "VirtualNetworkRule"
|
|
1556
2089
|
}
|
|
1557
2090
|
}
|
|
1558
2091
|
}
|
|
1559
2092
|
},
|
|
1560
2093
|
firewallRules: {
|
|
1561
2094
|
serializedName: "properties.firewallRules",
|
|
2095
|
+
readOnly: true,
|
|
1562
2096
|
type: {
|
|
1563
2097
|
name: "Sequence",
|
|
1564
2098
|
element: {
|
|
1565
2099
|
type: {
|
|
1566
2100
|
name: "Composite",
|
|
1567
|
-
className: "
|
|
2101
|
+
className: "FirewallRule"
|
|
1568
2102
|
}
|
|
1569
2103
|
}
|
|
1570
2104
|
}
|
|
@@ -1573,20 +2107,14 @@ export const UpdateDataLakeAnalyticsAccountParameters: msRest.CompositeMapper =
|
|
|
1573
2107
|
serializedName: "properties.firewallState",
|
|
1574
2108
|
type: {
|
|
1575
2109
|
name: "Enum",
|
|
1576
|
-
allowedValues: [
|
|
1577
|
-
"Enabled",
|
|
1578
|
-
"Disabled"
|
|
1579
|
-
]
|
|
2110
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
1580
2111
|
}
|
|
1581
2112
|
},
|
|
1582
2113
|
firewallAllowAzureIps: {
|
|
1583
2114
|
serializedName: "properties.firewallAllowAzureIps",
|
|
1584
2115
|
type: {
|
|
1585
2116
|
name: "Enum",
|
|
1586
|
-
allowedValues: [
|
|
1587
|
-
"Enabled",
|
|
1588
|
-
"Disabled"
|
|
1589
|
-
]
|
|
2117
|
+
allowedValues: ["Enabled", "Disabled"]
|
|
1590
2118
|
}
|
|
1591
2119
|
},
|
|
1592
2120
|
newTier: {
|
|
@@ -1606,263 +2134,130 @@ export const UpdateDataLakeAnalyticsAccountParameters: msRest.CompositeMapper =
|
|
|
1606
2134
|
]
|
|
1607
2135
|
}
|
|
1608
2136
|
},
|
|
1609
|
-
|
|
1610
|
-
serializedName: "properties.
|
|
1611
|
-
|
|
1612
|
-
InclusiveMinimum: 1
|
|
1613
|
-
},
|
|
2137
|
+
currentTier: {
|
|
2138
|
+
serializedName: "properties.currentTier",
|
|
2139
|
+
readOnly: true,
|
|
1614
2140
|
type: {
|
|
1615
|
-
name: "
|
|
2141
|
+
name: "Enum",
|
|
2142
|
+
allowedValues: [
|
|
2143
|
+
"Consumption",
|
|
2144
|
+
"Commitment_100AUHours",
|
|
2145
|
+
"Commitment_500AUHours",
|
|
2146
|
+
"Commitment_1000AUHours",
|
|
2147
|
+
"Commitment_5000AUHours",
|
|
2148
|
+
"Commitment_10000AUHours",
|
|
2149
|
+
"Commitment_50000AUHours",
|
|
2150
|
+
"Commitment_100000AUHours",
|
|
2151
|
+
"Commitment_500000AUHours"
|
|
2152
|
+
]
|
|
1616
2153
|
}
|
|
1617
2154
|
},
|
|
1618
|
-
|
|
1619
|
-
|
|
2155
|
+
maxJobCount: {
|
|
2156
|
+
defaultValue: 3,
|
|
1620
2157
|
constraints: {
|
|
1621
2158
|
InclusiveMinimum: 1
|
|
1622
2159
|
},
|
|
2160
|
+
serializedName: "properties.maxJobCount",
|
|
1623
2161
|
type: {
|
|
1624
2162
|
name: "Number"
|
|
1625
2163
|
}
|
|
1626
2164
|
},
|
|
1627
|
-
|
|
1628
|
-
serializedName: "properties.
|
|
1629
|
-
|
|
1630
|
-
InclusiveMinimum: 1
|
|
1631
|
-
},
|
|
2165
|
+
maxActiveJobCountPerUser: {
|
|
2166
|
+
serializedName: "properties.maxActiveJobCountPerUser",
|
|
2167
|
+
readOnly: true,
|
|
1632
2168
|
type: {
|
|
1633
2169
|
name: "Number"
|
|
1634
2170
|
}
|
|
1635
2171
|
},
|
|
1636
|
-
|
|
1637
|
-
serializedName: "properties.
|
|
1638
|
-
|
|
1639
|
-
InclusiveMinimum: 1
|
|
1640
|
-
},
|
|
2172
|
+
maxQueuedJobCountPerUser: {
|
|
2173
|
+
serializedName: "properties.maxQueuedJobCountPerUser",
|
|
2174
|
+
readOnly: true,
|
|
1641
2175
|
type: {
|
|
1642
2176
|
name: "Number"
|
|
1643
2177
|
}
|
|
1644
2178
|
},
|
|
1645
|
-
|
|
1646
|
-
serializedName: "properties.
|
|
1647
|
-
|
|
1648
|
-
InclusiveMaximum: 180,
|
|
1649
|
-
InclusiveMinimum: 1
|
|
1650
|
-
},
|
|
2179
|
+
maxJobRunningTimeInMin: {
|
|
2180
|
+
serializedName: "properties.maxJobRunningTimeInMin",
|
|
2181
|
+
readOnly: true,
|
|
1651
2182
|
type: {
|
|
1652
2183
|
name: "Number"
|
|
1653
2184
|
}
|
|
1654
|
-
}
|
|
1655
|
-
}
|
|
1656
|
-
}
|
|
1657
|
-
};
|
|
1658
|
-
|
|
1659
|
-
export const AddDataLakeStoreParameters: msRest.CompositeMapper = {
|
|
1660
|
-
serializedName: "AddDataLakeStoreParameters",
|
|
1661
|
-
type: {
|
|
1662
|
-
name: "Composite",
|
|
1663
|
-
className: "AddDataLakeStoreParameters",
|
|
1664
|
-
modelProperties: {
|
|
1665
|
-
suffix: {
|
|
1666
|
-
serializedName: "properties.suffix",
|
|
1667
|
-
type: {
|
|
1668
|
-
name: "String"
|
|
1669
|
-
}
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
};
|
|
1674
|
-
|
|
1675
|
-
export const AddStorageAccountParameters: msRest.CompositeMapper = {
|
|
1676
|
-
serializedName: "AddStorageAccountParameters",
|
|
1677
|
-
type: {
|
|
1678
|
-
name: "Composite",
|
|
1679
|
-
className: "AddStorageAccountParameters",
|
|
1680
|
-
modelProperties: {
|
|
1681
|
-
accessKey: {
|
|
1682
|
-
required: true,
|
|
1683
|
-
serializedName: "properties.accessKey",
|
|
1684
|
-
type: {
|
|
1685
|
-
name: "String"
|
|
1686
|
-
}
|
|
1687
|
-
},
|
|
1688
|
-
suffix: {
|
|
1689
|
-
serializedName: "properties.suffix",
|
|
1690
|
-
type: {
|
|
1691
|
-
name: "String"
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
1695
|
-
}
|
|
1696
|
-
};
|
|
1697
|
-
|
|
1698
|
-
export const UpdateStorageAccountParameters: msRest.CompositeMapper = {
|
|
1699
|
-
serializedName: "UpdateStorageAccountParameters",
|
|
1700
|
-
type: {
|
|
1701
|
-
name: "Composite",
|
|
1702
|
-
className: "UpdateStorageAccountParameters",
|
|
1703
|
-
modelProperties: {
|
|
1704
|
-
accessKey: {
|
|
1705
|
-
serializedName: "properties.accessKey",
|
|
1706
|
-
type: {
|
|
1707
|
-
name: "String"
|
|
1708
|
-
}
|
|
1709
|
-
},
|
|
1710
|
-
suffix: {
|
|
1711
|
-
serializedName: "properties.suffix",
|
|
1712
|
-
type: {
|
|
1713
|
-
name: "String"
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
}
|
|
1717
|
-
}
|
|
1718
|
-
};
|
|
1719
|
-
|
|
1720
|
-
export const CreateOrUpdateComputePolicyParameters: msRest.CompositeMapper = {
|
|
1721
|
-
serializedName: "CreateOrUpdateComputePolicyParameters",
|
|
1722
|
-
type: {
|
|
1723
|
-
name: "Composite",
|
|
1724
|
-
className: "CreateOrUpdateComputePolicyParameters",
|
|
1725
|
-
modelProperties: {
|
|
1726
|
-
objectId: {
|
|
1727
|
-
required: true,
|
|
1728
|
-
serializedName: "properties.objectId",
|
|
1729
|
-
type: {
|
|
1730
|
-
name: "Uuid"
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
objectType: {
|
|
1734
|
-
required: true,
|
|
1735
|
-
serializedName: "properties.objectType",
|
|
1736
|
-
type: {
|
|
1737
|
-
name: "String"
|
|
1738
|
-
}
|
|
1739
2185
|
},
|
|
1740
|
-
|
|
1741
|
-
serializedName: "properties.
|
|
1742
|
-
|
|
1743
|
-
InclusiveMinimum: 1
|
|
1744
|
-
},
|
|
2186
|
+
systemMaxJobCount: {
|
|
2187
|
+
serializedName: "properties.systemMaxJobCount",
|
|
2188
|
+
readOnly: true,
|
|
1745
2189
|
type: {
|
|
1746
2190
|
name: "Number"
|
|
1747
2191
|
}
|
|
1748
2192
|
},
|
|
1749
|
-
|
|
1750
|
-
|
|
2193
|
+
maxDegreeOfParallelism: {
|
|
2194
|
+
defaultValue: 30,
|
|
1751
2195
|
constraints: {
|
|
1752
2196
|
InclusiveMinimum: 1
|
|
1753
2197
|
},
|
|
2198
|
+
serializedName: "properties.maxDegreeOfParallelism",
|
|
1754
2199
|
type: {
|
|
1755
2200
|
name: "Number"
|
|
1756
2201
|
}
|
|
1757
|
-
}
|
|
1758
|
-
}
|
|
1759
|
-
}
|
|
1760
|
-
};
|
|
1761
|
-
|
|
1762
|
-
export const UpdateComputePolicyParameters: msRest.CompositeMapper = {
|
|
1763
|
-
serializedName: "UpdateComputePolicyParameters",
|
|
1764
|
-
type: {
|
|
1765
|
-
name: "Composite",
|
|
1766
|
-
className: "UpdateComputePolicyParameters",
|
|
1767
|
-
modelProperties: {
|
|
1768
|
-
objectId: {
|
|
1769
|
-
serializedName: "properties.objectId",
|
|
1770
|
-
type: {
|
|
1771
|
-
name: "Uuid"
|
|
1772
|
-
}
|
|
1773
2202
|
},
|
|
1774
|
-
|
|
1775
|
-
serializedName: "properties.
|
|
2203
|
+
systemMaxDegreeOfParallelism: {
|
|
2204
|
+
serializedName: "properties.systemMaxDegreeOfParallelism",
|
|
2205
|
+
readOnly: true,
|
|
1776
2206
|
type: {
|
|
1777
|
-
name: "
|
|
2207
|
+
name: "Number"
|
|
1778
2208
|
}
|
|
1779
2209
|
},
|
|
1780
2210
|
maxDegreeOfParallelismPerJob: {
|
|
1781
|
-
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
1782
2211
|
constraints: {
|
|
1783
2212
|
InclusiveMinimum: 1
|
|
1784
2213
|
},
|
|
2214
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
1785
2215
|
type: {
|
|
1786
2216
|
name: "Number"
|
|
1787
2217
|
}
|
|
1788
2218
|
},
|
|
1789
2219
|
minPriorityPerJob: {
|
|
1790
|
-
serializedName: "properties.minPriorityPerJob",
|
|
1791
2220
|
constraints: {
|
|
1792
2221
|
InclusiveMinimum: 1
|
|
1793
2222
|
},
|
|
2223
|
+
serializedName: "properties.minPriorityPerJob",
|
|
2224
|
+
readOnly: true,
|
|
1794
2225
|
type: {
|
|
1795
2226
|
name: "Number"
|
|
1796
2227
|
}
|
|
1797
|
-
}
|
|
1798
|
-
}
|
|
1799
|
-
}
|
|
1800
|
-
};
|
|
1801
|
-
|
|
1802
|
-
export const CreateOrUpdateFirewallRuleParameters: msRest.CompositeMapper = {
|
|
1803
|
-
serializedName: "CreateOrUpdateFirewallRuleParameters",
|
|
1804
|
-
type: {
|
|
1805
|
-
name: "Composite",
|
|
1806
|
-
className: "CreateOrUpdateFirewallRuleParameters",
|
|
1807
|
-
modelProperties: {
|
|
1808
|
-
startIpAddress: {
|
|
1809
|
-
required: true,
|
|
1810
|
-
serializedName: "properties.startIpAddress",
|
|
1811
|
-
type: {
|
|
1812
|
-
name: "String"
|
|
1813
|
-
}
|
|
1814
2228
|
},
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
}
|
|
1823
|
-
}
|
|
1824
|
-
};
|
|
1825
|
-
|
|
1826
|
-
export const UpdateFirewallRuleParameters: msRest.CompositeMapper = {
|
|
1827
|
-
serializedName: "UpdateFirewallRuleParameters",
|
|
1828
|
-
type: {
|
|
1829
|
-
name: "Composite",
|
|
1830
|
-
className: "UpdateFirewallRuleParameters",
|
|
1831
|
-
modelProperties: {
|
|
1832
|
-
startIpAddress: {
|
|
1833
|
-
serializedName: "properties.startIpAddress",
|
|
2229
|
+
queryStoreRetention: {
|
|
2230
|
+
defaultValue: 30,
|
|
2231
|
+
constraints: {
|
|
2232
|
+
InclusiveMaximum: 180,
|
|
2233
|
+
InclusiveMinimum: 1
|
|
2234
|
+
},
|
|
2235
|
+
serializedName: "properties.queryStoreRetention",
|
|
1834
2236
|
type: {
|
|
1835
|
-
name: "
|
|
2237
|
+
name: "Number"
|
|
1836
2238
|
}
|
|
1837
2239
|
},
|
|
1838
|
-
|
|
1839
|
-
serializedName: "properties.
|
|
2240
|
+
debugDataAccessLevel: {
|
|
2241
|
+
serializedName: "properties.debugDataAccessLevel",
|
|
2242
|
+
readOnly: true,
|
|
1840
2243
|
type: {
|
|
1841
|
-
name: "
|
|
2244
|
+
name: "Enum",
|
|
2245
|
+
allowedValues: ["All", "Customer", "None"]
|
|
1842
2246
|
}
|
|
1843
2247
|
}
|
|
1844
2248
|
}
|
|
1845
2249
|
}
|
|
1846
2250
|
};
|
|
1847
2251
|
|
|
1848
|
-
export const
|
|
1849
|
-
serializedName: "CheckNameAvailabilityParameters",
|
|
2252
|
+
export const DataLakeStoreAccountInformation: coreClient.CompositeMapper = {
|
|
1850
2253
|
type: {
|
|
1851
2254
|
name: "Composite",
|
|
1852
|
-
className: "
|
|
2255
|
+
className: "DataLakeStoreAccountInformation",
|
|
1853
2256
|
modelProperties: {
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
serializedName: "
|
|
1857
|
-
|
|
1858
|
-
name: "String"
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1861
|
-
type: {
|
|
1862
|
-
required: true,
|
|
1863
|
-
isConstant: true,
|
|
1864
|
-
serializedName: "type",
|
|
1865
|
-
defaultValue: 'Microsoft.DataLakeAnalytics/accounts',
|
|
2257
|
+
...SubResource.type.modelProperties,
|
|
2258
|
+
suffix: {
|
|
2259
|
+
serializedName: "properties.suffix",
|
|
2260
|
+
readOnly: true,
|
|
1866
2261
|
type: {
|
|
1867
2262
|
name: "String"
|
|
1868
2263
|
}
|
|
@@ -1871,276 +2266,161 @@ export const CheckNameAvailabilityParameters: msRest.CompositeMapper = {
|
|
|
1871
2266
|
}
|
|
1872
2267
|
};
|
|
1873
2268
|
|
|
1874
|
-
export const
|
|
1875
|
-
serializedName: "ErrorAdditionalInfo",
|
|
2269
|
+
export const StorageAccountInformation: coreClient.CompositeMapper = {
|
|
1876
2270
|
type: {
|
|
1877
2271
|
name: "Composite",
|
|
1878
|
-
className: "
|
|
2272
|
+
className: "StorageAccountInformation",
|
|
1879
2273
|
modelProperties: {
|
|
1880
|
-
type
|
|
2274
|
+
...SubResource.type.modelProperties,
|
|
2275
|
+
suffix: {
|
|
2276
|
+
serializedName: "properties.suffix",
|
|
1881
2277
|
readOnly: true,
|
|
1882
|
-
serializedName: "type",
|
|
1883
2278
|
type: {
|
|
1884
2279
|
name: "String"
|
|
1885
2280
|
}
|
|
1886
|
-
},
|
|
1887
|
-
info: {
|
|
1888
|
-
readOnly: true,
|
|
1889
|
-
serializedName: "info",
|
|
1890
|
-
type: {
|
|
1891
|
-
name: "Object"
|
|
1892
|
-
}
|
|
1893
2281
|
}
|
|
1894
2282
|
}
|
|
1895
2283
|
}
|
|
1896
2284
|
};
|
|
1897
2285
|
|
|
1898
|
-
export const
|
|
1899
|
-
serializedName: "ErrorDetail",
|
|
2286
|
+
export const ComputePolicy: coreClient.CompositeMapper = {
|
|
1900
2287
|
type: {
|
|
1901
2288
|
name: "Composite",
|
|
1902
|
-
className: "
|
|
2289
|
+
className: "ComputePolicy",
|
|
1903
2290
|
modelProperties: {
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
serializedName: "
|
|
1907
|
-
type: {
|
|
1908
|
-
name: "String"
|
|
1909
|
-
}
|
|
1910
|
-
},
|
|
1911
|
-
message: {
|
|
2291
|
+
...SubResource.type.modelProperties,
|
|
2292
|
+
objectId: {
|
|
2293
|
+
serializedName: "properties.objectId",
|
|
1912
2294
|
readOnly: true,
|
|
1913
|
-
serializedName: "message",
|
|
1914
2295
|
type: {
|
|
1915
|
-
name: "
|
|
2296
|
+
name: "Uuid"
|
|
1916
2297
|
}
|
|
1917
2298
|
},
|
|
1918
|
-
|
|
2299
|
+
objectType: {
|
|
2300
|
+
serializedName: "properties.objectType",
|
|
1919
2301
|
readOnly: true,
|
|
1920
|
-
serializedName: "target",
|
|
1921
2302
|
type: {
|
|
1922
2303
|
name: "String"
|
|
1923
2304
|
}
|
|
1924
2305
|
},
|
|
1925
|
-
|
|
2306
|
+
maxDegreeOfParallelismPerJob: {
|
|
2307
|
+
constraints: {
|
|
2308
|
+
InclusiveMinimum: 1
|
|
2309
|
+
},
|
|
2310
|
+
serializedName: "properties.maxDegreeOfParallelismPerJob",
|
|
1926
2311
|
readOnly: true,
|
|
1927
|
-
serializedName: "details",
|
|
1928
2312
|
type: {
|
|
1929
|
-
name: "
|
|
1930
|
-
element: {
|
|
1931
|
-
type: {
|
|
1932
|
-
name: "Composite",
|
|
1933
|
-
className: "ErrorDetail"
|
|
1934
|
-
}
|
|
1935
|
-
}
|
|
2313
|
+
name: "Number"
|
|
1936
2314
|
}
|
|
1937
2315
|
},
|
|
1938
|
-
|
|
2316
|
+
minPriorityPerJob: {
|
|
2317
|
+
constraints: {
|
|
2318
|
+
InclusiveMinimum: 1
|
|
2319
|
+
},
|
|
2320
|
+
serializedName: "properties.minPriorityPerJob",
|
|
1939
2321
|
readOnly: true,
|
|
1940
|
-
serializedName: "additionalInfo",
|
|
1941
|
-
type: {
|
|
1942
|
-
name: "Sequence",
|
|
1943
|
-
element: {
|
|
1944
|
-
type: {
|
|
1945
|
-
name: "Composite",
|
|
1946
|
-
className: "ErrorAdditionalInfo"
|
|
1947
|
-
}
|
|
1948
|
-
}
|
|
1949
|
-
}
|
|
1950
|
-
}
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1953
|
-
};
|
|
1954
|
-
|
|
1955
|
-
export const ErrorResponse: msRest.CompositeMapper = {
|
|
1956
|
-
serializedName: "ErrorResponse",
|
|
1957
|
-
type: {
|
|
1958
|
-
name: "Composite",
|
|
1959
|
-
className: "ErrorResponse",
|
|
1960
|
-
modelProperties: {
|
|
1961
|
-
error: {
|
|
1962
|
-
serializedName: "error",
|
|
1963
2322
|
type: {
|
|
1964
|
-
name: "
|
|
1965
|
-
className: "ErrorDetail"
|
|
2323
|
+
name: "Number"
|
|
1966
2324
|
}
|
|
1967
2325
|
}
|
|
1968
2326
|
}
|
|
1969
2327
|
}
|
|
1970
2328
|
};
|
|
1971
2329
|
|
|
1972
|
-
export const
|
|
1973
|
-
serializedName: "DataLakeAnalyticsAccountListResult",
|
|
2330
|
+
export const HiveMetastore: coreClient.CompositeMapper = {
|
|
1974
2331
|
type: {
|
|
1975
2332
|
name: "Composite",
|
|
1976
|
-
className: "
|
|
2333
|
+
className: "HiveMetastore",
|
|
1977
2334
|
modelProperties: {
|
|
1978
|
-
|
|
2335
|
+
...SubResource.type.modelProperties,
|
|
2336
|
+
serverUri: {
|
|
2337
|
+
serializedName: "properties.serverUri",
|
|
1979
2338
|
readOnly: true,
|
|
1980
|
-
serializedName: "",
|
|
1981
2339
|
type: {
|
|
1982
|
-
name: "
|
|
1983
|
-
element: {
|
|
1984
|
-
type: {
|
|
1985
|
-
name: "Composite",
|
|
1986
|
-
className: "DataLakeAnalyticsAccountBasic"
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
2340
|
+
name: "String"
|
|
1989
2341
|
}
|
|
1990
2342
|
},
|
|
1991
|
-
|
|
2343
|
+
databaseName: {
|
|
2344
|
+
serializedName: "properties.databaseName",
|
|
1992
2345
|
readOnly: true,
|
|
1993
|
-
serializedName: "nextLink",
|
|
1994
2346
|
type: {
|
|
1995
2347
|
name: "String"
|
|
1996
2348
|
}
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
};
|
|
2001
|
-
|
|
2002
|
-
export const DataLakeStoreAccountInformationListResult: msRest.CompositeMapper = {
|
|
2003
|
-
serializedName: "DataLakeStoreAccountInformationListResult",
|
|
2004
|
-
type: {
|
|
2005
|
-
name: "Composite",
|
|
2006
|
-
className: "DataLakeStoreAccountInformationListResult",
|
|
2007
|
-
modelProperties: {
|
|
2008
|
-
value: {
|
|
2009
|
-
readOnly: true,
|
|
2010
|
-
serializedName: "",
|
|
2011
|
-
type: {
|
|
2012
|
-
name: "Sequence",
|
|
2013
|
-
element: {
|
|
2014
|
-
type: {
|
|
2015
|
-
name: "Composite",
|
|
2016
|
-
className: "DataLakeStoreAccountInformation"
|
|
2017
|
-
}
|
|
2018
|
-
}
|
|
2019
|
-
}
|
|
2020
2349
|
},
|
|
2021
|
-
|
|
2350
|
+
runtimeVersion: {
|
|
2351
|
+
serializedName: "properties.runtimeVersion",
|
|
2022
2352
|
readOnly: true,
|
|
2023
|
-
serializedName: "nextLink",
|
|
2024
2353
|
type: {
|
|
2025
2354
|
name: "String"
|
|
2026
2355
|
}
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
2029
|
-
}
|
|
2030
|
-
};
|
|
2031
|
-
|
|
2032
|
-
export const StorageAccountInformationListResult: msRest.CompositeMapper = {
|
|
2033
|
-
serializedName: "StorageAccountInformationListResult",
|
|
2034
|
-
type: {
|
|
2035
|
-
name: "Composite",
|
|
2036
|
-
className: "StorageAccountInformationListResult",
|
|
2037
|
-
modelProperties: {
|
|
2038
|
-
value: {
|
|
2039
|
-
readOnly: true,
|
|
2040
|
-
serializedName: "",
|
|
2041
|
-
type: {
|
|
2042
|
-
name: "Sequence",
|
|
2043
|
-
element: {
|
|
2044
|
-
type: {
|
|
2045
|
-
name: "Composite",
|
|
2046
|
-
className: "StorageAccountInformation"
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
2049
|
-
}
|
|
2050
2356
|
},
|
|
2051
|
-
|
|
2357
|
+
userName: {
|
|
2358
|
+
serializedName: "properties.userName",
|
|
2052
2359
|
readOnly: true,
|
|
2053
|
-
serializedName: "nextLink",
|
|
2054
2360
|
type: {
|
|
2055
2361
|
name: "String"
|
|
2056
2362
|
}
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
};
|
|
2061
|
-
|
|
2062
|
-
export const StorageContainerListResult: msRest.CompositeMapper = {
|
|
2063
|
-
serializedName: "StorageContainerListResult",
|
|
2064
|
-
type: {
|
|
2065
|
-
name: "Composite",
|
|
2066
|
-
className: "StorageContainerListResult",
|
|
2067
|
-
modelProperties: {
|
|
2068
|
-
value: {
|
|
2363
|
+
},
|
|
2364
|
+
password: {
|
|
2365
|
+
serializedName: "properties.password",
|
|
2069
2366
|
readOnly: true,
|
|
2070
|
-
serializedName: "",
|
|
2071
2367
|
type: {
|
|
2072
|
-
name: "
|
|
2073
|
-
element: {
|
|
2074
|
-
type: {
|
|
2075
|
-
name: "Composite",
|
|
2076
|
-
className: "StorageContainer"
|
|
2077
|
-
}
|
|
2078
|
-
}
|
|
2368
|
+
name: "String"
|
|
2079
2369
|
}
|
|
2080
2370
|
},
|
|
2081
|
-
|
|
2371
|
+
nestedResourceProvisioningState: {
|
|
2372
|
+
serializedName: "properties.nestedResourceProvisioningState",
|
|
2082
2373
|
readOnly: true,
|
|
2083
|
-
serializedName: "nextLink",
|
|
2084
2374
|
type: {
|
|
2085
|
-
name: "
|
|
2375
|
+
name: "Enum",
|
|
2376
|
+
allowedValues: ["Succeeded", "Canceled", "Failed"]
|
|
2086
2377
|
}
|
|
2087
2378
|
}
|
|
2088
2379
|
}
|
|
2089
2380
|
}
|
|
2090
2381
|
};
|
|
2091
2382
|
|
|
2092
|
-
export const
|
|
2093
|
-
serializedName: "SasTokenInformationListResult",
|
|
2383
|
+
export const VirtualNetworkRule: coreClient.CompositeMapper = {
|
|
2094
2384
|
type: {
|
|
2095
2385
|
name: "Composite",
|
|
2096
|
-
className: "
|
|
2386
|
+
className: "VirtualNetworkRule",
|
|
2097
2387
|
modelProperties: {
|
|
2098
|
-
|
|
2388
|
+
...SubResource.type.modelProperties,
|
|
2389
|
+
subnetId: {
|
|
2390
|
+
serializedName: "properties.subnetId",
|
|
2099
2391
|
readOnly: true,
|
|
2100
|
-
serializedName: "",
|
|
2101
2392
|
type: {
|
|
2102
|
-
name: "
|
|
2103
|
-
element: {
|
|
2104
|
-
type: {
|
|
2105
|
-
name: "Composite",
|
|
2106
|
-
className: "SasTokenInformation"
|
|
2107
|
-
}
|
|
2108
|
-
}
|
|
2393
|
+
name: "String"
|
|
2109
2394
|
}
|
|
2110
2395
|
},
|
|
2111
|
-
|
|
2396
|
+
virtualNetworkRuleState: {
|
|
2397
|
+
serializedName: "properties.virtualNetworkRuleState",
|
|
2112
2398
|
readOnly: true,
|
|
2113
|
-
serializedName: "nextLink",
|
|
2114
2399
|
type: {
|
|
2115
|
-
name: "
|
|
2400
|
+
name: "Enum",
|
|
2401
|
+
allowedValues: ["Active", "NetworkSourceDeleted", "Failed"]
|
|
2116
2402
|
}
|
|
2117
2403
|
}
|
|
2118
2404
|
}
|
|
2119
2405
|
}
|
|
2120
2406
|
};
|
|
2121
2407
|
|
|
2122
|
-
export const
|
|
2123
|
-
serializedName: "ComputePolicyListResult",
|
|
2408
|
+
export const FirewallRule: coreClient.CompositeMapper = {
|
|
2124
2409
|
type: {
|
|
2125
2410
|
name: "Composite",
|
|
2126
|
-
className: "
|
|
2411
|
+
className: "FirewallRule",
|
|
2127
2412
|
modelProperties: {
|
|
2128
|
-
|
|
2413
|
+
...SubResource.type.modelProperties,
|
|
2414
|
+
startIpAddress: {
|
|
2415
|
+
serializedName: "properties.startIpAddress",
|
|
2129
2416
|
readOnly: true,
|
|
2130
|
-
serializedName: "",
|
|
2131
2417
|
type: {
|
|
2132
|
-
name: "
|
|
2133
|
-
element: {
|
|
2134
|
-
type: {
|
|
2135
|
-
name: "Composite",
|
|
2136
|
-
className: "ComputePolicy"
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2418
|
+
name: "String"
|
|
2139
2419
|
}
|
|
2140
2420
|
},
|
|
2141
|
-
|
|
2421
|
+
endIpAddress: {
|
|
2422
|
+
serializedName: "properties.endIpAddress",
|
|
2142
2423
|
readOnly: true,
|
|
2143
|
-
serializedName: "nextLink",
|
|
2144
2424
|
type: {
|
|
2145
2425
|
name: "String"
|
|
2146
2426
|
}
|
|
@@ -2149,30 +2429,17 @@ export const ComputePolicyListResult: msRest.CompositeMapper = {
|
|
|
2149
2429
|
}
|
|
2150
2430
|
};
|
|
2151
2431
|
|
|
2152
|
-
export const
|
|
2153
|
-
serializedName: "FirewallRuleListResult",
|
|
2432
|
+
export const StorageContainer: coreClient.CompositeMapper = {
|
|
2154
2433
|
type: {
|
|
2155
2434
|
name: "Composite",
|
|
2156
|
-
className: "
|
|
2435
|
+
className: "StorageContainer",
|
|
2157
2436
|
modelProperties: {
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
serializedName: "",
|
|
2161
|
-
type: {
|
|
2162
|
-
name: "Sequence",
|
|
2163
|
-
element: {
|
|
2164
|
-
type: {
|
|
2165
|
-
name: "Composite",
|
|
2166
|
-
className: "FirewallRule"
|
|
2167
|
-
}
|
|
2168
|
-
}
|
|
2169
|
-
}
|
|
2170
|
-
},
|
|
2171
|
-
nextLink: {
|
|
2437
|
+
...SubResource.type.modelProperties,
|
|
2438
|
+
lastModifiedTime: {
|
|
2439
|
+
serializedName: "properties.lastModifiedTime",
|
|
2172
2440
|
readOnly: true,
|
|
2173
|
-
serializedName: "nextLink",
|
|
2174
2441
|
type: {
|
|
2175
|
-
name: "
|
|
2442
|
+
name: "DateTime"
|
|
2176
2443
|
}
|
|
2177
2444
|
}
|
|
2178
2445
|
}
|