@azure/arm-batch 6.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} +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 -22
- 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
|
@@ -1,232 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
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.
|
|
8
|
-
*/
|
|
9
|
-
import { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/applicationOperationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a ApplicationOperations. */
|
|
14
|
-
var ApplicationOperations = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a ApplicationOperations.
|
|
17
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function ApplicationOperations(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
ApplicationOperations.prototype.create = function (resourceGroupName, accountName, applicationName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
accountName: accountName,
|
|
26
|
-
applicationName: applicationName,
|
|
27
|
-
options: options
|
|
28
|
-
}, createOperationSpec, callback);
|
|
29
|
-
};
|
|
30
|
-
ApplicationOperations.prototype.deleteMethod = function (resourceGroupName, accountName, applicationName, options, callback) {
|
|
31
|
-
return this.client.sendOperationRequest({
|
|
32
|
-
resourceGroupName: resourceGroupName,
|
|
33
|
-
accountName: accountName,
|
|
34
|
-
applicationName: applicationName,
|
|
35
|
-
options: options
|
|
36
|
-
}, deleteMethodOperationSpec, callback);
|
|
37
|
-
};
|
|
38
|
-
ApplicationOperations.prototype.get = function (resourceGroupName, accountName, applicationName, options, callback) {
|
|
39
|
-
return this.client.sendOperationRequest({
|
|
40
|
-
resourceGroupName: resourceGroupName,
|
|
41
|
-
accountName: accountName,
|
|
42
|
-
applicationName: applicationName,
|
|
43
|
-
options: options
|
|
44
|
-
}, getOperationSpec, callback);
|
|
45
|
-
};
|
|
46
|
-
ApplicationOperations.prototype.update = function (resourceGroupName, accountName, applicationName, parameters, options, callback) {
|
|
47
|
-
return this.client.sendOperationRequest({
|
|
48
|
-
resourceGroupName: resourceGroupName,
|
|
49
|
-
accountName: accountName,
|
|
50
|
-
applicationName: applicationName,
|
|
51
|
-
parameters: parameters,
|
|
52
|
-
options: options
|
|
53
|
-
}, updateOperationSpec, callback);
|
|
54
|
-
};
|
|
55
|
-
ApplicationOperations.prototype.list = function (resourceGroupName, accountName, options, callback) {
|
|
56
|
-
return this.client.sendOperationRequest({
|
|
57
|
-
resourceGroupName: resourceGroupName,
|
|
58
|
-
accountName: accountName,
|
|
59
|
-
options: options
|
|
60
|
-
}, listOperationSpec, callback);
|
|
61
|
-
};
|
|
62
|
-
ApplicationOperations.prototype.listNext = function (nextPageLink, options, callback) {
|
|
63
|
-
return this.client.sendOperationRequest({
|
|
64
|
-
nextPageLink: nextPageLink,
|
|
65
|
-
options: options
|
|
66
|
-
}, listNextOperationSpec, callback);
|
|
67
|
-
};
|
|
68
|
-
return ApplicationOperations;
|
|
69
|
-
}());
|
|
70
|
-
export { ApplicationOperations };
|
|
71
|
-
// Operation Specifications
|
|
72
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
73
|
-
var createOperationSpec = {
|
|
74
|
-
httpMethod: "PUT",
|
|
75
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
76
|
-
urlParameters: [
|
|
77
|
-
Parameters.resourceGroupName,
|
|
78
|
-
Parameters.accountName1,
|
|
79
|
-
Parameters.applicationName,
|
|
80
|
-
Parameters.subscriptionId
|
|
81
|
-
],
|
|
82
|
-
queryParameters: [
|
|
83
|
-
Parameters.apiVersion
|
|
84
|
-
],
|
|
85
|
-
headerParameters: [
|
|
86
|
-
Parameters.acceptLanguage
|
|
87
|
-
],
|
|
88
|
-
requestBody: {
|
|
89
|
-
parameterPath: [
|
|
90
|
-
"options",
|
|
91
|
-
"parameters"
|
|
92
|
-
],
|
|
93
|
-
mapper: Mappers.Application
|
|
94
|
-
},
|
|
95
|
-
responses: {
|
|
96
|
-
200: {
|
|
97
|
-
bodyMapper: Mappers.Application
|
|
98
|
-
},
|
|
99
|
-
default: {
|
|
100
|
-
bodyMapper: Mappers.CloudError
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
serializer: serializer
|
|
104
|
-
};
|
|
105
|
-
var deleteMethodOperationSpec = {
|
|
106
|
-
httpMethod: "DELETE",
|
|
107
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
108
|
-
urlParameters: [
|
|
109
|
-
Parameters.resourceGroupName,
|
|
110
|
-
Parameters.accountName1,
|
|
111
|
-
Parameters.applicationName,
|
|
112
|
-
Parameters.subscriptionId
|
|
113
|
-
],
|
|
114
|
-
queryParameters: [
|
|
115
|
-
Parameters.apiVersion
|
|
116
|
-
],
|
|
117
|
-
headerParameters: [
|
|
118
|
-
Parameters.acceptLanguage
|
|
119
|
-
],
|
|
120
|
-
responses: {
|
|
121
|
-
200: {},
|
|
122
|
-
204: {},
|
|
123
|
-
default: {
|
|
124
|
-
bodyMapper: Mappers.CloudError
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
serializer: serializer
|
|
128
|
-
};
|
|
129
|
-
var getOperationSpec = {
|
|
130
|
-
httpMethod: "GET",
|
|
131
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
132
|
-
urlParameters: [
|
|
133
|
-
Parameters.resourceGroupName,
|
|
134
|
-
Parameters.accountName1,
|
|
135
|
-
Parameters.applicationName,
|
|
136
|
-
Parameters.subscriptionId
|
|
137
|
-
],
|
|
138
|
-
queryParameters: [
|
|
139
|
-
Parameters.apiVersion
|
|
140
|
-
],
|
|
141
|
-
headerParameters: [
|
|
142
|
-
Parameters.acceptLanguage
|
|
143
|
-
],
|
|
144
|
-
responses: {
|
|
145
|
-
200: {
|
|
146
|
-
bodyMapper: Mappers.Application
|
|
147
|
-
},
|
|
148
|
-
default: {
|
|
149
|
-
bodyMapper: Mappers.CloudError
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
serializer: serializer
|
|
153
|
-
};
|
|
154
|
-
var updateOperationSpec = {
|
|
155
|
-
httpMethod: "PATCH",
|
|
156
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}",
|
|
157
|
-
urlParameters: [
|
|
158
|
-
Parameters.resourceGroupName,
|
|
159
|
-
Parameters.accountName1,
|
|
160
|
-
Parameters.applicationName,
|
|
161
|
-
Parameters.subscriptionId
|
|
162
|
-
],
|
|
163
|
-
queryParameters: [
|
|
164
|
-
Parameters.apiVersion
|
|
165
|
-
],
|
|
166
|
-
headerParameters: [
|
|
167
|
-
Parameters.acceptLanguage
|
|
168
|
-
],
|
|
169
|
-
requestBody: {
|
|
170
|
-
parameterPath: "parameters",
|
|
171
|
-
mapper: __assign(__assign({}, Mappers.Application), { required: true })
|
|
172
|
-
},
|
|
173
|
-
responses: {
|
|
174
|
-
200: {
|
|
175
|
-
bodyMapper: Mappers.Application
|
|
176
|
-
},
|
|
177
|
-
default: {
|
|
178
|
-
bodyMapper: Mappers.CloudError
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
serializer: serializer
|
|
182
|
-
};
|
|
183
|
-
var listOperationSpec = {
|
|
184
|
-
httpMethod: "GET",
|
|
185
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications",
|
|
186
|
-
urlParameters: [
|
|
187
|
-
Parameters.resourceGroupName,
|
|
188
|
-
Parameters.accountName1,
|
|
189
|
-
Parameters.subscriptionId
|
|
190
|
-
],
|
|
191
|
-
queryParameters: [
|
|
192
|
-
Parameters.maxresults,
|
|
193
|
-
Parameters.apiVersion
|
|
194
|
-
],
|
|
195
|
-
headerParameters: [
|
|
196
|
-
Parameters.acceptLanguage
|
|
197
|
-
],
|
|
198
|
-
responses: {
|
|
199
|
-
200: {
|
|
200
|
-
bodyMapper: Mappers.ListApplicationsResult
|
|
201
|
-
},
|
|
202
|
-
default: {
|
|
203
|
-
bodyMapper: Mappers.CloudError
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
serializer: serializer
|
|
207
|
-
};
|
|
208
|
-
var listNextOperationSpec = {
|
|
209
|
-
httpMethod: "GET",
|
|
210
|
-
baseUrl: "https://management.azure.com",
|
|
211
|
-
path: "{nextLink}",
|
|
212
|
-
urlParameters: [
|
|
213
|
-
Parameters.nextPageLink
|
|
214
|
-
],
|
|
215
|
-
queryParameters: [
|
|
216
|
-
Parameters.maxresults,
|
|
217
|
-
Parameters.apiVersion
|
|
218
|
-
],
|
|
219
|
-
headerParameters: [
|
|
220
|
-
Parameters.acceptLanguage
|
|
221
|
-
],
|
|
222
|
-
responses: {
|
|
223
|
-
200: {
|
|
224
|
-
bodyMapper: Mappers.ListApplicationsResult
|
|
225
|
-
},
|
|
226
|
-
default: {
|
|
227
|
-
bodyMapper: Mappers.CloudError
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
serializer: serializer
|
|
231
|
-
};
|
|
232
|
-
//# sourceMappingURL=applicationOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applicationOperations.js","sourceRoot":"","sources":["../../src/operations/applicationOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { BatchManagementClientContext } from "../batchManagementClientContext";
|
|
4
|
-
/** Class representing a ApplicationPackageOperations. */
|
|
5
|
-
export declare class ApplicationPackageOperations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a ApplicationPackageOperations.
|
|
9
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: BatchManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Activates the specified application package. This should be done after the `ApplicationPackage`
|
|
14
|
-
* was created and uploaded. This needs to be done before an `ApplicationPackage` can be used on
|
|
15
|
-
* Pools or Tasks.
|
|
16
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
17
|
-
* @param accountName The name of the Batch account.
|
|
18
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
19
|
-
* @param versionName The version of the application.
|
|
20
|
-
* @param format The format of the application package binary file.
|
|
21
|
-
* @param [options] The optional parameters
|
|
22
|
-
* @returns Promise<Models.ApplicationPackageActivateResponse>
|
|
23
|
-
*/
|
|
24
|
-
activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, format: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageActivateResponse>;
|
|
25
|
-
/**
|
|
26
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
27
|
-
* @param accountName The name of the Batch account.
|
|
28
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
29
|
-
* @param versionName The version of the application.
|
|
30
|
-
* @param format The format of the application package binary file.
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, format: string, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;
|
|
34
|
-
/**
|
|
35
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
36
|
-
* @param accountName The name of the Batch account.
|
|
37
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
38
|
-
* @param versionName The version of the application.
|
|
39
|
-
* @param format The format of the application package binary file.
|
|
40
|
-
* @param options The optional parameters
|
|
41
|
-
* @param callback The callback
|
|
42
|
-
*/
|
|
43
|
-
activate(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, format: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;
|
|
44
|
-
/**
|
|
45
|
-
* Creates an application package record. The record contains a storageUrl where the package should
|
|
46
|
-
* be uploaded to. Once it is uploaded the `ApplicationPackage` needs to be activated using
|
|
47
|
-
* `ApplicationPackageActive` before it can be used. If the auto storage account was configured to
|
|
48
|
-
* use storage keys, the URL returned will contain a SAS.
|
|
49
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
50
|
-
* @param accountName The name of the Batch account.
|
|
51
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
52
|
-
* @param versionName The version of the application.
|
|
53
|
-
* @param [options] The optional parameters
|
|
54
|
-
* @returns Promise<Models.ApplicationPackageCreateResponse>
|
|
55
|
-
*/
|
|
56
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageCreateResponse>;
|
|
57
|
-
/**
|
|
58
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
59
|
-
* @param accountName The name of the Batch account.
|
|
60
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
61
|
-
* @param versionName The version of the application.
|
|
62
|
-
* @param callback The callback
|
|
63
|
-
*/
|
|
64
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;
|
|
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 versionName The version of the application.
|
|
70
|
-
* @param options The optional parameters
|
|
71
|
-
* @param callback The callback
|
|
72
|
-
*/
|
|
73
|
-
create(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;
|
|
74
|
-
/**
|
|
75
|
-
* Deletes an application package record and its associated binary file.
|
|
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 applicationName The name of the application. This must be unique within the account.
|
|
79
|
-
* @param versionName The version of the application.
|
|
80
|
-
* @param [options] The optional parameters
|
|
81
|
-
* @returns Promise<msRest.RestResponse>
|
|
82
|
-
*/
|
|
83
|
-
deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
84
|
-
/**
|
|
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 applicationName The name of the application. This must be unique within the account.
|
|
88
|
-
* @param versionName The version of the application.
|
|
89
|
-
* @param callback The callback
|
|
90
|
-
*/
|
|
91
|
-
deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, callback: msRest.ServiceCallback<void>): void;
|
|
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 applicationName The name of the application. This must be unique within the account.
|
|
96
|
-
* @param versionName The version of the application.
|
|
97
|
-
* @param options The optional parameters
|
|
98
|
-
* @param callback The callback
|
|
99
|
-
*/
|
|
100
|
-
deleteMethod(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
101
|
-
/**
|
|
102
|
-
* Gets information about the specified application package.
|
|
103
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
104
|
-
* @param accountName The name of the Batch account.
|
|
105
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
106
|
-
* @param versionName The version of the application.
|
|
107
|
-
* @param [options] The optional parameters
|
|
108
|
-
* @returns Promise<Models.ApplicationPackageGetResponse>
|
|
109
|
-
*/
|
|
110
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options?: msRest.RequestOptionsBase): Promise<Models.ApplicationPackageGetResponse>;
|
|
111
|
-
/**
|
|
112
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
113
|
-
* @param accountName The name of the Batch account.
|
|
114
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
115
|
-
* @param versionName The version of the application.
|
|
116
|
-
* @param callback The callback
|
|
117
|
-
*/
|
|
118
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;
|
|
119
|
-
/**
|
|
120
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
121
|
-
* @param accountName The name of the Batch account.
|
|
122
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
123
|
-
* @param versionName The version of the application.
|
|
124
|
-
* @param options The optional parameters
|
|
125
|
-
* @param callback The callback
|
|
126
|
-
*/
|
|
127
|
-
get(resourceGroupName: string, accountName: string, applicationName: string, versionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ApplicationPackage>): void;
|
|
128
|
-
/**
|
|
129
|
-
* Lists all of the application packages in the specified application.
|
|
130
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
131
|
-
* @param accountName The name of the Batch account.
|
|
132
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
133
|
-
* @param [options] The optional parameters
|
|
134
|
-
* @returns Promise<Models.ApplicationPackageListResponse>
|
|
135
|
-
*/
|
|
136
|
-
list(resourceGroupName: string, accountName: string, applicationName: string, options?: Models.ApplicationPackageListOptionalParams): Promise<Models.ApplicationPackageListResponse>;
|
|
137
|
-
/**
|
|
138
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
139
|
-
* @param accountName The name of the Batch account.
|
|
140
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
141
|
-
* @param callback The callback
|
|
142
|
-
*/
|
|
143
|
-
list(resourceGroupName: string, accountName: string, applicationName: string, callback: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): void;
|
|
144
|
-
/**
|
|
145
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
146
|
-
* @param accountName The name of the Batch account.
|
|
147
|
-
* @param applicationName The name of the application. This must be unique within the account.
|
|
148
|
-
* @param options The optional parameters
|
|
149
|
-
* @param callback The callback
|
|
150
|
-
*/
|
|
151
|
-
list(resourceGroupName: string, accountName: string, applicationName: string, options: Models.ApplicationPackageListOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): void;
|
|
152
|
-
/**
|
|
153
|
-
* Lists all of the application packages in the specified application.
|
|
154
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
155
|
-
* @param [options] The optional parameters
|
|
156
|
-
* @returns Promise<Models.ApplicationPackageListNextResponse>
|
|
157
|
-
*/
|
|
158
|
-
listNext(nextPageLink: string, options?: Models.ApplicationPackageListNextOptionalParams): Promise<Models.ApplicationPackageListNextResponse>;
|
|
159
|
-
/**
|
|
160
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
161
|
-
* @param callback The callback
|
|
162
|
-
*/
|
|
163
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): void;
|
|
164
|
-
/**
|
|
165
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
166
|
-
* @param options The optional parameters
|
|
167
|
-
* @param callback The callback
|
|
168
|
-
*/
|
|
169
|
-
listNext(nextPageLink: string, options: Models.ApplicationPackageListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListApplicationPackagesResult>): void;
|
|
170
|
-
}
|
|
171
|
-
//# sourceMappingURL=applicationPackageOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applicationPackageOperations.d.ts","sourceRoot":"","sources":["../../src/operations/applicationPackageOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,244 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
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.
|
|
8
|
-
*/
|
|
9
|
-
import { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/applicationPackageOperationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a ApplicationPackageOperations. */
|
|
14
|
-
var ApplicationPackageOperations = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a ApplicationPackageOperations.
|
|
17
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function ApplicationPackageOperations(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
ApplicationPackageOperations.prototype.activate = function (resourceGroupName, accountName, applicationName, versionName, format, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
accountName: accountName,
|
|
26
|
-
applicationName: applicationName,
|
|
27
|
-
versionName: versionName,
|
|
28
|
-
format: format,
|
|
29
|
-
options: options
|
|
30
|
-
}, activateOperationSpec, callback);
|
|
31
|
-
};
|
|
32
|
-
ApplicationPackageOperations.prototype.create = function (resourceGroupName, accountName, applicationName, versionName, options, callback) {
|
|
33
|
-
return this.client.sendOperationRequest({
|
|
34
|
-
resourceGroupName: resourceGroupName,
|
|
35
|
-
accountName: accountName,
|
|
36
|
-
applicationName: applicationName,
|
|
37
|
-
versionName: versionName,
|
|
38
|
-
options: options
|
|
39
|
-
}, createOperationSpec, callback);
|
|
40
|
-
};
|
|
41
|
-
ApplicationPackageOperations.prototype.deleteMethod = function (resourceGroupName, accountName, applicationName, versionName, options, callback) {
|
|
42
|
-
return this.client.sendOperationRequest({
|
|
43
|
-
resourceGroupName: resourceGroupName,
|
|
44
|
-
accountName: accountName,
|
|
45
|
-
applicationName: applicationName,
|
|
46
|
-
versionName: versionName,
|
|
47
|
-
options: options
|
|
48
|
-
}, deleteMethodOperationSpec, callback);
|
|
49
|
-
};
|
|
50
|
-
ApplicationPackageOperations.prototype.get = function (resourceGroupName, accountName, applicationName, versionName, options, callback) {
|
|
51
|
-
return this.client.sendOperationRequest({
|
|
52
|
-
resourceGroupName: resourceGroupName,
|
|
53
|
-
accountName: accountName,
|
|
54
|
-
applicationName: applicationName,
|
|
55
|
-
versionName: versionName,
|
|
56
|
-
options: options
|
|
57
|
-
}, getOperationSpec, callback);
|
|
58
|
-
};
|
|
59
|
-
ApplicationPackageOperations.prototype.list = function (resourceGroupName, accountName, applicationName, options, callback) {
|
|
60
|
-
return this.client.sendOperationRequest({
|
|
61
|
-
resourceGroupName: resourceGroupName,
|
|
62
|
-
accountName: accountName,
|
|
63
|
-
applicationName: applicationName,
|
|
64
|
-
options: options
|
|
65
|
-
}, listOperationSpec, callback);
|
|
66
|
-
};
|
|
67
|
-
ApplicationPackageOperations.prototype.listNext = function (nextPageLink, options, callback) {
|
|
68
|
-
return this.client.sendOperationRequest({
|
|
69
|
-
nextPageLink: nextPageLink,
|
|
70
|
-
options: options
|
|
71
|
-
}, listNextOperationSpec, callback);
|
|
72
|
-
};
|
|
73
|
-
return ApplicationPackageOperations;
|
|
74
|
-
}());
|
|
75
|
-
export { ApplicationPackageOperations };
|
|
76
|
-
// Operation Specifications
|
|
77
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
78
|
-
var activateOperationSpec = {
|
|
79
|
-
httpMethod: "POST",
|
|
80
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}/activate",
|
|
81
|
-
urlParameters: [
|
|
82
|
-
Parameters.resourceGroupName,
|
|
83
|
-
Parameters.accountName1,
|
|
84
|
-
Parameters.applicationName,
|
|
85
|
-
Parameters.versionName,
|
|
86
|
-
Parameters.subscriptionId
|
|
87
|
-
],
|
|
88
|
-
queryParameters: [
|
|
89
|
-
Parameters.apiVersion
|
|
90
|
-
],
|
|
91
|
-
headerParameters: [
|
|
92
|
-
Parameters.acceptLanguage
|
|
93
|
-
],
|
|
94
|
-
requestBody: {
|
|
95
|
-
parameterPath: {
|
|
96
|
-
format: "format"
|
|
97
|
-
},
|
|
98
|
-
mapper: __assign(__assign({}, Mappers.ActivateApplicationPackageParameters), { required: true })
|
|
99
|
-
},
|
|
100
|
-
responses: {
|
|
101
|
-
200: {
|
|
102
|
-
bodyMapper: Mappers.ApplicationPackage
|
|
103
|
-
},
|
|
104
|
-
default: {
|
|
105
|
-
bodyMapper: Mappers.CloudError
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
serializer: serializer
|
|
109
|
-
};
|
|
110
|
-
var createOperationSpec = {
|
|
111
|
-
httpMethod: "PUT",
|
|
112
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}",
|
|
113
|
-
urlParameters: [
|
|
114
|
-
Parameters.resourceGroupName,
|
|
115
|
-
Parameters.accountName1,
|
|
116
|
-
Parameters.applicationName,
|
|
117
|
-
Parameters.versionName,
|
|
118
|
-
Parameters.subscriptionId
|
|
119
|
-
],
|
|
120
|
-
queryParameters: [
|
|
121
|
-
Parameters.apiVersion
|
|
122
|
-
],
|
|
123
|
-
headerParameters: [
|
|
124
|
-
Parameters.acceptLanguage
|
|
125
|
-
],
|
|
126
|
-
requestBody: {
|
|
127
|
-
parameterPath: [
|
|
128
|
-
"options",
|
|
129
|
-
"parameters"
|
|
130
|
-
],
|
|
131
|
-
mapper: Mappers.ApplicationPackage
|
|
132
|
-
},
|
|
133
|
-
responses: {
|
|
134
|
-
200: {
|
|
135
|
-
bodyMapper: Mappers.ApplicationPackage
|
|
136
|
-
},
|
|
137
|
-
default: {
|
|
138
|
-
bodyMapper: Mappers.CloudError
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
serializer: serializer
|
|
142
|
-
};
|
|
143
|
-
var deleteMethodOperationSpec = {
|
|
144
|
-
httpMethod: "DELETE",
|
|
145
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}",
|
|
146
|
-
urlParameters: [
|
|
147
|
-
Parameters.resourceGroupName,
|
|
148
|
-
Parameters.accountName1,
|
|
149
|
-
Parameters.applicationName,
|
|
150
|
-
Parameters.versionName,
|
|
151
|
-
Parameters.subscriptionId
|
|
152
|
-
],
|
|
153
|
-
queryParameters: [
|
|
154
|
-
Parameters.apiVersion
|
|
155
|
-
],
|
|
156
|
-
headerParameters: [
|
|
157
|
-
Parameters.acceptLanguage
|
|
158
|
-
],
|
|
159
|
-
responses: {
|
|
160
|
-
200: {},
|
|
161
|
-
204: {},
|
|
162
|
-
default: {
|
|
163
|
-
bodyMapper: Mappers.CloudError
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
serializer: serializer
|
|
167
|
-
};
|
|
168
|
-
var getOperationSpec = {
|
|
169
|
-
httpMethod: "GET",
|
|
170
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}",
|
|
171
|
-
urlParameters: [
|
|
172
|
-
Parameters.resourceGroupName,
|
|
173
|
-
Parameters.accountName1,
|
|
174
|
-
Parameters.applicationName,
|
|
175
|
-
Parameters.versionName,
|
|
176
|
-
Parameters.subscriptionId
|
|
177
|
-
],
|
|
178
|
-
queryParameters: [
|
|
179
|
-
Parameters.apiVersion
|
|
180
|
-
],
|
|
181
|
-
headerParameters: [
|
|
182
|
-
Parameters.acceptLanguage
|
|
183
|
-
],
|
|
184
|
-
responses: {
|
|
185
|
-
200: {
|
|
186
|
-
bodyMapper: Mappers.ApplicationPackage
|
|
187
|
-
},
|
|
188
|
-
default: {
|
|
189
|
-
bodyMapper: Mappers.CloudError
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
serializer: serializer
|
|
193
|
-
};
|
|
194
|
-
var listOperationSpec = {
|
|
195
|
-
httpMethod: "GET",
|
|
196
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions",
|
|
197
|
-
urlParameters: [
|
|
198
|
-
Parameters.resourceGroupName,
|
|
199
|
-
Parameters.accountName1,
|
|
200
|
-
Parameters.applicationName,
|
|
201
|
-
Parameters.subscriptionId
|
|
202
|
-
],
|
|
203
|
-
queryParameters: [
|
|
204
|
-
Parameters.maxresults,
|
|
205
|
-
Parameters.apiVersion
|
|
206
|
-
],
|
|
207
|
-
headerParameters: [
|
|
208
|
-
Parameters.acceptLanguage
|
|
209
|
-
],
|
|
210
|
-
responses: {
|
|
211
|
-
200: {
|
|
212
|
-
bodyMapper: Mappers.ListApplicationPackagesResult
|
|
213
|
-
},
|
|
214
|
-
default: {
|
|
215
|
-
bodyMapper: Mappers.CloudError
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
serializer: serializer
|
|
219
|
-
};
|
|
220
|
-
var listNextOperationSpec = {
|
|
221
|
-
httpMethod: "GET",
|
|
222
|
-
baseUrl: "https://management.azure.com",
|
|
223
|
-
path: "{nextLink}",
|
|
224
|
-
urlParameters: [
|
|
225
|
-
Parameters.nextPageLink
|
|
226
|
-
],
|
|
227
|
-
queryParameters: [
|
|
228
|
-
Parameters.maxresults,
|
|
229
|
-
Parameters.apiVersion
|
|
230
|
-
],
|
|
231
|
-
headerParameters: [
|
|
232
|
-
Parameters.acceptLanguage
|
|
233
|
-
],
|
|
234
|
-
responses: {
|
|
235
|
-
200: {
|
|
236
|
-
bodyMapper: Mappers.ListApplicationPackagesResult
|
|
237
|
-
},
|
|
238
|
-
default: {
|
|
239
|
-
bodyMapper: Mappers.CloudError
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
serializer: serializer
|
|
243
|
-
};
|
|
244
|
-
//# sourceMappingURL=applicationPackageOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"applicationPackageOperations.js","sourceRoot":"","sources":["../../src/operations/applicationPackageOperations.ts"],"names":[],"mappings":"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"}
|