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