@azure/arm-batch 4.0.0 → 7.0.0-alpha.20211122.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} +2 -2
- package/README.md +75 -77
- 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/dist-esm/src/models/index.js +9 -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 +2357 -1248
- 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 +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +17 -0
- 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/dist-esm/src/operationsInterfaces/applicationOperations.js +9 -0
- 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/dist-esm/src/operationsInterfaces/applicationPackageOperations.js +9 -0
- 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/dist-esm/src/operationsInterfaces/batchAccountOperations.js +9 -0
- 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 +72 -25
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +184 -27
- package/src/batchManagementClient.ts +75 -0
- package/src/batchManagementClientContext.ts +71 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2045 -0
- package/{lib → src}/models/mappers.ts +2413 -1223
- package/src/models/parameters.ts +351 -0
- package/src/operations/applicationOperations.ts +357 -0
- package/src/operations/applicationPackageOperations.ts +410 -0
- package/src/operations/batchAccountOperations.ts +901 -0
- package/src/operations/certificateOperations.ts +527 -0
- package/{lib → src}/operations/index.ts +5 -5
- package/src/operations/location.ts +413 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/poolOperations.ts +560 -0
- package/src/operations/privateEndpointConnectionOperations.ts +388 -0
- package/src/operations/privateLinkResourceOperations.ts +235 -0
- 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/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -6
- 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 +4 -4
- package/types/arm-batch.d.ts +2528 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-batch.js +0 -4689
- 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 -25
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -40
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -17
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -57
- 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 -11
- 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 -11
- 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 -11
- 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 -11
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3108
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- 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 -11
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -76
- 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 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -196
- 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 -11
- package/esm/models/poolOperationsMappers.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 -226
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -124
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -171
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -246
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -426
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -198
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -326
- 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 -52
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -93
- 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 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/poolOperations.d.ts +0 -199
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -352
- package/esm/operations/poolOperations.js.map +0 -1
- package/lib/batchManagementClient.ts +0 -55
- package/lib/batchManagementClientContext.ts +0 -63
- package/lib/models/applicationOperationsMappers.ts +0 -19
- package/lib/models/applicationPackageOperationsMappers.ts +0 -16
- package/lib/models/batchAccountOperationsMappers.ts +0 -61
- package/lib/models/certificateOperationsMappers.ts +0 -60
- package/lib/models/index.ts +0 -3252
- package/lib/models/locationMappers.ts +0 -17
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -198
- package/lib/models/poolOperationsMappers.ts +0 -61
- package/lib/operations/applicationOperations.ts +0 -399
- package/lib/operations/applicationPackageOperations.ts +0 -307
- package/lib/operations/batchAccountOperations.ts +0 -683
- package/lib/operations/certificateOperations.ts +0 -510
- package/lib/operations/location.ts +0 -147
- package/lib/operations/operations.ts +0 -123
- package/lib/operations/poolOperations.ts +0 -550
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { BatchManagementClientContext } from "../batchManagementClientContext";
|
|
5
|
-
/** Class representing a PoolOperations. */
|
|
6
|
-
export declare class PoolOperations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a PoolOperations.
|
|
10
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: BatchManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all of the pools in the specified account.
|
|
15
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
16
|
-
* @param accountName The name of the Batch account.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.PoolListByBatchAccountResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PoolListByBatchAccountOptionalParams): Promise<Models.PoolListByBatchAccountResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
23
|
-
* @param accountName The name of the Batch account.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListPoolsResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
29
|
-
* @param accountName The name of the Batch account.
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.PoolListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListPoolsResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Creates a new pool inside the specified account.
|
|
36
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
37
|
-
* @param accountName The name of the Batch account.
|
|
38
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
39
|
-
* @param parameters Additional parameters for pool creation.
|
|
40
|
-
* @param [options] The optional parameters
|
|
41
|
-
* @returns Promise<Models.PoolCreateResponse>
|
|
42
|
-
*/
|
|
43
|
-
create(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options?: Models.PoolCreateOptionalParams): Promise<Models.PoolCreateResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* Updates the properties of an existing pool.
|
|
46
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
47
|
-
* @param accountName The name of the Batch account.
|
|
48
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
49
|
-
* @param parameters Pool properties that should be updated. Properties that are supplied will be
|
|
50
|
-
* updated, any property not supplied will be unchanged.
|
|
51
|
-
* @param [options] The optional parameters
|
|
52
|
-
* @returns Promise<Models.PoolUpdateResponse>
|
|
53
|
-
*/
|
|
54
|
-
update(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options?: Models.PoolUpdateOptionalParams): Promise<Models.PoolUpdateResponse>;
|
|
55
|
-
/**
|
|
56
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
57
|
-
* @param accountName The name of the Batch account.
|
|
58
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
59
|
-
* @param parameters Pool properties that should be updated. Properties that are supplied will be
|
|
60
|
-
* updated, any property not supplied will be unchanged.
|
|
61
|
-
* @param callback The callback
|
|
62
|
-
*/
|
|
63
|
-
update(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
64
|
-
/**
|
|
65
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
66
|
-
* @param accountName The name of the Batch account.
|
|
67
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
68
|
-
* @param parameters Pool properties that should be updated. Properties that are supplied will be
|
|
69
|
-
* updated, any property not supplied will be unchanged.
|
|
70
|
-
* @param options The optional parameters
|
|
71
|
-
* @param callback The callback
|
|
72
|
-
*/
|
|
73
|
-
update(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options: Models.PoolUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
74
|
-
/**
|
|
75
|
-
* Deletes the specified pool.
|
|
76
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
77
|
-
* @param accountName The name of the Batch account.
|
|
78
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
79
|
-
* @param [options] The optional parameters
|
|
80
|
-
* @returns Promise<Models.PoolDeleteResponse>
|
|
81
|
-
*/
|
|
82
|
-
deleteMethod(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolDeleteResponse>;
|
|
83
|
-
/**
|
|
84
|
-
* Gets information about the specified pool.
|
|
85
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
86
|
-
* @param accountName The name of the Batch account.
|
|
87
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
88
|
-
* @param [options] The optional parameters
|
|
89
|
-
* @returns Promise<Models.PoolGetResponse>
|
|
90
|
-
*/
|
|
91
|
-
get(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolGetResponse>;
|
|
92
|
-
/**
|
|
93
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
94
|
-
* @param accountName The name of the Batch account.
|
|
95
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
96
|
-
* @param callback The callback
|
|
97
|
-
*/
|
|
98
|
-
get(resourceGroupName: string, accountName: string, poolName: string, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
99
|
-
/**
|
|
100
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
101
|
-
* @param accountName The name of the Batch account.
|
|
102
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
103
|
-
* @param options The optional parameters
|
|
104
|
-
* @param callback The callback
|
|
105
|
-
*/
|
|
106
|
-
get(resourceGroupName: string, accountName: string, poolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
107
|
-
/**
|
|
108
|
-
* Disables automatic scaling for a pool.
|
|
109
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
110
|
-
* @param accountName The name of the Batch account.
|
|
111
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
112
|
-
* @param [options] The optional parameters
|
|
113
|
-
* @returns Promise<Models.PoolDisableAutoScaleResponse>
|
|
114
|
-
*/
|
|
115
|
-
disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolDisableAutoScaleResponse>;
|
|
116
|
-
/**
|
|
117
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
118
|
-
* @param accountName The name of the Batch account.
|
|
119
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
120
|
-
* @param callback The callback
|
|
121
|
-
*/
|
|
122
|
-
disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
123
|
-
/**
|
|
124
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
125
|
-
* @param accountName The name of the Batch account.
|
|
126
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
127
|
-
* @param options The optional parameters
|
|
128
|
-
* @param callback The callback
|
|
129
|
-
*/
|
|
130
|
-
disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
131
|
-
/**
|
|
132
|
-
* This does not restore the pool to its previous state before the resize operation: it only stops
|
|
133
|
-
* any further changes being made, and the pool maintains its current state. After stopping, the
|
|
134
|
-
* pool stabilizes at the number of nodes it was at when the stop operation was done. During the
|
|
135
|
-
* stop operation, the pool allocation state changes first to stopping and then to steady. A resize
|
|
136
|
-
* operation need not be an explicit resize pool request; this API can also be used to halt the
|
|
137
|
-
* initial sizing of the pool when it is created.
|
|
138
|
-
* @summary Stops an ongoing resize operation on the pool.
|
|
139
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
140
|
-
* @param accountName The name of the Batch account.
|
|
141
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
142
|
-
* @param [options] The optional parameters
|
|
143
|
-
* @returns Promise<Models.PoolStopResizeResponse>
|
|
144
|
-
*/
|
|
145
|
-
stopResize(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolStopResizeResponse>;
|
|
146
|
-
/**
|
|
147
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
148
|
-
* @param accountName The name of the Batch account.
|
|
149
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
150
|
-
* @param callback The callback
|
|
151
|
-
*/
|
|
152
|
-
stopResize(resourceGroupName: string, accountName: string, poolName: string, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
153
|
-
/**
|
|
154
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
155
|
-
* @param accountName The name of the Batch account.
|
|
156
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
157
|
-
* @param options The optional parameters
|
|
158
|
-
* @param callback The callback
|
|
159
|
-
*/
|
|
160
|
-
stopResize(resourceGroupName: string, accountName: string, poolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Pool>): void;
|
|
161
|
-
/**
|
|
162
|
-
* Creates a new pool inside the specified account.
|
|
163
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
164
|
-
* @param accountName The name of the Batch account.
|
|
165
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
166
|
-
* @param parameters Additional parameters for pool creation.
|
|
167
|
-
* @param [options] The optional parameters
|
|
168
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
169
|
-
*/
|
|
170
|
-
beginCreate(resourceGroupName: string, accountName: string, poolName: string, parameters: Models.Pool, options?: Models.PoolBeginCreateOptionalParams): Promise<msRestAzure.LROPoller>;
|
|
171
|
-
/**
|
|
172
|
-
* Deletes the specified pool.
|
|
173
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
174
|
-
* @param accountName The name of the Batch account.
|
|
175
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
176
|
-
* @param [options] The optional parameters
|
|
177
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
178
|
-
*/
|
|
179
|
-
beginDeleteMethod(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
180
|
-
/**
|
|
181
|
-
* Lists all of the pools in the specified account.
|
|
182
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
183
|
-
* @param [options] The optional parameters
|
|
184
|
-
* @returns Promise<Models.PoolListByBatchAccountNextResponse>
|
|
185
|
-
*/
|
|
186
|
-
listByBatchAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PoolListByBatchAccountNextResponse>;
|
|
187
|
-
/**
|
|
188
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
189
|
-
* @param callback The callback
|
|
190
|
-
*/
|
|
191
|
-
listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListPoolsResult>): void;
|
|
192
|
-
/**
|
|
193
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
194
|
-
* @param options The optional parameters
|
|
195
|
-
* @param callback The callback
|
|
196
|
-
*/
|
|
197
|
-
listByBatchAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListPoolsResult>): void;
|
|
198
|
-
}
|
|
199
|
-
//# sourceMappingURL=poolOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"poolOperations.d.ts","sourceRoot":"","sources":["../../lib/operations/poolOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,352 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import * as tslib_1 from "tslib";
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Mappers from "../models/poolOperationsMappers";
|
|
13
|
-
import * as Parameters from "../models/parameters";
|
|
14
|
-
/** Class representing a PoolOperations. */
|
|
15
|
-
var PoolOperations = /** @class */ (function () {
|
|
16
|
-
/**
|
|
17
|
-
* Create a PoolOperations.
|
|
18
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
19
|
-
*/
|
|
20
|
-
function PoolOperations(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
PoolOperations.prototype.listByBatchAccount = function (resourceGroupName, accountName, options, callback) {
|
|
24
|
-
return this.client.sendOperationRequest({
|
|
25
|
-
resourceGroupName: resourceGroupName,
|
|
26
|
-
accountName: accountName,
|
|
27
|
-
options: options
|
|
28
|
-
}, listByBatchAccountOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
/**
|
|
31
|
-
* Creates a new pool inside the specified account.
|
|
32
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
33
|
-
* @param accountName The name of the Batch account.
|
|
34
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
35
|
-
* @param parameters Additional parameters for pool creation.
|
|
36
|
-
* @param [options] The optional parameters
|
|
37
|
-
* @returns Promise<Models.PoolCreateResponse>
|
|
38
|
-
*/
|
|
39
|
-
PoolOperations.prototype.create = function (resourceGroupName, accountName, poolName, parameters, options) {
|
|
40
|
-
return this.beginCreate(resourceGroupName, accountName, poolName, parameters, options)
|
|
41
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
42
|
-
};
|
|
43
|
-
PoolOperations.prototype.update = function (resourceGroupName, accountName, poolName, parameters, options, callback) {
|
|
44
|
-
return this.client.sendOperationRequest({
|
|
45
|
-
resourceGroupName: resourceGroupName,
|
|
46
|
-
accountName: accountName,
|
|
47
|
-
poolName: poolName,
|
|
48
|
-
parameters: parameters,
|
|
49
|
-
options: options
|
|
50
|
-
}, updateOperationSpec, callback);
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* Deletes the specified pool.
|
|
54
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
55
|
-
* @param accountName The name of the Batch account.
|
|
56
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<Models.PoolDeleteResponse>
|
|
59
|
-
*/
|
|
60
|
-
PoolOperations.prototype.deleteMethod = function (resourceGroupName, accountName, poolName, options) {
|
|
61
|
-
return this.beginDeleteMethod(resourceGroupName, accountName, poolName, options)
|
|
62
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
63
|
-
};
|
|
64
|
-
PoolOperations.prototype.get = function (resourceGroupName, accountName, poolName, options, callback) {
|
|
65
|
-
return this.client.sendOperationRequest({
|
|
66
|
-
resourceGroupName: resourceGroupName,
|
|
67
|
-
accountName: accountName,
|
|
68
|
-
poolName: poolName,
|
|
69
|
-
options: options
|
|
70
|
-
}, getOperationSpec, callback);
|
|
71
|
-
};
|
|
72
|
-
PoolOperations.prototype.disableAutoScale = function (resourceGroupName, accountName, poolName, options, callback) {
|
|
73
|
-
return this.client.sendOperationRequest({
|
|
74
|
-
resourceGroupName: resourceGroupName,
|
|
75
|
-
accountName: accountName,
|
|
76
|
-
poolName: poolName,
|
|
77
|
-
options: options
|
|
78
|
-
}, disableAutoScaleOperationSpec, callback);
|
|
79
|
-
};
|
|
80
|
-
PoolOperations.prototype.stopResize = function (resourceGroupName, accountName, poolName, options, callback) {
|
|
81
|
-
return this.client.sendOperationRequest({
|
|
82
|
-
resourceGroupName: resourceGroupName,
|
|
83
|
-
accountName: accountName,
|
|
84
|
-
poolName: poolName,
|
|
85
|
-
options: options
|
|
86
|
-
}, stopResizeOperationSpec, callback);
|
|
87
|
-
};
|
|
88
|
-
/**
|
|
89
|
-
* Creates a new pool inside the specified account.
|
|
90
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
91
|
-
* @param accountName The name of the Batch account.
|
|
92
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
93
|
-
* @param parameters Additional parameters for pool creation.
|
|
94
|
-
* @param [options] The optional parameters
|
|
95
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
96
|
-
*/
|
|
97
|
-
PoolOperations.prototype.beginCreate = function (resourceGroupName, accountName, poolName, parameters, options) {
|
|
98
|
-
return this.client.sendLRORequest({
|
|
99
|
-
resourceGroupName: resourceGroupName,
|
|
100
|
-
accountName: accountName,
|
|
101
|
-
poolName: poolName,
|
|
102
|
-
parameters: parameters,
|
|
103
|
-
options: options
|
|
104
|
-
}, beginCreateOperationSpec, options);
|
|
105
|
-
};
|
|
106
|
-
/**
|
|
107
|
-
* Deletes the specified pool.
|
|
108
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
109
|
-
* @param accountName The name of the Batch account.
|
|
110
|
-
* @param poolName The pool name. This must be unique within the account.
|
|
111
|
-
* @param [options] The optional parameters
|
|
112
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
113
|
-
*/
|
|
114
|
-
PoolOperations.prototype.beginDeleteMethod = function (resourceGroupName, accountName, poolName, options) {
|
|
115
|
-
return this.client.sendLRORequest({
|
|
116
|
-
resourceGroupName: resourceGroupName,
|
|
117
|
-
accountName: accountName,
|
|
118
|
-
poolName: poolName,
|
|
119
|
-
options: options
|
|
120
|
-
}, beginDeleteMethodOperationSpec, options);
|
|
121
|
-
};
|
|
122
|
-
PoolOperations.prototype.listByBatchAccountNext = function (nextPageLink, options, callback) {
|
|
123
|
-
return this.client.sendOperationRequest({
|
|
124
|
-
nextPageLink: nextPageLink,
|
|
125
|
-
options: options
|
|
126
|
-
}, listByBatchAccountNextOperationSpec, callback);
|
|
127
|
-
};
|
|
128
|
-
return PoolOperations;
|
|
129
|
-
}());
|
|
130
|
-
export { PoolOperations };
|
|
131
|
-
// Operation Specifications
|
|
132
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
133
|
-
var listByBatchAccountOperationSpec = {
|
|
134
|
-
httpMethod: "GET",
|
|
135
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools",
|
|
136
|
-
urlParameters: [
|
|
137
|
-
Parameters.resourceGroupName,
|
|
138
|
-
Parameters.accountName,
|
|
139
|
-
Parameters.subscriptionId
|
|
140
|
-
],
|
|
141
|
-
queryParameters: [
|
|
142
|
-
Parameters.maxresults,
|
|
143
|
-
Parameters.select,
|
|
144
|
-
Parameters.filter,
|
|
145
|
-
Parameters.apiVersion
|
|
146
|
-
],
|
|
147
|
-
headerParameters: [
|
|
148
|
-
Parameters.acceptLanguage
|
|
149
|
-
],
|
|
150
|
-
responses: {
|
|
151
|
-
200: {
|
|
152
|
-
bodyMapper: Mappers.ListPoolsResult
|
|
153
|
-
},
|
|
154
|
-
default: {
|
|
155
|
-
bodyMapper: Mappers.CloudError
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
|
-
serializer: serializer
|
|
159
|
-
};
|
|
160
|
-
var updateOperationSpec = {
|
|
161
|
-
httpMethod: "PATCH",
|
|
162
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
|
|
163
|
-
urlParameters: [
|
|
164
|
-
Parameters.resourceGroupName,
|
|
165
|
-
Parameters.accountName,
|
|
166
|
-
Parameters.poolName,
|
|
167
|
-
Parameters.subscriptionId
|
|
168
|
-
],
|
|
169
|
-
queryParameters: [
|
|
170
|
-
Parameters.apiVersion
|
|
171
|
-
],
|
|
172
|
-
headerParameters: [
|
|
173
|
-
Parameters.ifMatch,
|
|
174
|
-
Parameters.acceptLanguage
|
|
175
|
-
],
|
|
176
|
-
requestBody: {
|
|
177
|
-
parameterPath: "parameters",
|
|
178
|
-
mapper: tslib_1.__assign({}, Mappers.Pool, { required: true })
|
|
179
|
-
},
|
|
180
|
-
responses: {
|
|
181
|
-
200: {
|
|
182
|
-
bodyMapper: Mappers.Pool,
|
|
183
|
-
headersMapper: Mappers.PoolUpdateHeaders
|
|
184
|
-
},
|
|
185
|
-
default: {
|
|
186
|
-
bodyMapper: Mappers.CloudError
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
serializer: serializer
|
|
190
|
-
};
|
|
191
|
-
var getOperationSpec = {
|
|
192
|
-
httpMethod: "GET",
|
|
193
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
|
|
194
|
-
urlParameters: [
|
|
195
|
-
Parameters.resourceGroupName,
|
|
196
|
-
Parameters.accountName,
|
|
197
|
-
Parameters.poolName,
|
|
198
|
-
Parameters.subscriptionId
|
|
199
|
-
],
|
|
200
|
-
queryParameters: [
|
|
201
|
-
Parameters.apiVersion
|
|
202
|
-
],
|
|
203
|
-
headerParameters: [
|
|
204
|
-
Parameters.acceptLanguage
|
|
205
|
-
],
|
|
206
|
-
responses: {
|
|
207
|
-
200: {
|
|
208
|
-
bodyMapper: Mappers.Pool,
|
|
209
|
-
headersMapper: Mappers.PoolGetHeaders
|
|
210
|
-
},
|
|
211
|
-
default: {
|
|
212
|
-
bodyMapper: Mappers.CloudError
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
serializer: serializer
|
|
216
|
-
};
|
|
217
|
-
var disableAutoScaleOperationSpec = {
|
|
218
|
-
httpMethod: "POST",
|
|
219
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/disableAutoScale",
|
|
220
|
-
urlParameters: [
|
|
221
|
-
Parameters.resourceGroupName,
|
|
222
|
-
Parameters.accountName,
|
|
223
|
-
Parameters.poolName,
|
|
224
|
-
Parameters.subscriptionId
|
|
225
|
-
],
|
|
226
|
-
queryParameters: [
|
|
227
|
-
Parameters.apiVersion
|
|
228
|
-
],
|
|
229
|
-
headerParameters: [
|
|
230
|
-
Parameters.acceptLanguage
|
|
231
|
-
],
|
|
232
|
-
responses: {
|
|
233
|
-
200: {
|
|
234
|
-
bodyMapper: Mappers.Pool,
|
|
235
|
-
headersMapper: Mappers.PoolDisableAutoScaleHeaders
|
|
236
|
-
},
|
|
237
|
-
default: {
|
|
238
|
-
bodyMapper: Mappers.CloudError
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
serializer: serializer
|
|
242
|
-
};
|
|
243
|
-
var stopResizeOperationSpec = {
|
|
244
|
-
httpMethod: "POST",
|
|
245
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}/stopResize",
|
|
246
|
-
urlParameters: [
|
|
247
|
-
Parameters.resourceGroupName,
|
|
248
|
-
Parameters.accountName,
|
|
249
|
-
Parameters.poolName,
|
|
250
|
-
Parameters.subscriptionId
|
|
251
|
-
],
|
|
252
|
-
queryParameters: [
|
|
253
|
-
Parameters.apiVersion
|
|
254
|
-
],
|
|
255
|
-
headerParameters: [
|
|
256
|
-
Parameters.acceptLanguage
|
|
257
|
-
],
|
|
258
|
-
responses: {
|
|
259
|
-
200: {
|
|
260
|
-
bodyMapper: Mappers.Pool,
|
|
261
|
-
headersMapper: Mappers.PoolStopResizeHeaders
|
|
262
|
-
},
|
|
263
|
-
default: {
|
|
264
|
-
bodyMapper: Mappers.CloudError
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
serializer: serializer
|
|
268
|
-
};
|
|
269
|
-
var beginCreateOperationSpec = {
|
|
270
|
-
httpMethod: "PUT",
|
|
271
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
|
|
272
|
-
urlParameters: [
|
|
273
|
-
Parameters.resourceGroupName,
|
|
274
|
-
Parameters.accountName,
|
|
275
|
-
Parameters.poolName,
|
|
276
|
-
Parameters.subscriptionId
|
|
277
|
-
],
|
|
278
|
-
queryParameters: [
|
|
279
|
-
Parameters.apiVersion
|
|
280
|
-
],
|
|
281
|
-
headerParameters: [
|
|
282
|
-
Parameters.ifMatch,
|
|
283
|
-
Parameters.ifNoneMatch,
|
|
284
|
-
Parameters.acceptLanguage
|
|
285
|
-
],
|
|
286
|
-
requestBody: {
|
|
287
|
-
parameterPath: "parameters",
|
|
288
|
-
mapper: tslib_1.__assign({}, Mappers.Pool, { required: true })
|
|
289
|
-
},
|
|
290
|
-
responses: {
|
|
291
|
-
200: {
|
|
292
|
-
bodyMapper: Mappers.Pool,
|
|
293
|
-
headersMapper: Mappers.PoolCreateHeaders
|
|
294
|
-
},
|
|
295
|
-
default: {
|
|
296
|
-
bodyMapper: Mappers.CloudError
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
serializer: serializer
|
|
300
|
-
};
|
|
301
|
-
var beginDeleteMethodOperationSpec = {
|
|
302
|
-
httpMethod: "DELETE",
|
|
303
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}",
|
|
304
|
-
urlParameters: [
|
|
305
|
-
Parameters.resourceGroupName,
|
|
306
|
-
Parameters.accountName,
|
|
307
|
-
Parameters.poolName,
|
|
308
|
-
Parameters.subscriptionId
|
|
309
|
-
],
|
|
310
|
-
queryParameters: [
|
|
311
|
-
Parameters.apiVersion
|
|
312
|
-
],
|
|
313
|
-
headerParameters: [
|
|
314
|
-
Parameters.acceptLanguage
|
|
315
|
-
],
|
|
316
|
-
responses: {
|
|
317
|
-
200: {
|
|
318
|
-
headersMapper: Mappers.PoolDeleteHeaders
|
|
319
|
-
},
|
|
320
|
-
202: {
|
|
321
|
-
headersMapper: Mappers.PoolDeleteHeaders
|
|
322
|
-
},
|
|
323
|
-
204: {
|
|
324
|
-
headersMapper: Mappers.PoolDeleteHeaders
|
|
325
|
-
},
|
|
326
|
-
default: {
|
|
327
|
-
bodyMapper: Mappers.CloudError
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
serializer: serializer
|
|
331
|
-
};
|
|
332
|
-
var listByBatchAccountNextOperationSpec = {
|
|
333
|
-
httpMethod: "GET",
|
|
334
|
-
baseUrl: "https://management.azure.com",
|
|
335
|
-
path: "{nextLink}",
|
|
336
|
-
urlParameters: [
|
|
337
|
-
Parameters.nextPageLink
|
|
338
|
-
],
|
|
339
|
-
headerParameters: [
|
|
340
|
-
Parameters.acceptLanguage
|
|
341
|
-
],
|
|
342
|
-
responses: {
|
|
343
|
-
200: {
|
|
344
|
-
bodyMapper: Mappers.ListPoolsResult
|
|
345
|
-
},
|
|
346
|
-
default: {
|
|
347
|
-
bodyMapper: Mappers.CloudError
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
serializer: serializer
|
|
351
|
-
};
|
|
352
|
-
//# sourceMappingURL=poolOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"poolOperations.js","sourceRoot":"","sources":["../../lib/operations/poolOperations.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAG5C,OAAO,KAAK,OAAO,MAAM,iCAAiC,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,2CAA2C;AAC3C;IAGE;;;OAGG;IACH,wBAAY,MAAoC;QAC9C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,2CAAkB,GAAlB,UAAmB,iBAAyB,EAAE,WAAmB,EAAE,OAAsG,EAAE,QAAyD;QAClO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,OAAO,SAAA;SACR,EACD,+BAA+B,EAC/B,QAAQ,CAAmD,CAAC;IAChE,CAAC;IAED;;;;;;;;OAQG;IACH,+BAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,UAAuB,EAAE,OAAyC;QACzI,OAAO,IAAI,CAAC,WAAW,CAAC,iBAAiB,EAAC,WAAW,EAAC,QAAQ,EAAC,UAAU,EAAC,OAAO,CAAC;aAC/E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,EAA7B,CAA6B,CAAuC,CAAC;IAC5F,CAAC;IAgCD,+BAAM,GAAN,UAAO,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,UAAuB,EAAE,OAA+E,EAAE,QAA8C;QAC/N,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,QAAQ,UAAA;YACR,UAAU,YAAA;YACV,OAAO,SAAA;SACR,EACD,mBAAmB,EACnB,QAAQ,CAAuC,CAAC;IACpD,CAAC;IAED;;;;;;;OAOG;IACH,qCAAY,GAAZ,UAAa,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,OAAmC;QAChH,OAAO,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,EAAC,WAAW,EAAC,QAAQ,EAAC,OAAO,CAAC;aAC1E,IAAI,CAAC,UAAA,SAAS,IAAI,OAAA,SAAS,CAAC,iBAAiB,EAAE,EAA7B,CAA6B,CAAuC,CAAC;IAC5F,CAAC;IA0BD,4BAAG,GAAH,UAAI,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,OAAyE,EAAE,QAA8C;QAC7L,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,gBAAgB,EAChB,QAAQ,CAAoC,CAAC;IACjD,CAAC;IA0BD,yCAAgB,GAAhB,UAAiB,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,OAAyE,EAAE,QAA8C;QAC1M,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,6BAA6B,EAC7B,QAAQ,CAAiD,CAAC;IAC9D,CAAC;IAgCD,mCAAU,GAAV,UAAW,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,OAAyE,EAAE,QAA8C;QACpM,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,uBAAuB,EACvB,QAAQ,CAA2C,CAAC;IACxD,CAAC;IAED;;;;;;;;OAQG;IACH,oCAAW,GAAX,UAAY,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,UAAuB,EAAE,OAA8C;QACnJ,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,QAAQ,UAAA;YACR,UAAU,YAAA;YACV,OAAO,SAAA;SACR,EACD,wBAAwB,EACxB,OAAO,CAAC,CAAC;IACb,CAAC;IAED;;;;;;;OAOG;IACH,0CAAiB,GAAjB,UAAkB,iBAAyB,EAAE,WAAmB,EAAE,QAAgB,EAAE,OAAmC;QACrH,OAAO,IAAI,CAAC,MAAM,CAAC,cAAc,CAC/B;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,QAAQ,UAAA;YACR,OAAO,SAAA;SACR,EACD,8BAA8B,EAC9B,OAAO,CAAC,CAAC;IACb,CAAC;IAoBD,+CAAsB,GAAtB,UAAuB,YAAoB,EAAE,OAAoF,EAAE,QAAyD;QAC1L,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,YAAY,cAAA;YACZ,OAAO,SAAA;SACR,EACD,mCAAmC,EACnC,QAAQ,CAAuD,CAAC;IACpE,CAAC;IACH,qBAAC;AAAD,CAAC,AAxSD,IAwSC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,+BAA+B,GAAyB;IAC5D,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,+HAA+H;IACrI,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;QACrB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,mBAAmB,GAAyB;IAChD,UAAU,EAAE,OAAO;IACnB,IAAI,EAAE,0IAA0I;IAChJ,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,cAAc;KAC1B;IACD,WAAW,EAAE;QACX,aAAa,EAAE,YAAY;QAC3B,MAAM,uBACD,OAAO,CAAC,IAAI,IACf,QAAQ,EAAE,IAAI,GACf;KACF;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,IAAI;YACxB,aAAa,EAAE,OAAO,CAAC,iBAAiB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,gBAAgB,GAAyB;IAC7C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,0IAA0I;IAChJ,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,IAAI;YACxB,aAAa,EAAE,OAAO,CAAC,cAAc;SACtC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,6BAA6B,GAAyB;IAC1D,UAAU,EAAE,MAAM;IAClB,IAAI,EAAE,2JAA2J;IACjK,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,IAAI;YACxB,aAAa,EAAE,OAAO,CAAC,2BAA2B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,uBAAuB,GAAyB;IACpD,UAAU,EAAE,MAAM;IAClB,IAAI,EAAE,qJAAqJ;IAC3J,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,IAAI;YACxB,aAAa,EAAE,OAAO,CAAC,qBAAqB;SAC7C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,wBAAwB,GAAyB;IACrD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,0IAA0I;IAChJ,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;KAC1B;IACD,WAAW,EAAE;QACX,aAAa,EAAE,YAAY;QAC3B,MAAM,uBACD,OAAO,CAAC,IAAI,IACf,QAAQ,EAAE,IAAI,GACf;KACF;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,IAAI;YACxB,aAAa,EAAE,OAAO,CAAC,iBAAiB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,8BAA8B,GAAyB;IAC3D,UAAU,EAAE,QAAQ;IACpB,IAAI,EAAE,0IAA0I;IAChJ,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,iBAAiB;SACzC;QACD,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,iBAAiB;SACzC;QACD,GAAG,EAAE;YACH,aAAa,EAAE,OAAO,CAAC,iBAAiB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC;AAEF,IAAM,mCAAmC,GAAyB;IAChE,UAAU,EAAE,KAAK;IACjB,OAAO,EAAE,8BAA8B;IACvC,IAAI,EAAE,YAAY;IAClB,aAAa,EAAE;QACb,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
12
|
-
import * as Models from "./models";
|
|
13
|
-
import * as Mappers from "./models/mappers";
|
|
14
|
-
import * as operations from "./operations";
|
|
15
|
-
import { BatchManagementClientContext } from "./batchManagementClientContext";
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class BatchManagementClient extends BatchManagementClientContext {
|
|
19
|
-
// Operation groups
|
|
20
|
-
batchAccount: operations.BatchAccountOperations;
|
|
21
|
-
applicationPackage: operations.ApplicationPackageOperations;
|
|
22
|
-
application: operations.ApplicationOperations;
|
|
23
|
-
location: operations.Location;
|
|
24
|
-
operations: operations.Operations;
|
|
25
|
-
certificate: operations.CertificateOperations;
|
|
26
|
-
pool: operations.PoolOperations;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Initializes a new instance of the BatchManagementClient class.
|
|
30
|
-
* @param credentials Credentials needed for the client to connect to Azure.
|
|
31
|
-
* @param subscriptionId The Azure subscription ID. This is a GUID-formatted string (e.g.
|
|
32
|
-
* 00000000-0000-0000-0000-000000000000)
|
|
33
|
-
* @param [options] The parameter options
|
|
34
|
-
*/
|
|
35
|
-
constructor(credentials: msRest.ServiceClientCredentials, subscriptionId: string, options?: Models.BatchManagementClientOptions) {
|
|
36
|
-
super(credentials, subscriptionId, options);
|
|
37
|
-
this.batchAccount = new operations.BatchAccountOperations(this);
|
|
38
|
-
this.applicationPackage = new operations.ApplicationPackageOperations(this);
|
|
39
|
-
this.application = new operations.ApplicationOperations(this);
|
|
40
|
-
this.location = new operations.Location(this);
|
|
41
|
-
this.operations = new operations.Operations(this);
|
|
42
|
-
this.certificate = new operations.CertificateOperations(this);
|
|
43
|
-
this.pool = new operations.PoolOperations(this);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
// Operation Specifications
|
|
48
|
-
|
|
49
|
-
export {
|
|
50
|
-
BatchManagementClient,
|
|
51
|
-
BatchManagementClientContext,
|
|
52
|
-
Models as BatchManagementModels,
|
|
53
|
-
Mappers as BatchManagementMappers
|
|
54
|
-
};
|
|
55
|
-
export * from "./operations";
|