@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
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { BatchManagementClientContext } from "../batchManagementClientContext";
|
|
5
|
-
/** Class representing a PrivateEndpointConnectionOperations. */
|
|
6
|
-
export declare class PrivateEndpointConnectionOperations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a PrivateEndpointConnectionOperations.
|
|
10
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: BatchManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all of the private endpoint connections in 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 [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.PrivateEndpointConnectionListByBatchAccountResponse>
|
|
19
|
-
*/
|
|
20
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PrivateEndpointConnectionListByBatchAccountOptionalParams): Promise<Models.PrivateEndpointConnectionListByBatchAccountResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
23
|
-
* @param accountName The name of the Batch account.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): void;
|
|
27
|
-
/**
|
|
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 options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.PrivateEndpointConnectionListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Gets information about the specified private endpoint connection.
|
|
36
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
37
|
-
* @param accountName The name of the Batch account.
|
|
38
|
-
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
39
|
-
* within the account.
|
|
40
|
-
* @param [options] The optional parameters
|
|
41
|
-
* @returns Promise<Models.PrivateEndpointConnectionGetResponse>
|
|
42
|
-
*/
|
|
43
|
-
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionGetResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
46
|
-
* @param accountName The name of the Batch account.
|
|
47
|
-
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
48
|
-
* within the account.
|
|
49
|
-
* @param callback The callback
|
|
50
|
-
*/
|
|
51
|
-
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
52
|
-
/**
|
|
53
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
54
|
-
* @param accountName The name of the Batch account.
|
|
55
|
-
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
56
|
-
* within the account.
|
|
57
|
-
* @param options The optional parameters
|
|
58
|
-
* @param callback The callback
|
|
59
|
-
*/
|
|
60
|
-
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
61
|
-
/**
|
|
62
|
-
* Updates the properties of an existing private endpoint connection.
|
|
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 privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
66
|
-
* within the account.
|
|
67
|
-
* @param parameters PrivateEndpointConnection properties that should be updated. Properties that
|
|
68
|
-
* are supplied will be updated, any property not supplied will be unchanged.
|
|
69
|
-
* @param [options] The optional parameters
|
|
70
|
-
* @returns Promise<Models.PrivateEndpointConnectionUpdateResponse>
|
|
71
|
-
*/
|
|
72
|
-
update(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: Models.PrivateEndpointConnectionUpdateOptionalParams): Promise<Models.PrivateEndpointConnectionUpdateResponse>;
|
|
73
|
-
/**
|
|
74
|
-
* Updates the properties of an existing private endpoint connection.
|
|
75
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
76
|
-
* @param accountName The name of the Batch account.
|
|
77
|
-
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
78
|
-
* within the account.
|
|
79
|
-
* @param parameters PrivateEndpointConnection properties that should be updated. Properties that
|
|
80
|
-
* are supplied will be updated, any property not supplied will be unchanged.
|
|
81
|
-
* @param [options] The optional parameters
|
|
82
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
83
|
-
*/
|
|
84
|
-
beginUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, parameters: Models.PrivateEndpointConnection, options?: Models.PrivateEndpointConnectionBeginUpdateOptionalParams): Promise<msRestAzure.LROPoller>;
|
|
85
|
-
/**
|
|
86
|
-
* Lists all of the private endpoint connections in the specified account.
|
|
87
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
88
|
-
* @param [options] The optional parameters
|
|
89
|
-
* @returns Promise<Models.PrivateEndpointConnectionListByBatchAccountNextResponse>
|
|
90
|
-
*/
|
|
91
|
-
listByBatchAccountNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionListByBatchAccountNextOptionalParams): Promise<Models.PrivateEndpointConnectionListByBatchAccountNextResponse>;
|
|
92
|
-
/**
|
|
93
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
94
|
-
* @param callback The callback
|
|
95
|
-
*/
|
|
96
|
-
listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): void;
|
|
97
|
-
/**
|
|
98
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
99
|
-
* @param options The optional parameters
|
|
100
|
-
* @param callback The callback
|
|
101
|
-
*/
|
|
102
|
-
listByBatchAccountNext(nextPageLink: string, options: Models.PrivateEndpointConnectionListByBatchAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateEndpointConnectionsResult>): void;
|
|
103
|
-
}
|
|
104
|
-
//# sourceMappingURL=privateEndpointConnectionOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnectionOperations.d.ts","sourceRoot":"","sources":["../../src/operations/privateEndpointConnectionOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/privateEndpointConnectionOperationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a PrivateEndpointConnectionOperations. */
|
|
14
|
-
var PrivateEndpointConnectionOperations = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a PrivateEndpointConnectionOperations.
|
|
17
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function PrivateEndpointConnectionOperations(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
PrivateEndpointConnectionOperations.prototype.listByBatchAccount = function (resourceGroupName, accountName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
accountName: accountName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listByBatchAccountOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
PrivateEndpointConnectionOperations.prototype.get = function (resourceGroupName, accountName, privateEndpointConnectionName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
accountName: accountName,
|
|
33
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Updates the properties of an existing private endpoint connection.
|
|
39
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
40
|
-
* @param accountName The name of the Batch account.
|
|
41
|
-
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
42
|
-
* within the account.
|
|
43
|
-
* @param parameters PrivateEndpointConnection properties that should be updated. Properties that
|
|
44
|
-
* are supplied will be updated, any property not supplied will be unchanged.
|
|
45
|
-
* @param [options] The optional parameters
|
|
46
|
-
* @returns Promise<Models.PrivateEndpointConnectionUpdateResponse>
|
|
47
|
-
*/
|
|
48
|
-
PrivateEndpointConnectionOperations.prototype.update = function (resourceGroupName, accountName, privateEndpointConnectionName, parameters, options) {
|
|
49
|
-
return this.beginUpdate(resourceGroupName, accountName, privateEndpointConnectionName, parameters, options)
|
|
50
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* Updates the properties of an existing private endpoint connection.
|
|
54
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
55
|
-
* @param accountName The name of the Batch account.
|
|
56
|
-
* @param privateEndpointConnectionName The private endpoint connection name. This must be unique
|
|
57
|
-
* within the account.
|
|
58
|
-
* @param parameters PrivateEndpointConnection properties that should be updated. Properties that
|
|
59
|
-
* are supplied will be updated, any property not supplied will be unchanged.
|
|
60
|
-
* @param [options] The optional parameters
|
|
61
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
62
|
-
*/
|
|
63
|
-
PrivateEndpointConnectionOperations.prototype.beginUpdate = function (resourceGroupName, accountName, privateEndpointConnectionName, parameters, options) {
|
|
64
|
-
return this.client.sendLRORequest({
|
|
65
|
-
resourceGroupName: resourceGroupName,
|
|
66
|
-
accountName: accountName,
|
|
67
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
68
|
-
parameters: parameters,
|
|
69
|
-
options: options
|
|
70
|
-
}, beginUpdateOperationSpec, options);
|
|
71
|
-
};
|
|
72
|
-
PrivateEndpointConnectionOperations.prototype.listByBatchAccountNext = function (nextPageLink, options, callback) {
|
|
73
|
-
return this.client.sendOperationRequest({
|
|
74
|
-
nextPageLink: nextPageLink,
|
|
75
|
-
options: options
|
|
76
|
-
}, listByBatchAccountNextOperationSpec, callback);
|
|
77
|
-
};
|
|
78
|
-
return PrivateEndpointConnectionOperations;
|
|
79
|
-
}());
|
|
80
|
-
export { PrivateEndpointConnectionOperations };
|
|
81
|
-
// Operation Specifications
|
|
82
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
83
|
-
var listByBatchAccountOperationSpec = {
|
|
84
|
-
httpMethod: "GET",
|
|
85
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections",
|
|
86
|
-
urlParameters: [
|
|
87
|
-
Parameters.subscriptionId,
|
|
88
|
-
Parameters.resourceGroupName,
|
|
89
|
-
Parameters.accountName1
|
|
90
|
-
],
|
|
91
|
-
queryParameters: [
|
|
92
|
-
Parameters.apiVersion,
|
|
93
|
-
Parameters.maxresults
|
|
94
|
-
],
|
|
95
|
-
headerParameters: [
|
|
96
|
-
Parameters.acceptLanguage
|
|
97
|
-
],
|
|
98
|
-
responses: {
|
|
99
|
-
200: {
|
|
100
|
-
bodyMapper: Mappers.ListPrivateEndpointConnectionsResult
|
|
101
|
-
},
|
|
102
|
-
default: {
|
|
103
|
-
bodyMapper: Mappers.CloudError
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
serializer: serializer
|
|
107
|
-
};
|
|
108
|
-
var getOperationSpec = {
|
|
109
|
-
httpMethod: "GET",
|
|
110
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
111
|
-
urlParameters: [
|
|
112
|
-
Parameters.subscriptionId,
|
|
113
|
-
Parameters.resourceGroupName,
|
|
114
|
-
Parameters.accountName1,
|
|
115
|
-
Parameters.privateEndpointConnectionName
|
|
116
|
-
],
|
|
117
|
-
queryParameters: [
|
|
118
|
-
Parameters.apiVersion
|
|
119
|
-
],
|
|
120
|
-
headerParameters: [
|
|
121
|
-
Parameters.acceptLanguage
|
|
122
|
-
],
|
|
123
|
-
responses: {
|
|
124
|
-
200: {
|
|
125
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
126
|
-
},
|
|
127
|
-
default: {
|
|
128
|
-
bodyMapper: Mappers.CloudError
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
serializer: serializer
|
|
132
|
-
};
|
|
133
|
-
var beginUpdateOperationSpec = {
|
|
134
|
-
httpMethod: "PATCH",
|
|
135
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
136
|
-
urlParameters: [
|
|
137
|
-
Parameters.subscriptionId,
|
|
138
|
-
Parameters.resourceGroupName,
|
|
139
|
-
Parameters.accountName1,
|
|
140
|
-
Parameters.privateEndpointConnectionName
|
|
141
|
-
],
|
|
142
|
-
queryParameters: [
|
|
143
|
-
Parameters.apiVersion
|
|
144
|
-
],
|
|
145
|
-
headerParameters: [
|
|
146
|
-
Parameters.ifMatch,
|
|
147
|
-
Parameters.acceptLanguage
|
|
148
|
-
],
|
|
149
|
-
requestBody: {
|
|
150
|
-
parameterPath: "parameters",
|
|
151
|
-
mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
|
|
152
|
-
},
|
|
153
|
-
responses: {
|
|
154
|
-
200: {
|
|
155
|
-
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
156
|
-
headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders
|
|
157
|
-
},
|
|
158
|
-
202: {
|
|
159
|
-
headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders
|
|
160
|
-
},
|
|
161
|
-
204: {
|
|
162
|
-
headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders
|
|
163
|
-
},
|
|
164
|
-
default: {
|
|
165
|
-
bodyMapper: Mappers.CloudError,
|
|
166
|
-
headersMapper: Mappers.PrivateEndpointConnectionUpdateHeaders
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
serializer: serializer
|
|
170
|
-
};
|
|
171
|
-
var listByBatchAccountNextOperationSpec = {
|
|
172
|
-
httpMethod: "GET",
|
|
173
|
-
baseUrl: "https://management.azure.com",
|
|
174
|
-
path: "{nextLink}",
|
|
175
|
-
urlParameters: [
|
|
176
|
-
Parameters.nextPageLink
|
|
177
|
-
],
|
|
178
|
-
queryParameters: [
|
|
179
|
-
Parameters.apiVersion,
|
|
180
|
-
Parameters.maxresults
|
|
181
|
-
],
|
|
182
|
-
headerParameters: [
|
|
183
|
-
Parameters.acceptLanguage
|
|
184
|
-
],
|
|
185
|
-
responses: {
|
|
186
|
-
200: {
|
|
187
|
-
bodyMapper: Mappers.ListPrivateEndpointConnectionsResult
|
|
188
|
-
},
|
|
189
|
-
default: {
|
|
190
|
-
bodyMapper: Mappers.CloudError
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
serializer: serializer
|
|
194
|
-
};
|
|
195
|
-
//# sourceMappingURL=privateEndpointConnectionOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnectionOperations.js","sourceRoot":"","sources":["../../src/operations/privateEndpointConnectionOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { BatchManagementClientContext } from "../batchManagementClientContext";
|
|
4
|
-
/** Class representing a PrivateLinkResourceOperations. */
|
|
5
|
-
export declare class PrivateLinkResourceOperations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a PrivateLinkResourceOperations.
|
|
9
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: BatchManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists all of the private link resources in the specified account.
|
|
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 [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.PrivateLinkResourceListByBatchAccountResponse>
|
|
18
|
-
*/
|
|
19
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.PrivateLinkResourceListByBatchAccountOptionalParams): Promise<Models.PrivateLinkResourceListByBatchAccountResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
22
|
-
* @param accountName The name of the Batch account.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
28
|
-
* @param accountName The name of the Batch account.
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.PrivateLinkResourceListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): void;
|
|
33
|
-
/**
|
|
34
|
-
* Gets information about the specified private link resource.
|
|
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 privateLinkResourceName The private link resource name. This must be unique within the
|
|
38
|
-
* account.
|
|
39
|
-
* @param [options] The optional parameters
|
|
40
|
-
* @returns Promise<Models.PrivateLinkResourceGetResponse>
|
|
41
|
-
*/
|
|
42
|
-
get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourceGetResponse>;
|
|
43
|
-
/**
|
|
44
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
45
|
-
* @param accountName The name of the Batch account.
|
|
46
|
-
* @param privateLinkResourceName The private link resource name. This must be unique within the
|
|
47
|
-
* account.
|
|
48
|
-
* @param callback The callback
|
|
49
|
-
*/
|
|
50
|
-
get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;
|
|
51
|
-
/**
|
|
52
|
-
* @param resourceGroupName The name of the resource group that contains the Batch account.
|
|
53
|
-
* @param accountName The name of the Batch account.
|
|
54
|
-
* @param privateLinkResourceName The private link resource name. This must be unique within the
|
|
55
|
-
* account.
|
|
56
|
-
* @param options The optional parameters
|
|
57
|
-
* @param callback The callback
|
|
58
|
-
*/
|
|
59
|
-
get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResource>): void;
|
|
60
|
-
/**
|
|
61
|
-
* Lists all of the private link resources in the specified account.
|
|
62
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
63
|
-
* @param [options] The optional parameters
|
|
64
|
-
* @returns Promise<Models.PrivateLinkResourceListByBatchAccountNextResponse>
|
|
65
|
-
*/
|
|
66
|
-
listByBatchAccountNext(nextPageLink: string, options?: Models.PrivateLinkResourceListByBatchAccountNextOptionalParams): Promise<Models.PrivateLinkResourceListByBatchAccountNextResponse>;
|
|
67
|
-
/**
|
|
68
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
69
|
-
* @param callback The callback
|
|
70
|
-
*/
|
|
71
|
-
listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): void;
|
|
72
|
-
/**
|
|
73
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
74
|
-
* @param options The optional parameters
|
|
75
|
-
* @param callback The callback
|
|
76
|
-
*/
|
|
77
|
-
listByBatchAccountNext(nextPageLink: string, options: Models.PrivateLinkResourceListByBatchAccountNextOptionalParams, callback: msRest.ServiceCallback<Models.ListPrivateLinkResourcesResult>): void;
|
|
78
|
-
}
|
|
79
|
-
//# sourceMappingURL=privateLinkResourceOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResourceOperations.d.ts","sourceRoot":"","sources":["../../src/operations/privateLinkResourceOperations.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAE/E,0DAA0D;AAC1D,qBAAa,6BAA6B;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;;;;OAMG;IACH,kBAAkB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,mDAAmD,GAAG,OAAO,CAAC,MAAM,CAAC,6CAA6C,CAAC;IACvM;;;;OAIG;IACH,kBAAkB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,8BAA8B,CAAC,GAAG,IAAI;IACjJ;;;;;OAKG;IACH,kBAAkB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,mDAAmD,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,8BAA8B,CAAC,GAAG,IAAI;IAYtN;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,8BAA8B,CAAC;IACzK;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACxJ;;;;;;;OAOG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,uBAAuB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAa5L;;;;;OAKG;IACH,sBAAsB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uDAAuD,GAAG,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAC;IACzL;;;OAGG;IACH,sBAAsB,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,8BAA8B,CAAC,GAAG,IAAI;IAC3H;;;;OAIG;IACH,sBAAsB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,uDAAuD,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,8BAA8B,CAAC,GAAG,IAAI;CAUrM"}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/privateLinkResourceOperationsMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a PrivateLinkResourceOperations. */
|
|
13
|
-
var PrivateLinkResourceOperations = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a PrivateLinkResourceOperations.
|
|
16
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function PrivateLinkResourceOperations(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
PrivateLinkResourceOperations.prototype.listByBatchAccount = function (resourceGroupName, accountName, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
resourceGroupName: resourceGroupName,
|
|
24
|
-
accountName: accountName,
|
|
25
|
-
options: options
|
|
26
|
-
}, listByBatchAccountOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
PrivateLinkResourceOperations.prototype.get = function (resourceGroupName, accountName, privateLinkResourceName, options, callback) {
|
|
29
|
-
return this.client.sendOperationRequest({
|
|
30
|
-
resourceGroupName: resourceGroupName,
|
|
31
|
-
accountName: accountName,
|
|
32
|
-
privateLinkResourceName: privateLinkResourceName,
|
|
33
|
-
options: options
|
|
34
|
-
}, getOperationSpec, callback);
|
|
35
|
-
};
|
|
36
|
-
PrivateLinkResourceOperations.prototype.listByBatchAccountNext = function (nextPageLink, options, callback) {
|
|
37
|
-
return this.client.sendOperationRequest({
|
|
38
|
-
nextPageLink: nextPageLink,
|
|
39
|
-
options: options
|
|
40
|
-
}, listByBatchAccountNextOperationSpec, callback);
|
|
41
|
-
};
|
|
42
|
-
return PrivateLinkResourceOperations;
|
|
43
|
-
}());
|
|
44
|
-
export { PrivateLinkResourceOperations };
|
|
45
|
-
// Operation Specifications
|
|
46
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
47
|
-
var listByBatchAccountOperationSpec = {
|
|
48
|
-
httpMethod: "GET",
|
|
49
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources",
|
|
50
|
-
urlParameters: [
|
|
51
|
-
Parameters.subscriptionId,
|
|
52
|
-
Parameters.resourceGroupName,
|
|
53
|
-
Parameters.accountName1
|
|
54
|
-
],
|
|
55
|
-
queryParameters: [
|
|
56
|
-
Parameters.apiVersion,
|
|
57
|
-
Parameters.maxresults
|
|
58
|
-
],
|
|
59
|
-
headerParameters: [
|
|
60
|
-
Parameters.acceptLanguage
|
|
61
|
-
],
|
|
62
|
-
responses: {
|
|
63
|
-
200: {
|
|
64
|
-
bodyMapper: Mappers.ListPrivateLinkResourcesResult
|
|
65
|
-
},
|
|
66
|
-
default: {
|
|
67
|
-
bodyMapper: Mappers.CloudError
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
serializer: serializer
|
|
71
|
-
};
|
|
72
|
-
var getOperationSpec = {
|
|
73
|
-
httpMethod: "GET",
|
|
74
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources/{privateLinkResourceName}",
|
|
75
|
-
urlParameters: [
|
|
76
|
-
Parameters.subscriptionId,
|
|
77
|
-
Parameters.resourceGroupName,
|
|
78
|
-
Parameters.accountName1,
|
|
79
|
-
Parameters.privateLinkResourceName
|
|
80
|
-
],
|
|
81
|
-
queryParameters: [
|
|
82
|
-
Parameters.apiVersion
|
|
83
|
-
],
|
|
84
|
-
headerParameters: [
|
|
85
|
-
Parameters.acceptLanguage
|
|
86
|
-
],
|
|
87
|
-
responses: {
|
|
88
|
-
200: {
|
|
89
|
-
bodyMapper: Mappers.PrivateLinkResource
|
|
90
|
-
},
|
|
91
|
-
default: {
|
|
92
|
-
bodyMapper: Mappers.CloudError
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
serializer: serializer
|
|
96
|
-
};
|
|
97
|
-
var listByBatchAccountNextOperationSpec = {
|
|
98
|
-
httpMethod: "GET",
|
|
99
|
-
baseUrl: "https://management.azure.com",
|
|
100
|
-
path: "{nextLink}",
|
|
101
|
-
urlParameters: [
|
|
102
|
-
Parameters.nextPageLink
|
|
103
|
-
],
|
|
104
|
-
queryParameters: [
|
|
105
|
-
Parameters.apiVersion,
|
|
106
|
-
Parameters.maxresults
|
|
107
|
-
],
|
|
108
|
-
headerParameters: [
|
|
109
|
-
Parameters.acceptLanguage
|
|
110
|
-
],
|
|
111
|
-
responses: {
|
|
112
|
-
200: {
|
|
113
|
-
bodyMapper: Mappers.ListPrivateLinkResourcesResult
|
|
114
|
-
},
|
|
115
|
-
default: {
|
|
116
|
-
bodyMapper: Mappers.CloudError
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
serializer: serializer
|
|
120
|
-
};
|
|
121
|
-
//# sourceMappingURL=privateLinkResourceOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResourceOperations.js","sourceRoot":"","sources":["../../src/operations/privateLinkResourceOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
Application,
|
|
11
|
-
ApplicationPackage,
|
|
12
|
-
ApplicationPackageReference,
|
|
13
|
-
AutoScaleRun,
|
|
14
|
-
AutoScaleRunError,
|
|
15
|
-
AutoScaleSettings,
|
|
16
|
-
AutoStorageBaseProperties,
|
|
17
|
-
AutoStorageProperties,
|
|
18
|
-
AutoUserSpecification,
|
|
19
|
-
AzureBlobFileSystemConfiguration,
|
|
20
|
-
AzureFileShareConfiguration,
|
|
21
|
-
BaseResource,
|
|
22
|
-
BatchAccount,
|
|
23
|
-
BatchAccountIdentity,
|
|
24
|
-
BatchPoolIdentity,
|
|
25
|
-
Certificate,
|
|
26
|
-
CertificateCreateOrUpdateParameters,
|
|
27
|
-
CertificateReference,
|
|
28
|
-
CIFSMountConfiguration,
|
|
29
|
-
CloudError,
|
|
30
|
-
CloudServiceConfiguration,
|
|
31
|
-
ComputeNodeIdentityReference,
|
|
32
|
-
ContainerConfiguration,
|
|
33
|
-
ContainerRegistry,
|
|
34
|
-
DataDisk,
|
|
35
|
-
DeleteCertificateError,
|
|
36
|
-
DeploymentConfiguration,
|
|
37
|
-
DiffDiskSettings,
|
|
38
|
-
DiskEncryptionConfiguration,
|
|
39
|
-
EncryptionProperties,
|
|
40
|
-
EnvironmentSetting,
|
|
41
|
-
FixedScaleSettings,
|
|
42
|
-
ImageReference,
|
|
43
|
-
InboundNatPool,
|
|
44
|
-
KeyVaultProperties,
|
|
45
|
-
KeyVaultReference,
|
|
46
|
-
LinuxUserConfiguration,
|
|
47
|
-
ListApplicationsResult,
|
|
48
|
-
MetadataItem,
|
|
49
|
-
MountConfiguration,
|
|
50
|
-
NetworkConfiguration,
|
|
51
|
-
NetworkSecurityGroupRule,
|
|
52
|
-
NFSMountConfiguration,
|
|
53
|
-
NodePlacementConfiguration,
|
|
54
|
-
OSDisk,
|
|
55
|
-
Pool,
|
|
56
|
-
PoolEndpointConfiguration,
|
|
57
|
-
PrivateEndpoint,
|
|
58
|
-
PrivateEndpointConnection,
|
|
59
|
-
PrivateLinkResource,
|
|
60
|
-
PrivateLinkServiceConnectionState,
|
|
61
|
-
ProxyResource,
|
|
62
|
-
PublicIPAddressConfiguration,
|
|
63
|
-
ResizeError,
|
|
64
|
-
ResizeOperationStatus,
|
|
65
|
-
Resource,
|
|
66
|
-
ResourceFile,
|
|
67
|
-
ScaleSettings,
|
|
68
|
-
StartTask,
|
|
69
|
-
TaskContainerSettings,
|
|
70
|
-
TaskSchedulingPolicy,
|
|
71
|
-
UserAccount,
|
|
72
|
-
UserAssignedIdentities,
|
|
73
|
-
UserIdentity,
|
|
74
|
-
VirtualMachineConfiguration,
|
|
75
|
-
VirtualMachineFamilyCoreQuota,
|
|
76
|
-
VMExtension,
|
|
77
|
-
WindowsConfiguration,
|
|
78
|
-
WindowsUserConfiguration
|
|
79
|
-
} from "../models/mappers";
|