@azure/arm-netapp 14.1.0 → 14.4.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/README.md +2 -2
- package/dist/arm-netapp.js +1861 -335
- package/dist/arm-netapp.js.map +1 -1
- package/dist/arm-netapp.min.js +1 -1
- package/dist/arm-netapp.min.js.map +1 -1
- package/esm/azureNetAppFilesManagementClient.d.ts +2 -0
- package/esm/azureNetAppFilesManagementClient.d.ts.map +1 -1
- package/esm/azureNetAppFilesManagementClient.js +2 -0
- package/esm/azureNetAppFilesManagementClient.js.map +1 -1
- package/esm/azureNetAppFilesManagementClientContext.js +2 -2
- package/esm/models/accountBackupsMappers.d.ts +1 -1
- package/esm/models/accountBackupsMappers.d.ts.map +1 -1
- package/esm/models/accountBackupsMappers.js +1 -1
- package/esm/models/accountBackupsMappers.js.map +1 -1
- package/esm/models/accountsMappers.d.ts +1 -1
- package/esm/models/accountsMappers.d.ts.map +1 -1
- package/esm/models/accountsMappers.js +1 -1
- package/esm/models/accountsMappers.js.map +1 -1
- package/esm/models/backupPoliciesMappers.d.ts +1 -1
- package/esm/models/backupPoliciesMappers.d.ts.map +1 -1
- package/esm/models/backupPoliciesMappers.js +1 -1
- package/esm/models/backupPoliciesMappers.js.map +1 -1
- package/esm/models/backupsMappers.d.ts +1 -1
- package/esm/models/backupsMappers.d.ts.map +1 -1
- package/esm/models/backupsMappers.js +1 -1
- package/esm/models/backupsMappers.js.map +1 -1
- package/esm/models/index.d.ts +913 -127
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/mappers.d.ts +14 -1
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +1123 -156
- package/esm/models/mappers.js.map +1 -1
- 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 +1 -1
- package/esm/models/operationsMappers.d.ts.map +1 -1
- package/esm/models/operationsMappers.js +1 -1
- package/esm/models/operationsMappers.js.map +1 -1
- package/esm/models/parameters.d.ts +2 -0
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +25 -0
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/poolsMappers.d.ts +1 -1
- package/esm/models/poolsMappers.d.ts.map +1 -1
- package/esm/models/poolsMappers.js +1 -1
- package/esm/models/poolsMappers.js.map +1 -1
- package/esm/models/snapshotPoliciesMappers.d.ts +1 -1
- package/esm/models/snapshotPoliciesMappers.d.ts.map +1 -1
- package/esm/models/snapshotPoliciesMappers.js +1 -1
- package/esm/models/snapshotPoliciesMappers.js.map +1 -1
- package/esm/models/snapshotsMappers.d.ts +1 -1
- package/esm/models/snapshotsMappers.d.ts.map +1 -1
- package/esm/models/snapshotsMappers.js +1 -1
- package/esm/models/snapshotsMappers.js.map +1 -1
- package/esm/models/vaultsMappers.d.ts +1 -1
- package/esm/models/vaultsMappers.d.ts.map +1 -1
- package/esm/models/vaultsMappers.js +1 -1
- package/esm/models/vaultsMappers.js.map +1 -1
- package/esm/models/volumeGroupsMappers.d.ts +2 -0
- package/esm/models/volumeGroupsMappers.d.ts.map +1 -0
- package/esm/models/volumeGroupsMappers.js +9 -0
- package/esm/models/volumeGroupsMappers.js.map +1 -0
- package/esm/models/volumesMappers.d.ts +1 -1
- package/esm/models/volumesMappers.d.ts.map +1 -1
- package/esm/models/volumesMappers.js +1 -1
- package/esm/models/volumesMappers.js.map +1 -1
- package/esm/operations/accounts.d.ts +35 -0
- package/esm/operations/accounts.d.ts.map +1 -1
- package/esm/operations/accounts.js +56 -0
- package/esm/operations/accounts.js.map +1 -1
- package/esm/operations/index.d.ts +2 -0
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +2 -0
- package/esm/operations/index.js.map +1 -1
- 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/snapshotPolicies.d.ts +13 -13
- package/esm/operations/snapshotPolicies.js +4 -4
- package/esm/operations/snapshots.d.ts +9 -9
- package/esm/operations/snapshots.js +6 -6
- package/esm/operations/volumeGroups.d.ts +107 -0
- package/esm/operations/volumeGroups.d.ts.map +1 -0
- package/esm/operations/volumeGroups.js +212 -0
- package/esm/operations/volumeGroups.js.map +1 -0
- package/package.json +2 -2
- package/src/azureNetAppFilesManagementClient.ts +4 -0
- package/src/azureNetAppFilesManagementClientContext.ts +2 -2
- package/src/models/accountBackupsMappers.ts +7 -0
- package/src/models/accountsMappers.ts +7 -0
- package/src/models/backupPoliciesMappers.ts +7 -0
- package/src/models/backupsMappers.ts +7 -0
- package/src/models/index.ts +938 -125
- package/src/models/mappers.ts +1164 -171
- package/src/models/netAppResourceQuotaLimitsMappers.ts +51 -0
- package/src/models/operationsMappers.ts +1 -0
- package/src/models/parameters.ts +25 -0
- package/src/models/poolsMappers.ts +7 -0
- package/src/models/snapshotPoliciesMappers.ts +7 -0
- package/src/models/snapshotsMappers.ts +7 -0
- package/src/models/vaultsMappers.ts +7 -0
- package/src/models/volumeGroupsMappers.ts +54 -0
- package/src/models/volumesMappers.ts +7 -0
- package/src/operations/accounts.ts +101 -0
- package/src/operations/index.ts +2 -0
- package/src/operations/netAppResourceQuotaLimits.ts +140 -0
- package/src/operations/snapshotPolicies.ts +13 -13
- package/src/operations/snapshots.ts +9 -9
- package/src/operations/volumeGroups.ts +287 -0
|
@@ -0,0 +1,107 @@
|
|
|
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 VolumeGroups. */
|
|
6
|
+
export declare class VolumeGroups {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Create a VolumeGroups.
|
|
10
|
+
* @param {AzureNetAppFilesManagementClientContext} client Reference to the service client.
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: AzureNetAppFilesManagementClientContext);
|
|
13
|
+
/**
|
|
14
|
+
* List all volume groups for given account
|
|
15
|
+
* @summary Describe all volume groups
|
|
16
|
+
* @param resourceGroupName The name of the resource group.
|
|
17
|
+
* @param accountName The name of the NetApp account
|
|
18
|
+
* @param [options] The optional parameters
|
|
19
|
+
* @returns Promise<Models.VolumeGroupsListByNetAppAccountResponse>
|
|
20
|
+
*/
|
|
21
|
+
listByNetAppAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumeGroupsListByNetAppAccountResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* @param resourceGroupName The name of the resource group.
|
|
24
|
+
* @param accountName The name of the NetApp account
|
|
25
|
+
* @param callback The callback
|
|
26
|
+
*/
|
|
27
|
+
listByNetAppAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.VolumeGroupList>): void;
|
|
28
|
+
/**
|
|
29
|
+
* @param resourceGroupName The name of the resource group.
|
|
30
|
+
* @param accountName The name of the NetApp account
|
|
31
|
+
* @param options The optional parameters
|
|
32
|
+
* @param callback The callback
|
|
33
|
+
*/
|
|
34
|
+
listByNetAppAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VolumeGroupList>): void;
|
|
35
|
+
/**
|
|
36
|
+
* Get details of the specified volume group
|
|
37
|
+
* @summary Describe a Volume Group
|
|
38
|
+
* @param resourceGroupName The name of the resource group.
|
|
39
|
+
* @param accountName The name of the NetApp account
|
|
40
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
41
|
+
* @param [options] The optional parameters
|
|
42
|
+
* @returns Promise<Models.VolumeGroupsGetResponse>
|
|
43
|
+
*/
|
|
44
|
+
get(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumeGroupsGetResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* @param resourceGroupName The name of the resource group.
|
|
47
|
+
* @param accountName The name of the NetApp account
|
|
48
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
49
|
+
* @param callback The callback
|
|
50
|
+
*/
|
|
51
|
+
get(resourceGroupName: string, accountName: string, volumeGroupName: string, callback: msRest.ServiceCallback<Models.VolumeGroupDetails>): void;
|
|
52
|
+
/**
|
|
53
|
+
* @param resourceGroupName The name of the resource group.
|
|
54
|
+
* @param accountName The name of the NetApp account
|
|
55
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
56
|
+
* @param options The optional parameters
|
|
57
|
+
* @param callback The callback
|
|
58
|
+
*/
|
|
59
|
+
get(resourceGroupName: string, accountName: string, volumeGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.VolumeGroupDetails>): void;
|
|
60
|
+
/**
|
|
61
|
+
* Create a volume group along with specified volumes
|
|
62
|
+
* @summary Create the specified volume group and volumes. Creating volume group will create all
|
|
63
|
+
* the volumes specified in request body implicitly. Once volumes are created using volume group,
|
|
64
|
+
* those will be treated as regular volumes thereafter.
|
|
65
|
+
* @param body Volume Group object supplied in the body of the operation.
|
|
66
|
+
* @param resourceGroupName The name of the resource group.
|
|
67
|
+
* @param accountName The name of the NetApp account
|
|
68
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
69
|
+
* @param [options] The optional parameters
|
|
70
|
+
* @returns Promise<Models.VolumeGroupsCreateResponse>
|
|
71
|
+
*/
|
|
72
|
+
create(body: Models.VolumeGroupDetails, resourceGroupName: string, accountName: string, volumeGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.VolumeGroupsCreateResponse>;
|
|
73
|
+
/**
|
|
74
|
+
* Delete the specified volume group only if there are no volumes under volume group.
|
|
75
|
+
* @summary Delete a volume group
|
|
76
|
+
* @param resourceGroupName The name of the resource group.
|
|
77
|
+
* @param accountName The name of the NetApp account
|
|
78
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
79
|
+
* @param [options] The optional parameters
|
|
80
|
+
* @returns Promise<msRest.RestResponse>
|
|
81
|
+
*/
|
|
82
|
+
deleteMethod(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* Create a volume group along with specified volumes
|
|
85
|
+
* @summary Create the specified volume group and volumes. Creating volume group will create all
|
|
86
|
+
* the volumes specified in request body implicitly. Once volumes are created using volume group,
|
|
87
|
+
* those will be treated as regular volumes thereafter.
|
|
88
|
+
* @param body Volume Group object supplied in the body of the operation.
|
|
89
|
+
* @param resourceGroupName The name of the resource group.
|
|
90
|
+
* @param accountName The name of the NetApp account
|
|
91
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
92
|
+
* @param [options] The optional parameters
|
|
93
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
94
|
+
*/
|
|
95
|
+
beginCreate(body: Models.VolumeGroupDetails, resourceGroupName: string, accountName: string, volumeGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
96
|
+
/**
|
|
97
|
+
* Delete the specified volume group only if there are no volumes under volume group.
|
|
98
|
+
* @summary Delete a volume group
|
|
99
|
+
* @param resourceGroupName The name of the resource group.
|
|
100
|
+
* @param accountName The name of the NetApp account
|
|
101
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
102
|
+
* @param [options] The optional parameters
|
|
103
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
104
|
+
*/
|
|
105
|
+
beginDeleteMethod(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
106
|
+
}
|
|
107
|
+
//# sourceMappingURL=volumeGroups.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumeGroups.d.ts","sourceRoot":"","sources":["../../src/operations/volumeGroups.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,uCAAuC,EAAE,MAAM,4CAA4C,CAAC;AAErG,yCAAyC;AACzC,qBAAa,YAAY;IACvB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE;;;OAGG;gBACS,MAAM,EAAE,uCAAuC;IAI3D;;;;;;;OAOG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,uCAAuC,CAAC;IACjK;;;;OAIG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;IACnI;;;;;OAKG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;IAYvK;;;;;;;;OAQG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,uBAAuB,CAAC;IAC1J;;;;;OAKG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAC/I;;;;;;OAMG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAanL;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0BAA0B,CAAC;IAKjM;;;;;;;;OAQG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAKxJ;;;;;;;;;;;OAWG;IACH,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAa1L;;;;;;;;OAQG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;CAWhK"}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
+
* regenerated.
|
|
8
|
+
*/
|
|
9
|
+
import { __assign } from "tslib";
|
|
10
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
+
import * as Mappers from "../models/volumeGroupsMappers";
|
|
12
|
+
import * as Parameters from "../models/parameters";
|
|
13
|
+
/** Class representing a VolumeGroups. */
|
|
14
|
+
var VolumeGroups = /** @class */ (function () {
|
|
15
|
+
/**
|
|
16
|
+
* Create a VolumeGroups.
|
|
17
|
+
* @param {AzureNetAppFilesManagementClientContext} client Reference to the service client.
|
|
18
|
+
*/
|
|
19
|
+
function VolumeGroups(client) {
|
|
20
|
+
this.client = client;
|
|
21
|
+
}
|
|
22
|
+
VolumeGroups.prototype.listByNetAppAccount = function (resourceGroupName, accountName, options, callback) {
|
|
23
|
+
return this.client.sendOperationRequest({
|
|
24
|
+
resourceGroupName: resourceGroupName,
|
|
25
|
+
accountName: accountName,
|
|
26
|
+
options: options
|
|
27
|
+
}, listByNetAppAccountOperationSpec, callback);
|
|
28
|
+
};
|
|
29
|
+
VolumeGroups.prototype.get = function (resourceGroupName, accountName, volumeGroupName, options, callback) {
|
|
30
|
+
return this.client.sendOperationRequest({
|
|
31
|
+
resourceGroupName: resourceGroupName,
|
|
32
|
+
accountName: accountName,
|
|
33
|
+
volumeGroupName: volumeGroupName,
|
|
34
|
+
options: options
|
|
35
|
+
}, getOperationSpec, callback);
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Create a volume group along with specified volumes
|
|
39
|
+
* @summary Create the specified volume group and volumes. Creating volume group will create all
|
|
40
|
+
* the volumes specified in request body implicitly. Once volumes are created using volume group,
|
|
41
|
+
* those will be treated as regular volumes thereafter.
|
|
42
|
+
* @param body Volume Group object supplied in the body of the operation.
|
|
43
|
+
* @param resourceGroupName The name of the resource group.
|
|
44
|
+
* @param accountName The name of the NetApp account
|
|
45
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
46
|
+
* @param [options] The optional parameters
|
|
47
|
+
* @returns Promise<Models.VolumeGroupsCreateResponse>
|
|
48
|
+
*/
|
|
49
|
+
VolumeGroups.prototype.create = function (body, resourceGroupName, accountName, volumeGroupName, options) {
|
|
50
|
+
return this.beginCreate(body, resourceGroupName, accountName, volumeGroupName, options)
|
|
51
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Delete the specified volume group only if there are no volumes under volume group.
|
|
55
|
+
* @summary Delete a volume group
|
|
56
|
+
* @param resourceGroupName The name of the resource group.
|
|
57
|
+
* @param accountName The name of the NetApp account
|
|
58
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
59
|
+
* @param [options] The optional parameters
|
|
60
|
+
* @returns Promise<msRest.RestResponse>
|
|
61
|
+
*/
|
|
62
|
+
VolumeGroups.prototype.deleteMethod = function (resourceGroupName, accountName, volumeGroupName, options) {
|
|
63
|
+
return this.beginDeleteMethod(resourceGroupName, accountName, volumeGroupName, options)
|
|
64
|
+
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Create a volume group along with specified volumes
|
|
68
|
+
* @summary Create the specified volume group and volumes. Creating volume group will create all
|
|
69
|
+
* the volumes specified in request body implicitly. Once volumes are created using volume group,
|
|
70
|
+
* those will be treated as regular volumes thereafter.
|
|
71
|
+
* @param body Volume Group object supplied in the body of the operation.
|
|
72
|
+
* @param resourceGroupName The name of the resource group.
|
|
73
|
+
* @param accountName The name of the NetApp account
|
|
74
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
75
|
+
* @param [options] The optional parameters
|
|
76
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
77
|
+
*/
|
|
78
|
+
VolumeGroups.prototype.beginCreate = function (body, resourceGroupName, accountName, volumeGroupName, options) {
|
|
79
|
+
return this.client.sendLRORequest({
|
|
80
|
+
body: body,
|
|
81
|
+
resourceGroupName: resourceGroupName,
|
|
82
|
+
accountName: accountName,
|
|
83
|
+
volumeGroupName: volumeGroupName,
|
|
84
|
+
options: options
|
|
85
|
+
}, beginCreateOperationSpec, options);
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* Delete the specified volume group only if there are no volumes under volume group.
|
|
89
|
+
* @summary Delete a volume group
|
|
90
|
+
* @param resourceGroupName The name of the resource group.
|
|
91
|
+
* @param accountName The name of the NetApp account
|
|
92
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
93
|
+
* @param [options] The optional parameters
|
|
94
|
+
* @returns Promise<msRestAzure.LROPoller>
|
|
95
|
+
*/
|
|
96
|
+
VolumeGroups.prototype.beginDeleteMethod = function (resourceGroupName, accountName, volumeGroupName, options) {
|
|
97
|
+
return this.client.sendLRORequest({
|
|
98
|
+
resourceGroupName: resourceGroupName,
|
|
99
|
+
accountName: accountName,
|
|
100
|
+
volumeGroupName: volumeGroupName,
|
|
101
|
+
options: options
|
|
102
|
+
}, beginDeleteMethodOperationSpec, options);
|
|
103
|
+
};
|
|
104
|
+
return VolumeGroups;
|
|
105
|
+
}());
|
|
106
|
+
export { VolumeGroups };
|
|
107
|
+
// Operation Specifications
|
|
108
|
+
var serializer = new msRest.Serializer(Mappers);
|
|
109
|
+
var listByNetAppAccountOperationSpec = {
|
|
110
|
+
httpMethod: "GET",
|
|
111
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups",
|
|
112
|
+
urlParameters: [
|
|
113
|
+
Parameters.subscriptionId,
|
|
114
|
+
Parameters.resourceGroupName,
|
|
115
|
+
Parameters.accountName
|
|
116
|
+
],
|
|
117
|
+
queryParameters: [
|
|
118
|
+
Parameters.apiVersion
|
|
119
|
+
],
|
|
120
|
+
headerParameters: [
|
|
121
|
+
Parameters.acceptLanguage
|
|
122
|
+
],
|
|
123
|
+
responses: {
|
|
124
|
+
200: {
|
|
125
|
+
bodyMapper: Mappers.VolumeGroupList
|
|
126
|
+
},
|
|
127
|
+
default: {
|
|
128
|
+
bodyMapper: Mappers.CloudError
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
serializer: serializer
|
|
132
|
+
};
|
|
133
|
+
var getOperationSpec = {
|
|
134
|
+
httpMethod: "GET",
|
|
135
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}",
|
|
136
|
+
urlParameters: [
|
|
137
|
+
Parameters.subscriptionId,
|
|
138
|
+
Parameters.resourceGroupName,
|
|
139
|
+
Parameters.accountName,
|
|
140
|
+
Parameters.volumeGroupName
|
|
141
|
+
],
|
|
142
|
+
queryParameters: [
|
|
143
|
+
Parameters.apiVersion
|
|
144
|
+
],
|
|
145
|
+
headerParameters: [
|
|
146
|
+
Parameters.acceptLanguage
|
|
147
|
+
],
|
|
148
|
+
responses: {
|
|
149
|
+
200: {
|
|
150
|
+
bodyMapper: Mappers.VolumeGroupDetails
|
|
151
|
+
},
|
|
152
|
+
default: {
|
|
153
|
+
bodyMapper: Mappers.CloudError
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
serializer: serializer
|
|
157
|
+
};
|
|
158
|
+
var beginCreateOperationSpec = {
|
|
159
|
+
httpMethod: "PUT",
|
|
160
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}",
|
|
161
|
+
urlParameters: [
|
|
162
|
+
Parameters.subscriptionId,
|
|
163
|
+
Parameters.resourceGroupName,
|
|
164
|
+
Parameters.accountName,
|
|
165
|
+
Parameters.volumeGroupName
|
|
166
|
+
],
|
|
167
|
+
queryParameters: [
|
|
168
|
+
Parameters.apiVersion
|
|
169
|
+
],
|
|
170
|
+
headerParameters: [
|
|
171
|
+
Parameters.acceptLanguage
|
|
172
|
+
],
|
|
173
|
+
requestBody: {
|
|
174
|
+
parameterPath: "body",
|
|
175
|
+
mapper: __assign(__assign({}, Mappers.VolumeGroupDetails), { required: true })
|
|
176
|
+
},
|
|
177
|
+
responses: {
|
|
178
|
+
201: {
|
|
179
|
+
bodyMapper: Mappers.VolumeGroupDetails
|
|
180
|
+
},
|
|
181
|
+
default: {
|
|
182
|
+
bodyMapper: Mappers.CloudError
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
serializer: serializer
|
|
186
|
+
};
|
|
187
|
+
var beginDeleteMethodOperationSpec = {
|
|
188
|
+
httpMethod: "DELETE",
|
|
189
|
+
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/volumeGroups/{volumeGroupName}",
|
|
190
|
+
urlParameters: [
|
|
191
|
+
Parameters.subscriptionId,
|
|
192
|
+
Parameters.resourceGroupName,
|
|
193
|
+
Parameters.accountName,
|
|
194
|
+
Parameters.volumeGroupName
|
|
195
|
+
],
|
|
196
|
+
queryParameters: [
|
|
197
|
+
Parameters.apiVersion
|
|
198
|
+
],
|
|
199
|
+
headerParameters: [
|
|
200
|
+
Parameters.acceptLanguage
|
|
201
|
+
],
|
|
202
|
+
responses: {
|
|
203
|
+
200: {},
|
|
204
|
+
202: {},
|
|
205
|
+
204: {},
|
|
206
|
+
default: {
|
|
207
|
+
bodyMapper: Mappers.CloudError
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
serializer: serializer
|
|
211
|
+
};
|
|
212
|
+
//# sourceMappingURL=volumeGroups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"volumeGroups.js","sourceRoot":"","sources":["../../src/operations/volumeGroups.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/arm-netapp",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
4
|
"description": "AzureNetAppFilesManagementClient Library with typescript type definitions for node.js and browser.",
|
|
5
|
-
"version": "14.
|
|
5
|
+
"version": "14.4.0",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@azure/ms-rest-azure-js": "^2.1.0",
|
|
8
8
|
"@azure/ms-rest-js": "^2.2.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
28
28
|
"uglify-js": "^3.6.0"
|
|
29
29
|
},
|
|
30
|
-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/
|
|
30
|
+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/netapp/arm-netapp",
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
33
|
"url": "https://github.com/Azure/azure-sdk-for-js.git"
|
|
@@ -19,6 +19,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
|
|
|
19
19
|
// Operation groups
|
|
20
20
|
operations: operations.Operations;
|
|
21
21
|
netAppResource: operations.NetAppResource;
|
|
22
|
+
netAppResourceQuotaLimits: operations.NetAppResourceQuotaLimits;
|
|
22
23
|
accounts: operations.Accounts;
|
|
23
24
|
pools: operations.Pools;
|
|
24
25
|
volumes: operations.Volumes;
|
|
@@ -28,6 +29,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
|
|
|
28
29
|
accountBackups: operations.AccountBackups;
|
|
29
30
|
backupPolicies: operations.BackupPolicies;
|
|
30
31
|
vaults: operations.Vaults;
|
|
32
|
+
volumeGroups: operations.VolumeGroups;
|
|
31
33
|
|
|
32
34
|
/**
|
|
33
35
|
* Initializes a new instance of the AzureNetAppFilesManagementClient class.
|
|
@@ -45,6 +47,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
|
|
|
45
47
|
super(credentials, subscriptionId, options);
|
|
46
48
|
this.operations = new operations.Operations(this);
|
|
47
49
|
this.netAppResource = new operations.NetAppResource(this);
|
|
50
|
+
this.netAppResourceQuotaLimits = new operations.NetAppResourceQuotaLimits(this);
|
|
48
51
|
this.accounts = new operations.Accounts(this);
|
|
49
52
|
this.pools = new operations.Pools(this);
|
|
50
53
|
this.volumes = new operations.Volumes(this);
|
|
@@ -54,6 +57,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
|
|
|
54
57
|
this.accountBackups = new operations.AccountBackups(this);
|
|
55
58
|
this.backupPolicies = new operations.BackupPolicies(this);
|
|
56
59
|
this.vaults = new operations.Vaults(this);
|
|
60
|
+
this.volumeGroups = new operations.VolumeGroups(this);
|
|
57
61
|
}
|
|
58
62
|
}
|
|
59
63
|
|
|
@@ -13,7 +13,7 @@ import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
|
13
13
|
import { TokenCredential } from "@azure/core-auth";
|
|
14
14
|
|
|
15
15
|
const packageName = "@azure/arm-netapp";
|
|
16
|
-
const packageVersion = "14.
|
|
16
|
+
const packageVersion = "14.4.0";
|
|
17
17
|
|
|
18
18
|
export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureServiceClient {
|
|
19
19
|
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
|
@@ -50,7 +50,7 @@ export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureSe
|
|
|
50
50
|
|
|
51
51
|
super(credentials, options);
|
|
52
52
|
|
|
53
|
-
this.apiVersion = '2021-
|
|
53
|
+
this.apiVersion = '2021-08-01';
|
|
54
54
|
this.acceptLanguage = 'en-US';
|
|
55
55
|
this.longRunningOperationRetryTimeout = 30;
|
|
56
56
|
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export {
|
|
10
10
|
AccountEncryption,
|
|
11
11
|
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
12
13
|
Backup,
|
|
13
14
|
BackupPatch,
|
|
14
15
|
BackupPolicy,
|
|
@@ -26,14 +27,20 @@ export {
|
|
|
26
27
|
MountTargetProperties,
|
|
27
28
|
NetAppAccount,
|
|
28
29
|
NetAppAccountPatch,
|
|
30
|
+
PlacementKeyValuePairs,
|
|
31
|
+
ProxyResource,
|
|
29
32
|
ReplicationObject,
|
|
33
|
+
Resource,
|
|
30
34
|
Snapshot,
|
|
31
35
|
SnapshotPolicy,
|
|
36
|
+
SubscriptionQuotaItem,
|
|
32
37
|
SystemData,
|
|
38
|
+
TrackedResource,
|
|
33
39
|
Vault,
|
|
34
40
|
Volume,
|
|
35
41
|
VolumeBackupProperties,
|
|
36
42
|
VolumeBackups,
|
|
43
|
+
VolumeGroupVolumeProperties,
|
|
37
44
|
VolumePatch,
|
|
38
45
|
VolumePatchPropertiesDataProtection,
|
|
39
46
|
VolumePatchPropertiesExportPolicy,
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export {
|
|
10
10
|
AccountEncryption,
|
|
11
11
|
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
12
13
|
Backup,
|
|
13
14
|
BackupPatch,
|
|
14
15
|
BackupPolicy,
|
|
@@ -26,14 +27,20 @@ export {
|
|
|
26
27
|
NetAppAccount,
|
|
27
28
|
NetAppAccountList,
|
|
28
29
|
NetAppAccountPatch,
|
|
30
|
+
PlacementKeyValuePairs,
|
|
31
|
+
ProxyResource,
|
|
29
32
|
ReplicationObject,
|
|
33
|
+
Resource,
|
|
30
34
|
Snapshot,
|
|
31
35
|
SnapshotPolicy,
|
|
36
|
+
SubscriptionQuotaItem,
|
|
32
37
|
SystemData,
|
|
38
|
+
TrackedResource,
|
|
33
39
|
Vault,
|
|
34
40
|
Volume,
|
|
35
41
|
VolumeBackupProperties,
|
|
36
42
|
VolumeBackups,
|
|
43
|
+
VolumeGroupVolumeProperties,
|
|
37
44
|
VolumePatch,
|
|
38
45
|
VolumePatchPropertiesDataProtection,
|
|
39
46
|
VolumePatchPropertiesExportPolicy,
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export {
|
|
10
10
|
AccountEncryption,
|
|
11
11
|
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
12
13
|
Backup,
|
|
13
14
|
BackupPatch,
|
|
14
15
|
BackupPoliciesList,
|
|
@@ -26,14 +27,20 @@ export {
|
|
|
26
27
|
MountTargetProperties,
|
|
27
28
|
NetAppAccount,
|
|
28
29
|
NetAppAccountPatch,
|
|
30
|
+
PlacementKeyValuePairs,
|
|
31
|
+
ProxyResource,
|
|
29
32
|
ReplicationObject,
|
|
33
|
+
Resource,
|
|
30
34
|
Snapshot,
|
|
31
35
|
SnapshotPolicy,
|
|
36
|
+
SubscriptionQuotaItem,
|
|
32
37
|
SystemData,
|
|
38
|
+
TrackedResource,
|
|
33
39
|
Vault,
|
|
34
40
|
Volume,
|
|
35
41
|
VolumeBackupProperties,
|
|
36
42
|
VolumeBackups,
|
|
43
|
+
VolumeGroupVolumeProperties,
|
|
37
44
|
VolumePatch,
|
|
38
45
|
VolumePatchPropertiesDataProtection,
|
|
39
46
|
VolumePatchPropertiesExportPolicy,
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export {
|
|
10
10
|
AccountEncryption,
|
|
11
11
|
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
12
13
|
Backup,
|
|
13
14
|
BackupPatch,
|
|
14
15
|
BackupPolicy,
|
|
@@ -27,15 +28,21 @@ export {
|
|
|
27
28
|
MountTargetProperties,
|
|
28
29
|
NetAppAccount,
|
|
29
30
|
NetAppAccountPatch,
|
|
31
|
+
PlacementKeyValuePairs,
|
|
32
|
+
ProxyResource,
|
|
30
33
|
ReplicationObject,
|
|
34
|
+
Resource,
|
|
31
35
|
RestoreStatus,
|
|
32
36
|
Snapshot,
|
|
33
37
|
SnapshotPolicy,
|
|
38
|
+
SubscriptionQuotaItem,
|
|
34
39
|
SystemData,
|
|
40
|
+
TrackedResource,
|
|
35
41
|
Vault,
|
|
36
42
|
Volume,
|
|
37
43
|
VolumeBackupProperties,
|
|
38
44
|
VolumeBackups,
|
|
45
|
+
VolumeGroupVolumeProperties,
|
|
39
46
|
VolumePatch,
|
|
40
47
|
VolumePatchPropertiesDataProtection,
|
|
41
48
|
VolumePatchPropertiesExportPolicy,
|