@azure/arm-batch 5.0.0 → 7.0.0-alpha.20211214.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -77
- package/dist/index.js +6873 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/batchManagementClient.d.ts +24 -0
- package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClient.js +31 -0
- package/dist-esm/src/batchManagementClient.js.map +1 -0
- package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
- package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/batchManagementClientContext.js +50 -0
- package/dist-esm/src/batchManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1780 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +112 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1814 -1452
- 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 +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/location.d.ts +71 -0
- package/dist-esm/src/operations/location.d.ts.map +1 -0
- package/dist-esm/src/operations/location.js +316 -0
- package/dist-esm/src/operations/location.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/poolOperations.d.ts +103 -0
- package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/poolOperations.js +410 -0
- package/dist-esm/src/operations/poolOperations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/location.js +9 -0
- package/dist-esm/src/operationsInterfaces/location.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +479 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -29
- package/review/arm-batch.api.md +1459 -0
- package/rollup.config.js +181 -30
- package/src/batchManagementClient.ts +61 -45
- package/src/batchManagementClientContext.ts +48 -40
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1469 -3055
- package/src/models/mappers.ts +1967 -1573
- package/src/models/parameters.ts +218 -120
- package/src/operations/applicationOperations.ts +217 -262
- package/src/operations/applicationPackageOperations.ts +254 -277
- package/src/operations/batchAccountOperations.ts +682 -466
- package/src/operations/certificateOperations.ts +365 -353
- package/src/operations/index.ts +3 -5
- package/src/operations/location.ts +344 -78
- package/src/operations/operations.ts +84 -70
- package/src/operations/poolOperations.ts +379 -375
- package/src/operations/privateEndpointConnectionOperations.ts +271 -168
- package/src/operations/privateLinkResourceOperations.ts +158 -125
- 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 -6207
- 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 -27
- package/esm/batchManagementClient.d.ts.map +0 -1
- package/esm/batchManagementClient.js +0 -42
- package/esm/batchManagementClient.js.map +0 -1
- package/esm/batchManagementClientContext.d.ts +0 -17
- package/esm/batchManagementClientContext.d.ts.map +0 -1
- package/esm/batchManagementClientContext.js +0 -57
- package/esm/batchManagementClientContext.js.map +0 -1
- package/esm/models/applicationOperationsMappers.d.ts +0 -2
- package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
- package/esm/models/applicationOperationsMappers.js +0 -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 -3392
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- 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 -96
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- 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 -251
- 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 -229
- package/esm/operations/applicationOperations.js.map +0 -1
- package/esm/operations/applicationPackageOperations.d.ts +0 -170
- package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
- package/esm/operations/applicationPackageOperations.js +0 -241
- package/esm/operations/applicationPackageOperations.js.map +0 -1
- package/esm/operations/batchAccountOperations.d.ts +0 -246
- package/esm/operations/batchAccountOperations.d.ts.map +0 -1
- package/esm/operations/batchAccountOperations.js +0 -428
- package/esm/operations/batchAccountOperations.js.map +0 -1
- package/esm/operations/certificateOperations.d.ts +0 -198
- package/esm/operations/certificateOperations.d.ts.map +0 -1
- package/esm/operations/certificateOperations.js +0 -331
- package/esm/operations/certificateOperations.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/location.d.ts +0 -52
- package/esm/operations/location.d.ts.map +0 -1
- package/esm/operations/location.js +0 -93
- package/esm/operations/location.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/poolOperations.d.ts +0 -199
- package/esm/operations/poolOperations.d.ts.map +0 -1
- package/esm/operations/poolOperations.js +0 -358
- 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 -192
- 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 -118
- package/esm/operations/privateLinkResourceOperations.js.map +0 -1
- package/src/models/applicationOperationsMappers.ts +0 -72
- package/src/models/applicationPackageOperationsMappers.ts +0 -73
- package/src/models/batchAccountOperationsMappers.ts +0 -78
- package/src/models/certificateOperationsMappers.ts +0 -77
- package/src/models/locationMappers.ts +0 -14
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/poolOperationsMappers.ts +0 -78
- package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -73
- package/src/models/privateLinkResourceOperationsMappers.ts +0 -72
|
@@ -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?: msRest.RequestOptionsBase): 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: msRest.RequestOptionsBase, 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":"AAUA,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,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,iDAAiD,CAAC;IACpJ;;;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,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,8BAA8B,CAAC,GAAG,IAAI;CAUhK"}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
|
4
|
-
* license information.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
9
|
-
*/
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/privateLinkResourceOperationsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a PrivateLinkResourceOperations. */
|
|
14
|
-
var PrivateLinkResourceOperations = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a PrivateLinkResourceOperations.
|
|
17
|
-
* @param {BatchManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function PrivateLinkResourceOperations(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
PrivateLinkResourceOperations.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
|
-
PrivateLinkResourceOperations.prototype.get = function (resourceGroupName, accountName, privateLinkResourceName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
accountName: accountName,
|
|
33
|
-
privateLinkResourceName: privateLinkResourceName,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
PrivateLinkResourceOperations.prototype.listByBatchAccountNext = function (nextPageLink, options, callback) {
|
|
38
|
-
return this.client.sendOperationRequest({
|
|
39
|
-
nextPageLink: nextPageLink,
|
|
40
|
-
options: options
|
|
41
|
-
}, listByBatchAccountNextOperationSpec, callback);
|
|
42
|
-
};
|
|
43
|
-
return PrivateLinkResourceOperations;
|
|
44
|
-
}());
|
|
45
|
-
export { PrivateLinkResourceOperations };
|
|
46
|
-
// Operation Specifications
|
|
47
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
48
|
-
var listByBatchAccountOperationSpec = {
|
|
49
|
-
httpMethod: "GET",
|
|
50
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources",
|
|
51
|
-
urlParameters: [
|
|
52
|
-
Parameters.subscriptionId,
|
|
53
|
-
Parameters.resourceGroupName,
|
|
54
|
-
Parameters.accountName1
|
|
55
|
-
],
|
|
56
|
-
queryParameters: [
|
|
57
|
-
Parameters.apiVersion,
|
|
58
|
-
Parameters.maxresults
|
|
59
|
-
],
|
|
60
|
-
headerParameters: [
|
|
61
|
-
Parameters.acceptLanguage
|
|
62
|
-
],
|
|
63
|
-
responses: {
|
|
64
|
-
200: {
|
|
65
|
-
bodyMapper: Mappers.ListPrivateLinkResourcesResult
|
|
66
|
-
},
|
|
67
|
-
default: {
|
|
68
|
-
bodyMapper: Mappers.CloudError
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
serializer: serializer
|
|
72
|
-
};
|
|
73
|
-
var getOperationSpec = {
|
|
74
|
-
httpMethod: "GET",
|
|
75
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources/{privateLinkResourceName}",
|
|
76
|
-
urlParameters: [
|
|
77
|
-
Parameters.subscriptionId,
|
|
78
|
-
Parameters.resourceGroupName,
|
|
79
|
-
Parameters.accountName1,
|
|
80
|
-
Parameters.privateLinkResourceName
|
|
81
|
-
],
|
|
82
|
-
queryParameters: [
|
|
83
|
-
Parameters.apiVersion
|
|
84
|
-
],
|
|
85
|
-
headerParameters: [
|
|
86
|
-
Parameters.acceptLanguage
|
|
87
|
-
],
|
|
88
|
-
responses: {
|
|
89
|
-
200: {
|
|
90
|
-
bodyMapper: Mappers.PrivateLinkResource
|
|
91
|
-
},
|
|
92
|
-
default: {
|
|
93
|
-
bodyMapper: Mappers.CloudError
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
serializer: serializer
|
|
97
|
-
};
|
|
98
|
-
var listByBatchAccountNextOperationSpec = {
|
|
99
|
-
httpMethod: "GET",
|
|
100
|
-
baseUrl: "https://management.azure.com",
|
|
101
|
-
path: "{nextLink}",
|
|
102
|
-
urlParameters: [
|
|
103
|
-
Parameters.nextPageLink
|
|
104
|
-
],
|
|
105
|
-
headerParameters: [
|
|
106
|
-
Parameters.acceptLanguage
|
|
107
|
-
],
|
|
108
|
-
responses: {
|
|
109
|
-
200: {
|
|
110
|
-
bodyMapper: Mappers.ListPrivateLinkResourcesResult
|
|
111
|
-
},
|
|
112
|
-
default: {
|
|
113
|
-
bodyMapper: Mappers.CloudError
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
serializer: serializer
|
|
117
|
-
};
|
|
118
|
-
//# 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,72 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
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
|
-
Certificate,
|
|
25
|
-
CertificateCreateOrUpdateParameters,
|
|
26
|
-
CertificateReference,
|
|
27
|
-
CIFSMountConfiguration,
|
|
28
|
-
CloudError,
|
|
29
|
-
CloudServiceConfiguration,
|
|
30
|
-
ContainerConfiguration,
|
|
31
|
-
ContainerRegistry,
|
|
32
|
-
DataDisk,
|
|
33
|
-
DeleteCertificateError,
|
|
34
|
-
DeploymentConfiguration,
|
|
35
|
-
DiskEncryptionConfiguration,
|
|
36
|
-
EncryptionProperties,
|
|
37
|
-
EnvironmentSetting,
|
|
38
|
-
FixedScaleSettings,
|
|
39
|
-
ImageReference,
|
|
40
|
-
InboundNatPool,
|
|
41
|
-
KeyVaultProperties,
|
|
42
|
-
KeyVaultReference,
|
|
43
|
-
LinuxUserConfiguration,
|
|
44
|
-
ListApplicationsResult,
|
|
45
|
-
MetadataItem,
|
|
46
|
-
MountConfiguration,
|
|
47
|
-
NetworkConfiguration,
|
|
48
|
-
NetworkSecurityGroupRule,
|
|
49
|
-
NFSMountConfiguration,
|
|
50
|
-
Pool,
|
|
51
|
-
PoolEndpointConfiguration,
|
|
52
|
-
PrivateEndpoint,
|
|
53
|
-
PrivateEndpointConnection,
|
|
54
|
-
PrivateLinkResource,
|
|
55
|
-
PrivateLinkServiceConnectionState,
|
|
56
|
-
ProxyResource,
|
|
57
|
-
PublicIPAddressConfiguration,
|
|
58
|
-
ResizeError,
|
|
59
|
-
ResizeOperationStatus,
|
|
60
|
-
Resource,
|
|
61
|
-
ResourceFile,
|
|
62
|
-
ScaleSettings,
|
|
63
|
-
StartTask,
|
|
64
|
-
TaskContainerSettings,
|
|
65
|
-
TaskSchedulingPolicy,
|
|
66
|
-
UserAccount,
|
|
67
|
-
UserIdentity,
|
|
68
|
-
VirtualMachineConfiguration,
|
|
69
|
-
VirtualMachineFamilyCoreQuota,
|
|
70
|
-
WindowsConfiguration,
|
|
71
|
-
WindowsUserConfiguration
|
|
72
|
-
} from "../models/mappers";
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
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
|
-
ActivateApplicationPackageParameters,
|
|
11
|
-
Application,
|
|
12
|
-
ApplicationPackage,
|
|
13
|
-
ApplicationPackageReference,
|
|
14
|
-
AutoScaleRun,
|
|
15
|
-
AutoScaleRunError,
|
|
16
|
-
AutoScaleSettings,
|
|
17
|
-
AutoStorageBaseProperties,
|
|
18
|
-
AutoStorageProperties,
|
|
19
|
-
AutoUserSpecification,
|
|
20
|
-
AzureBlobFileSystemConfiguration,
|
|
21
|
-
AzureFileShareConfiguration,
|
|
22
|
-
BaseResource,
|
|
23
|
-
BatchAccount,
|
|
24
|
-
BatchAccountIdentity,
|
|
25
|
-
Certificate,
|
|
26
|
-
CertificateCreateOrUpdateParameters,
|
|
27
|
-
CertificateReference,
|
|
28
|
-
CIFSMountConfiguration,
|
|
29
|
-
CloudError,
|
|
30
|
-
CloudServiceConfiguration,
|
|
31
|
-
ContainerConfiguration,
|
|
32
|
-
ContainerRegistry,
|
|
33
|
-
DataDisk,
|
|
34
|
-
DeleteCertificateError,
|
|
35
|
-
DeploymentConfiguration,
|
|
36
|
-
DiskEncryptionConfiguration,
|
|
37
|
-
EncryptionProperties,
|
|
38
|
-
EnvironmentSetting,
|
|
39
|
-
FixedScaleSettings,
|
|
40
|
-
ImageReference,
|
|
41
|
-
InboundNatPool,
|
|
42
|
-
KeyVaultProperties,
|
|
43
|
-
KeyVaultReference,
|
|
44
|
-
LinuxUserConfiguration,
|
|
45
|
-
ListApplicationPackagesResult,
|
|
46
|
-
MetadataItem,
|
|
47
|
-
MountConfiguration,
|
|
48
|
-
NetworkConfiguration,
|
|
49
|
-
NetworkSecurityGroupRule,
|
|
50
|
-
NFSMountConfiguration,
|
|
51
|
-
Pool,
|
|
52
|
-
PoolEndpointConfiguration,
|
|
53
|
-
PrivateEndpoint,
|
|
54
|
-
PrivateEndpointConnection,
|
|
55
|
-
PrivateLinkResource,
|
|
56
|
-
PrivateLinkServiceConnectionState,
|
|
57
|
-
ProxyResource,
|
|
58
|
-
PublicIPAddressConfiguration,
|
|
59
|
-
ResizeError,
|
|
60
|
-
ResizeOperationStatus,
|
|
61
|
-
Resource,
|
|
62
|
-
ResourceFile,
|
|
63
|
-
ScaleSettings,
|
|
64
|
-
StartTask,
|
|
65
|
-
TaskContainerSettings,
|
|
66
|
-
TaskSchedulingPolicy,
|
|
67
|
-
UserAccount,
|
|
68
|
-
UserIdentity,
|
|
69
|
-
VirtualMachineConfiguration,
|
|
70
|
-
VirtualMachineFamilyCoreQuota,
|
|
71
|
-
WindowsConfiguration,
|
|
72
|
-
WindowsUserConfiguration
|
|
73
|
-
} from "../models/mappers";
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
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
|
-
BatchAccountCreateHeaders,
|
|
24
|
-
BatchAccountCreateParameters,
|
|
25
|
-
BatchAccountDeleteHeaders,
|
|
26
|
-
BatchAccountIdentity,
|
|
27
|
-
BatchAccountKeys,
|
|
28
|
-
BatchAccountListResult,
|
|
29
|
-
BatchAccountRegenerateKeyParameters,
|
|
30
|
-
BatchAccountUpdateParameters,
|
|
31
|
-
Certificate,
|
|
32
|
-
CertificateCreateOrUpdateParameters,
|
|
33
|
-
CertificateReference,
|
|
34
|
-
CIFSMountConfiguration,
|
|
35
|
-
CloudError,
|
|
36
|
-
CloudServiceConfiguration,
|
|
37
|
-
ContainerConfiguration,
|
|
38
|
-
ContainerRegistry,
|
|
39
|
-
DataDisk,
|
|
40
|
-
DeleteCertificateError,
|
|
41
|
-
DeploymentConfiguration,
|
|
42
|
-
DiskEncryptionConfiguration,
|
|
43
|
-
EncryptionProperties,
|
|
44
|
-
EnvironmentSetting,
|
|
45
|
-
FixedScaleSettings,
|
|
46
|
-
ImageReference,
|
|
47
|
-
InboundNatPool,
|
|
48
|
-
KeyVaultProperties,
|
|
49
|
-
KeyVaultReference,
|
|
50
|
-
LinuxUserConfiguration,
|
|
51
|
-
MetadataItem,
|
|
52
|
-
MountConfiguration,
|
|
53
|
-
NetworkConfiguration,
|
|
54
|
-
NetworkSecurityGroupRule,
|
|
55
|
-
NFSMountConfiguration,
|
|
56
|
-
Pool,
|
|
57
|
-
PoolEndpointConfiguration,
|
|
58
|
-
PrivateEndpoint,
|
|
59
|
-
PrivateEndpointConnection,
|
|
60
|
-
PrivateLinkResource,
|
|
61
|
-
PrivateLinkServiceConnectionState,
|
|
62
|
-
ProxyResource,
|
|
63
|
-
PublicIPAddressConfiguration,
|
|
64
|
-
ResizeError,
|
|
65
|
-
ResizeOperationStatus,
|
|
66
|
-
Resource,
|
|
67
|
-
ResourceFile,
|
|
68
|
-
ScaleSettings,
|
|
69
|
-
StartTask,
|
|
70
|
-
TaskContainerSettings,
|
|
71
|
-
TaskSchedulingPolicy,
|
|
72
|
-
UserAccount,
|
|
73
|
-
UserIdentity,
|
|
74
|
-
VirtualMachineConfiguration,
|
|
75
|
-
VirtualMachineFamilyCoreQuota,
|
|
76
|
-
WindowsConfiguration,
|
|
77
|
-
WindowsUserConfiguration
|
|
78
|
-
} from "../models/mappers";
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
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
|
-
Certificate,
|
|
25
|
-
CertificateCancelDeletionHeaders,
|
|
26
|
-
CertificateCreateHeaders,
|
|
27
|
-
CertificateCreateOrUpdateParameters,
|
|
28
|
-
CertificateDeleteHeaders,
|
|
29
|
-
CertificateGetHeaders,
|
|
30
|
-
CertificateReference,
|
|
31
|
-
CertificateUpdateHeaders,
|
|
32
|
-
CIFSMountConfiguration,
|
|
33
|
-
CloudError,
|
|
34
|
-
CloudServiceConfiguration,
|
|
35
|
-
ContainerConfiguration,
|
|
36
|
-
ContainerRegistry,
|
|
37
|
-
DataDisk,
|
|
38
|
-
DeleteCertificateError,
|
|
39
|
-
DeploymentConfiguration,
|
|
40
|
-
DiskEncryptionConfiguration,
|
|
41
|
-
EncryptionProperties,
|
|
42
|
-
EnvironmentSetting,
|
|
43
|
-
FixedScaleSettings,
|
|
44
|
-
ImageReference,
|
|
45
|
-
InboundNatPool,
|
|
46
|
-
KeyVaultProperties,
|
|
47
|
-
KeyVaultReference,
|
|
48
|
-
LinuxUserConfiguration,
|
|
49
|
-
ListCertificatesResult,
|
|
50
|
-
MetadataItem,
|
|
51
|
-
MountConfiguration,
|
|
52
|
-
NetworkConfiguration,
|
|
53
|
-
NetworkSecurityGroupRule,
|
|
54
|
-
NFSMountConfiguration,
|
|
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
|
-
UserIdentity,
|
|
73
|
-
VirtualMachineConfiguration,
|
|
74
|
-
VirtualMachineFamilyCoreQuota,
|
|
75
|
-
WindowsConfiguration,
|
|
76
|
-
WindowsUserConfiguration
|
|
77
|
-
} from "../models/mappers";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
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
|
-
BatchLocationQuota,
|
|
11
|
-
CheckNameAvailabilityParameters,
|
|
12
|
-
CheckNameAvailabilityResult,
|
|
13
|
-
CloudError
|
|
14
|
-
} from "../models/mappers";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
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
|
-
CloudError,
|
|
11
|
-
Operation,
|
|
12
|
-
OperationDisplay,
|
|
13
|
-
OperationListResult
|
|
14
|
-
} from "../models/mappers";
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
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
|
-
Certificate,
|
|
25
|
-
CertificateCreateOrUpdateParameters,
|
|
26
|
-
CertificateReference,
|
|
27
|
-
CIFSMountConfiguration,
|
|
28
|
-
CloudError,
|
|
29
|
-
CloudServiceConfiguration,
|
|
30
|
-
ContainerConfiguration,
|
|
31
|
-
ContainerRegistry,
|
|
32
|
-
DataDisk,
|
|
33
|
-
DeleteCertificateError,
|
|
34
|
-
DeploymentConfiguration,
|
|
35
|
-
DiskEncryptionConfiguration,
|
|
36
|
-
EncryptionProperties,
|
|
37
|
-
EnvironmentSetting,
|
|
38
|
-
FixedScaleSettings,
|
|
39
|
-
ImageReference,
|
|
40
|
-
InboundNatPool,
|
|
41
|
-
KeyVaultProperties,
|
|
42
|
-
KeyVaultReference,
|
|
43
|
-
LinuxUserConfiguration,
|
|
44
|
-
ListPoolsResult,
|
|
45
|
-
MetadataItem,
|
|
46
|
-
MountConfiguration,
|
|
47
|
-
NetworkConfiguration,
|
|
48
|
-
NetworkSecurityGroupRule,
|
|
49
|
-
NFSMountConfiguration,
|
|
50
|
-
Pool,
|
|
51
|
-
PoolCreateHeaders,
|
|
52
|
-
PoolDeleteHeaders,
|
|
53
|
-
PoolDisableAutoScaleHeaders,
|
|
54
|
-
PoolEndpointConfiguration,
|
|
55
|
-
PoolGetHeaders,
|
|
56
|
-
PoolStopResizeHeaders,
|
|
57
|
-
PoolUpdateHeaders,
|
|
58
|
-
PrivateEndpoint,
|
|
59
|
-
PrivateEndpointConnection,
|
|
60
|
-
PrivateLinkResource,
|
|
61
|
-
PrivateLinkServiceConnectionState,
|
|
62
|
-
ProxyResource,
|
|
63
|
-
PublicIPAddressConfiguration,
|
|
64
|
-
ResizeError,
|
|
65
|
-
ResizeOperationStatus,
|
|
66
|
-
Resource,
|
|
67
|
-
ResourceFile,
|
|
68
|
-
ScaleSettings,
|
|
69
|
-
StartTask,
|
|
70
|
-
TaskContainerSettings,
|
|
71
|
-
TaskSchedulingPolicy,
|
|
72
|
-
UserAccount,
|
|
73
|
-
UserIdentity,
|
|
74
|
-
VirtualMachineConfiguration,
|
|
75
|
-
VirtualMachineFamilyCoreQuota,
|
|
76
|
-
WindowsConfiguration,
|
|
77
|
-
WindowsUserConfiguration
|
|
78
|
-
} from "../models/mappers";
|