@azure/arm-batch 6.0.0 → 7.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +70 -82
- package/dist/index.js +6873 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/batchManagementClient.d.ts +24 -0
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClient.js +31 -0
- package/dist-esm/src/batchManagementClient.js.map +1 -0
- package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
- package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClientContext.js +50 -0
- package/dist-esm/src/batchManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1780 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/index.js +1 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +112 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1723 -1885
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +303 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
- package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationOperations.js +269 -0
- package/dist-esm/src/operations/applicationOperations.js.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
- package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.js +681 -0
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
- package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/certificateOperations.js +388 -0
- package/dist-esm/src/operations/certificateOperations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/location.d.ts +71 -0
- package/dist-esm/src/operations/location.d.ts.map +1 -0
- package/dist-esm/src/operations/location.js +316 -0
- package/dist-esm/src/operations/location.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/poolOperations.d.ts +103 -0
- package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/poolOperations.js +410 -0
- package/dist-esm/src/operations/poolOperations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/applicationOperations.js} +2 -7
- package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/applicationPackageOperations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
- package/{src/models/locationMappers.ts → dist-esm/src/operationsInterfaces/batchAccountOperations.js} +2 -10
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.js +9 -0
- package/dist-esm/src/operationsInterfaces/location.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +479 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +66 -32
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +181 -30
- package/src/batchManagementClient.ts +59 -48
- package/src/batchManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1460 -3635
- package/src/models/mappers.ts +1705 -1851
- package/src/models/parameters.ts +216 -117
- package/src/operations/applicationOperations.ts +215 -263
- package/src/operations/applicationPackageOperations.ts +252 -279
- package/src/operations/batchAccountOperations.ts +660 -572
- package/src/operations/certificateOperations.ts +360 -359
- package/src/operations/index.ts +1 -2
- package/src/operations/location.ts +285 -234
- package/src/operations/operations.ts +82 -70
- package/src/operations/poolOperations.ts +373 -378
- package/src/operations/privateEndpointConnectionOperations.ts +269 -169
- package/src/operations/privateLinkResourceOperations.ts +156 -126
- package/src/operationsInterfaces/applicationOperations.ts +90 -0
- package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
- package/src/operationsInterfaces/certificateOperations.ts +139 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/location.ts +62 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/poolOperations.ts +142 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
- package/tsconfig.json +3 -3
- package/types/arm-batch.d.ts +2528 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-batch.js +0 -6972
- package/dist/arm-batch.js.map +0 -1
- package/dist/arm-batch.min.js +0 -1
- package/dist/arm-batch.min.js.map +0 -1
- package/esm/batchManagementClient.d.ts +0 -33
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -46
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -23
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -61
- package/esm/batchManagementClientContext.js.map +0 -1
- package/esm/models/applicationOperationsMappers.d.ts +0 -2
- package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationOperationsMappers.js +0 -9
- package/esm/models/applicationOperationsMappers.js.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
- package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.js +0 -9
- package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
- package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
- package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
- package/esm/models/batchAccountOperationsMappers.js +0 -9
- package/esm/models/batchAccountOperationsMappers.js.map +0 -1
- package/esm/models/certificateOperationsMappers.d.ts +0 -2
- package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
- package/esm/models/certificateOperationsMappers.js +0 -9
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3946
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -9
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -110
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -21
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -250
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolOperationsMappers.d.ts +0 -2
- package/esm/models/poolOperationsMappers.d.ts.map +0 -1
- package/esm/models/poolOperationsMappers.js +0 -9
- package/esm/models/poolOperationsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionOperationsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionOperationsMappers.js.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.d.ts +0 -2
- package/esm/models/privateLinkResourceOperationsMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourceOperationsMappers.js +0 -9
- package/esm/models/privateLinkResourceOperationsMappers.js.map +0 -1
- package/esm/operations/applicationOperations.d.ts +0 -151
- package/esm/operations/applicationOperations.d.ts.map +0 -1
- package/esm/operations/applicationOperations.js +0 -232
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -171
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -244
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -299
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -493
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -207
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -310
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -124
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -216
- package/esm/operations/location.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/poolOperations.d.ts +0 -206
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -341
- package/esm/operations/poolOperations.js.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.d.ts +0 -104
- package/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnectionOperations.js +0 -195
- package/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/esm/operations/privateLinkResourceOperations.d.ts +0 -79
- package/esm/operations/privateLinkResourceOperations.d.ts.map +0 -1
- package/esm/operations/privateLinkResourceOperations.js +0 -121
- package/esm/operations/privateLinkResourceOperations.js.map +0 -1
- package/src/models/applicationOperationsMappers.ts +0 -79
- package/src/models/applicationPackageOperationsMappers.ts +0 -80
- package/src/models/batchAccountOperationsMappers.ts +0 -89
- package/src/models/certificateOperationsMappers.ts +0 -84
- package/src/models/poolOperationsMappers.ts +0 -85
- package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -80
- package/src/models/privateLinkResourceOperationsMappers.ts +0 -79
|
@@ -0,0 +1,1459 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-batch"
|
|
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 AccountKeyType = "Primary" | "Secondary";
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export interface ActivateApplicationPackageParameters {
|
|
18
|
+
format: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export type AllocationState = "Steady" | "Resizing" | "Stopping";
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export type Application = ProxyResource & {
|
|
26
|
+
displayName?: string;
|
|
27
|
+
allowUpdates?: boolean;
|
|
28
|
+
defaultVersion?: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export interface ApplicationCreateOptionalParams extends coreClient.OperationOptions {
|
|
33
|
+
parameters?: Application;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export type ApplicationCreateResponse = Application;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export interface ApplicationDeleteOptionalParams extends coreClient.OperationOptions {
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// @public
|
|
44
|
+
export interface ApplicationGetOptionalParams extends coreClient.OperationOptions {
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export type ApplicationGetResponse = Application;
|
|
49
|
+
|
|
50
|
+
// @public
|
|
51
|
+
export interface ApplicationListNextOptionalParams extends coreClient.OperationOptions {
|
|
52
|
+
maxresults?: number;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
// @public
|
|
56
|
+
export type ApplicationListNextResponse = ListApplicationsResult;
|
|
57
|
+
|
|
58
|
+
// @public
|
|
59
|
+
export interface ApplicationListOptionalParams extends coreClient.OperationOptions {
|
|
60
|
+
maxresults?: number;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export type ApplicationListResponse = ListApplicationsResult;
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface ApplicationOperations {
|
|
68
|
+
create(resourceGroupName: string, accountName: string, applicationName: string, options?: ApplicationCreateOptionalParams): Promise<ApplicationCreateResponse>;
|
|
69
|
+
delete(resourceGroupName: string, accountName: string, applicationName: string, options?: ApplicationDeleteOptionalParams): Promise<void>;
|
|
70
|
+
get(resourceGroupName: string, accountName: string, applicationName: string, options?: ApplicationGetOptionalParams): Promise<ApplicationGetResponse>;
|
|
71
|
+
list(resourceGroupName: string, accountName: string, options?: ApplicationListOptionalParams): PagedAsyncIterableIterator<Application>;
|
|
72
|
+
update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Application, options?: ApplicationUpdateOptionalParams): Promise<ApplicationUpdateResponse>;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export type ApplicationPackage = ProxyResource & {
|
|
77
|
+
readonly state?: PackageState;
|
|
78
|
+
readonly format?: string;
|
|
79
|
+
readonly storageUrl?: string;
|
|
80
|
+
readonly storageUrlExpiry?: Date;
|
|
81
|
+
readonly lastActivationTime?: Date;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export interface ApplicationPackageActivateOptionalParams extends coreClient.OperationOptions {
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export type ApplicationPackageActivateResponse = ApplicationPackage;
|
|
90
|
+
|
|
91
|
+
// @public
|
|
92
|
+
export interface ApplicationPackageCreateOptionalParams extends coreClient.OperationOptions {
|
|
93
|
+
parameters?: ApplicationPackage;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export type ApplicationPackageCreateResponse = ApplicationPackage;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface ApplicationPackageDeleteOptionalParams extends coreClient.OperationOptions {
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface ApplicationPackageGetOptionalParams extends coreClient.OperationOptions {
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export type ApplicationPackageGetResponse = ApplicationPackage;
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export interface ApplicationPackageListNextOptionalParams extends coreClient.OperationOptions {
|
|
112
|
+
maxresults?: number;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export type ApplicationPackageListNextResponse = ListApplicationPackagesResult;
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface ApplicationPackageListOptionalParams extends coreClient.OperationOptions {
|
|
120
|
+
maxresults?: number;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// @public
|
|
124
|
+
export type ApplicationPackageListResponse = ListApplicationPackagesResult;
|
|
125
|
+
|
|
126
|
+
// @public
|
|
127
|
+
export interface ApplicationPackageOperations {
|
|
128
|
+
activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, parameters: ActivateApplicationPackageParameters, options?: ApplicationPackageActivateOptionalParams): Promise<ApplicationPackageActivateResponse>;
|
|
129
|
+
create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: ApplicationPackageCreateOptionalParams): Promise<ApplicationPackageCreateResponse>;
|
|
130
|
+
delete(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: ApplicationPackageDeleteOptionalParams): Promise<void>;
|
|
131
|
+
get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: ApplicationPackageGetOptionalParams): Promise<ApplicationPackageGetResponse>;
|
|
132
|
+
list(resourceGroupName: string, accountName: string, applicationName: string, options?: ApplicationPackageListOptionalParams): PagedAsyncIterableIterator<ApplicationPackage>;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface ApplicationPackageReference {
|
|
137
|
+
id: string;
|
|
138
|
+
version?: string;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export interface ApplicationUpdateOptionalParams extends coreClient.OperationOptions {
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export type ApplicationUpdateResponse = Application;
|
|
147
|
+
|
|
148
|
+
// @public
|
|
149
|
+
export type AuthenticationMode = "SharedKey" | "AAD" | "TaskAuthenticationToken";
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export interface AutoScaleRun {
|
|
153
|
+
error?: AutoScaleRunError;
|
|
154
|
+
evaluationTime: Date;
|
|
155
|
+
results?: string;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// @public
|
|
159
|
+
export interface AutoScaleRunError {
|
|
160
|
+
code: string;
|
|
161
|
+
details?: AutoScaleRunError[];
|
|
162
|
+
message: string;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export interface AutoScaleSettings {
|
|
167
|
+
evaluationInterval?: string;
|
|
168
|
+
formula: string;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// @public
|
|
172
|
+
export type AutoStorageAuthenticationMode = "StorageKeys" | "BatchAccountManagedIdentity";
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export interface AutoStorageBaseProperties {
|
|
176
|
+
authenticationMode?: AutoStorageAuthenticationMode;
|
|
177
|
+
nodeIdentityReference?: ComputeNodeIdentityReference;
|
|
178
|
+
storageAccountId: string;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// @public
|
|
182
|
+
export type AutoStorageProperties = AutoStorageBaseProperties & {
|
|
183
|
+
lastKeySync: Date;
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export type AutoUserScope = "Task" | "Pool";
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export interface AutoUserSpecification {
|
|
191
|
+
elevationLevel?: ElevationLevel;
|
|
192
|
+
scope?: AutoUserScope;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export interface AzureBlobFileSystemConfiguration {
|
|
197
|
+
accountKey?: string;
|
|
198
|
+
accountName: string;
|
|
199
|
+
blobfuseOptions?: string;
|
|
200
|
+
containerName: string;
|
|
201
|
+
identityReference?: ComputeNodeIdentityReference;
|
|
202
|
+
relativeMountPath: string;
|
|
203
|
+
sasKey?: string;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface AzureFileShareConfiguration {
|
|
208
|
+
accountKey: string;
|
|
209
|
+
accountName: string;
|
|
210
|
+
azureFileUrl: string;
|
|
211
|
+
mountOptions?: string;
|
|
212
|
+
relativeMountPath: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export type BatchAccount = Resource & {
|
|
217
|
+
identity?: BatchAccountIdentity;
|
|
218
|
+
readonly accountEndpoint?: string;
|
|
219
|
+
readonly provisioningState?: ProvisioningState;
|
|
220
|
+
readonly poolAllocationMode?: PoolAllocationMode;
|
|
221
|
+
readonly keyVaultReference?: KeyVaultReference;
|
|
222
|
+
readonly publicNetworkAccess?: PublicNetworkAccessType;
|
|
223
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
224
|
+
readonly autoStorage?: AutoStorageProperties;
|
|
225
|
+
readonly encryption?: EncryptionProperties;
|
|
226
|
+
readonly dedicatedCoreQuota?: number;
|
|
227
|
+
readonly lowPriorityCoreQuota?: number;
|
|
228
|
+
readonly dedicatedCoreQuotaPerVMFamily?: VirtualMachineFamilyCoreQuota[];
|
|
229
|
+
readonly dedicatedCoreQuotaPerVMFamilyEnforced?: boolean;
|
|
230
|
+
readonly poolQuota?: number;
|
|
231
|
+
readonly activeJobAndJobScheduleQuota?: number;
|
|
232
|
+
readonly allowedAuthenticationModes?: AuthenticationMode[];
|
|
233
|
+
};
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export interface BatchAccountCreateHeaders {
|
|
237
|
+
location?: string;
|
|
238
|
+
retryAfter?: number;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export interface BatchAccountCreateOptionalParams extends coreClient.OperationOptions {
|
|
243
|
+
resumeFrom?: string;
|
|
244
|
+
updateIntervalInMs?: number;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export interface BatchAccountCreateParameters {
|
|
249
|
+
allowedAuthenticationModes?: AuthenticationMode[];
|
|
250
|
+
autoStorage?: AutoStorageBaseProperties;
|
|
251
|
+
encryption?: EncryptionProperties;
|
|
252
|
+
identity?: BatchAccountIdentity;
|
|
253
|
+
keyVaultReference?: KeyVaultReference;
|
|
254
|
+
location: string;
|
|
255
|
+
poolAllocationMode?: PoolAllocationMode;
|
|
256
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
|
257
|
+
tags?: {
|
|
258
|
+
[propertyName: string]: string;
|
|
259
|
+
};
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export type BatchAccountCreateResponse = BatchAccount;
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export interface BatchAccountDeleteHeaders {
|
|
267
|
+
location?: string;
|
|
268
|
+
retryAfter?: number;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
// @public
|
|
272
|
+
export interface BatchAccountDeleteOptionalParams extends coreClient.OperationOptions {
|
|
273
|
+
resumeFrom?: string;
|
|
274
|
+
updateIntervalInMs?: number;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export interface BatchAccountGetKeysOptionalParams extends coreClient.OperationOptions {
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
// @public
|
|
282
|
+
export type BatchAccountGetKeysResponse = BatchAccountKeys;
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export interface BatchAccountGetOptionalParams extends coreClient.OperationOptions {
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export type BatchAccountGetResponse = BatchAccount;
|
|
290
|
+
|
|
291
|
+
// @public
|
|
292
|
+
export interface BatchAccountIdentity {
|
|
293
|
+
readonly principalId?: string;
|
|
294
|
+
readonly tenantId?: string;
|
|
295
|
+
type: ResourceIdentityType;
|
|
296
|
+
userAssignedIdentities?: {
|
|
297
|
+
[propertyName: string]: UserAssignedIdentities;
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
// @public
|
|
302
|
+
export interface BatchAccountKeys {
|
|
303
|
+
readonly accountName?: string;
|
|
304
|
+
readonly primary?: string;
|
|
305
|
+
readonly secondary?: string;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
// @public
|
|
309
|
+
export interface BatchAccountListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export type BatchAccountListByResourceGroupNextResponse = BatchAccountListResult;
|
|
314
|
+
|
|
315
|
+
// @public
|
|
316
|
+
export interface BatchAccountListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export type BatchAccountListByResourceGroupResponse = BatchAccountListResult;
|
|
321
|
+
|
|
322
|
+
// @public
|
|
323
|
+
export interface BatchAccountListNextOptionalParams extends coreClient.OperationOptions {
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export type BatchAccountListNextResponse = BatchAccountListResult;
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface BatchAccountListOptionalParams extends coreClient.OperationOptions {
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export interface BatchAccountListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// @public
|
|
338
|
+
export type BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export interface BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export type BatchAccountListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export type BatchAccountListResponse = BatchAccountListResult;
|
|
349
|
+
|
|
350
|
+
// @public
|
|
351
|
+
export interface BatchAccountListResult {
|
|
352
|
+
nextLink?: string;
|
|
353
|
+
value?: BatchAccount[];
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
// @public
|
|
357
|
+
export interface BatchAccountOperations {
|
|
358
|
+
beginCreate(resourceGroupName: string, accountName: string, parameters: BatchAccountCreateParameters, options?: BatchAccountCreateOptionalParams): Promise<PollerLike<PollOperationState<BatchAccountCreateResponse>, BatchAccountCreateResponse>>;
|
|
359
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: BatchAccountCreateParameters, options?: BatchAccountCreateOptionalParams): Promise<BatchAccountCreateResponse>;
|
|
360
|
+
beginDelete(resourceGroupName: string, accountName: string, options?: BatchAccountDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
361
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: BatchAccountDeleteOptionalParams): Promise<void>;
|
|
362
|
+
get(resourceGroupName: string, accountName: string, options?: BatchAccountGetOptionalParams): Promise<BatchAccountGetResponse>;
|
|
363
|
+
getKeys(resourceGroupName: string, accountName: string, options?: BatchAccountGetKeysOptionalParams): Promise<BatchAccountGetKeysResponse>;
|
|
364
|
+
list(options?: BatchAccountListOptionalParams): PagedAsyncIterableIterator<BatchAccount>;
|
|
365
|
+
listByResourceGroup(resourceGroupName: string, options?: BatchAccountListByResourceGroupOptionalParams): PagedAsyncIterableIterator<BatchAccount>;
|
|
366
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, accountName: string, options?: BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
367
|
+
regenerateKey(resourceGroupName: string, accountName: string, parameters: BatchAccountRegenerateKeyParameters, options?: BatchAccountRegenerateKeyOptionalParams): Promise<BatchAccountRegenerateKeyResponse>;
|
|
368
|
+
synchronizeAutoStorageKeys(resourceGroupName: string, accountName: string, options?: BatchAccountSynchronizeAutoStorageKeysOptionalParams): Promise<void>;
|
|
369
|
+
update(resourceGroupName: string, accountName: string, parameters: BatchAccountUpdateParameters, options?: BatchAccountUpdateOptionalParams): Promise<BatchAccountUpdateResponse>;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
// @public
|
|
373
|
+
export interface BatchAccountRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
// @public
|
|
377
|
+
export interface BatchAccountRegenerateKeyParameters {
|
|
378
|
+
keyName: AccountKeyType;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
// @public
|
|
382
|
+
export type BatchAccountRegenerateKeyResponse = BatchAccountKeys;
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export interface BatchAccountSynchronizeAutoStorageKeysOptionalParams extends coreClient.OperationOptions {
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export interface BatchAccountUpdateOptionalParams extends coreClient.OperationOptions {
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
// @public
|
|
393
|
+
export interface BatchAccountUpdateParameters {
|
|
394
|
+
allowedAuthenticationModes?: AuthenticationMode[];
|
|
395
|
+
autoStorage?: AutoStorageBaseProperties;
|
|
396
|
+
encryption?: EncryptionProperties;
|
|
397
|
+
identity?: BatchAccountIdentity;
|
|
398
|
+
tags?: {
|
|
399
|
+
[propertyName: string]: string;
|
|
400
|
+
};
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
// @public
|
|
404
|
+
export type BatchAccountUpdateResponse = BatchAccount;
|
|
405
|
+
|
|
406
|
+
// @public
|
|
407
|
+
export interface BatchLocationQuota {
|
|
408
|
+
readonly accountQuota?: number;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
// @public (undocumented)
|
|
412
|
+
export class BatchManagementClient extends BatchManagementClientContext {
|
|
413
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: BatchManagementClientOptionalParams);
|
|
414
|
+
// (undocumented)
|
|
415
|
+
applicationOperations: ApplicationOperations;
|
|
416
|
+
// (undocumented)
|
|
417
|
+
applicationPackageOperations: ApplicationPackageOperations;
|
|
418
|
+
// (undocumented)
|
|
419
|
+
batchAccountOperations: BatchAccountOperations;
|
|
420
|
+
// (undocumented)
|
|
421
|
+
certificateOperations: CertificateOperations;
|
|
422
|
+
// (undocumented)
|
|
423
|
+
location: Location_2;
|
|
424
|
+
// (undocumented)
|
|
425
|
+
operations: Operations;
|
|
426
|
+
// (undocumented)
|
|
427
|
+
poolOperations: PoolOperations;
|
|
428
|
+
// (undocumented)
|
|
429
|
+
privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;
|
|
430
|
+
// (undocumented)
|
|
431
|
+
privateLinkResourceOperations: PrivateLinkResourceOperations;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
// @public (undocumented)
|
|
435
|
+
export class BatchManagementClientContext extends coreClient.ServiceClient {
|
|
436
|
+
// (undocumented)
|
|
437
|
+
$host: string;
|
|
438
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: BatchManagementClientOptionalParams);
|
|
439
|
+
// (undocumented)
|
|
440
|
+
apiVersion: string;
|
|
441
|
+
// (undocumented)
|
|
442
|
+
subscriptionId: string;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export interface BatchManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
447
|
+
$host?: string;
|
|
448
|
+
apiVersion?: string;
|
|
449
|
+
endpoint?: string;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export interface BatchPoolIdentity {
|
|
454
|
+
type: PoolIdentityType;
|
|
455
|
+
userAssignedIdentities?: {
|
|
456
|
+
[propertyName: string]: UserAssignedIdentities;
|
|
457
|
+
};
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
// @public
|
|
461
|
+
export type CachingType = "None" | "ReadOnly" | "ReadWrite";
|
|
462
|
+
|
|
463
|
+
// @public
|
|
464
|
+
export type Certificate = ProxyResource & {
|
|
465
|
+
thumbprintAlgorithm?: string;
|
|
466
|
+
thumbprint?: string;
|
|
467
|
+
format?: CertificateFormat;
|
|
468
|
+
readonly provisioningState?: CertificateProvisioningState;
|
|
469
|
+
readonly provisioningStateTransitionTime?: Date;
|
|
470
|
+
readonly previousProvisioningState?: CertificateProvisioningState;
|
|
471
|
+
readonly previousProvisioningStateTransitionTime?: Date;
|
|
472
|
+
readonly publicData?: string;
|
|
473
|
+
readonly deleteCertificateError?: DeleteCertificateError;
|
|
474
|
+
};
|
|
475
|
+
|
|
476
|
+
// @public
|
|
477
|
+
export interface CertificateBaseProperties {
|
|
478
|
+
format?: CertificateFormat;
|
|
479
|
+
thumbprint?: string;
|
|
480
|
+
thumbprintAlgorithm?: string;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
// @public
|
|
484
|
+
export interface CertificateCancelDeletionHeaders {
|
|
485
|
+
eTag?: string;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface CertificateCancelDeletionOptionalParams extends coreClient.OperationOptions {
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
// @public
|
|
493
|
+
export type CertificateCancelDeletionResponse = CertificateCancelDeletionHeaders & Certificate;
|
|
494
|
+
|
|
495
|
+
// @public
|
|
496
|
+
export interface CertificateCreateHeaders {
|
|
497
|
+
eTag?: string;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
// @public
|
|
501
|
+
export interface CertificateCreateOptionalParams extends coreClient.OperationOptions {
|
|
502
|
+
ifMatch?: string;
|
|
503
|
+
ifNoneMatch?: string;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
// @public
|
|
507
|
+
export type CertificateCreateOrUpdateParameters = ProxyResource & {
|
|
508
|
+
thumbprintAlgorithm?: string;
|
|
509
|
+
thumbprint?: string;
|
|
510
|
+
format?: CertificateFormat;
|
|
511
|
+
data?: string;
|
|
512
|
+
password?: string;
|
|
513
|
+
};
|
|
514
|
+
|
|
515
|
+
// @public
|
|
516
|
+
export type CertificateCreateOrUpdateProperties = CertificateBaseProperties & {
|
|
517
|
+
data: string;
|
|
518
|
+
password?: string;
|
|
519
|
+
};
|
|
520
|
+
|
|
521
|
+
// @public
|
|
522
|
+
export type CertificateCreateResponse = CertificateCreateHeaders & Certificate;
|
|
523
|
+
|
|
524
|
+
// @public
|
|
525
|
+
export interface CertificateDeleteHeaders {
|
|
526
|
+
location?: string;
|
|
527
|
+
retryAfter?: number;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export interface CertificateDeleteOptionalParams extends coreClient.OperationOptions {
|
|
532
|
+
resumeFrom?: string;
|
|
533
|
+
updateIntervalInMs?: number;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export type CertificateFormat = "Pfx" | "Cer";
|
|
538
|
+
|
|
539
|
+
// @public
|
|
540
|
+
export interface CertificateGetHeaders {
|
|
541
|
+
eTag?: string;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
// @public
|
|
545
|
+
export interface CertificateGetOptionalParams extends coreClient.OperationOptions {
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export type CertificateGetResponse = CertificateGetHeaders & Certificate;
|
|
550
|
+
|
|
551
|
+
// @public
|
|
552
|
+
export interface CertificateListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
553
|
+
filter?: string;
|
|
554
|
+
maxresults?: number;
|
|
555
|
+
select?: string;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
// @public
|
|
559
|
+
export type CertificateListByBatchAccountNextResponse = ListCertificatesResult;
|
|
560
|
+
|
|
561
|
+
// @public
|
|
562
|
+
export interface CertificateListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
563
|
+
filter?: string;
|
|
564
|
+
maxresults?: number;
|
|
565
|
+
select?: string;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
// @public
|
|
569
|
+
export type CertificateListByBatchAccountResponse = ListCertificatesResult;
|
|
570
|
+
|
|
571
|
+
// @public
|
|
572
|
+
export interface CertificateOperations {
|
|
573
|
+
beginDelete(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
574
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateDeleteOptionalParams): Promise<void>;
|
|
575
|
+
cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateCancelDeletionOptionalParams): Promise<CertificateCancelDeletionResponse>;
|
|
576
|
+
create(resourceGroupName: string, accountName: string, certificateName: string, parameters: CertificateCreateOrUpdateParameters, options?: CertificateCreateOptionalParams): Promise<CertificateCreateResponse>;
|
|
577
|
+
get(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateGetOptionalParams): Promise<CertificateGetResponse>;
|
|
578
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: CertificateListByBatchAccountOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
579
|
+
update(resourceGroupName: string, accountName: string, certificateName: string, parameters: CertificateCreateOrUpdateParameters, options?: CertificateUpdateOptionalParams): Promise<CertificateUpdateResponse>;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export type CertificateProperties = CertificateBaseProperties & {
|
|
584
|
+
readonly provisioningState?: CertificateProvisioningState;
|
|
585
|
+
readonly provisioningStateTransitionTime?: Date;
|
|
586
|
+
readonly previousProvisioningState?: CertificateProvisioningState;
|
|
587
|
+
readonly previousProvisioningStateTransitionTime?: Date;
|
|
588
|
+
readonly publicData?: string;
|
|
589
|
+
readonly deleteCertificateError?: DeleteCertificateError;
|
|
590
|
+
};
|
|
591
|
+
|
|
592
|
+
// @public
|
|
593
|
+
export type CertificateProvisioningState = "Succeeded" | "Deleting" | "Failed";
|
|
594
|
+
|
|
595
|
+
// @public
|
|
596
|
+
export interface CertificateReference {
|
|
597
|
+
id: string;
|
|
598
|
+
storeLocation?: CertificateStoreLocation;
|
|
599
|
+
storeName?: string;
|
|
600
|
+
visibility?: CertificateVisibility[];
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
// @public
|
|
604
|
+
export type CertificateStoreLocation = "CurrentUser" | "LocalMachine";
|
|
605
|
+
|
|
606
|
+
// @public
|
|
607
|
+
export interface CertificateUpdateHeaders {
|
|
608
|
+
eTag?: string;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
// @public
|
|
612
|
+
export interface CertificateUpdateOptionalParams extends coreClient.OperationOptions {
|
|
613
|
+
ifMatch?: string;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
// @public
|
|
617
|
+
export type CertificateUpdateResponse = CertificateUpdateHeaders & Certificate;
|
|
618
|
+
|
|
619
|
+
// @public
|
|
620
|
+
export type CertificateVisibility = "StartTask" | "Task" | "RemoteUser";
|
|
621
|
+
|
|
622
|
+
// @public
|
|
623
|
+
export interface CheckNameAvailabilityParameters {
|
|
624
|
+
name: string;
|
|
625
|
+
type: "Microsoft.Batch/batchAccounts";
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
// @public
|
|
629
|
+
export interface CheckNameAvailabilityResult {
|
|
630
|
+
readonly message?: string;
|
|
631
|
+
readonly nameAvailable?: boolean;
|
|
632
|
+
readonly reason?: NameAvailabilityReason;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
// @public
|
|
636
|
+
export interface CifsMountConfiguration {
|
|
637
|
+
mountOptions?: string;
|
|
638
|
+
password: string;
|
|
639
|
+
relativeMountPath: string;
|
|
640
|
+
source: string;
|
|
641
|
+
username: string;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
// @public
|
|
645
|
+
export interface CloudError {
|
|
646
|
+
error?: CloudErrorBody;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export interface CloudErrorBody {
|
|
651
|
+
code?: string;
|
|
652
|
+
details?: CloudErrorBody[];
|
|
653
|
+
message?: string;
|
|
654
|
+
target?: string;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// @public
|
|
658
|
+
export interface CloudServiceConfiguration {
|
|
659
|
+
osFamily: string;
|
|
660
|
+
osVersion?: string;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
// @public
|
|
664
|
+
export type ComputeNodeDeallocationOption = "Requeue" | "Terminate" | "TaskCompletion" | "RetainedData";
|
|
665
|
+
|
|
666
|
+
// @public
|
|
667
|
+
export type ComputeNodeFillType = "Spread" | "Pack";
|
|
668
|
+
|
|
669
|
+
// @public
|
|
670
|
+
export interface ComputeNodeIdentityReference {
|
|
671
|
+
resourceId?: string;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export interface ContainerConfiguration {
|
|
676
|
+
containerImageNames?: string[];
|
|
677
|
+
containerRegistries?: ContainerRegistry[];
|
|
678
|
+
type: "DockerCompatible";
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
// @public
|
|
682
|
+
export interface ContainerRegistry {
|
|
683
|
+
identityReference?: ComputeNodeIdentityReference;
|
|
684
|
+
password?: string;
|
|
685
|
+
registryServer?: string;
|
|
686
|
+
userName?: string;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
// @public
|
|
690
|
+
export type ContainerWorkingDirectory = "TaskWorkingDirectory" | "ContainerImageDefault";
|
|
691
|
+
|
|
692
|
+
// @public
|
|
693
|
+
export interface DataDisk {
|
|
694
|
+
caching?: CachingType;
|
|
695
|
+
diskSizeGB: number;
|
|
696
|
+
lun: number;
|
|
697
|
+
storageAccountType?: StorageAccountType;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
// @public
|
|
701
|
+
export interface DeleteCertificateError {
|
|
702
|
+
code: string;
|
|
703
|
+
details?: DeleteCertificateError[];
|
|
704
|
+
message: string;
|
|
705
|
+
target?: string;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
// @public
|
|
709
|
+
export interface DeploymentConfiguration {
|
|
710
|
+
cloudServiceConfiguration?: CloudServiceConfiguration;
|
|
711
|
+
virtualMachineConfiguration?: VirtualMachineConfiguration;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export interface DiffDiskSettings {
|
|
716
|
+
placement?: "CacheDisk";
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
// @public
|
|
720
|
+
export interface DiskEncryptionConfiguration {
|
|
721
|
+
targets?: DiskEncryptionTarget[];
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
// @public
|
|
725
|
+
export type DiskEncryptionTarget = "OsDisk" | "TemporaryDisk";
|
|
726
|
+
|
|
727
|
+
// @public
|
|
728
|
+
export type ElevationLevel = "NonAdmin" | "Admin";
|
|
729
|
+
|
|
730
|
+
// @public
|
|
731
|
+
export interface EncryptionProperties {
|
|
732
|
+
keySource?: KeySource;
|
|
733
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
// @public
|
|
737
|
+
export interface EndpointDependency {
|
|
738
|
+
readonly description?: string;
|
|
739
|
+
readonly domainName?: string;
|
|
740
|
+
readonly endpointDetails?: EndpointDetail[];
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
// @public
|
|
744
|
+
export interface EndpointDetail {
|
|
745
|
+
readonly port?: number;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export interface EnvironmentSetting {
|
|
750
|
+
name: string;
|
|
751
|
+
value?: string;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
// @public
|
|
755
|
+
export interface FixedScaleSettings {
|
|
756
|
+
nodeDeallocationOption?: ComputeNodeDeallocationOption;
|
|
757
|
+
resizeTimeout?: string;
|
|
758
|
+
targetDedicatedNodes?: number;
|
|
759
|
+
targetLowPriorityNodes?: number;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export interface ImageReference {
|
|
764
|
+
id?: string;
|
|
765
|
+
offer?: string;
|
|
766
|
+
publisher?: string;
|
|
767
|
+
sku?: string;
|
|
768
|
+
version?: string;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
// @public
|
|
772
|
+
export type InboundEndpointProtocol = "TCP" | "UDP";
|
|
773
|
+
|
|
774
|
+
// @public
|
|
775
|
+
export interface InboundNatPool {
|
|
776
|
+
backendPort: number;
|
|
777
|
+
frontendPortRangeEnd: number;
|
|
778
|
+
frontendPortRangeStart: number;
|
|
779
|
+
name: string;
|
|
780
|
+
networkSecurityGroupRules?: NetworkSecurityGroupRule[];
|
|
781
|
+
protocol: InboundEndpointProtocol;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
// @public
|
|
785
|
+
export type InterNodeCommunicationState = "Enabled" | "Disabled";
|
|
786
|
+
|
|
787
|
+
// @public
|
|
788
|
+
export type IPAddressProvisioningType = "BatchManaged" | "UserManaged" | "NoPublicIPAddresses";
|
|
789
|
+
|
|
790
|
+
// @public
|
|
791
|
+
export type KeySource = "Microsoft.Batch" | "Microsoft.KeyVault";
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export interface KeyVaultProperties {
|
|
795
|
+
keyIdentifier?: string;
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
// @public
|
|
799
|
+
export interface KeyVaultReference {
|
|
800
|
+
id: string;
|
|
801
|
+
url: string;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export interface LinuxUserConfiguration {
|
|
806
|
+
gid?: number;
|
|
807
|
+
sshPrivateKey?: string;
|
|
808
|
+
uid?: number;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export interface ListApplicationPackagesResult {
|
|
813
|
+
nextLink?: string;
|
|
814
|
+
value?: ApplicationPackage[];
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// @public
|
|
818
|
+
export interface ListApplicationsResult {
|
|
819
|
+
nextLink?: string;
|
|
820
|
+
value?: Application[];
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export interface ListCertificatesResult {
|
|
825
|
+
nextLink?: string;
|
|
826
|
+
value?: Certificate[];
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
// @public
|
|
830
|
+
export interface ListPoolsResult {
|
|
831
|
+
nextLink?: string;
|
|
832
|
+
value?: Pool[];
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
// @public
|
|
836
|
+
export interface ListPrivateEndpointConnectionsResult {
|
|
837
|
+
nextLink?: string;
|
|
838
|
+
value?: PrivateEndpointConnection[];
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export interface ListPrivateLinkResourcesResult {
|
|
843
|
+
nextLink?: string;
|
|
844
|
+
value?: PrivateLinkResource[];
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
// @public
|
|
848
|
+
interface Location_2 {
|
|
849
|
+
checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: LocationCheckNameAvailabilityOptionalParams): Promise<LocationCheckNameAvailabilityResponse>;
|
|
850
|
+
getQuotas(locationName: string, options?: LocationGetQuotasOptionalParams): Promise<LocationGetQuotasResponse>;
|
|
851
|
+
listSupportedCloudServiceSkus(locationName: string, options?: LocationListSupportedCloudServiceSkusOptionalParams): PagedAsyncIterableIterator<SupportedSku>;
|
|
852
|
+
listSupportedVirtualMachineSkus(locationName: string, options?: LocationListSupportedVirtualMachineSkusOptionalParams): PagedAsyncIterableIterator<SupportedSku>;
|
|
853
|
+
}
|
|
854
|
+
export { Location_2 as Location }
|
|
855
|
+
|
|
856
|
+
// @public
|
|
857
|
+
export interface LocationCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
// @public
|
|
861
|
+
export type LocationCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
862
|
+
|
|
863
|
+
// @public
|
|
864
|
+
export interface LocationGetQuotasOptionalParams extends coreClient.OperationOptions {
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export type LocationGetQuotasResponse = BatchLocationQuota;
|
|
869
|
+
|
|
870
|
+
// @public
|
|
871
|
+
export interface LocationListSupportedCloudServiceSkusNextOptionalParams extends coreClient.OperationOptions {
|
|
872
|
+
filter?: string;
|
|
873
|
+
maxresults?: number;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
// @public
|
|
877
|
+
export type LocationListSupportedCloudServiceSkusNextResponse = SupportedSkusResult;
|
|
878
|
+
|
|
879
|
+
// @public
|
|
880
|
+
export interface LocationListSupportedCloudServiceSkusOptionalParams extends coreClient.OperationOptions {
|
|
881
|
+
filter?: string;
|
|
882
|
+
maxresults?: number;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
// @public
|
|
886
|
+
export type LocationListSupportedCloudServiceSkusResponse = SupportedSkusResult;
|
|
887
|
+
|
|
888
|
+
// @public
|
|
889
|
+
export interface LocationListSupportedVirtualMachineSkusNextOptionalParams extends coreClient.OperationOptions {
|
|
890
|
+
filter?: string;
|
|
891
|
+
maxresults?: number;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
// @public
|
|
895
|
+
export type LocationListSupportedVirtualMachineSkusNextResponse = SupportedSkusResult;
|
|
896
|
+
|
|
897
|
+
// @public
|
|
898
|
+
export interface LocationListSupportedVirtualMachineSkusOptionalParams extends coreClient.OperationOptions {
|
|
899
|
+
filter?: string;
|
|
900
|
+
maxresults?: number;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
// @public
|
|
904
|
+
export type LocationListSupportedVirtualMachineSkusResponse = SupportedSkusResult;
|
|
905
|
+
|
|
906
|
+
// @public
|
|
907
|
+
export type LoginMode = "Batch" | "Interactive";
|
|
908
|
+
|
|
909
|
+
// @public
|
|
910
|
+
export interface MetadataItem {
|
|
911
|
+
name: string;
|
|
912
|
+
value: string;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
// @public
|
|
916
|
+
export interface MountConfiguration {
|
|
917
|
+
azureBlobFileSystemConfiguration?: AzureBlobFileSystemConfiguration;
|
|
918
|
+
azureFileShareConfiguration?: AzureFileShareConfiguration;
|
|
919
|
+
cifsMountConfiguration?: CifsMountConfiguration;
|
|
920
|
+
nfsMountConfiguration?: NFSMountConfiguration;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
// @public
|
|
924
|
+
export type NameAvailabilityReason = "Invalid" | "AlreadyExists";
|
|
925
|
+
|
|
926
|
+
// @public
|
|
927
|
+
export interface NetworkConfiguration {
|
|
928
|
+
endpointConfiguration?: PoolEndpointConfiguration;
|
|
929
|
+
publicIPAddressConfiguration?: PublicIPAddressConfiguration;
|
|
930
|
+
subnetId?: string;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
// @public
|
|
934
|
+
export interface NetworkSecurityGroupRule {
|
|
935
|
+
access: NetworkSecurityGroupRuleAccess;
|
|
936
|
+
priority: number;
|
|
937
|
+
sourceAddressPrefix: string;
|
|
938
|
+
sourcePortRanges?: string[];
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
// @public
|
|
942
|
+
export type NetworkSecurityGroupRuleAccess = "Allow" | "Deny";
|
|
943
|
+
|
|
944
|
+
// @public
|
|
945
|
+
export interface NFSMountConfiguration {
|
|
946
|
+
mountOptions?: string;
|
|
947
|
+
relativeMountPath: string;
|
|
948
|
+
source: string;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
// @public
|
|
952
|
+
export interface NodePlacementConfiguration {
|
|
953
|
+
policy?: NodePlacementPolicyType;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
// @public
|
|
957
|
+
export type NodePlacementPolicyType = "Regional" | "Zonal";
|
|
958
|
+
|
|
959
|
+
// @public
|
|
960
|
+
export interface Operation {
|
|
961
|
+
display?: OperationDisplay;
|
|
962
|
+
isDataAction?: boolean;
|
|
963
|
+
name?: string;
|
|
964
|
+
origin?: string;
|
|
965
|
+
properties?: Record<string, unknown>;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
// @public
|
|
969
|
+
export interface OperationDisplay {
|
|
970
|
+
description?: string;
|
|
971
|
+
operation?: string;
|
|
972
|
+
provider?: string;
|
|
973
|
+
resource?: string;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
// @public
|
|
977
|
+
export interface OperationListResult {
|
|
978
|
+
nextLink?: string;
|
|
979
|
+
value?: Operation[];
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
// @public
|
|
983
|
+
export interface Operations {
|
|
984
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
// @public
|
|
988
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
// @public
|
|
992
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
993
|
+
|
|
994
|
+
// @public
|
|
995
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
// @public
|
|
999
|
+
export type OperationsListResponse = OperationListResult;
|
|
1000
|
+
|
|
1001
|
+
// @public
|
|
1002
|
+
export interface OSDisk {
|
|
1003
|
+
ephemeralOSDiskSettings?: DiffDiskSettings;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
// @public
|
|
1007
|
+
export interface OutboundEnvironmentEndpoint {
|
|
1008
|
+
readonly category?: string;
|
|
1009
|
+
readonly endpoints?: EndpointDependency[];
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
// @public
|
|
1013
|
+
export interface OutboundEnvironmentEndpointCollection {
|
|
1014
|
+
nextLink?: string;
|
|
1015
|
+
readonly value?: OutboundEnvironmentEndpoint[];
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
// @public
|
|
1019
|
+
export type PackageState = "Pending" | "Active";
|
|
1020
|
+
|
|
1021
|
+
// @public
|
|
1022
|
+
export type Pool = ProxyResource & {
|
|
1023
|
+
identity?: BatchPoolIdentity;
|
|
1024
|
+
displayName?: string;
|
|
1025
|
+
readonly lastModified?: Date;
|
|
1026
|
+
readonly creationTime?: Date;
|
|
1027
|
+
readonly provisioningState?: PoolProvisioningState;
|
|
1028
|
+
readonly provisioningStateTransitionTime?: Date;
|
|
1029
|
+
readonly allocationState?: AllocationState;
|
|
1030
|
+
readonly allocationStateTransitionTime?: Date;
|
|
1031
|
+
vmSize?: string;
|
|
1032
|
+
deploymentConfiguration?: DeploymentConfiguration;
|
|
1033
|
+
readonly currentDedicatedNodes?: number;
|
|
1034
|
+
readonly currentLowPriorityNodes?: number;
|
|
1035
|
+
scaleSettings?: ScaleSettings;
|
|
1036
|
+
readonly autoScaleRun?: AutoScaleRun;
|
|
1037
|
+
interNodeCommunication?: InterNodeCommunicationState;
|
|
1038
|
+
networkConfiguration?: NetworkConfiguration;
|
|
1039
|
+
taskSlotsPerNode?: number;
|
|
1040
|
+
taskSchedulingPolicy?: TaskSchedulingPolicy;
|
|
1041
|
+
userAccounts?: UserAccount[];
|
|
1042
|
+
metadata?: MetadataItem[];
|
|
1043
|
+
startTask?: StartTask;
|
|
1044
|
+
certificates?: CertificateReference[];
|
|
1045
|
+
applicationPackages?: ApplicationPackageReference[];
|
|
1046
|
+
applicationLicenses?: string[];
|
|
1047
|
+
readonly resizeOperationStatus?: ResizeOperationStatus;
|
|
1048
|
+
mountConfiguration?: MountConfiguration[];
|
|
1049
|
+
};
|
|
1050
|
+
|
|
1051
|
+
// @public
|
|
1052
|
+
export type PoolAllocationMode = "BatchService" | "UserSubscription";
|
|
1053
|
+
|
|
1054
|
+
// @public
|
|
1055
|
+
export interface PoolCreateHeaders {
|
|
1056
|
+
eTag?: string;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
// @public
|
|
1060
|
+
export interface PoolCreateOptionalParams extends coreClient.OperationOptions {
|
|
1061
|
+
ifMatch?: string;
|
|
1062
|
+
ifNoneMatch?: string;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
// @public
|
|
1066
|
+
export type PoolCreateResponse = PoolCreateHeaders & Pool;
|
|
1067
|
+
|
|
1068
|
+
// @public
|
|
1069
|
+
export interface PoolDeleteHeaders {
|
|
1070
|
+
location?: string;
|
|
1071
|
+
retryAfter?: number;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
// @public
|
|
1075
|
+
export interface PoolDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1076
|
+
resumeFrom?: string;
|
|
1077
|
+
updateIntervalInMs?: number;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export interface PoolDisableAutoScaleHeaders {
|
|
1082
|
+
eTag?: string;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
// @public
|
|
1086
|
+
export interface PoolDisableAutoScaleOptionalParams extends coreClient.OperationOptions {
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
// @public
|
|
1090
|
+
export type PoolDisableAutoScaleResponse = PoolDisableAutoScaleHeaders & Pool;
|
|
1091
|
+
|
|
1092
|
+
// @public
|
|
1093
|
+
export interface PoolEndpointConfiguration {
|
|
1094
|
+
inboundNatPools: InboundNatPool[];
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
// @public
|
|
1098
|
+
export interface PoolGetHeaders {
|
|
1099
|
+
eTag?: string;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
// @public
|
|
1103
|
+
export interface PoolGetOptionalParams extends coreClient.OperationOptions {
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
// @public
|
|
1107
|
+
export type PoolGetResponse = PoolGetHeaders & Pool;
|
|
1108
|
+
|
|
1109
|
+
// @public
|
|
1110
|
+
export type PoolIdentityType = "UserAssigned" | "None";
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export interface PoolListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1114
|
+
filter?: string;
|
|
1115
|
+
maxresults?: number;
|
|
1116
|
+
select?: string;
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
// @public
|
|
1120
|
+
export type PoolListByBatchAccountNextResponse = ListPoolsResult;
|
|
1121
|
+
|
|
1122
|
+
// @public
|
|
1123
|
+
export interface PoolListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
1124
|
+
filter?: string;
|
|
1125
|
+
maxresults?: number;
|
|
1126
|
+
select?: string;
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
// @public
|
|
1130
|
+
export type PoolListByBatchAccountResponse = ListPoolsResult;
|
|
1131
|
+
|
|
1132
|
+
// @public
|
|
1133
|
+
export interface PoolOperations {
|
|
1134
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, options?: PoolDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1135
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, options?: PoolDeleteOptionalParams): Promise<void>;
|
|
1136
|
+
create(resourceGroupName: string, accountName: string, poolName: string, parameters: Pool, options?: PoolCreateOptionalParams): Promise<PoolCreateResponse>;
|
|
1137
|
+
disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, options?: PoolDisableAutoScaleOptionalParams): Promise<PoolDisableAutoScaleResponse>;
|
|
1138
|
+
get(resourceGroupName: string, accountName: string, poolName: string, options?: PoolGetOptionalParams): Promise<PoolGetResponse>;
|
|
1139
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: PoolListByBatchAccountOptionalParams): PagedAsyncIterableIterator<Pool>;
|
|
1140
|
+
stopResize(resourceGroupName: string, accountName: string, poolName: string, options?: PoolStopResizeOptionalParams): Promise<PoolStopResizeResponse>;
|
|
1141
|
+
update(resourceGroupName: string, accountName: string, poolName: string, parameters: Pool, options?: PoolUpdateOptionalParams): Promise<PoolUpdateResponse>;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
// @public
|
|
1145
|
+
export type PoolProvisioningState = "Succeeded" | "Deleting";
|
|
1146
|
+
|
|
1147
|
+
// @public
|
|
1148
|
+
export interface PoolStopResizeHeaders {
|
|
1149
|
+
eTag?: string;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
// @public
|
|
1153
|
+
export interface PoolStopResizeOptionalParams extends coreClient.OperationOptions {
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
// @public
|
|
1157
|
+
export type PoolStopResizeResponse = PoolStopResizeHeaders & Pool;
|
|
1158
|
+
|
|
1159
|
+
// @public
|
|
1160
|
+
export interface PoolUpdateHeaders {
|
|
1161
|
+
eTag?: string;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
// @public
|
|
1165
|
+
export interface PoolUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1166
|
+
ifMatch?: string;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
// @public
|
|
1170
|
+
export type PoolUpdateResponse = PoolUpdateHeaders & Pool;
|
|
1171
|
+
|
|
1172
|
+
// @public
|
|
1173
|
+
export interface PrivateEndpoint {
|
|
1174
|
+
readonly id?: string;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
// @public
|
|
1178
|
+
export type PrivateEndpointConnection = ProxyResource & {
|
|
1179
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1180
|
+
privateEndpoint?: PrivateEndpoint;
|
|
1181
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1182
|
+
};
|
|
1183
|
+
|
|
1184
|
+
// @public
|
|
1185
|
+
export interface PrivateEndpointConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
// @public
|
|
1189
|
+
export type PrivateEndpointConnectionGetResponse = PrivateEndpointConnection;
|
|
1190
|
+
|
|
1191
|
+
// @public
|
|
1192
|
+
export interface PrivateEndpointConnectionListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1193
|
+
maxresults?: number;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
// @public
|
|
1197
|
+
export type PrivateEndpointConnectionListByBatchAccountNextResponse = ListPrivateEndpointConnectionsResult;
|
|
1198
|
+
|
|
1199
|
+
// @public
|
|
1200
|
+
export interface PrivateEndpointConnectionListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
1201
|
+
maxresults?: number;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
// @public
|
|
1205
|
+
export type PrivateEndpointConnectionListByBatchAccountResponse = ListPrivateEndpointConnectionsResult;
|
|
1206
|
+
|
|
1207
|
+
// @public
|
|
1208
|
+
export interface PrivateEndpointConnectionOperations {
|
|
1209
|
+
beginUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionUpdateResponse>, PrivateEndpointConnectionUpdateResponse>>;
|
|
1210
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
1211
|
+
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionGetResponse>;
|
|
1212
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
// @public
|
|
1216
|
+
export type PrivateEndpointConnectionProvisioningState = "Succeeded" | "Updating" | "Failed";
|
|
1217
|
+
|
|
1218
|
+
// @public
|
|
1219
|
+
export interface PrivateEndpointConnectionUpdateHeaders {
|
|
1220
|
+
location?: string;
|
|
1221
|
+
retryAfter?: number;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
// @public
|
|
1225
|
+
export interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1226
|
+
ifMatch?: string;
|
|
1227
|
+
resumeFrom?: string;
|
|
1228
|
+
updateIntervalInMs?: number;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
// @public
|
|
1232
|
+
export type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;
|
|
1233
|
+
|
|
1234
|
+
// @public
|
|
1235
|
+
export type PrivateLinkResource = ProxyResource & {
|
|
1236
|
+
readonly groupId?: string;
|
|
1237
|
+
readonly requiredMembers?: string[];
|
|
1238
|
+
readonly requiredZoneNames?: string[];
|
|
1239
|
+
};
|
|
1240
|
+
|
|
1241
|
+
// @public
|
|
1242
|
+
export interface PrivateLinkResourceGetOptionalParams extends coreClient.OperationOptions {
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
// @public
|
|
1246
|
+
export type PrivateLinkResourceGetResponse = PrivateLinkResource;
|
|
1247
|
+
|
|
1248
|
+
// @public
|
|
1249
|
+
export interface PrivateLinkResourceListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1250
|
+
maxresults?: number;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
// @public
|
|
1254
|
+
export type PrivateLinkResourceListByBatchAccountNextResponse = ListPrivateLinkResourcesResult;
|
|
1255
|
+
|
|
1256
|
+
// @public
|
|
1257
|
+
export interface PrivateLinkResourceListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
1258
|
+
maxresults?: number;
|
|
1259
|
+
}
|
|
1260
|
+
|
|
1261
|
+
// @public
|
|
1262
|
+
export type PrivateLinkResourceListByBatchAccountResponse = ListPrivateLinkResourcesResult;
|
|
1263
|
+
|
|
1264
|
+
// @public
|
|
1265
|
+
export interface PrivateLinkResourceOperations {
|
|
1266
|
+
get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResourceGetResponse>;
|
|
1267
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
// @public
|
|
1271
|
+
export interface PrivateLinkServiceConnectionState {
|
|
1272
|
+
readonly actionRequired?: string;
|
|
1273
|
+
description?: string;
|
|
1274
|
+
status: PrivateLinkServiceConnectionStatus;
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
// @public
|
|
1278
|
+
export type PrivateLinkServiceConnectionStatus = "Approved" | "Pending" | "Rejected" | "Disconnected";
|
|
1279
|
+
|
|
1280
|
+
// @public
|
|
1281
|
+
export type ProvisioningState = "Invalid" | "Creating" | "Deleting" | "Succeeded" | "Failed" | "Cancelled";
|
|
1282
|
+
|
|
1283
|
+
// @public
|
|
1284
|
+
export interface ProxyResource {
|
|
1285
|
+
readonly etag?: string;
|
|
1286
|
+
readonly id?: string;
|
|
1287
|
+
readonly name?: string;
|
|
1288
|
+
readonly type?: string;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
// @public
|
|
1292
|
+
export interface PublicIPAddressConfiguration {
|
|
1293
|
+
ipAddressIds?: string[];
|
|
1294
|
+
provision?: IPAddressProvisioningType;
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
// @public
|
|
1298
|
+
export type PublicNetworkAccessType = "Enabled" | "Disabled";
|
|
1299
|
+
|
|
1300
|
+
// @public
|
|
1301
|
+
export interface ResizeError {
|
|
1302
|
+
code: string;
|
|
1303
|
+
details?: ResizeError[];
|
|
1304
|
+
message: string;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
// @public
|
|
1308
|
+
export interface ResizeOperationStatus {
|
|
1309
|
+
errors?: ResizeError[];
|
|
1310
|
+
nodeDeallocationOption?: ComputeNodeDeallocationOption;
|
|
1311
|
+
resizeTimeout?: string;
|
|
1312
|
+
startTime?: Date;
|
|
1313
|
+
targetDedicatedNodes?: number;
|
|
1314
|
+
targetLowPriorityNodes?: number;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
// @public
|
|
1318
|
+
export interface Resource {
|
|
1319
|
+
readonly id?: string;
|
|
1320
|
+
readonly location?: string;
|
|
1321
|
+
readonly name?: string;
|
|
1322
|
+
readonly tags?: {
|
|
1323
|
+
[propertyName: string]: string;
|
|
1324
|
+
};
|
|
1325
|
+
readonly type?: string;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
// @public
|
|
1329
|
+
export interface ResourceFile {
|
|
1330
|
+
autoStorageContainerName?: string;
|
|
1331
|
+
blobPrefix?: string;
|
|
1332
|
+
fileMode?: string;
|
|
1333
|
+
filePath?: string;
|
|
1334
|
+
httpUrl?: string;
|
|
1335
|
+
identityReference?: ComputeNodeIdentityReference;
|
|
1336
|
+
storageContainerUrl?: string;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
// @public
|
|
1340
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "None";
|
|
1341
|
+
|
|
1342
|
+
// @public
|
|
1343
|
+
export interface ScaleSettings {
|
|
1344
|
+
autoScale?: AutoScaleSettings;
|
|
1345
|
+
fixedScale?: FixedScaleSettings;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
// @public
|
|
1349
|
+
export interface SkuCapability {
|
|
1350
|
+
readonly name?: string;
|
|
1351
|
+
readonly value?: string;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
// @public
|
|
1355
|
+
export interface StartTask {
|
|
1356
|
+
commandLine?: string;
|
|
1357
|
+
containerSettings?: TaskContainerSettings;
|
|
1358
|
+
environmentSettings?: EnvironmentSetting[];
|
|
1359
|
+
maxTaskRetryCount?: number;
|
|
1360
|
+
resourceFiles?: ResourceFile[];
|
|
1361
|
+
userIdentity?: UserIdentity;
|
|
1362
|
+
waitForSuccess?: boolean;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
// @public
|
|
1366
|
+
export type StorageAccountType = "Standard_LRS" | "Premium_LRS";
|
|
1367
|
+
|
|
1368
|
+
// @public
|
|
1369
|
+
export interface SupportedSku {
|
|
1370
|
+
readonly capabilities?: SkuCapability[];
|
|
1371
|
+
readonly familyName?: string;
|
|
1372
|
+
readonly name?: string;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
// @public
|
|
1376
|
+
export interface SupportedSkusResult {
|
|
1377
|
+
readonly nextLink?: string;
|
|
1378
|
+
value: SupportedSku[];
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
// @public
|
|
1382
|
+
export interface TaskContainerSettings {
|
|
1383
|
+
containerRunOptions?: string;
|
|
1384
|
+
imageName: string;
|
|
1385
|
+
registry?: ContainerRegistry;
|
|
1386
|
+
workingDirectory?: ContainerWorkingDirectory;
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1389
|
+
// @public
|
|
1390
|
+
export interface TaskSchedulingPolicy {
|
|
1391
|
+
nodeFillType: ComputeNodeFillType;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
// @public
|
|
1395
|
+
export interface UserAccount {
|
|
1396
|
+
elevationLevel?: ElevationLevel;
|
|
1397
|
+
linuxUserConfiguration?: LinuxUserConfiguration;
|
|
1398
|
+
name: string;
|
|
1399
|
+
password: string;
|
|
1400
|
+
windowsUserConfiguration?: WindowsUserConfiguration;
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
// @public
|
|
1404
|
+
export interface UserAssignedIdentities {
|
|
1405
|
+
readonly clientId?: string;
|
|
1406
|
+
readonly principalId?: string;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
// @public
|
|
1410
|
+
export interface UserIdentity {
|
|
1411
|
+
autoUser?: AutoUserSpecification;
|
|
1412
|
+
userName?: string;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
// @public
|
|
1416
|
+
export interface VirtualMachineConfiguration {
|
|
1417
|
+
containerConfiguration?: ContainerConfiguration;
|
|
1418
|
+
dataDisks?: DataDisk[];
|
|
1419
|
+
diskEncryptionConfiguration?: DiskEncryptionConfiguration;
|
|
1420
|
+
extensions?: VMExtension[];
|
|
1421
|
+
imageReference: ImageReference;
|
|
1422
|
+
licenseType?: string;
|
|
1423
|
+
nodeAgentSkuId: string;
|
|
1424
|
+
nodePlacementConfiguration?: NodePlacementConfiguration;
|
|
1425
|
+
osDisk?: OSDisk;
|
|
1426
|
+
windowsConfiguration?: WindowsConfiguration;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
// @public
|
|
1430
|
+
export interface VirtualMachineFamilyCoreQuota {
|
|
1431
|
+
readonly coreQuota?: number;
|
|
1432
|
+
readonly name?: string;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
// @public
|
|
1436
|
+
export interface VMExtension {
|
|
1437
|
+
autoUpgradeMinorVersion?: boolean;
|
|
1438
|
+
name: string;
|
|
1439
|
+
protectedSettings?: Record<string, unknown>;
|
|
1440
|
+
provisionAfterExtensions?: string[];
|
|
1441
|
+
publisher: string;
|
|
1442
|
+
settings?: Record<string, unknown>;
|
|
1443
|
+
type: string;
|
|
1444
|
+
typeHandlerVersion?: string;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
// @public
|
|
1448
|
+
export interface WindowsConfiguration {
|
|
1449
|
+
enableAutomaticUpdates?: boolean;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
// @public
|
|
1453
|
+
export interface WindowsUserConfiguration {
|
|
1454
|
+
loginMode?: LoginMode;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
// (No @packageDocumentation comment for this package)
|
|
1458
|
+
|
|
1459
|
+
```
|