@azure/arm-batch 4.0.0 → 7.0.0-alpha.20211122.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +75 -77
- package/dist/index.js +6873 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/batchManagementClient.d.ts +24 -0
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClient.js +31 -0
- package/dist-esm/src/batchManagementClient.js.map +1 -0
- package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
- package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClientContext.js +50 -0
- package/dist-esm/src/batchManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1780 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +112 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2357 -1248
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +34 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +303 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
- package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationOperations.js +269 -0
- package/dist-esm/src/operations/applicationOperations.js.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
- package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
- package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
- package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/batchAccountOperations.js +681 -0
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
- package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/certificateOperations.js +388 -0
- package/dist-esm/src/operations/certificateOperations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +17 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/location.d.ts +71 -0
- package/dist-esm/src/operations/location.d.ts.map +1 -0
- package/dist-esm/src/operations/location.js +316 -0
- package/dist-esm/src/operations/location.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/poolOperations.d.ts +103 -0
- package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/poolOperations.js +410 -0
- package/dist-esm/src/operations/poolOperations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.js +9 -0
- package/dist-esm/src/operationsInterfaces/location.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +479 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +72 -25
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +184 -27
- package/src/batchManagementClient.ts +75 -0
- package/src/batchManagementClientContext.ts +71 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2045 -0
- package/{lib → src}/models/mappers.ts +2413 -1223
- package/src/models/parameters.ts +351 -0
- package/src/operations/applicationOperations.ts +357 -0
- package/src/operations/applicationPackageOperations.ts +410 -0
- package/src/operations/batchAccountOperations.ts +901 -0
- package/src/operations/certificateOperations.ts +527 -0
- package/{lib → src}/operations/index.ts +5 -5
- package/src/operations/location.ts +413 -0
- package/src/operations/operations.ts +137 -0
- package/src/operations/poolOperations.ts +560 -0
- package/src/operations/privateEndpointConnectionOperations.ts +388 -0
- package/src/operations/privateLinkResourceOperations.ts +235 -0
- package/src/operationsInterfaces/applicationOperations.ts +90 -0
- package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
- package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
- package/src/operationsInterfaces/certificateOperations.ts +139 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +6 -6
- package/src/operationsInterfaces/location.ts +62 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/poolOperations.ts +142 -0
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
- package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
- package/tsconfig.json +4 -4
- package/types/arm-batch.d.ts +2528 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-batch.js +0 -4689
- package/dist/arm-batch.js.map +0 -1
- package/dist/arm-batch.min.js +0 -1
- package/dist/arm-batch.min.js.map +0 -1
- package/esm/batchManagementClient.d.ts +0 -25
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -40
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -17
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -57
- package/esm/batchManagementClientContext.js.map +0 -1
- package/esm/models/applicationOperationsMappers.d.ts +0 -2
- package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationOperationsMappers.js +0 -11
- package/esm/models/applicationOperationsMappers.js.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
- package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationPackageOperationsMappers.js +0 -11
- package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
- package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
- package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
- package/esm/models/batchAccountOperationsMappers.js +0 -11
- package/esm/models/batchAccountOperationsMappers.js.map +0 -1
- package/esm/models/certificateOperationsMappers.d.ts +0 -2
- package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
- package/esm/models/certificateOperationsMappers.js +0 -11
- package/esm/models/certificateOperationsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3108
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationMappers.d.ts +0 -2
- package/esm/models/locationMappers.d.ts.map +0 -1
- package/esm/models/locationMappers.js +0 -11
- package/esm/models/locationMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -76
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -196
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolOperationsMappers.d.ts +0 -2
- package/esm/models/poolOperationsMappers.d.ts.map +0 -1
- package/esm/models/poolOperationsMappers.js +0 -11
- package/esm/models/poolOperationsMappers.js.map +0 -1
- package/esm/operations/applicationOperations.d.ts +0 -151
- package/esm/operations/applicationOperations.d.ts.map +0 -1
- package/esm/operations/applicationOperations.js +0 -226
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -124
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -171
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -246
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -426
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -198
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -326
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -52
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -93
- package/esm/operations/location.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/poolOperations.d.ts +0 -199
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -352
- package/esm/operations/poolOperations.js.map +0 -1
- package/lib/batchManagementClient.ts +0 -55
- package/lib/batchManagementClientContext.ts +0 -63
- package/lib/models/applicationOperationsMappers.ts +0 -19
- package/lib/models/applicationPackageOperationsMappers.ts +0 -16
- package/lib/models/batchAccountOperationsMappers.ts +0 -61
- package/lib/models/certificateOperationsMappers.ts +0 -60
- package/lib/models/index.ts +0 -3252
- package/lib/models/locationMappers.ts +0 -17
- package/lib/models/operationsMappers.ts +0 -17
- package/lib/models/parameters.ts +0 -198
- package/lib/models/poolOperationsMappers.ts +0 -61
- package/lib/operations/applicationOperations.ts +0 -399
- package/lib/operations/applicationPackageOperations.ts +0 -307
- package/lib/operations/batchAccountOperations.ts +0 -683
- package/lib/operations/certificateOperations.ts +0 -510
- package/lib/operations/location.ts +0 -147
- package/lib/operations/operations.ts +0 -123
- package/lib/operations/poolOperations.ts +0 -550
|
@@ -0,0 +1,106 @@
|
|
|
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 regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
ApplicationPackage,
|
|
12
|
+
ApplicationPackageListOptionalParams,
|
|
13
|
+
ActivateApplicationPackageParameters,
|
|
14
|
+
ApplicationPackageActivateOptionalParams,
|
|
15
|
+
ApplicationPackageActivateResponse,
|
|
16
|
+
ApplicationPackageCreateOptionalParams,
|
|
17
|
+
ApplicationPackageCreateResponse,
|
|
18
|
+
ApplicationPackageDeleteOptionalParams,
|
|
19
|
+
ApplicationPackageGetOptionalParams,
|
|
20
|
+
ApplicationPackageGetResponse
|
|
21
|
+
} from "../models";
|
|
22
|
+
|
|
23
|
+
/// <reference lib="esnext.asynciterable" />
|
|
24
|
+
/** Interface representing a ApplicationPackageOperations. */
|
|
25
|
+
export interface ApplicationPackageOperations {
|
|
26
|
+
/**
|
|
27
|
+
* Lists all of the application packages in the specified application.
|
|
28
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
29
|
+
* @param accountName The name of the Batch account.
|
|
30
|
+
* @param applicationName The name of the application. This must be unique within the account.
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
list(
|
|
34
|
+
resourceGroupName: string,
|
|
35
|
+
accountName: string,
|
|
36
|
+
applicationName: string,
|
|
37
|
+
options?: ApplicationPackageListOptionalParams
|
|
38
|
+
): PagedAsyncIterableIterator<ApplicationPackage>;
|
|
39
|
+
/**
|
|
40
|
+
* Activates the specified application package. This should be done after the `ApplicationPackage` was
|
|
41
|
+
* created and uploaded. This needs to be done before an `ApplicationPackage` can be used on Pools or
|
|
42
|
+
* Tasks.
|
|
43
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
44
|
+
* @param accountName The name of the Batch account.
|
|
45
|
+
* @param applicationName The name of the application. This must be unique within the account.
|
|
46
|
+
* @param versionName The version of the application.
|
|
47
|
+
* @param parameters The parameters for the request.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
activate(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
accountName: string,
|
|
53
|
+
applicationName: string,
|
|
54
|
+
versionName: string,
|
|
55
|
+
parameters: ActivateApplicationPackageParameters,
|
|
56
|
+
options?: ApplicationPackageActivateOptionalParams
|
|
57
|
+
): Promise<ApplicationPackageActivateResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* Creates an application package record. The record contains a storageUrl where the package should be
|
|
60
|
+
* uploaded to. Once it is uploaded the `ApplicationPackage` needs to be activated using
|
|
61
|
+
* `ApplicationPackageActive` before it can be used. If the auto storage account was configured to use
|
|
62
|
+
* storage keys, the URL returned will contain a SAS.
|
|
63
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
64
|
+
* @param accountName The name of the Batch account.
|
|
65
|
+
* @param applicationName The name of the application. This must be unique within the account.
|
|
66
|
+
* @param versionName The version of the application.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
create(
|
|
70
|
+
resourceGroupName: string,
|
|
71
|
+
accountName: string,
|
|
72
|
+
applicationName: string,
|
|
73
|
+
versionName: string,
|
|
74
|
+
options?: ApplicationPackageCreateOptionalParams
|
|
75
|
+
): Promise<ApplicationPackageCreateResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* Deletes an application package record and its associated binary file.
|
|
78
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
79
|
+
* @param accountName The name of the Batch account.
|
|
80
|
+
* @param applicationName The name of the application. This must be unique within the account.
|
|
81
|
+
* @param versionName The version of the application.
|
|
82
|
+
* @param options The options parameters.
|
|
83
|
+
*/
|
|
84
|
+
delete(
|
|
85
|
+
resourceGroupName: string,
|
|
86
|
+
accountName: string,
|
|
87
|
+
applicationName: string,
|
|
88
|
+
versionName: string,
|
|
89
|
+
options?: ApplicationPackageDeleteOptionalParams
|
|
90
|
+
): Promise<void>;
|
|
91
|
+
/**
|
|
92
|
+
* Gets information about the specified application package.
|
|
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 options parameters.
|
|
98
|
+
*/
|
|
99
|
+
get(
|
|
100
|
+
resourceGroupName: string,
|
|
101
|
+
accountName: string,
|
|
102
|
+
applicationName: string,
|
|
103
|
+
versionName: string,
|
|
104
|
+
options?: ApplicationPackageGetOptionalParams
|
|
105
|
+
): Promise<ApplicationPackageGetResponse>;
|
|
106
|
+
}
|
|
@@ -0,0 +1,196 @@
|
|
|
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 regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
BatchAccount,
|
|
13
|
+
BatchAccountListOptionalParams,
|
|
14
|
+
BatchAccountListByResourceGroupOptionalParams,
|
|
15
|
+
OutboundEnvironmentEndpoint,
|
|
16
|
+
BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams,
|
|
17
|
+
BatchAccountCreateParameters,
|
|
18
|
+
BatchAccountCreateOptionalParams,
|
|
19
|
+
BatchAccountCreateResponse,
|
|
20
|
+
BatchAccountUpdateParameters,
|
|
21
|
+
BatchAccountUpdateOptionalParams,
|
|
22
|
+
BatchAccountUpdateResponse,
|
|
23
|
+
BatchAccountDeleteOptionalParams,
|
|
24
|
+
BatchAccountGetOptionalParams,
|
|
25
|
+
BatchAccountGetResponse,
|
|
26
|
+
BatchAccountSynchronizeAutoStorageKeysOptionalParams,
|
|
27
|
+
BatchAccountRegenerateKeyParameters,
|
|
28
|
+
BatchAccountRegenerateKeyOptionalParams,
|
|
29
|
+
BatchAccountRegenerateKeyResponse,
|
|
30
|
+
BatchAccountGetKeysOptionalParams,
|
|
31
|
+
BatchAccountGetKeysResponse
|
|
32
|
+
} from "../models";
|
|
33
|
+
|
|
34
|
+
/// <reference lib="esnext.asynciterable" />
|
|
35
|
+
/** Interface representing a BatchAccountOperations. */
|
|
36
|
+
export interface BatchAccountOperations {
|
|
37
|
+
/**
|
|
38
|
+
* Gets information about the Batch accounts associated with the subscription.
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
list(
|
|
42
|
+
options?: BatchAccountListOptionalParams
|
|
43
|
+
): PagedAsyncIterableIterator<BatchAccount>;
|
|
44
|
+
/**
|
|
45
|
+
* Gets information about the Batch accounts associated with the specified resource group.
|
|
46
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
47
|
+
* @param options The options parameters.
|
|
48
|
+
*/
|
|
49
|
+
listByResourceGroup(
|
|
50
|
+
resourceGroupName: string,
|
|
51
|
+
options?: BatchAccountListByResourceGroupOptionalParams
|
|
52
|
+
): PagedAsyncIterableIterator<BatchAccount>;
|
|
53
|
+
/**
|
|
54
|
+
* Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch
|
|
55
|
+
* service administration. If you are deploying a Pool inside of a virtual network that you specify,
|
|
56
|
+
* you must make sure your network allows outbound access to these endpoints. Failure to allow access
|
|
57
|
+
* to these endpoints may cause Batch to mark the affected nodes as unusable. For more information
|
|
58
|
+
* about creating a pool inside of a virtual network, see
|
|
59
|
+
* https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network.
|
|
60
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
61
|
+
* @param accountName The name of the Batch account.
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
listOutboundNetworkDependenciesEndpoints(
|
|
65
|
+
resourceGroupName: string,
|
|
66
|
+
accountName: string,
|
|
67
|
+
options?: BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams
|
|
68
|
+
): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
69
|
+
/**
|
|
70
|
+
* Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with
|
|
71
|
+
* this API and should instead be updated with the Update Batch Account API.
|
|
72
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
73
|
+
* @param accountName A name for the Batch account which must be unique within the region. Batch
|
|
74
|
+
* account names must be between 3 and 24 characters in length and must use only numbers and lowercase
|
|
75
|
+
* letters. This name is used as part of the DNS name that is used to access the Batch service in the
|
|
76
|
+
* region in which the account is created. For example: http://accountname.region.batch.azure.com/.
|
|
77
|
+
* @param parameters Additional parameters for account creation.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
beginCreate(
|
|
81
|
+
resourceGroupName: string,
|
|
82
|
+
accountName: string,
|
|
83
|
+
parameters: BatchAccountCreateParameters,
|
|
84
|
+
options?: BatchAccountCreateOptionalParams
|
|
85
|
+
): Promise<
|
|
86
|
+
PollerLike<
|
|
87
|
+
PollOperationState<BatchAccountCreateResponse>,
|
|
88
|
+
BatchAccountCreateResponse
|
|
89
|
+
>
|
|
90
|
+
>;
|
|
91
|
+
/**
|
|
92
|
+
* Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with
|
|
93
|
+
* this API and should instead be updated with the Update Batch Account API.
|
|
94
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
95
|
+
* @param accountName A name for the Batch account which must be unique within the region. Batch
|
|
96
|
+
* account names must be between 3 and 24 characters in length and must use only numbers and lowercase
|
|
97
|
+
* letters. This name is used as part of the DNS name that is used to access the Batch service in the
|
|
98
|
+
* region in which the account is created. For example: http://accountname.region.batch.azure.com/.
|
|
99
|
+
* @param parameters Additional parameters for account creation.
|
|
100
|
+
* @param options The options parameters.
|
|
101
|
+
*/
|
|
102
|
+
beginCreateAndWait(
|
|
103
|
+
resourceGroupName: string,
|
|
104
|
+
accountName: string,
|
|
105
|
+
parameters: BatchAccountCreateParameters,
|
|
106
|
+
options?: BatchAccountCreateOptionalParams
|
|
107
|
+
): Promise<BatchAccountCreateResponse>;
|
|
108
|
+
/**
|
|
109
|
+
* Updates the properties of an existing Batch account.
|
|
110
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
111
|
+
* @param accountName The name of the Batch account.
|
|
112
|
+
* @param parameters Additional parameters for account update.
|
|
113
|
+
* @param options The options parameters.
|
|
114
|
+
*/
|
|
115
|
+
update(
|
|
116
|
+
resourceGroupName: string,
|
|
117
|
+
accountName: string,
|
|
118
|
+
parameters: BatchAccountUpdateParameters,
|
|
119
|
+
options?: BatchAccountUpdateOptionalParams
|
|
120
|
+
): Promise<BatchAccountUpdateResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* Deletes the specified Batch account.
|
|
123
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
124
|
+
* @param accountName The name of the Batch account.
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
beginDelete(
|
|
128
|
+
resourceGroupName: string,
|
|
129
|
+
accountName: string,
|
|
130
|
+
options?: BatchAccountDeleteOptionalParams
|
|
131
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
132
|
+
/**
|
|
133
|
+
* Deletes the specified Batch account.
|
|
134
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
135
|
+
* @param accountName The name of the Batch account.
|
|
136
|
+
* @param options The options parameters.
|
|
137
|
+
*/
|
|
138
|
+
beginDeleteAndWait(
|
|
139
|
+
resourceGroupName: string,
|
|
140
|
+
accountName: string,
|
|
141
|
+
options?: BatchAccountDeleteOptionalParams
|
|
142
|
+
): Promise<void>;
|
|
143
|
+
/**
|
|
144
|
+
* Gets information about the specified Batch account.
|
|
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 options The options parameters.
|
|
148
|
+
*/
|
|
149
|
+
get(
|
|
150
|
+
resourceGroupName: string,
|
|
151
|
+
accountName: string,
|
|
152
|
+
options?: BatchAccountGetOptionalParams
|
|
153
|
+
): Promise<BatchAccountGetResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* Synchronizes access keys for the auto-storage account configured for the specified Batch account,
|
|
156
|
+
* only if storage key authentication is being used.
|
|
157
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
158
|
+
* @param accountName The name of the Batch account.
|
|
159
|
+
* @param options The options parameters.
|
|
160
|
+
*/
|
|
161
|
+
synchronizeAutoStorageKeys(
|
|
162
|
+
resourceGroupName: string,
|
|
163
|
+
accountName: string,
|
|
164
|
+
options?: BatchAccountSynchronizeAutoStorageKeysOptionalParams
|
|
165
|
+
): Promise<void>;
|
|
166
|
+
/**
|
|
167
|
+
* This operation applies only to Batch accounts with allowedAuthenticationModes containing
|
|
168
|
+
* 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,
|
|
169
|
+
* clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes
|
|
170
|
+
* instead. In this case, regenerating the keys will fail.
|
|
171
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
172
|
+
* @param accountName The name of the Batch account.
|
|
173
|
+
* @param parameters The type of key to regenerate.
|
|
174
|
+
* @param options The options parameters.
|
|
175
|
+
*/
|
|
176
|
+
regenerateKey(
|
|
177
|
+
resourceGroupName: string,
|
|
178
|
+
accountName: string,
|
|
179
|
+
parameters: BatchAccountRegenerateKeyParameters,
|
|
180
|
+
options?: BatchAccountRegenerateKeyOptionalParams
|
|
181
|
+
): Promise<BatchAccountRegenerateKeyResponse>;
|
|
182
|
+
/**
|
|
183
|
+
* This operation applies only to Batch accounts with allowedAuthenticationModes containing
|
|
184
|
+
* 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,
|
|
185
|
+
* clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes
|
|
186
|
+
* instead. In this case, getting the keys will fail.
|
|
187
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
188
|
+
* @param accountName The name of the Batch account.
|
|
189
|
+
* @param options The options parameters.
|
|
190
|
+
*/
|
|
191
|
+
getKeys(
|
|
192
|
+
resourceGroupName: string,
|
|
193
|
+
accountName: string,
|
|
194
|
+
options?: BatchAccountGetKeysOptionalParams
|
|
195
|
+
): Promise<BatchAccountGetKeysResponse>;
|
|
196
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
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 regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
Certificate,
|
|
13
|
+
CertificateListByBatchAccountOptionalParams,
|
|
14
|
+
CertificateCreateOrUpdateParameters,
|
|
15
|
+
CertificateCreateOptionalParams,
|
|
16
|
+
CertificateCreateResponse,
|
|
17
|
+
CertificateUpdateOptionalParams,
|
|
18
|
+
CertificateUpdateResponse,
|
|
19
|
+
CertificateDeleteOptionalParams,
|
|
20
|
+
CertificateGetOptionalParams,
|
|
21
|
+
CertificateGetResponse,
|
|
22
|
+
CertificateCancelDeletionOptionalParams,
|
|
23
|
+
CertificateCancelDeletionResponse
|
|
24
|
+
} from "../models";
|
|
25
|
+
|
|
26
|
+
/// <reference lib="esnext.asynciterable" />
|
|
27
|
+
/** Interface representing a CertificateOperations. */
|
|
28
|
+
export interface CertificateOperations {
|
|
29
|
+
/**
|
|
30
|
+
* Lists all of the certificates in the specified account.
|
|
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 options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
listByBatchAccount(
|
|
36
|
+
resourceGroupName: string,
|
|
37
|
+
accountName: string,
|
|
38
|
+
options?: CertificateListByBatchAccountOptionalParams
|
|
39
|
+
): PagedAsyncIterableIterator<Certificate>;
|
|
40
|
+
/**
|
|
41
|
+
* Creates a new certificate inside the specified account.
|
|
42
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
43
|
+
* @param accountName The name of the Batch account.
|
|
44
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
45
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
46
|
+
* SHA1-a3d1c5.
|
|
47
|
+
* @param parameters Additional parameters for certificate creation.
|
|
48
|
+
* @param options The options parameters.
|
|
49
|
+
*/
|
|
50
|
+
create(
|
|
51
|
+
resourceGroupName: string,
|
|
52
|
+
accountName: string,
|
|
53
|
+
certificateName: string,
|
|
54
|
+
parameters: CertificateCreateOrUpdateParameters,
|
|
55
|
+
options?: CertificateCreateOptionalParams
|
|
56
|
+
): Promise<CertificateCreateResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* Updates the properties of an existing certificate.
|
|
59
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
60
|
+
* @param accountName The name of the Batch account.
|
|
61
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
62
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
63
|
+
* SHA1-a3d1c5.
|
|
64
|
+
* @param parameters Certificate entity to update.
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
update(
|
|
68
|
+
resourceGroupName: string,
|
|
69
|
+
accountName: string,
|
|
70
|
+
certificateName: string,
|
|
71
|
+
parameters: CertificateCreateOrUpdateParameters,
|
|
72
|
+
options?: CertificateUpdateOptionalParams
|
|
73
|
+
): Promise<CertificateUpdateResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Deletes the specified certificate.
|
|
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 certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
79
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
80
|
+
* SHA1-a3d1c5.
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
beginDelete(
|
|
84
|
+
resourceGroupName: string,
|
|
85
|
+
accountName: string,
|
|
86
|
+
certificateName: string,
|
|
87
|
+
options?: CertificateDeleteOptionalParams
|
|
88
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
89
|
+
/**
|
|
90
|
+
* Deletes the specified certificate.
|
|
91
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
92
|
+
* @param accountName The name of the Batch account.
|
|
93
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
94
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
95
|
+
* SHA1-a3d1c5.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
beginDeleteAndWait(
|
|
99
|
+
resourceGroupName: string,
|
|
100
|
+
accountName: string,
|
|
101
|
+
certificateName: string,
|
|
102
|
+
options?: CertificateDeleteOptionalParams
|
|
103
|
+
): Promise<void>;
|
|
104
|
+
/**
|
|
105
|
+
* Gets information about the specified certificate.
|
|
106
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
107
|
+
* @param accountName The name of the Batch account.
|
|
108
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
109
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
110
|
+
* SHA1-a3d1c5.
|
|
111
|
+
* @param options The options parameters.
|
|
112
|
+
*/
|
|
113
|
+
get(
|
|
114
|
+
resourceGroupName: string,
|
|
115
|
+
accountName: string,
|
|
116
|
+
certificateName: string,
|
|
117
|
+
options?: CertificateGetOptionalParams
|
|
118
|
+
): Promise<CertificateGetResponse>;
|
|
119
|
+
/**
|
|
120
|
+
* If you try to delete a certificate that is being used by a pool or compute node, the status of the
|
|
121
|
+
* certificate changes to deleteFailed. If you decide that you want to continue using the certificate,
|
|
122
|
+
* you can use this operation to set the status of the certificate back to active. If you intend to
|
|
123
|
+
* delete the certificate, you do not need to run this operation after the deletion failed. You must
|
|
124
|
+
* make sure that the certificate is not being used by any resources, and then you can try again to
|
|
125
|
+
* delete the certificate.
|
|
126
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
127
|
+
* @param accountName The name of the Batch account.
|
|
128
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
129
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
130
|
+
* SHA1-a3d1c5.
|
|
131
|
+
* @param options The options parameters.
|
|
132
|
+
*/
|
|
133
|
+
cancelDeletion(
|
|
134
|
+
resourceGroupName: string,
|
|
135
|
+
accountName: string,
|
|
136
|
+
certificateName: string,
|
|
137
|
+
options?: CertificateCancelDeletionOptionalParams
|
|
138
|
+
): Promise<CertificateCancelDeletionResponse>;
|
|
139
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
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
|
*/
|
|
8
|
+
|
|
10
9
|
export * from "./batchAccountOperations";
|
|
11
10
|
export * from "./applicationPackageOperations";
|
|
12
11
|
export * from "./applicationOperations";
|
|
13
12
|
export * from "./location";
|
|
14
13
|
export * from "./operations";
|
|
15
14
|
export * from "./certificateOperations";
|
|
15
|
+
export * from "./privateLinkResourceOperations";
|
|
16
|
+
export * from "./privateEndpointConnectionOperations";
|
|
16
17
|
export * from "./poolOperations";
|
|
17
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,62 @@
|
|
|
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 regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import {
|
|
11
|
+
SupportedSku,
|
|
12
|
+
LocationListSupportedVirtualMachineSkusOptionalParams,
|
|
13
|
+
LocationListSupportedCloudServiceSkusOptionalParams,
|
|
14
|
+
LocationGetQuotasOptionalParams,
|
|
15
|
+
LocationGetQuotasResponse,
|
|
16
|
+
CheckNameAvailabilityParameters,
|
|
17
|
+
LocationCheckNameAvailabilityOptionalParams,
|
|
18
|
+
LocationCheckNameAvailabilityResponse
|
|
19
|
+
} from "../models";
|
|
20
|
+
|
|
21
|
+
/// <reference lib="esnext.asynciterable" />
|
|
22
|
+
/** Interface representing a Location. */
|
|
23
|
+
export interface Location {
|
|
24
|
+
/**
|
|
25
|
+
* Gets the list of Batch supported Virtual Machine VM sizes available at the given location.
|
|
26
|
+
* @param locationName The region for which to retrieve Batch service supported SKUs.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
listSupportedVirtualMachineSkus(
|
|
30
|
+
locationName: string,
|
|
31
|
+
options?: LocationListSupportedVirtualMachineSkusOptionalParams
|
|
32
|
+
): PagedAsyncIterableIterator<SupportedSku>;
|
|
33
|
+
/**
|
|
34
|
+
* Gets the list of Batch supported Cloud Service VM sizes available at the given location.
|
|
35
|
+
* @param locationName The region for which to retrieve Batch service supported SKUs.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
listSupportedCloudServiceSkus(
|
|
39
|
+
locationName: string,
|
|
40
|
+
options?: LocationListSupportedCloudServiceSkusOptionalParams
|
|
41
|
+
): PagedAsyncIterableIterator<SupportedSku>;
|
|
42
|
+
/**
|
|
43
|
+
* Gets the Batch service quotas for the specified subscription at the given location.
|
|
44
|
+
* @param locationName The region for which to retrieve Batch service quotas.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
getQuotas(
|
|
48
|
+
locationName: string,
|
|
49
|
+
options?: LocationGetQuotasOptionalParams
|
|
50
|
+
): Promise<LocationGetQuotasResponse>;
|
|
51
|
+
/**
|
|
52
|
+
* Checks whether the Batch account name is available in the specified region.
|
|
53
|
+
* @param locationName The desired region for the name check.
|
|
54
|
+
* @param parameters Properties needed to check the availability of a name.
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
checkNameAvailability(
|
|
58
|
+
locationName: string,
|
|
59
|
+
parameters: CheckNameAvailabilityParameters,
|
|
60
|
+
options?: LocationCheckNameAvailabilityOptionalParams
|
|
61
|
+
): Promise<LocationCheckNameAvailabilityResponse>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
+
|
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
/** Interface representing a Operations. */
|
|
14
|
+
export interface Operations {
|
|
15
|
+
/**
|
|
16
|
+
* Lists available operations for the Microsoft.Batch provider
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
list(
|
|
20
|
+
options?: OperationsListOptionalParams
|
|
21
|
+
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
+
}
|