@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
|
@@ -0,0 +1,935 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-datalake-analytics"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type AADObjectType = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface Accounts {
|
|
18
|
+
beginCreate(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateResponse>, AccountsCreateResponse>>;
|
|
19
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: CreateDataLakeAnalyticsAccountParameters, options?: AccountsCreateOptionalParams): Promise<AccountsCreateResponse>;
|
|
20
|
+
beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
21
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
|
|
22
|
+
beginUpdate(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
|
|
23
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
|
|
24
|
+
checkNameAvailability(location: string, parameters: CheckNameAvailabilityParameters, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<AccountsCheckNameAvailabilityResponse>;
|
|
25
|
+
get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
|
|
26
|
+
list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
|
|
27
|
+
listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataLakeAnalyticsAccountBasic>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// @public
|
|
31
|
+
export interface AccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export type AccountsCheckNameAvailabilityResponse = NameAvailabilityInformation;
|
|
36
|
+
|
|
37
|
+
// @public
|
|
38
|
+
export interface AccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
39
|
+
resumeFrom?: string;
|
|
40
|
+
updateIntervalInMs?: number;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// @public
|
|
44
|
+
export type AccountsCreateResponse = DataLakeAnalyticsAccount;
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
48
|
+
resumeFrom?: string;
|
|
49
|
+
updateIntervalInMs?: number;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// @public
|
|
57
|
+
export type AccountsGetResponse = DataLakeAnalyticsAccount;
|
|
58
|
+
|
|
59
|
+
// @public
|
|
60
|
+
export interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
61
|
+
count?: boolean;
|
|
62
|
+
filter?: string;
|
|
63
|
+
orderby?: string;
|
|
64
|
+
select?: string;
|
|
65
|
+
skip?: number;
|
|
66
|
+
top?: number;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// @public
|
|
70
|
+
export type AccountsListByResourceGroupNextResponse = DataLakeAnalyticsAccountListResult;
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
74
|
+
count?: boolean;
|
|
75
|
+
filter?: string;
|
|
76
|
+
orderby?: string;
|
|
77
|
+
select?: string;
|
|
78
|
+
skip?: number;
|
|
79
|
+
top?: number;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export type AccountsListByResourceGroupResponse = DataLakeAnalyticsAccountListResult;
|
|
84
|
+
|
|
85
|
+
// @public
|
|
86
|
+
export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
87
|
+
count?: boolean;
|
|
88
|
+
filter?: string;
|
|
89
|
+
orderby?: string;
|
|
90
|
+
select?: string;
|
|
91
|
+
skip?: number;
|
|
92
|
+
top?: number;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export type AccountsListNextResponse = DataLakeAnalyticsAccountListResult;
|
|
97
|
+
|
|
98
|
+
// @public
|
|
99
|
+
export interface AccountsListOptionalParams extends coreClient.OperationOptions {
|
|
100
|
+
count?: boolean;
|
|
101
|
+
filter?: string;
|
|
102
|
+
orderby?: string;
|
|
103
|
+
select?: string;
|
|
104
|
+
skip?: number;
|
|
105
|
+
top?: number;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export type AccountsListResponse = DataLakeAnalyticsAccountListResult;
|
|
110
|
+
|
|
111
|
+
// @public
|
|
112
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
113
|
+
parameters?: UpdateDataLakeAnalyticsAccountParameters;
|
|
114
|
+
resumeFrom?: string;
|
|
115
|
+
updateIntervalInMs?: number;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export type AccountsUpdateResponse = DataLakeAnalyticsAccount;
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export interface AddDataLakeStoreParameters {
|
|
123
|
+
suffix?: string;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// @public
|
|
127
|
+
export interface AddDataLakeStoreWithAccountParameters {
|
|
128
|
+
name: string;
|
|
129
|
+
suffix?: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export interface AddStorageAccountParameters {
|
|
134
|
+
accessKey: string;
|
|
135
|
+
suffix?: string;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// @public
|
|
139
|
+
export interface AddStorageAccountWithAccountParameters {
|
|
140
|
+
accessKey: string;
|
|
141
|
+
name: string;
|
|
142
|
+
suffix?: string;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface CapabilityInformation {
|
|
147
|
+
readonly accountCount?: number;
|
|
148
|
+
readonly maxAccountCount?: number;
|
|
149
|
+
readonly migrationState?: boolean;
|
|
150
|
+
readonly state?: SubscriptionState;
|
|
151
|
+
readonly subscriptionId?: string;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export interface CheckNameAvailabilityParameters {
|
|
156
|
+
name: string;
|
|
157
|
+
type: "Microsoft.DataLakeAnalytics/accounts";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// @public
|
|
161
|
+
export interface ComputePolicies {
|
|
162
|
+
createOrUpdate(resourceGroupName: string, accountName: string, computePolicyName: string, parameters: CreateOrUpdateComputePolicyParameters, options?: ComputePoliciesCreateOrUpdateOptionalParams): Promise<ComputePoliciesCreateOrUpdateResponse>;
|
|
163
|
+
delete(resourceGroupName: string, accountName: string, computePolicyName: string, options?: ComputePoliciesDeleteOptionalParams): Promise<void>;
|
|
164
|
+
get(resourceGroupName: string, accountName: string, computePolicyName: string, options?: ComputePoliciesGetOptionalParams): Promise<ComputePoliciesGetResponse>;
|
|
165
|
+
listByAccount(resourceGroupName: string, accountName: string, options?: ComputePoliciesListByAccountOptionalParams): PagedAsyncIterableIterator<ComputePolicy>;
|
|
166
|
+
update(resourceGroupName: string, accountName: string, computePolicyName: string, options?: ComputePoliciesUpdateOptionalParams): Promise<ComputePoliciesUpdateResponse>;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export interface ComputePoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
// @public
|
|
174
|
+
export type ComputePoliciesCreateOrUpdateResponse = ComputePolicy;
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export interface ComputePoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export interface ComputePoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export type ComputePoliciesGetResponse = ComputePolicy;
|
|
186
|
+
|
|
187
|
+
// @public
|
|
188
|
+
export interface ComputePoliciesListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
// @public
|
|
192
|
+
export type ComputePoliciesListByAccountNextResponse = ComputePolicyListResult;
|
|
193
|
+
|
|
194
|
+
// @public
|
|
195
|
+
export interface ComputePoliciesListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// @public
|
|
199
|
+
export type ComputePoliciesListByAccountResponse = ComputePolicyListResult;
|
|
200
|
+
|
|
201
|
+
// @public
|
|
202
|
+
export interface ComputePoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
203
|
+
parameters?: UpdateComputePolicyParameters;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export type ComputePoliciesUpdateResponse = ComputePolicy;
|
|
208
|
+
|
|
209
|
+
// @public
|
|
210
|
+
export type ComputePolicy = SubResource & {
|
|
211
|
+
readonly objectId?: string;
|
|
212
|
+
readonly objectType?: AADObjectType;
|
|
213
|
+
readonly maxDegreeOfParallelismPerJob?: number;
|
|
214
|
+
readonly minPriorityPerJob?: number;
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface ComputePolicyListResult {
|
|
219
|
+
readonly nextLink?: string;
|
|
220
|
+
readonly value?: ComputePolicy[];
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// @public
|
|
224
|
+
export interface CreateComputePolicyWithAccountParameters {
|
|
225
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
226
|
+
minPriorityPerJob?: number;
|
|
227
|
+
name: string;
|
|
228
|
+
objectId: string;
|
|
229
|
+
objectType: AADObjectType;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface CreateDataLakeAnalyticsAccountParameters {
|
|
234
|
+
computePolicies?: CreateComputePolicyWithAccountParameters[];
|
|
235
|
+
dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[];
|
|
236
|
+
defaultDataLakeStoreAccount: string;
|
|
237
|
+
firewallAllowAzureIps?: FirewallAllowAzureIpsState;
|
|
238
|
+
firewallRules?: CreateFirewallRuleWithAccountParameters[];
|
|
239
|
+
firewallState?: FirewallState;
|
|
240
|
+
location: string;
|
|
241
|
+
maxDegreeOfParallelism?: number;
|
|
242
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
243
|
+
maxJobCount?: number;
|
|
244
|
+
minPriorityPerJob?: number;
|
|
245
|
+
newTier?: TierType;
|
|
246
|
+
queryStoreRetention?: number;
|
|
247
|
+
storageAccounts?: AddStorageAccountWithAccountParameters[];
|
|
248
|
+
tags?: {
|
|
249
|
+
[propertyName: string]: string;
|
|
250
|
+
};
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
// @public
|
|
254
|
+
export interface CreateFirewallRuleWithAccountParameters {
|
|
255
|
+
endIpAddress: string;
|
|
256
|
+
name: string;
|
|
257
|
+
startIpAddress: string;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export interface CreateOrUpdateComputePolicyParameters {
|
|
262
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
263
|
+
minPriorityPerJob?: number;
|
|
264
|
+
objectId: string;
|
|
265
|
+
objectType: AADObjectType;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
// @public
|
|
269
|
+
export interface CreateOrUpdateFirewallRuleParameters {
|
|
270
|
+
endIpAddress: string;
|
|
271
|
+
startIpAddress: string;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
// @public
|
|
275
|
+
export type DataLakeAnalyticsAccount = Resource & {
|
|
276
|
+
readonly accountId?: string;
|
|
277
|
+
readonly provisioningState?: DataLakeAnalyticsAccountStatus;
|
|
278
|
+
readonly state?: DataLakeAnalyticsAccountState;
|
|
279
|
+
readonly creationTime?: Date;
|
|
280
|
+
readonly lastModifiedTime?: Date;
|
|
281
|
+
readonly endpoint?: string;
|
|
282
|
+
readonly defaultDataLakeStoreAccountType?: string;
|
|
283
|
+
readonly defaultDataLakeStoreAccount?: string;
|
|
284
|
+
readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
|
|
285
|
+
publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
|
|
286
|
+
readonly storageAccounts?: StorageAccountInformation[];
|
|
287
|
+
readonly computePolicies?: ComputePolicy[];
|
|
288
|
+
readonly hiveMetastores?: HiveMetastore[];
|
|
289
|
+
readonly virtualNetworkRules?: VirtualNetworkRule[];
|
|
290
|
+
readonly firewallRules?: FirewallRule[];
|
|
291
|
+
firewallState?: FirewallState;
|
|
292
|
+
firewallAllowAzureIps?: FirewallAllowAzureIpsState;
|
|
293
|
+
newTier?: TierType;
|
|
294
|
+
readonly currentTier?: TierType;
|
|
295
|
+
maxJobCount?: number;
|
|
296
|
+
readonly maxActiveJobCountPerUser?: number;
|
|
297
|
+
readonly maxQueuedJobCountPerUser?: number;
|
|
298
|
+
readonly maxJobRunningTimeInMin?: number;
|
|
299
|
+
readonly systemMaxJobCount?: number;
|
|
300
|
+
maxDegreeOfParallelism?: number;
|
|
301
|
+
readonly systemMaxDegreeOfParallelism?: number;
|
|
302
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
303
|
+
readonly minPriorityPerJob?: number;
|
|
304
|
+
queryStoreRetention?: number;
|
|
305
|
+
readonly debugDataAccessLevel?: DebugDataAccessLevel;
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export type DataLakeAnalyticsAccountBasic = Resource & {
|
|
310
|
+
readonly accountId?: string;
|
|
311
|
+
readonly provisioningState?: DataLakeAnalyticsAccountStatus;
|
|
312
|
+
readonly state?: DataLakeAnalyticsAccountState;
|
|
313
|
+
readonly creationTime?: Date;
|
|
314
|
+
readonly lastModifiedTime?: Date;
|
|
315
|
+
readonly endpoint?: string;
|
|
316
|
+
};
|
|
317
|
+
|
|
318
|
+
// @public
|
|
319
|
+
export interface DataLakeAnalyticsAccountListResult {
|
|
320
|
+
readonly count?: number;
|
|
321
|
+
readonly nextLink?: string;
|
|
322
|
+
readonly value?: DataLakeAnalyticsAccountBasic[];
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
// @public (undocumented)
|
|
326
|
+
export class DataLakeAnalyticsAccountManagementClient extends DataLakeAnalyticsAccountManagementClientContext {
|
|
327
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataLakeAnalyticsAccountManagementClientOptionalParams);
|
|
328
|
+
// (undocumented)
|
|
329
|
+
accounts: Accounts;
|
|
330
|
+
// (undocumented)
|
|
331
|
+
computePolicies: ComputePolicies;
|
|
332
|
+
// (undocumented)
|
|
333
|
+
dataLakeStoreAccounts: DataLakeStoreAccounts;
|
|
334
|
+
// (undocumented)
|
|
335
|
+
firewallRules: FirewallRules;
|
|
336
|
+
// (undocumented)
|
|
337
|
+
locations: Locations;
|
|
338
|
+
// (undocumented)
|
|
339
|
+
operations: Operations;
|
|
340
|
+
// (undocumented)
|
|
341
|
+
storageAccounts: StorageAccounts;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public (undocumented)
|
|
345
|
+
export class DataLakeAnalyticsAccountManagementClientContext extends coreClient.ServiceClient {
|
|
346
|
+
// (undocumented)
|
|
347
|
+
$host: string;
|
|
348
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DataLakeAnalyticsAccountManagementClientOptionalParams);
|
|
349
|
+
// (undocumented)
|
|
350
|
+
apiVersion: string;
|
|
351
|
+
// (undocumented)
|
|
352
|
+
subscriptionId: string;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export interface DataLakeAnalyticsAccountManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
357
|
+
$host?: string;
|
|
358
|
+
apiVersion?: string;
|
|
359
|
+
endpoint?: string;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type DataLakeAnalyticsAccountProperties = DataLakeAnalyticsAccountPropertiesBasic & {
|
|
364
|
+
readonly defaultDataLakeStoreAccountType?: string;
|
|
365
|
+
readonly defaultDataLakeStoreAccount?: string;
|
|
366
|
+
readonly dataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
|
|
367
|
+
publicDataLakeStoreAccounts?: DataLakeStoreAccountInformation[];
|
|
368
|
+
readonly storageAccounts?: StorageAccountInformation[];
|
|
369
|
+
readonly computePolicies?: ComputePolicy[];
|
|
370
|
+
readonly hiveMetastores?: HiveMetastore[];
|
|
371
|
+
readonly virtualNetworkRules?: VirtualNetworkRule[];
|
|
372
|
+
readonly firewallRules?: FirewallRule[];
|
|
373
|
+
firewallState?: FirewallState;
|
|
374
|
+
firewallAllowAzureIps?: FirewallAllowAzureIpsState;
|
|
375
|
+
newTier?: TierType;
|
|
376
|
+
readonly currentTier?: TierType;
|
|
377
|
+
maxJobCount?: number;
|
|
378
|
+
readonly maxActiveJobCountPerUser?: number;
|
|
379
|
+
readonly maxQueuedJobCountPerUser?: number;
|
|
380
|
+
readonly maxJobRunningTimeInMin?: number;
|
|
381
|
+
readonly systemMaxJobCount?: number;
|
|
382
|
+
maxDegreeOfParallelism?: number;
|
|
383
|
+
readonly systemMaxDegreeOfParallelism?: number;
|
|
384
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
385
|
+
readonly minPriorityPerJob?: number;
|
|
386
|
+
queryStoreRetention?: number;
|
|
387
|
+
readonly debugDataAccessLevel?: DebugDataAccessLevel;
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export interface DataLakeAnalyticsAccountPropertiesBasic {
|
|
392
|
+
readonly accountId?: string;
|
|
393
|
+
readonly creationTime?: Date;
|
|
394
|
+
readonly endpoint?: string;
|
|
395
|
+
readonly lastModifiedTime?: Date;
|
|
396
|
+
readonly provisioningState?: DataLakeAnalyticsAccountStatus;
|
|
397
|
+
readonly state?: DataLakeAnalyticsAccountState;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
// @public
|
|
401
|
+
export type DataLakeAnalyticsAccountState = "Active" | "Suspended";
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export type DataLakeAnalyticsAccountStatus = "Failed" | "Creating" | "Running" | "Succeeded" | "Patching" | "Suspending" | "Resuming" | "Deleting" | "Deleted" | "Undeleting" | "Canceled";
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export type DataLakeStoreAccountInformation = SubResource & {
|
|
408
|
+
readonly suffix?: string;
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
// @public
|
|
412
|
+
export interface DataLakeStoreAccountInformationListResult {
|
|
413
|
+
readonly nextLink?: string;
|
|
414
|
+
readonly value?: DataLakeStoreAccountInformation[];
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
// @public
|
|
418
|
+
export interface DataLakeStoreAccounts {
|
|
419
|
+
add(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsAddOptionalParams): Promise<void>;
|
|
420
|
+
delete(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsDeleteOptionalParams): Promise<void>;
|
|
421
|
+
get(resourceGroupName: string, accountName: string, dataLakeStoreAccountName: string, options?: DataLakeStoreAccountsGetOptionalParams): Promise<DataLakeStoreAccountsGetResponse>;
|
|
422
|
+
listByAccount(resourceGroupName: string, accountName: string, options?: DataLakeStoreAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<DataLakeStoreAccountInformation>;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export interface DataLakeStoreAccountsAddOptionalParams extends coreClient.OperationOptions {
|
|
427
|
+
parameters?: AddDataLakeStoreParameters;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
// @public
|
|
431
|
+
export interface DataLakeStoreAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
// @public
|
|
435
|
+
export interface DataLakeStoreAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export type DataLakeStoreAccountsGetResponse = DataLakeStoreAccountInformation;
|
|
440
|
+
|
|
441
|
+
// @public
|
|
442
|
+
export interface DataLakeStoreAccountsListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
443
|
+
count?: boolean;
|
|
444
|
+
filter?: string;
|
|
445
|
+
orderby?: string;
|
|
446
|
+
select?: string;
|
|
447
|
+
skip?: number;
|
|
448
|
+
top?: number;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
// @public
|
|
452
|
+
export type DataLakeStoreAccountsListByAccountNextResponse = DataLakeStoreAccountInformationListResult;
|
|
453
|
+
|
|
454
|
+
// @public
|
|
455
|
+
export interface DataLakeStoreAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
456
|
+
count?: boolean;
|
|
457
|
+
filter?: string;
|
|
458
|
+
orderby?: string;
|
|
459
|
+
select?: string;
|
|
460
|
+
skip?: number;
|
|
461
|
+
top?: number;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
// @public
|
|
465
|
+
export type DataLakeStoreAccountsListByAccountResponse = DataLakeStoreAccountInformationListResult;
|
|
466
|
+
|
|
467
|
+
// @public
|
|
468
|
+
export type DebugDataAccessLevel = "All" | "Customer" | "None";
|
|
469
|
+
|
|
470
|
+
// @public
|
|
471
|
+
export interface ErrorAdditionalInfo {
|
|
472
|
+
readonly info?: Record<string, unknown>;
|
|
473
|
+
readonly type?: string;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export interface ErrorDetail {
|
|
478
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
479
|
+
readonly code?: string;
|
|
480
|
+
readonly details?: ErrorDetail[];
|
|
481
|
+
readonly message?: string;
|
|
482
|
+
readonly target?: string;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export interface ErrorResponse {
|
|
487
|
+
error?: ErrorDetail;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
// @public
|
|
491
|
+
export type FirewallAllowAzureIpsState = "Enabled" | "Disabled";
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export type FirewallRule = SubResource & {
|
|
495
|
+
readonly startIpAddress?: string;
|
|
496
|
+
readonly endIpAddress?: string;
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface FirewallRuleListResult {
|
|
501
|
+
readonly nextLink?: string;
|
|
502
|
+
readonly value?: FirewallRule[];
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
// @public
|
|
506
|
+
export interface FirewallRules {
|
|
507
|
+
createOrUpdate(resourceGroupName: string, accountName: string, firewallRuleName: string, parameters: CreateOrUpdateFirewallRuleParameters, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
508
|
+
delete(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
|
|
509
|
+
get(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
|
|
510
|
+
listByAccount(resourceGroupName: string, accountName: string, options?: FirewallRulesListByAccountOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
|
|
511
|
+
update(resourceGroupName: string, accountName: string, firewallRuleName: string, options?: FirewallRulesUpdateOptionalParams): Promise<FirewallRulesUpdateResponse>;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
// @public
|
|
515
|
+
export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
// @public
|
|
519
|
+
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
520
|
+
|
|
521
|
+
// @public
|
|
522
|
+
export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
// @public
|
|
526
|
+
export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export type FirewallRulesGetResponse = FirewallRule;
|
|
531
|
+
|
|
532
|
+
// @public
|
|
533
|
+
export interface FirewallRulesListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export type FirewallRulesListByAccountNextResponse = FirewallRuleListResult;
|
|
538
|
+
|
|
539
|
+
// @public
|
|
540
|
+
export interface FirewallRulesListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
// @public
|
|
544
|
+
export type FirewallRulesListByAccountResponse = FirewallRuleListResult;
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export interface FirewallRulesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
548
|
+
parameters?: UpdateFirewallRuleParameters;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export type FirewallRulesUpdateResponse = FirewallRule;
|
|
553
|
+
|
|
554
|
+
// @public
|
|
555
|
+
export type FirewallState = "Enabled" | "Disabled";
|
|
556
|
+
|
|
557
|
+
// @public (undocumented)
|
|
558
|
+
export type HiveMetastore = SubResource & {
|
|
559
|
+
readonly serverUri?: string;
|
|
560
|
+
readonly databaseName?: string;
|
|
561
|
+
readonly runtimeVersion?: string;
|
|
562
|
+
readonly userName?: string;
|
|
563
|
+
readonly password?: string;
|
|
564
|
+
readonly nestedResourceProvisioningState?: NestedResourceProvisioningState;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
// @public
|
|
568
|
+
export interface HiveMetastoreListResult {
|
|
569
|
+
readonly nextLink?: string;
|
|
570
|
+
readonly value?: HiveMetastore[];
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
// @public
|
|
574
|
+
export enum KnownAADObjectType {
|
|
575
|
+
// (undocumented)
|
|
576
|
+
Group = "Group",
|
|
577
|
+
// (undocumented)
|
|
578
|
+
ServicePrincipal = "ServicePrincipal",
|
|
579
|
+
// (undocumented)
|
|
580
|
+
User = "User"
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
// @public
|
|
584
|
+
export enum KnownOperationOrigin {
|
|
585
|
+
// (undocumented)
|
|
586
|
+
System = "system",
|
|
587
|
+
// (undocumented)
|
|
588
|
+
User = "user",
|
|
589
|
+
// (undocumented)
|
|
590
|
+
UserSystem = "user,system"
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// @public
|
|
594
|
+
export enum KnownSubscriptionState {
|
|
595
|
+
// (undocumented)
|
|
596
|
+
Deleted = "Deleted",
|
|
597
|
+
// (undocumented)
|
|
598
|
+
Registered = "Registered",
|
|
599
|
+
// (undocumented)
|
|
600
|
+
Suspended = "Suspended",
|
|
601
|
+
// (undocumented)
|
|
602
|
+
Unregistered = "Unregistered",
|
|
603
|
+
// (undocumented)
|
|
604
|
+
Warned = "Warned"
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
// @public
|
|
608
|
+
export interface Locations {
|
|
609
|
+
getCapability(location: string, options?: LocationsGetCapabilityOptionalParams): Promise<LocationsGetCapabilityResponse>;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
// @public
|
|
613
|
+
export interface LocationsGetCapabilityOptionalParams extends coreClient.OperationOptions {
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export type LocationsGetCapabilityResponse = CapabilityInformation;
|
|
618
|
+
|
|
619
|
+
// @public
|
|
620
|
+
export interface NameAvailabilityInformation {
|
|
621
|
+
readonly message?: string;
|
|
622
|
+
readonly nameAvailable?: boolean;
|
|
623
|
+
readonly reason?: string;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export type NestedResourceProvisioningState = "Succeeded" | "Canceled" | "Failed";
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export interface Operation {
|
|
631
|
+
readonly display?: OperationDisplay;
|
|
632
|
+
readonly name?: string;
|
|
633
|
+
readonly origin?: OperationOrigin;
|
|
634
|
+
readonly properties?: OperationMetaPropertyInfo;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
// @public
|
|
638
|
+
export interface OperationDisplay {
|
|
639
|
+
readonly description?: string;
|
|
640
|
+
readonly operation?: string;
|
|
641
|
+
readonly provider?: string;
|
|
642
|
+
readonly resource?: string;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
// @public
|
|
646
|
+
export interface OperationListResult {
|
|
647
|
+
readonly nextLink?: string;
|
|
648
|
+
readonly value?: Operation[];
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
// @public (undocumented)
|
|
652
|
+
export interface OperationMetaLogSpecification {
|
|
653
|
+
blobDuration?: string;
|
|
654
|
+
displayName?: string;
|
|
655
|
+
name?: string;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
// @public (undocumented)
|
|
659
|
+
export interface OperationMetaMetricAvailabilitiesSpecification {
|
|
660
|
+
blobDuration?: string;
|
|
661
|
+
timeGrain?: string;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
// @public (undocumented)
|
|
665
|
+
export interface OperationMetaMetricSpecification {
|
|
666
|
+
aggregationType?: string;
|
|
667
|
+
availabilities?: OperationMetaMetricAvailabilitiesSpecification[];
|
|
668
|
+
displayDescription?: string;
|
|
669
|
+
displayName?: string;
|
|
670
|
+
name?: string;
|
|
671
|
+
unit?: string;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
// @public (undocumented)
|
|
675
|
+
export interface OperationMetaPropertyInfo {
|
|
676
|
+
serviceSpecification?: OperationMetaServiceSpecification;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
// @public (undocumented)
|
|
680
|
+
export interface OperationMetaServiceSpecification {
|
|
681
|
+
logSpecifications?: OperationMetaLogSpecification[];
|
|
682
|
+
metricSpecifications?: OperationMetaMetricSpecification[];
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
// @public
|
|
686
|
+
export type OperationOrigin = string;
|
|
687
|
+
|
|
688
|
+
// @public
|
|
689
|
+
export interface Operations {
|
|
690
|
+
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
// @public
|
|
694
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
// @public
|
|
698
|
+
export type OperationsListResponse = OperationListResult;
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export interface Resource {
|
|
702
|
+
readonly id?: string;
|
|
703
|
+
readonly location?: string;
|
|
704
|
+
readonly name?: string;
|
|
705
|
+
readonly tags?: {
|
|
706
|
+
[propertyName: string]: string;
|
|
707
|
+
};
|
|
708
|
+
readonly type?: string;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export interface SasTokenInformation {
|
|
713
|
+
readonly accessToken?: string;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
// @public
|
|
717
|
+
export interface SasTokenInformationListResult {
|
|
718
|
+
readonly nextLink?: string;
|
|
719
|
+
readonly value?: SasTokenInformation[];
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
// @public
|
|
723
|
+
export type StorageAccountInformation = SubResource & {
|
|
724
|
+
readonly suffix?: string;
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export interface StorageAccountInformationListResult {
|
|
729
|
+
readonly nextLink?: string;
|
|
730
|
+
readonly value?: StorageAccountInformation[];
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
// @public
|
|
734
|
+
export interface StorageAccounts {
|
|
735
|
+
add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options?: StorageAccountsAddOptionalParams): Promise<void>;
|
|
736
|
+
delete(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>;
|
|
737
|
+
get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsGetOptionalParams): Promise<StorageAccountsGetResponse>;
|
|
738
|
+
getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsGetStorageContainerOptionalParams): Promise<StorageAccountsGetStorageContainerResponse>;
|
|
739
|
+
listByAccount(resourceGroupName: string, accountName: string, options?: StorageAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<StorageAccountInformation>;
|
|
740
|
+
listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsListSasTokensOptionalParams): PagedAsyncIterableIterator<SasTokenInformation>;
|
|
741
|
+
listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsListStorageContainersOptionalParams): PagedAsyncIterableIterator<StorageContainer>;
|
|
742
|
+
update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsUpdateOptionalParams): Promise<void>;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
// @public
|
|
746
|
+
export interface StorageAccountsAddOptionalParams extends coreClient.OperationOptions {
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
// @public
|
|
750
|
+
export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
// @public
|
|
754
|
+
export interface StorageAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
// @public
|
|
758
|
+
export type StorageAccountsGetResponse = StorageAccountInformation;
|
|
759
|
+
|
|
760
|
+
// @public
|
|
761
|
+
export interface StorageAccountsGetStorageContainerOptionalParams extends coreClient.OperationOptions {
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
// @public
|
|
765
|
+
export type StorageAccountsGetStorageContainerResponse = StorageContainer;
|
|
766
|
+
|
|
767
|
+
// @public
|
|
768
|
+
export interface StorageAccountsListByAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
769
|
+
count?: boolean;
|
|
770
|
+
filter?: string;
|
|
771
|
+
orderby?: string;
|
|
772
|
+
select?: string;
|
|
773
|
+
skip?: number;
|
|
774
|
+
top?: number;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
// @public
|
|
778
|
+
export type StorageAccountsListByAccountNextResponse = StorageAccountInformationListResult;
|
|
779
|
+
|
|
780
|
+
// @public
|
|
781
|
+
export interface StorageAccountsListByAccountOptionalParams extends coreClient.OperationOptions {
|
|
782
|
+
count?: boolean;
|
|
783
|
+
filter?: string;
|
|
784
|
+
orderby?: string;
|
|
785
|
+
select?: string;
|
|
786
|
+
skip?: number;
|
|
787
|
+
top?: number;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
// @public
|
|
791
|
+
export type StorageAccountsListByAccountResponse = StorageAccountInformationListResult;
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export interface StorageAccountsListSasTokensNextOptionalParams extends coreClient.OperationOptions {
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
// @public
|
|
798
|
+
export type StorageAccountsListSasTokensNextResponse = SasTokenInformationListResult;
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export interface StorageAccountsListSasTokensOptionalParams extends coreClient.OperationOptions {
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export type StorageAccountsListSasTokensResponse = SasTokenInformationListResult;
|
|
806
|
+
|
|
807
|
+
// @public
|
|
808
|
+
export interface StorageAccountsListStorageContainersNextOptionalParams extends coreClient.OperationOptions {
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export type StorageAccountsListStorageContainersNextResponse = StorageContainerListResult;
|
|
813
|
+
|
|
814
|
+
// @public
|
|
815
|
+
export interface StorageAccountsListStorageContainersOptionalParams extends coreClient.OperationOptions {
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
// @public
|
|
819
|
+
export type StorageAccountsListStorageContainersResponse = StorageContainerListResult;
|
|
820
|
+
|
|
821
|
+
// @public
|
|
822
|
+
export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
823
|
+
parameters?: UpdateStorageAccountParameters;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export type StorageContainer = SubResource & {
|
|
828
|
+
readonly lastModifiedTime?: Date;
|
|
829
|
+
};
|
|
830
|
+
|
|
831
|
+
// @public
|
|
832
|
+
export interface StorageContainerListResult {
|
|
833
|
+
readonly nextLink?: string;
|
|
834
|
+
readonly value?: StorageContainer[];
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
// @public
|
|
838
|
+
export interface SubResource {
|
|
839
|
+
readonly id?: string;
|
|
840
|
+
readonly name?: string;
|
|
841
|
+
readonly type?: string;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
// @public
|
|
845
|
+
export type SubscriptionState = string;
|
|
846
|
+
|
|
847
|
+
// @public
|
|
848
|
+
export type TierType = "Consumption" | "Commitment_100AUHours" | "Commitment_500AUHours" | "Commitment_1000AUHours" | "Commitment_5000AUHours" | "Commitment_10000AUHours" | "Commitment_50000AUHours" | "Commitment_100000AUHours" | "Commitment_500000AUHours";
|
|
849
|
+
|
|
850
|
+
// @public
|
|
851
|
+
export interface UpdateComputePolicyParameters {
|
|
852
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
853
|
+
minPriorityPerJob?: number;
|
|
854
|
+
objectId?: string;
|
|
855
|
+
objectType?: AADObjectType;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
// @public
|
|
859
|
+
export interface UpdateComputePolicyWithAccountParameters {
|
|
860
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
861
|
+
minPriorityPerJob?: number;
|
|
862
|
+
name: string;
|
|
863
|
+
objectId?: string;
|
|
864
|
+
objectType?: AADObjectType;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export interface UpdateDataLakeAnalyticsAccountParameters {
|
|
869
|
+
computePolicies?: UpdateComputePolicyWithAccountParameters[];
|
|
870
|
+
dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[];
|
|
871
|
+
firewallAllowAzureIps?: FirewallAllowAzureIpsState;
|
|
872
|
+
firewallRules?: UpdateFirewallRuleWithAccountParameters[];
|
|
873
|
+
firewallState?: FirewallState;
|
|
874
|
+
maxDegreeOfParallelism?: number;
|
|
875
|
+
maxDegreeOfParallelismPerJob?: number;
|
|
876
|
+
maxJobCount?: number;
|
|
877
|
+
minPriorityPerJob?: number;
|
|
878
|
+
newTier?: TierType;
|
|
879
|
+
queryStoreRetention?: number;
|
|
880
|
+
storageAccounts?: UpdateStorageAccountWithAccountParameters[];
|
|
881
|
+
tags?: {
|
|
882
|
+
[propertyName: string]: string;
|
|
883
|
+
};
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
// @public
|
|
887
|
+
export interface UpdateDataLakeStoreWithAccountParameters {
|
|
888
|
+
name: string;
|
|
889
|
+
suffix?: string;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
// @public
|
|
893
|
+
export interface UpdateFirewallRuleParameters {
|
|
894
|
+
endIpAddress?: string;
|
|
895
|
+
startIpAddress?: string;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
// @public
|
|
899
|
+
export interface UpdateFirewallRuleWithAccountParameters {
|
|
900
|
+
endIpAddress?: string;
|
|
901
|
+
name: string;
|
|
902
|
+
startIpAddress?: string;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
// @public
|
|
906
|
+
export interface UpdateStorageAccountParameters {
|
|
907
|
+
accessKey?: string;
|
|
908
|
+
suffix?: string;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
// @public
|
|
912
|
+
export interface UpdateStorageAccountWithAccountParameters {
|
|
913
|
+
accessKey?: string;
|
|
914
|
+
name: string;
|
|
915
|
+
suffix?: string;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
// @public
|
|
919
|
+
export type VirtualNetworkRule = SubResource & {
|
|
920
|
+
readonly subnetId?: string;
|
|
921
|
+
readonly virtualNetworkRuleState?: VirtualNetworkRuleState;
|
|
922
|
+
};
|
|
923
|
+
|
|
924
|
+
// @public
|
|
925
|
+
export interface VirtualNetworkRuleListResult {
|
|
926
|
+
readonly nextLink?: string;
|
|
927
|
+
readonly value?: VirtualNetworkRule[];
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
// @public
|
|
931
|
+
export type VirtualNetworkRuleState = "Active" | "NetworkSourceDeleted" | "Failed";
|
|
932
|
+
|
|
933
|
+
// (No @packageDocumentation comment for this package)
|
|
934
|
+
|
|
935
|
+
```
|