@azure/arm-netapp 14.3.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/LICENSE.txt +21 -0
- package/README.md +106 -0
- package/dist/arm-netapp.js +7621 -0
- package/dist/arm-netapp.js.map +1 -0
- package/dist/arm-netapp.min.js +1 -0
- package/dist/arm-netapp.min.js.map +1 -0
- package/esm/azureNetAppFilesManagementClient.d.ts +36 -0
- package/esm/azureNetAppFilesManagementClient.d.ts.map +1 -0
- package/esm/azureNetAppFilesManagementClient.js +49 -0
- package/esm/azureNetAppFilesManagementClient.js.map +1 -0
- package/esm/azureNetAppFilesManagementClientContext.d.ts +23 -0
- package/esm/azureNetAppFilesManagementClientContext.d.ts.map +1 -0
- package/esm/azureNetAppFilesManagementClientContext.js +61 -0
- package/esm/azureNetAppFilesManagementClientContext.js.map +1 -0
- package/esm/models/accountBackupsMappers.d.ts +2 -0
- package/esm/models/accountBackupsMappers.d.ts.map +1 -0
- package/esm/models/accountBackupsMappers.js +9 -0
- package/esm/models/accountBackupsMappers.js.map +1 -0
- package/esm/models/accountsMappers.d.ts +2 -0
- package/esm/models/accountsMappers.d.ts.map +1 -0
- package/esm/models/accountsMappers.js +9 -0
- package/esm/models/accountsMappers.js.map +1 -0
- package/esm/models/backupPoliciesMappers.d.ts +2 -0
- package/esm/models/backupPoliciesMappers.d.ts.map +1 -0
- package/esm/models/backupPoliciesMappers.js +9 -0
- package/esm/models/backupPoliciesMappers.js.map +1 -0
- package/esm/models/backupsMappers.d.ts +2 -0
- package/esm/models/backupsMappers.d.ts.map +1 -0
- package/esm/models/backupsMappers.js +9 -0
- package/esm/models/backupsMappers.js.map +1 -0
- package/esm/models/index.d.ts +3402 -0
- package/esm/models/index.d.ts.map +1 -0
- package/esm/models/index.js +8 -0
- package/esm/models/index.js.map +1 -0
- package/esm/models/mappers.d.ts +72 -0
- package/esm/models/mappers.d.ts.map +1 -0
- package/esm/models/mappers.js +3518 -0
- package/esm/models/mappers.js.map +1 -0
- package/esm/models/netAppResourceMappers.d.ts +2 -0
- package/esm/models/netAppResourceMappers.d.ts.map +1 -0
- package/esm/models/netAppResourceMappers.js +9 -0
- package/esm/models/netAppResourceMappers.js.map +1 -0
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts +2 -0
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts.map +1 -0
- package/esm/models/netAppResourceQuotaLimitsMappers.js +9 -0
- package/esm/models/netAppResourceQuotaLimitsMappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +2 -0
- package/esm/models/operationsMappers.d.ts.map +1 -0
- package/esm/models/operationsMappers.js +9 -0
- package/esm/models/operationsMappers.js.map +1 -0
- package/esm/models/parameters.d.ts +16 -0
- package/esm/models/parameters.d.ts.map +1 -0
- package/esm/models/parameters.js +168 -0
- package/esm/models/parameters.js.map +1 -0
- package/esm/models/poolsMappers.d.ts +2 -0
- package/esm/models/poolsMappers.d.ts.map +1 -0
- package/esm/models/poolsMappers.js +9 -0
- package/esm/models/poolsMappers.js.map +1 -0
- package/esm/models/snapshotPoliciesMappers.d.ts +2 -0
- package/esm/models/snapshotPoliciesMappers.d.ts.map +1 -0
- package/esm/models/snapshotPoliciesMappers.js +9 -0
- package/esm/models/snapshotPoliciesMappers.js.map +1 -0
- package/esm/models/snapshotsMappers.d.ts +2 -0
- package/esm/models/snapshotsMappers.d.ts.map +1 -0
- package/esm/models/snapshotsMappers.js +9 -0
- package/esm/models/snapshotsMappers.js.map +1 -0
- package/esm/models/vaultsMappers.d.ts +2 -0
- package/esm/models/vaultsMappers.d.ts.map +1 -0
- package/esm/models/vaultsMappers.js +9 -0
- package/esm/models/vaultsMappers.js.map +1 -0
- package/esm/models/volumesMappers.d.ts +2 -0
- package/esm/models/volumesMappers.d.ts.map +1 -0
- package/esm/models/volumesMappers.js +9 -0
- package/esm/models/volumesMappers.js.map +1 -0
- package/esm/operations/accountBackups.d.ts +81 -0
- package/esm/operations/accountBackups.d.ts.map +1 -0
- package/esm/operations/accountBackups.js +145 -0
- package/esm/operations/accountBackups.js.map +1 -0
- package/esm/operations/accounts.d.ts +167 -0
- package/esm/operations/accounts.d.ts.map +1 -0
- package/esm/operations/accounts.js +344 -0
- package/esm/operations/accounts.js.map +1 -0
- package/esm/operations/backupPolicies.d.ts +125 -0
- package/esm/operations/backupPolicies.d.ts.map +1 -0
- package/esm/operations/backupPolicies.js +277 -0
- package/esm/operations/backupPolicies.js.map +1 -0
- package/esm/operations/backups.d.ts +203 -0
- package/esm/operations/backups.d.ts.map +1 -0
- package/esm/operations/backups.js +379 -0
- package/esm/operations/backups.js.map +1 -0
- package/esm/operations/index.d.ts +13 -0
- package/esm/operations/index.d.ts.map +1 -0
- package/esm/operations/index.js +21 -0
- package/esm/operations/index.js.map +1 -0
- package/esm/operations/netAppResource.d.ts +115 -0
- package/esm/operations/netAppResource.d.ts.map +1 -0
- package/esm/operations/netAppResource.js +145 -0
- package/esm/operations/netAppResource.js.map +1 -0
- package/esm/operations/netAppResourceQuotaLimits.d.ts +54 -0
- package/esm/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
- package/esm/operations/netAppResourceQuotaLimits.js +86 -0
- package/esm/operations/netAppResourceQuotaLimits.js.map +1 -0
- package/esm/operations/operations.d.ts +29 -0
- package/esm/operations/operations.d.ts.map +1 -0
- package/esm/operations/operations.js +50 -0
- package/esm/operations/operations.js.map +1 -0
- package/esm/operations/pools.d.ts +144 -0
- package/esm/operations/pools.d.ts.map +1 -0
- package/esm/operations/pools.js +302 -0
- package/esm/operations/pools.js.map +1 -0
- package/esm/operations/snapshotPolicies.d.ts +149 -0
- package/esm/operations/snapshotPolicies.d.ts.map +1 -0
- package/esm/operations/snapshotPolicies.js +281 -0
- package/esm/operations/snapshotPolicies.js.map +1 -0
- package/esm/operations/snapshots.d.ts +149 -0
- package/esm/operations/snapshots.d.ts.map +1 -0
- package/esm/operations/snapshots.js +312 -0
- package/esm/operations/snapshots.js.map +1 -0
- package/esm/operations/vaults.d.ts +35 -0
- package/esm/operations/vaults.d.ts.map +1 -0
- package/esm/operations/vaults.js +57 -0
- package/esm/operations/vaults.js.map +1 -0
- package/esm/operations/volumes.d.ts +344 -0
- package/esm/operations/volumes.d.ts.map +1 -0
- package/esm/operations/volumes.js +800 -0
- package/esm/operations/volumes.js.map +1 -0
- package/package.json +59 -0
- package/rollup.config.js +37 -0
- package/src/azureNetAppFilesManagementClient.ts +70 -0
- package/src/azureNetAppFilesManagementClientContext.ts +68 -0
- package/src/models/accountBackupsMappers.ts +49 -0
- package/src/models/accountsMappers.ts +49 -0
- package/src/models/backupPoliciesMappers.ts +49 -0
- package/src/models/backupsMappers.ts +51 -0
- package/src/models/index.ts +3594 -0
- package/src/models/mappers.ts +3602 -0
- package/src/models/netAppResourceMappers.ts +15 -0
- package/src/models/netAppResourceQuotaLimitsMappers.ts +49 -0
- package/src/models/operationsMappers.ts +18 -0
- package/src/models/parameters.ts +170 -0
- package/src/models/poolsMappers.ts +49 -0
- package/src/models/snapshotPoliciesMappers.ts +51 -0
- package/src/models/snapshotsMappers.ts +49 -0
- package/src/models/vaultsMappers.ts +49 -0
- package/src/models/volumesMappers.ts +54 -0
- package/src/operations/accountBackups.ts +212 -0
- package/src/operations/accounts.ts +491 -0
- package/src/operations/backupPolicies.ts +361 -0
- package/src/operations/backups.ts +538 -0
- package/src/operations/index.ts +21 -0
- package/src/operations/netAppResource.ts +273 -0
- package/src/operations/netAppResourceQuotaLimits.ts +140 -0
- package/src/operations/operations.ts +74 -0
- package/src/operations/pools.ts +410 -0
- package/src/operations/snapshotPolicies.ts +419 -0
- package/src/operations/snapshots.ts +405 -0
- package/src/operations/vaults.ts +87 -0
- package/src/operations/volumes.ts +998 -0
- package/tsconfig.json +19 -0
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
+
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
+
import * as Models from "../models";
|
|
4
|
+
import { AzureNetAppFilesManagementClientContext } from "../azureNetAppFilesManagementClientContext";
|
|
5
|
+
/** Class representing a Volumes. */
|
|
6
|
+
export declare class Volumes {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Create a Volumes.
|
|
10
|
+
* @param {AzureNetAppFilesManagementClientContext} client Reference to the service client.
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: AzureNetAppFilesManagementClientContext);
|
|
13
|
+
/**
|
|
14
|
+
* List all volumes within the capacity pool
|
|
15
|
+
* @summary Describe all volumes
|
|
16
|
+
* @param resourceGroupName The name of the resource group.
|
|
17
|
+
* @param accountName The name of the NetApp account
|
|
18
|
+
* @param poolName The name of the capacity pool
|
|
19
|
+
* @param [options] The optional parameters
|
|
20
|
+
* @returns Promise<Models.VolumesListResponse>
|
|
21
|
+
*/
|
|
22
|
+
list(resourceGroupName: string, accountName: string, poolName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumesListResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* @param resourceGroupName The name of the resource group.
|
|
25
|
+
* @param accountName The name of the NetApp account
|
|
26
|
+
* @param poolName The name of the capacity pool
|
|
27
|
+
* @param callback The callback
|
|
28
|
+
*/
|
|
29
|
+
list(resourceGroupName: string, accountName: string, poolName: string, callback: msRest.ServiceCallback<Models.VolumeList>): void;
|
|
30
|
+
/**
|
|
31
|
+
* @param resourceGroupName The name of the resource group.
|
|
32
|
+
* @param accountName The name of the NetApp account
|
|
33
|
+
* @param poolName The name of the capacity pool
|
|
34
|
+
* @param options The optional parameters
|
|
35
|
+
* @param callback The callback
|
|
36
|
+
*/
|
|
37
|
+
list(resourceGroupName: string, accountName: string, poolName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VolumeList>): void;
|
|
38
|
+
/**
|
|
39
|
+
* Get the details of the specified volume
|
|
40
|
+
* @summary Describe a volume
|
|
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 volumeName The name of the volume
|
|
45
|
+
* @param [options] The optional parameters
|
|
46
|
+
* @returns Promise<Models.VolumesGetResponse>
|
|
47
|
+
*/
|
|
48
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumesGetResponse>;
|
|
49
|
+
/**
|
|
50
|
+
* @param resourceGroupName The name of the resource group.
|
|
51
|
+
* @param accountName The name of the NetApp account
|
|
52
|
+
* @param poolName The name of the capacity pool
|
|
53
|
+
* @param volumeName The name of the volume
|
|
54
|
+
* @param callback The callback
|
|
55
|
+
*/
|
|
56
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, callback: msRest.ServiceCallback<Models.Volume>): void;
|
|
57
|
+
/**
|
|
58
|
+
* @param resourceGroupName The name of the resource group.
|
|
59
|
+
* @param accountName The name of the NetApp account
|
|
60
|
+
* @param poolName The name of the capacity pool
|
|
61
|
+
* @param volumeName The name of the volume
|
|
62
|
+
* @param options The optional parameters
|
|
63
|
+
* @param callback The callback
|
|
64
|
+
*/
|
|
65
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Volume>): void;
|
|
66
|
+
/**
|
|
67
|
+
* Create or update the specified volume within the capacity pool
|
|
68
|
+
* @summary Create or Update a volume
|
|
69
|
+
* @param body Volume object supplied in the body of the operation.
|
|
70
|
+
* @param resourceGroupName The name of the resource group.
|
|
71
|
+
* @param accountName The name of the NetApp account
|
|
72
|
+
* @param poolName The name of the capacity pool
|
|
73
|
+
* @param volumeName The name of the volume
|
|
74
|
+
* @param [options] The optional parameters
|
|
75
|
+
* @returns Promise<Models.VolumesCreateOrUpdateResponse>
|
|
76
|
+
*/
|
|
77
|
+
createOrUpdate(body: Models.Volume, resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumesCreateOrUpdateResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* Patch the specified volume
|
|
80
|
+
* @summary Update a volume
|
|
81
|
+
* @param body Volume object supplied in the body of the operation.
|
|
82
|
+
* @param resourceGroupName The name of the resource group.
|
|
83
|
+
* @param accountName The name of the NetApp account
|
|
84
|
+
* @param poolName The name of the capacity pool
|
|
85
|
+
* @param volumeName The name of the volume
|
|
86
|
+
* @param [options] The optional parameters
|
|
87
|
+
* @returns Promise<Models.VolumesUpdateResponse>
|
|
88
|
+
*/
|
|
89
|
+
update(body: Models.VolumePatch, resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumesUpdateResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Delete the specified volume
|
|
92
|
+
* @summary Delete a volume
|
|
93
|
+
* @param resourceGroupName The name of the resource group.
|
|
94
|
+
* @param accountName The name of the NetApp account
|
|
95
|
+
* @param poolName The name of the capacity pool
|
|
96
|
+
* @param volumeName The name of the volume
|
|
97
|
+
* @param [options] The optional parameters
|
|
98
|
+
* @returns Promise<msRest.RestResponse>
|
|
99
|
+
*/
|
|
100
|
+
deleteMethod(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Revert a volume to the snapshot specified in the body
|
|
103
|
+
* @summary Revert a volume to one of its snapshots
|
|
104
|
+
* @param resourceGroupName The name of the resource group.
|
|
105
|
+
* @param accountName The name of the NetApp account
|
|
106
|
+
* @param poolName The name of the capacity pool
|
|
107
|
+
* @param volumeName The name of the volume
|
|
108
|
+
* @param [options] The optional parameters
|
|
109
|
+
* @returns Promise<msRest.RestResponse>
|
|
110
|
+
*/
|
|
111
|
+
revert(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: Models.VolumesRevertOptionalParams): Promise<msRest.RestResponse>;
|
|
112
|
+
/**
|
|
113
|
+
* Break the replication connection on the destination volume
|
|
114
|
+
* @summary Break volume replication
|
|
115
|
+
* @param resourceGroupName The name of the resource group.
|
|
116
|
+
* @param accountName The name of the NetApp account
|
|
117
|
+
* @param poolName The name of the capacity pool
|
|
118
|
+
* @param volumeName The name of the volume
|
|
119
|
+
* @param [options] The optional parameters
|
|
120
|
+
* @returns Promise<msRest.RestResponse>
|
|
121
|
+
*/
|
|
122
|
+
breakReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: Models.VolumesBreakReplicationOptionalParams): Promise<msRest.RestResponse>;
|
|
123
|
+
/**
|
|
124
|
+
* Get the status of the replication
|
|
125
|
+
* @summary Get volume replication status
|
|
126
|
+
* @param resourceGroupName The name of the resource group.
|
|
127
|
+
* @param accountName The name of the NetApp account
|
|
128
|
+
* @param poolName The name of the capacity pool
|
|
129
|
+
* @param volumeName The name of the volume
|
|
130
|
+
* @param [options] The optional parameters
|
|
131
|
+
* @returns Promise<Models.VolumesReplicationStatusMethodResponse>
|
|
132
|
+
*/
|
|
133
|
+
replicationStatusMethod(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumesReplicationStatusMethodResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* @param resourceGroupName The name of the resource group.
|
|
136
|
+
* @param accountName The name of the NetApp account
|
|
137
|
+
* @param poolName The name of the capacity pool
|
|
138
|
+
* @param volumeName The name of the volume
|
|
139
|
+
* @param callback The callback
|
|
140
|
+
*/
|
|
141
|
+
replicationStatusMethod(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, callback: msRest.ServiceCallback<Models.ReplicationStatus>): void;
|
|
142
|
+
/**
|
|
143
|
+
* @param resourceGroupName The name of the resource group.
|
|
144
|
+
* @param accountName The name of the NetApp account
|
|
145
|
+
* @param poolName The name of the capacity pool
|
|
146
|
+
* @param volumeName The name of the volume
|
|
147
|
+
* @param options The optional parameters
|
|
148
|
+
* @param callback The callback
|
|
149
|
+
*/
|
|
150
|
+
replicationStatusMethod(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationStatus>): void;
|
|
151
|
+
/**
|
|
152
|
+
* Resync the connection on the destination volume. If the operation is ran on the source volume it
|
|
153
|
+
* will reverse-resync the connection and sync from destination to source.
|
|
154
|
+
* @summary Resync volume replication
|
|
155
|
+
* @param resourceGroupName The name of the resource group.
|
|
156
|
+
* @param accountName The name of the NetApp account
|
|
157
|
+
* @param poolName The name of the capacity pool
|
|
158
|
+
* @param volumeName The name of the volume
|
|
159
|
+
* @param [options] The optional parameters
|
|
160
|
+
* @returns Promise<msRest.RestResponse>
|
|
161
|
+
*/
|
|
162
|
+
resyncReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
163
|
+
/**
|
|
164
|
+
* Delete the replication connection on the destination volume, and send release to the source
|
|
165
|
+
* replication
|
|
166
|
+
* @summary Delete volume replication
|
|
167
|
+
* @param resourceGroupName The name of the resource group.
|
|
168
|
+
* @param accountName The name of the NetApp account
|
|
169
|
+
* @param poolName The name of the capacity pool
|
|
170
|
+
* @param volumeName The name of the volume
|
|
171
|
+
* @param [options] The optional parameters
|
|
172
|
+
* @returns Promise<msRest.RestResponse>
|
|
173
|
+
*/
|
|
174
|
+
deleteReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
175
|
+
/**
|
|
176
|
+
* Authorize the replication connection on the source volume
|
|
177
|
+
* @summary Authorize source volume replication
|
|
178
|
+
* @param resourceGroupName The name of the resource group.
|
|
179
|
+
* @param accountName The name of the NetApp account
|
|
180
|
+
* @param poolName The name of the capacity pool
|
|
181
|
+
* @param volumeName The name of the volume
|
|
182
|
+
* @param [options] The optional parameters
|
|
183
|
+
* @returns Promise<msRest.RestResponse>
|
|
184
|
+
*/
|
|
185
|
+
authorizeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: Models.VolumesAuthorizeReplicationOptionalParams): Promise<msRest.RestResponse>;
|
|
186
|
+
/**
|
|
187
|
+
* Re-Initializes the replication connection on the destination volume
|
|
188
|
+
* @summary ReInitialize volume replication
|
|
189
|
+
* @param resourceGroupName The name of the resource group.
|
|
190
|
+
* @param accountName The name of the NetApp account
|
|
191
|
+
* @param poolName The name of the capacity pool
|
|
192
|
+
* @param volumeName The name of the volume
|
|
193
|
+
* @param [options] The optional parameters
|
|
194
|
+
* @returns Promise<msRest.RestResponse>
|
|
195
|
+
*/
|
|
196
|
+
reInitializeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
197
|
+
/**
|
|
198
|
+
* Moves volume to another pool
|
|
199
|
+
* @summary Change pool for volume
|
|
200
|
+
* @param resourceGroupName The name of the resource group.
|
|
201
|
+
* @param accountName The name of the NetApp account
|
|
202
|
+
* @param poolName The name of the capacity pool
|
|
203
|
+
* @param volumeName The name of the volume
|
|
204
|
+
* @param newPoolResourceId Resource id of the pool to move volume to
|
|
205
|
+
* @param [options] The optional parameters
|
|
206
|
+
* @returns Promise<msRest.RestResponse>
|
|
207
|
+
*/
|
|
208
|
+
poolChange(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, newPoolResourceId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
209
|
+
/**
|
|
210
|
+
* Create or update the specified volume within the capacity pool
|
|
211
|
+
* @summary Create or Update a volume
|
|
212
|
+
* @param body Volume object supplied in the body of the operation.
|
|
213
|
+
* @param resourceGroupName The name of the resource group.
|
|
214
|
+
* @param accountName The name of the NetApp account
|
|
215
|
+
* @param poolName The name of the capacity pool
|
|
216
|
+
* @param volumeName The name of the volume
|
|
217
|
+
* @param [options] The optional parameters
|
|
218
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
219
|
+
*/
|
|
220
|
+
beginCreateOrUpdate(body: Models.Volume, resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
221
|
+
/**
|
|
222
|
+
* Patch the specified volume
|
|
223
|
+
* @summary Update a volume
|
|
224
|
+
* @param body Volume object supplied in the body of the operation.
|
|
225
|
+
* @param resourceGroupName The name of the resource group.
|
|
226
|
+
* @param accountName The name of the NetApp account
|
|
227
|
+
* @param poolName The name of the capacity pool
|
|
228
|
+
* @param volumeName The name of the volume
|
|
229
|
+
* @param [options] The optional parameters
|
|
230
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
231
|
+
*/
|
|
232
|
+
beginUpdate(body: Models.VolumePatch, resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
233
|
+
/**
|
|
234
|
+
* Delete the specified volume
|
|
235
|
+
* @summary Delete a volume
|
|
236
|
+
* @param resourceGroupName The name of the resource group.
|
|
237
|
+
* @param accountName The name of the NetApp account
|
|
238
|
+
* @param poolName The name of the capacity pool
|
|
239
|
+
* @param volumeName The name of the volume
|
|
240
|
+
* @param [options] The optional parameters
|
|
241
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
242
|
+
*/
|
|
243
|
+
beginDeleteMethod(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
244
|
+
/**
|
|
245
|
+
* Revert a volume to the snapshot specified in the body
|
|
246
|
+
* @summary Revert a volume to one of its snapshots
|
|
247
|
+
* @param resourceGroupName The name of the resource group.
|
|
248
|
+
* @param accountName The name of the NetApp account
|
|
249
|
+
* @param poolName The name of the capacity pool
|
|
250
|
+
* @param volumeName The name of the volume
|
|
251
|
+
* @param [options] The optional parameters
|
|
252
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
253
|
+
*/
|
|
254
|
+
beginRevert(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: Models.VolumesBeginRevertOptionalParams): Promise<msRestAzure.LROPoller>;
|
|
255
|
+
/**
|
|
256
|
+
* Break the replication connection on the destination volume
|
|
257
|
+
* @summary Break volume replication
|
|
258
|
+
* @param resourceGroupName The name of the resource group.
|
|
259
|
+
* @param accountName The name of the NetApp account
|
|
260
|
+
* @param poolName The name of the capacity pool
|
|
261
|
+
* @param volumeName The name of the volume
|
|
262
|
+
* @param [options] The optional parameters
|
|
263
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
264
|
+
*/
|
|
265
|
+
beginBreakReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: Models.VolumesBeginBreakReplicationOptionalParams): Promise<msRestAzure.LROPoller>;
|
|
266
|
+
/**
|
|
267
|
+
* Resync the connection on the destination volume. If the operation is ran on the source volume it
|
|
268
|
+
* will reverse-resync the connection and sync from destination to source.
|
|
269
|
+
* @summary Resync volume replication
|
|
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 optional parameters
|
|
275
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
276
|
+
*/
|
|
277
|
+
beginResyncReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
278
|
+
/**
|
|
279
|
+
* Delete the replication connection on the destination volume, and send release to the source
|
|
280
|
+
* replication
|
|
281
|
+
* @summary Delete volume replication
|
|
282
|
+
* @param resourceGroupName The name of the resource group.
|
|
283
|
+
* @param accountName The name of the NetApp account
|
|
284
|
+
* @param poolName The name of the capacity pool
|
|
285
|
+
* @param volumeName The name of the volume
|
|
286
|
+
* @param [options] The optional parameters
|
|
287
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
288
|
+
*/
|
|
289
|
+
beginDeleteReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
290
|
+
/**
|
|
291
|
+
* Authorize the replication connection on the source volume
|
|
292
|
+
* @summary Authorize source volume replication
|
|
293
|
+
* @param resourceGroupName The name of the resource group.
|
|
294
|
+
* @param accountName The name of the NetApp account
|
|
295
|
+
* @param poolName The name of the capacity pool
|
|
296
|
+
* @param volumeName The name of the volume
|
|
297
|
+
* @param [options] The optional parameters
|
|
298
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
299
|
+
*/
|
|
300
|
+
beginAuthorizeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: Models.VolumesBeginAuthorizeReplicationOptionalParams): Promise<msRestAzure.LROPoller>;
|
|
301
|
+
/**
|
|
302
|
+
* Re-Initializes the replication connection on the destination volume
|
|
303
|
+
* @summary ReInitialize volume replication
|
|
304
|
+
* @param resourceGroupName The name of the resource group.
|
|
305
|
+
* @param accountName The name of the NetApp account
|
|
306
|
+
* @param poolName The name of the capacity pool
|
|
307
|
+
* @param volumeName The name of the volume
|
|
308
|
+
* @param [options] The optional parameters
|
|
309
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
310
|
+
*/
|
|
311
|
+
beginReInitializeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
312
|
+
/**
|
|
313
|
+
* Moves volume to another pool
|
|
314
|
+
* @summary Change pool for volume
|
|
315
|
+
* @param resourceGroupName The name of the resource group.
|
|
316
|
+
* @param accountName The name of the NetApp account
|
|
317
|
+
* @param poolName The name of the capacity pool
|
|
318
|
+
* @param volumeName The name of the volume
|
|
319
|
+
* @param newPoolResourceId Resource id of the pool to move volume to
|
|
320
|
+
* @param [options] The optional parameters
|
|
321
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
322
|
+
*/
|
|
323
|
+
beginPoolChange(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, newPoolResourceId: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
324
|
+
/**
|
|
325
|
+
* List all volumes within the capacity pool
|
|
326
|
+
* @summary Describe all volumes
|
|
327
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
328
|
+
* @param [options] The optional parameters
|
|
329
|
+
* @returns Promise<Models.VolumesListNextResponse>
|
|
330
|
+
*/
|
|
331
|
+
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumesListNextResponse>;
|
|
332
|
+
/**
|
|
333
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
334
|
+
* @param callback The callback
|
|
335
|
+
*/
|
|
336
|
+
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.VolumeList>): void;
|
|
337
|
+
/**
|
|
338
|
+
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
339
|
+
* @param options The optional parameters
|
|
340
|
+
* @param callback The callback
|
|
341
|
+
*/
|
|
342
|
+
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VolumeList>): void;
|
|
343
|
+
}
|
|
344
|
+
//# sourceMappingURL=volumes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumes.d.ts","sourceRoot":"","sources":["../../src/operations/volumes.ts"],"names":[],"mappings":"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"}
|