@azure/arm-netapp 14.1.1 → 15.0.0
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +71 -79
- package/dist/index.js +8881 -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/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -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 +2374 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +162 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +76 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2254 -1426
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +319 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/netAppManagementClient.d.ts +31 -0
- package/dist-esm/src/netAppManagementClient.d.ts.map +1 -0
- package/dist-esm/src/netAppManagementClient.js +64 -0
- package/dist-esm/src/netAppManagementClient.js.map +1 -0
- package/dist-esm/src/operations/accountBackups.d.ts +55 -0
- package/dist-esm/src/operations/accountBackups.d.ts.map +1 -0
- package/dist-esm/src/operations/accountBackups.js +195 -0
- package/dist-esm/src/operations/accountBackups.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +107 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +482 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/backupPolicies.d.ts +91 -0
- package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/backupPolicies.js +365 -0
- package/dist-esm/src/operations/backupPolicies.js.map +1 -0
- package/dist-esm/src/operations/backups.d.ts +125 -0
- package/dist-esm/src/operations/backups.d.ts.map +1 -0
- package/dist-esm/src/operations/backups.js +484 -0
- package/dist-esm/src/operations/backups.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +21 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/netAppResource.d.ts +40 -0
- package/dist-esm/src/operations/netAppResource.d.ts.map +1 -0
- package/dist-esm/src/operations/netAppResource.js +133 -0
- package/dist-esm/src/operations/netAppResource.js.map +1 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts +35 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.js +122 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/pools.d.ts +99 -0
- package/dist-esm/src/operations/pools.d.ts.map +1 -0
- package/dist-esm/src/operations/pools.js +401 -0
- package/dist-esm/src/operations/pools.js.map +1 -0
- package/dist-esm/src/operations/snapshotPolicies.d.ts +90 -0
- package/dist-esm/src/operations/snapshotPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/snapshotPolicies.js +346 -0
- package/dist-esm/src/operations/snapshotPolicies.js.map +1 -0
- package/dist-esm/src/operations/snapshots.d.ts +109 -0
- package/dist-esm/src/operations/snapshots.d.ts.map +1 -0
- package/dist-esm/src/operations/snapshots.js +423 -0
- package/dist-esm/src/operations/snapshots.js.map +1 -0
- package/dist-esm/src/operations/vaults.d.ts +30 -0
- package/dist-esm/src/operations/vaults.d.ts.map +1 -0
- package/dist-esm/src/operations/vaults.js +97 -0
- package/dist-esm/src/operations/vaults.js.map +1 -0
- package/dist-esm/src/operations/volumeGroups.d.ts +73 -0
- package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/volumeGroups.js +278 -0
- package/dist-esm/src/operations/volumeGroups.js.map +1 -0
- package/dist-esm/src/operations/volumes.d.ts +254 -0
- package/dist-esm/src/operations/volumes.d.ts.map +1 -0
- package/dist-esm/src/operations/volumes.js +956 -0
- package/dist-esm/src/operations/volumes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accountBackups.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/accountBackups.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/accountBackups.js} +2 -10
- package/dist-esm/src/operationsInterfaces/accountBackups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{src/models/netAppResourceMappers.ts → dist-esm/src/operationsInterfaces/accounts.js} +2 -8
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/backupPolicies.js} +2 -2
- package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/backups.d.ts +106 -0
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/backups.js +9 -0
- package/dist-esm/src/operationsInterfaces/backups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +21 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.js +9 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.js +9 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.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/pools.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/pools.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/pools.js} +2 -1
- package/dist-esm/src/operationsInterfaces/pools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts +90 -0
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshots.js +9 -0
- package/dist-esm/src/operationsInterfaces/snapshots.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.js +9 -0
- package/dist-esm/src/operationsInterfaces/vaults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumes.d.ts +227 -0
- package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumes.js +9 -0
- package/dist-esm/src/operationsInterfaces/volumes.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +70 -32
- package/review/arm-netapp.api.md +1681 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1977 -2621
- package/src/models/mappers.ts +2392 -1509
- package/src/models/parameters.ts +281 -51
- package/src/netAppManagementClient.ts +128 -0
- package/src/operations/accountBackups.ts +187 -132
- package/src/operations/accounts.ts +506 -243
- package/src/operations/backupPolicies.ts +390 -223
- package/src/operations/backups.ts +486 -313
- package/src/operations/index.ts +3 -2
- package/src/operations/netAppResource.ts +112 -204
- package/src/operations/netAppResourceQuotaLimits.ts +150 -0
- package/src/operations/operations.ts +65 -43
- package/src/operations/pools.ts +430 -263
- package/src/operations/snapshotPolicies.ts +352 -282
- package/src/operations/snapshots.ts +459 -231
- package/src/operations/vaults.ts +81 -51
- package/src/operations/volumeGroups.ts +408 -0
- package/src/operations/volumes.ts +1101 -637
- package/src/operationsInterfaces/accountBackups.ts +72 -0
- package/src/operationsInterfaces/accounts.ts +139 -0
- package/src/operationsInterfaces/backupPolicies.ts +147 -0
- package/src/operationsInterfaces/backups.ts +202 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +4 -3
- package/src/operationsInterfaces/netAppResource.ts +66 -0
- package/src/operationsInterfaces/netAppResourceQuotaLimits.ts +40 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/pools.ts +144 -0
- package/src/operationsInterfaces/snapshotPolicies.ts +142 -0
- package/src/operationsInterfaces/snapshots.ts +178 -0
- package/src/operationsInterfaces/vaults.ts +26 -0
- package/src/operationsInterfaces/volumeGroups.ts +110 -0
- package/src/operationsInterfaces/volumes.ts +413 -0
- package/tsconfig.json +3 -3
- package/types/arm-netapp.d.ts +3485 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-netapp.js +0 -7016
- package/dist/arm-netapp.js.map +0 -1
- package/dist/arm-netapp.min.js +0 -1
- package/dist/arm-netapp.min.js.map +0 -1
- package/esm/azureNetAppFilesManagementClient.d.ts +0 -35
- package/esm/azureNetAppFilesManagementClient.d.ts.map +0 -1
- package/esm/azureNetAppFilesManagementClient.js +0 -48
- package/esm/azureNetAppFilesManagementClient.js.map +0 -1
- package/esm/azureNetAppFilesManagementClientContext.d.ts +0 -23
- package/esm/azureNetAppFilesManagementClientContext.d.ts.map +0 -1
- package/esm/azureNetAppFilesManagementClientContext.js +0 -61
- package/esm/azureNetAppFilesManagementClientContext.js.map +0 -1
- package/esm/models/accountBackupsMappers.d.ts +0 -2
- package/esm/models/accountBackupsMappers.d.ts.map +0 -1
- package/esm/models/accountBackupsMappers.js +0 -9
- package/esm/models/accountBackupsMappers.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/backupPoliciesMappers.d.ts +0 -2
- package/esm/models/backupPoliciesMappers.d.ts.map +0 -1
- package/esm/models/backupPoliciesMappers.js +0 -9
- package/esm/models/backupPoliciesMappers.js.map +0 -1
- package/esm/models/backupsMappers.d.ts +0 -2
- package/esm/models/backupsMappers.d.ts.map +0 -1
- package/esm/models/backupsMappers.js +0 -9
- package/esm/models/backupsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3070
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -65
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/netAppResourceMappers.d.ts +0 -2
- package/esm/models/netAppResourceMappers.d.ts.map +0 -1
- package/esm/models/netAppResourceMappers.js +0 -9
- package/esm/models/netAppResourceMappers.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 -15
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -158
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolsMappers.d.ts +0 -2
- package/esm/models/poolsMappers.d.ts.map +0 -1
- package/esm/models/poolsMappers.js +0 -9
- package/esm/models/poolsMappers.js.map +0 -1
- package/esm/models/snapshotPoliciesMappers.d.ts +0 -2
- package/esm/models/snapshotPoliciesMappers.d.ts.map +0 -1
- package/esm/models/snapshotPoliciesMappers.js +0 -9
- package/esm/models/snapshotPoliciesMappers.js.map +0 -1
- package/esm/models/snapshotsMappers.d.ts +0 -2
- package/esm/models/snapshotsMappers.d.ts.map +0 -1
- package/esm/models/snapshotsMappers.js +0 -9
- package/esm/models/snapshotsMappers.js.map +0 -1
- package/esm/models/vaultsMappers.d.ts +0 -2
- package/esm/models/vaultsMappers.d.ts.map +0 -1
- package/esm/models/vaultsMappers.js +0 -9
- package/esm/models/vaultsMappers.js.map +0 -1
- package/esm/models/volumesMappers.d.ts +0 -2
- package/esm/models/volumesMappers.d.ts.map +0 -1
- package/esm/models/volumesMappers.js +0 -9
- package/esm/models/volumesMappers.js.map +0 -1
- package/esm/operations/accountBackups.d.ts +0 -81
- package/esm/operations/accountBackups.d.ts.map +0 -1
- package/esm/operations/accountBackups.js +0 -145
- package/esm/operations/accountBackups.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -132
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -288
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/backupPolicies.d.ts +0 -125
- package/esm/operations/backupPolicies.d.ts.map +0 -1
- package/esm/operations/backupPolicies.js +0 -277
- package/esm/operations/backupPolicies.js.map +0 -1
- package/esm/operations/backups.d.ts +0 -203
- package/esm/operations/backups.d.ts.map +0 -1
- package/esm/operations/backups.js +0 -379
- package/esm/operations/backups.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/netAppResource.d.ts +0 -115
- package/esm/operations/netAppResource.d.ts.map +0 -1
- package/esm/operations/netAppResource.js +0 -145
- package/esm/operations/netAppResource.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/pools.d.ts +0 -144
- package/esm/operations/pools.d.ts.map +0 -1
- package/esm/operations/pools.js +0 -302
- package/esm/operations/pools.js.map +0 -1
- package/esm/operations/snapshotPolicies.d.ts +0 -149
- package/esm/operations/snapshotPolicies.d.ts.map +0 -1
- package/esm/operations/snapshotPolicies.js +0 -281
- package/esm/operations/snapshotPolicies.js.map +0 -1
- package/esm/operations/snapshots.d.ts +0 -149
- package/esm/operations/snapshots.d.ts.map +0 -1
- package/esm/operations/snapshots.js +0 -312
- package/esm/operations/snapshots.js.map +0 -1
- package/esm/operations/vaults.d.ts +0 -35
- package/esm/operations/vaults.d.ts.map +0 -1
- package/esm/operations/vaults.js +0 -57
- package/esm/operations/vaults.js.map +0 -1
- package/esm/operations/volumes.d.ts +0 -344
- package/esm/operations/volumes.d.ts.map +0 -1
- package/esm/operations/volumes.js +0 -800
- package/esm/operations/volumes.js.map +0 -1
- package/src/azureNetAppFilesManagementClient.ts +0 -68
- package/src/azureNetAppFilesManagementClientContext.ts +0 -68
- package/src/models/accountBackupsMappers.ts +0 -44
- package/src/models/accountsMappers.ts +0 -44
- package/src/models/backupPoliciesMappers.ts +0 -44
- package/src/models/backupsMappers.ts +0 -46
- package/src/models/poolsMappers.ts +0 -44
- package/src/models/snapshotPoliciesMappers.ts +0 -46
- package/src/models/snapshotsMappers.ts +0 -44
- package/src/models/vaultsMappers.ts +0 -44
- package/src/models/volumesMappers.ts +0 -49
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
+
import {
|
|
12
|
+
Volume,
|
|
13
|
+
VolumesListOptionalParams,
|
|
14
|
+
VolumesGetOptionalParams,
|
|
15
|
+
VolumesGetResponse,
|
|
16
|
+
VolumesCreateOrUpdateOptionalParams,
|
|
17
|
+
VolumesCreateOrUpdateResponse,
|
|
18
|
+
VolumePatch,
|
|
19
|
+
VolumesUpdateOptionalParams,
|
|
20
|
+
VolumesUpdateResponse,
|
|
21
|
+
VolumesDeleteOptionalParams,
|
|
22
|
+
VolumeRevert,
|
|
23
|
+
VolumesRevertOptionalParams,
|
|
24
|
+
VolumesBreakReplicationOptionalParams,
|
|
25
|
+
VolumesReplicationStatusOptionalParams,
|
|
26
|
+
VolumesReplicationStatusResponse,
|
|
27
|
+
VolumesResyncReplicationOptionalParams,
|
|
28
|
+
VolumesDeleteReplicationOptionalParams,
|
|
29
|
+
AuthorizeRequest,
|
|
30
|
+
VolumesAuthorizeReplicationOptionalParams,
|
|
31
|
+
VolumesReInitializeReplicationOptionalParams,
|
|
32
|
+
PoolChangeRequest,
|
|
33
|
+
VolumesPoolChangeOptionalParams
|
|
34
|
+
} from "../models";
|
|
35
|
+
|
|
36
|
+
/// <reference lib="esnext.asynciterable" />
|
|
37
|
+
/** Interface representing a Volumes. */
|
|
38
|
+
export interface Volumes {
|
|
39
|
+
/**
|
|
40
|
+
* List all volumes within the capacity pool
|
|
41
|
+
* @param resourceGroupName The name of the resource group.
|
|
42
|
+
* @param accountName The name of the NetApp account
|
|
43
|
+
* @param poolName The name of the capacity pool
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
list(
|
|
47
|
+
resourceGroupName: string,
|
|
48
|
+
accountName: string,
|
|
49
|
+
poolName: string,
|
|
50
|
+
options?: VolumesListOptionalParams
|
|
51
|
+
): PagedAsyncIterableIterator<Volume>;
|
|
52
|
+
/**
|
|
53
|
+
* Get the details of the specified volume
|
|
54
|
+
* @param resourceGroupName The name of the resource group.
|
|
55
|
+
* @param accountName The name of the NetApp account
|
|
56
|
+
* @param poolName The name of the capacity pool
|
|
57
|
+
* @param volumeName The name of the volume
|
|
58
|
+
* @param options The options parameters.
|
|
59
|
+
*/
|
|
60
|
+
get(
|
|
61
|
+
resourceGroupName: string,
|
|
62
|
+
accountName: string,
|
|
63
|
+
poolName: string,
|
|
64
|
+
volumeName: string,
|
|
65
|
+
options?: VolumesGetOptionalParams
|
|
66
|
+
): Promise<VolumesGetResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* Create or update the specified volume within the capacity pool
|
|
69
|
+
* @param resourceGroupName The name of the resource group.
|
|
70
|
+
* @param accountName The name of the NetApp account
|
|
71
|
+
* @param poolName The name of the capacity pool
|
|
72
|
+
* @param volumeName The name of the volume
|
|
73
|
+
* @param body Volume object supplied in the body of the operation.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
beginCreateOrUpdate(
|
|
77
|
+
resourceGroupName: string,
|
|
78
|
+
accountName: string,
|
|
79
|
+
poolName: string,
|
|
80
|
+
volumeName: string,
|
|
81
|
+
body: Volume,
|
|
82
|
+
options?: VolumesCreateOrUpdateOptionalParams
|
|
83
|
+
): Promise<
|
|
84
|
+
PollerLike<
|
|
85
|
+
PollOperationState<VolumesCreateOrUpdateResponse>,
|
|
86
|
+
VolumesCreateOrUpdateResponse
|
|
87
|
+
>
|
|
88
|
+
>;
|
|
89
|
+
/**
|
|
90
|
+
* Create or update the specified volume within the capacity pool
|
|
91
|
+
* @param resourceGroupName The name of the resource group.
|
|
92
|
+
* @param accountName The name of the NetApp account
|
|
93
|
+
* @param poolName The name of the capacity pool
|
|
94
|
+
* @param volumeName The name of the volume
|
|
95
|
+
* @param body Volume object supplied in the body of the operation.
|
|
96
|
+
* @param options The options parameters.
|
|
97
|
+
*/
|
|
98
|
+
beginCreateOrUpdateAndWait(
|
|
99
|
+
resourceGroupName: string,
|
|
100
|
+
accountName: string,
|
|
101
|
+
poolName: string,
|
|
102
|
+
volumeName: string,
|
|
103
|
+
body: Volume,
|
|
104
|
+
options?: VolumesCreateOrUpdateOptionalParams
|
|
105
|
+
): Promise<VolumesCreateOrUpdateResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* Patch the specified volume
|
|
108
|
+
* @param resourceGroupName The name of the resource group.
|
|
109
|
+
* @param accountName The name of the NetApp account
|
|
110
|
+
* @param poolName The name of the capacity pool
|
|
111
|
+
* @param volumeName The name of the volume
|
|
112
|
+
* @param body Volume object supplied in the body of the operation.
|
|
113
|
+
* @param options The options parameters.
|
|
114
|
+
*/
|
|
115
|
+
beginUpdate(
|
|
116
|
+
resourceGroupName: string,
|
|
117
|
+
accountName: string,
|
|
118
|
+
poolName: string,
|
|
119
|
+
volumeName: string,
|
|
120
|
+
body: VolumePatch,
|
|
121
|
+
options?: VolumesUpdateOptionalParams
|
|
122
|
+
): Promise<
|
|
123
|
+
PollerLike<PollOperationState<VolumesUpdateResponse>, VolumesUpdateResponse>
|
|
124
|
+
>;
|
|
125
|
+
/**
|
|
126
|
+
* Patch the specified volume
|
|
127
|
+
* @param resourceGroupName The name of the resource group.
|
|
128
|
+
* @param accountName The name of the NetApp account
|
|
129
|
+
* @param poolName The name of the capacity pool
|
|
130
|
+
* @param volumeName The name of the volume
|
|
131
|
+
* @param body Volume object supplied in the body of the operation.
|
|
132
|
+
* @param options The options parameters.
|
|
133
|
+
*/
|
|
134
|
+
beginUpdateAndWait(
|
|
135
|
+
resourceGroupName: string,
|
|
136
|
+
accountName: string,
|
|
137
|
+
poolName: string,
|
|
138
|
+
volumeName: string,
|
|
139
|
+
body: VolumePatch,
|
|
140
|
+
options?: VolumesUpdateOptionalParams
|
|
141
|
+
): Promise<VolumesUpdateResponse>;
|
|
142
|
+
/**
|
|
143
|
+
* Delete the specified volume
|
|
144
|
+
* @param resourceGroupName The name of the resource group.
|
|
145
|
+
* @param accountName The name of the NetApp account
|
|
146
|
+
* @param poolName The name of the capacity pool
|
|
147
|
+
* @param volumeName The name of the volume
|
|
148
|
+
* @param options The options parameters.
|
|
149
|
+
*/
|
|
150
|
+
beginDelete(
|
|
151
|
+
resourceGroupName: string,
|
|
152
|
+
accountName: string,
|
|
153
|
+
poolName: string,
|
|
154
|
+
volumeName: string,
|
|
155
|
+
options?: VolumesDeleteOptionalParams
|
|
156
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
157
|
+
/**
|
|
158
|
+
* Delete the specified volume
|
|
159
|
+
* @param resourceGroupName The name of the resource group.
|
|
160
|
+
* @param accountName The name of the NetApp account
|
|
161
|
+
* @param poolName The name of the capacity pool
|
|
162
|
+
* @param volumeName The name of the volume
|
|
163
|
+
* @param options The options parameters.
|
|
164
|
+
*/
|
|
165
|
+
beginDeleteAndWait(
|
|
166
|
+
resourceGroupName: string,
|
|
167
|
+
accountName: string,
|
|
168
|
+
poolName: string,
|
|
169
|
+
volumeName: string,
|
|
170
|
+
options?: VolumesDeleteOptionalParams
|
|
171
|
+
): Promise<void>;
|
|
172
|
+
/**
|
|
173
|
+
* Revert a volume to the snapshot specified in the body
|
|
174
|
+
* @param resourceGroupName The name of the resource group.
|
|
175
|
+
* @param accountName The name of the NetApp account
|
|
176
|
+
* @param poolName The name of the capacity pool
|
|
177
|
+
* @param volumeName The name of the volume
|
|
178
|
+
* @param body Object for snapshot to revert supplied in the body of the operation.
|
|
179
|
+
* @param options The options parameters.
|
|
180
|
+
*/
|
|
181
|
+
beginRevert(
|
|
182
|
+
resourceGroupName: string,
|
|
183
|
+
accountName: string,
|
|
184
|
+
poolName: string,
|
|
185
|
+
volumeName: string,
|
|
186
|
+
body: VolumeRevert,
|
|
187
|
+
options?: VolumesRevertOptionalParams
|
|
188
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
189
|
+
/**
|
|
190
|
+
* Revert a volume to the snapshot specified in the body
|
|
191
|
+
* @param resourceGroupName The name of the resource group.
|
|
192
|
+
* @param accountName The name of the NetApp account
|
|
193
|
+
* @param poolName The name of the capacity pool
|
|
194
|
+
* @param volumeName The name of the volume
|
|
195
|
+
* @param body Object for snapshot to revert supplied in the body of the operation.
|
|
196
|
+
* @param options The options parameters.
|
|
197
|
+
*/
|
|
198
|
+
beginRevertAndWait(
|
|
199
|
+
resourceGroupName: string,
|
|
200
|
+
accountName: string,
|
|
201
|
+
poolName: string,
|
|
202
|
+
volumeName: string,
|
|
203
|
+
body: VolumeRevert,
|
|
204
|
+
options?: VolumesRevertOptionalParams
|
|
205
|
+
): Promise<void>;
|
|
206
|
+
/**
|
|
207
|
+
* Break the replication connection on the destination volume
|
|
208
|
+
* @param resourceGroupName The name of the resource group.
|
|
209
|
+
* @param accountName The name of the NetApp account
|
|
210
|
+
* @param poolName The name of the capacity pool
|
|
211
|
+
* @param volumeName The name of the volume
|
|
212
|
+
* @param options The options parameters.
|
|
213
|
+
*/
|
|
214
|
+
beginBreakReplication(
|
|
215
|
+
resourceGroupName: string,
|
|
216
|
+
accountName: string,
|
|
217
|
+
poolName: string,
|
|
218
|
+
volumeName: string,
|
|
219
|
+
options?: VolumesBreakReplicationOptionalParams
|
|
220
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
221
|
+
/**
|
|
222
|
+
* Break the replication connection on the destination volume
|
|
223
|
+
* @param resourceGroupName The name of the resource group.
|
|
224
|
+
* @param accountName The name of the NetApp account
|
|
225
|
+
* @param poolName The name of the capacity pool
|
|
226
|
+
* @param volumeName The name of the volume
|
|
227
|
+
* @param options The options parameters.
|
|
228
|
+
*/
|
|
229
|
+
beginBreakReplicationAndWait(
|
|
230
|
+
resourceGroupName: string,
|
|
231
|
+
accountName: string,
|
|
232
|
+
poolName: string,
|
|
233
|
+
volumeName: string,
|
|
234
|
+
options?: VolumesBreakReplicationOptionalParams
|
|
235
|
+
): Promise<void>;
|
|
236
|
+
/**
|
|
237
|
+
* Get the status of the replication
|
|
238
|
+
* @param resourceGroupName The name of the resource group.
|
|
239
|
+
* @param accountName The name of the NetApp account
|
|
240
|
+
* @param poolName The name of the capacity pool
|
|
241
|
+
* @param volumeName The name of the volume
|
|
242
|
+
* @param options The options parameters.
|
|
243
|
+
*/
|
|
244
|
+
replicationStatus(
|
|
245
|
+
resourceGroupName: string,
|
|
246
|
+
accountName: string,
|
|
247
|
+
poolName: string,
|
|
248
|
+
volumeName: string,
|
|
249
|
+
options?: VolumesReplicationStatusOptionalParams
|
|
250
|
+
): Promise<VolumesReplicationStatusResponse>;
|
|
251
|
+
/**
|
|
252
|
+
* Resync the connection on the destination volume. If the operation is ran on the source volume it
|
|
253
|
+
* will reverse-resync the connection and sync from destination to source.
|
|
254
|
+
* @param resourceGroupName The name of the resource group.
|
|
255
|
+
* @param accountName The name of the NetApp account
|
|
256
|
+
* @param poolName The name of the capacity pool
|
|
257
|
+
* @param volumeName The name of the volume
|
|
258
|
+
* @param options The options parameters.
|
|
259
|
+
*/
|
|
260
|
+
beginResyncReplication(
|
|
261
|
+
resourceGroupName: string,
|
|
262
|
+
accountName: string,
|
|
263
|
+
poolName: string,
|
|
264
|
+
volumeName: string,
|
|
265
|
+
options?: VolumesResyncReplicationOptionalParams
|
|
266
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
267
|
+
/**
|
|
268
|
+
* Resync the connection on the destination volume. If the operation is ran on the source volume it
|
|
269
|
+
* will reverse-resync the connection and sync from destination to source.
|
|
270
|
+
* @param resourceGroupName The name of the resource group.
|
|
271
|
+
* @param accountName The name of the NetApp account
|
|
272
|
+
* @param poolName The name of the capacity pool
|
|
273
|
+
* @param volumeName The name of the volume
|
|
274
|
+
* @param options The options parameters.
|
|
275
|
+
*/
|
|
276
|
+
beginResyncReplicationAndWait(
|
|
277
|
+
resourceGroupName: string,
|
|
278
|
+
accountName: string,
|
|
279
|
+
poolName: string,
|
|
280
|
+
volumeName: string,
|
|
281
|
+
options?: VolumesResyncReplicationOptionalParams
|
|
282
|
+
): Promise<void>;
|
|
283
|
+
/**
|
|
284
|
+
* Delete the replication connection on the destination volume, and send release to the source
|
|
285
|
+
* replication
|
|
286
|
+
* @param resourceGroupName The name of the resource group.
|
|
287
|
+
* @param accountName The name of the NetApp account
|
|
288
|
+
* @param poolName The name of the capacity pool
|
|
289
|
+
* @param volumeName The name of the volume
|
|
290
|
+
* @param options The options parameters.
|
|
291
|
+
*/
|
|
292
|
+
beginDeleteReplication(
|
|
293
|
+
resourceGroupName: string,
|
|
294
|
+
accountName: string,
|
|
295
|
+
poolName: string,
|
|
296
|
+
volumeName: string,
|
|
297
|
+
options?: VolumesDeleteReplicationOptionalParams
|
|
298
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
299
|
+
/**
|
|
300
|
+
* Delete the replication connection on the destination volume, and send release to the source
|
|
301
|
+
* replication
|
|
302
|
+
* @param resourceGroupName The name of the resource group.
|
|
303
|
+
* @param accountName The name of the NetApp account
|
|
304
|
+
* @param poolName The name of the capacity pool
|
|
305
|
+
* @param volumeName The name of the volume
|
|
306
|
+
* @param options The options parameters.
|
|
307
|
+
*/
|
|
308
|
+
beginDeleteReplicationAndWait(
|
|
309
|
+
resourceGroupName: string,
|
|
310
|
+
accountName: string,
|
|
311
|
+
poolName: string,
|
|
312
|
+
volumeName: string,
|
|
313
|
+
options?: VolumesDeleteReplicationOptionalParams
|
|
314
|
+
): Promise<void>;
|
|
315
|
+
/**
|
|
316
|
+
* Authorize the replication connection on the source volume
|
|
317
|
+
* @param resourceGroupName The name of the resource group.
|
|
318
|
+
* @param accountName The name of the NetApp account
|
|
319
|
+
* @param poolName The name of the capacity pool
|
|
320
|
+
* @param volumeName The name of the volume
|
|
321
|
+
* @param body Authorize request object supplied in the body of the operation.
|
|
322
|
+
* @param options The options parameters.
|
|
323
|
+
*/
|
|
324
|
+
beginAuthorizeReplication(
|
|
325
|
+
resourceGroupName: string,
|
|
326
|
+
accountName: string,
|
|
327
|
+
poolName: string,
|
|
328
|
+
volumeName: string,
|
|
329
|
+
body: AuthorizeRequest,
|
|
330
|
+
options?: VolumesAuthorizeReplicationOptionalParams
|
|
331
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
332
|
+
/**
|
|
333
|
+
* Authorize the replication connection on the source volume
|
|
334
|
+
* @param resourceGroupName The name of the resource group.
|
|
335
|
+
* @param accountName The name of the NetApp account
|
|
336
|
+
* @param poolName The name of the capacity pool
|
|
337
|
+
* @param volumeName The name of the volume
|
|
338
|
+
* @param body Authorize request object supplied in the body of the operation.
|
|
339
|
+
* @param options The options parameters.
|
|
340
|
+
*/
|
|
341
|
+
beginAuthorizeReplicationAndWait(
|
|
342
|
+
resourceGroupName: string,
|
|
343
|
+
accountName: string,
|
|
344
|
+
poolName: string,
|
|
345
|
+
volumeName: string,
|
|
346
|
+
body: AuthorizeRequest,
|
|
347
|
+
options?: VolumesAuthorizeReplicationOptionalParams
|
|
348
|
+
): Promise<void>;
|
|
349
|
+
/**
|
|
350
|
+
* Re-Initializes the replication connection on the destination volume
|
|
351
|
+
* @param resourceGroupName The name of the resource group.
|
|
352
|
+
* @param accountName The name of the NetApp account
|
|
353
|
+
* @param poolName The name of the capacity pool
|
|
354
|
+
* @param volumeName The name of the volume
|
|
355
|
+
* @param options The options parameters.
|
|
356
|
+
*/
|
|
357
|
+
beginReInitializeReplication(
|
|
358
|
+
resourceGroupName: string,
|
|
359
|
+
accountName: string,
|
|
360
|
+
poolName: string,
|
|
361
|
+
volumeName: string,
|
|
362
|
+
options?: VolumesReInitializeReplicationOptionalParams
|
|
363
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
364
|
+
/**
|
|
365
|
+
* Re-Initializes the replication connection on the destination volume
|
|
366
|
+
* @param resourceGroupName The name of the resource group.
|
|
367
|
+
* @param accountName The name of the NetApp account
|
|
368
|
+
* @param poolName The name of the capacity pool
|
|
369
|
+
* @param volumeName The name of the volume
|
|
370
|
+
* @param options The options parameters.
|
|
371
|
+
*/
|
|
372
|
+
beginReInitializeReplicationAndWait(
|
|
373
|
+
resourceGroupName: string,
|
|
374
|
+
accountName: string,
|
|
375
|
+
poolName: string,
|
|
376
|
+
volumeName: string,
|
|
377
|
+
options?: VolumesReInitializeReplicationOptionalParams
|
|
378
|
+
): Promise<void>;
|
|
379
|
+
/**
|
|
380
|
+
* Moves volume to another pool
|
|
381
|
+
* @param resourceGroupName The name of the resource group.
|
|
382
|
+
* @param accountName The name of the NetApp account
|
|
383
|
+
* @param poolName The name of the capacity pool
|
|
384
|
+
* @param volumeName The name of the volume
|
|
385
|
+
* @param body Move volume to the pool supplied in the body of the operation.
|
|
386
|
+
* @param options The options parameters.
|
|
387
|
+
*/
|
|
388
|
+
beginPoolChange(
|
|
389
|
+
resourceGroupName: string,
|
|
390
|
+
accountName: string,
|
|
391
|
+
poolName: string,
|
|
392
|
+
volumeName: string,
|
|
393
|
+
body: PoolChangeRequest,
|
|
394
|
+
options?: VolumesPoolChangeOptionalParams
|
|
395
|
+
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
396
|
+
/**
|
|
397
|
+
* Moves volume to another pool
|
|
398
|
+
* @param resourceGroupName The name of the resource group.
|
|
399
|
+
* @param accountName The name of the NetApp account
|
|
400
|
+
* @param poolName The name of the capacity pool
|
|
401
|
+
* @param volumeName The name of the volume
|
|
402
|
+
* @param body Move volume to the pool supplied in the body of the operation.
|
|
403
|
+
* @param options The options parameters.
|
|
404
|
+
*/
|
|
405
|
+
beginPoolChangeAndWait(
|
|
406
|
+
resourceGroupName: string,
|
|
407
|
+
accountName: string,
|
|
408
|
+
poolName: string,
|
|
409
|
+
volumeName: string,
|
|
410
|
+
body: PoolChangeRequest,
|
|
411
|
+
options?: VolumesPoolChangeOptionalParams
|
|
412
|
+
): Promise<void>;
|
|
413
|
+
}
|
package/tsconfig.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"module": "es6",
|
|
4
4
|
"moduleResolution": "node",
|
|
5
5
|
"strict": true,
|
|
6
|
-
"target": "
|
|
6
|
+
"target": "es6",
|
|
7
7
|
"sourceMap": true,
|
|
8
8
|
"declarationMap": true,
|
|
9
9
|
"esModuleInterop": true,
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"forceConsistentCasingInFileNames": true,
|
|
12
12
|
"lib": ["es6", "dom"],
|
|
13
13
|
"declaration": true,
|
|
14
|
-
"outDir": "./esm",
|
|
14
|
+
"outDir": "./dist-esm",
|
|
15
15
|
"importHelpers": true
|
|
16
16
|
},
|
|
17
|
-
"include": ["./src/**/*.ts"],
|
|
17
|
+
"include": ["./src/**/*.ts", "./test/**/*.ts"],
|
|
18
18
|
"exclude": ["node_modules"]
|
|
19
19
|
}
|