@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
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
export {
|
|
9
|
-
//# sourceMappingURL=
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=applicationPackageOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applicationPackageOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/applicationPackageOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { BatchAccount, BatchAccountListOptionalParams, BatchAccountListByResourceGroupOptionalParams, OutboundEnvironmentEndpoint, BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams, BatchAccountCreateParameters, BatchAccountCreateOptionalParams, BatchAccountCreateResponse, BatchAccountUpdateParameters, BatchAccountUpdateOptionalParams, BatchAccountUpdateResponse, BatchAccountDeleteOptionalParams, BatchAccountGetOptionalParams, BatchAccountGetResponse, BatchAccountSynchronizeAutoStorageKeysOptionalParams, BatchAccountRegenerateKeyParameters, BatchAccountRegenerateKeyOptionalParams, BatchAccountRegenerateKeyResponse, BatchAccountGetKeysOptionalParams, BatchAccountGetKeysResponse } from "../models";
|
|
4
|
+
/** Interface representing a BatchAccountOperations. */
|
|
5
|
+
export interface BatchAccountOperations {
|
|
6
|
+
/**
|
|
7
|
+
* Gets information about the Batch accounts associated with the subscription.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(options?: BatchAccountListOptionalParams): PagedAsyncIterableIterator<BatchAccount>;
|
|
11
|
+
/**
|
|
12
|
+
* Gets information about the Batch accounts associated with the specified resource group.
|
|
13
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
listByResourceGroup(resourceGroupName: string, options?: BatchAccountListByResourceGroupOptionalParams): PagedAsyncIterableIterator<BatchAccount>;
|
|
17
|
+
/**
|
|
18
|
+
* Lists the endpoints that a Batch Compute Node under this Batch Account may call as part of Batch
|
|
19
|
+
* service administration. If you are deploying a Pool inside of a virtual network that you specify,
|
|
20
|
+
* you must make sure your network allows outbound access to these endpoints. Failure to allow access
|
|
21
|
+
* to these endpoints may cause Batch to mark the affected nodes as unusable. For more information
|
|
22
|
+
* about creating a pool inside of a virtual network, see
|
|
23
|
+
* https://docs.microsoft.com/en-us/azure/batch/batch-virtual-network.
|
|
24
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
25
|
+
* @param accountName The name of the Batch account.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
listOutboundNetworkDependenciesEndpoints(resourceGroupName: string, accountName: string, options?: BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams): PagedAsyncIterableIterator<OutboundEnvironmentEndpoint>;
|
|
29
|
+
/**
|
|
30
|
+
* Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with
|
|
31
|
+
* this API and should instead be updated with the Update Batch Account API.
|
|
32
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
33
|
+
* @param accountName A name for the Batch account which must be unique within the region. Batch
|
|
34
|
+
* account names must be between 3 and 24 characters in length and must use only numbers and lowercase
|
|
35
|
+
* letters. This name is used as part of the DNS name that is used to access the Batch service in the
|
|
36
|
+
* region in which the account is created. For example: http://accountname.region.batch.azure.com/.
|
|
37
|
+
* @param parameters Additional parameters for account creation.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
beginCreate(resourceGroupName: string, accountName: string, parameters: BatchAccountCreateParameters, options?: BatchAccountCreateOptionalParams): Promise<PollerLike<PollOperationState<BatchAccountCreateResponse>, BatchAccountCreateResponse>>;
|
|
41
|
+
/**
|
|
42
|
+
* Creates a new Batch account with the specified parameters. Existing accounts cannot be updated with
|
|
43
|
+
* this API and should instead be updated with the Update Batch Account API.
|
|
44
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
45
|
+
* @param accountName A name for the Batch account which must be unique within the region. Batch
|
|
46
|
+
* account names must be between 3 and 24 characters in length and must use only numbers and lowercase
|
|
47
|
+
* letters. This name is used as part of the DNS name that is used to access the Batch service in the
|
|
48
|
+
* region in which the account is created. For example: http://accountname.region.batch.azure.com/.
|
|
49
|
+
* @param parameters Additional parameters for account creation.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: BatchAccountCreateParameters, options?: BatchAccountCreateOptionalParams): Promise<BatchAccountCreateResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Updates the properties of an existing Batch account.
|
|
55
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
56
|
+
* @param accountName The name of the Batch account.
|
|
57
|
+
* @param parameters Additional parameters for account update.
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
update(resourceGroupName: string, accountName: string, parameters: BatchAccountUpdateParameters, options?: BatchAccountUpdateOptionalParams): Promise<BatchAccountUpdateResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* Deletes the specified Batch account.
|
|
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 options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
beginDelete(resourceGroupName: string, accountName: string, options?: BatchAccountDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
68
|
+
/**
|
|
69
|
+
* Deletes the specified Batch account.
|
|
70
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
71
|
+
* @param accountName The name of the Batch account.
|
|
72
|
+
* @param options The options parameters.
|
|
73
|
+
*/
|
|
74
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: BatchAccountDeleteOptionalParams): Promise<void>;
|
|
75
|
+
/**
|
|
76
|
+
* Gets information about the specified Batch account.
|
|
77
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
78
|
+
* @param accountName The name of the Batch account.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
get(resourceGroupName: string, accountName: string, options?: BatchAccountGetOptionalParams): Promise<BatchAccountGetResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* Synchronizes access keys for the auto-storage account configured for the specified Batch account,
|
|
84
|
+
* only if storage key authentication is being used.
|
|
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 options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
synchronizeAutoStorageKeys(resourceGroupName: string, accountName: string, options?: BatchAccountSynchronizeAutoStorageKeysOptionalParams): Promise<void>;
|
|
90
|
+
/**
|
|
91
|
+
* This operation applies only to Batch accounts with allowedAuthenticationModes containing
|
|
92
|
+
* 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,
|
|
93
|
+
* clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes
|
|
94
|
+
* instead. In this case, regenerating the keys will fail.
|
|
95
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
96
|
+
* @param accountName The name of the Batch account.
|
|
97
|
+
* @param parameters The type of key to regenerate.
|
|
98
|
+
* @param options The options parameters.
|
|
99
|
+
*/
|
|
100
|
+
regenerateKey(resourceGroupName: string, accountName: string, parameters: BatchAccountRegenerateKeyParameters, options?: BatchAccountRegenerateKeyOptionalParams): Promise<BatchAccountRegenerateKeyResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* This operation applies only to Batch accounts with allowedAuthenticationModes containing
|
|
103
|
+
* 'SharedKey'. If the Batch account doesn't contain 'SharedKey' in its allowedAuthenticationMode,
|
|
104
|
+
* clients cannot use shared keys to authenticate, and must use another allowedAuthenticationModes
|
|
105
|
+
* instead. In this case, getting the keys will fail.
|
|
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 options The options parameters.
|
|
109
|
+
*/
|
|
110
|
+
getKeys(resourceGroupName: string, accountName: string, options?: BatchAccountGetKeysOptionalParams): Promise<BatchAccountGetKeysResponse>;
|
|
111
|
+
}
|
|
112
|
+
//# sourceMappingURL=batchAccountOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batchAccountOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/batchAccountOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,YAAY,EACZ,8BAA8B,EAC9B,6CAA6C,EAC7C,2BAA2B,EAC3B,kEAAkE,EAClE,4BAA4B,EAC5B,gCAAgC,EAChC,0BAA0B,EAC1B,4BAA4B,EAC5B,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,6BAA6B,EAC7B,uBAAuB,EACvB,oDAAoD,EACpD,mCAAmC,EACnC,uCAAuC,EACvC,iCAAiC,EACjC,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAGnB,uDAAuD;AACvD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;;;;;OAUG;IACH,wCAAwC,CACtC,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kEAAkE,GAC3E,0BAA0B,CAAC,2BAA2B,CAAC,CAAC;IAC3D;;;;;;;;;;OAUG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,0BAA0B,CAAC,EAC9C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;;;;OAUG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,4BAA4B,EACxC,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;OASG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;OAQG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
|
|
@@ -5,13 +5,5 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
BatchLocationQuota,
|
|
11
|
-
CheckNameAvailabilityParameters,
|
|
12
|
-
CheckNameAvailabilityResult,
|
|
13
|
-
CloudError,
|
|
14
|
-
SkuCapability,
|
|
15
|
-
SupportedSku,
|
|
16
|
-
SupportedSkusResult
|
|
17
|
-
} from "../models/mappers";
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=batchAccountOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"batchAccountOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/batchAccountOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { Certificate, CertificateListByBatchAccountOptionalParams, CertificateCreateOrUpdateParameters, CertificateCreateOptionalParams, CertificateCreateResponse, CertificateUpdateOptionalParams, CertificateUpdateResponse, CertificateDeleteOptionalParams, CertificateGetOptionalParams, CertificateGetResponse, CertificateCancelDeletionOptionalParams, CertificateCancelDeletionResponse } from "../models";
|
|
4
|
+
/** Interface representing a CertificateOperations. */
|
|
5
|
+
export interface CertificateOperations {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the certificates in the specified account.
|
|
8
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
9
|
+
* @param accountName The name of the Batch account.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: CertificateListByBatchAccountOptionalParams): PagedAsyncIterableIterator<Certificate>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a new certificate inside the specified account.
|
|
15
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
16
|
+
* @param accountName The name of the Batch account.
|
|
17
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
18
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
19
|
+
* SHA1-a3d1c5.
|
|
20
|
+
* @param parameters Additional parameters for certificate creation.
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
create(resourceGroupName: string, accountName: string, certificateName: string, parameters: CertificateCreateOrUpdateParameters, options?: CertificateCreateOptionalParams): Promise<CertificateCreateResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Updates the properties of an existing certificate.
|
|
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 certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
29
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
30
|
+
* SHA1-a3d1c5.
|
|
31
|
+
* @param parameters Certificate entity to update.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
update(resourceGroupName: string, accountName: string, certificateName: string, parameters: CertificateCreateOrUpdateParameters, options?: CertificateUpdateOptionalParams): Promise<CertificateUpdateResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Deletes the specified certificate.
|
|
37
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
38
|
+
* @param accountName The name of the Batch account.
|
|
39
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
40
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
41
|
+
* SHA1-a3d1c5.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginDelete(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
45
|
+
/**
|
|
46
|
+
* Deletes the specified certificate.
|
|
47
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
48
|
+
* @param accountName The name of the Batch account.
|
|
49
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
50
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
51
|
+
* SHA1-a3d1c5.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateDeleteOptionalParams): Promise<void>;
|
|
55
|
+
/**
|
|
56
|
+
* Gets information about the specified certificate.
|
|
57
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
58
|
+
* @param accountName The name of the Batch account.
|
|
59
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
60
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
61
|
+
* SHA1-a3d1c5.
|
|
62
|
+
* @param options The options parameters.
|
|
63
|
+
*/
|
|
64
|
+
get(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateGetOptionalParams): Promise<CertificateGetResponse>;
|
|
65
|
+
/**
|
|
66
|
+
* If you try to delete a certificate that is being used by a pool or compute node, the status of the
|
|
67
|
+
* certificate changes to deleteFailed. If you decide that you want to continue using the certificate,
|
|
68
|
+
* you can use this operation to set the status of the certificate back to active. If you intend to
|
|
69
|
+
* delete the certificate, you do not need to run this operation after the deletion failed. You must
|
|
70
|
+
* make sure that the certificate is not being used by any resources, and then you can try again to
|
|
71
|
+
* delete the certificate.
|
|
72
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
73
|
+
* @param accountName The name of the Batch account.
|
|
74
|
+
* @param certificateName The identifier for the certificate. This must be made up of algorithm and
|
|
75
|
+
* thumbprint separated by a dash, and must match the certificate data in the request. For example
|
|
76
|
+
* SHA1-a3d1c5.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateCancelDeletionOptionalParams): Promise<CertificateCancelDeletionResponse>;
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=certificateOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificateOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,WAAW,EACX,2CAA2C,EAC3C,mCAAmC,EACnC,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,4BAA4B,EAC5B,sBAAsB,EACtB,uCAAuC,EACvC,iCAAiC,EAClC,MAAM,WAAW,CAAC;AAGnB,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,2CAA2C,GACpD,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,UAAU,EAAE,mCAAmC,EAC/C,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;;;;;;;OAaG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;CAC/C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=certificateOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"certificateOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/certificateOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from "./batchAccountOperations";
|
|
2
|
+
export * from "./applicationPackageOperations";
|
|
3
|
+
export * from "./applicationOperations";
|
|
4
|
+
export * from "./location";
|
|
5
|
+
export * from "./operations";
|
|
6
|
+
export * from "./certificateOperations";
|
|
7
|
+
export * from "./privateLinkResourceOperations";
|
|
8
|
+
export * from "./privateEndpointConnectionOperations";
|
|
9
|
+
export * from "./poolOperations";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
export * from "./batchAccountOperations";
|
|
9
|
+
export * from "./applicationPackageOperations";
|
|
10
|
+
export * from "./applicationOperations";
|
|
11
|
+
export * from "./location";
|
|
12
|
+
export * from "./operations";
|
|
13
|
+
export * from "./certificateOperations";
|
|
14
|
+
export * from "./privateLinkResourceOperations";
|
|
15
|
+
export * from "./privateEndpointConnectionOperations";
|
|
16
|
+
export * from "./poolOperations";
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SupportedSku, LocationListSupportedVirtualMachineSkusOptionalParams, LocationListSupportedCloudServiceSkusOptionalParams, LocationGetQuotasOptionalParams, LocationGetQuotasResponse, CheckNameAvailabilityParameters, LocationCheckNameAvailabilityOptionalParams, LocationCheckNameAvailabilityResponse } from "../models";
|
|
3
|
+
/** Interface representing a Location. */
|
|
4
|
+
export interface Location {
|
|
5
|
+
/**
|
|
6
|
+
* Gets the list of Batch supported Virtual Machine VM sizes available at the given location.
|
|
7
|
+
* @param locationName The region for which to retrieve Batch service supported SKUs.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
listSupportedVirtualMachineSkus(locationName: string, options?: LocationListSupportedVirtualMachineSkusOptionalParams): PagedAsyncIterableIterator<SupportedSku>;
|
|
11
|
+
/**
|
|
12
|
+
* Gets the list of Batch supported Cloud Service VM sizes available at the given location.
|
|
13
|
+
* @param locationName The region for which to retrieve Batch service supported SKUs.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
listSupportedCloudServiceSkus(locationName: string, options?: LocationListSupportedCloudServiceSkusOptionalParams): PagedAsyncIterableIterator<SupportedSku>;
|
|
17
|
+
/**
|
|
18
|
+
* Gets the Batch service quotas for the specified subscription at the given location.
|
|
19
|
+
* @param locationName The region for which to retrieve Batch service quotas.
|
|
20
|
+
* @param options The options parameters.
|
|
21
|
+
*/
|
|
22
|
+
getQuotas(locationName: string, options?: LocationGetQuotasOptionalParams): Promise<LocationGetQuotasResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Checks whether the Batch account name is available in the specified region.
|
|
25
|
+
* @param locationName The desired region for the name check.
|
|
26
|
+
* @param parameters Properties needed to check the availability of a name.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: LocationCheckNameAvailabilityOptionalParams): Promise<LocationCheckNameAvailabilityResponse>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=location.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/location.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,YAAY,EACZ,qDAAqD,EACrD,mDAAmD,EACnD,+BAA+B,EAC/B,yBAAyB,EACzB,+BAA+B,EAC/B,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,WAAW,CAAC;AAGnB,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;OAIG;IACH,+BAA+B,CAC7B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;OAIG;IACH,6BAA6B,CAC3B,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;OAIG;IACH,SAAS,CACP,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;OAKG;IACH,qBAAqB,CACnB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=location.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"location.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/location.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists available operations for the Microsoft.Batch provider
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAGpE,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { Pool, PoolListByBatchAccountOptionalParams, PoolCreateOptionalParams, PoolCreateResponse, PoolUpdateOptionalParams, PoolUpdateResponse, PoolDeleteOptionalParams, PoolGetOptionalParams, PoolGetResponse, PoolDisableAutoScaleOptionalParams, PoolDisableAutoScaleResponse, PoolStopResizeOptionalParams, PoolStopResizeResponse } from "../models";
|
|
4
|
+
/** Interface representing a PoolOperations. */
|
|
5
|
+
export interface PoolOperations {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the pools in the specified account.
|
|
8
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
9
|
+
* @param accountName The name of the Batch account.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: PoolListByBatchAccountOptionalParams): PagedAsyncIterableIterator<Pool>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a new pool inside the specified account.
|
|
15
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
16
|
+
* @param accountName The name of the Batch account.
|
|
17
|
+
* @param poolName The pool name. This must be unique within the account.
|
|
18
|
+
* @param parameters Additional parameters for pool creation.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
create(resourceGroupName: string, accountName: string, poolName: string, parameters: Pool, options?: PoolCreateOptionalParams): Promise<PoolCreateResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* Updates the properties of an existing pool.
|
|
24
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
25
|
+
* @param accountName The name of the Batch account.
|
|
26
|
+
* @param poolName The pool name. This must be unique within the account.
|
|
27
|
+
* @param parameters Pool properties that should be updated. Properties that are supplied will be
|
|
28
|
+
* updated, any property not supplied will be unchanged.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
update(resourceGroupName: string, accountName: string, poolName: string, parameters: Pool, options?: PoolUpdateOptionalParams): Promise<PoolUpdateResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* Deletes the specified pool.
|
|
34
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
35
|
+
* @param accountName The name of the Batch account.
|
|
36
|
+
* @param poolName The pool name. This must be unique within the account.
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, options?: PoolDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
40
|
+
/**
|
|
41
|
+
* Deletes the specified pool.
|
|
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 poolName The pool name. This must be unique within the account.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, options?: PoolDeleteOptionalParams): Promise<void>;
|
|
48
|
+
/**
|
|
49
|
+
* Gets information about the specified pool.
|
|
50
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
51
|
+
* @param accountName The name of the Batch account.
|
|
52
|
+
* @param poolName The pool name. This must be unique within the account.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
get(resourceGroupName: string, accountName: string, poolName: string, options?: PoolGetOptionalParams): Promise<PoolGetResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Disables automatic scaling for a pool.
|
|
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 poolName The pool name. This must be unique within the account.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
disableAutoScale(resourceGroupName: string, accountName: string, poolName: string, options?: PoolDisableAutoScaleOptionalParams): Promise<PoolDisableAutoScaleResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* This does not restore the pool to its previous state before the resize operation: it only stops any
|
|
66
|
+
* further changes being made, and the pool maintains its current state. After stopping, the pool
|
|
67
|
+
* stabilizes at the number of nodes it was at when the stop operation was done. During the stop
|
|
68
|
+
* operation, the pool allocation state changes first to stopping and then to steady. A resize
|
|
69
|
+
* operation need not be an explicit resize pool request; this API can also be used to halt the initial
|
|
70
|
+
* sizing of the pool when it is created.
|
|
71
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
72
|
+
* @param accountName The name of the Batch account.
|
|
73
|
+
* @param poolName The pool name. This must be unique within the account.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
stopResize(resourceGroupName: string, accountName: string, poolName: string, options?: PoolStopResizeOptionalParams): Promise<PoolStopResizeResponse>;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=poolOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"poolOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/poolOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,IAAI,EACJ,oCAAoC,EACpC,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,qBAAqB,EACrB,eAAe,EACf,kCAAkC,EAClC,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAGnB,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,IAAI,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,IAAI,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,IAAI,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC5B;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;;;;;OAWG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=poolOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"poolOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/poolOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
3
|
+
import { PrivateEndpointConnection, PrivateEndpointConnectionListByBatchAccountOptionalParams, PrivateEndpointConnectionGetOptionalParams, PrivateEndpointConnectionGetResponse, PrivateEndpointConnectionUpdateOptionalParams, PrivateEndpointConnectionUpdateResponse } from "../models";
|
|
4
|
+
/** Interface representing a PrivateEndpointConnectionOperations. */
|
|
5
|
+
export interface PrivateEndpointConnectionOperations {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the private endpoint connections in the specified account.
|
|
8
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
9
|
+
* @param accountName The name of the Batch account.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
13
|
+
/**
|
|
14
|
+
* Gets information about the specified private endpoint connection.
|
|
15
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
16
|
+
* @param accountName The name of the Batch account.
|
|
17
|
+
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
18
|
+
* within the account.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionGetResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* Updates the properties of an existing private endpoint connection.
|
|
24
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
25
|
+
* @param accountName The name of the Batch account.
|
|
26
|
+
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
27
|
+
* within the account.
|
|
28
|
+
* @param parameters PrivateEndpointConnection properties that should be updated. Properties that are
|
|
29
|
+
* supplied will be updated, any property not supplied will be unchanged.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
beginUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionUpdateResponse>, PrivateEndpointConnectionUpdateResponse>>;
|
|
33
|
+
/**
|
|
34
|
+
* Updates the properties of an existing private endpoint connection.
|
|
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 privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
38
|
+
* within the account.
|
|
39
|
+
* @param parameters PrivateEndpointConnection properties that should be updated. Properties that are
|
|
40
|
+
* supplied will be updated, any property not supplied will be unchanged.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=privateEndpointConnectionOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpointConnectionOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnectionOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,yBAAyB,EACzB,yDAAyD,EACzD,0CAA0C,EAC1C,oCAAoC,EACpC,6CAA6C,EAC7C,uCAAuC,EACxC,MAAM,WAAW,CAAC;AAGnB,oEAAoE;AACpE,MAAM,WAAW,mCAAmC;IAClD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;IACjD;;;;;;;;;OASG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,uCAAuC,CAAC,EAC3D,uCAAuC,CACxC,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC,CAAC;CACrD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=privateEndpointConnectionOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpointConnectionOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnectionOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { PrivateLinkResource, PrivateLinkResourceListByBatchAccountOptionalParams, PrivateLinkResourceGetOptionalParams, PrivateLinkResourceGetResponse } from "../models";
|
|
3
|
+
/** Interface representing a PrivateLinkResourceOperations. */
|
|
4
|
+
export interface PrivateLinkResourceOperations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the private link resources in the specified account.
|
|
7
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
8
|
+
* @param accountName The name of the Batch account.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
12
|
+
/**
|
|
13
|
+
* Gets information about the specified private link resource.
|
|
14
|
+
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
15
|
+
* @param accountName The name of the Batch account.
|
|
16
|
+
* @param privateLinkResourceName The private link resource name. This must be unique within the
|
|
17
|
+
* account.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResourceGetResponse>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=privateLinkResourceOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateLinkResourceOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResourceOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,mDAAmD,EACnD,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,WAAW,CAAC;AAGnB,8DAA8D;AAC9D,MAAM,WAAW,6BAA6B;IAC5C;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=privateLinkResourceOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateLinkResourceOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResourceOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleTest.d.ts","sourceRoot":"","sources":["../../test/sampleTest.ts"],"names":[],"mappings":"AAsCA,eAAO,MAAM,kBAAkB;;CAE9B,CAAC"}
|