@azure/arm-datalake-analytics 1.1.1 → 2.0.0-alpha.20211220.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -91
- package/dist/index.js +4780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts +22 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js +29 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts +17 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js +50 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1346 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +31 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +56 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1439 -1205
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +32 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +254 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +120 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +569 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/computePolicies.d.ts +76 -0
- package/dist-esm/src/operations/computePolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/computePolicies.js +280 -0
- package/dist-esm/src/operations/computePolicies.js.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js +250 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +72 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +270 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +20 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +53 -0
- package/dist-esm/src/operations/locations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +153 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +594 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/computePolicies.js} +2 -7
- package/dist-esm/src/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js} +2 -2
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +89 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-datalake-analytics.api.md +935 -0
- package/rollup.config.js +181 -30
- package/src/dataLakeAnalyticsAccountManagementClient.ts +45 -44
- package/src/dataLakeAnalyticsAccountManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1160 -1948
- package/src/models/mappers.ts +1446 -1179
- package/src/models/parameters.ts +183 -93
- package/src/operations/accounts.ts +540 -372
- package/src/operations/computePolicies.ts +225 -254
- package/src/operations/dataLakeStoreAccounts.ts +213 -220
- package/src/operations/firewallRules.ts +222 -255
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +32 -44
- package/src/operations/operations.ts +24 -38
- package/src/operations/storageAccounts.ts +562 -476
- package/src/operationsInterfaces/accounts.ts +155 -0
- package/src/operationsInterfaces/computePolicies.ts +95 -0
- package/src/operationsInterfaces/dataLakeStoreAccounts.ts +73 -0
- package/src/operationsInterfaces/firewallRules.ts +92 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/locations.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/storageAccounts.ts +147 -0
- package/tsconfig.json +3 -3
- package/types/arm-datalake-analytics.d.ts +1829 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datalake-analytics.js +0 -4239
- package/dist/arm-datalake-analytics.js.map +0 -1
- package/dist/arm-datalake-analytics.min.js +0 -1
- package/dist/arm-datalake-analytics.min.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts +0 -31
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.js +0 -44
- package/esm/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts +0 -23
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js +0 -61
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/computePoliciesMappers.d.ts +0 -2
- package/esm/models/computePoliciesMappers.d.ts.map +0 -1
- package/esm/models/computePoliciesMappers.js +0 -9
- package/esm/models/computePoliciesMappers.js.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.d.ts +0 -2
- package/esm/models/dataLakeStoreAccountsMappers.d.ts.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.js +0 -9
- package/esm/models/dataLakeStoreAccountsMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2162
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -56
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -208
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -188
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -406
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/computePolicies.d.ts +0 -158
- package/esm/operations/computePolicies.d.ts.map +0 -1
- package/esm/operations/computePolicies.js +0 -230
- package/esm/operations/computePolicies.js.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.d.ts +0 -128
- package/esm/operations/dataLakeStoreAccounts.d.ts.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.js +0 -200
- package/esm/operations/dataLakeStoreAccounts.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -152
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -230
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -32
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -56
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -293
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -398
- package/esm/operations/storageAccounts.js.map +0 -1
- package/src/models/accountsMappers.ts +0 -38
- package/src/models/computePoliciesMappers.ts +0 -28
- package/src/models/dataLakeStoreAccountsMappers.ts +0 -27
- package/src/models/firewallRulesMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -21
- package/src/models/storageAccountsMappers.ts +0 -31
package/esm/models/index.d.ts
DELETED
|
@@ -1,2162 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* The resource model definition.
|
|
6
|
-
*/
|
|
7
|
-
export interface Resource extends BaseResource {
|
|
8
|
-
/**
|
|
9
|
-
* The resource identifer.
|
|
10
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
11
|
-
*/
|
|
12
|
-
readonly id?: string;
|
|
13
|
-
/**
|
|
14
|
-
* The resource name.
|
|
15
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
16
|
-
*/
|
|
17
|
-
readonly name?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The resource type.
|
|
20
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
21
|
-
*/
|
|
22
|
-
readonly type?: string;
|
|
23
|
-
/**
|
|
24
|
-
* The resource location.
|
|
25
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
26
|
-
*/
|
|
27
|
-
readonly location?: string;
|
|
28
|
-
/**
|
|
29
|
-
* The resource tags.
|
|
30
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
31
|
-
*/
|
|
32
|
-
readonly tags?: {
|
|
33
|
-
[propertyName: string]: string;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* The resource model definition for a nested resource.
|
|
38
|
-
*/
|
|
39
|
-
export interface SubResource extends BaseResource {
|
|
40
|
-
/**
|
|
41
|
-
* The resource identifier.
|
|
42
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
43
|
-
*/
|
|
44
|
-
readonly id?: string;
|
|
45
|
-
/**
|
|
46
|
-
* The resource name.
|
|
47
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
48
|
-
*/
|
|
49
|
-
readonly name?: string;
|
|
50
|
-
/**
|
|
51
|
-
* The resource type.
|
|
52
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
53
|
-
*/
|
|
54
|
-
readonly type?: string;
|
|
55
|
-
}
|
|
56
|
-
/**
|
|
57
|
-
* Data Lake Store account information.
|
|
58
|
-
*/
|
|
59
|
-
export interface DataLakeStoreAccountInformation extends SubResource {
|
|
60
|
-
/**
|
|
61
|
-
* The optional suffix for the Data Lake Store account.
|
|
62
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
63
|
-
*/
|
|
64
|
-
readonly suffix?: string;
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Azure Storage account information.
|
|
68
|
-
*/
|
|
69
|
-
export interface StorageAccountInformation extends SubResource {
|
|
70
|
-
/**
|
|
71
|
-
* The optional suffix for the storage account.
|
|
72
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
73
|
-
*/
|
|
74
|
-
readonly suffix?: string;
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* Data Lake Analytics compute policy information.
|
|
78
|
-
*/
|
|
79
|
-
export interface ComputePolicy extends SubResource {
|
|
80
|
-
/**
|
|
81
|
-
* The AAD object identifier for the entity to create a policy for.
|
|
82
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
83
|
-
*/
|
|
84
|
-
readonly objectId?: string;
|
|
85
|
-
/**
|
|
86
|
-
* The type of AAD object the object identifier refers to. Possible values include: 'User',
|
|
87
|
-
* 'Group', 'ServicePrincipal'
|
|
88
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
89
|
-
*/
|
|
90
|
-
readonly objectType?: AADObjectType;
|
|
91
|
-
/**
|
|
92
|
-
* The maximum degree of parallelism per job this user can use to submit jobs.
|
|
93
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
94
|
-
*/
|
|
95
|
-
readonly maxDegreeOfParallelismPerJob?: number;
|
|
96
|
-
/**
|
|
97
|
-
* The minimum priority per job this user can use to submit jobs.
|
|
98
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
99
|
-
*/
|
|
100
|
-
readonly minPriorityPerJob?: number;
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* An interface representing HiveMetastore.
|
|
104
|
-
*/
|
|
105
|
-
export interface HiveMetastore extends SubResource {
|
|
106
|
-
/**
|
|
107
|
-
* The serverUri for the Hive MetaStore
|
|
108
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
109
|
-
*/
|
|
110
|
-
readonly serverUri?: string;
|
|
111
|
-
/**
|
|
112
|
-
* The databaseName for the Hive MetaStore
|
|
113
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
114
|
-
*/
|
|
115
|
-
readonly databaseName?: string;
|
|
116
|
-
/**
|
|
117
|
-
* The runtimeVersion for the Hive MetaStore
|
|
118
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
119
|
-
*/
|
|
120
|
-
readonly runtimeVersion?: string;
|
|
121
|
-
/**
|
|
122
|
-
* The userName for the Hive MetaStore
|
|
123
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
124
|
-
*/
|
|
125
|
-
readonly userName?: string;
|
|
126
|
-
/**
|
|
127
|
-
* The password for the Hive MetaStore
|
|
128
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
129
|
-
*/
|
|
130
|
-
readonly password?: string;
|
|
131
|
-
/**
|
|
132
|
-
* The current state of the NestedResource. Possible values include: 'Succeeded', 'Canceled',
|
|
133
|
-
* 'Failed'
|
|
134
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
135
|
-
*/
|
|
136
|
-
readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;
|
|
137
|
-
}
|
|
138
|
-
/**
|
|
139
|
-
* Data Lake Analytics VirtualNetwork Rule information.
|
|
140
|
-
*/
|
|
141
|
-
export interface VirtualNetworkRule extends SubResource {
|
|
142
|
-
/**
|
|
143
|
-
* The resource identifier for the subnet
|
|
144
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
145
|
-
*/
|
|
146
|
-
readonly subnetId?: string;
|
|
147
|
-
/**
|
|
148
|
-
* The current state of the VirtualNetwork Rule. Possible values include: 'Active',
|
|
149
|
-
* 'NetworkSourceDeleted', 'Failed'
|
|
150
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
151
|
-
*/
|
|
152
|
-
readonly virtualNetworkRuleState?: VirtualNetworkRuleState;
|
|
153
|
-
}
|
|
154
|
-
/**
|
|
155
|
-
* Data Lake Analytics firewall rule information.
|
|
156
|
-
*/
|
|
157
|
-
export interface FirewallRule extends SubResource {
|
|
158
|
-
/**
|
|
159
|
-
* The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
160
|
-
* should be in the same protocol.
|
|
161
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
162
|
-
*/
|
|
163
|
-
readonly startIpAddress?: string;
|
|
164
|
-
/**
|
|
165
|
-
* The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
166
|
-
* should be in the same protocol.
|
|
167
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
168
|
-
*/
|
|
169
|
-
readonly endIpAddress?: string;
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
* A Data Lake Analytics account object, containing all information associated with the named Data
|
|
173
|
-
* Lake Analytics account.
|
|
174
|
-
*/
|
|
175
|
-
export interface DataLakeAnalyticsAccount extends Resource {
|
|
176
|
-
/**
|
|
177
|
-
* The unique identifier associated with this Data Lake Analytics account.
|
|
178
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
179
|
-
*/
|
|
180
|
-
readonly accountId?: string;
|
|
181
|
-
/**
|
|
182
|
-
* The provisioning status of the Data Lake Analytics account. Possible values include: 'Failed',
|
|
183
|
-
* 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting',
|
|
184
|
-
* 'Deleted', 'Undeleting', 'Canceled'
|
|
185
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
186
|
-
*/
|
|
187
|
-
readonly provisioningState?: DataLakeAnalyticsAccountStatus;
|
|
188
|
-
/**
|
|
189
|
-
* The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'
|
|
190
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
191
|
-
*/
|
|
192
|
-
readonly state?: DataLakeAnalyticsAccountState;
|
|
193
|
-
/**
|
|
194
|
-
* The account creation time.
|
|
195
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
196
|
-
*/
|
|
197
|
-
readonly creationTime?: Date;
|
|
198
|
-
/**
|
|
199
|
-
* The account last modified time.
|
|
200
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
201
|
-
*/
|
|
202
|
-
readonly lastModifiedTime?: Date;
|
|
203
|
-
/**
|
|
204
|
-
* The full CName endpoint for this account.
|
|
205
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
206
|
-
*/
|
|
207
|
-
readonly endpoint?: string;
|
|
208
|
-
/**
|
|
209
|
-
* The default Data Lake Store account associated with this account.
|
|
210
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
211
|
-
*/
|
|
212
|
-
readonly defaultDataLakeStoreAccount?: string;
|
|
213
|
-
/**
|
|
214
|
-
* The list of Data Lake Store accounts associated with this account.
|
|
215
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
216
|
-
*/
|
|
217
|
-
readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
|
|
218
|
-
/**
|
|
219
|
-
* The list of Azure Blob Storage accounts associated with this account.
|
|
220
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
221
|
-
*/
|
|
222
|
-
readonly storageAccounts?: StorageAccountInformation[];
|
|
223
|
-
/**
|
|
224
|
-
* The list of compute policies associated with this account.
|
|
225
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
226
|
-
*/
|
|
227
|
-
readonly computePolicies?: ComputePolicy[];
|
|
228
|
-
/**
|
|
229
|
-
* The list of hiveMetastores associated with this account.
|
|
230
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
231
|
-
*/
|
|
232
|
-
readonly hiveMetastores?: HiveMetastore[];
|
|
233
|
-
/**
|
|
234
|
-
* The list of virtualNetwork rules associated with this account.
|
|
235
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
236
|
-
*/
|
|
237
|
-
readonly virtualNetworkRules?: VirtualNetworkRule[];
|
|
238
|
-
/**
|
|
239
|
-
* The list of firewall rules associated with this account.
|
|
240
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
241
|
-
*/
|
|
242
|
-
readonly firewallRules?: FirewallRule[];
|
|
243
|
-
/**
|
|
244
|
-
* The current state of the IP address firewall for this account. Possible values include:
|
|
245
|
-
* 'Enabled', 'Disabled'
|
|
246
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
247
|
-
*/
|
|
248
|
-
readonly firewallState?: FirewallState;
|
|
249
|
-
/**
|
|
250
|
-
* The current state of allowing or disallowing IPs originating within Azure through the
|
|
251
|
-
* firewall. If the firewall is disabled, this is not enforced. Possible values include:
|
|
252
|
-
* 'Enabled', 'Disabled'
|
|
253
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
254
|
-
*/
|
|
255
|
-
readonly firewallAllowAzureIps?: FirewallAllowAzureIpsState;
|
|
256
|
-
/**
|
|
257
|
-
* The commitment tier for the next month. Possible values include: 'Consumption',
|
|
258
|
-
* 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
|
|
259
|
-
* 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
|
|
260
|
-
* 'Commitment_100000AUHours', 'Commitment_500000AUHours'
|
|
261
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
262
|
-
*/
|
|
263
|
-
readonly newTier?: TierType;
|
|
264
|
-
/**
|
|
265
|
-
* The commitment tier in use for the current month. Possible values include: 'Consumption',
|
|
266
|
-
* 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
|
|
267
|
-
* 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
|
|
268
|
-
* 'Commitment_100000AUHours', 'Commitment_500000AUHours'
|
|
269
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
270
|
-
*/
|
|
271
|
-
readonly currentTier?: TierType;
|
|
272
|
-
/**
|
|
273
|
-
* The maximum supported jobs running under the account at the same time. Default value: 3.
|
|
274
|
-
*/
|
|
275
|
-
maxJobCount?: number;
|
|
276
|
-
/**
|
|
277
|
-
* The system defined maximum supported jobs running under the account at the same time, which
|
|
278
|
-
* restricts the maximum number of running jobs the user can set for the account.
|
|
279
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
280
|
-
*/
|
|
281
|
-
readonly systemMaxJobCount?: number;
|
|
282
|
-
/**
|
|
283
|
-
* The maximum supported degree of parallelism for this account. Default value: 30.
|
|
284
|
-
*/
|
|
285
|
-
maxDegreeOfParallelism?: number;
|
|
286
|
-
/**
|
|
287
|
-
* The system defined maximum supported degree of parallelism for this account, which restricts
|
|
288
|
-
* the maximum value of parallelism the user can set for the account.
|
|
289
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
290
|
-
*/
|
|
291
|
-
readonly systemMaxDegreeOfParallelism?: number;
|
|
292
|
-
/**
|
|
293
|
-
* The maximum supported degree of parallelism per job for this account.
|
|
294
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
295
|
-
*/
|
|
296
|
-
readonly maxDegreeOfParallelismPerJob?: number;
|
|
297
|
-
/**
|
|
298
|
-
* The minimum supported priority per job for this account.
|
|
299
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
300
|
-
*/
|
|
301
|
-
readonly minPriorityPerJob?: number;
|
|
302
|
-
/**
|
|
303
|
-
* The number of days that job metadata is retained. Default value: 30.
|
|
304
|
-
*/
|
|
305
|
-
queryStoreRetention?: number;
|
|
306
|
-
/**
|
|
307
|
-
* The current state of the DebugDataAccessLevel for this account. Possible values include:
|
|
308
|
-
* 'All', 'Customer', 'None'
|
|
309
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
310
|
-
*/
|
|
311
|
-
readonly debugDataAccessLevel?: DebugDataAccessLevel;
|
|
312
|
-
}
|
|
313
|
-
/**
|
|
314
|
-
* A Data Lake Analytics account object, containing all information associated with the named Data
|
|
315
|
-
* Lake Analytics account.
|
|
316
|
-
*/
|
|
317
|
-
export interface DataLakeAnalyticsAccountBasic extends Resource {
|
|
318
|
-
/**
|
|
319
|
-
* The unique identifier associated with this Data Lake Analytics account.
|
|
320
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
321
|
-
*/
|
|
322
|
-
readonly accountId?: string;
|
|
323
|
-
/**
|
|
324
|
-
* The provisioning status of the Data Lake Analytics account. Possible values include: 'Failed',
|
|
325
|
-
* 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting',
|
|
326
|
-
* 'Deleted', 'Undeleting', 'Canceled'
|
|
327
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
328
|
-
*/
|
|
329
|
-
readonly provisioningState?: DataLakeAnalyticsAccountStatus;
|
|
330
|
-
/**
|
|
331
|
-
* The state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'
|
|
332
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
333
|
-
*/
|
|
334
|
-
readonly state?: DataLakeAnalyticsAccountState;
|
|
335
|
-
/**
|
|
336
|
-
* The account creation time.
|
|
337
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
338
|
-
*/
|
|
339
|
-
readonly creationTime?: Date;
|
|
340
|
-
/**
|
|
341
|
-
* The account last modified time.
|
|
342
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
343
|
-
*/
|
|
344
|
-
readonly lastModifiedTime?: Date;
|
|
345
|
-
/**
|
|
346
|
-
* The full CName endpoint for this account.
|
|
347
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
348
|
-
*/
|
|
349
|
-
readonly endpoint?: string;
|
|
350
|
-
}
|
|
351
|
-
/**
|
|
352
|
-
* Azure Storage blob container information.
|
|
353
|
-
*/
|
|
354
|
-
export interface StorageContainer extends SubResource {
|
|
355
|
-
/**
|
|
356
|
-
* The last modified time of the blob container.
|
|
357
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
358
|
-
*/
|
|
359
|
-
readonly lastModifiedTime?: Date;
|
|
360
|
-
}
|
|
361
|
-
/**
|
|
362
|
-
* SAS token information.
|
|
363
|
-
*/
|
|
364
|
-
export interface SasTokenInformation {
|
|
365
|
-
/**
|
|
366
|
-
* The access token for the associated Azure Storage Container.
|
|
367
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
368
|
-
*/
|
|
369
|
-
readonly accessToken?: string;
|
|
370
|
-
}
|
|
371
|
-
/**
|
|
372
|
-
* Data Lake Analytics VirtualNetwork rule list information.
|
|
373
|
-
*/
|
|
374
|
-
export interface VirtualNetworkRuleListResult {
|
|
375
|
-
/**
|
|
376
|
-
* The results of the list operation.
|
|
377
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
378
|
-
*/
|
|
379
|
-
readonly value?: VirtualNetworkRule[];
|
|
380
|
-
/**
|
|
381
|
-
* The link (url) to the next page of results.
|
|
382
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
383
|
-
*/
|
|
384
|
-
readonly nextLink?: string;
|
|
385
|
-
}
|
|
386
|
-
/**
|
|
387
|
-
* Data Lake Analytics HiveMetastore list information.
|
|
388
|
-
*/
|
|
389
|
-
export interface HiveMetastoreListResult {
|
|
390
|
-
/**
|
|
391
|
-
* The results of the list operation.
|
|
392
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
393
|
-
*/
|
|
394
|
-
readonly value?: HiveMetastore[];
|
|
395
|
-
/**
|
|
396
|
-
* The link (url) to the next page of results.
|
|
397
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
398
|
-
*/
|
|
399
|
-
readonly nextLink?: string;
|
|
400
|
-
}
|
|
401
|
-
/**
|
|
402
|
-
* The display information for a particular operation.
|
|
403
|
-
*/
|
|
404
|
-
export interface OperationDisplay {
|
|
405
|
-
/**
|
|
406
|
-
* The resource provider of the operation.
|
|
407
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
408
|
-
*/
|
|
409
|
-
readonly provider?: string;
|
|
410
|
-
/**
|
|
411
|
-
* The resource type of the operation.
|
|
412
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
413
|
-
*/
|
|
414
|
-
readonly resource?: string;
|
|
415
|
-
/**
|
|
416
|
-
* A friendly name of the operation.
|
|
417
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
418
|
-
*/
|
|
419
|
-
readonly operation?: string;
|
|
420
|
-
/**
|
|
421
|
-
* A friendly description of the operation.
|
|
422
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
423
|
-
*/
|
|
424
|
-
readonly description?: string;
|
|
425
|
-
}
|
|
426
|
-
/**
|
|
427
|
-
* An interface representing OperationMetaMetricAvailabilitiesSpecification.
|
|
428
|
-
*/
|
|
429
|
-
export interface OperationMetaMetricAvailabilitiesSpecification {
|
|
430
|
-
/**
|
|
431
|
-
* The timegrain for OperationMetaMetricAvailabilitiesSpecification.
|
|
432
|
-
*/
|
|
433
|
-
timeGrain?: string;
|
|
434
|
-
/**
|
|
435
|
-
* The blobDuration for OperationMetaMetricAvailabilitiesSpecification.
|
|
436
|
-
*/
|
|
437
|
-
blobDuration?: string;
|
|
438
|
-
}
|
|
439
|
-
/**
|
|
440
|
-
* An interface representing OperationMetaMetricSpecification.
|
|
441
|
-
*/
|
|
442
|
-
export interface OperationMetaMetricSpecification {
|
|
443
|
-
/**
|
|
444
|
-
* The name for OperationMetaMetricSpecification.
|
|
445
|
-
*/
|
|
446
|
-
name?: string;
|
|
447
|
-
/**
|
|
448
|
-
* The displayName for OperationMetaMetricSpecification.
|
|
449
|
-
*/
|
|
450
|
-
displayName?: string;
|
|
451
|
-
/**
|
|
452
|
-
* The unit for OperationMetaMetricSpecification.
|
|
453
|
-
*/
|
|
454
|
-
unit?: string;
|
|
455
|
-
/**
|
|
456
|
-
* The aggregationType for OperationMetaMetricSpecification.
|
|
457
|
-
*/
|
|
458
|
-
aggregationType?: string;
|
|
459
|
-
/**
|
|
460
|
-
* The availabilities for OperationMetaMetricSpecification.
|
|
461
|
-
*/
|
|
462
|
-
availabilities?: OperationMetaMetricAvailabilitiesSpecification[];
|
|
463
|
-
}
|
|
464
|
-
/**
|
|
465
|
-
* An interface representing OperationMetaLogSpecification.
|
|
466
|
-
*/
|
|
467
|
-
export interface OperationMetaLogSpecification {
|
|
468
|
-
/**
|
|
469
|
-
* The name for OperationMetaLogSpecification.
|
|
470
|
-
*/
|
|
471
|
-
name?: string;
|
|
472
|
-
/**
|
|
473
|
-
* The displayName for OperationMetaLogSpecification.
|
|
474
|
-
*/
|
|
475
|
-
displayName?: string;
|
|
476
|
-
/**
|
|
477
|
-
* The blobDuration for OperationMetaLogSpecification.
|
|
478
|
-
*/
|
|
479
|
-
blobDuration?: string;
|
|
480
|
-
}
|
|
481
|
-
/**
|
|
482
|
-
* An interface representing OperationMetaServiceSpecification.
|
|
483
|
-
*/
|
|
484
|
-
export interface OperationMetaServiceSpecification {
|
|
485
|
-
/**
|
|
486
|
-
* The metricSpecifications for OperationMetaServiceSpecification.
|
|
487
|
-
*/
|
|
488
|
-
metricSpecifications?: OperationMetaMetricSpecification[];
|
|
489
|
-
/**
|
|
490
|
-
* The logSpecifications for OperationMetaServiceSpecification.
|
|
491
|
-
*/
|
|
492
|
-
logSpecifications?: OperationMetaLogSpecification[];
|
|
493
|
-
}
|
|
494
|
-
/**
|
|
495
|
-
* An interface representing OperationMetaPropertyInfo.
|
|
496
|
-
*/
|
|
497
|
-
export interface OperationMetaPropertyInfo {
|
|
498
|
-
/**
|
|
499
|
-
* The operations OperationMetaServiceSpecification.
|
|
500
|
-
*/
|
|
501
|
-
serviceSpecification?: OperationMetaServiceSpecification;
|
|
502
|
-
}
|
|
503
|
-
/**
|
|
504
|
-
* An available operation for Data Lake Analytics.
|
|
505
|
-
*/
|
|
506
|
-
export interface Operation {
|
|
507
|
-
/**
|
|
508
|
-
* The name of the operation.
|
|
509
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
510
|
-
*/
|
|
511
|
-
readonly name?: string;
|
|
512
|
-
/**
|
|
513
|
-
* The display information for the operation.
|
|
514
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
515
|
-
*/
|
|
516
|
-
readonly display?: OperationDisplay;
|
|
517
|
-
/**
|
|
518
|
-
* The OperationMetaPropertyInfo for the operation.
|
|
519
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
520
|
-
*/
|
|
521
|
-
readonly properties?: OperationMetaPropertyInfo;
|
|
522
|
-
/**
|
|
523
|
-
* The intended executor of the operation. Possible values include: 'user', 'system',
|
|
524
|
-
* 'user,system'
|
|
525
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
526
|
-
*/
|
|
527
|
-
readonly origin?: OperationOrigin;
|
|
528
|
-
}
|
|
529
|
-
/**
|
|
530
|
-
* The list of available operations for Data Lake Analytics.
|
|
531
|
-
*/
|
|
532
|
-
export interface OperationListResult {
|
|
533
|
-
/**
|
|
534
|
-
* The results of the list operation.
|
|
535
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
536
|
-
*/
|
|
537
|
-
readonly value?: Operation[];
|
|
538
|
-
/**
|
|
539
|
-
* The link (url) to the next page of results.
|
|
540
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
541
|
-
*/
|
|
542
|
-
readonly nextLink?: string;
|
|
543
|
-
}
|
|
544
|
-
/**
|
|
545
|
-
* Subscription-level properties and limits for Data Lake Analytics.
|
|
546
|
-
*/
|
|
547
|
-
export interface CapabilityInformation {
|
|
548
|
-
/**
|
|
549
|
-
* The subscription credentials that uniquely identifies the subscription.
|
|
550
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
551
|
-
*/
|
|
552
|
-
readonly subscriptionId?: string;
|
|
553
|
-
/**
|
|
554
|
-
* The subscription state. Possible values include: 'Registered', 'Suspended', 'Deleted',
|
|
555
|
-
* 'Unregistered', 'Warned'
|
|
556
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
557
|
-
*/
|
|
558
|
-
readonly state?: SubscriptionState;
|
|
559
|
-
/**
|
|
560
|
-
* The maximum supported number of accounts under this subscription.
|
|
561
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
562
|
-
*/
|
|
563
|
-
readonly maxAccountCount?: number;
|
|
564
|
-
/**
|
|
565
|
-
* The current number of accounts under this subscription.
|
|
566
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
567
|
-
*/
|
|
568
|
-
readonly accountCount?: number;
|
|
569
|
-
/**
|
|
570
|
-
* The Boolean value of true or false to indicate the maintenance state.
|
|
571
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
572
|
-
*/
|
|
573
|
-
readonly migrationState?: boolean;
|
|
574
|
-
}
|
|
575
|
-
/**
|
|
576
|
-
* Data Lake Analytics account name availability result information.
|
|
577
|
-
*/
|
|
578
|
-
export interface NameAvailabilityInformation {
|
|
579
|
-
/**
|
|
580
|
-
* The Boolean value of true or false to indicate whether the Data Lake Analytics account name is
|
|
581
|
-
* available or not.
|
|
582
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
583
|
-
*/
|
|
584
|
-
readonly nameAvailable?: boolean;
|
|
585
|
-
/**
|
|
586
|
-
* The reason why the Data Lake Analytics account name is not available, if nameAvailable is
|
|
587
|
-
* false.
|
|
588
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
589
|
-
*/
|
|
590
|
-
readonly reason?: string;
|
|
591
|
-
/**
|
|
592
|
-
* The message describing why the Data Lake Analytics account name is not available, if
|
|
593
|
-
* nameAvailable is false.
|
|
594
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
595
|
-
*/
|
|
596
|
-
readonly message?: string;
|
|
597
|
-
}
|
|
598
|
-
/**
|
|
599
|
-
* The parameters used to add a new Data Lake Store account while creating a new Data Lake
|
|
600
|
-
* Analytics account.
|
|
601
|
-
*/
|
|
602
|
-
export interface AddDataLakeStoreWithAccountParameters {
|
|
603
|
-
/**
|
|
604
|
-
* The unique name of the Data Lake Store account to add.
|
|
605
|
-
*/
|
|
606
|
-
name: string;
|
|
607
|
-
/**
|
|
608
|
-
* The optional suffix for the Data Lake Store account.
|
|
609
|
-
*/
|
|
610
|
-
suffix?: string;
|
|
611
|
-
}
|
|
612
|
-
/**
|
|
613
|
-
* The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics
|
|
614
|
-
* account.
|
|
615
|
-
*/
|
|
616
|
-
export interface AddStorageAccountWithAccountParameters {
|
|
617
|
-
/**
|
|
618
|
-
* The unique name of the Azure Storage account to add.
|
|
619
|
-
*/
|
|
620
|
-
name: string;
|
|
621
|
-
/**
|
|
622
|
-
* The access key associated with this Azure Storage account that will be used to connect to it.
|
|
623
|
-
*/
|
|
624
|
-
accessKey: string;
|
|
625
|
-
/**
|
|
626
|
-
* The optional suffix for the storage account.
|
|
627
|
-
*/
|
|
628
|
-
suffix?: string;
|
|
629
|
-
}
|
|
630
|
-
/**
|
|
631
|
-
* The parameters used to create a new compute policy while creating a new Data Lake Analytics
|
|
632
|
-
* account.
|
|
633
|
-
*/
|
|
634
|
-
export interface CreateComputePolicyWithAccountParameters {
|
|
635
|
-
/**
|
|
636
|
-
* The unique name of the compute policy to create.
|
|
637
|
-
*/
|
|
638
|
-
name: string;
|
|
639
|
-
/**
|
|
640
|
-
* The AAD object identifier for the entity to create a policy for.
|
|
641
|
-
*/
|
|
642
|
-
objectId: string;
|
|
643
|
-
/**
|
|
644
|
-
* The type of AAD object the object identifier refers to. Possible values include: 'User',
|
|
645
|
-
* 'Group', 'ServicePrincipal'
|
|
646
|
-
*/
|
|
647
|
-
objectType: AADObjectType;
|
|
648
|
-
/**
|
|
649
|
-
* The maximum degree of parallelism per job this user can use to submit jobs. This property, the
|
|
650
|
-
* min priority per job property, or both must be passed.
|
|
651
|
-
*/
|
|
652
|
-
maxDegreeOfParallelismPerJob?: number;
|
|
653
|
-
/**
|
|
654
|
-
* The minimum priority per job this user can use to submit jobs. This property, the max degree
|
|
655
|
-
* of parallelism per job property, or both must be passed.
|
|
656
|
-
*/
|
|
657
|
-
minPriorityPerJob?: number;
|
|
658
|
-
}
|
|
659
|
-
/**
|
|
660
|
-
* The parameters used to create a new firewall rule while creating a new Data Lake Analytics
|
|
661
|
-
* account.
|
|
662
|
-
*/
|
|
663
|
-
export interface CreateFirewallRuleWithAccountParameters {
|
|
664
|
-
/**
|
|
665
|
-
* The unique name of the firewall rule to create.
|
|
666
|
-
*/
|
|
667
|
-
name: string;
|
|
668
|
-
/**
|
|
669
|
-
* The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
670
|
-
* should be in the same protocol.
|
|
671
|
-
*/
|
|
672
|
-
startIpAddress: string;
|
|
673
|
-
/**
|
|
674
|
-
* The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
675
|
-
* should be in the same protocol.
|
|
676
|
-
*/
|
|
677
|
-
endIpAddress: string;
|
|
678
|
-
}
|
|
679
|
-
/**
|
|
680
|
-
* The parameters to use for creating a Data Lake Analytics account.
|
|
681
|
-
*/
|
|
682
|
-
export interface CreateDataLakeAnalyticsAccountParameters {
|
|
683
|
-
/**
|
|
684
|
-
* The resource location.
|
|
685
|
-
*/
|
|
686
|
-
location: string;
|
|
687
|
-
/**
|
|
688
|
-
* The resource tags.
|
|
689
|
-
*/
|
|
690
|
-
tags?: {
|
|
691
|
-
[propertyName: string]: string;
|
|
692
|
-
};
|
|
693
|
-
/**
|
|
694
|
-
* The default Data Lake Store account associated with this account.
|
|
695
|
-
*/
|
|
696
|
-
defaultDataLakeStoreAccount: string;
|
|
697
|
-
/**
|
|
698
|
-
* The list of Data Lake Store accounts associated with this account.
|
|
699
|
-
*/
|
|
700
|
-
dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];
|
|
701
|
-
/**
|
|
702
|
-
* The list of Azure Blob Storage accounts associated with this account.
|
|
703
|
-
*/
|
|
704
|
-
storageAccounts?: AddStorageAccountWithAccountParameters[];
|
|
705
|
-
/**
|
|
706
|
-
* The list of compute policies associated with this account.
|
|
707
|
-
*/
|
|
708
|
-
computePolicies?: CreateComputePolicyWithAccountParameters[];
|
|
709
|
-
/**
|
|
710
|
-
* The list of firewall rules associated with this account.
|
|
711
|
-
*/
|
|
712
|
-
firewallRules?: CreateFirewallRuleWithAccountParameters[];
|
|
713
|
-
/**
|
|
714
|
-
* The current state of the IP address firewall for this account. Possible values include:
|
|
715
|
-
* 'Enabled', 'Disabled'
|
|
716
|
-
*/
|
|
717
|
-
firewallState?: FirewallState;
|
|
718
|
-
/**
|
|
719
|
-
* The current state of allowing or disallowing IPs originating within Azure through the
|
|
720
|
-
* firewall. If the firewall is disabled, this is not enforced. Possible values include:
|
|
721
|
-
* 'Enabled', 'Disabled'
|
|
722
|
-
*/
|
|
723
|
-
firewallAllowAzureIps?: FirewallAllowAzureIpsState;
|
|
724
|
-
/**
|
|
725
|
-
* The commitment tier for the next month. Possible values include: 'Consumption',
|
|
726
|
-
* 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
|
|
727
|
-
* 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
|
|
728
|
-
* 'Commitment_100000AUHours', 'Commitment_500000AUHours'
|
|
729
|
-
*/
|
|
730
|
-
newTier?: TierType;
|
|
731
|
-
/**
|
|
732
|
-
* The maximum supported jobs running under the account at the same time. Default value: 3.
|
|
733
|
-
*/
|
|
734
|
-
maxJobCount?: number;
|
|
735
|
-
/**
|
|
736
|
-
* The maximum supported degree of parallelism for this account. Default value: 30.
|
|
737
|
-
*/
|
|
738
|
-
maxDegreeOfParallelism?: number;
|
|
739
|
-
/**
|
|
740
|
-
* The maximum supported degree of parallelism per job for this account.
|
|
741
|
-
*/
|
|
742
|
-
maxDegreeOfParallelismPerJob?: number;
|
|
743
|
-
/**
|
|
744
|
-
* The minimum supported priority per job for this account.
|
|
745
|
-
*/
|
|
746
|
-
minPriorityPerJob?: number;
|
|
747
|
-
/**
|
|
748
|
-
* The number of days that job metadata is retained. Default value: 30.
|
|
749
|
-
*/
|
|
750
|
-
queryStoreRetention?: number;
|
|
751
|
-
}
|
|
752
|
-
/**
|
|
753
|
-
* The parameters used to update a Data Lake Store account while updating a Data Lake Analytics
|
|
754
|
-
* account.
|
|
755
|
-
*/
|
|
756
|
-
export interface UpdateDataLakeStoreWithAccountParameters {
|
|
757
|
-
/**
|
|
758
|
-
* The unique name of the Data Lake Store account to update.
|
|
759
|
-
*/
|
|
760
|
-
name: string;
|
|
761
|
-
/**
|
|
762
|
-
* The optional suffix for the Data Lake Store account.
|
|
763
|
-
*/
|
|
764
|
-
suffix?: string;
|
|
765
|
-
}
|
|
766
|
-
/**
|
|
767
|
-
* The parameters used to update an Azure Storage account while updating a Data Lake Analytics
|
|
768
|
-
* account.
|
|
769
|
-
*/
|
|
770
|
-
export interface UpdateStorageAccountWithAccountParameters {
|
|
771
|
-
/**
|
|
772
|
-
* The unique name of the Azure Storage account to update.
|
|
773
|
-
*/
|
|
774
|
-
name: string;
|
|
775
|
-
/**
|
|
776
|
-
* The updated access key associated with this Azure Storage account that will be used to connect
|
|
777
|
-
* to it.
|
|
778
|
-
*/
|
|
779
|
-
accessKey?: string;
|
|
780
|
-
/**
|
|
781
|
-
* The optional suffix for the storage account.
|
|
782
|
-
*/
|
|
783
|
-
suffix?: string;
|
|
784
|
-
}
|
|
785
|
-
/**
|
|
786
|
-
* The parameters used to update a compute policy while updating a Data Lake Analytics account.
|
|
787
|
-
*/
|
|
788
|
-
export interface UpdateComputePolicyWithAccountParameters {
|
|
789
|
-
/**
|
|
790
|
-
* The unique name of the compute policy to update.
|
|
791
|
-
*/
|
|
792
|
-
name: string;
|
|
793
|
-
/**
|
|
794
|
-
* The AAD object identifier for the entity to create a policy for.
|
|
795
|
-
*/
|
|
796
|
-
objectId?: string;
|
|
797
|
-
/**
|
|
798
|
-
* The type of AAD object the object identifier refers to. Possible values include: 'User',
|
|
799
|
-
* 'Group', 'ServicePrincipal'
|
|
800
|
-
*/
|
|
801
|
-
objectType?: AADObjectType;
|
|
802
|
-
/**
|
|
803
|
-
* The maximum degree of parallelism per job this user can use to submit jobs. This property, the
|
|
804
|
-
* min priority per job property, or both must be passed.
|
|
805
|
-
*/
|
|
806
|
-
maxDegreeOfParallelismPerJob?: number;
|
|
807
|
-
/**
|
|
808
|
-
* The minimum priority per job this user can use to submit jobs. This property, the max degree
|
|
809
|
-
* of parallelism per job property, or both must be passed.
|
|
810
|
-
*/
|
|
811
|
-
minPriorityPerJob?: number;
|
|
812
|
-
}
|
|
813
|
-
/**
|
|
814
|
-
* The parameters used to update a firewall rule while updating a Data Lake Analytics account.
|
|
815
|
-
*/
|
|
816
|
-
export interface UpdateFirewallRuleWithAccountParameters {
|
|
817
|
-
/**
|
|
818
|
-
* The unique name of the firewall rule to update.
|
|
819
|
-
*/
|
|
820
|
-
name: string;
|
|
821
|
-
/**
|
|
822
|
-
* The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
823
|
-
* should be in the same protocol.
|
|
824
|
-
*/
|
|
825
|
-
startIpAddress?: string;
|
|
826
|
-
/**
|
|
827
|
-
* The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
828
|
-
* should be in the same protocol.
|
|
829
|
-
*/
|
|
830
|
-
endIpAddress?: string;
|
|
831
|
-
}
|
|
832
|
-
/**
|
|
833
|
-
* The parameters that can be used to update an existing Data Lake Analytics account.
|
|
834
|
-
*/
|
|
835
|
-
export interface UpdateDataLakeAnalyticsAccountParameters {
|
|
836
|
-
/**
|
|
837
|
-
* The resource tags.
|
|
838
|
-
*/
|
|
839
|
-
tags?: {
|
|
840
|
-
[propertyName: string]: string;
|
|
841
|
-
};
|
|
842
|
-
/**
|
|
843
|
-
* The list of Data Lake Store accounts associated with this account.
|
|
844
|
-
*/
|
|
845
|
-
dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];
|
|
846
|
-
/**
|
|
847
|
-
* The list of Azure Blob storage accounts associated with this account.
|
|
848
|
-
*/
|
|
849
|
-
storageAccounts?: UpdateStorageAccountWithAccountParameters[];
|
|
850
|
-
/**
|
|
851
|
-
* The list of compute policies associated with this account.
|
|
852
|
-
*/
|
|
853
|
-
computePolicies?: UpdateComputePolicyWithAccountParameters[];
|
|
854
|
-
/**
|
|
855
|
-
* The list of firewall rules associated with this account.
|
|
856
|
-
*/
|
|
857
|
-
firewallRules?: UpdateFirewallRuleWithAccountParameters[];
|
|
858
|
-
/**
|
|
859
|
-
* The current state of the IP address firewall for this account. Disabling the firewall does not
|
|
860
|
-
* remove existing rules, they will just be ignored until the firewall is re-enabled. Possible
|
|
861
|
-
* values include: 'Enabled', 'Disabled'
|
|
862
|
-
*/
|
|
863
|
-
firewallState?: FirewallState;
|
|
864
|
-
/**
|
|
865
|
-
* The current state of allowing or disallowing IPs originating within Azure through the
|
|
866
|
-
* firewall. If the firewall is disabled, this is not enforced. Possible values include:
|
|
867
|
-
* 'Enabled', 'Disabled'
|
|
868
|
-
*/
|
|
869
|
-
firewallAllowAzureIps?: FirewallAllowAzureIpsState;
|
|
870
|
-
/**
|
|
871
|
-
* The commitment tier to use for next month. Possible values include: 'Consumption',
|
|
872
|
-
* 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours',
|
|
873
|
-
* 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours',
|
|
874
|
-
* 'Commitment_100000AUHours', 'Commitment_500000AUHours'
|
|
875
|
-
*/
|
|
876
|
-
newTier?: TierType;
|
|
877
|
-
/**
|
|
878
|
-
* The maximum supported jobs running under the account at the same time.
|
|
879
|
-
*/
|
|
880
|
-
maxJobCount?: number;
|
|
881
|
-
/**
|
|
882
|
-
* The maximum supported degree of parallelism for this account.
|
|
883
|
-
*/
|
|
884
|
-
maxDegreeOfParallelism?: number;
|
|
885
|
-
/**
|
|
886
|
-
* The maximum supported degree of parallelism per job for this account.
|
|
887
|
-
*/
|
|
888
|
-
maxDegreeOfParallelismPerJob?: number;
|
|
889
|
-
/**
|
|
890
|
-
* The minimum supported priority per job for this account.
|
|
891
|
-
*/
|
|
892
|
-
minPriorityPerJob?: number;
|
|
893
|
-
/**
|
|
894
|
-
* The number of days that job metadata is retained.
|
|
895
|
-
*/
|
|
896
|
-
queryStoreRetention?: number;
|
|
897
|
-
}
|
|
898
|
-
/**
|
|
899
|
-
* The parameters used to add a new Data Lake Store account.
|
|
900
|
-
*/
|
|
901
|
-
export interface AddDataLakeStoreParameters {
|
|
902
|
-
/**
|
|
903
|
-
* The optional suffix for the Data Lake Store account.
|
|
904
|
-
*/
|
|
905
|
-
suffix?: string;
|
|
906
|
-
}
|
|
907
|
-
/**
|
|
908
|
-
* The parameters used to add a new Azure Storage account.
|
|
909
|
-
*/
|
|
910
|
-
export interface AddStorageAccountParameters {
|
|
911
|
-
/**
|
|
912
|
-
* The access key associated with this Azure Storage account that will be used to connect to it.
|
|
913
|
-
*/
|
|
914
|
-
accessKey: string;
|
|
915
|
-
/**
|
|
916
|
-
* The optional suffix for the storage account.
|
|
917
|
-
*/
|
|
918
|
-
suffix?: string;
|
|
919
|
-
}
|
|
920
|
-
/**
|
|
921
|
-
* The parameters used to update an Azure Storage account.
|
|
922
|
-
*/
|
|
923
|
-
export interface UpdateStorageAccountParameters {
|
|
924
|
-
/**
|
|
925
|
-
* The updated access key associated with this Azure Storage account that will be used to connect
|
|
926
|
-
* to it.
|
|
927
|
-
*/
|
|
928
|
-
accessKey?: string;
|
|
929
|
-
/**
|
|
930
|
-
* The optional suffix for the storage account.
|
|
931
|
-
*/
|
|
932
|
-
suffix?: string;
|
|
933
|
-
}
|
|
934
|
-
/**
|
|
935
|
-
* The parameters used to create a new compute policy.
|
|
936
|
-
*/
|
|
937
|
-
export interface CreateOrUpdateComputePolicyParameters {
|
|
938
|
-
/**
|
|
939
|
-
* The AAD object identifier for the entity to create a policy for.
|
|
940
|
-
*/
|
|
941
|
-
objectId: string;
|
|
942
|
-
/**
|
|
943
|
-
* The type of AAD object the object identifier refers to. Possible values include: 'User',
|
|
944
|
-
* 'Group', 'ServicePrincipal'
|
|
945
|
-
*/
|
|
946
|
-
objectType: AADObjectType;
|
|
947
|
-
/**
|
|
948
|
-
* The maximum degree of parallelism per job this user can use to submit jobs. This property, the
|
|
949
|
-
* min priority per job property, or both must be passed.
|
|
950
|
-
*/
|
|
951
|
-
maxDegreeOfParallelismPerJob?: number;
|
|
952
|
-
/**
|
|
953
|
-
* The minimum priority per job this user can use to submit jobs. This property, the max degree
|
|
954
|
-
* of parallelism per job property, or both must be passed.
|
|
955
|
-
*/
|
|
956
|
-
minPriorityPerJob?: number;
|
|
957
|
-
}
|
|
958
|
-
/**
|
|
959
|
-
* The parameters used to update a compute policy.
|
|
960
|
-
*/
|
|
961
|
-
export interface UpdateComputePolicyParameters {
|
|
962
|
-
/**
|
|
963
|
-
* The AAD object identifier for the entity to create a policy for.
|
|
964
|
-
*/
|
|
965
|
-
objectId?: string;
|
|
966
|
-
/**
|
|
967
|
-
* The type of AAD object the object identifier refers to. Possible values include: 'User',
|
|
968
|
-
* 'Group', 'ServicePrincipal'
|
|
969
|
-
*/
|
|
970
|
-
objectType?: AADObjectType;
|
|
971
|
-
/**
|
|
972
|
-
* The maximum degree of parallelism per job this user can use to submit jobs. This property, the
|
|
973
|
-
* min priority per job property, or both must be passed.
|
|
974
|
-
*/
|
|
975
|
-
maxDegreeOfParallelismPerJob?: number;
|
|
976
|
-
/**
|
|
977
|
-
* The minimum priority per job this user can use to submit jobs. This property, the max degree
|
|
978
|
-
* of parallelism per job property, or both must be passed.
|
|
979
|
-
*/
|
|
980
|
-
minPriorityPerJob?: number;
|
|
981
|
-
}
|
|
982
|
-
/**
|
|
983
|
-
* The parameters used to create a new firewall rule.
|
|
984
|
-
*/
|
|
985
|
-
export interface CreateOrUpdateFirewallRuleParameters {
|
|
986
|
-
/**
|
|
987
|
-
* The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
988
|
-
* should be in the same protocol.
|
|
989
|
-
*/
|
|
990
|
-
startIpAddress: string;
|
|
991
|
-
/**
|
|
992
|
-
* The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
993
|
-
* should be in the same protocol.
|
|
994
|
-
*/
|
|
995
|
-
endIpAddress: string;
|
|
996
|
-
}
|
|
997
|
-
/**
|
|
998
|
-
* The parameters used to update a firewall rule.
|
|
999
|
-
*/
|
|
1000
|
-
export interface UpdateFirewallRuleParameters {
|
|
1001
|
-
/**
|
|
1002
|
-
* The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
1003
|
-
* should be in the same protocol.
|
|
1004
|
-
*/
|
|
1005
|
-
startIpAddress?: string;
|
|
1006
|
-
/**
|
|
1007
|
-
* The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End
|
|
1008
|
-
* should be in the same protocol.
|
|
1009
|
-
*/
|
|
1010
|
-
endIpAddress?: string;
|
|
1011
|
-
}
|
|
1012
|
-
/**
|
|
1013
|
-
* Data Lake Analytics account name availability check parameters.
|
|
1014
|
-
*/
|
|
1015
|
-
export interface CheckNameAvailabilityParameters {
|
|
1016
|
-
/**
|
|
1017
|
-
* The Data Lake Analytics name to check availability for.
|
|
1018
|
-
*/
|
|
1019
|
-
name: string;
|
|
1020
|
-
}
|
|
1021
|
-
/**
|
|
1022
|
-
* The resource management error additional info.
|
|
1023
|
-
*/
|
|
1024
|
-
export interface ErrorAdditionalInfo {
|
|
1025
|
-
/**
|
|
1026
|
-
* The additional info type.
|
|
1027
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1028
|
-
*/
|
|
1029
|
-
readonly type?: string;
|
|
1030
|
-
/**
|
|
1031
|
-
* The additional info.
|
|
1032
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1033
|
-
*/
|
|
1034
|
-
readonly info?: any;
|
|
1035
|
-
}
|
|
1036
|
-
/**
|
|
1037
|
-
* The error detail.
|
|
1038
|
-
*/
|
|
1039
|
-
export interface ErrorDetail {
|
|
1040
|
-
/**
|
|
1041
|
-
* The error code.
|
|
1042
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1043
|
-
*/
|
|
1044
|
-
readonly code?: string;
|
|
1045
|
-
/**
|
|
1046
|
-
* The error message.
|
|
1047
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1048
|
-
*/
|
|
1049
|
-
readonly message?: string;
|
|
1050
|
-
/**
|
|
1051
|
-
* The error target.
|
|
1052
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1053
|
-
*/
|
|
1054
|
-
readonly target?: string;
|
|
1055
|
-
/**
|
|
1056
|
-
* The error details.
|
|
1057
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1058
|
-
*/
|
|
1059
|
-
readonly details?: ErrorDetail[];
|
|
1060
|
-
/**
|
|
1061
|
-
* The error additional info.
|
|
1062
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1063
|
-
*/
|
|
1064
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
1065
|
-
}
|
|
1066
|
-
/**
|
|
1067
|
-
* Common error response for all Azure Resource Manager APIs to return error details for failed
|
|
1068
|
-
* operations. (This also follows the OData error response format.).
|
|
1069
|
-
* @summary Error response
|
|
1070
|
-
*/
|
|
1071
|
-
export interface ErrorResponse {
|
|
1072
|
-
/**
|
|
1073
|
-
* The error object.
|
|
1074
|
-
*/
|
|
1075
|
-
error?: ErrorDetail;
|
|
1076
|
-
}
|
|
1077
|
-
/**
|
|
1078
|
-
* Optional Parameters.
|
|
1079
|
-
*/
|
|
1080
|
-
export interface AccountsListOptionalParams extends msRest.RequestOptionsBase {
|
|
1081
|
-
/**
|
|
1082
|
-
* OData filter. Optional.
|
|
1083
|
-
*/
|
|
1084
|
-
filter?: string;
|
|
1085
|
-
/**
|
|
1086
|
-
* The number of items to return. Optional.
|
|
1087
|
-
*/
|
|
1088
|
-
top?: number;
|
|
1089
|
-
/**
|
|
1090
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1091
|
-
*/
|
|
1092
|
-
skip?: number;
|
|
1093
|
-
/**
|
|
1094
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1095
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1096
|
-
*/
|
|
1097
|
-
select?: string;
|
|
1098
|
-
/**
|
|
1099
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1100
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1101
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1102
|
-
*/
|
|
1103
|
-
orderby?: string;
|
|
1104
|
-
/**
|
|
1105
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1106
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1107
|
-
*/
|
|
1108
|
-
count?: boolean;
|
|
1109
|
-
}
|
|
1110
|
-
/**
|
|
1111
|
-
* Optional Parameters.
|
|
1112
|
-
*/
|
|
1113
|
-
export interface AccountsListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
|
|
1114
|
-
/**
|
|
1115
|
-
* OData filter. Optional.
|
|
1116
|
-
*/
|
|
1117
|
-
filter?: string;
|
|
1118
|
-
/**
|
|
1119
|
-
* The number of items to return. Optional.
|
|
1120
|
-
*/
|
|
1121
|
-
top?: number;
|
|
1122
|
-
/**
|
|
1123
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1124
|
-
*/
|
|
1125
|
-
skip?: number;
|
|
1126
|
-
/**
|
|
1127
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1128
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1129
|
-
*/
|
|
1130
|
-
select?: string;
|
|
1131
|
-
/**
|
|
1132
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1133
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1134
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1135
|
-
*/
|
|
1136
|
-
orderby?: string;
|
|
1137
|
-
/**
|
|
1138
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1139
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1140
|
-
*/
|
|
1141
|
-
count?: boolean;
|
|
1142
|
-
}
|
|
1143
|
-
/**
|
|
1144
|
-
* Optional Parameters.
|
|
1145
|
-
*/
|
|
1146
|
-
export interface AccountsUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
1147
|
-
/**
|
|
1148
|
-
* Parameters supplied to the update Data Lake Analytics account operation.
|
|
1149
|
-
*/
|
|
1150
|
-
parameters?: UpdateDataLakeAnalyticsAccountParameters;
|
|
1151
|
-
}
|
|
1152
|
-
/**
|
|
1153
|
-
* Optional Parameters.
|
|
1154
|
-
*/
|
|
1155
|
-
export interface AccountsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
1156
|
-
/**
|
|
1157
|
-
* Parameters supplied to the update Data Lake Analytics account operation.
|
|
1158
|
-
*/
|
|
1159
|
-
parameters?: UpdateDataLakeAnalyticsAccountParameters;
|
|
1160
|
-
}
|
|
1161
|
-
/**
|
|
1162
|
-
* Optional Parameters.
|
|
1163
|
-
*/
|
|
1164
|
-
export interface AccountsListNextOptionalParams extends msRest.RequestOptionsBase {
|
|
1165
|
-
/**
|
|
1166
|
-
* OData filter. Optional.
|
|
1167
|
-
*/
|
|
1168
|
-
filter?: string;
|
|
1169
|
-
/**
|
|
1170
|
-
* The number of items to return. Optional.
|
|
1171
|
-
*/
|
|
1172
|
-
top?: number;
|
|
1173
|
-
/**
|
|
1174
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1175
|
-
*/
|
|
1176
|
-
skip?: number;
|
|
1177
|
-
/**
|
|
1178
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1179
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1180
|
-
*/
|
|
1181
|
-
select?: string;
|
|
1182
|
-
/**
|
|
1183
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1184
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1185
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1186
|
-
*/
|
|
1187
|
-
orderby?: string;
|
|
1188
|
-
/**
|
|
1189
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1190
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1191
|
-
*/
|
|
1192
|
-
count?: boolean;
|
|
1193
|
-
}
|
|
1194
|
-
/**
|
|
1195
|
-
* Optional Parameters.
|
|
1196
|
-
*/
|
|
1197
|
-
export interface AccountsListByResourceGroupNextOptionalParams extends msRest.RequestOptionsBase {
|
|
1198
|
-
/**
|
|
1199
|
-
* OData filter. Optional.
|
|
1200
|
-
*/
|
|
1201
|
-
filter?: string;
|
|
1202
|
-
/**
|
|
1203
|
-
* The number of items to return. Optional.
|
|
1204
|
-
*/
|
|
1205
|
-
top?: number;
|
|
1206
|
-
/**
|
|
1207
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1208
|
-
*/
|
|
1209
|
-
skip?: number;
|
|
1210
|
-
/**
|
|
1211
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1212
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1213
|
-
*/
|
|
1214
|
-
select?: string;
|
|
1215
|
-
/**
|
|
1216
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1217
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1218
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1219
|
-
*/
|
|
1220
|
-
orderby?: string;
|
|
1221
|
-
/**
|
|
1222
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1223
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1224
|
-
*/
|
|
1225
|
-
count?: boolean;
|
|
1226
|
-
}
|
|
1227
|
-
/**
|
|
1228
|
-
* Optional Parameters.
|
|
1229
|
-
*/
|
|
1230
|
-
export interface DataLakeStoreAccountsListByAccountOptionalParams extends msRest.RequestOptionsBase {
|
|
1231
|
-
/**
|
|
1232
|
-
* OData filter. Optional.
|
|
1233
|
-
*/
|
|
1234
|
-
filter?: string;
|
|
1235
|
-
/**
|
|
1236
|
-
* The number of items to return. Optional.
|
|
1237
|
-
*/
|
|
1238
|
-
top?: number;
|
|
1239
|
-
/**
|
|
1240
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1241
|
-
*/
|
|
1242
|
-
skip?: number;
|
|
1243
|
-
/**
|
|
1244
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1245
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1246
|
-
*/
|
|
1247
|
-
select?: string;
|
|
1248
|
-
/**
|
|
1249
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1250
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1251
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1252
|
-
*/
|
|
1253
|
-
orderby?: string;
|
|
1254
|
-
/**
|
|
1255
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1256
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1257
|
-
*/
|
|
1258
|
-
count?: boolean;
|
|
1259
|
-
}
|
|
1260
|
-
/**
|
|
1261
|
-
* Optional Parameters.
|
|
1262
|
-
*/
|
|
1263
|
-
export interface DataLakeStoreAccountsAddOptionalParams extends msRest.RequestOptionsBase {
|
|
1264
|
-
/**
|
|
1265
|
-
* The details of the Data Lake Store account.
|
|
1266
|
-
*/
|
|
1267
|
-
parameters?: AddDataLakeStoreParameters;
|
|
1268
|
-
}
|
|
1269
|
-
/**
|
|
1270
|
-
* Optional Parameters.
|
|
1271
|
-
*/
|
|
1272
|
-
export interface DataLakeStoreAccountsListByAccountNextOptionalParams extends msRest.RequestOptionsBase {
|
|
1273
|
-
/**
|
|
1274
|
-
* OData filter. Optional.
|
|
1275
|
-
*/
|
|
1276
|
-
filter?: string;
|
|
1277
|
-
/**
|
|
1278
|
-
* The number of items to return. Optional.
|
|
1279
|
-
*/
|
|
1280
|
-
top?: number;
|
|
1281
|
-
/**
|
|
1282
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1283
|
-
*/
|
|
1284
|
-
skip?: number;
|
|
1285
|
-
/**
|
|
1286
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1287
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1288
|
-
*/
|
|
1289
|
-
select?: string;
|
|
1290
|
-
/**
|
|
1291
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1292
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1293
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1294
|
-
*/
|
|
1295
|
-
orderby?: string;
|
|
1296
|
-
/**
|
|
1297
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1298
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1299
|
-
*/
|
|
1300
|
-
count?: boolean;
|
|
1301
|
-
}
|
|
1302
|
-
/**
|
|
1303
|
-
* Optional Parameters.
|
|
1304
|
-
*/
|
|
1305
|
-
export interface StorageAccountsListByAccountOptionalParams extends msRest.RequestOptionsBase {
|
|
1306
|
-
/**
|
|
1307
|
-
* The OData filter. Optional.
|
|
1308
|
-
*/
|
|
1309
|
-
filter?: string;
|
|
1310
|
-
/**
|
|
1311
|
-
* The number of items to return. Optional.
|
|
1312
|
-
*/
|
|
1313
|
-
top?: number;
|
|
1314
|
-
/**
|
|
1315
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1316
|
-
*/
|
|
1317
|
-
skip?: number;
|
|
1318
|
-
/**
|
|
1319
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1320
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1321
|
-
*/
|
|
1322
|
-
select?: string;
|
|
1323
|
-
/**
|
|
1324
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1325
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1326
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1327
|
-
*/
|
|
1328
|
-
orderby?: string;
|
|
1329
|
-
/**
|
|
1330
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1331
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1332
|
-
*/
|
|
1333
|
-
count?: boolean;
|
|
1334
|
-
}
|
|
1335
|
-
/**
|
|
1336
|
-
* Optional Parameters.
|
|
1337
|
-
*/
|
|
1338
|
-
export interface StorageAccountsUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
1339
|
-
/**
|
|
1340
|
-
* The parameters containing the access key and suffix to update the storage account with, if
|
|
1341
|
-
* any. Passing nothing results in no change.
|
|
1342
|
-
*/
|
|
1343
|
-
parameters?: UpdateStorageAccountParameters;
|
|
1344
|
-
}
|
|
1345
|
-
/**
|
|
1346
|
-
* Optional Parameters.
|
|
1347
|
-
*/
|
|
1348
|
-
export interface StorageAccountsListByAccountNextOptionalParams extends msRest.RequestOptionsBase {
|
|
1349
|
-
/**
|
|
1350
|
-
* The OData filter. Optional.
|
|
1351
|
-
*/
|
|
1352
|
-
filter?: string;
|
|
1353
|
-
/**
|
|
1354
|
-
* The number of items to return. Optional.
|
|
1355
|
-
*/
|
|
1356
|
-
top?: number;
|
|
1357
|
-
/**
|
|
1358
|
-
* The number of items to skip over before returning elements. Optional.
|
|
1359
|
-
*/
|
|
1360
|
-
skip?: number;
|
|
1361
|
-
/**
|
|
1362
|
-
* OData Select statement. Limits the properties on each entry to just those requested, e.g.
|
|
1363
|
-
* Categories?$select=CategoryName,Description. Optional.
|
|
1364
|
-
*/
|
|
1365
|
-
select?: string;
|
|
1366
|
-
/**
|
|
1367
|
-
* OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default)
|
|
1368
|
-
* or "desc" depending on the order you'd like the values sorted, e.g.
|
|
1369
|
-
* Categories?$orderby=CategoryName desc. Optional.
|
|
1370
|
-
*/
|
|
1371
|
-
orderby?: string;
|
|
1372
|
-
/**
|
|
1373
|
-
* The Boolean value of true or false to request a count of the matching resources included with
|
|
1374
|
-
* the resources in the response, e.g. Categories?$count=true. Optional.
|
|
1375
|
-
*/
|
|
1376
|
-
count?: boolean;
|
|
1377
|
-
}
|
|
1378
|
-
/**
|
|
1379
|
-
* Optional Parameters.
|
|
1380
|
-
*/
|
|
1381
|
-
export interface ComputePoliciesUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
1382
|
-
/**
|
|
1383
|
-
* Parameters supplied to update the compute policy.
|
|
1384
|
-
*/
|
|
1385
|
-
parameters?: UpdateComputePolicyParameters;
|
|
1386
|
-
}
|
|
1387
|
-
/**
|
|
1388
|
-
* Optional Parameters.
|
|
1389
|
-
*/
|
|
1390
|
-
export interface FirewallRulesUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
1391
|
-
/**
|
|
1392
|
-
* Parameters supplied to update the firewall rule.
|
|
1393
|
-
*/
|
|
1394
|
-
parameters?: UpdateFirewallRuleParameters;
|
|
1395
|
-
}
|
|
1396
|
-
/**
|
|
1397
|
-
* An interface representing DataLakeAnalyticsAccountManagementClientOptions.
|
|
1398
|
-
*/
|
|
1399
|
-
export interface DataLakeAnalyticsAccountManagementClientOptions extends AzureServiceClientOptions {
|
|
1400
|
-
baseUri?: string;
|
|
1401
|
-
}
|
|
1402
|
-
/**
|
|
1403
|
-
* @interface
|
|
1404
|
-
* Data Lake Analytics account list information.
|
|
1405
|
-
* @extends Array<DataLakeAnalyticsAccountBasic>
|
|
1406
|
-
*/
|
|
1407
|
-
export interface DataLakeAnalyticsAccountListResult extends Array<DataLakeAnalyticsAccountBasic> {
|
|
1408
|
-
/**
|
|
1409
|
-
* The link (url) to the next page of results.
|
|
1410
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1411
|
-
*/
|
|
1412
|
-
readonly nextLink?: string;
|
|
1413
|
-
}
|
|
1414
|
-
/**
|
|
1415
|
-
* @interface
|
|
1416
|
-
* Data Lake Store account list information.
|
|
1417
|
-
* @extends Array<DataLakeStoreAccountInformation>
|
|
1418
|
-
*/
|
|
1419
|
-
export interface DataLakeStoreAccountInformationListResult extends Array<DataLakeStoreAccountInformation> {
|
|
1420
|
-
/**
|
|
1421
|
-
* The link (url) to the next page of results.
|
|
1422
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1423
|
-
*/
|
|
1424
|
-
readonly nextLink?: string;
|
|
1425
|
-
}
|
|
1426
|
-
/**
|
|
1427
|
-
* @interface
|
|
1428
|
-
* Azure Storage account list information.
|
|
1429
|
-
* @extends Array<StorageAccountInformation>
|
|
1430
|
-
*/
|
|
1431
|
-
export interface StorageAccountInformationListResult extends Array<StorageAccountInformation> {
|
|
1432
|
-
/**
|
|
1433
|
-
* The link (url) to the next page of results.
|
|
1434
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1435
|
-
*/
|
|
1436
|
-
readonly nextLink?: string;
|
|
1437
|
-
}
|
|
1438
|
-
/**
|
|
1439
|
-
* @interface
|
|
1440
|
-
* The list of blob containers associated with the storage account attached to the Data Lake
|
|
1441
|
-
* Analytics account.
|
|
1442
|
-
* @extends Array<StorageContainer>
|
|
1443
|
-
*/
|
|
1444
|
-
export interface StorageContainerListResult extends Array<StorageContainer> {
|
|
1445
|
-
/**
|
|
1446
|
-
* The link (url) to the next page of results.
|
|
1447
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1448
|
-
*/
|
|
1449
|
-
readonly nextLink?: string;
|
|
1450
|
-
}
|
|
1451
|
-
/**
|
|
1452
|
-
* @interface
|
|
1453
|
-
* The SAS response that contains the storage account, container and associated SAS token for
|
|
1454
|
-
* connection use.
|
|
1455
|
-
* @extends Array<SasTokenInformation>
|
|
1456
|
-
*/
|
|
1457
|
-
export interface SasTokenInformationListResult extends Array<SasTokenInformation> {
|
|
1458
|
-
/**
|
|
1459
|
-
* The link (url) to the next page of results.
|
|
1460
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1461
|
-
*/
|
|
1462
|
-
readonly nextLink?: string;
|
|
1463
|
-
}
|
|
1464
|
-
/**
|
|
1465
|
-
* @interface
|
|
1466
|
-
* The list of compute policies in the account.
|
|
1467
|
-
* @extends Array<ComputePolicy>
|
|
1468
|
-
*/
|
|
1469
|
-
export interface ComputePolicyListResult extends Array<ComputePolicy> {
|
|
1470
|
-
/**
|
|
1471
|
-
* The link (url) to the next page of results.
|
|
1472
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1473
|
-
*/
|
|
1474
|
-
readonly nextLink?: string;
|
|
1475
|
-
}
|
|
1476
|
-
/**
|
|
1477
|
-
* @interface
|
|
1478
|
-
* Data Lake Analytics firewall rule list information.
|
|
1479
|
-
* @extends Array<FirewallRule>
|
|
1480
|
-
*/
|
|
1481
|
-
export interface FirewallRuleListResult extends Array<FirewallRule> {
|
|
1482
|
-
/**
|
|
1483
|
-
* The link (url) to the next page of results.
|
|
1484
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1485
|
-
*/
|
|
1486
|
-
readonly nextLink?: string;
|
|
1487
|
-
}
|
|
1488
|
-
/**
|
|
1489
|
-
* Defines values for AADObjectType.
|
|
1490
|
-
* Possible values include: 'User', 'Group', 'ServicePrincipal'
|
|
1491
|
-
* @readonly
|
|
1492
|
-
* @enum {string}
|
|
1493
|
-
*/
|
|
1494
|
-
export declare type AADObjectType = 'User' | 'Group' | 'ServicePrincipal';
|
|
1495
|
-
/**
|
|
1496
|
-
* Defines values for NestedResourceProvisioningState.
|
|
1497
|
-
* Possible values include: 'Succeeded', 'Canceled', 'Failed'
|
|
1498
|
-
* @readonly
|
|
1499
|
-
* @enum {string}
|
|
1500
|
-
*/
|
|
1501
|
-
export declare type NestedResourceProvisioningState = 'Succeeded' | 'Canceled' | 'Failed';
|
|
1502
|
-
/**
|
|
1503
|
-
* Defines values for VirtualNetworkRuleState.
|
|
1504
|
-
* Possible values include: 'Active', 'NetworkSourceDeleted', 'Failed'
|
|
1505
|
-
* @readonly
|
|
1506
|
-
* @enum {string}
|
|
1507
|
-
*/
|
|
1508
|
-
export declare type VirtualNetworkRuleState = 'Active' | 'NetworkSourceDeleted' | 'Failed';
|
|
1509
|
-
/**
|
|
1510
|
-
* Defines values for FirewallState.
|
|
1511
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
1512
|
-
* @readonly
|
|
1513
|
-
* @enum {string}
|
|
1514
|
-
*/
|
|
1515
|
-
export declare type FirewallState = 'Enabled' | 'Disabled';
|
|
1516
|
-
/**
|
|
1517
|
-
* Defines values for FirewallAllowAzureIpsState.
|
|
1518
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
1519
|
-
* @readonly
|
|
1520
|
-
* @enum {string}
|
|
1521
|
-
*/
|
|
1522
|
-
export declare type FirewallAllowAzureIpsState = 'Enabled' | 'Disabled';
|
|
1523
|
-
/**
|
|
1524
|
-
* Defines values for TierType.
|
|
1525
|
-
* Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours',
|
|
1526
|
-
* 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours',
|
|
1527
|
-
* 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'
|
|
1528
|
-
* @readonly
|
|
1529
|
-
* @enum {string}
|
|
1530
|
-
*/
|
|
1531
|
-
export declare type TierType = 'Consumption' | 'Commitment_100AUHours' | 'Commitment_500AUHours' | 'Commitment_1000AUHours' | 'Commitment_5000AUHours' | 'Commitment_10000AUHours' | 'Commitment_50000AUHours' | 'Commitment_100000AUHours' | 'Commitment_500000AUHours';
|
|
1532
|
-
/**
|
|
1533
|
-
* Defines values for DebugDataAccessLevel.
|
|
1534
|
-
* Possible values include: 'All', 'Customer', 'None'
|
|
1535
|
-
* @readonly
|
|
1536
|
-
* @enum {string}
|
|
1537
|
-
*/
|
|
1538
|
-
export declare type DebugDataAccessLevel = 'All' | 'Customer' | 'None';
|
|
1539
|
-
/**
|
|
1540
|
-
* Defines values for DataLakeAnalyticsAccountStatus.
|
|
1541
|
-
* Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending',
|
|
1542
|
-
* 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'
|
|
1543
|
-
* @readonly
|
|
1544
|
-
* @enum {string}
|
|
1545
|
-
*/
|
|
1546
|
-
export declare type DataLakeAnalyticsAccountStatus = 'Failed' | 'Creating' | 'Running' | 'Succeeded' | 'Patching' | 'Suspending' | 'Resuming' | 'Deleting' | 'Deleted' | 'Undeleting' | 'Canceled';
|
|
1547
|
-
/**
|
|
1548
|
-
* Defines values for DataLakeAnalyticsAccountState.
|
|
1549
|
-
* Possible values include: 'Active', 'Suspended'
|
|
1550
|
-
* @readonly
|
|
1551
|
-
* @enum {string}
|
|
1552
|
-
*/
|
|
1553
|
-
export declare type DataLakeAnalyticsAccountState = 'Active' | 'Suspended';
|
|
1554
|
-
/**
|
|
1555
|
-
* Defines values for OperationOrigin.
|
|
1556
|
-
* Possible values include: 'user', 'system', 'user,system'
|
|
1557
|
-
* @readonly
|
|
1558
|
-
* @enum {string}
|
|
1559
|
-
*/
|
|
1560
|
-
export declare type OperationOrigin = 'user' | 'system' | 'user,system';
|
|
1561
|
-
/**
|
|
1562
|
-
* Defines values for SubscriptionState.
|
|
1563
|
-
* Possible values include: 'Registered', 'Suspended', 'Deleted', 'Unregistered', 'Warned'
|
|
1564
|
-
* @readonly
|
|
1565
|
-
* @enum {string}
|
|
1566
|
-
*/
|
|
1567
|
-
export declare type SubscriptionState = 'Registered' | 'Suspended' | 'Deleted' | 'Unregistered' | 'Warned';
|
|
1568
|
-
/**
|
|
1569
|
-
* Contains response data for the list operation.
|
|
1570
|
-
*/
|
|
1571
|
-
export declare type AccountsListResponse = DataLakeAnalyticsAccountListResult & {
|
|
1572
|
-
/**
|
|
1573
|
-
* The underlying HTTP response.
|
|
1574
|
-
*/
|
|
1575
|
-
_response: msRest.HttpResponse & {
|
|
1576
|
-
/**
|
|
1577
|
-
* The response body as text (string format)
|
|
1578
|
-
*/
|
|
1579
|
-
bodyAsText: string;
|
|
1580
|
-
/**
|
|
1581
|
-
* The response body as parsed JSON or XML
|
|
1582
|
-
*/
|
|
1583
|
-
parsedBody: DataLakeAnalyticsAccountListResult;
|
|
1584
|
-
};
|
|
1585
|
-
};
|
|
1586
|
-
/**
|
|
1587
|
-
* Contains response data for the listByResourceGroup operation.
|
|
1588
|
-
*/
|
|
1589
|
-
export declare type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult & {
|
|
1590
|
-
/**
|
|
1591
|
-
* The underlying HTTP response.
|
|
1592
|
-
*/
|
|
1593
|
-
_response: msRest.HttpResponse & {
|
|
1594
|
-
/**
|
|
1595
|
-
* The response body as text (string format)
|
|
1596
|
-
*/
|
|
1597
|
-
bodyAsText: string;
|
|
1598
|
-
/**
|
|
1599
|
-
* The response body as parsed JSON or XML
|
|
1600
|
-
*/
|
|
1601
|
-
parsedBody: DataLakeAnalyticsAccountListResult;
|
|
1602
|
-
};
|
|
1603
|
-
};
|
|
1604
|
-
/**
|
|
1605
|
-
* Contains response data for the create operation.
|
|
1606
|
-
*/
|
|
1607
|
-
export declare type AccountsCreateResponse = DataLakeAnalyticsAccount & {
|
|
1608
|
-
/**
|
|
1609
|
-
* The underlying HTTP response.
|
|
1610
|
-
*/
|
|
1611
|
-
_response: msRest.HttpResponse & {
|
|
1612
|
-
/**
|
|
1613
|
-
* The response body as text (string format)
|
|
1614
|
-
*/
|
|
1615
|
-
bodyAsText: string;
|
|
1616
|
-
/**
|
|
1617
|
-
* The response body as parsed JSON or XML
|
|
1618
|
-
*/
|
|
1619
|
-
parsedBody: DataLakeAnalyticsAccount;
|
|
1620
|
-
};
|
|
1621
|
-
};
|
|
1622
|
-
/**
|
|
1623
|
-
* Contains response data for the get operation.
|
|
1624
|
-
*/
|
|
1625
|
-
export declare type AccountsGetResponse = DataLakeAnalyticsAccount & {
|
|
1626
|
-
/**
|
|
1627
|
-
* The underlying HTTP response.
|
|
1628
|
-
*/
|
|
1629
|
-
_response: msRest.HttpResponse & {
|
|
1630
|
-
/**
|
|
1631
|
-
* The response body as text (string format)
|
|
1632
|
-
*/
|
|
1633
|
-
bodyAsText: string;
|
|
1634
|
-
/**
|
|
1635
|
-
* The response body as parsed JSON or XML
|
|
1636
|
-
*/
|
|
1637
|
-
parsedBody: DataLakeAnalyticsAccount;
|
|
1638
|
-
};
|
|
1639
|
-
};
|
|
1640
|
-
/**
|
|
1641
|
-
* Contains response data for the update operation.
|
|
1642
|
-
*/
|
|
1643
|
-
export declare type AccountsUpdateResponse = DataLakeAnalyticsAccount & {
|
|
1644
|
-
/**
|
|
1645
|
-
* The underlying HTTP response.
|
|
1646
|
-
*/
|
|
1647
|
-
_response: msRest.HttpResponse & {
|
|
1648
|
-
/**
|
|
1649
|
-
* The response body as text (string format)
|
|
1650
|
-
*/
|
|
1651
|
-
bodyAsText: string;
|
|
1652
|
-
/**
|
|
1653
|
-
* The response body as parsed JSON or XML
|
|
1654
|
-
*/
|
|
1655
|
-
parsedBody: DataLakeAnalyticsAccount;
|
|
1656
|
-
};
|
|
1657
|
-
};
|
|
1658
|
-
/**
|
|
1659
|
-
* Contains response data for the checkNameAvailability operation.
|
|
1660
|
-
*/
|
|
1661
|
-
export declare type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation & {
|
|
1662
|
-
/**
|
|
1663
|
-
* The underlying HTTP response.
|
|
1664
|
-
*/
|
|
1665
|
-
_response: msRest.HttpResponse & {
|
|
1666
|
-
/**
|
|
1667
|
-
* The response body as text (string format)
|
|
1668
|
-
*/
|
|
1669
|
-
bodyAsText: string;
|
|
1670
|
-
/**
|
|
1671
|
-
* The response body as parsed JSON or XML
|
|
1672
|
-
*/
|
|
1673
|
-
parsedBody: NameAvailabilityInformation;
|
|
1674
|
-
};
|
|
1675
|
-
};
|
|
1676
|
-
/**
|
|
1677
|
-
* Contains response data for the beginCreate operation.
|
|
1678
|
-
*/
|
|
1679
|
-
export declare type AccountsBeginCreateResponse = DataLakeAnalyticsAccount & {
|
|
1680
|
-
/**
|
|
1681
|
-
* The underlying HTTP response.
|
|
1682
|
-
*/
|
|
1683
|
-
_response: msRest.HttpResponse & {
|
|
1684
|
-
/**
|
|
1685
|
-
* The response body as text (string format)
|
|
1686
|
-
*/
|
|
1687
|
-
bodyAsText: string;
|
|
1688
|
-
/**
|
|
1689
|
-
* The response body as parsed JSON or XML
|
|
1690
|
-
*/
|
|
1691
|
-
parsedBody: DataLakeAnalyticsAccount;
|
|
1692
|
-
};
|
|
1693
|
-
};
|
|
1694
|
-
/**
|
|
1695
|
-
* Contains response data for the beginUpdate operation.
|
|
1696
|
-
*/
|
|
1697
|
-
export declare type AccountsBeginUpdateResponse = DataLakeAnalyticsAccount & {
|
|
1698
|
-
/**
|
|
1699
|
-
* The underlying HTTP response.
|
|
1700
|
-
*/
|
|
1701
|
-
_response: msRest.HttpResponse & {
|
|
1702
|
-
/**
|
|
1703
|
-
* The response body as text (string format)
|
|
1704
|
-
*/
|
|
1705
|
-
bodyAsText: string;
|
|
1706
|
-
/**
|
|
1707
|
-
* The response body as parsed JSON or XML
|
|
1708
|
-
*/
|
|
1709
|
-
parsedBody: DataLakeAnalyticsAccount;
|
|
1710
|
-
};
|
|
1711
|
-
};
|
|
1712
|
-
/**
|
|
1713
|
-
* Contains response data for the listNext operation.
|
|
1714
|
-
*/
|
|
1715
|
-
export declare type AccountsListNextResponse = DataLakeAnalyticsAccountListResult & {
|
|
1716
|
-
/**
|
|
1717
|
-
* The underlying HTTP response.
|
|
1718
|
-
*/
|
|
1719
|
-
_response: msRest.HttpResponse & {
|
|
1720
|
-
/**
|
|
1721
|
-
* The response body as text (string format)
|
|
1722
|
-
*/
|
|
1723
|
-
bodyAsText: string;
|
|
1724
|
-
/**
|
|
1725
|
-
* The response body as parsed JSON or XML
|
|
1726
|
-
*/
|
|
1727
|
-
parsedBody: DataLakeAnalyticsAccountListResult;
|
|
1728
|
-
};
|
|
1729
|
-
};
|
|
1730
|
-
/**
|
|
1731
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1732
|
-
*/
|
|
1733
|
-
export declare type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult & {
|
|
1734
|
-
/**
|
|
1735
|
-
* The underlying HTTP response.
|
|
1736
|
-
*/
|
|
1737
|
-
_response: msRest.HttpResponse & {
|
|
1738
|
-
/**
|
|
1739
|
-
* The response body as text (string format)
|
|
1740
|
-
*/
|
|
1741
|
-
bodyAsText: string;
|
|
1742
|
-
/**
|
|
1743
|
-
* The response body as parsed JSON or XML
|
|
1744
|
-
*/
|
|
1745
|
-
parsedBody: DataLakeAnalyticsAccountListResult;
|
|
1746
|
-
};
|
|
1747
|
-
};
|
|
1748
|
-
/**
|
|
1749
|
-
* Contains response data for the listByAccount operation.
|
|
1750
|
-
*/
|
|
1751
|
-
export declare type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult & {
|
|
1752
|
-
/**
|
|
1753
|
-
* The underlying HTTP response.
|
|
1754
|
-
*/
|
|
1755
|
-
_response: msRest.HttpResponse & {
|
|
1756
|
-
/**
|
|
1757
|
-
* The response body as text (string format)
|
|
1758
|
-
*/
|
|
1759
|
-
bodyAsText: string;
|
|
1760
|
-
/**
|
|
1761
|
-
* The response body as parsed JSON or XML
|
|
1762
|
-
*/
|
|
1763
|
-
parsedBody: DataLakeStoreAccountInformationListResult;
|
|
1764
|
-
};
|
|
1765
|
-
};
|
|
1766
|
-
/**
|
|
1767
|
-
* Contains response data for the get operation.
|
|
1768
|
-
*/
|
|
1769
|
-
export declare type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation & {
|
|
1770
|
-
/**
|
|
1771
|
-
* The underlying HTTP response.
|
|
1772
|
-
*/
|
|
1773
|
-
_response: msRest.HttpResponse & {
|
|
1774
|
-
/**
|
|
1775
|
-
* The response body as text (string format)
|
|
1776
|
-
*/
|
|
1777
|
-
bodyAsText: string;
|
|
1778
|
-
/**
|
|
1779
|
-
* The response body as parsed JSON or XML
|
|
1780
|
-
*/
|
|
1781
|
-
parsedBody: DataLakeStoreAccountInformation;
|
|
1782
|
-
};
|
|
1783
|
-
};
|
|
1784
|
-
/**
|
|
1785
|
-
* Contains response data for the listByAccountNext operation.
|
|
1786
|
-
*/
|
|
1787
|
-
export declare type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult & {
|
|
1788
|
-
/**
|
|
1789
|
-
* The underlying HTTP response.
|
|
1790
|
-
*/
|
|
1791
|
-
_response: msRest.HttpResponse & {
|
|
1792
|
-
/**
|
|
1793
|
-
* The response body as text (string format)
|
|
1794
|
-
*/
|
|
1795
|
-
bodyAsText: string;
|
|
1796
|
-
/**
|
|
1797
|
-
* The response body as parsed JSON or XML
|
|
1798
|
-
*/
|
|
1799
|
-
parsedBody: DataLakeStoreAccountInformationListResult;
|
|
1800
|
-
};
|
|
1801
|
-
};
|
|
1802
|
-
/**
|
|
1803
|
-
* Contains response data for the listByAccount operation.
|
|
1804
|
-
*/
|
|
1805
|
-
export declare type StorageAccountsListByAccountResponse = StorageAccountInformationListResult & {
|
|
1806
|
-
/**
|
|
1807
|
-
* The underlying HTTP response.
|
|
1808
|
-
*/
|
|
1809
|
-
_response: msRest.HttpResponse & {
|
|
1810
|
-
/**
|
|
1811
|
-
* The response body as text (string format)
|
|
1812
|
-
*/
|
|
1813
|
-
bodyAsText: string;
|
|
1814
|
-
/**
|
|
1815
|
-
* The response body as parsed JSON or XML
|
|
1816
|
-
*/
|
|
1817
|
-
parsedBody: StorageAccountInformationListResult;
|
|
1818
|
-
};
|
|
1819
|
-
};
|
|
1820
|
-
/**
|
|
1821
|
-
* Contains response data for the get operation.
|
|
1822
|
-
*/
|
|
1823
|
-
export declare type StorageAccountsGetResponse = StorageAccountInformation & {
|
|
1824
|
-
/**
|
|
1825
|
-
* The underlying HTTP response.
|
|
1826
|
-
*/
|
|
1827
|
-
_response: msRest.HttpResponse & {
|
|
1828
|
-
/**
|
|
1829
|
-
* The response body as text (string format)
|
|
1830
|
-
*/
|
|
1831
|
-
bodyAsText: string;
|
|
1832
|
-
/**
|
|
1833
|
-
* The response body as parsed JSON or XML
|
|
1834
|
-
*/
|
|
1835
|
-
parsedBody: StorageAccountInformation;
|
|
1836
|
-
};
|
|
1837
|
-
};
|
|
1838
|
-
/**
|
|
1839
|
-
* Contains response data for the listStorageContainers operation.
|
|
1840
|
-
*/
|
|
1841
|
-
export declare type StorageAccountsListStorageContainersResponse = StorageContainerListResult & {
|
|
1842
|
-
/**
|
|
1843
|
-
* The underlying HTTP response.
|
|
1844
|
-
*/
|
|
1845
|
-
_response: msRest.HttpResponse & {
|
|
1846
|
-
/**
|
|
1847
|
-
* The response body as text (string format)
|
|
1848
|
-
*/
|
|
1849
|
-
bodyAsText: string;
|
|
1850
|
-
/**
|
|
1851
|
-
* The response body as parsed JSON or XML
|
|
1852
|
-
*/
|
|
1853
|
-
parsedBody: StorageContainerListResult;
|
|
1854
|
-
};
|
|
1855
|
-
};
|
|
1856
|
-
/**
|
|
1857
|
-
* Contains response data for the getStorageContainer operation.
|
|
1858
|
-
*/
|
|
1859
|
-
export declare type StorageAccountsGetStorageContainerResponse = StorageContainer & {
|
|
1860
|
-
/**
|
|
1861
|
-
* The underlying HTTP response.
|
|
1862
|
-
*/
|
|
1863
|
-
_response: msRest.HttpResponse & {
|
|
1864
|
-
/**
|
|
1865
|
-
* The response body as text (string format)
|
|
1866
|
-
*/
|
|
1867
|
-
bodyAsText: string;
|
|
1868
|
-
/**
|
|
1869
|
-
* The response body as parsed JSON or XML
|
|
1870
|
-
*/
|
|
1871
|
-
parsedBody: StorageContainer;
|
|
1872
|
-
};
|
|
1873
|
-
};
|
|
1874
|
-
/**
|
|
1875
|
-
* Contains response data for the listSasTokens operation.
|
|
1876
|
-
*/
|
|
1877
|
-
export declare type StorageAccountsListSasTokensResponse = SasTokenInformationListResult & {
|
|
1878
|
-
/**
|
|
1879
|
-
* The underlying HTTP response.
|
|
1880
|
-
*/
|
|
1881
|
-
_response: msRest.HttpResponse & {
|
|
1882
|
-
/**
|
|
1883
|
-
* The response body as text (string format)
|
|
1884
|
-
*/
|
|
1885
|
-
bodyAsText: string;
|
|
1886
|
-
/**
|
|
1887
|
-
* The response body as parsed JSON or XML
|
|
1888
|
-
*/
|
|
1889
|
-
parsedBody: SasTokenInformationListResult;
|
|
1890
|
-
};
|
|
1891
|
-
};
|
|
1892
|
-
/**
|
|
1893
|
-
* Contains response data for the listByAccountNext operation.
|
|
1894
|
-
*/
|
|
1895
|
-
export declare type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult & {
|
|
1896
|
-
/**
|
|
1897
|
-
* The underlying HTTP response.
|
|
1898
|
-
*/
|
|
1899
|
-
_response: msRest.HttpResponse & {
|
|
1900
|
-
/**
|
|
1901
|
-
* The response body as text (string format)
|
|
1902
|
-
*/
|
|
1903
|
-
bodyAsText: string;
|
|
1904
|
-
/**
|
|
1905
|
-
* The response body as parsed JSON or XML
|
|
1906
|
-
*/
|
|
1907
|
-
parsedBody: StorageAccountInformationListResult;
|
|
1908
|
-
};
|
|
1909
|
-
};
|
|
1910
|
-
/**
|
|
1911
|
-
* Contains response data for the listStorageContainersNext operation.
|
|
1912
|
-
*/
|
|
1913
|
-
export declare type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult & {
|
|
1914
|
-
/**
|
|
1915
|
-
* The underlying HTTP response.
|
|
1916
|
-
*/
|
|
1917
|
-
_response: msRest.HttpResponse & {
|
|
1918
|
-
/**
|
|
1919
|
-
* The response body as text (string format)
|
|
1920
|
-
*/
|
|
1921
|
-
bodyAsText: string;
|
|
1922
|
-
/**
|
|
1923
|
-
* The response body as parsed JSON or XML
|
|
1924
|
-
*/
|
|
1925
|
-
parsedBody: StorageContainerListResult;
|
|
1926
|
-
};
|
|
1927
|
-
};
|
|
1928
|
-
/**
|
|
1929
|
-
* Contains response data for the listSasTokensNext operation.
|
|
1930
|
-
*/
|
|
1931
|
-
export declare type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult & {
|
|
1932
|
-
/**
|
|
1933
|
-
* The underlying HTTP response.
|
|
1934
|
-
*/
|
|
1935
|
-
_response: msRest.HttpResponse & {
|
|
1936
|
-
/**
|
|
1937
|
-
* The response body as text (string format)
|
|
1938
|
-
*/
|
|
1939
|
-
bodyAsText: string;
|
|
1940
|
-
/**
|
|
1941
|
-
* The response body as parsed JSON or XML
|
|
1942
|
-
*/
|
|
1943
|
-
parsedBody: SasTokenInformationListResult;
|
|
1944
|
-
};
|
|
1945
|
-
};
|
|
1946
|
-
/**
|
|
1947
|
-
* Contains response data for the listByAccount operation.
|
|
1948
|
-
*/
|
|
1949
|
-
export declare type ComputePoliciesListByAccountResponse = ComputePolicyListResult & {
|
|
1950
|
-
/**
|
|
1951
|
-
* The underlying HTTP response.
|
|
1952
|
-
*/
|
|
1953
|
-
_response: msRest.HttpResponse & {
|
|
1954
|
-
/**
|
|
1955
|
-
* The response body as text (string format)
|
|
1956
|
-
*/
|
|
1957
|
-
bodyAsText: string;
|
|
1958
|
-
/**
|
|
1959
|
-
* The response body as parsed JSON or XML
|
|
1960
|
-
*/
|
|
1961
|
-
parsedBody: ComputePolicyListResult;
|
|
1962
|
-
};
|
|
1963
|
-
};
|
|
1964
|
-
/**
|
|
1965
|
-
* Contains response data for the createOrUpdate operation.
|
|
1966
|
-
*/
|
|
1967
|
-
export declare type ComputePoliciesCreateOrUpdateResponse = ComputePolicy & {
|
|
1968
|
-
/**
|
|
1969
|
-
* The underlying HTTP response.
|
|
1970
|
-
*/
|
|
1971
|
-
_response: msRest.HttpResponse & {
|
|
1972
|
-
/**
|
|
1973
|
-
* The response body as text (string format)
|
|
1974
|
-
*/
|
|
1975
|
-
bodyAsText: string;
|
|
1976
|
-
/**
|
|
1977
|
-
* The response body as parsed JSON or XML
|
|
1978
|
-
*/
|
|
1979
|
-
parsedBody: ComputePolicy;
|
|
1980
|
-
};
|
|
1981
|
-
};
|
|
1982
|
-
/**
|
|
1983
|
-
* Contains response data for the get operation.
|
|
1984
|
-
*/
|
|
1985
|
-
export declare type ComputePoliciesGetResponse = ComputePolicy & {
|
|
1986
|
-
/**
|
|
1987
|
-
* The underlying HTTP response.
|
|
1988
|
-
*/
|
|
1989
|
-
_response: msRest.HttpResponse & {
|
|
1990
|
-
/**
|
|
1991
|
-
* The response body as text (string format)
|
|
1992
|
-
*/
|
|
1993
|
-
bodyAsText: string;
|
|
1994
|
-
/**
|
|
1995
|
-
* The response body as parsed JSON or XML
|
|
1996
|
-
*/
|
|
1997
|
-
parsedBody: ComputePolicy;
|
|
1998
|
-
};
|
|
1999
|
-
};
|
|
2000
|
-
/**
|
|
2001
|
-
* Contains response data for the update operation.
|
|
2002
|
-
*/
|
|
2003
|
-
export declare type ComputePoliciesUpdateResponse = ComputePolicy & {
|
|
2004
|
-
/**
|
|
2005
|
-
* The underlying HTTP response.
|
|
2006
|
-
*/
|
|
2007
|
-
_response: msRest.HttpResponse & {
|
|
2008
|
-
/**
|
|
2009
|
-
* The response body as text (string format)
|
|
2010
|
-
*/
|
|
2011
|
-
bodyAsText: string;
|
|
2012
|
-
/**
|
|
2013
|
-
* The response body as parsed JSON or XML
|
|
2014
|
-
*/
|
|
2015
|
-
parsedBody: ComputePolicy;
|
|
2016
|
-
};
|
|
2017
|
-
};
|
|
2018
|
-
/**
|
|
2019
|
-
* Contains response data for the listByAccountNext operation.
|
|
2020
|
-
*/
|
|
2021
|
-
export declare type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult & {
|
|
2022
|
-
/**
|
|
2023
|
-
* The underlying HTTP response.
|
|
2024
|
-
*/
|
|
2025
|
-
_response: msRest.HttpResponse & {
|
|
2026
|
-
/**
|
|
2027
|
-
* The response body as text (string format)
|
|
2028
|
-
*/
|
|
2029
|
-
bodyAsText: string;
|
|
2030
|
-
/**
|
|
2031
|
-
* The response body as parsed JSON or XML
|
|
2032
|
-
*/
|
|
2033
|
-
parsedBody: ComputePolicyListResult;
|
|
2034
|
-
};
|
|
2035
|
-
};
|
|
2036
|
-
/**
|
|
2037
|
-
* Contains response data for the listByAccount operation.
|
|
2038
|
-
*/
|
|
2039
|
-
export declare type FirewallRulesListByAccountResponse = FirewallRuleListResult & {
|
|
2040
|
-
/**
|
|
2041
|
-
* The underlying HTTP response.
|
|
2042
|
-
*/
|
|
2043
|
-
_response: msRest.HttpResponse & {
|
|
2044
|
-
/**
|
|
2045
|
-
* The response body as text (string format)
|
|
2046
|
-
*/
|
|
2047
|
-
bodyAsText: string;
|
|
2048
|
-
/**
|
|
2049
|
-
* The response body as parsed JSON or XML
|
|
2050
|
-
*/
|
|
2051
|
-
parsedBody: FirewallRuleListResult;
|
|
2052
|
-
};
|
|
2053
|
-
};
|
|
2054
|
-
/**
|
|
2055
|
-
* Contains response data for the createOrUpdate operation.
|
|
2056
|
-
*/
|
|
2057
|
-
export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule & {
|
|
2058
|
-
/**
|
|
2059
|
-
* The underlying HTTP response.
|
|
2060
|
-
*/
|
|
2061
|
-
_response: msRest.HttpResponse & {
|
|
2062
|
-
/**
|
|
2063
|
-
* The response body as text (string format)
|
|
2064
|
-
*/
|
|
2065
|
-
bodyAsText: string;
|
|
2066
|
-
/**
|
|
2067
|
-
* The response body as parsed JSON or XML
|
|
2068
|
-
*/
|
|
2069
|
-
parsedBody: FirewallRule;
|
|
2070
|
-
};
|
|
2071
|
-
};
|
|
2072
|
-
/**
|
|
2073
|
-
* Contains response data for the get operation.
|
|
2074
|
-
*/
|
|
2075
|
-
export declare type FirewallRulesGetResponse = FirewallRule & {
|
|
2076
|
-
/**
|
|
2077
|
-
* The underlying HTTP response.
|
|
2078
|
-
*/
|
|
2079
|
-
_response: msRest.HttpResponse & {
|
|
2080
|
-
/**
|
|
2081
|
-
* The response body as text (string format)
|
|
2082
|
-
*/
|
|
2083
|
-
bodyAsText: string;
|
|
2084
|
-
/**
|
|
2085
|
-
* The response body as parsed JSON or XML
|
|
2086
|
-
*/
|
|
2087
|
-
parsedBody: FirewallRule;
|
|
2088
|
-
};
|
|
2089
|
-
};
|
|
2090
|
-
/**
|
|
2091
|
-
* Contains response data for the update operation.
|
|
2092
|
-
*/
|
|
2093
|
-
export declare type FirewallRulesUpdateResponse = FirewallRule & {
|
|
2094
|
-
/**
|
|
2095
|
-
* The underlying HTTP response.
|
|
2096
|
-
*/
|
|
2097
|
-
_response: msRest.HttpResponse & {
|
|
2098
|
-
/**
|
|
2099
|
-
* The response body as text (string format)
|
|
2100
|
-
*/
|
|
2101
|
-
bodyAsText: string;
|
|
2102
|
-
/**
|
|
2103
|
-
* The response body as parsed JSON or XML
|
|
2104
|
-
*/
|
|
2105
|
-
parsedBody: FirewallRule;
|
|
2106
|
-
};
|
|
2107
|
-
};
|
|
2108
|
-
/**
|
|
2109
|
-
* Contains response data for the listByAccountNext operation.
|
|
2110
|
-
*/
|
|
2111
|
-
export declare type FirewallRulesListByAccountNextResponse = FirewallRuleListResult & {
|
|
2112
|
-
/**
|
|
2113
|
-
* The underlying HTTP response.
|
|
2114
|
-
*/
|
|
2115
|
-
_response: msRest.HttpResponse & {
|
|
2116
|
-
/**
|
|
2117
|
-
* The response body as text (string format)
|
|
2118
|
-
*/
|
|
2119
|
-
bodyAsText: string;
|
|
2120
|
-
/**
|
|
2121
|
-
* The response body as parsed JSON or XML
|
|
2122
|
-
*/
|
|
2123
|
-
parsedBody: FirewallRuleListResult;
|
|
2124
|
-
};
|
|
2125
|
-
};
|
|
2126
|
-
/**
|
|
2127
|
-
* Contains response data for the list operation.
|
|
2128
|
-
*/
|
|
2129
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
2130
|
-
/**
|
|
2131
|
-
* The underlying HTTP response.
|
|
2132
|
-
*/
|
|
2133
|
-
_response: msRest.HttpResponse & {
|
|
2134
|
-
/**
|
|
2135
|
-
* The response body as text (string format)
|
|
2136
|
-
*/
|
|
2137
|
-
bodyAsText: string;
|
|
2138
|
-
/**
|
|
2139
|
-
* The response body as parsed JSON or XML
|
|
2140
|
-
*/
|
|
2141
|
-
parsedBody: OperationListResult;
|
|
2142
|
-
};
|
|
2143
|
-
};
|
|
2144
|
-
/**
|
|
2145
|
-
* Contains response data for the getCapability operation.
|
|
2146
|
-
*/
|
|
2147
|
-
export declare type LocationsGetCapabilityResponse = CapabilityInformation & {
|
|
2148
|
-
/**
|
|
2149
|
-
* The underlying HTTP response.
|
|
2150
|
-
*/
|
|
2151
|
-
_response: msRest.HttpResponse & {
|
|
2152
|
-
/**
|
|
2153
|
-
* The response body as text (string format)
|
|
2154
|
-
*/
|
|
2155
|
-
bodyAsText: string;
|
|
2156
|
-
/**
|
|
2157
|
-
* The response body as parsed JSON or XML
|
|
2158
|
-
*/
|
|
2159
|
-
parsedBody: CapabilityInformation;
|
|
2160
|
-
};
|
|
2161
|
-
};
|
|
2162
|
-
//# sourceMappingURL=index.d.ts.map
|