@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,15 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
CheckAvailabilityResponse,
|
|
11
|
+
CloudError,
|
|
12
|
+
FilePathAvailabilityRequest,
|
|
13
|
+
QuotaAvailabilityRequest,
|
|
14
|
+
ResourceNameAvailabilityRequest
|
|
15
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
AccountEncryption,
|
|
11
|
+
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
13
|
+
Backup,
|
|
14
|
+
BackupPatch,
|
|
15
|
+
BackupPolicy,
|
|
16
|
+
BackupPolicyDetails,
|
|
17
|
+
BackupPolicyPatch,
|
|
18
|
+
BaseResource,
|
|
19
|
+
CapacityPool,
|
|
20
|
+
CapacityPoolPatch,
|
|
21
|
+
CloudError,
|
|
22
|
+
DailySchedule,
|
|
23
|
+
ExportPolicyRule,
|
|
24
|
+
HourlySchedule,
|
|
25
|
+
MonthlySchedule,
|
|
26
|
+
MountTargetProperties,
|
|
27
|
+
NetAppAccount,
|
|
28
|
+
NetAppAccountPatch,
|
|
29
|
+
ProxyResource,
|
|
30
|
+
ReplicationObject,
|
|
31
|
+
Resource,
|
|
32
|
+
Snapshot,
|
|
33
|
+
SnapshotPolicy,
|
|
34
|
+
SubscriptionQuotaItem,
|
|
35
|
+
SubscriptionQuotaItemList,
|
|
36
|
+
SystemData,
|
|
37
|
+
TrackedResource,
|
|
38
|
+
Vault,
|
|
39
|
+
Volume,
|
|
40
|
+
VolumeBackupProperties,
|
|
41
|
+
VolumeBackups,
|
|
42
|
+
VolumePatch,
|
|
43
|
+
VolumePatchPropertiesDataProtection,
|
|
44
|
+
VolumePatchPropertiesExportPolicy,
|
|
45
|
+
VolumePropertiesDataProtection,
|
|
46
|
+
VolumePropertiesExportPolicy,
|
|
47
|
+
VolumeSnapshotProperties,
|
|
48
|
+
WeeklySchedule
|
|
49
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
CloudError,
|
|
11
|
+
Dimension,
|
|
12
|
+
LogSpecification,
|
|
13
|
+
MetricSpecification,
|
|
14
|
+
Operation,
|
|
15
|
+
OperationDisplay,
|
|
16
|
+
OperationListResult,
|
|
17
|
+
ServiceSpecification
|
|
18
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,170 @@
|
|
|
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
|
+
|
|
10
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
+
|
|
12
|
+
export const acceptLanguage: msRest.OperationParameter = {
|
|
13
|
+
parameterPath: "acceptLanguage",
|
|
14
|
+
mapper: {
|
|
15
|
+
serializedName: "accept-language",
|
|
16
|
+
defaultValue: 'en-US',
|
|
17
|
+
type: {
|
|
18
|
+
name: "String"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
export const accountName: msRest.OperationURLParameter = {
|
|
23
|
+
parameterPath: "accountName",
|
|
24
|
+
mapper: {
|
|
25
|
+
required: true,
|
|
26
|
+
serializedName: "accountName",
|
|
27
|
+
type: {
|
|
28
|
+
name: "String"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
export const apiVersion: msRest.OperationQueryParameter = {
|
|
33
|
+
parameterPath: "apiVersion",
|
|
34
|
+
mapper: {
|
|
35
|
+
required: true,
|
|
36
|
+
serializedName: "api-version",
|
|
37
|
+
constraints: {
|
|
38
|
+
MinLength: 1
|
|
39
|
+
},
|
|
40
|
+
type: {
|
|
41
|
+
name: "String"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
export const backupName: msRest.OperationURLParameter = {
|
|
46
|
+
parameterPath: "backupName",
|
|
47
|
+
mapper: {
|
|
48
|
+
required: true,
|
|
49
|
+
serializedName: "backupName",
|
|
50
|
+
type: {
|
|
51
|
+
name: "String"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
export const backupPolicyName: msRest.OperationURLParameter = {
|
|
56
|
+
parameterPath: "backupPolicyName",
|
|
57
|
+
mapper: {
|
|
58
|
+
required: true,
|
|
59
|
+
serializedName: "backupPolicyName",
|
|
60
|
+
type: {
|
|
61
|
+
name: "String"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
};
|
|
65
|
+
export const location: msRest.OperationURLParameter = {
|
|
66
|
+
parameterPath: "location",
|
|
67
|
+
mapper: {
|
|
68
|
+
required: true,
|
|
69
|
+
serializedName: "location",
|
|
70
|
+
type: {
|
|
71
|
+
name: "String"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
};
|
|
75
|
+
export const nextPageLink: msRest.OperationURLParameter = {
|
|
76
|
+
parameterPath: "nextPageLink",
|
|
77
|
+
mapper: {
|
|
78
|
+
required: true,
|
|
79
|
+
serializedName: "nextLink",
|
|
80
|
+
type: {
|
|
81
|
+
name: "String"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
skipEncoding: true
|
|
85
|
+
};
|
|
86
|
+
export const poolName: msRest.OperationURLParameter = {
|
|
87
|
+
parameterPath: "poolName",
|
|
88
|
+
mapper: {
|
|
89
|
+
required: true,
|
|
90
|
+
serializedName: "poolName",
|
|
91
|
+
constraints: {
|
|
92
|
+
MaxLength: 64,
|
|
93
|
+
MinLength: 1,
|
|
94
|
+
Pattern: /^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$/
|
|
95
|
+
},
|
|
96
|
+
type: {
|
|
97
|
+
name: "String"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
export const quotaLimitName: msRest.OperationURLParameter = {
|
|
102
|
+
parameterPath: "quotaLimitName",
|
|
103
|
+
mapper: {
|
|
104
|
+
required: true,
|
|
105
|
+
serializedName: "quotaLimitName",
|
|
106
|
+
type: {
|
|
107
|
+
name: "String"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
export const resourceGroupName: msRest.OperationURLParameter = {
|
|
112
|
+
parameterPath: "resourceGroupName",
|
|
113
|
+
mapper: {
|
|
114
|
+
required: true,
|
|
115
|
+
serializedName: "resourceGroupName",
|
|
116
|
+
constraints: {
|
|
117
|
+
MaxLength: 90,
|
|
118
|
+
MinLength: 1,
|
|
119
|
+
Pattern: /^[-\w\._\(\)]+$/
|
|
120
|
+
},
|
|
121
|
+
type: {
|
|
122
|
+
name: "String"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
export const snapshotName: msRest.OperationURLParameter = {
|
|
127
|
+
parameterPath: "snapshotName",
|
|
128
|
+
mapper: {
|
|
129
|
+
required: true,
|
|
130
|
+
serializedName: "snapshotName",
|
|
131
|
+
type: {
|
|
132
|
+
name: "String"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
};
|
|
136
|
+
export const snapshotPolicyName: msRest.OperationURLParameter = {
|
|
137
|
+
parameterPath: "snapshotPolicyName",
|
|
138
|
+
mapper: {
|
|
139
|
+
required: true,
|
|
140
|
+
serializedName: "snapshotPolicyName",
|
|
141
|
+
type: {
|
|
142
|
+
name: "String"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
};
|
|
146
|
+
export const subscriptionId: msRest.OperationURLParameter = {
|
|
147
|
+
parameterPath: "subscriptionId",
|
|
148
|
+
mapper: {
|
|
149
|
+
required: true,
|
|
150
|
+
serializedName: "subscriptionId",
|
|
151
|
+
type: {
|
|
152
|
+
name: "String"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
export const volumeName: msRest.OperationURLParameter = {
|
|
157
|
+
parameterPath: "volumeName",
|
|
158
|
+
mapper: {
|
|
159
|
+
required: true,
|
|
160
|
+
serializedName: "volumeName",
|
|
161
|
+
constraints: {
|
|
162
|
+
MaxLength: 64,
|
|
163
|
+
MinLength: 1,
|
|
164
|
+
Pattern: /^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$/
|
|
165
|
+
},
|
|
166
|
+
type: {
|
|
167
|
+
name: "String"
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
AccountEncryption,
|
|
11
|
+
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
13
|
+
Backup,
|
|
14
|
+
BackupPatch,
|
|
15
|
+
BackupPolicy,
|
|
16
|
+
BackupPolicyDetails,
|
|
17
|
+
BackupPolicyPatch,
|
|
18
|
+
BaseResource,
|
|
19
|
+
CapacityPool,
|
|
20
|
+
CapacityPoolList,
|
|
21
|
+
CapacityPoolPatch,
|
|
22
|
+
CloudError,
|
|
23
|
+
DailySchedule,
|
|
24
|
+
ExportPolicyRule,
|
|
25
|
+
HourlySchedule,
|
|
26
|
+
MonthlySchedule,
|
|
27
|
+
MountTargetProperties,
|
|
28
|
+
NetAppAccount,
|
|
29
|
+
NetAppAccountPatch,
|
|
30
|
+
ProxyResource,
|
|
31
|
+
ReplicationObject,
|
|
32
|
+
Resource,
|
|
33
|
+
Snapshot,
|
|
34
|
+
SnapshotPolicy,
|
|
35
|
+
SubscriptionQuotaItem,
|
|
36
|
+
SystemData,
|
|
37
|
+
TrackedResource,
|
|
38
|
+
Vault,
|
|
39
|
+
Volume,
|
|
40
|
+
VolumeBackupProperties,
|
|
41
|
+
VolumeBackups,
|
|
42
|
+
VolumePatch,
|
|
43
|
+
VolumePatchPropertiesDataProtection,
|
|
44
|
+
VolumePatchPropertiesExportPolicy,
|
|
45
|
+
VolumePropertiesDataProtection,
|
|
46
|
+
VolumePropertiesExportPolicy,
|
|
47
|
+
VolumeSnapshotProperties,
|
|
48
|
+
WeeklySchedule
|
|
49
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
AccountEncryption,
|
|
11
|
+
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
13
|
+
Backup,
|
|
14
|
+
BackupPatch,
|
|
15
|
+
BackupPolicy,
|
|
16
|
+
BackupPolicyDetails,
|
|
17
|
+
BackupPolicyPatch,
|
|
18
|
+
BaseResource,
|
|
19
|
+
CapacityPool,
|
|
20
|
+
CapacityPoolPatch,
|
|
21
|
+
CloudError,
|
|
22
|
+
DailySchedule,
|
|
23
|
+
ExportPolicyRule,
|
|
24
|
+
HourlySchedule,
|
|
25
|
+
MonthlySchedule,
|
|
26
|
+
MountTargetProperties,
|
|
27
|
+
NetAppAccount,
|
|
28
|
+
NetAppAccountPatch,
|
|
29
|
+
ProxyResource,
|
|
30
|
+
ReplicationObject,
|
|
31
|
+
Resource,
|
|
32
|
+
Snapshot,
|
|
33
|
+
SnapshotPoliciesList,
|
|
34
|
+
SnapshotPolicy,
|
|
35
|
+
SnapshotPolicyPatch,
|
|
36
|
+
SnapshotPolicyVolumeList,
|
|
37
|
+
SubscriptionQuotaItem,
|
|
38
|
+
SystemData,
|
|
39
|
+
TrackedResource,
|
|
40
|
+
Vault,
|
|
41
|
+
Volume,
|
|
42
|
+
VolumeBackupProperties,
|
|
43
|
+
VolumeBackups,
|
|
44
|
+
VolumePatch,
|
|
45
|
+
VolumePatchPropertiesDataProtection,
|
|
46
|
+
VolumePatchPropertiesExportPolicy,
|
|
47
|
+
VolumePropertiesDataProtection,
|
|
48
|
+
VolumePropertiesExportPolicy,
|
|
49
|
+
VolumeSnapshotProperties,
|
|
50
|
+
WeeklySchedule
|
|
51
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
AccountEncryption,
|
|
11
|
+
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
13
|
+
Backup,
|
|
14
|
+
BackupPatch,
|
|
15
|
+
BackupPolicy,
|
|
16
|
+
BackupPolicyDetails,
|
|
17
|
+
BackupPolicyPatch,
|
|
18
|
+
BaseResource,
|
|
19
|
+
CapacityPool,
|
|
20
|
+
CapacityPoolPatch,
|
|
21
|
+
CloudError,
|
|
22
|
+
DailySchedule,
|
|
23
|
+
ExportPolicyRule,
|
|
24
|
+
HourlySchedule,
|
|
25
|
+
MonthlySchedule,
|
|
26
|
+
MountTargetProperties,
|
|
27
|
+
NetAppAccount,
|
|
28
|
+
NetAppAccountPatch,
|
|
29
|
+
ProxyResource,
|
|
30
|
+
ReplicationObject,
|
|
31
|
+
Resource,
|
|
32
|
+
Snapshot,
|
|
33
|
+
SnapshotPolicy,
|
|
34
|
+
SnapshotsList,
|
|
35
|
+
SubscriptionQuotaItem,
|
|
36
|
+
SystemData,
|
|
37
|
+
TrackedResource,
|
|
38
|
+
Vault,
|
|
39
|
+
Volume,
|
|
40
|
+
VolumeBackupProperties,
|
|
41
|
+
VolumeBackups,
|
|
42
|
+
VolumePatch,
|
|
43
|
+
VolumePatchPropertiesDataProtection,
|
|
44
|
+
VolumePatchPropertiesExportPolicy,
|
|
45
|
+
VolumePropertiesDataProtection,
|
|
46
|
+
VolumePropertiesExportPolicy,
|
|
47
|
+
VolumeSnapshotProperties,
|
|
48
|
+
WeeklySchedule
|
|
49
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
AccountEncryption,
|
|
11
|
+
ActiveDirectory,
|
|
12
|
+
AzureEntityResource,
|
|
13
|
+
Backup,
|
|
14
|
+
BackupPatch,
|
|
15
|
+
BackupPolicy,
|
|
16
|
+
BackupPolicyDetails,
|
|
17
|
+
BackupPolicyPatch,
|
|
18
|
+
BaseResource,
|
|
19
|
+
CapacityPool,
|
|
20
|
+
CapacityPoolPatch,
|
|
21
|
+
CloudError,
|
|
22
|
+
DailySchedule,
|
|
23
|
+
ExportPolicyRule,
|
|
24
|
+
HourlySchedule,
|
|
25
|
+
MonthlySchedule,
|
|
26
|
+
MountTargetProperties,
|
|
27
|
+
NetAppAccount,
|
|
28
|
+
NetAppAccountPatch,
|
|
29
|
+
ProxyResource,
|
|
30
|
+
ReplicationObject,
|
|
31
|
+
Resource,
|
|
32
|
+
Snapshot,
|
|
33
|
+
SnapshotPolicy,
|
|
34
|
+
SubscriptionQuotaItem,
|
|
35
|
+
SystemData,
|
|
36
|
+
TrackedResource,
|
|
37
|
+
Vault,
|
|
38
|
+
VaultList,
|
|
39
|
+
Volume,
|
|
40
|
+
VolumeBackupProperties,
|
|
41
|
+
VolumeBackups,
|
|
42
|
+
VolumePatch,
|
|
43
|
+
VolumePatchPropertiesDataProtection,
|
|
44
|
+
VolumePatchPropertiesExportPolicy,
|
|
45
|
+
VolumePropertiesDataProtection,
|
|
46
|
+
VolumePropertiesExportPolicy,
|
|
47
|
+
VolumeSnapshotProperties,
|
|
48
|
+
WeeklySchedule
|
|
49
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
AccountEncryption,
|
|
11
|
+
ActiveDirectory,
|
|
12
|
+
AuthorizeRequest,
|
|
13
|
+
AzureEntityResource,
|
|
14
|
+
Backup,
|
|
15
|
+
BackupPatch,
|
|
16
|
+
BackupPolicy,
|
|
17
|
+
BackupPolicyDetails,
|
|
18
|
+
BackupPolicyPatch,
|
|
19
|
+
BaseResource,
|
|
20
|
+
BreakReplicationRequest,
|
|
21
|
+
CapacityPool,
|
|
22
|
+
CapacityPoolPatch,
|
|
23
|
+
CloudError,
|
|
24
|
+
DailySchedule,
|
|
25
|
+
ExportPolicyRule,
|
|
26
|
+
HourlySchedule,
|
|
27
|
+
MonthlySchedule,
|
|
28
|
+
MountTargetProperties,
|
|
29
|
+
NetAppAccount,
|
|
30
|
+
NetAppAccountPatch,
|
|
31
|
+
PoolChangeRequest,
|
|
32
|
+
ProxyResource,
|
|
33
|
+
ReplicationObject,
|
|
34
|
+
ReplicationStatus,
|
|
35
|
+
Resource,
|
|
36
|
+
Snapshot,
|
|
37
|
+
SnapshotPolicy,
|
|
38
|
+
SubscriptionQuotaItem,
|
|
39
|
+
SystemData,
|
|
40
|
+
TrackedResource,
|
|
41
|
+
Vault,
|
|
42
|
+
Volume,
|
|
43
|
+
VolumeBackupProperties,
|
|
44
|
+
VolumeBackups,
|
|
45
|
+
VolumeList,
|
|
46
|
+
VolumePatch,
|
|
47
|
+
VolumePatchPropertiesDataProtection,
|
|
48
|
+
VolumePatchPropertiesExportPolicy,
|
|
49
|
+
VolumePropertiesDataProtection,
|
|
50
|
+
VolumePropertiesExportPolicy,
|
|
51
|
+
VolumeRevert,
|
|
52
|
+
VolumeSnapshotProperties,
|
|
53
|
+
WeeklySchedule
|
|
54
|
+
} from "../models/mappers";
|