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