@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,80 +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
|
-
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
|
-
BatchPoolIdentity,
|
|
26
|
-
Certificate,
|
|
27
|
-
CertificateCreateOrUpdateParameters,
|
|
28
|
-
CertificateReference,
|
|
29
|
-
CIFSMountConfiguration,
|
|
30
|
-
CloudError,
|
|
31
|
-
CloudServiceConfiguration,
|
|
32
|
-
ComputeNodeIdentityReference,
|
|
33
|
-
ContainerConfiguration,
|
|
34
|
-
ContainerRegistry,
|
|
35
|
-
DataDisk,
|
|
36
|
-
DeleteCertificateError,
|
|
37
|
-
DeploymentConfiguration,
|
|
38
|
-
DiffDiskSettings,
|
|
39
|
-
DiskEncryptionConfiguration,
|
|
40
|
-
EncryptionProperties,
|
|
41
|
-
EnvironmentSetting,
|
|
42
|
-
FixedScaleSettings,
|
|
43
|
-
ImageReference,
|
|
44
|
-
InboundNatPool,
|
|
45
|
-
KeyVaultProperties,
|
|
46
|
-
KeyVaultReference,
|
|
47
|
-
LinuxUserConfiguration,
|
|
48
|
-
ListApplicationPackagesResult,
|
|
49
|
-
MetadataItem,
|
|
50
|
-
MountConfiguration,
|
|
51
|
-
NetworkConfiguration,
|
|
52
|
-
NetworkSecurityGroupRule,
|
|
53
|
-
NFSMountConfiguration,
|
|
54
|
-
NodePlacementConfiguration,
|
|
55
|
-
OSDisk,
|
|
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
|
-
UserAssignedIdentities,
|
|
74
|
-
UserIdentity,
|
|
75
|
-
VirtualMachineConfiguration,
|
|
76
|
-
VirtualMachineFamilyCoreQuota,
|
|
77
|
-
VMExtension,
|
|
78
|
-
WindowsConfiguration,
|
|
79
|
-
WindowsUserConfiguration
|
|
80
|
-
} from "../models/mappers";
|
|
@@ -1,89 +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
|
-
BatchAccountCreateHeaders,
|
|
24
|
-
BatchAccountCreateParameters,
|
|
25
|
-
BatchAccountDeleteHeaders,
|
|
26
|
-
BatchAccountIdentity,
|
|
27
|
-
BatchAccountKeys,
|
|
28
|
-
BatchAccountListResult,
|
|
29
|
-
BatchAccountRegenerateKeyParameters,
|
|
30
|
-
BatchAccountUpdateParameters,
|
|
31
|
-
BatchPoolIdentity,
|
|
32
|
-
Certificate,
|
|
33
|
-
CertificateCreateOrUpdateParameters,
|
|
34
|
-
CertificateReference,
|
|
35
|
-
CIFSMountConfiguration,
|
|
36
|
-
CloudError,
|
|
37
|
-
CloudServiceConfiguration,
|
|
38
|
-
ComputeNodeIdentityReference,
|
|
39
|
-
ContainerConfiguration,
|
|
40
|
-
ContainerRegistry,
|
|
41
|
-
DataDisk,
|
|
42
|
-
DeleteCertificateError,
|
|
43
|
-
DeploymentConfiguration,
|
|
44
|
-
DiffDiskSettings,
|
|
45
|
-
DiskEncryptionConfiguration,
|
|
46
|
-
EncryptionProperties,
|
|
47
|
-
EndpointDependency,
|
|
48
|
-
EndpointDetail,
|
|
49
|
-
EnvironmentSetting,
|
|
50
|
-
FixedScaleSettings,
|
|
51
|
-
ImageReference,
|
|
52
|
-
InboundNatPool,
|
|
53
|
-
KeyVaultProperties,
|
|
54
|
-
KeyVaultReference,
|
|
55
|
-
LinuxUserConfiguration,
|
|
56
|
-
MetadataItem,
|
|
57
|
-
MountConfiguration,
|
|
58
|
-
NetworkConfiguration,
|
|
59
|
-
NetworkSecurityGroupRule,
|
|
60
|
-
NFSMountConfiguration,
|
|
61
|
-
NodePlacementConfiguration,
|
|
62
|
-
OSDisk,
|
|
63
|
-
OutboundEnvironmentEndpoint,
|
|
64
|
-
OutboundEnvironmentEndpointCollection,
|
|
65
|
-
Pool,
|
|
66
|
-
PoolEndpointConfiguration,
|
|
67
|
-
PrivateEndpoint,
|
|
68
|
-
PrivateEndpointConnection,
|
|
69
|
-
PrivateLinkResource,
|
|
70
|
-
PrivateLinkServiceConnectionState,
|
|
71
|
-
ProxyResource,
|
|
72
|
-
PublicIPAddressConfiguration,
|
|
73
|
-
ResizeError,
|
|
74
|
-
ResizeOperationStatus,
|
|
75
|
-
Resource,
|
|
76
|
-
ResourceFile,
|
|
77
|
-
ScaleSettings,
|
|
78
|
-
StartTask,
|
|
79
|
-
TaskContainerSettings,
|
|
80
|
-
TaskSchedulingPolicy,
|
|
81
|
-
UserAccount,
|
|
82
|
-
UserAssignedIdentities,
|
|
83
|
-
UserIdentity,
|
|
84
|
-
VirtualMachineConfiguration,
|
|
85
|
-
VirtualMachineFamilyCoreQuota,
|
|
86
|
-
VMExtension,
|
|
87
|
-
WindowsConfiguration,
|
|
88
|
-
WindowsUserConfiguration
|
|
89
|
-
} from "../models/mappers";
|
|
@@ -1,84 +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
|
-
CertificateCancelDeletionHeaders,
|
|
27
|
-
CertificateCreateHeaders,
|
|
28
|
-
CertificateCreateOrUpdateParameters,
|
|
29
|
-
CertificateDeleteHeaders,
|
|
30
|
-
CertificateGetHeaders,
|
|
31
|
-
CertificateReference,
|
|
32
|
-
CertificateUpdateHeaders,
|
|
33
|
-
CIFSMountConfiguration,
|
|
34
|
-
CloudError,
|
|
35
|
-
CloudServiceConfiguration,
|
|
36
|
-
ComputeNodeIdentityReference,
|
|
37
|
-
ContainerConfiguration,
|
|
38
|
-
ContainerRegistry,
|
|
39
|
-
DataDisk,
|
|
40
|
-
DeleteCertificateError,
|
|
41
|
-
DeploymentConfiguration,
|
|
42
|
-
DiffDiskSettings,
|
|
43
|
-
DiskEncryptionConfiguration,
|
|
44
|
-
EncryptionProperties,
|
|
45
|
-
EnvironmentSetting,
|
|
46
|
-
FixedScaleSettings,
|
|
47
|
-
ImageReference,
|
|
48
|
-
InboundNatPool,
|
|
49
|
-
KeyVaultProperties,
|
|
50
|
-
KeyVaultReference,
|
|
51
|
-
LinuxUserConfiguration,
|
|
52
|
-
ListCertificatesResult,
|
|
53
|
-
MetadataItem,
|
|
54
|
-
MountConfiguration,
|
|
55
|
-
NetworkConfiguration,
|
|
56
|
-
NetworkSecurityGroupRule,
|
|
57
|
-
NFSMountConfiguration,
|
|
58
|
-
NodePlacementConfiguration,
|
|
59
|
-
OSDisk,
|
|
60
|
-
Pool,
|
|
61
|
-
PoolEndpointConfiguration,
|
|
62
|
-
PrivateEndpoint,
|
|
63
|
-
PrivateEndpointConnection,
|
|
64
|
-
PrivateLinkResource,
|
|
65
|
-
PrivateLinkServiceConnectionState,
|
|
66
|
-
ProxyResource,
|
|
67
|
-
PublicIPAddressConfiguration,
|
|
68
|
-
ResizeError,
|
|
69
|
-
ResizeOperationStatus,
|
|
70
|
-
Resource,
|
|
71
|
-
ResourceFile,
|
|
72
|
-
ScaleSettings,
|
|
73
|
-
StartTask,
|
|
74
|
-
TaskContainerSettings,
|
|
75
|
-
TaskSchedulingPolicy,
|
|
76
|
-
UserAccount,
|
|
77
|
-
UserAssignedIdentities,
|
|
78
|
-
UserIdentity,
|
|
79
|
-
VirtualMachineConfiguration,
|
|
80
|
-
VirtualMachineFamilyCoreQuota,
|
|
81
|
-
VMExtension,
|
|
82
|
-
WindowsConfiguration,
|
|
83
|
-
WindowsUserConfiguration
|
|
84
|
-
} from "../models/mappers";
|
|
@@ -1,85 +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
|
-
ListPoolsResult,
|
|
48
|
-
MetadataItem,
|
|
49
|
-
MountConfiguration,
|
|
50
|
-
NetworkConfiguration,
|
|
51
|
-
NetworkSecurityGroupRule,
|
|
52
|
-
NFSMountConfiguration,
|
|
53
|
-
NodePlacementConfiguration,
|
|
54
|
-
OSDisk,
|
|
55
|
-
Pool,
|
|
56
|
-
PoolCreateHeaders,
|
|
57
|
-
PoolDeleteHeaders,
|
|
58
|
-
PoolDisableAutoScaleHeaders,
|
|
59
|
-
PoolEndpointConfiguration,
|
|
60
|
-
PoolGetHeaders,
|
|
61
|
-
PoolStopResizeHeaders,
|
|
62
|
-
PoolUpdateHeaders,
|
|
63
|
-
PrivateEndpoint,
|
|
64
|
-
PrivateEndpointConnection,
|
|
65
|
-
PrivateLinkResource,
|
|
66
|
-
PrivateLinkServiceConnectionState,
|
|
67
|
-
ProxyResource,
|
|
68
|
-
PublicIPAddressConfiguration,
|
|
69
|
-
ResizeError,
|
|
70
|
-
ResizeOperationStatus,
|
|
71
|
-
Resource,
|
|
72
|
-
ResourceFile,
|
|
73
|
-
ScaleSettings,
|
|
74
|
-
StartTask,
|
|
75
|
-
TaskContainerSettings,
|
|
76
|
-
TaskSchedulingPolicy,
|
|
77
|
-
UserAccount,
|
|
78
|
-
UserAssignedIdentities,
|
|
79
|
-
UserIdentity,
|
|
80
|
-
VirtualMachineConfiguration,
|
|
81
|
-
VirtualMachineFamilyCoreQuota,
|
|
82
|
-
VMExtension,
|
|
83
|
-
WindowsConfiguration,
|
|
84
|
-
WindowsUserConfiguration
|
|
85
|
-
} from "../models/mappers";
|
|
@@ -1,80 +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
|
-
ListPrivateEndpointConnectionsResult,
|
|
48
|
-
MetadataItem,
|
|
49
|
-
MountConfiguration,
|
|
50
|
-
NetworkConfiguration,
|
|
51
|
-
NetworkSecurityGroupRule,
|
|
52
|
-
NFSMountConfiguration,
|
|
53
|
-
NodePlacementConfiguration,
|
|
54
|
-
OSDisk,
|
|
55
|
-
Pool,
|
|
56
|
-
PoolEndpointConfiguration,
|
|
57
|
-
PrivateEndpoint,
|
|
58
|
-
PrivateEndpointConnection,
|
|
59
|
-
PrivateEndpointConnectionUpdateHeaders,
|
|
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
|
-
UserAssignedIdentities,
|
|
74
|
-
UserIdentity,
|
|
75
|
-
VirtualMachineConfiguration,
|
|
76
|
-
VirtualMachineFamilyCoreQuota,
|
|
77
|
-
VMExtension,
|
|
78
|
-
WindowsConfiguration,
|
|
79
|
-
WindowsUserConfiguration
|
|
80
|
-
} from "../models/mappers";
|
|
@@ -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
|
-
ListPrivateLinkResourcesResult,
|
|
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";
|