@azure/arm-batch 5.0.0 → 7.0.0-alpha.20211214.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 +72 -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 +1814 -1452
- 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 +3 -5
- 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 +65 -29
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +181 -30
- package/src/batchManagementClient.ts +61 -45
- package/src/batchManagementClientContext.ts +48 -40
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1469 -3055
- package/src/models/mappers.ts +1967 -1573
- package/src/models/parameters.ts +218 -120
- package/src/operations/applicationOperations.ts +217 -262
- package/src/operations/applicationPackageOperations.ts +254 -277
- package/src/operations/batchAccountOperations.ts +682 -466
- package/src/operations/certificateOperations.ts +365 -353
- package/src/operations/index.ts +3 -5
- package/src/operations/location.ts +344 -78
- package/src/operations/operations.ts +84 -70
- package/src/operations/poolOperations.ts +379 -375
- package/src/operations/privateEndpointConnectionOperations.ts +271 -168
- package/src/operations/privateLinkResourceOperations.ts +158 -125
- 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 -6207
- 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 -27
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -42
- 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 -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 -3392
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- 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 -96
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -21
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -251
- 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 -229
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -170
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -241
- 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 -428
- 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 -331
- 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 -358
- 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 -192
- 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 -118
- package/esm/operations/privateLinkResourceOperations.js.map +0 -1
- package/src/models/applicationOperationsMappers.ts +0 -72
- package/src/models/applicationPackageOperationsMappers.ts +0 -73
- package/src/models/batchAccountOperationsMappers.ts +0 -78
- package/src/models/certificateOperationsMappers.ts +0 -77
- package/src/models/locationMappers.ts +0 -14
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/poolOperationsMappers.ts +0 -78
- package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -73
- package/src/models/privateLinkResourceOperationsMappers.ts +0 -72
|
@@ -1,101 +1,140 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
8
|
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import * as
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { ApplicationOperations } from "../operationsInterfaces";
|
|
11
|
+
import * as coreClient from "@azure/core-client";
|
|
12
|
+
import * as Mappers from "../models/mappers";
|
|
14
13
|
import * as Parameters from "../models/parameters";
|
|
15
14
|
import { BatchManagementClientContext } from "../batchManagementClientContext";
|
|
15
|
+
import {
|
|
16
|
+
Application,
|
|
17
|
+
ApplicationListNextOptionalParams,
|
|
18
|
+
ApplicationListOptionalParams,
|
|
19
|
+
ApplicationCreateOptionalParams,
|
|
20
|
+
ApplicationCreateResponse,
|
|
21
|
+
ApplicationDeleteOptionalParams,
|
|
22
|
+
ApplicationGetOptionalParams,
|
|
23
|
+
ApplicationGetResponse,
|
|
24
|
+
ApplicationUpdateOptionalParams,
|
|
25
|
+
ApplicationUpdateResponse,
|
|
26
|
+
ApplicationListResponse,
|
|
27
|
+
ApplicationListNextResponse
|
|
28
|
+
} from "../models";
|
|
16
29
|
|
|
17
|
-
|
|
18
|
-
|
|
30
|
+
/// <reference lib="esnext.asynciterable" />
|
|
31
|
+
/** Class containing ApplicationOperations operations. */
|
|
32
|
+
export class ApplicationOperationsImpl implements ApplicationOperations {
|
|
19
33
|
private readonly client: BatchManagementClientContext;
|
|
20
34
|
|
|
21
35
|
/**
|
|
22
|
-
*
|
|
23
|
-
* @param
|
|
36
|
+
* Initialize a new instance of the class ApplicationOperations class.
|
|
37
|
+
* @param client Reference to the service client
|
|
24
38
|
*/
|
|
25
39
|
constructor(client: BatchManagementClientContext) {
|
|
26
40
|
this.client = client;
|
|
27
41
|
}
|
|
28
42
|
|
|
29
43
|
/**
|
|
30
|
-
*
|
|
31
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
32
|
-
* @param accountName The name of the Batch account.
|
|
33
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
34
|
-
* @param [options] The optional parameters
|
|
35
|
-
* @returns Promise<Models.ApplicationCreateResponse>
|
|
36
|
-
*/
|
|
37
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, options?: Models.ApplicationCreateOptionalParams): Promise<Models.ApplicationCreateResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
40
|
-
* @param accountName The name of the Batch account.
|
|
41
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
42
|
-
* @param callback The callback
|
|
43
|
-
*/
|
|
44
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
45
|
-
/**
|
|
44
|
+
* Lists all of the applications in the specified account.
|
|
46
45
|
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
47
46
|
* @param accountName The name of the Batch account.
|
|
48
|
-
* @param
|
|
49
|
-
* @param options The optional parameters
|
|
50
|
-
* @param callback The callback
|
|
47
|
+
* @param options The options parameters.
|
|
51
48
|
*/
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
49
|
+
public list(
|
|
50
|
+
resourceGroupName: string,
|
|
51
|
+
accountName: string,
|
|
52
|
+
options?: ApplicationListOptionalParams
|
|
53
|
+
): PagedAsyncIterableIterator<Application> {
|
|
54
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
55
|
+
return {
|
|
56
|
+
next() {
|
|
57
|
+
return iter.next();
|
|
58
|
+
},
|
|
59
|
+
[Symbol.asyncIterator]() {
|
|
60
|
+
return this;
|
|
61
|
+
},
|
|
62
|
+
byPage: () => {
|
|
63
|
+
return this.listPagingPage(resourceGroupName, accountName, options);
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
private async *listPagingPage(
|
|
69
|
+
resourceGroupName: string,
|
|
70
|
+
accountName: string,
|
|
71
|
+
options?: ApplicationListOptionalParams
|
|
72
|
+
): AsyncIterableIterator<Application[]> {
|
|
73
|
+
let result = await this._list(resourceGroupName, accountName, options);
|
|
74
|
+
yield result.value || [];
|
|
75
|
+
let continuationToken = result.nextLink;
|
|
76
|
+
while (continuationToken) {
|
|
77
|
+
result = await this._listNext(
|
|
56
78
|
resourceGroupName,
|
|
57
79
|
accountName,
|
|
58
|
-
|
|
80
|
+
continuationToken,
|
|
59
81
|
options
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
82
|
+
);
|
|
83
|
+
continuationToken = result.nextLink;
|
|
84
|
+
yield result.value || [];
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
private async *listPagingAll(
|
|
89
|
+
resourceGroupName: string,
|
|
90
|
+
accountName: string,
|
|
91
|
+
options?: ApplicationListOptionalParams
|
|
92
|
+
): AsyncIterableIterator<Application> {
|
|
93
|
+
for await (const page of this.listPagingPage(
|
|
94
|
+
resourceGroupName,
|
|
95
|
+
accountName,
|
|
96
|
+
options
|
|
97
|
+
)) {
|
|
98
|
+
yield* page;
|
|
99
|
+
}
|
|
63
100
|
}
|
|
64
101
|
|
|
65
102
|
/**
|
|
66
|
-
*
|
|
67
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
68
|
-
* @param accountName The name of the Batch account.
|
|
69
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
70
|
-
* @param [options] The optional parameters
|
|
71
|
-
* @returns Promise<msRest.RestResponse>
|
|
72
|
-
*/
|
|
73
|
-
deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
74
|
-
/**
|
|
103
|
+
* Adds an application to the specified Batch account.
|
|
75
104
|
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
76
105
|
* @param accountName The name of the Batch account.
|
|
77
106
|
* @param applicationName The name of the application. This must be unique within the account.
|
|
78
|
-
* @param
|
|
107
|
+
* @param options The options parameters.
|
|
79
108
|
*/
|
|
80
|
-
|
|
109
|
+
create(
|
|
110
|
+
resourceGroupName: string,
|
|
111
|
+
accountName: string,
|
|
112
|
+
applicationName: string,
|
|
113
|
+
options?: ApplicationCreateOptionalParams
|
|
114
|
+
): Promise<ApplicationCreateResponse> {
|
|
115
|
+
return this.client.sendOperationRequest(
|
|
116
|
+
{ resourceGroupName, accountName, applicationName, options },
|
|
117
|
+
createOperationSpec
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
|
|
81
121
|
/**
|
|
122
|
+
* Deletes an application.
|
|
82
123
|
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
83
124
|
* @param accountName The name of the Batch account.
|
|
84
125
|
* @param applicationName The name of the application. This must be unique within the account.
|
|
85
|
-
* @param options The
|
|
86
|
-
* @param callback The callback
|
|
126
|
+
* @param options The options parameters.
|
|
87
127
|
*/
|
|
88
|
-
|
|
89
|
-
|
|
128
|
+
delete(
|
|
129
|
+
resourceGroupName: string,
|
|
130
|
+
accountName: string,
|
|
131
|
+
applicationName: string,
|
|
132
|
+
options?: ApplicationDeleteOptionalParams
|
|
133
|
+
): Promise<void> {
|
|
90
134
|
return this.client.sendOperationRequest(
|
|
91
|
-
{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
applicationName,
|
|
95
|
-
options
|
|
96
|
-
},
|
|
97
|
-
deleteMethodOperationSpec,
|
|
98
|
-
callback);
|
|
135
|
+
{ resourceGroupName, accountName, applicationName, options },
|
|
136
|
+
deleteOperationSpec
|
|
137
|
+
);
|
|
99
138
|
}
|
|
100
139
|
|
|
101
140
|
/**
|
|
@@ -103,35 +142,18 @@ export class ApplicationOperations {
|
|
|
103
142
|
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
104
143
|
* @param accountName The name of the Batch account.
|
|
105
144
|
* @param applicationName The name of the application. This must be unique within the account.
|
|
106
|
-
* @param
|
|
107
|
-
* @returns Promise<Models.ApplicationGetResponse>
|
|
145
|
+
* @param options The options parameters.
|
|
108
146
|
*/
|
|
109
|
-
get(
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
*/
|
|
116
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
117
|
-
/**
|
|
118
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
119
|
-
* @param accountName The name of the Batch account.
|
|
120
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
121
|
-
* @param options The optional parameters
|
|
122
|
-
* @param callback The callback
|
|
123
|
-
*/
|
|
124
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
125
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Application>, callback?: msRest.ServiceCallback<Models.Application>): Promise<Models.ApplicationGetResponse> {
|
|
147
|
+
get(
|
|
148
|
+
resourceGroupName: string,
|
|
149
|
+
accountName: string,
|
|
150
|
+
applicationName: string,
|
|
151
|
+
options?: ApplicationGetOptionalParams
|
|
152
|
+
): Promise<ApplicationGetResponse> {
|
|
126
153
|
return this.client.sendOperationRequest(
|
|
127
|
-
{
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
applicationName,
|
|
131
|
-
options
|
|
132
|
-
},
|
|
133
|
-
getOperationSpec,
|
|
134
|
-
callback) as Promise<Models.ApplicationGetResponse>;
|
|
154
|
+
{ resourceGroupName, accountName, applicationName, options },
|
|
155
|
+
getOperationSpec
|
|
156
|
+
);
|
|
135
157
|
}
|
|
136
158
|
|
|
137
159
|
/**
|
|
@@ -140,125 +162,64 @@ export class ApplicationOperations {
|
|
|
140
162
|
* @param accountName The name of the Batch account.
|
|
141
163
|
* @param applicationName The name of the application. This must be unique within the account.
|
|
142
164
|
* @param parameters The parameters for the request.
|
|
143
|
-
* @param
|
|
144
|
-
* @returns Promise<Models.ApplicationUpdateResponse>
|
|
165
|
+
* @param options The options parameters.
|
|
145
166
|
*/
|
|
146
|
-
update(
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
*/
|
|
154
|
-
update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
155
|
-
/**
|
|
156
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
157
|
-
* @param accountName The name of the Batch account.
|
|
158
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
159
|
-
* @param parameters The parameters for the request.
|
|
160
|
-
* @param options The optional parameters
|
|
161
|
-
* @param callback The callback
|
|
162
|
-
*/
|
|
163
|
-
update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Application>): void;
|
|
164
|
-
update(resourceGroupName: string, accountName: string, applicationName: string, parameters: Models.Application, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Application>, callback?: msRest.ServiceCallback<Models.Application>): Promise<Models.ApplicationUpdateResponse> {
|
|
167
|
+
update(
|
|
168
|
+
resourceGroupName: string,
|
|
169
|
+
accountName: string,
|
|
170
|
+
applicationName: string,
|
|
171
|
+
parameters: Application,
|
|
172
|
+
options?: ApplicationUpdateOptionalParams
|
|
173
|
+
): Promise<ApplicationUpdateResponse> {
|
|
165
174
|
return this.client.sendOperationRequest(
|
|
166
|
-
{
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
applicationName,
|
|
170
|
-
parameters,
|
|
171
|
-
options
|
|
172
|
-
},
|
|
173
|
-
updateOperationSpec,
|
|
174
|
-
callback) as Promise<Models.ApplicationUpdateResponse>;
|
|
175
|
+
{ resourceGroupName, accountName, applicationName, parameters, options },
|
|
176
|
+
updateOperationSpec
|
|
177
|
+
);
|
|
175
178
|
}
|
|
176
179
|
|
|
177
180
|
/**
|
|
178
181
|
* Lists all of the applications in the specified account.
|
|
179
182
|
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
180
183
|
* @param accountName The name of the Batch account.
|
|
181
|
-
* @param
|
|
182
|
-
* @returns Promise<Models.ApplicationListResponse>
|
|
184
|
+
* @param options The options parameters.
|
|
183
185
|
*/
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
*/
|
|
190
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;
|
|
191
|
-
/**
|
|
192
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
193
|
-
* @param accountName The name of the Batch account.
|
|
194
|
-
* @param options The optional parameters
|
|
195
|
-
* @param callback The callback
|
|
196
|
-
*/
|
|
197
|
-
list(resourceGroupName: string, accountName: string, options: Models.ApplicationListOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;
|
|
198
|
-
list(resourceGroupName: string, accountName: string, options?: Models.ApplicationListOptionalParams | msRest.ServiceCallback<Models.ListApplicationsResult>, callback?: msRest.ServiceCallback<Models.ListApplicationsResult>): Promise<Models.ApplicationListResponse> {
|
|
186
|
+
private _list(
|
|
187
|
+
resourceGroupName: string,
|
|
188
|
+
accountName: string,
|
|
189
|
+
options?: ApplicationListOptionalParams
|
|
190
|
+
): Promise<ApplicationListResponse> {
|
|
199
191
|
return this.client.sendOperationRequest(
|
|
200
|
-
{
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
options
|
|
204
|
-
},
|
|
205
|
-
listOperationSpec,
|
|
206
|
-
callback) as Promise<Models.ApplicationListResponse>;
|
|
192
|
+
{ resourceGroupName, accountName, options },
|
|
193
|
+
listOperationSpec
|
|
194
|
+
);
|
|
207
195
|
}
|
|
208
196
|
|
|
209
197
|
/**
|
|
210
|
-
*
|
|
211
|
-
* @param
|
|
212
|
-
* @param
|
|
213
|
-
* @
|
|
214
|
-
|
|
215
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationListNextResponse>;
|
|
216
|
-
/**
|
|
217
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
218
|
-
* @param callback The callback
|
|
219
|
-
*/
|
|
220
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListApplicationsResult>): void;
|
|
221
|
-
/**
|
|
222
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
223
|
-
* @param options The optional parameters
|
|
224
|
-
* @param callback The callback
|
|
198
|
+
* ListNext
|
|
199
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
200
|
+
* @param accountName The name of the Batch account.
|
|
201
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
202
|
+
* @param options The options parameters.
|
|
225
203
|
*/
|
|
226
|
-
|
|
227
|
-
|
|
204
|
+
private _listNext(
|
|
205
|
+
resourceGroupName: string,
|
|
206
|
+
accountName: string,
|
|
207
|
+
nextLink: string,
|
|
208
|
+
options?: ApplicationListNextOptionalParams
|
|
209
|
+
): Promise<ApplicationListNextResponse> {
|
|
228
210
|
return this.client.sendOperationRequest(
|
|
229
|
-
{
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
},
|
|
233
|
-
listNextOperationSpec,
|
|
234
|
-
callback) as Promise<Models.ApplicationListNextResponse>;
|
|
211
|
+
{ resourceGroupName, accountName, nextLink, options },
|
|
212
|
+
listNextOperationSpec
|
|
213
|
+
);
|
|
235
214
|
}
|
|
236
215
|
}
|
|
237
|
-
|
|
238
216
|
// Operation Specifications
|
|
239
|
-
const serializer =
|
|
240
|
-
|
|
217
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
218
|
+
|
|
219
|
+
const createOperationSpec: coreClient.OperationSpec = {
|
|
220
|
+
path:
|
|
221
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
241
222
|
httpMethod: "PUT",
|
|
242
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
243
|
-
urlParameters: [
|
|
244
|
-
Parameters.resourceGroupName,
|
|
245
|
-
Parameters.accountName1,
|
|
246
|
-
Parameters.applicationName,
|
|
247
|
-
Parameters.subscriptionId
|
|
248
|
-
],
|
|
249
|
-
queryParameters: [
|
|
250
|
-
Parameters.apiVersion
|
|
251
|
-
],
|
|
252
|
-
headerParameters: [
|
|
253
|
-
Parameters.acceptLanguage
|
|
254
|
-
],
|
|
255
|
-
requestBody: {
|
|
256
|
-
parameterPath: [
|
|
257
|
-
"options",
|
|
258
|
-
"parameters"
|
|
259
|
-
],
|
|
260
|
-
mapper: Mappers.Application
|
|
261
|
-
},
|
|
262
223
|
responses: {
|
|
263
224
|
200: {
|
|
264
225
|
bodyMapper: Mappers.Application
|
|
@@ -267,24 +228,23 @@ const createOperationSpec: msRest.OperationSpec = {
|
|
|
267
228
|
bodyMapper: Mappers.CloudError
|
|
268
229
|
}
|
|
269
230
|
},
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
274
|
-
httpMethod: "DELETE",
|
|
275
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
231
|
+
requestBody: Parameters.parameters5,
|
|
232
|
+
queryParameters: [Parameters.apiVersion],
|
|
276
233
|
urlParameters: [
|
|
234
|
+
Parameters.$host,
|
|
277
235
|
Parameters.resourceGroupName,
|
|
236
|
+
Parameters.subscriptionId,
|
|
278
237
|
Parameters.accountName1,
|
|
279
|
-
Parameters.applicationName
|
|
280
|
-
Parameters.subscriptionId
|
|
281
|
-
],
|
|
282
|
-
queryParameters: [
|
|
283
|
-
Parameters.apiVersion
|
|
284
|
-
],
|
|
285
|
-
headerParameters: [
|
|
286
|
-
Parameters.acceptLanguage
|
|
238
|
+
Parameters.applicationName
|
|
287
239
|
],
|
|
240
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
241
|
+
mediaType: "json",
|
|
242
|
+
serializer
|
|
243
|
+
};
|
|
244
|
+
const deleteOperationSpec: coreClient.OperationSpec = {
|
|
245
|
+
path:
|
|
246
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
247
|
+
httpMethod: "DELETE",
|
|
288
248
|
responses: {
|
|
289
249
|
200: {},
|
|
290
250
|
204: {},
|
|
@@ -292,24 +252,21 @@ const deleteMethodOperationSpec: msRest.OperationSpec = {
|
|
|
292
252
|
bodyMapper: Mappers.CloudError
|
|
293
253
|
}
|
|
294
254
|
},
|
|
295
|
-
|
|
296
|
-
};
|
|
297
|
-
|
|
298
|
-
const getOperationSpec: msRest.OperationSpec = {
|
|
299
|
-
httpMethod: "GET",
|
|
300
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
255
|
+
queryParameters: [Parameters.apiVersion],
|
|
301
256
|
urlParameters: [
|
|
257
|
+
Parameters.$host,
|
|
302
258
|
Parameters.resourceGroupName,
|
|
259
|
+
Parameters.subscriptionId,
|
|
303
260
|
Parameters.accountName1,
|
|
304
|
-
Parameters.applicationName
|
|
305
|
-
Parameters.subscriptionId
|
|
306
|
-
],
|
|
307
|
-
queryParameters: [
|
|
308
|
-
Parameters.apiVersion
|
|
309
|
-
],
|
|
310
|
-
headerParameters: [
|
|
311
|
-
Parameters.acceptLanguage
|
|
261
|
+
Parameters.applicationName
|
|
312
262
|
],
|
|
263
|
+
headerParameters: [Parameters.accept],
|
|
264
|
+
serializer
|
|
265
|
+
};
|
|
266
|
+
const getOperationSpec: coreClient.OperationSpec = {
|
|
267
|
+
path:
|
|
268
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
269
|
+
httpMethod: "GET",
|
|
313
270
|
responses: {
|
|
314
271
|
200: {
|
|
315
272
|
bodyMapper: Mappers.Application
|
|
@@ -318,31 +275,21 @@ const getOperationSpec: msRest.OperationSpec = {
|
|
|
318
275
|
bodyMapper: Mappers.CloudError
|
|
319
276
|
}
|
|
320
277
|
},
|
|
321
|
-
|
|
322
|
-
};
|
|
323
|
-
|
|
324
|
-
const updateOperationSpec: msRest.OperationSpec = {
|
|
325
|
-
httpMethod: "PATCH",
|
|
326
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
278
|
+
queryParameters: [Parameters.apiVersion],
|
|
327
279
|
urlParameters: [
|
|
280
|
+
Parameters.$host,
|
|
328
281
|
Parameters.resourceGroupName,
|
|
282
|
+
Parameters.subscriptionId,
|
|
329
283
|
Parameters.accountName1,
|
|
330
|
-
Parameters.applicationName
|
|
331
|
-
Parameters.subscriptionId
|
|
332
|
-
],
|
|
333
|
-
queryParameters: [
|
|
334
|
-
Parameters.apiVersion
|
|
335
|
-
],
|
|
336
|
-
headerParameters: [
|
|
337
|
-
Parameters.acceptLanguage
|
|
284
|
+
Parameters.applicationName
|
|
338
285
|
],
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
}
|
|
345
|
-
|
|
286
|
+
headerParameters: [Parameters.accept],
|
|
287
|
+
serializer
|
|
288
|
+
};
|
|
289
|
+
const updateOperationSpec: coreClient.OperationSpec = {
|
|
290
|
+
path:
|
|
291
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
292
|
+
httpMethod: "PATCH",
|
|
346
293
|
responses: {
|
|
347
294
|
200: {
|
|
348
295
|
bodyMapper: Mappers.Application
|
|
@@ -351,24 +298,23 @@ const updateOperationSpec: msRest.OperationSpec = {
|
|
|
351
298
|
bodyMapper: Mappers.CloudError
|
|
352
299
|
}
|
|
353
300
|
},
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
const listOperationSpec: msRest.OperationSpec = {
|
|
358
|
-
httpMethod: "GET",
|
|
359
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications",
|
|
301
|
+
requestBody: Parameters.parameters6,
|
|
302
|
+
queryParameters: [Parameters.apiVersion],
|
|
360
303
|
urlParameters: [
|
|
304
|
+
Parameters.$host,
|
|
361
305
|
Parameters.resourceGroupName,
|
|
306
|
+
Parameters.subscriptionId,
|
|
362
307
|
Parameters.accountName1,
|
|
363
|
-
Parameters.
|
|
364
|
-
],
|
|
365
|
-
queryParameters: [
|
|
366
|
-
Parameters.maxresults,
|
|
367
|
-
Parameters.apiVersion
|
|
368
|
-
],
|
|
369
|
-
headerParameters: [
|
|
370
|
-
Parameters.acceptLanguage
|
|
308
|
+
Parameters.applicationName
|
|
371
309
|
],
|
|
310
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
311
|
+
mediaType: "json",
|
|
312
|
+
serializer
|
|
313
|
+
};
|
|
314
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
315
|
+
path:
|
|
316
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications",
|
|
317
|
+
httpMethod: "GET",
|
|
372
318
|
responses: {
|
|
373
319
|
200: {
|
|
374
320
|
bodyMapper: Mappers.ListApplicationsResult
|
|
@@ -377,19 +323,19 @@ const listOperationSpec: msRest.OperationSpec = {
|
|
|
377
323
|
bodyMapper: Mappers.CloudError
|
|
378
324
|
}
|
|
379
325
|
},
|
|
326
|
+
queryParameters: [Parameters.apiVersion, Parameters.maxresults],
|
|
327
|
+
urlParameters: [
|
|
328
|
+
Parameters.$host,
|
|
329
|
+
Parameters.resourceGroupName,
|
|
330
|
+
Parameters.subscriptionId,
|
|
331
|
+
Parameters.accountName1
|
|
332
|
+
],
|
|
333
|
+
headerParameters: [Parameters.accept],
|
|
380
334
|
serializer
|
|
381
335
|
};
|
|
382
|
-
|
|
383
|
-
const listNextOperationSpec: msRest.OperationSpec = {
|
|
384
|
-
httpMethod: "GET",
|
|
385
|
-
baseUrl: "https://management.azure.com",
|
|
336
|
+
const listNextOperationSpec: coreClient.OperationSpec = {
|
|
386
337
|
path: "{nextLink}",
|
|
387
|
-
|
|
388
|
-
Parameters.nextPageLink
|
|
389
|
-
],
|
|
390
|
-
headerParameters: [
|
|
391
|
-
Parameters.acceptLanguage
|
|
392
|
-
],
|
|
338
|
+
httpMethod: "GET",
|
|
393
339
|
responses: {
|
|
394
340
|
200: {
|
|
395
341
|
bodyMapper: Mappers.ListApplicationsResult
|
|
@@ -398,5 +344,14 @@ const listNextOperationSpec: msRest.OperationSpec = {
|
|
|
398
344
|
bodyMapper: Mappers.CloudError
|
|
399
345
|
}
|
|
400
346
|
},
|
|
347
|
+
queryParameters: [Parameters.apiVersion, Parameters.maxresults],
|
|
348
|
+
urlParameters: [
|
|
349
|
+
Parameters.$host,
|
|
350
|
+
Parameters.resourceGroupName,
|
|
351
|
+
Parameters.subscriptionId,
|
|
352
|
+
Parameters.accountName1,
|
|
353
|
+
Parameters.nextLink
|
|
354
|
+
],
|
|
355
|
+
headerParameters: [Parameters.accept],
|
|
401
356
|
serializer
|
|
402
357
|
};
|