@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,3402 @@
|
|
|
1
|
+
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
+
export { BaseResource, CloudError };
|
|
4
|
+
/**
|
|
5
|
+
* Display metadata associated with the operation.
|
|
6
|
+
*/
|
|
7
|
+
export interface OperationDisplay {
|
|
8
|
+
/**
|
|
9
|
+
* Service provider: Microsoft NetApp.
|
|
10
|
+
*/
|
|
11
|
+
provider?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Resource on which the operation is performed etc.
|
|
14
|
+
*/
|
|
15
|
+
resource?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Type of operation: get, read, delete, etc.
|
|
18
|
+
*/
|
|
19
|
+
operation?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Operation description.
|
|
22
|
+
*/
|
|
23
|
+
description?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Dimension of blobs, possibly be blob type or access tier.
|
|
27
|
+
*/
|
|
28
|
+
export interface Dimension {
|
|
29
|
+
/**
|
|
30
|
+
* Display name of dimension.
|
|
31
|
+
*/
|
|
32
|
+
name?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Display name of dimension.
|
|
35
|
+
*/
|
|
36
|
+
displayName?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Metric specification of operation.
|
|
40
|
+
*/
|
|
41
|
+
export interface MetricSpecification {
|
|
42
|
+
/**
|
|
43
|
+
* Name of metric specification.
|
|
44
|
+
*/
|
|
45
|
+
name?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Display name of metric specification.
|
|
48
|
+
*/
|
|
49
|
+
displayName?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Display description of metric specification.
|
|
52
|
+
*/
|
|
53
|
+
displayDescription?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Unit could be Bytes or Count.
|
|
56
|
+
*/
|
|
57
|
+
unit?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Support metric aggregation type.
|
|
60
|
+
*/
|
|
61
|
+
supportedAggregationTypes?: MetricAggregationType[];
|
|
62
|
+
/**
|
|
63
|
+
* The supported time grain types for the metrics.
|
|
64
|
+
*/
|
|
65
|
+
supportedTimeGrainTypes?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* The internal metric name.
|
|
68
|
+
*/
|
|
69
|
+
internalMetricName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Whether or not the service is using regional MDM accounts.
|
|
72
|
+
*/
|
|
73
|
+
enableRegionalMdmAccount?: boolean;
|
|
74
|
+
/**
|
|
75
|
+
* The source MDM account.
|
|
76
|
+
*/
|
|
77
|
+
sourceMdmAccount?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The source MDM namespace.
|
|
80
|
+
*/
|
|
81
|
+
sourceMdmNamespace?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Dimensions of blobs, including blob type and access tier.
|
|
84
|
+
*/
|
|
85
|
+
dimensions?: Dimension[];
|
|
86
|
+
/**
|
|
87
|
+
* Aggregation type could be Average.
|
|
88
|
+
*/
|
|
89
|
+
aggregationType?: string;
|
|
90
|
+
/**
|
|
91
|
+
* The property to decide fill gap with zero or not.
|
|
92
|
+
*/
|
|
93
|
+
fillGapWithZero?: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* The category this metric specification belong to, could be Capacity.
|
|
96
|
+
*/
|
|
97
|
+
category?: string;
|
|
98
|
+
/**
|
|
99
|
+
* Account Resource Id.
|
|
100
|
+
*/
|
|
101
|
+
resourceIdDimensionNameOverride?: string;
|
|
102
|
+
/**
|
|
103
|
+
* Whether the metric is internal.
|
|
104
|
+
*/
|
|
105
|
+
isInternal?: boolean;
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* Log Definition of a single resource metric.
|
|
109
|
+
*/
|
|
110
|
+
export interface LogSpecification {
|
|
111
|
+
name?: string;
|
|
112
|
+
displayName?: string;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* One property of operation, include metric specifications.
|
|
116
|
+
*/
|
|
117
|
+
export interface ServiceSpecification {
|
|
118
|
+
/**
|
|
119
|
+
* Metric specifications of operation.
|
|
120
|
+
*/
|
|
121
|
+
metricSpecifications?: MetricSpecification[];
|
|
122
|
+
logSpecifications?: LogSpecification[];
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Microsoft.NetApp REST API operation definition.
|
|
126
|
+
*/
|
|
127
|
+
export interface Operation {
|
|
128
|
+
/**
|
|
129
|
+
* Operation name: {provider}/{resource}/{operation}
|
|
130
|
+
*/
|
|
131
|
+
name?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Display metadata associated with the operation.
|
|
134
|
+
*/
|
|
135
|
+
display?: OperationDisplay;
|
|
136
|
+
/**
|
|
137
|
+
* The origin of operations.
|
|
138
|
+
*/
|
|
139
|
+
origin?: string;
|
|
140
|
+
/**
|
|
141
|
+
* One property of operation, include metric specifications.
|
|
142
|
+
*/
|
|
143
|
+
serviceSpecification?: ServiceSpecification;
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Information regarding availability of a resource.
|
|
147
|
+
*/
|
|
148
|
+
export interface CheckAvailabilityResponse {
|
|
149
|
+
/**
|
|
150
|
+
* <code>true</code> indicates name is valid and available. <code>false</code> indicates the name
|
|
151
|
+
* is invalid, unavailable, or both.
|
|
152
|
+
*/
|
|
153
|
+
isAvailable?: boolean;
|
|
154
|
+
/**
|
|
155
|
+
* <code>Invalid</code> indicates the name provided does not match Azure App Service naming
|
|
156
|
+
* requirements. <code>AlreadyExists</code> indicates that the name is already in use and is
|
|
157
|
+
* therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists'
|
|
158
|
+
*/
|
|
159
|
+
reason?: InAvailabilityReasonType;
|
|
160
|
+
/**
|
|
161
|
+
* If reason == invalid, provide the user with the reason why the given name is invalid, and
|
|
162
|
+
* provide the resource naming requirements so that the user can select a valid name. If reason
|
|
163
|
+
* == AlreadyExists, explain that resource name is already in use, and direct them to select a
|
|
164
|
+
* different name.
|
|
165
|
+
*/
|
|
166
|
+
message?: string;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Resource name availability request content.
|
|
170
|
+
*/
|
|
171
|
+
export interface ResourceNameAvailabilityRequest {
|
|
172
|
+
/**
|
|
173
|
+
* Resource name to verify.
|
|
174
|
+
*/
|
|
175
|
+
name: string;
|
|
176
|
+
/**
|
|
177
|
+
* Resource type used for verification. Possible values include:
|
|
178
|
+
* 'Microsoft.NetApp/netAppAccounts', 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
179
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
180
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
181
|
+
*/
|
|
182
|
+
type: CheckNameResourceTypes;
|
|
183
|
+
/**
|
|
184
|
+
* Resource group name.
|
|
185
|
+
*/
|
|
186
|
+
resourceGroup: string;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* File path availability request content - availability is based on the name and the subnetId.
|
|
190
|
+
*/
|
|
191
|
+
export interface FilePathAvailabilityRequest {
|
|
192
|
+
/**
|
|
193
|
+
* File path to verify.
|
|
194
|
+
*/
|
|
195
|
+
name: string;
|
|
196
|
+
/**
|
|
197
|
+
* The Azure Resource URI for a delegated subnet. Must have the delegation
|
|
198
|
+
* Microsoft.NetApp/volumes
|
|
199
|
+
*/
|
|
200
|
+
subnetId: string;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Quota availability request content.
|
|
204
|
+
*/
|
|
205
|
+
export interface QuotaAvailabilityRequest {
|
|
206
|
+
/**
|
|
207
|
+
* Name of the resource to verify.
|
|
208
|
+
*/
|
|
209
|
+
name: string;
|
|
210
|
+
/**
|
|
211
|
+
* Resource type used for verification. Possible values include:
|
|
212
|
+
* 'Microsoft.NetApp/netAppAccounts', 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
213
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
214
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
215
|
+
*/
|
|
216
|
+
type: CheckQuotaNameResourceTypes;
|
|
217
|
+
/**
|
|
218
|
+
* Resource group name.
|
|
219
|
+
*/
|
|
220
|
+
resourceGroup: string;
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
224
|
+
*/
|
|
225
|
+
export interface SystemData {
|
|
226
|
+
/**
|
|
227
|
+
* The identity that created the resource.
|
|
228
|
+
*/
|
|
229
|
+
createdBy?: string;
|
|
230
|
+
/**
|
|
231
|
+
* The type of identity that created the resource. Possible values include: 'User',
|
|
232
|
+
* 'Application', 'ManagedIdentity', 'Key'
|
|
233
|
+
*/
|
|
234
|
+
createdByType?: CreatedByType;
|
|
235
|
+
/**
|
|
236
|
+
* The timestamp of resource creation (UTC).
|
|
237
|
+
*/
|
|
238
|
+
createdAt?: Date;
|
|
239
|
+
/**
|
|
240
|
+
* The identity that last modified the resource.
|
|
241
|
+
*/
|
|
242
|
+
lastModifiedBy?: string;
|
|
243
|
+
/**
|
|
244
|
+
* The type of identity that last modified the resource. Possible values include: 'User',
|
|
245
|
+
* 'Application', 'ManagedIdentity', 'Key'
|
|
246
|
+
*/
|
|
247
|
+
lastModifiedByType?: CreatedByType;
|
|
248
|
+
/**
|
|
249
|
+
* The timestamp of resource last modification (UTC)
|
|
250
|
+
*/
|
|
251
|
+
lastModifiedAt?: Date;
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Common fields that are returned in the response for all Azure Resource Manager resources
|
|
255
|
+
* @summary Resource
|
|
256
|
+
*/
|
|
257
|
+
export interface Resource extends BaseResource {
|
|
258
|
+
/**
|
|
259
|
+
* Fully qualified resource ID for the resource. Ex -
|
|
260
|
+
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
261
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
262
|
+
*/
|
|
263
|
+
readonly id?: string;
|
|
264
|
+
/**
|
|
265
|
+
* The name of the resource
|
|
266
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
267
|
+
*/
|
|
268
|
+
readonly name?: string;
|
|
269
|
+
/**
|
|
270
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
|
|
271
|
+
* "Microsoft.Storage/storageAccounts"
|
|
272
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
273
|
+
*/
|
|
274
|
+
readonly type?: string;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
|
|
278
|
+
* and a location
|
|
279
|
+
* @summary Proxy Resource
|
|
280
|
+
*/
|
|
281
|
+
export interface ProxyResource extends Resource {
|
|
282
|
+
}
|
|
283
|
+
/**
|
|
284
|
+
* Information regarding Subscription Quota Item.
|
|
285
|
+
*/
|
|
286
|
+
export interface SubscriptionQuotaItem extends ProxyResource {
|
|
287
|
+
/**
|
|
288
|
+
* Quota Item name
|
|
289
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
290
|
+
*/
|
|
291
|
+
readonly subscriptionQuotaItemName?: string;
|
|
292
|
+
/**
|
|
293
|
+
* The current quota value.
|
|
294
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
295
|
+
*/
|
|
296
|
+
readonly current?: number;
|
|
297
|
+
/**
|
|
298
|
+
* The default quota value.
|
|
299
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
300
|
+
*/
|
|
301
|
+
readonly default?: number;
|
|
302
|
+
/**
|
|
303
|
+
* The system meta data relating to this resource.
|
|
304
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
305
|
+
*/
|
|
306
|
+
readonly systemData?: SystemData;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Active Directory
|
|
310
|
+
*/
|
|
311
|
+
export interface ActiveDirectory {
|
|
312
|
+
/**
|
|
313
|
+
* Id of the Active Directory
|
|
314
|
+
*/
|
|
315
|
+
activeDirectoryId?: string;
|
|
316
|
+
/**
|
|
317
|
+
* Username of Active Directory domain administrator
|
|
318
|
+
*/
|
|
319
|
+
username?: string;
|
|
320
|
+
/**
|
|
321
|
+
* Plain text password of Active Directory domain administrator, value is masked in the response
|
|
322
|
+
*/
|
|
323
|
+
password?: string;
|
|
324
|
+
/**
|
|
325
|
+
* Name of the Active Directory domain
|
|
326
|
+
*/
|
|
327
|
+
domain?: string;
|
|
328
|
+
/**
|
|
329
|
+
* Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain
|
|
330
|
+
*/
|
|
331
|
+
dns?: string;
|
|
332
|
+
/**
|
|
333
|
+
* Status of the Active Directory. Possible values include: 'Created', 'InUse', 'Deleted',
|
|
334
|
+
* 'Error', 'Updating'
|
|
335
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
336
|
+
*/
|
|
337
|
+
readonly status?: ActiveDirectoryStatus;
|
|
338
|
+
/**
|
|
339
|
+
* Any details in regards to the Status of the Active Directory
|
|
340
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
341
|
+
*/
|
|
342
|
+
readonly statusDetails?: string;
|
|
343
|
+
/**
|
|
344
|
+
* NetBIOS name of the SMB server. This name will be registered as a computer account in the AD
|
|
345
|
+
* and used to mount volumes
|
|
346
|
+
*/
|
|
347
|
+
smbServerName?: string;
|
|
348
|
+
/**
|
|
349
|
+
* The Organizational Unit (OU) within the Windows Active Directory. Default value:
|
|
350
|
+
* 'CN=Computers'.
|
|
351
|
+
*/
|
|
352
|
+
organizationalUnit?: string;
|
|
353
|
+
/**
|
|
354
|
+
* The Active Directory site the service will limit Domain Controller discovery to
|
|
355
|
+
*/
|
|
356
|
+
site?: string;
|
|
357
|
+
/**
|
|
358
|
+
* Users to be added to the Built-in Backup Operator active directory group. A list of unique
|
|
359
|
+
* usernames without domain specifier
|
|
360
|
+
*/
|
|
361
|
+
backupOperators?: string[];
|
|
362
|
+
/**
|
|
363
|
+
* Users to be added to the Built-in Administrators active directory group. A list of unique
|
|
364
|
+
* usernames without domain specifier
|
|
365
|
+
*/
|
|
366
|
+
administrators?: string[];
|
|
367
|
+
/**
|
|
368
|
+
* kdc server IP addresses for the active directory machine. This optional parameter is used only
|
|
369
|
+
* while creating kerberos volume.
|
|
370
|
+
*/
|
|
371
|
+
kdcIP?: string;
|
|
372
|
+
/**
|
|
373
|
+
* Name of the active directory machine. This optional parameter is used only while creating
|
|
374
|
+
* kerberos volume
|
|
375
|
+
*/
|
|
376
|
+
adName?: string;
|
|
377
|
+
/**
|
|
378
|
+
* When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active
|
|
379
|
+
* Directory Certificate Service's self-signed root CA certificate, this optional parameter is
|
|
380
|
+
* used only for dual protocol with LDAP user-mapping volumes.
|
|
381
|
+
*/
|
|
382
|
+
serverRootCACertificate?: string;
|
|
383
|
+
/**
|
|
384
|
+
* If enabled, AES encryption will be enabled for SMB communication.
|
|
385
|
+
*/
|
|
386
|
+
aesEncryption?: boolean;
|
|
387
|
+
/**
|
|
388
|
+
* Specifies whether or not the LDAP traffic needs to be signed.
|
|
389
|
+
*/
|
|
390
|
+
ldapSigning?: boolean;
|
|
391
|
+
/**
|
|
392
|
+
* Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB
|
|
393
|
+
* Continuously available shares for SQL). A list of unique usernames without domain specifier
|
|
394
|
+
*/
|
|
395
|
+
securityOperators?: string[];
|
|
396
|
+
/**
|
|
397
|
+
* Specifies whether or not the LDAP traffic needs to be secured via TLS.
|
|
398
|
+
*/
|
|
399
|
+
ldapOverTLS?: boolean;
|
|
400
|
+
/**
|
|
401
|
+
* If enabled, NFS client local users can also (in addition to LDAP users) access the NFS
|
|
402
|
+
* volumes.
|
|
403
|
+
*/
|
|
404
|
+
allowLocalNfsUsersWithLdap?: boolean;
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* Encryption settings
|
|
408
|
+
*/
|
|
409
|
+
export interface AccountEncryption {
|
|
410
|
+
/**
|
|
411
|
+
* Encryption Key Source. Possible values are: 'Microsoft.NetApp'.
|
|
412
|
+
*/
|
|
413
|
+
keySource?: string;
|
|
414
|
+
}
|
|
415
|
+
/**
|
|
416
|
+
* NetApp account resource
|
|
417
|
+
*/
|
|
418
|
+
export interface NetAppAccount extends BaseResource {
|
|
419
|
+
/**
|
|
420
|
+
* Resource location
|
|
421
|
+
*/
|
|
422
|
+
location: string;
|
|
423
|
+
/**
|
|
424
|
+
* Resource Id
|
|
425
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
426
|
+
*/
|
|
427
|
+
readonly id?: string;
|
|
428
|
+
/**
|
|
429
|
+
* Resource name
|
|
430
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
431
|
+
*/
|
|
432
|
+
readonly name?: string;
|
|
433
|
+
/**
|
|
434
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
435
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
436
|
+
*/
|
|
437
|
+
readonly etag?: string;
|
|
438
|
+
/**
|
|
439
|
+
* Resource type
|
|
440
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
441
|
+
*/
|
|
442
|
+
readonly type?: string;
|
|
443
|
+
/**
|
|
444
|
+
* Resource tags
|
|
445
|
+
*/
|
|
446
|
+
tags?: {
|
|
447
|
+
[propertyName: string]: string;
|
|
448
|
+
};
|
|
449
|
+
/**
|
|
450
|
+
* Azure lifecycle management
|
|
451
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
452
|
+
*/
|
|
453
|
+
readonly provisioningState?: string;
|
|
454
|
+
/**
|
|
455
|
+
* Active Directories
|
|
456
|
+
*/
|
|
457
|
+
activeDirectories?: ActiveDirectory[];
|
|
458
|
+
/**
|
|
459
|
+
* Encryption settings
|
|
460
|
+
*/
|
|
461
|
+
encryption?: AccountEncryption;
|
|
462
|
+
/**
|
|
463
|
+
* The system meta data relating to this resource.
|
|
464
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
465
|
+
*/
|
|
466
|
+
readonly systemData?: SystemData;
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* NetApp account patch resource
|
|
470
|
+
*/
|
|
471
|
+
export interface NetAppAccountPatch extends BaseResource {
|
|
472
|
+
/**
|
|
473
|
+
* Resource location
|
|
474
|
+
*/
|
|
475
|
+
location?: string;
|
|
476
|
+
/**
|
|
477
|
+
* Resource Id
|
|
478
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
479
|
+
*/
|
|
480
|
+
readonly id?: string;
|
|
481
|
+
/**
|
|
482
|
+
* Resource name
|
|
483
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
484
|
+
*/
|
|
485
|
+
readonly name?: string;
|
|
486
|
+
/**
|
|
487
|
+
* Resource type
|
|
488
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
489
|
+
*/
|
|
490
|
+
readonly type?: string;
|
|
491
|
+
/**
|
|
492
|
+
* Resource tags
|
|
493
|
+
*/
|
|
494
|
+
tags?: {
|
|
495
|
+
[propertyName: string]: string;
|
|
496
|
+
};
|
|
497
|
+
/**
|
|
498
|
+
* Azure lifecycle management
|
|
499
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
500
|
+
*/
|
|
501
|
+
readonly provisioningState?: string;
|
|
502
|
+
/**
|
|
503
|
+
* Active Directories
|
|
504
|
+
*/
|
|
505
|
+
activeDirectories?: ActiveDirectory[];
|
|
506
|
+
/**
|
|
507
|
+
* Encryption settings
|
|
508
|
+
*/
|
|
509
|
+
encryption?: AccountEncryption;
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* Capacity pool resource
|
|
513
|
+
*/
|
|
514
|
+
export interface CapacityPool extends BaseResource {
|
|
515
|
+
/**
|
|
516
|
+
* Resource location
|
|
517
|
+
*/
|
|
518
|
+
location: string;
|
|
519
|
+
/**
|
|
520
|
+
* Resource Id
|
|
521
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
522
|
+
*/
|
|
523
|
+
readonly id?: string;
|
|
524
|
+
/**
|
|
525
|
+
* Resource name
|
|
526
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
527
|
+
*/
|
|
528
|
+
readonly name?: string;
|
|
529
|
+
/**
|
|
530
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
531
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
532
|
+
*/
|
|
533
|
+
readonly etag?: string;
|
|
534
|
+
/**
|
|
535
|
+
* Resource type
|
|
536
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
537
|
+
*/
|
|
538
|
+
readonly type?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Resource tags
|
|
541
|
+
*/
|
|
542
|
+
tags?: {
|
|
543
|
+
[propertyName: string]: string;
|
|
544
|
+
};
|
|
545
|
+
/**
|
|
546
|
+
* poolId. UUID v4 used to identify the Pool
|
|
547
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
548
|
+
*/
|
|
549
|
+
readonly poolId?: string;
|
|
550
|
+
/**
|
|
551
|
+
* size. Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must
|
|
552
|
+
* be multiply of 4398046511104).
|
|
553
|
+
*/
|
|
554
|
+
size: number;
|
|
555
|
+
/**
|
|
556
|
+
* serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
|
|
557
|
+
* value: 'Premium'.
|
|
558
|
+
*/
|
|
559
|
+
serviceLevel: ServiceLevel;
|
|
560
|
+
/**
|
|
561
|
+
* Azure lifecycle management
|
|
562
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
563
|
+
*/
|
|
564
|
+
readonly provisioningState?: string;
|
|
565
|
+
/**
|
|
566
|
+
* Total throughput of pool in Mibps
|
|
567
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
568
|
+
*/
|
|
569
|
+
readonly totalThroughputMibps?: number;
|
|
570
|
+
/**
|
|
571
|
+
* Utilized throughput of pool in Mibps
|
|
572
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
573
|
+
*/
|
|
574
|
+
readonly utilizedThroughputMibps?: number;
|
|
575
|
+
/**
|
|
576
|
+
* qosType. The qos type of the pool. Possible values include: 'Auto', 'Manual'. Default value:
|
|
577
|
+
* 'Auto'.
|
|
578
|
+
*/
|
|
579
|
+
qosType?: QosType;
|
|
580
|
+
/**
|
|
581
|
+
* If enabled (true) the pool can contain cool Access enabled volumes. Default value: false.
|
|
582
|
+
*/
|
|
583
|
+
coolAccess?: boolean;
|
|
584
|
+
/**
|
|
585
|
+
* encryptionType. Encryption type of the capacity pool, set encryption type for data at rest for
|
|
586
|
+
* this pool and all volumes in it. This value can only be set when creating new pool. Possible
|
|
587
|
+
* values include: 'Single', 'Double'. Default value: 'Single'.
|
|
588
|
+
*/
|
|
589
|
+
encryptionType?: EncryptionType;
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* Capacity pool patch resource
|
|
593
|
+
*/
|
|
594
|
+
export interface CapacityPoolPatch extends BaseResource {
|
|
595
|
+
/**
|
|
596
|
+
* Resource location
|
|
597
|
+
*/
|
|
598
|
+
location?: string;
|
|
599
|
+
/**
|
|
600
|
+
* Resource Id
|
|
601
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
602
|
+
*/
|
|
603
|
+
readonly id?: string;
|
|
604
|
+
/**
|
|
605
|
+
* Resource name
|
|
606
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
607
|
+
*/
|
|
608
|
+
readonly name?: string;
|
|
609
|
+
/**
|
|
610
|
+
* Resource type
|
|
611
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
612
|
+
*/
|
|
613
|
+
readonly type?: string;
|
|
614
|
+
/**
|
|
615
|
+
* Resource tags
|
|
616
|
+
*/
|
|
617
|
+
tags?: {
|
|
618
|
+
[propertyName: string]: string;
|
|
619
|
+
};
|
|
620
|
+
/**
|
|
621
|
+
* size. Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must
|
|
622
|
+
* be multiply of 4398046511104). Default value: 4398046511104.
|
|
623
|
+
*/
|
|
624
|
+
size?: number;
|
|
625
|
+
/**
|
|
626
|
+
* qosType. The qos type of the pool. Possible values include: 'Auto', 'Manual'. Default value:
|
|
627
|
+
* 'Auto'.
|
|
628
|
+
*/
|
|
629
|
+
qosType?: QosType;
|
|
630
|
+
}
|
|
631
|
+
/**
|
|
632
|
+
* Volume Export Policy Rule
|
|
633
|
+
*/
|
|
634
|
+
export interface ExportPolicyRule {
|
|
635
|
+
/**
|
|
636
|
+
* Order index
|
|
637
|
+
*/
|
|
638
|
+
ruleIndex?: number;
|
|
639
|
+
/**
|
|
640
|
+
* Read only access
|
|
641
|
+
*/
|
|
642
|
+
unixReadOnly?: boolean;
|
|
643
|
+
/**
|
|
644
|
+
* Read and write access
|
|
645
|
+
*/
|
|
646
|
+
unixReadWrite?: boolean;
|
|
647
|
+
/**
|
|
648
|
+
* Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later. Default value:
|
|
649
|
+
* false.
|
|
650
|
+
*/
|
|
651
|
+
kerberos5ReadOnly?: boolean;
|
|
652
|
+
/**
|
|
653
|
+
* Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later. Default
|
|
654
|
+
* value: false.
|
|
655
|
+
*/
|
|
656
|
+
kerberos5ReadWrite?: boolean;
|
|
657
|
+
/**
|
|
658
|
+
* Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later. Default
|
|
659
|
+
* value: false.
|
|
660
|
+
*/
|
|
661
|
+
kerberos5iReadOnly?: boolean;
|
|
662
|
+
/**
|
|
663
|
+
* Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later. Default
|
|
664
|
+
* value: false.
|
|
665
|
+
*/
|
|
666
|
+
kerberos5iReadWrite?: boolean;
|
|
667
|
+
/**
|
|
668
|
+
* Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later. Default
|
|
669
|
+
* value: false.
|
|
670
|
+
*/
|
|
671
|
+
kerberos5pReadOnly?: boolean;
|
|
672
|
+
/**
|
|
673
|
+
* Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later. Default
|
|
674
|
+
* value: false.
|
|
675
|
+
*/
|
|
676
|
+
kerberos5pReadWrite?: boolean;
|
|
677
|
+
/**
|
|
678
|
+
* Allows CIFS protocol
|
|
679
|
+
*/
|
|
680
|
+
cifs?: boolean;
|
|
681
|
+
/**
|
|
682
|
+
* Allows NFSv3 protocol. Enable only for NFSv3 type volumes
|
|
683
|
+
*/
|
|
684
|
+
nfsv3?: boolean;
|
|
685
|
+
/**
|
|
686
|
+
* Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
|
|
687
|
+
*/
|
|
688
|
+
nfsv41?: boolean;
|
|
689
|
+
/**
|
|
690
|
+
* Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses
|
|
691
|
+
* and host names
|
|
692
|
+
*/
|
|
693
|
+
allowedClients?: string;
|
|
694
|
+
/**
|
|
695
|
+
* Has root access to volume. Default value: true.
|
|
696
|
+
*/
|
|
697
|
+
hasRootAccess?: boolean;
|
|
698
|
+
/**
|
|
699
|
+
* This parameter specifies who is authorized to change the ownership of a file. restricted -
|
|
700
|
+
* Only root user can change the ownership of the file. unrestricted - Non-root users can change
|
|
701
|
+
* ownership of files that they own. Possible values include: 'Restricted', 'Unrestricted'.
|
|
702
|
+
* Default value: 'Restricted'.
|
|
703
|
+
*/
|
|
704
|
+
chownMode?: ChownMode;
|
|
705
|
+
}
|
|
706
|
+
/**
|
|
707
|
+
* Set of export policy rules
|
|
708
|
+
* @summary exportPolicy
|
|
709
|
+
*/
|
|
710
|
+
export interface VolumePropertiesExportPolicy {
|
|
711
|
+
/**
|
|
712
|
+
* Export policy rule. Export policy rule
|
|
713
|
+
*/
|
|
714
|
+
rules?: ExportPolicyRule[];
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* Mount target properties
|
|
718
|
+
*/
|
|
719
|
+
export interface MountTargetProperties {
|
|
720
|
+
/**
|
|
721
|
+
* mountTargetId. UUID v4 used to identify the MountTarget
|
|
722
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
723
|
+
*/
|
|
724
|
+
readonly mountTargetId?: string;
|
|
725
|
+
/**
|
|
726
|
+
* fileSystemId. UUID v4 used to identify the MountTarget
|
|
727
|
+
*/
|
|
728
|
+
fileSystemId: string;
|
|
729
|
+
/**
|
|
730
|
+
* ipAddress. The mount target's IPv4 address
|
|
731
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
732
|
+
*/
|
|
733
|
+
readonly ipAddress?: string;
|
|
734
|
+
/**
|
|
735
|
+
* smbServerFQDN. The SMB server's Fully Qualified Domain Name, FQDN
|
|
736
|
+
*/
|
|
737
|
+
smbServerFqdn?: string;
|
|
738
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
* Volume Backup Properties
|
|
741
|
+
*/
|
|
742
|
+
export interface VolumeBackupProperties {
|
|
743
|
+
/**
|
|
744
|
+
* Backup Policy Resource ID
|
|
745
|
+
*/
|
|
746
|
+
backupPolicyId?: string;
|
|
747
|
+
/**
|
|
748
|
+
* Policy Enforced
|
|
749
|
+
*/
|
|
750
|
+
policyEnforced?: boolean;
|
|
751
|
+
/**
|
|
752
|
+
* Vault Resource ID
|
|
753
|
+
*/
|
|
754
|
+
vaultId?: string;
|
|
755
|
+
/**
|
|
756
|
+
* Backup Enabled
|
|
757
|
+
*/
|
|
758
|
+
backupEnabled?: boolean;
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* Replication properties
|
|
762
|
+
*/
|
|
763
|
+
export interface ReplicationObject {
|
|
764
|
+
/**
|
|
765
|
+
* Id
|
|
766
|
+
*/
|
|
767
|
+
replicationId?: string;
|
|
768
|
+
/**
|
|
769
|
+
* Indicates whether the local volume is the source or destination for the Volume Replication.
|
|
770
|
+
* Possible values include: 'src', 'dst'
|
|
771
|
+
*/
|
|
772
|
+
endpointType?: EndpointType;
|
|
773
|
+
/**
|
|
774
|
+
* Schedule. Possible values include: '_10minutely', 'hourly', 'daily'
|
|
775
|
+
*/
|
|
776
|
+
replicationSchedule?: ReplicationSchedule;
|
|
777
|
+
/**
|
|
778
|
+
* The resource ID of the remote volume.
|
|
779
|
+
*/
|
|
780
|
+
remoteVolumeResourceId: string;
|
|
781
|
+
/**
|
|
782
|
+
* The remote region for the other end of the Volume Replication.
|
|
783
|
+
*/
|
|
784
|
+
remoteVolumeRegion?: string;
|
|
785
|
+
}
|
|
786
|
+
/**
|
|
787
|
+
* Volume Snapshot Properties
|
|
788
|
+
*/
|
|
789
|
+
export interface VolumeSnapshotProperties {
|
|
790
|
+
/**
|
|
791
|
+
* Snapshot Policy ResourceId
|
|
792
|
+
*/
|
|
793
|
+
snapshotPolicyId?: string;
|
|
794
|
+
}
|
|
795
|
+
/**
|
|
796
|
+
* DataProtection type volumes include an object containing details of the replication
|
|
797
|
+
* @summary DataProtection
|
|
798
|
+
*/
|
|
799
|
+
export interface VolumePropertiesDataProtection {
|
|
800
|
+
/**
|
|
801
|
+
* Backup. Backup Properties
|
|
802
|
+
*/
|
|
803
|
+
backup?: VolumeBackupProperties;
|
|
804
|
+
/**
|
|
805
|
+
* Replication. Replication properties
|
|
806
|
+
*/
|
|
807
|
+
replication?: ReplicationObject;
|
|
808
|
+
/**
|
|
809
|
+
* Snapshot. Snapshot properties.
|
|
810
|
+
*/
|
|
811
|
+
snapshot?: VolumeSnapshotProperties;
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
* Volume resource
|
|
815
|
+
*/
|
|
816
|
+
export interface Volume extends BaseResource {
|
|
817
|
+
/**
|
|
818
|
+
* Resource location
|
|
819
|
+
*/
|
|
820
|
+
location: string;
|
|
821
|
+
/**
|
|
822
|
+
* Resource Id
|
|
823
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
824
|
+
*/
|
|
825
|
+
readonly id?: string;
|
|
826
|
+
/**
|
|
827
|
+
* Resource name
|
|
828
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
829
|
+
*/
|
|
830
|
+
readonly name?: string;
|
|
831
|
+
/**
|
|
832
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
833
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
834
|
+
*/
|
|
835
|
+
readonly etag?: string;
|
|
836
|
+
/**
|
|
837
|
+
* Resource type
|
|
838
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
839
|
+
*/
|
|
840
|
+
readonly type?: string;
|
|
841
|
+
/**
|
|
842
|
+
* Resource tags
|
|
843
|
+
*/
|
|
844
|
+
tags?: {
|
|
845
|
+
[propertyName: string]: string;
|
|
846
|
+
};
|
|
847
|
+
/**
|
|
848
|
+
* FileSystem ID. Unique FileSystem Identifier.
|
|
849
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
850
|
+
*/
|
|
851
|
+
readonly fileSystemId?: string;
|
|
852
|
+
/**
|
|
853
|
+
* Creation Token or File Path. A unique file path for the volume. Used when creating mount
|
|
854
|
+
* targets
|
|
855
|
+
*/
|
|
856
|
+
creationToken: string;
|
|
857
|
+
/**
|
|
858
|
+
* serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
|
|
859
|
+
* value: 'Premium'.
|
|
860
|
+
*/
|
|
861
|
+
serviceLevel?: ServiceLevel;
|
|
862
|
+
/**
|
|
863
|
+
* usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
|
|
864
|
+
* used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
|
|
865
|
+
* Default value: 107374182400.
|
|
866
|
+
*/
|
|
867
|
+
usageThreshold: number;
|
|
868
|
+
/**
|
|
869
|
+
* exportPolicy. Set of export policy rules
|
|
870
|
+
*/
|
|
871
|
+
exportPolicy?: VolumePropertiesExportPolicy;
|
|
872
|
+
/**
|
|
873
|
+
* protocolTypes. Set of protocol types, default NFSv3, CIFS for SMB protocol
|
|
874
|
+
*/
|
|
875
|
+
protocolTypes?: string[];
|
|
876
|
+
/**
|
|
877
|
+
* Azure lifecycle management
|
|
878
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
879
|
+
*/
|
|
880
|
+
readonly provisioningState?: string;
|
|
881
|
+
/**
|
|
882
|
+
* Snapshot ID. UUID v4 or resource identifier used to identify the Snapshot.
|
|
883
|
+
*/
|
|
884
|
+
snapshotId?: string;
|
|
885
|
+
/**
|
|
886
|
+
* Backup ID. UUID v4 or resource identifier used to identify the Backup.
|
|
887
|
+
*/
|
|
888
|
+
backupId?: string;
|
|
889
|
+
/**
|
|
890
|
+
* Baremetal Tenant ID. Unique Baremetal Tenant Identifier.
|
|
891
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
892
|
+
*/
|
|
893
|
+
readonly baremetalTenantId?: string;
|
|
894
|
+
/**
|
|
895
|
+
* The Azure Resource URI for a delegated subnet. Must have the delegation
|
|
896
|
+
* Microsoft.NetApp/volumes
|
|
897
|
+
*/
|
|
898
|
+
subnetId: string;
|
|
899
|
+
/**
|
|
900
|
+
* Network features. Basic network, or Standard features available to the volume. Possible values
|
|
901
|
+
* include: 'Basic', 'Standard'. Default value: 'Basic'.
|
|
902
|
+
*/
|
|
903
|
+
networkFeatures?: NetworkFeatures;
|
|
904
|
+
/**
|
|
905
|
+
* Network Sibling Set ID. Network Sibling Set ID for the the group of volumes sharing networking
|
|
906
|
+
* resources.
|
|
907
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
908
|
+
*/
|
|
909
|
+
readonly networkSiblingSetId?: string;
|
|
910
|
+
/**
|
|
911
|
+
* Storage to Network Proximity. Provides storage to network proximity information for the
|
|
912
|
+
* volume. Possible values include: 'Default', 'T1', 'T2'
|
|
913
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
914
|
+
*/
|
|
915
|
+
readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
|
|
916
|
+
/**
|
|
917
|
+
* mountTargets. List of mount targets
|
|
918
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
919
|
+
*/
|
|
920
|
+
readonly mountTargets?: MountTargetProperties[];
|
|
921
|
+
/**
|
|
922
|
+
* What type of volume is this. For destination volumes in Cross Region Replication, set type to
|
|
923
|
+
* DataProtection
|
|
924
|
+
*/
|
|
925
|
+
volumeType?: string;
|
|
926
|
+
/**
|
|
927
|
+
* DataProtection. DataProtection type volumes include an object containing details of the
|
|
928
|
+
* replication
|
|
929
|
+
*/
|
|
930
|
+
dataProtection?: VolumePropertiesDataProtection;
|
|
931
|
+
/**
|
|
932
|
+
* Restoring
|
|
933
|
+
*/
|
|
934
|
+
isRestoring?: boolean;
|
|
935
|
+
/**
|
|
936
|
+
* If enabled (true) the volume will contain a read-only snapshot directory which provides access
|
|
937
|
+
* to each of the volume's snapshots (default to true). Default value: true.
|
|
938
|
+
*/
|
|
939
|
+
snapshotDirectoryVisible?: boolean;
|
|
940
|
+
/**
|
|
941
|
+
* Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later.
|
|
942
|
+
* Default value: false.
|
|
943
|
+
*/
|
|
944
|
+
kerberosEnabled?: boolean;
|
|
945
|
+
/**
|
|
946
|
+
* The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS
|
|
947
|
+
* protocol. Possible values include: 'ntfs', 'unix'. Default value: 'unix'.
|
|
948
|
+
*/
|
|
949
|
+
securityStyle?: SecurityStyle;
|
|
950
|
+
/**
|
|
951
|
+
* Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be
|
|
952
|
+
* used with swagger version 2020-08-01 or later. Default value: false.
|
|
953
|
+
*/
|
|
954
|
+
smbEncryption?: boolean;
|
|
955
|
+
/**
|
|
956
|
+
* Enables continuously available share property for smb volume. Only applicable for SMB volume.
|
|
957
|
+
* Default value: false.
|
|
958
|
+
*/
|
|
959
|
+
smbContinuouslyAvailable?: boolean;
|
|
960
|
+
/**
|
|
961
|
+
* Maximum throughput in Mibps that can be achieved by this volume. Default value: 0.
|
|
962
|
+
*/
|
|
963
|
+
throughputMibps?: number;
|
|
964
|
+
/**
|
|
965
|
+
* Encryption Key Source. Possible values are: 'Microsoft.NetApp'
|
|
966
|
+
*/
|
|
967
|
+
encryptionKeySource?: string;
|
|
968
|
+
/**
|
|
969
|
+
* Specifies whether LDAP is enabled or not for a given NFS volume. Default value: false.
|
|
970
|
+
*/
|
|
971
|
+
ldapEnabled?: boolean;
|
|
972
|
+
/**
|
|
973
|
+
* Specifies whether Cool Access(tiering) is enabled for the volume. Default value: false.
|
|
974
|
+
*/
|
|
975
|
+
coolAccess?: boolean;
|
|
976
|
+
/**
|
|
977
|
+
* Specifies the number of days after which data that is not accessed by clients will be tiered.
|
|
978
|
+
*/
|
|
979
|
+
coolnessPeriod?: number;
|
|
980
|
+
/**
|
|
981
|
+
* UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set
|
|
982
|
+
* user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for
|
|
983
|
+
* the owner of the file: read (4), write (2) and execute (1). Third selects permissions for
|
|
984
|
+
* other users in the same group. the fourth for other users not in the group. 0755 - gives
|
|
985
|
+
* read/write/execute permissions to owner and read/execute to group and other users. Default
|
|
986
|
+
* value: '0770'.
|
|
987
|
+
*/
|
|
988
|
+
unixPermissions?: string;
|
|
989
|
+
/**
|
|
990
|
+
* When a volume is being restored from another volume's snapshot, will show the percentage
|
|
991
|
+
* completion of this cloning process. When this value is empty/null there is no cloning process
|
|
992
|
+
* currently happening on this volume. This value will update every 5 minutes during cloning.
|
|
993
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
994
|
+
*/
|
|
995
|
+
readonly cloneProgress?: number;
|
|
996
|
+
/**
|
|
997
|
+
* avsDataStore. Specifies whether the volume is enabled for Azure VMware Solution (AVS)
|
|
998
|
+
* datastore purpose. Possible values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.
|
|
999
|
+
*/
|
|
1000
|
+
avsDataStore?: AvsDataStore;
|
|
1001
|
+
/**
|
|
1002
|
+
* Specifies if default quota is enabled for the volume. Default value: false.
|
|
1003
|
+
*/
|
|
1004
|
+
isDefaultQuotaEnabled?: boolean;
|
|
1005
|
+
/**
|
|
1006
|
+
* Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
|
|
1007
|
+
* KiBs applies . Default value: 0.
|
|
1008
|
+
*/
|
|
1009
|
+
defaultUserQuotaInKiBs?: number;
|
|
1010
|
+
/**
|
|
1011
|
+
* Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
|
|
1012
|
+
* 4 KiBs applies. Default value: 0.
|
|
1013
|
+
*/
|
|
1014
|
+
defaultGroupQuotaInKiBs?: number;
|
|
1015
|
+
}
|
|
1016
|
+
/**
|
|
1017
|
+
* Identity for the resource.
|
|
1018
|
+
*/
|
|
1019
|
+
export interface ResourceIdentity {
|
|
1020
|
+
/**
|
|
1021
|
+
* Object id of the identity resource
|
|
1022
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1023
|
+
*/
|
|
1024
|
+
readonly principalId?: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* The tenant id of the resource
|
|
1027
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1028
|
+
*/
|
|
1029
|
+
readonly tenantId?: string;
|
|
1030
|
+
/**
|
|
1031
|
+
* Type of Identity. Supported values are: 'None', 'SystemAssigned'
|
|
1032
|
+
*/
|
|
1033
|
+
type?: string;
|
|
1034
|
+
}
|
|
1035
|
+
/**
|
|
1036
|
+
* Replication status
|
|
1037
|
+
*/
|
|
1038
|
+
export interface ReplicationStatus {
|
|
1039
|
+
/**
|
|
1040
|
+
* Replication health check
|
|
1041
|
+
*/
|
|
1042
|
+
healthy?: boolean;
|
|
1043
|
+
/**
|
|
1044
|
+
* Status of the mirror relationship. Possible values include: 'Idle', 'Transferring'
|
|
1045
|
+
*/
|
|
1046
|
+
relationshipStatus?: RelationshipStatus;
|
|
1047
|
+
/**
|
|
1048
|
+
* The status of the replication. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
|
|
1049
|
+
*/
|
|
1050
|
+
mirrorState?: MirrorState;
|
|
1051
|
+
/**
|
|
1052
|
+
* The progress of the replication
|
|
1053
|
+
*/
|
|
1054
|
+
totalProgress?: string;
|
|
1055
|
+
/**
|
|
1056
|
+
* Displays error message if the replication is in an error state
|
|
1057
|
+
*/
|
|
1058
|
+
errorMessage?: string;
|
|
1059
|
+
}
|
|
1060
|
+
/**
|
|
1061
|
+
* Set of export policy rules
|
|
1062
|
+
* @summary exportPolicy
|
|
1063
|
+
*/
|
|
1064
|
+
export interface VolumePatchPropertiesExportPolicy {
|
|
1065
|
+
/**
|
|
1066
|
+
* Export policy rule. Export policy rule
|
|
1067
|
+
*/
|
|
1068
|
+
rules?: ExportPolicyRule[];
|
|
1069
|
+
}
|
|
1070
|
+
/**
|
|
1071
|
+
* DataProtection type volumes include an object containing details of the replication
|
|
1072
|
+
* @summary DataProtection
|
|
1073
|
+
*/
|
|
1074
|
+
export interface VolumePatchPropertiesDataProtection {
|
|
1075
|
+
/**
|
|
1076
|
+
* Backup. Backup Properties
|
|
1077
|
+
*/
|
|
1078
|
+
backup?: VolumeBackupProperties;
|
|
1079
|
+
/**
|
|
1080
|
+
* Snapshot. Snapshot properties.
|
|
1081
|
+
*/
|
|
1082
|
+
snapshot?: VolumeSnapshotProperties;
|
|
1083
|
+
}
|
|
1084
|
+
/**
|
|
1085
|
+
* Volume patch resource
|
|
1086
|
+
*/
|
|
1087
|
+
export interface VolumePatch extends BaseResource {
|
|
1088
|
+
/**
|
|
1089
|
+
* Resource location
|
|
1090
|
+
*/
|
|
1091
|
+
location?: string;
|
|
1092
|
+
/**
|
|
1093
|
+
* Resource Id
|
|
1094
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1095
|
+
*/
|
|
1096
|
+
readonly id?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* Resource name
|
|
1099
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1100
|
+
*/
|
|
1101
|
+
readonly name?: string;
|
|
1102
|
+
/**
|
|
1103
|
+
* Resource type
|
|
1104
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1105
|
+
*/
|
|
1106
|
+
readonly type?: string;
|
|
1107
|
+
/**
|
|
1108
|
+
* Resource tags
|
|
1109
|
+
*/
|
|
1110
|
+
tags?: {
|
|
1111
|
+
[propertyName: string]: string;
|
|
1112
|
+
};
|
|
1113
|
+
/**
|
|
1114
|
+
* serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
|
|
1115
|
+
* value: 'Premium'.
|
|
1116
|
+
*/
|
|
1117
|
+
serviceLevel?: ServiceLevel;
|
|
1118
|
+
/**
|
|
1119
|
+
* usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
|
|
1120
|
+
* used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
|
|
1121
|
+
* Default value: 107374182400.
|
|
1122
|
+
*/
|
|
1123
|
+
usageThreshold?: number;
|
|
1124
|
+
/**
|
|
1125
|
+
* exportPolicy. Set of export policy rules
|
|
1126
|
+
*/
|
|
1127
|
+
exportPolicy?: VolumePatchPropertiesExportPolicy;
|
|
1128
|
+
/**
|
|
1129
|
+
* Maximum throughput in Mibps that can be achieved by this volume.
|
|
1130
|
+
*/
|
|
1131
|
+
throughputMibps?: number;
|
|
1132
|
+
/**
|
|
1133
|
+
* DataProtection. DataProtection type volumes include an object containing details of the
|
|
1134
|
+
* replication
|
|
1135
|
+
*/
|
|
1136
|
+
dataProtection?: VolumePatchPropertiesDataProtection;
|
|
1137
|
+
/**
|
|
1138
|
+
* Specifies if default quota is enabled for the volume. Default value: false.
|
|
1139
|
+
*/
|
|
1140
|
+
isDefaultQuotaEnabled?: boolean;
|
|
1141
|
+
/**
|
|
1142
|
+
* Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
|
|
1143
|
+
* KiBs applies . Default value: 0.
|
|
1144
|
+
*/
|
|
1145
|
+
defaultUserQuotaInKiBs?: number;
|
|
1146
|
+
/**
|
|
1147
|
+
* Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
|
|
1148
|
+
* 4 KiBs applies. Default value: 0.
|
|
1149
|
+
*/
|
|
1150
|
+
defaultGroupQuotaInKiBs?: number;
|
|
1151
|
+
}
|
|
1152
|
+
/**
|
|
1153
|
+
* Mount Target
|
|
1154
|
+
*/
|
|
1155
|
+
export interface MountTarget {
|
|
1156
|
+
/**
|
|
1157
|
+
* Resource location
|
|
1158
|
+
*/
|
|
1159
|
+
location: string;
|
|
1160
|
+
/**
|
|
1161
|
+
* Resource Id
|
|
1162
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1163
|
+
*/
|
|
1164
|
+
readonly id?: string;
|
|
1165
|
+
/**
|
|
1166
|
+
* Resource name
|
|
1167
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1168
|
+
*/
|
|
1169
|
+
readonly name?: string;
|
|
1170
|
+
/**
|
|
1171
|
+
* Resource type
|
|
1172
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1173
|
+
*/
|
|
1174
|
+
readonly type?: string;
|
|
1175
|
+
/**
|
|
1176
|
+
* Resource tags
|
|
1177
|
+
*/
|
|
1178
|
+
tags?: {
|
|
1179
|
+
[propertyName: string]: string;
|
|
1180
|
+
};
|
|
1181
|
+
/**
|
|
1182
|
+
* mountTargetId. UUID v4 used to identify the MountTarget
|
|
1183
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1184
|
+
*/
|
|
1185
|
+
readonly mountTargetId?: string;
|
|
1186
|
+
/**
|
|
1187
|
+
* fileSystemId. UUID v4 used to identify the MountTarget
|
|
1188
|
+
*/
|
|
1189
|
+
fileSystemId: string;
|
|
1190
|
+
/**
|
|
1191
|
+
* ipAddress. The mount target's IPv4 address
|
|
1192
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1193
|
+
*/
|
|
1194
|
+
readonly ipAddress?: string;
|
|
1195
|
+
/**
|
|
1196
|
+
* smbServerFQDN. The SMB server's Fully Qualified Domain Name, FQDN
|
|
1197
|
+
*/
|
|
1198
|
+
smbServerFqdn?: string;
|
|
1199
|
+
}
|
|
1200
|
+
/**
|
|
1201
|
+
* Snapshot of a Volume
|
|
1202
|
+
*/
|
|
1203
|
+
export interface Snapshot extends BaseResource {
|
|
1204
|
+
/**
|
|
1205
|
+
* Resource location
|
|
1206
|
+
*/
|
|
1207
|
+
location: string;
|
|
1208
|
+
/**
|
|
1209
|
+
* Resource Id
|
|
1210
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1211
|
+
*/
|
|
1212
|
+
readonly id?: string;
|
|
1213
|
+
/**
|
|
1214
|
+
* Resource name
|
|
1215
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1216
|
+
*/
|
|
1217
|
+
readonly name?: string;
|
|
1218
|
+
/**
|
|
1219
|
+
* Resource type
|
|
1220
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1221
|
+
*/
|
|
1222
|
+
readonly type?: string;
|
|
1223
|
+
/**
|
|
1224
|
+
* snapshotId. UUID v4 used to identify the Snapshot
|
|
1225
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1226
|
+
*/
|
|
1227
|
+
readonly snapshotId?: string;
|
|
1228
|
+
/**
|
|
1229
|
+
* name. The creation date of the snapshot
|
|
1230
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1231
|
+
*/
|
|
1232
|
+
readonly created?: Date;
|
|
1233
|
+
/**
|
|
1234
|
+
* Azure lifecycle management
|
|
1235
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1236
|
+
*/
|
|
1237
|
+
readonly provisioningState?: string;
|
|
1238
|
+
}
|
|
1239
|
+
/**
|
|
1240
|
+
* Hourly Schedule properties
|
|
1241
|
+
*/
|
|
1242
|
+
export interface HourlySchedule {
|
|
1243
|
+
/**
|
|
1244
|
+
* Hourly snapshot count to keep
|
|
1245
|
+
*/
|
|
1246
|
+
snapshotsToKeep?: number;
|
|
1247
|
+
/**
|
|
1248
|
+
* Indicates which minute snapshot should be taken
|
|
1249
|
+
*/
|
|
1250
|
+
minute?: number;
|
|
1251
|
+
/**
|
|
1252
|
+
* Resource size in bytes, current storage usage for the volume in bytes
|
|
1253
|
+
*/
|
|
1254
|
+
usedBytes?: number;
|
|
1255
|
+
}
|
|
1256
|
+
/**
|
|
1257
|
+
* Daily Schedule properties
|
|
1258
|
+
*/
|
|
1259
|
+
export interface DailySchedule {
|
|
1260
|
+
/**
|
|
1261
|
+
* Daily snapshot count to keep
|
|
1262
|
+
*/
|
|
1263
|
+
snapshotsToKeep?: number;
|
|
1264
|
+
/**
|
|
1265
|
+
* Indicates which hour in UTC timezone a snapshot should be taken
|
|
1266
|
+
*/
|
|
1267
|
+
hour?: number;
|
|
1268
|
+
/**
|
|
1269
|
+
* Indicates which minute snapshot should be taken
|
|
1270
|
+
*/
|
|
1271
|
+
minute?: number;
|
|
1272
|
+
/**
|
|
1273
|
+
* Resource size in bytes, current storage usage for the volume in bytes
|
|
1274
|
+
*/
|
|
1275
|
+
usedBytes?: number;
|
|
1276
|
+
}
|
|
1277
|
+
/**
|
|
1278
|
+
* Weekly Schedule properties, make a snapshot every week at a specific day or days
|
|
1279
|
+
*/
|
|
1280
|
+
export interface WeeklySchedule {
|
|
1281
|
+
/**
|
|
1282
|
+
* Weekly snapshot count to keep
|
|
1283
|
+
*/
|
|
1284
|
+
snapshotsToKeep?: number;
|
|
1285
|
+
/**
|
|
1286
|
+
* Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day
|
|
1287
|
+
* names in english
|
|
1288
|
+
*/
|
|
1289
|
+
day?: string;
|
|
1290
|
+
/**
|
|
1291
|
+
* Indicates which hour in UTC timezone a snapshot should be taken
|
|
1292
|
+
*/
|
|
1293
|
+
hour?: number;
|
|
1294
|
+
/**
|
|
1295
|
+
* Indicates which minute snapshot should be taken
|
|
1296
|
+
*/
|
|
1297
|
+
minute?: number;
|
|
1298
|
+
/**
|
|
1299
|
+
* Resource size in bytes, current storage usage for the volume in bytes
|
|
1300
|
+
*/
|
|
1301
|
+
usedBytes?: number;
|
|
1302
|
+
}
|
|
1303
|
+
/**
|
|
1304
|
+
* Monthly Schedule properties
|
|
1305
|
+
*/
|
|
1306
|
+
export interface MonthlySchedule {
|
|
1307
|
+
/**
|
|
1308
|
+
* Monthly snapshot count to keep
|
|
1309
|
+
*/
|
|
1310
|
+
snapshotsToKeep?: number;
|
|
1311
|
+
/**
|
|
1312
|
+
* Indicates which days of the month snapshot should be taken. A comma delimited string.
|
|
1313
|
+
*/
|
|
1314
|
+
daysOfMonth?: string;
|
|
1315
|
+
/**
|
|
1316
|
+
* Indicates which hour in UTC timezone a snapshot should be taken
|
|
1317
|
+
*/
|
|
1318
|
+
hour?: number;
|
|
1319
|
+
/**
|
|
1320
|
+
* Indicates which minute snapshot should be taken
|
|
1321
|
+
*/
|
|
1322
|
+
minute?: number;
|
|
1323
|
+
/**
|
|
1324
|
+
* Resource size in bytes, current storage usage for the volume in bytes
|
|
1325
|
+
*/
|
|
1326
|
+
usedBytes?: number;
|
|
1327
|
+
}
|
|
1328
|
+
/**
|
|
1329
|
+
* Snapshot policy information
|
|
1330
|
+
*/
|
|
1331
|
+
export interface SnapshotPolicy extends BaseResource {
|
|
1332
|
+
/**
|
|
1333
|
+
* Resource location
|
|
1334
|
+
*/
|
|
1335
|
+
location: string;
|
|
1336
|
+
/**
|
|
1337
|
+
* Resource Id
|
|
1338
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1339
|
+
*/
|
|
1340
|
+
readonly id?: string;
|
|
1341
|
+
/**
|
|
1342
|
+
* Resource name
|
|
1343
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1344
|
+
*/
|
|
1345
|
+
readonly name?: string;
|
|
1346
|
+
/**
|
|
1347
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
1348
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1349
|
+
*/
|
|
1350
|
+
readonly etag?: string;
|
|
1351
|
+
/**
|
|
1352
|
+
* Resource type
|
|
1353
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1354
|
+
*/
|
|
1355
|
+
readonly type?: string;
|
|
1356
|
+
/**
|
|
1357
|
+
* Resource tags
|
|
1358
|
+
*/
|
|
1359
|
+
tags?: {
|
|
1360
|
+
[propertyName: string]: string;
|
|
1361
|
+
};
|
|
1362
|
+
/**
|
|
1363
|
+
* hourlySchedule. Schedule for hourly snapshots
|
|
1364
|
+
*/
|
|
1365
|
+
hourlySchedule?: HourlySchedule;
|
|
1366
|
+
/**
|
|
1367
|
+
* dailySchedule. Schedule for daily snapshots
|
|
1368
|
+
*/
|
|
1369
|
+
dailySchedule?: DailySchedule;
|
|
1370
|
+
/**
|
|
1371
|
+
* weeklySchedule. Schedule for weekly snapshots
|
|
1372
|
+
*/
|
|
1373
|
+
weeklySchedule?: WeeklySchedule;
|
|
1374
|
+
/**
|
|
1375
|
+
* monthlySchedule. Schedule for monthly snapshots
|
|
1376
|
+
*/
|
|
1377
|
+
monthlySchedule?: MonthlySchedule;
|
|
1378
|
+
/**
|
|
1379
|
+
* The property to decide policy is enabled or not
|
|
1380
|
+
*/
|
|
1381
|
+
enabled?: boolean;
|
|
1382
|
+
/**
|
|
1383
|
+
* Azure lifecycle management
|
|
1384
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1385
|
+
*/
|
|
1386
|
+
readonly provisioningState?: string;
|
|
1387
|
+
}
|
|
1388
|
+
/**
|
|
1389
|
+
* Snapshot policy properties
|
|
1390
|
+
*/
|
|
1391
|
+
export interface SnapshotPolicyDetails {
|
|
1392
|
+
/**
|
|
1393
|
+
* Resource location
|
|
1394
|
+
*/
|
|
1395
|
+
location?: string;
|
|
1396
|
+
/**
|
|
1397
|
+
* Resource Id
|
|
1398
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1399
|
+
*/
|
|
1400
|
+
readonly id?: string;
|
|
1401
|
+
/**
|
|
1402
|
+
* Resource name
|
|
1403
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1404
|
+
*/
|
|
1405
|
+
readonly name?: string;
|
|
1406
|
+
/**
|
|
1407
|
+
* Resource type
|
|
1408
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1409
|
+
*/
|
|
1410
|
+
readonly type?: string;
|
|
1411
|
+
/**
|
|
1412
|
+
* Resource tags
|
|
1413
|
+
*/
|
|
1414
|
+
tags?: {
|
|
1415
|
+
[propertyName: string]: string;
|
|
1416
|
+
};
|
|
1417
|
+
/**
|
|
1418
|
+
* hourlySchedule. Schedule for hourly snapshots
|
|
1419
|
+
*/
|
|
1420
|
+
hourlySchedule?: HourlySchedule;
|
|
1421
|
+
/**
|
|
1422
|
+
* dailySchedule. Schedule for daily snapshots
|
|
1423
|
+
*/
|
|
1424
|
+
dailySchedule?: DailySchedule;
|
|
1425
|
+
/**
|
|
1426
|
+
* weeklySchedule. Schedule for weekly snapshots
|
|
1427
|
+
*/
|
|
1428
|
+
weeklySchedule?: WeeklySchedule;
|
|
1429
|
+
/**
|
|
1430
|
+
* monthlySchedule. Schedule for monthly snapshots
|
|
1431
|
+
*/
|
|
1432
|
+
monthlySchedule?: MonthlySchedule;
|
|
1433
|
+
/**
|
|
1434
|
+
* The property to decide policy is enabled or not
|
|
1435
|
+
*/
|
|
1436
|
+
enabled?: boolean;
|
|
1437
|
+
/**
|
|
1438
|
+
* Azure lifecycle management
|
|
1439
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1440
|
+
*/
|
|
1441
|
+
readonly provisioningState?: string;
|
|
1442
|
+
}
|
|
1443
|
+
/**
|
|
1444
|
+
* Snapshot policy Details for create and update
|
|
1445
|
+
*/
|
|
1446
|
+
export interface SnapshotPolicyPatch {
|
|
1447
|
+
/**
|
|
1448
|
+
* Resource location
|
|
1449
|
+
*/
|
|
1450
|
+
location?: string;
|
|
1451
|
+
/**
|
|
1452
|
+
* Resource Id
|
|
1453
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1454
|
+
*/
|
|
1455
|
+
readonly id?: string;
|
|
1456
|
+
/**
|
|
1457
|
+
* Resource name
|
|
1458
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1459
|
+
*/
|
|
1460
|
+
readonly name?: string;
|
|
1461
|
+
/**
|
|
1462
|
+
* Resource type
|
|
1463
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1464
|
+
*/
|
|
1465
|
+
readonly type?: string;
|
|
1466
|
+
/**
|
|
1467
|
+
* Resource tags
|
|
1468
|
+
*/
|
|
1469
|
+
tags?: {
|
|
1470
|
+
[propertyName: string]: string;
|
|
1471
|
+
};
|
|
1472
|
+
/**
|
|
1473
|
+
* hourlySchedule. Schedule for hourly snapshots
|
|
1474
|
+
*/
|
|
1475
|
+
hourlySchedule?: HourlySchedule;
|
|
1476
|
+
/**
|
|
1477
|
+
* dailySchedule. Schedule for daily snapshots
|
|
1478
|
+
*/
|
|
1479
|
+
dailySchedule?: DailySchedule;
|
|
1480
|
+
/**
|
|
1481
|
+
* weeklySchedule. Schedule for weekly snapshots
|
|
1482
|
+
*/
|
|
1483
|
+
weeklySchedule?: WeeklySchedule;
|
|
1484
|
+
/**
|
|
1485
|
+
* monthlySchedule. Schedule for monthly snapshots
|
|
1486
|
+
*/
|
|
1487
|
+
monthlySchedule?: MonthlySchedule;
|
|
1488
|
+
/**
|
|
1489
|
+
* The property to decide policy is enabled or not
|
|
1490
|
+
*/
|
|
1491
|
+
enabled?: boolean;
|
|
1492
|
+
/**
|
|
1493
|
+
* Azure lifecycle management
|
|
1494
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1495
|
+
*/
|
|
1496
|
+
readonly provisioningState?: string;
|
|
1497
|
+
}
|
|
1498
|
+
/**
|
|
1499
|
+
* Volumes associated with snapshot policy
|
|
1500
|
+
*/
|
|
1501
|
+
export interface SnapshotPolicyVolumeList {
|
|
1502
|
+
/**
|
|
1503
|
+
* List of volumes
|
|
1504
|
+
*/
|
|
1505
|
+
value?: any[];
|
|
1506
|
+
}
|
|
1507
|
+
/**
|
|
1508
|
+
* revert a volume to the snapshot
|
|
1509
|
+
*/
|
|
1510
|
+
export interface VolumeRevert {
|
|
1511
|
+
/**
|
|
1512
|
+
* Resource id of the snapshot
|
|
1513
|
+
*/
|
|
1514
|
+
snapshotId?: string;
|
|
1515
|
+
}
|
|
1516
|
+
/**
|
|
1517
|
+
* Authorize request
|
|
1518
|
+
*/
|
|
1519
|
+
export interface AuthorizeRequest {
|
|
1520
|
+
/**
|
|
1521
|
+
* Resource id of the remote volume
|
|
1522
|
+
*/
|
|
1523
|
+
remoteVolumeResourceId?: string;
|
|
1524
|
+
}
|
|
1525
|
+
/**
|
|
1526
|
+
* Break replication request
|
|
1527
|
+
*/
|
|
1528
|
+
export interface BreakReplicationRequest {
|
|
1529
|
+
/**
|
|
1530
|
+
* If replication is in status transferring and you want to force break the replication, set to
|
|
1531
|
+
* true
|
|
1532
|
+
*/
|
|
1533
|
+
forceBreakReplication?: boolean;
|
|
1534
|
+
}
|
|
1535
|
+
/**
|
|
1536
|
+
* Pool change request
|
|
1537
|
+
*/
|
|
1538
|
+
export interface PoolChangeRequest {
|
|
1539
|
+
/**
|
|
1540
|
+
* Resource id of the pool to move volume to
|
|
1541
|
+
*/
|
|
1542
|
+
newPoolResourceId: string;
|
|
1543
|
+
}
|
|
1544
|
+
/**
|
|
1545
|
+
* Backup of a Volume
|
|
1546
|
+
*/
|
|
1547
|
+
export interface Backup extends BaseResource {
|
|
1548
|
+
/**
|
|
1549
|
+
* Resource location
|
|
1550
|
+
*/
|
|
1551
|
+
location: string;
|
|
1552
|
+
/**
|
|
1553
|
+
* Resource Id
|
|
1554
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1555
|
+
*/
|
|
1556
|
+
readonly id?: string;
|
|
1557
|
+
/**
|
|
1558
|
+
* Resource name
|
|
1559
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1560
|
+
*/
|
|
1561
|
+
readonly name?: string;
|
|
1562
|
+
/**
|
|
1563
|
+
* Resource type
|
|
1564
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1565
|
+
*/
|
|
1566
|
+
readonly type?: string;
|
|
1567
|
+
/**
|
|
1568
|
+
* backupId. UUID v4 used to identify the Backup
|
|
1569
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1570
|
+
*/
|
|
1571
|
+
readonly backupId?: string;
|
|
1572
|
+
/**
|
|
1573
|
+
* name. The creation date of the backup
|
|
1574
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1575
|
+
*/
|
|
1576
|
+
readonly creationDate?: Date;
|
|
1577
|
+
/**
|
|
1578
|
+
* Azure lifecycle management
|
|
1579
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1580
|
+
*/
|
|
1581
|
+
readonly provisioningState?: string;
|
|
1582
|
+
/**
|
|
1583
|
+
* Size of backup
|
|
1584
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1585
|
+
*/
|
|
1586
|
+
readonly size?: number;
|
|
1587
|
+
/**
|
|
1588
|
+
* Label for backup
|
|
1589
|
+
*/
|
|
1590
|
+
label?: string;
|
|
1591
|
+
/**
|
|
1592
|
+
* backupType. Type of backup Manual or Scheduled. Possible values include: 'Manual', 'Scheduled'
|
|
1593
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1594
|
+
*/
|
|
1595
|
+
readonly backupType?: BackupType;
|
|
1596
|
+
/**
|
|
1597
|
+
* Failure reason
|
|
1598
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1599
|
+
*/
|
|
1600
|
+
readonly failureReason?: string;
|
|
1601
|
+
/**
|
|
1602
|
+
* Volume name
|
|
1603
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1604
|
+
*/
|
|
1605
|
+
readonly volumeName?: string;
|
|
1606
|
+
/**
|
|
1607
|
+
* Manual backup an already existing snapshot. This will always be false for scheduled backups
|
|
1608
|
+
* and true/false for manual backups. Default value: false.
|
|
1609
|
+
*/
|
|
1610
|
+
useExistingSnapshot?: boolean;
|
|
1611
|
+
}
|
|
1612
|
+
/**
|
|
1613
|
+
* Backup patch
|
|
1614
|
+
*/
|
|
1615
|
+
export interface BackupPatch extends BaseResource {
|
|
1616
|
+
/**
|
|
1617
|
+
* Resource tags
|
|
1618
|
+
*/
|
|
1619
|
+
tags?: {
|
|
1620
|
+
[propertyName: string]: string;
|
|
1621
|
+
};
|
|
1622
|
+
/**
|
|
1623
|
+
* backupId. UUID v4 used to identify the Backup
|
|
1624
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1625
|
+
*/
|
|
1626
|
+
readonly backupId?: string;
|
|
1627
|
+
/**
|
|
1628
|
+
* name. The creation date of the backup
|
|
1629
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1630
|
+
*/
|
|
1631
|
+
readonly creationDate?: Date;
|
|
1632
|
+
/**
|
|
1633
|
+
* Azure lifecycle management
|
|
1634
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1635
|
+
*/
|
|
1636
|
+
readonly provisioningState?: string;
|
|
1637
|
+
/**
|
|
1638
|
+
* Size of backup
|
|
1639
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1640
|
+
*/
|
|
1641
|
+
readonly size?: number;
|
|
1642
|
+
/**
|
|
1643
|
+
* Label for backup
|
|
1644
|
+
*/
|
|
1645
|
+
label?: string;
|
|
1646
|
+
/**
|
|
1647
|
+
* backupType. Type of backup Manual or Scheduled. Possible values include: 'Manual', 'Scheduled'
|
|
1648
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1649
|
+
*/
|
|
1650
|
+
readonly backupType?: BackupType;
|
|
1651
|
+
/**
|
|
1652
|
+
* Failure reason
|
|
1653
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1654
|
+
*/
|
|
1655
|
+
readonly failureReason?: string;
|
|
1656
|
+
/**
|
|
1657
|
+
* Volume name
|
|
1658
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1659
|
+
*/
|
|
1660
|
+
readonly volumeName?: string;
|
|
1661
|
+
/**
|
|
1662
|
+
* Manual backup an already existing snapshot. This will always be false for scheduled backups
|
|
1663
|
+
* and true/false for manual backups. Default value: false.
|
|
1664
|
+
*/
|
|
1665
|
+
useExistingSnapshot?: boolean;
|
|
1666
|
+
}
|
|
1667
|
+
/**
|
|
1668
|
+
* Volume details using the backup policy
|
|
1669
|
+
*/
|
|
1670
|
+
export interface VolumeBackups {
|
|
1671
|
+
/**
|
|
1672
|
+
* Volume name
|
|
1673
|
+
*/
|
|
1674
|
+
volumeName?: string;
|
|
1675
|
+
/**
|
|
1676
|
+
* Total count of backups for volume
|
|
1677
|
+
*/
|
|
1678
|
+
backupsCount?: number;
|
|
1679
|
+
/**
|
|
1680
|
+
* Policy enabled
|
|
1681
|
+
*/
|
|
1682
|
+
policyEnabled?: boolean;
|
|
1683
|
+
}
|
|
1684
|
+
/**
|
|
1685
|
+
* Backup policy information
|
|
1686
|
+
*/
|
|
1687
|
+
export interface BackupPolicy extends BaseResource {
|
|
1688
|
+
/**
|
|
1689
|
+
* Resource location
|
|
1690
|
+
*/
|
|
1691
|
+
location: string;
|
|
1692
|
+
/**
|
|
1693
|
+
* Resource Id
|
|
1694
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1695
|
+
*/
|
|
1696
|
+
readonly id?: string;
|
|
1697
|
+
/**
|
|
1698
|
+
* Resource name
|
|
1699
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1700
|
+
*/
|
|
1701
|
+
readonly name?: string;
|
|
1702
|
+
/**
|
|
1703
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
1704
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1705
|
+
*/
|
|
1706
|
+
readonly etag?: string;
|
|
1707
|
+
/**
|
|
1708
|
+
* Resource type
|
|
1709
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1710
|
+
*/
|
|
1711
|
+
readonly type?: string;
|
|
1712
|
+
/**
|
|
1713
|
+
* Resource tags
|
|
1714
|
+
*/
|
|
1715
|
+
tags?: {
|
|
1716
|
+
[propertyName: string]: string;
|
|
1717
|
+
};
|
|
1718
|
+
/**
|
|
1719
|
+
* Name of backup policy
|
|
1720
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1721
|
+
*/
|
|
1722
|
+
readonly name1?: string;
|
|
1723
|
+
/**
|
|
1724
|
+
* Backup Policy Resource ID
|
|
1725
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1726
|
+
*/
|
|
1727
|
+
readonly backupPolicyId?: string;
|
|
1728
|
+
/**
|
|
1729
|
+
* Azure lifecycle management
|
|
1730
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1731
|
+
*/
|
|
1732
|
+
readonly provisioningState?: string;
|
|
1733
|
+
/**
|
|
1734
|
+
* Daily backups count to keep
|
|
1735
|
+
*/
|
|
1736
|
+
dailyBackupsToKeep?: number;
|
|
1737
|
+
/**
|
|
1738
|
+
* Weekly backups count to keep
|
|
1739
|
+
*/
|
|
1740
|
+
weeklyBackupsToKeep?: number;
|
|
1741
|
+
/**
|
|
1742
|
+
* Monthly backups count to keep
|
|
1743
|
+
*/
|
|
1744
|
+
monthlyBackupsToKeep?: number;
|
|
1745
|
+
/**
|
|
1746
|
+
* Volumes using current backup policy
|
|
1747
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1748
|
+
*/
|
|
1749
|
+
readonly volumesAssigned?: number;
|
|
1750
|
+
/**
|
|
1751
|
+
* The property to decide policy is enabled or not
|
|
1752
|
+
*/
|
|
1753
|
+
enabled?: boolean;
|
|
1754
|
+
/**
|
|
1755
|
+
* A list of volumes assigned to this policy
|
|
1756
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1757
|
+
*/
|
|
1758
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
1759
|
+
}
|
|
1760
|
+
/**
|
|
1761
|
+
* Backup policy properties
|
|
1762
|
+
*/
|
|
1763
|
+
export interface BackupPolicyDetails extends BaseResource {
|
|
1764
|
+
/**
|
|
1765
|
+
* Resource location
|
|
1766
|
+
*/
|
|
1767
|
+
location?: string;
|
|
1768
|
+
/**
|
|
1769
|
+
* Resource Id
|
|
1770
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1771
|
+
*/
|
|
1772
|
+
readonly id?: string;
|
|
1773
|
+
/**
|
|
1774
|
+
* Resource name
|
|
1775
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1776
|
+
*/
|
|
1777
|
+
readonly name?: string;
|
|
1778
|
+
/**
|
|
1779
|
+
* Resource type
|
|
1780
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1781
|
+
*/
|
|
1782
|
+
readonly type?: string;
|
|
1783
|
+
/**
|
|
1784
|
+
* Resource tags
|
|
1785
|
+
*/
|
|
1786
|
+
tags?: {
|
|
1787
|
+
[propertyName: string]: string;
|
|
1788
|
+
};
|
|
1789
|
+
/**
|
|
1790
|
+
* Name of backup policy
|
|
1791
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1792
|
+
*/
|
|
1793
|
+
readonly name1?: string;
|
|
1794
|
+
/**
|
|
1795
|
+
* Backup Policy Resource ID
|
|
1796
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1797
|
+
*/
|
|
1798
|
+
readonly backupPolicyId?: string;
|
|
1799
|
+
/**
|
|
1800
|
+
* Azure lifecycle management
|
|
1801
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1802
|
+
*/
|
|
1803
|
+
readonly provisioningState?: string;
|
|
1804
|
+
/**
|
|
1805
|
+
* Daily backups count to keep
|
|
1806
|
+
*/
|
|
1807
|
+
dailyBackupsToKeep?: number;
|
|
1808
|
+
/**
|
|
1809
|
+
* Weekly backups count to keep
|
|
1810
|
+
*/
|
|
1811
|
+
weeklyBackupsToKeep?: number;
|
|
1812
|
+
/**
|
|
1813
|
+
* Monthly backups count to keep
|
|
1814
|
+
*/
|
|
1815
|
+
monthlyBackupsToKeep?: number;
|
|
1816
|
+
/**
|
|
1817
|
+
* Volumes using current backup policy
|
|
1818
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1819
|
+
*/
|
|
1820
|
+
readonly volumesAssigned?: number;
|
|
1821
|
+
/**
|
|
1822
|
+
* The property to decide policy is enabled or not
|
|
1823
|
+
*/
|
|
1824
|
+
enabled?: boolean;
|
|
1825
|
+
/**
|
|
1826
|
+
* A list of volumes assigned to this policy
|
|
1827
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1828
|
+
*/
|
|
1829
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
1830
|
+
}
|
|
1831
|
+
/**
|
|
1832
|
+
* Backup policy Details for create and update
|
|
1833
|
+
*/
|
|
1834
|
+
export interface BackupPolicyPatch extends BaseResource {
|
|
1835
|
+
/**
|
|
1836
|
+
* Resource location
|
|
1837
|
+
*/
|
|
1838
|
+
location?: string;
|
|
1839
|
+
/**
|
|
1840
|
+
* Resource Id
|
|
1841
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1842
|
+
*/
|
|
1843
|
+
readonly id?: string;
|
|
1844
|
+
/**
|
|
1845
|
+
* Resource name
|
|
1846
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1847
|
+
*/
|
|
1848
|
+
readonly name?: string;
|
|
1849
|
+
/**
|
|
1850
|
+
* Resource type
|
|
1851
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1852
|
+
*/
|
|
1853
|
+
readonly type?: string;
|
|
1854
|
+
/**
|
|
1855
|
+
* Resource tags
|
|
1856
|
+
*/
|
|
1857
|
+
tags?: {
|
|
1858
|
+
[propertyName: string]: string;
|
|
1859
|
+
};
|
|
1860
|
+
/**
|
|
1861
|
+
* Name of backup policy
|
|
1862
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1863
|
+
*/
|
|
1864
|
+
readonly name1?: string;
|
|
1865
|
+
/**
|
|
1866
|
+
* Backup Policy Resource ID
|
|
1867
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1868
|
+
*/
|
|
1869
|
+
readonly backupPolicyId?: string;
|
|
1870
|
+
/**
|
|
1871
|
+
* Azure lifecycle management
|
|
1872
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1873
|
+
*/
|
|
1874
|
+
readonly provisioningState?: string;
|
|
1875
|
+
/**
|
|
1876
|
+
* Daily backups count to keep
|
|
1877
|
+
*/
|
|
1878
|
+
dailyBackupsToKeep?: number;
|
|
1879
|
+
/**
|
|
1880
|
+
* Weekly backups count to keep
|
|
1881
|
+
*/
|
|
1882
|
+
weeklyBackupsToKeep?: number;
|
|
1883
|
+
/**
|
|
1884
|
+
* Monthly backups count to keep
|
|
1885
|
+
*/
|
|
1886
|
+
monthlyBackupsToKeep?: number;
|
|
1887
|
+
/**
|
|
1888
|
+
* Volumes using current backup policy
|
|
1889
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1890
|
+
*/
|
|
1891
|
+
readonly volumesAssigned?: number;
|
|
1892
|
+
/**
|
|
1893
|
+
* The property to decide policy is enabled or not
|
|
1894
|
+
*/
|
|
1895
|
+
enabled?: boolean;
|
|
1896
|
+
/**
|
|
1897
|
+
* A list of volumes assigned to this policy
|
|
1898
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1899
|
+
*/
|
|
1900
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
1901
|
+
}
|
|
1902
|
+
/**
|
|
1903
|
+
* Vault information
|
|
1904
|
+
*/
|
|
1905
|
+
export interface Vault extends BaseResource {
|
|
1906
|
+
/**
|
|
1907
|
+
* Resource location
|
|
1908
|
+
*/
|
|
1909
|
+
location: string;
|
|
1910
|
+
/**
|
|
1911
|
+
* Resource Id
|
|
1912
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1913
|
+
*/
|
|
1914
|
+
readonly id?: string;
|
|
1915
|
+
/**
|
|
1916
|
+
* Resource name
|
|
1917
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1918
|
+
*/
|
|
1919
|
+
readonly name?: string;
|
|
1920
|
+
/**
|
|
1921
|
+
* Resource type
|
|
1922
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1923
|
+
*/
|
|
1924
|
+
readonly type?: string;
|
|
1925
|
+
/**
|
|
1926
|
+
* Vault Name
|
|
1927
|
+
*/
|
|
1928
|
+
vaultName?: string;
|
|
1929
|
+
}
|
|
1930
|
+
/**
|
|
1931
|
+
* Backup status
|
|
1932
|
+
*/
|
|
1933
|
+
export interface BackupStatus {
|
|
1934
|
+
/**
|
|
1935
|
+
* Backup health status
|
|
1936
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1937
|
+
*/
|
|
1938
|
+
readonly healthy?: boolean;
|
|
1939
|
+
/**
|
|
1940
|
+
* Status of the backup mirror relationship. Possible values include: 'Idle', 'Transferring'
|
|
1941
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1942
|
+
*/
|
|
1943
|
+
readonly relationshipStatus?: RelationshipStatus;
|
|
1944
|
+
/**
|
|
1945
|
+
* The status of the backup. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
|
|
1946
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1947
|
+
*/
|
|
1948
|
+
readonly mirrorState?: MirrorState;
|
|
1949
|
+
/**
|
|
1950
|
+
* Reason for the unhealthy backup relationship
|
|
1951
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1952
|
+
*/
|
|
1953
|
+
readonly unhealthyReason?: string;
|
|
1954
|
+
/**
|
|
1955
|
+
* Displays error message if the backup is in an error state
|
|
1956
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1957
|
+
*/
|
|
1958
|
+
readonly errorMessage?: string;
|
|
1959
|
+
/**
|
|
1960
|
+
* Displays the last transfer size
|
|
1961
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1962
|
+
*/
|
|
1963
|
+
readonly lastTransferSize?: number;
|
|
1964
|
+
/**
|
|
1965
|
+
* Displays the last transfer type
|
|
1966
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1967
|
+
*/
|
|
1968
|
+
readonly lastTransferType?: string;
|
|
1969
|
+
/**
|
|
1970
|
+
* Displays the total bytes transferred
|
|
1971
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1972
|
+
*/
|
|
1973
|
+
readonly totalTransferBytes?: number;
|
|
1974
|
+
}
|
|
1975
|
+
/**
|
|
1976
|
+
* Restore status
|
|
1977
|
+
*/
|
|
1978
|
+
export interface RestoreStatus {
|
|
1979
|
+
/**
|
|
1980
|
+
* Restore health status
|
|
1981
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1982
|
+
*/
|
|
1983
|
+
readonly healthy?: boolean;
|
|
1984
|
+
/**
|
|
1985
|
+
* Status of the restore SnapMirror relationship. Possible values include: 'Idle', 'Transferring'
|
|
1986
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1987
|
+
*/
|
|
1988
|
+
readonly relationshipStatus?: RelationshipStatus;
|
|
1989
|
+
/**
|
|
1990
|
+
* The status of the restore. Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
|
|
1991
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1992
|
+
*/
|
|
1993
|
+
readonly mirrorState?: MirrorState;
|
|
1994
|
+
/**
|
|
1995
|
+
* Reason for the unhealthy restore relationship
|
|
1996
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
1997
|
+
*/
|
|
1998
|
+
readonly unhealthyReason?: string;
|
|
1999
|
+
/**
|
|
2000
|
+
* Displays error message if the restore is in an error state
|
|
2001
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
2002
|
+
*/
|
|
2003
|
+
readonly errorMessage?: string;
|
|
2004
|
+
/**
|
|
2005
|
+
* Displays the total bytes transferred
|
|
2006
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
2007
|
+
*/
|
|
2008
|
+
readonly totalTransferBytes?: number;
|
|
2009
|
+
}
|
|
2010
|
+
/**
|
|
2011
|
+
* The resource model definition for an Azure Resource Manager tracked top level resource which has
|
|
2012
|
+
* 'tags' and a 'location'
|
|
2013
|
+
* @summary Tracked Resource
|
|
2014
|
+
*/
|
|
2015
|
+
export interface TrackedResource extends Resource {
|
|
2016
|
+
/**
|
|
2017
|
+
* Resource tags.
|
|
2018
|
+
*/
|
|
2019
|
+
tags?: {
|
|
2020
|
+
[propertyName: string]: string;
|
|
2021
|
+
};
|
|
2022
|
+
/**
|
|
2023
|
+
* The geo-location where the resource lives
|
|
2024
|
+
*/
|
|
2025
|
+
location: string;
|
|
2026
|
+
}
|
|
2027
|
+
/**
|
|
2028
|
+
* The resource model definition for an Azure Resource Manager resource with an etag.
|
|
2029
|
+
* @summary Entity Resource
|
|
2030
|
+
*/
|
|
2031
|
+
export interface AzureEntityResource extends Resource {
|
|
2032
|
+
/**
|
|
2033
|
+
* Resource Etag.
|
|
2034
|
+
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
2035
|
+
*/
|
|
2036
|
+
readonly etag?: string;
|
|
2037
|
+
}
|
|
2038
|
+
/**
|
|
2039
|
+
* Optional Parameters.
|
|
2040
|
+
*/
|
|
2041
|
+
export interface VolumesRevertOptionalParams extends msRest.RequestOptionsBase {
|
|
2042
|
+
/**
|
|
2043
|
+
* Resource id of the snapshot
|
|
2044
|
+
*/
|
|
2045
|
+
snapshotId?: string;
|
|
2046
|
+
}
|
|
2047
|
+
/**
|
|
2048
|
+
* Optional Parameters.
|
|
2049
|
+
*/
|
|
2050
|
+
export interface VolumesBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
|
|
2051
|
+
/**
|
|
2052
|
+
* If replication is in status transferring and you want to force break the replication, set to
|
|
2053
|
+
* true
|
|
2054
|
+
*/
|
|
2055
|
+
forceBreakReplication?: boolean;
|
|
2056
|
+
}
|
|
2057
|
+
/**
|
|
2058
|
+
* Optional Parameters.
|
|
2059
|
+
*/
|
|
2060
|
+
export interface VolumesAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
|
|
2061
|
+
/**
|
|
2062
|
+
* Resource id of the remote volume
|
|
2063
|
+
*/
|
|
2064
|
+
remoteVolumeResourceId?: string;
|
|
2065
|
+
}
|
|
2066
|
+
/**
|
|
2067
|
+
* Optional Parameters.
|
|
2068
|
+
*/
|
|
2069
|
+
export interface VolumesBeginRevertOptionalParams extends msRest.RequestOptionsBase {
|
|
2070
|
+
/**
|
|
2071
|
+
* Resource id of the snapshot
|
|
2072
|
+
*/
|
|
2073
|
+
snapshotId?: string;
|
|
2074
|
+
}
|
|
2075
|
+
/**
|
|
2076
|
+
* Optional Parameters.
|
|
2077
|
+
*/
|
|
2078
|
+
export interface VolumesBeginBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
|
|
2079
|
+
/**
|
|
2080
|
+
* If replication is in status transferring and you want to force break the replication, set to
|
|
2081
|
+
* true
|
|
2082
|
+
*/
|
|
2083
|
+
forceBreakReplication?: boolean;
|
|
2084
|
+
}
|
|
2085
|
+
/**
|
|
2086
|
+
* Optional Parameters.
|
|
2087
|
+
*/
|
|
2088
|
+
export interface VolumesBeginAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
|
|
2089
|
+
/**
|
|
2090
|
+
* Resource id of the remote volume
|
|
2091
|
+
*/
|
|
2092
|
+
remoteVolumeResourceId?: string;
|
|
2093
|
+
}
|
|
2094
|
+
/**
|
|
2095
|
+
* Optional Parameters.
|
|
2096
|
+
*/
|
|
2097
|
+
export interface BackupsUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
2098
|
+
/**
|
|
2099
|
+
* Backup object supplied in the body of the operation.
|
|
2100
|
+
*/
|
|
2101
|
+
body?: BackupPatch;
|
|
2102
|
+
}
|
|
2103
|
+
/**
|
|
2104
|
+
* Optional Parameters.
|
|
2105
|
+
*/
|
|
2106
|
+
export interface BackupsBeginUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
2107
|
+
/**
|
|
2108
|
+
* Backup object supplied in the body of the operation.
|
|
2109
|
+
*/
|
|
2110
|
+
body?: BackupPatch;
|
|
2111
|
+
}
|
|
2112
|
+
/**
|
|
2113
|
+
* An interface representing AzureNetAppFilesManagementClientOptions.
|
|
2114
|
+
*/
|
|
2115
|
+
export interface AzureNetAppFilesManagementClientOptions extends AzureServiceClientOptions {
|
|
2116
|
+
baseUri?: string;
|
|
2117
|
+
}
|
|
2118
|
+
/**
|
|
2119
|
+
* @interface
|
|
2120
|
+
* Result of the request to list Cloud Volume operations. It contains a list of operations and a
|
|
2121
|
+
* URL link to get the next set of results.
|
|
2122
|
+
* @extends Array<Operation>
|
|
2123
|
+
*/
|
|
2124
|
+
export interface OperationListResult extends Array<Operation> {
|
|
2125
|
+
}
|
|
2126
|
+
/**
|
|
2127
|
+
* @interface
|
|
2128
|
+
* List of Subscription Quota Items
|
|
2129
|
+
* @extends Array<SubscriptionQuotaItem>
|
|
2130
|
+
*/
|
|
2131
|
+
export interface SubscriptionQuotaItemList extends Array<SubscriptionQuotaItem> {
|
|
2132
|
+
}
|
|
2133
|
+
/**
|
|
2134
|
+
* @interface
|
|
2135
|
+
* List of NetApp account resources
|
|
2136
|
+
* @extends Array<NetAppAccount>
|
|
2137
|
+
*/
|
|
2138
|
+
export interface NetAppAccountList extends Array<NetAppAccount> {
|
|
2139
|
+
/**
|
|
2140
|
+
* URL to get the next set of results.
|
|
2141
|
+
*/
|
|
2142
|
+
nextLink?: string;
|
|
2143
|
+
}
|
|
2144
|
+
/**
|
|
2145
|
+
* @interface
|
|
2146
|
+
* List of capacity pool resources
|
|
2147
|
+
* @extends Array<CapacityPool>
|
|
2148
|
+
*/
|
|
2149
|
+
export interface CapacityPoolList extends Array<CapacityPool> {
|
|
2150
|
+
/**
|
|
2151
|
+
* URL to get the next set of results.
|
|
2152
|
+
*/
|
|
2153
|
+
nextLink?: string;
|
|
2154
|
+
}
|
|
2155
|
+
/**
|
|
2156
|
+
* @interface
|
|
2157
|
+
* List of volume resources
|
|
2158
|
+
* @extends Array<Volume>
|
|
2159
|
+
*/
|
|
2160
|
+
export interface VolumeList extends Array<Volume> {
|
|
2161
|
+
/**
|
|
2162
|
+
* URL to get the next set of results.
|
|
2163
|
+
*/
|
|
2164
|
+
nextLink?: string;
|
|
2165
|
+
}
|
|
2166
|
+
/**
|
|
2167
|
+
* @interface
|
|
2168
|
+
* List of Snapshots
|
|
2169
|
+
* @extends Array<Snapshot>
|
|
2170
|
+
*/
|
|
2171
|
+
export interface SnapshotsList extends Array<Snapshot> {
|
|
2172
|
+
}
|
|
2173
|
+
/**
|
|
2174
|
+
* @interface
|
|
2175
|
+
* List of Snapshot Policies
|
|
2176
|
+
* @extends Array<SnapshotPolicy>
|
|
2177
|
+
*/
|
|
2178
|
+
export interface SnapshotPoliciesList extends Array<SnapshotPolicy> {
|
|
2179
|
+
}
|
|
2180
|
+
/**
|
|
2181
|
+
* @interface
|
|
2182
|
+
* List of Backups
|
|
2183
|
+
* @extends Array<Backup>
|
|
2184
|
+
*/
|
|
2185
|
+
export interface BackupsList extends Array<Backup> {
|
|
2186
|
+
}
|
|
2187
|
+
/**
|
|
2188
|
+
* @interface
|
|
2189
|
+
* List of Backup Policies
|
|
2190
|
+
* @extends Array<BackupPolicy>
|
|
2191
|
+
*/
|
|
2192
|
+
export interface BackupPoliciesList extends Array<BackupPolicy> {
|
|
2193
|
+
}
|
|
2194
|
+
/**
|
|
2195
|
+
* @interface
|
|
2196
|
+
* List of Vaults
|
|
2197
|
+
* @extends Array<Vault>
|
|
2198
|
+
*/
|
|
2199
|
+
export interface VaultList extends Array<Vault> {
|
|
2200
|
+
}
|
|
2201
|
+
/**
|
|
2202
|
+
* Defines values for MetricAggregationType.
|
|
2203
|
+
* Possible values include: 'Average'
|
|
2204
|
+
* @readonly
|
|
2205
|
+
* @enum {string}
|
|
2206
|
+
*/
|
|
2207
|
+
export declare type MetricAggregationType = 'Average';
|
|
2208
|
+
/**
|
|
2209
|
+
* Defines values for InAvailabilityReasonType.
|
|
2210
|
+
* Possible values include: 'Invalid', 'AlreadyExists'
|
|
2211
|
+
* @readonly
|
|
2212
|
+
* @enum {string}
|
|
2213
|
+
*/
|
|
2214
|
+
export declare type InAvailabilityReasonType = 'Invalid' | 'AlreadyExists';
|
|
2215
|
+
/**
|
|
2216
|
+
* Defines values for CheckNameResourceTypes.
|
|
2217
|
+
* Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
2218
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
2219
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
2220
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
2221
|
+
* @readonly
|
|
2222
|
+
* @enum {string}
|
|
2223
|
+
*/
|
|
2224
|
+
export declare type CheckNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Microsoft.NetApp/netAppAccounts/capacityPools' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots';
|
|
2225
|
+
/**
|
|
2226
|
+
* Defines values for CheckQuotaNameResourceTypes.
|
|
2227
|
+
* Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
2228
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
2229
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
2230
|
+
* 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
2231
|
+
* @readonly
|
|
2232
|
+
* @enum {string}
|
|
2233
|
+
*/
|
|
2234
|
+
export declare type CheckQuotaNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Microsoft.NetApp/netAppAccounts/capacityPools' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots';
|
|
2235
|
+
/**
|
|
2236
|
+
* Defines values for CreatedByType.
|
|
2237
|
+
* Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
|
|
2238
|
+
* @readonly
|
|
2239
|
+
* @enum {string}
|
|
2240
|
+
*/
|
|
2241
|
+
export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
|
|
2242
|
+
/**
|
|
2243
|
+
* Defines values for ActiveDirectoryStatus.
|
|
2244
|
+
* Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating'
|
|
2245
|
+
* @readonly
|
|
2246
|
+
* @enum {string}
|
|
2247
|
+
*/
|
|
2248
|
+
export declare type ActiveDirectoryStatus = 'Created' | 'InUse' | 'Deleted' | 'Error' | 'Updating';
|
|
2249
|
+
/**
|
|
2250
|
+
* Defines values for ServiceLevel.
|
|
2251
|
+
* Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'
|
|
2252
|
+
* @readonly
|
|
2253
|
+
* @enum {string}
|
|
2254
|
+
*/
|
|
2255
|
+
export declare type ServiceLevel = 'Standard' | 'Premium' | 'Ultra' | 'StandardZRS';
|
|
2256
|
+
/**
|
|
2257
|
+
* Defines values for QosType.
|
|
2258
|
+
* Possible values include: 'Auto', 'Manual'
|
|
2259
|
+
* @readonly
|
|
2260
|
+
* @enum {string}
|
|
2261
|
+
*/
|
|
2262
|
+
export declare type QosType = 'Auto' | 'Manual';
|
|
2263
|
+
/**
|
|
2264
|
+
* Defines values for EncryptionType.
|
|
2265
|
+
* Possible values include: 'Single', 'Double'
|
|
2266
|
+
* @readonly
|
|
2267
|
+
* @enum {string}
|
|
2268
|
+
*/
|
|
2269
|
+
export declare type EncryptionType = 'Single' | 'Double';
|
|
2270
|
+
/**
|
|
2271
|
+
* Defines values for ChownMode.
|
|
2272
|
+
* Possible values include: 'Restricted', 'Unrestricted'
|
|
2273
|
+
* @readonly
|
|
2274
|
+
* @enum {string}
|
|
2275
|
+
*/
|
|
2276
|
+
export declare type ChownMode = 'Restricted' | 'Unrestricted';
|
|
2277
|
+
/**
|
|
2278
|
+
* Defines values for NetworkFeatures.
|
|
2279
|
+
* Possible values include: 'Basic', 'Standard'
|
|
2280
|
+
* @readonly
|
|
2281
|
+
* @enum {string}
|
|
2282
|
+
*/
|
|
2283
|
+
export declare type NetworkFeatures = 'Basic' | 'Standard';
|
|
2284
|
+
/**
|
|
2285
|
+
* Defines values for VolumeStorageToNetworkProximity.
|
|
2286
|
+
* Possible values include: 'Default', 'T1', 'T2'
|
|
2287
|
+
* @readonly
|
|
2288
|
+
* @enum {string}
|
|
2289
|
+
*/
|
|
2290
|
+
export declare type VolumeStorageToNetworkProximity = 'Default' | 'T1' | 'T2';
|
|
2291
|
+
/**
|
|
2292
|
+
* Defines values for EndpointType.
|
|
2293
|
+
* Possible values include: 'src', 'dst'
|
|
2294
|
+
* @readonly
|
|
2295
|
+
* @enum {string}
|
|
2296
|
+
*/
|
|
2297
|
+
export declare type EndpointType = 'src' | 'dst';
|
|
2298
|
+
/**
|
|
2299
|
+
* Defines values for ReplicationSchedule.
|
|
2300
|
+
* Possible values include: '_10minutely', 'hourly', 'daily'
|
|
2301
|
+
* @readonly
|
|
2302
|
+
* @enum {string}
|
|
2303
|
+
*/
|
|
2304
|
+
export declare type ReplicationSchedule = '_10minutely' | 'hourly' | 'daily';
|
|
2305
|
+
/**
|
|
2306
|
+
* Defines values for SecurityStyle.
|
|
2307
|
+
* Possible values include: 'ntfs', 'unix'
|
|
2308
|
+
* @readonly
|
|
2309
|
+
* @enum {string}
|
|
2310
|
+
*/
|
|
2311
|
+
export declare type SecurityStyle = 'ntfs' | 'unix';
|
|
2312
|
+
/**
|
|
2313
|
+
* Defines values for AvsDataStore.
|
|
2314
|
+
* Possible values include: 'Enabled', 'Disabled'
|
|
2315
|
+
* @readonly
|
|
2316
|
+
* @enum {string}
|
|
2317
|
+
*/
|
|
2318
|
+
export declare type AvsDataStore = 'Enabled' | 'Disabled';
|
|
2319
|
+
/**
|
|
2320
|
+
* Defines values for RelationshipStatus.
|
|
2321
|
+
* Possible values include: 'Idle', 'Transferring'
|
|
2322
|
+
* @readonly
|
|
2323
|
+
* @enum {string}
|
|
2324
|
+
*/
|
|
2325
|
+
export declare type RelationshipStatus = 'Idle' | 'Transferring';
|
|
2326
|
+
/**
|
|
2327
|
+
* Defines values for MirrorState.
|
|
2328
|
+
* Possible values include: 'Uninitialized', 'Mirrored', 'Broken'
|
|
2329
|
+
* @readonly
|
|
2330
|
+
* @enum {string}
|
|
2331
|
+
*/
|
|
2332
|
+
export declare type MirrorState = 'Uninitialized' | 'Mirrored' | 'Broken';
|
|
2333
|
+
/**
|
|
2334
|
+
* Defines values for BackupType.
|
|
2335
|
+
* Possible values include: 'Manual', 'Scheduled'
|
|
2336
|
+
* @readonly
|
|
2337
|
+
* @enum {string}
|
|
2338
|
+
*/
|
|
2339
|
+
export declare type BackupType = 'Manual' | 'Scheduled';
|
|
2340
|
+
/**
|
|
2341
|
+
* Contains response data for the list operation.
|
|
2342
|
+
*/
|
|
2343
|
+
export declare type OperationsListResponse = OperationListResult & {
|
|
2344
|
+
/**
|
|
2345
|
+
* The underlying HTTP response.
|
|
2346
|
+
*/
|
|
2347
|
+
_response: msRest.HttpResponse & {
|
|
2348
|
+
/**
|
|
2349
|
+
* The response body as text (string format)
|
|
2350
|
+
*/
|
|
2351
|
+
bodyAsText: string;
|
|
2352
|
+
/**
|
|
2353
|
+
* The response body as parsed JSON or XML
|
|
2354
|
+
*/
|
|
2355
|
+
parsedBody: OperationListResult;
|
|
2356
|
+
};
|
|
2357
|
+
};
|
|
2358
|
+
/**
|
|
2359
|
+
* Contains response data for the checkNameAvailability operation.
|
|
2360
|
+
*/
|
|
2361
|
+
export declare type NetAppResourceCheckNameAvailabilityResponse = CheckAvailabilityResponse & {
|
|
2362
|
+
/**
|
|
2363
|
+
* The underlying HTTP response.
|
|
2364
|
+
*/
|
|
2365
|
+
_response: msRest.HttpResponse & {
|
|
2366
|
+
/**
|
|
2367
|
+
* The response body as text (string format)
|
|
2368
|
+
*/
|
|
2369
|
+
bodyAsText: string;
|
|
2370
|
+
/**
|
|
2371
|
+
* The response body as parsed JSON or XML
|
|
2372
|
+
*/
|
|
2373
|
+
parsedBody: CheckAvailabilityResponse;
|
|
2374
|
+
};
|
|
2375
|
+
};
|
|
2376
|
+
/**
|
|
2377
|
+
* Contains response data for the checkFilePathAvailability operation.
|
|
2378
|
+
*/
|
|
2379
|
+
export declare type NetAppResourceCheckFilePathAvailabilityResponse = CheckAvailabilityResponse & {
|
|
2380
|
+
/**
|
|
2381
|
+
* The underlying HTTP response.
|
|
2382
|
+
*/
|
|
2383
|
+
_response: msRest.HttpResponse & {
|
|
2384
|
+
/**
|
|
2385
|
+
* The response body as text (string format)
|
|
2386
|
+
*/
|
|
2387
|
+
bodyAsText: string;
|
|
2388
|
+
/**
|
|
2389
|
+
* The response body as parsed JSON or XML
|
|
2390
|
+
*/
|
|
2391
|
+
parsedBody: CheckAvailabilityResponse;
|
|
2392
|
+
};
|
|
2393
|
+
};
|
|
2394
|
+
/**
|
|
2395
|
+
* Contains response data for the checkQuotaAvailability operation.
|
|
2396
|
+
*/
|
|
2397
|
+
export declare type NetAppResourceCheckQuotaAvailabilityResponse = CheckAvailabilityResponse & {
|
|
2398
|
+
/**
|
|
2399
|
+
* The underlying HTTP response.
|
|
2400
|
+
*/
|
|
2401
|
+
_response: msRest.HttpResponse & {
|
|
2402
|
+
/**
|
|
2403
|
+
* The response body as text (string format)
|
|
2404
|
+
*/
|
|
2405
|
+
bodyAsText: string;
|
|
2406
|
+
/**
|
|
2407
|
+
* The response body as parsed JSON or XML
|
|
2408
|
+
*/
|
|
2409
|
+
parsedBody: CheckAvailabilityResponse;
|
|
2410
|
+
};
|
|
2411
|
+
};
|
|
2412
|
+
/**
|
|
2413
|
+
* Contains response data for the list operation.
|
|
2414
|
+
*/
|
|
2415
|
+
export declare type NetAppResourceQuotaLimitsListResponse = SubscriptionQuotaItemList & {
|
|
2416
|
+
/**
|
|
2417
|
+
* The underlying HTTP response.
|
|
2418
|
+
*/
|
|
2419
|
+
_response: msRest.HttpResponse & {
|
|
2420
|
+
/**
|
|
2421
|
+
* The response body as text (string format)
|
|
2422
|
+
*/
|
|
2423
|
+
bodyAsText: string;
|
|
2424
|
+
/**
|
|
2425
|
+
* The response body as parsed JSON or XML
|
|
2426
|
+
*/
|
|
2427
|
+
parsedBody: SubscriptionQuotaItemList;
|
|
2428
|
+
};
|
|
2429
|
+
};
|
|
2430
|
+
/**
|
|
2431
|
+
* Contains response data for the get operation.
|
|
2432
|
+
*/
|
|
2433
|
+
export declare type NetAppResourceQuotaLimitsGetResponse = SubscriptionQuotaItem & {
|
|
2434
|
+
/**
|
|
2435
|
+
* The underlying HTTP response.
|
|
2436
|
+
*/
|
|
2437
|
+
_response: msRest.HttpResponse & {
|
|
2438
|
+
/**
|
|
2439
|
+
* The response body as text (string format)
|
|
2440
|
+
*/
|
|
2441
|
+
bodyAsText: string;
|
|
2442
|
+
/**
|
|
2443
|
+
* The response body as parsed JSON or XML
|
|
2444
|
+
*/
|
|
2445
|
+
parsedBody: SubscriptionQuotaItem;
|
|
2446
|
+
};
|
|
2447
|
+
};
|
|
2448
|
+
/**
|
|
2449
|
+
* Contains response data for the listBySubscription operation.
|
|
2450
|
+
*/
|
|
2451
|
+
export declare type AccountsListBySubscriptionResponse = NetAppAccountList & {
|
|
2452
|
+
/**
|
|
2453
|
+
* The underlying HTTP response.
|
|
2454
|
+
*/
|
|
2455
|
+
_response: msRest.HttpResponse & {
|
|
2456
|
+
/**
|
|
2457
|
+
* The response body as text (string format)
|
|
2458
|
+
*/
|
|
2459
|
+
bodyAsText: string;
|
|
2460
|
+
/**
|
|
2461
|
+
* The response body as parsed JSON or XML
|
|
2462
|
+
*/
|
|
2463
|
+
parsedBody: NetAppAccountList;
|
|
2464
|
+
};
|
|
2465
|
+
};
|
|
2466
|
+
/**
|
|
2467
|
+
* Contains response data for the list operation.
|
|
2468
|
+
*/
|
|
2469
|
+
export declare type AccountsListResponse = NetAppAccountList & {
|
|
2470
|
+
/**
|
|
2471
|
+
* The underlying HTTP response.
|
|
2472
|
+
*/
|
|
2473
|
+
_response: msRest.HttpResponse & {
|
|
2474
|
+
/**
|
|
2475
|
+
* The response body as text (string format)
|
|
2476
|
+
*/
|
|
2477
|
+
bodyAsText: string;
|
|
2478
|
+
/**
|
|
2479
|
+
* The response body as parsed JSON or XML
|
|
2480
|
+
*/
|
|
2481
|
+
parsedBody: NetAppAccountList;
|
|
2482
|
+
};
|
|
2483
|
+
};
|
|
2484
|
+
/**
|
|
2485
|
+
* Contains response data for the get operation.
|
|
2486
|
+
*/
|
|
2487
|
+
export declare type AccountsGetResponse = NetAppAccount & {
|
|
2488
|
+
/**
|
|
2489
|
+
* The underlying HTTP response.
|
|
2490
|
+
*/
|
|
2491
|
+
_response: msRest.HttpResponse & {
|
|
2492
|
+
/**
|
|
2493
|
+
* The response body as text (string format)
|
|
2494
|
+
*/
|
|
2495
|
+
bodyAsText: string;
|
|
2496
|
+
/**
|
|
2497
|
+
* The response body as parsed JSON or XML
|
|
2498
|
+
*/
|
|
2499
|
+
parsedBody: NetAppAccount;
|
|
2500
|
+
};
|
|
2501
|
+
};
|
|
2502
|
+
/**
|
|
2503
|
+
* Contains response data for the createOrUpdate operation.
|
|
2504
|
+
*/
|
|
2505
|
+
export declare type AccountsCreateOrUpdateResponse = NetAppAccount & {
|
|
2506
|
+
/**
|
|
2507
|
+
* The underlying HTTP response.
|
|
2508
|
+
*/
|
|
2509
|
+
_response: msRest.HttpResponse & {
|
|
2510
|
+
/**
|
|
2511
|
+
* The response body as text (string format)
|
|
2512
|
+
*/
|
|
2513
|
+
bodyAsText: string;
|
|
2514
|
+
/**
|
|
2515
|
+
* The response body as parsed JSON or XML
|
|
2516
|
+
*/
|
|
2517
|
+
parsedBody: NetAppAccount;
|
|
2518
|
+
};
|
|
2519
|
+
};
|
|
2520
|
+
/**
|
|
2521
|
+
* Contains response data for the update operation.
|
|
2522
|
+
*/
|
|
2523
|
+
export declare type AccountsUpdateResponse = NetAppAccount & {
|
|
2524
|
+
/**
|
|
2525
|
+
* The underlying HTTP response.
|
|
2526
|
+
*/
|
|
2527
|
+
_response: msRest.HttpResponse & {
|
|
2528
|
+
/**
|
|
2529
|
+
* The response body as text (string format)
|
|
2530
|
+
*/
|
|
2531
|
+
bodyAsText: string;
|
|
2532
|
+
/**
|
|
2533
|
+
* The response body as parsed JSON or XML
|
|
2534
|
+
*/
|
|
2535
|
+
parsedBody: NetAppAccount;
|
|
2536
|
+
};
|
|
2537
|
+
};
|
|
2538
|
+
/**
|
|
2539
|
+
* Contains response data for the beginCreateOrUpdate operation.
|
|
2540
|
+
*/
|
|
2541
|
+
export declare type AccountsBeginCreateOrUpdateResponse = NetAppAccount & {
|
|
2542
|
+
/**
|
|
2543
|
+
* The underlying HTTP response.
|
|
2544
|
+
*/
|
|
2545
|
+
_response: msRest.HttpResponse & {
|
|
2546
|
+
/**
|
|
2547
|
+
* The response body as text (string format)
|
|
2548
|
+
*/
|
|
2549
|
+
bodyAsText: string;
|
|
2550
|
+
/**
|
|
2551
|
+
* The response body as parsed JSON or XML
|
|
2552
|
+
*/
|
|
2553
|
+
parsedBody: NetAppAccount;
|
|
2554
|
+
};
|
|
2555
|
+
};
|
|
2556
|
+
/**
|
|
2557
|
+
* Contains response data for the beginUpdate operation.
|
|
2558
|
+
*/
|
|
2559
|
+
export declare type AccountsBeginUpdateResponse = NetAppAccount & {
|
|
2560
|
+
/**
|
|
2561
|
+
* The underlying HTTP response.
|
|
2562
|
+
*/
|
|
2563
|
+
_response: msRest.HttpResponse & {
|
|
2564
|
+
/**
|
|
2565
|
+
* The response body as text (string format)
|
|
2566
|
+
*/
|
|
2567
|
+
bodyAsText: string;
|
|
2568
|
+
/**
|
|
2569
|
+
* The response body as parsed JSON or XML
|
|
2570
|
+
*/
|
|
2571
|
+
parsedBody: NetAppAccount;
|
|
2572
|
+
};
|
|
2573
|
+
};
|
|
2574
|
+
/**
|
|
2575
|
+
* Contains response data for the listBySubscriptionNext operation.
|
|
2576
|
+
*/
|
|
2577
|
+
export declare type AccountsListBySubscriptionNextResponse = NetAppAccountList & {
|
|
2578
|
+
/**
|
|
2579
|
+
* The underlying HTTP response.
|
|
2580
|
+
*/
|
|
2581
|
+
_response: msRest.HttpResponse & {
|
|
2582
|
+
/**
|
|
2583
|
+
* The response body as text (string format)
|
|
2584
|
+
*/
|
|
2585
|
+
bodyAsText: string;
|
|
2586
|
+
/**
|
|
2587
|
+
* The response body as parsed JSON or XML
|
|
2588
|
+
*/
|
|
2589
|
+
parsedBody: NetAppAccountList;
|
|
2590
|
+
};
|
|
2591
|
+
};
|
|
2592
|
+
/**
|
|
2593
|
+
* Contains response data for the listNext operation.
|
|
2594
|
+
*/
|
|
2595
|
+
export declare type AccountsListNextResponse = NetAppAccountList & {
|
|
2596
|
+
/**
|
|
2597
|
+
* The underlying HTTP response.
|
|
2598
|
+
*/
|
|
2599
|
+
_response: msRest.HttpResponse & {
|
|
2600
|
+
/**
|
|
2601
|
+
* The response body as text (string format)
|
|
2602
|
+
*/
|
|
2603
|
+
bodyAsText: string;
|
|
2604
|
+
/**
|
|
2605
|
+
* The response body as parsed JSON or XML
|
|
2606
|
+
*/
|
|
2607
|
+
parsedBody: NetAppAccountList;
|
|
2608
|
+
};
|
|
2609
|
+
};
|
|
2610
|
+
/**
|
|
2611
|
+
* Contains response data for the list operation.
|
|
2612
|
+
*/
|
|
2613
|
+
export declare type PoolsListResponse = CapacityPoolList & {
|
|
2614
|
+
/**
|
|
2615
|
+
* The underlying HTTP response.
|
|
2616
|
+
*/
|
|
2617
|
+
_response: msRest.HttpResponse & {
|
|
2618
|
+
/**
|
|
2619
|
+
* The response body as text (string format)
|
|
2620
|
+
*/
|
|
2621
|
+
bodyAsText: string;
|
|
2622
|
+
/**
|
|
2623
|
+
* The response body as parsed JSON or XML
|
|
2624
|
+
*/
|
|
2625
|
+
parsedBody: CapacityPoolList;
|
|
2626
|
+
};
|
|
2627
|
+
};
|
|
2628
|
+
/**
|
|
2629
|
+
* Contains response data for the get operation.
|
|
2630
|
+
*/
|
|
2631
|
+
export declare type PoolsGetResponse = CapacityPool & {
|
|
2632
|
+
/**
|
|
2633
|
+
* The underlying HTTP response.
|
|
2634
|
+
*/
|
|
2635
|
+
_response: msRest.HttpResponse & {
|
|
2636
|
+
/**
|
|
2637
|
+
* The response body as text (string format)
|
|
2638
|
+
*/
|
|
2639
|
+
bodyAsText: string;
|
|
2640
|
+
/**
|
|
2641
|
+
* The response body as parsed JSON or XML
|
|
2642
|
+
*/
|
|
2643
|
+
parsedBody: CapacityPool;
|
|
2644
|
+
};
|
|
2645
|
+
};
|
|
2646
|
+
/**
|
|
2647
|
+
* Contains response data for the createOrUpdate operation.
|
|
2648
|
+
*/
|
|
2649
|
+
export declare type PoolsCreateOrUpdateResponse = CapacityPool & {
|
|
2650
|
+
/**
|
|
2651
|
+
* The underlying HTTP response.
|
|
2652
|
+
*/
|
|
2653
|
+
_response: msRest.HttpResponse & {
|
|
2654
|
+
/**
|
|
2655
|
+
* The response body as text (string format)
|
|
2656
|
+
*/
|
|
2657
|
+
bodyAsText: string;
|
|
2658
|
+
/**
|
|
2659
|
+
* The response body as parsed JSON or XML
|
|
2660
|
+
*/
|
|
2661
|
+
parsedBody: CapacityPool;
|
|
2662
|
+
};
|
|
2663
|
+
};
|
|
2664
|
+
/**
|
|
2665
|
+
* Contains response data for the update operation.
|
|
2666
|
+
*/
|
|
2667
|
+
export declare type PoolsUpdateResponse = CapacityPool & {
|
|
2668
|
+
/**
|
|
2669
|
+
* The underlying HTTP response.
|
|
2670
|
+
*/
|
|
2671
|
+
_response: msRest.HttpResponse & {
|
|
2672
|
+
/**
|
|
2673
|
+
* The response body as text (string format)
|
|
2674
|
+
*/
|
|
2675
|
+
bodyAsText: string;
|
|
2676
|
+
/**
|
|
2677
|
+
* The response body as parsed JSON or XML
|
|
2678
|
+
*/
|
|
2679
|
+
parsedBody: CapacityPool;
|
|
2680
|
+
};
|
|
2681
|
+
};
|
|
2682
|
+
/**
|
|
2683
|
+
* Contains response data for the beginCreateOrUpdate operation.
|
|
2684
|
+
*/
|
|
2685
|
+
export declare type PoolsBeginCreateOrUpdateResponse = CapacityPool & {
|
|
2686
|
+
/**
|
|
2687
|
+
* The underlying HTTP response.
|
|
2688
|
+
*/
|
|
2689
|
+
_response: msRest.HttpResponse & {
|
|
2690
|
+
/**
|
|
2691
|
+
* The response body as text (string format)
|
|
2692
|
+
*/
|
|
2693
|
+
bodyAsText: string;
|
|
2694
|
+
/**
|
|
2695
|
+
* The response body as parsed JSON or XML
|
|
2696
|
+
*/
|
|
2697
|
+
parsedBody: CapacityPool;
|
|
2698
|
+
};
|
|
2699
|
+
};
|
|
2700
|
+
/**
|
|
2701
|
+
* Contains response data for the beginUpdate operation.
|
|
2702
|
+
*/
|
|
2703
|
+
export declare type PoolsBeginUpdateResponse = CapacityPool & {
|
|
2704
|
+
/**
|
|
2705
|
+
* The underlying HTTP response.
|
|
2706
|
+
*/
|
|
2707
|
+
_response: msRest.HttpResponse & {
|
|
2708
|
+
/**
|
|
2709
|
+
* The response body as text (string format)
|
|
2710
|
+
*/
|
|
2711
|
+
bodyAsText: string;
|
|
2712
|
+
/**
|
|
2713
|
+
* The response body as parsed JSON or XML
|
|
2714
|
+
*/
|
|
2715
|
+
parsedBody: CapacityPool;
|
|
2716
|
+
};
|
|
2717
|
+
};
|
|
2718
|
+
/**
|
|
2719
|
+
* Contains response data for the listNext operation.
|
|
2720
|
+
*/
|
|
2721
|
+
export declare type PoolsListNextResponse = CapacityPoolList & {
|
|
2722
|
+
/**
|
|
2723
|
+
* The underlying HTTP response.
|
|
2724
|
+
*/
|
|
2725
|
+
_response: msRest.HttpResponse & {
|
|
2726
|
+
/**
|
|
2727
|
+
* The response body as text (string format)
|
|
2728
|
+
*/
|
|
2729
|
+
bodyAsText: string;
|
|
2730
|
+
/**
|
|
2731
|
+
* The response body as parsed JSON or XML
|
|
2732
|
+
*/
|
|
2733
|
+
parsedBody: CapacityPoolList;
|
|
2734
|
+
};
|
|
2735
|
+
};
|
|
2736
|
+
/**
|
|
2737
|
+
* Contains response data for the list operation.
|
|
2738
|
+
*/
|
|
2739
|
+
export declare type VolumesListResponse = VolumeList & {
|
|
2740
|
+
/**
|
|
2741
|
+
* The underlying HTTP response.
|
|
2742
|
+
*/
|
|
2743
|
+
_response: msRest.HttpResponse & {
|
|
2744
|
+
/**
|
|
2745
|
+
* The response body as text (string format)
|
|
2746
|
+
*/
|
|
2747
|
+
bodyAsText: string;
|
|
2748
|
+
/**
|
|
2749
|
+
* The response body as parsed JSON or XML
|
|
2750
|
+
*/
|
|
2751
|
+
parsedBody: VolumeList;
|
|
2752
|
+
};
|
|
2753
|
+
};
|
|
2754
|
+
/**
|
|
2755
|
+
* Contains response data for the get operation.
|
|
2756
|
+
*/
|
|
2757
|
+
export declare type VolumesGetResponse = Volume & {
|
|
2758
|
+
/**
|
|
2759
|
+
* The underlying HTTP response.
|
|
2760
|
+
*/
|
|
2761
|
+
_response: msRest.HttpResponse & {
|
|
2762
|
+
/**
|
|
2763
|
+
* The response body as text (string format)
|
|
2764
|
+
*/
|
|
2765
|
+
bodyAsText: string;
|
|
2766
|
+
/**
|
|
2767
|
+
* The response body as parsed JSON or XML
|
|
2768
|
+
*/
|
|
2769
|
+
parsedBody: Volume;
|
|
2770
|
+
};
|
|
2771
|
+
};
|
|
2772
|
+
/**
|
|
2773
|
+
* Contains response data for the createOrUpdate operation.
|
|
2774
|
+
*/
|
|
2775
|
+
export declare type VolumesCreateOrUpdateResponse = Volume & {
|
|
2776
|
+
/**
|
|
2777
|
+
* The underlying HTTP response.
|
|
2778
|
+
*/
|
|
2779
|
+
_response: msRest.HttpResponse & {
|
|
2780
|
+
/**
|
|
2781
|
+
* The response body as text (string format)
|
|
2782
|
+
*/
|
|
2783
|
+
bodyAsText: string;
|
|
2784
|
+
/**
|
|
2785
|
+
* The response body as parsed JSON or XML
|
|
2786
|
+
*/
|
|
2787
|
+
parsedBody: Volume;
|
|
2788
|
+
};
|
|
2789
|
+
};
|
|
2790
|
+
/**
|
|
2791
|
+
* Contains response data for the update operation.
|
|
2792
|
+
*/
|
|
2793
|
+
export declare type VolumesUpdateResponse = Volume & {
|
|
2794
|
+
/**
|
|
2795
|
+
* The underlying HTTP response.
|
|
2796
|
+
*/
|
|
2797
|
+
_response: msRest.HttpResponse & {
|
|
2798
|
+
/**
|
|
2799
|
+
* The response body as text (string format)
|
|
2800
|
+
*/
|
|
2801
|
+
bodyAsText: string;
|
|
2802
|
+
/**
|
|
2803
|
+
* The response body as parsed JSON or XML
|
|
2804
|
+
*/
|
|
2805
|
+
parsedBody: Volume;
|
|
2806
|
+
};
|
|
2807
|
+
};
|
|
2808
|
+
/**
|
|
2809
|
+
* Contains response data for the replicationStatusMethod operation.
|
|
2810
|
+
*/
|
|
2811
|
+
export declare type VolumesReplicationStatusMethodResponse = ReplicationStatus & {
|
|
2812
|
+
/**
|
|
2813
|
+
* The underlying HTTP response.
|
|
2814
|
+
*/
|
|
2815
|
+
_response: msRest.HttpResponse & {
|
|
2816
|
+
/**
|
|
2817
|
+
* The response body as text (string format)
|
|
2818
|
+
*/
|
|
2819
|
+
bodyAsText: string;
|
|
2820
|
+
/**
|
|
2821
|
+
* The response body as parsed JSON or XML
|
|
2822
|
+
*/
|
|
2823
|
+
parsedBody: ReplicationStatus;
|
|
2824
|
+
};
|
|
2825
|
+
};
|
|
2826
|
+
/**
|
|
2827
|
+
* Contains response data for the beginCreateOrUpdate operation.
|
|
2828
|
+
*/
|
|
2829
|
+
export declare type VolumesBeginCreateOrUpdateResponse = Volume & {
|
|
2830
|
+
/**
|
|
2831
|
+
* The underlying HTTP response.
|
|
2832
|
+
*/
|
|
2833
|
+
_response: msRest.HttpResponse & {
|
|
2834
|
+
/**
|
|
2835
|
+
* The response body as text (string format)
|
|
2836
|
+
*/
|
|
2837
|
+
bodyAsText: string;
|
|
2838
|
+
/**
|
|
2839
|
+
* The response body as parsed JSON or XML
|
|
2840
|
+
*/
|
|
2841
|
+
parsedBody: Volume;
|
|
2842
|
+
};
|
|
2843
|
+
};
|
|
2844
|
+
/**
|
|
2845
|
+
* Contains response data for the beginUpdate operation.
|
|
2846
|
+
*/
|
|
2847
|
+
export declare type VolumesBeginUpdateResponse = Volume & {
|
|
2848
|
+
/**
|
|
2849
|
+
* The underlying HTTP response.
|
|
2850
|
+
*/
|
|
2851
|
+
_response: msRest.HttpResponse & {
|
|
2852
|
+
/**
|
|
2853
|
+
* The response body as text (string format)
|
|
2854
|
+
*/
|
|
2855
|
+
bodyAsText: string;
|
|
2856
|
+
/**
|
|
2857
|
+
* The response body as parsed JSON or XML
|
|
2858
|
+
*/
|
|
2859
|
+
parsedBody: Volume;
|
|
2860
|
+
};
|
|
2861
|
+
};
|
|
2862
|
+
/**
|
|
2863
|
+
* Contains response data for the listNext operation.
|
|
2864
|
+
*/
|
|
2865
|
+
export declare type VolumesListNextResponse = VolumeList & {
|
|
2866
|
+
/**
|
|
2867
|
+
* The underlying HTTP response.
|
|
2868
|
+
*/
|
|
2869
|
+
_response: msRest.HttpResponse & {
|
|
2870
|
+
/**
|
|
2871
|
+
* The response body as text (string format)
|
|
2872
|
+
*/
|
|
2873
|
+
bodyAsText: string;
|
|
2874
|
+
/**
|
|
2875
|
+
* The response body as parsed JSON or XML
|
|
2876
|
+
*/
|
|
2877
|
+
parsedBody: VolumeList;
|
|
2878
|
+
};
|
|
2879
|
+
};
|
|
2880
|
+
/**
|
|
2881
|
+
* Contains response data for the list operation.
|
|
2882
|
+
*/
|
|
2883
|
+
export declare type SnapshotsListResponse = SnapshotsList & {
|
|
2884
|
+
/**
|
|
2885
|
+
* The underlying HTTP response.
|
|
2886
|
+
*/
|
|
2887
|
+
_response: msRest.HttpResponse & {
|
|
2888
|
+
/**
|
|
2889
|
+
* The response body as text (string format)
|
|
2890
|
+
*/
|
|
2891
|
+
bodyAsText: string;
|
|
2892
|
+
/**
|
|
2893
|
+
* The response body as parsed JSON or XML
|
|
2894
|
+
*/
|
|
2895
|
+
parsedBody: SnapshotsList;
|
|
2896
|
+
};
|
|
2897
|
+
};
|
|
2898
|
+
/**
|
|
2899
|
+
* Contains response data for the get operation.
|
|
2900
|
+
*/
|
|
2901
|
+
export declare type SnapshotsGetResponse = Snapshot & {
|
|
2902
|
+
/**
|
|
2903
|
+
* The underlying HTTP response.
|
|
2904
|
+
*/
|
|
2905
|
+
_response: msRest.HttpResponse & {
|
|
2906
|
+
/**
|
|
2907
|
+
* The response body as text (string format)
|
|
2908
|
+
*/
|
|
2909
|
+
bodyAsText: string;
|
|
2910
|
+
/**
|
|
2911
|
+
* The response body as parsed JSON or XML
|
|
2912
|
+
*/
|
|
2913
|
+
parsedBody: Snapshot;
|
|
2914
|
+
};
|
|
2915
|
+
};
|
|
2916
|
+
/**
|
|
2917
|
+
* Contains response data for the create operation.
|
|
2918
|
+
*/
|
|
2919
|
+
export declare type SnapshotsCreateResponse = Snapshot & {
|
|
2920
|
+
/**
|
|
2921
|
+
* The underlying HTTP response.
|
|
2922
|
+
*/
|
|
2923
|
+
_response: msRest.HttpResponse & {
|
|
2924
|
+
/**
|
|
2925
|
+
* The response body as text (string format)
|
|
2926
|
+
*/
|
|
2927
|
+
bodyAsText: string;
|
|
2928
|
+
/**
|
|
2929
|
+
* The response body as parsed JSON or XML
|
|
2930
|
+
*/
|
|
2931
|
+
parsedBody: Snapshot;
|
|
2932
|
+
};
|
|
2933
|
+
};
|
|
2934
|
+
/**
|
|
2935
|
+
* Contains response data for the update operation.
|
|
2936
|
+
*/
|
|
2937
|
+
export declare type SnapshotsUpdateResponse = Snapshot & {
|
|
2938
|
+
/**
|
|
2939
|
+
* The underlying HTTP response.
|
|
2940
|
+
*/
|
|
2941
|
+
_response: msRest.HttpResponse & {
|
|
2942
|
+
/**
|
|
2943
|
+
* The response body as text (string format)
|
|
2944
|
+
*/
|
|
2945
|
+
bodyAsText: string;
|
|
2946
|
+
/**
|
|
2947
|
+
* The response body as parsed JSON or XML
|
|
2948
|
+
*/
|
|
2949
|
+
parsedBody: Snapshot;
|
|
2950
|
+
};
|
|
2951
|
+
};
|
|
2952
|
+
/**
|
|
2953
|
+
* Contains response data for the beginCreate operation.
|
|
2954
|
+
*/
|
|
2955
|
+
export declare type SnapshotsBeginCreateResponse = Snapshot & {
|
|
2956
|
+
/**
|
|
2957
|
+
* The underlying HTTP response.
|
|
2958
|
+
*/
|
|
2959
|
+
_response: msRest.HttpResponse & {
|
|
2960
|
+
/**
|
|
2961
|
+
* The response body as text (string format)
|
|
2962
|
+
*/
|
|
2963
|
+
bodyAsText: string;
|
|
2964
|
+
/**
|
|
2965
|
+
* The response body as parsed JSON or XML
|
|
2966
|
+
*/
|
|
2967
|
+
parsedBody: Snapshot;
|
|
2968
|
+
};
|
|
2969
|
+
};
|
|
2970
|
+
/**
|
|
2971
|
+
* Contains response data for the beginUpdate operation.
|
|
2972
|
+
*/
|
|
2973
|
+
export declare type SnapshotsBeginUpdateResponse = Snapshot & {
|
|
2974
|
+
/**
|
|
2975
|
+
* The underlying HTTP response.
|
|
2976
|
+
*/
|
|
2977
|
+
_response: msRest.HttpResponse & {
|
|
2978
|
+
/**
|
|
2979
|
+
* The response body as text (string format)
|
|
2980
|
+
*/
|
|
2981
|
+
bodyAsText: string;
|
|
2982
|
+
/**
|
|
2983
|
+
* The response body as parsed JSON or XML
|
|
2984
|
+
*/
|
|
2985
|
+
parsedBody: Snapshot;
|
|
2986
|
+
};
|
|
2987
|
+
};
|
|
2988
|
+
/**
|
|
2989
|
+
* Contains response data for the list operation.
|
|
2990
|
+
*/
|
|
2991
|
+
export declare type SnapshotPoliciesListResponse = SnapshotPoliciesList & {
|
|
2992
|
+
/**
|
|
2993
|
+
* The underlying HTTP response.
|
|
2994
|
+
*/
|
|
2995
|
+
_response: msRest.HttpResponse & {
|
|
2996
|
+
/**
|
|
2997
|
+
* The response body as text (string format)
|
|
2998
|
+
*/
|
|
2999
|
+
bodyAsText: string;
|
|
3000
|
+
/**
|
|
3001
|
+
* The response body as parsed JSON or XML
|
|
3002
|
+
*/
|
|
3003
|
+
parsedBody: SnapshotPoliciesList;
|
|
3004
|
+
};
|
|
3005
|
+
};
|
|
3006
|
+
/**
|
|
3007
|
+
* Contains response data for the get operation.
|
|
3008
|
+
*/
|
|
3009
|
+
export declare type SnapshotPoliciesGetResponse = SnapshotPolicy & {
|
|
3010
|
+
/**
|
|
3011
|
+
* The underlying HTTP response.
|
|
3012
|
+
*/
|
|
3013
|
+
_response: msRest.HttpResponse & {
|
|
3014
|
+
/**
|
|
3015
|
+
* The response body as text (string format)
|
|
3016
|
+
*/
|
|
3017
|
+
bodyAsText: string;
|
|
3018
|
+
/**
|
|
3019
|
+
* The response body as parsed JSON or XML
|
|
3020
|
+
*/
|
|
3021
|
+
parsedBody: SnapshotPolicy;
|
|
3022
|
+
};
|
|
3023
|
+
};
|
|
3024
|
+
/**
|
|
3025
|
+
* Contains response data for the create operation.
|
|
3026
|
+
*/
|
|
3027
|
+
export declare type SnapshotPoliciesCreateResponse = SnapshotPolicy & {
|
|
3028
|
+
/**
|
|
3029
|
+
* The underlying HTTP response.
|
|
3030
|
+
*/
|
|
3031
|
+
_response: msRest.HttpResponse & {
|
|
3032
|
+
/**
|
|
3033
|
+
* The response body as text (string format)
|
|
3034
|
+
*/
|
|
3035
|
+
bodyAsText: string;
|
|
3036
|
+
/**
|
|
3037
|
+
* The response body as parsed JSON or XML
|
|
3038
|
+
*/
|
|
3039
|
+
parsedBody: SnapshotPolicy;
|
|
3040
|
+
};
|
|
3041
|
+
};
|
|
3042
|
+
/**
|
|
3043
|
+
* Contains response data for the update operation.
|
|
3044
|
+
*/
|
|
3045
|
+
export declare type SnapshotPoliciesUpdateResponse = SnapshotPolicy & {
|
|
3046
|
+
/**
|
|
3047
|
+
* The underlying HTTP response.
|
|
3048
|
+
*/
|
|
3049
|
+
_response: msRest.HttpResponse & {
|
|
3050
|
+
/**
|
|
3051
|
+
* The response body as text (string format)
|
|
3052
|
+
*/
|
|
3053
|
+
bodyAsText: string;
|
|
3054
|
+
/**
|
|
3055
|
+
* The response body as parsed JSON or XML
|
|
3056
|
+
*/
|
|
3057
|
+
parsedBody: SnapshotPolicy;
|
|
3058
|
+
};
|
|
3059
|
+
};
|
|
3060
|
+
/**
|
|
3061
|
+
* Contains response data for the listVolumes operation.
|
|
3062
|
+
*/
|
|
3063
|
+
export declare type SnapshotPoliciesListVolumesResponse = SnapshotPolicyVolumeList & {
|
|
3064
|
+
/**
|
|
3065
|
+
* The underlying HTTP response.
|
|
3066
|
+
*/
|
|
3067
|
+
_response: msRest.HttpResponse & {
|
|
3068
|
+
/**
|
|
3069
|
+
* The response body as text (string format)
|
|
3070
|
+
*/
|
|
3071
|
+
bodyAsText: string;
|
|
3072
|
+
/**
|
|
3073
|
+
* The response body as parsed JSON or XML
|
|
3074
|
+
*/
|
|
3075
|
+
parsedBody: SnapshotPolicyVolumeList;
|
|
3076
|
+
};
|
|
3077
|
+
};
|
|
3078
|
+
/**
|
|
3079
|
+
* Contains response data for the beginUpdate operation.
|
|
3080
|
+
*/
|
|
3081
|
+
export declare type SnapshotPoliciesBeginUpdateResponse = SnapshotPolicy & {
|
|
3082
|
+
/**
|
|
3083
|
+
* The underlying HTTP response.
|
|
3084
|
+
*/
|
|
3085
|
+
_response: msRest.HttpResponse & {
|
|
3086
|
+
/**
|
|
3087
|
+
* The response body as text (string format)
|
|
3088
|
+
*/
|
|
3089
|
+
bodyAsText: string;
|
|
3090
|
+
/**
|
|
3091
|
+
* The response body as parsed JSON or XML
|
|
3092
|
+
*/
|
|
3093
|
+
parsedBody: SnapshotPolicy;
|
|
3094
|
+
};
|
|
3095
|
+
};
|
|
3096
|
+
/**
|
|
3097
|
+
* Contains response data for the getStatus operation.
|
|
3098
|
+
*/
|
|
3099
|
+
export declare type BackupsGetStatusResponse = BackupStatus & {
|
|
3100
|
+
/**
|
|
3101
|
+
* The underlying HTTP response.
|
|
3102
|
+
*/
|
|
3103
|
+
_response: msRest.HttpResponse & {
|
|
3104
|
+
/**
|
|
3105
|
+
* The response body as text (string format)
|
|
3106
|
+
*/
|
|
3107
|
+
bodyAsText: string;
|
|
3108
|
+
/**
|
|
3109
|
+
* The response body as parsed JSON or XML
|
|
3110
|
+
*/
|
|
3111
|
+
parsedBody: BackupStatus;
|
|
3112
|
+
};
|
|
3113
|
+
};
|
|
3114
|
+
/**
|
|
3115
|
+
* Contains response data for the getVolumeRestoreStatus operation.
|
|
3116
|
+
*/
|
|
3117
|
+
export declare type BackupsGetVolumeRestoreStatusResponse = RestoreStatus & {
|
|
3118
|
+
/**
|
|
3119
|
+
* The underlying HTTP response.
|
|
3120
|
+
*/
|
|
3121
|
+
_response: msRest.HttpResponse & {
|
|
3122
|
+
/**
|
|
3123
|
+
* The response body as text (string format)
|
|
3124
|
+
*/
|
|
3125
|
+
bodyAsText: string;
|
|
3126
|
+
/**
|
|
3127
|
+
* The response body as parsed JSON or XML
|
|
3128
|
+
*/
|
|
3129
|
+
parsedBody: RestoreStatus;
|
|
3130
|
+
};
|
|
3131
|
+
};
|
|
3132
|
+
/**
|
|
3133
|
+
* Contains response data for the list operation.
|
|
3134
|
+
*/
|
|
3135
|
+
export declare type BackupsListResponse = BackupsList & {
|
|
3136
|
+
/**
|
|
3137
|
+
* The underlying HTTP response.
|
|
3138
|
+
*/
|
|
3139
|
+
_response: msRest.HttpResponse & {
|
|
3140
|
+
/**
|
|
3141
|
+
* The response body as text (string format)
|
|
3142
|
+
*/
|
|
3143
|
+
bodyAsText: string;
|
|
3144
|
+
/**
|
|
3145
|
+
* The response body as parsed JSON or XML
|
|
3146
|
+
*/
|
|
3147
|
+
parsedBody: BackupsList;
|
|
3148
|
+
};
|
|
3149
|
+
};
|
|
3150
|
+
/**
|
|
3151
|
+
* Contains response data for the get operation.
|
|
3152
|
+
*/
|
|
3153
|
+
export declare type BackupsGetResponse = Backup & {
|
|
3154
|
+
/**
|
|
3155
|
+
* The underlying HTTP response.
|
|
3156
|
+
*/
|
|
3157
|
+
_response: msRest.HttpResponse & {
|
|
3158
|
+
/**
|
|
3159
|
+
* The response body as text (string format)
|
|
3160
|
+
*/
|
|
3161
|
+
bodyAsText: string;
|
|
3162
|
+
/**
|
|
3163
|
+
* The response body as parsed JSON or XML
|
|
3164
|
+
*/
|
|
3165
|
+
parsedBody: Backup;
|
|
3166
|
+
};
|
|
3167
|
+
};
|
|
3168
|
+
/**
|
|
3169
|
+
* Contains response data for the create operation.
|
|
3170
|
+
*/
|
|
3171
|
+
export declare type BackupsCreateResponse = Backup & {
|
|
3172
|
+
/**
|
|
3173
|
+
* The underlying HTTP response.
|
|
3174
|
+
*/
|
|
3175
|
+
_response: msRest.HttpResponse & {
|
|
3176
|
+
/**
|
|
3177
|
+
* The response body as text (string format)
|
|
3178
|
+
*/
|
|
3179
|
+
bodyAsText: string;
|
|
3180
|
+
/**
|
|
3181
|
+
* The response body as parsed JSON or XML
|
|
3182
|
+
*/
|
|
3183
|
+
parsedBody: Backup;
|
|
3184
|
+
};
|
|
3185
|
+
};
|
|
3186
|
+
/**
|
|
3187
|
+
* Contains response data for the update operation.
|
|
3188
|
+
*/
|
|
3189
|
+
export declare type BackupsUpdateResponse = Backup & {
|
|
3190
|
+
/**
|
|
3191
|
+
* The underlying HTTP response.
|
|
3192
|
+
*/
|
|
3193
|
+
_response: msRest.HttpResponse & {
|
|
3194
|
+
/**
|
|
3195
|
+
* The response body as text (string format)
|
|
3196
|
+
*/
|
|
3197
|
+
bodyAsText: string;
|
|
3198
|
+
/**
|
|
3199
|
+
* The response body as parsed JSON or XML
|
|
3200
|
+
*/
|
|
3201
|
+
parsedBody: Backup;
|
|
3202
|
+
};
|
|
3203
|
+
};
|
|
3204
|
+
/**
|
|
3205
|
+
* Contains response data for the beginCreate operation.
|
|
3206
|
+
*/
|
|
3207
|
+
export declare type BackupsBeginCreateResponse = Backup & {
|
|
3208
|
+
/**
|
|
3209
|
+
* The underlying HTTP response.
|
|
3210
|
+
*/
|
|
3211
|
+
_response: msRest.HttpResponse & {
|
|
3212
|
+
/**
|
|
3213
|
+
* The response body as text (string format)
|
|
3214
|
+
*/
|
|
3215
|
+
bodyAsText: string;
|
|
3216
|
+
/**
|
|
3217
|
+
* The response body as parsed JSON or XML
|
|
3218
|
+
*/
|
|
3219
|
+
parsedBody: Backup;
|
|
3220
|
+
};
|
|
3221
|
+
};
|
|
3222
|
+
/**
|
|
3223
|
+
* Contains response data for the beginUpdate operation.
|
|
3224
|
+
*/
|
|
3225
|
+
export declare type BackupsBeginUpdateResponse = Backup & {
|
|
3226
|
+
/**
|
|
3227
|
+
* The underlying HTTP response.
|
|
3228
|
+
*/
|
|
3229
|
+
_response: msRest.HttpResponse & {
|
|
3230
|
+
/**
|
|
3231
|
+
* The response body as text (string format)
|
|
3232
|
+
*/
|
|
3233
|
+
bodyAsText: string;
|
|
3234
|
+
/**
|
|
3235
|
+
* The response body as parsed JSON or XML
|
|
3236
|
+
*/
|
|
3237
|
+
parsedBody: Backup;
|
|
3238
|
+
};
|
|
3239
|
+
};
|
|
3240
|
+
/**
|
|
3241
|
+
* Contains response data for the list operation.
|
|
3242
|
+
*/
|
|
3243
|
+
export declare type AccountBackupsListResponse = BackupsList & {
|
|
3244
|
+
/**
|
|
3245
|
+
* The underlying HTTP response.
|
|
3246
|
+
*/
|
|
3247
|
+
_response: msRest.HttpResponse & {
|
|
3248
|
+
/**
|
|
3249
|
+
* The response body as text (string format)
|
|
3250
|
+
*/
|
|
3251
|
+
bodyAsText: string;
|
|
3252
|
+
/**
|
|
3253
|
+
* The response body as parsed JSON or XML
|
|
3254
|
+
*/
|
|
3255
|
+
parsedBody: BackupsList;
|
|
3256
|
+
};
|
|
3257
|
+
};
|
|
3258
|
+
/**
|
|
3259
|
+
* Contains response data for the get operation.
|
|
3260
|
+
*/
|
|
3261
|
+
export declare type AccountBackupsGetResponse = Backup & {
|
|
3262
|
+
/**
|
|
3263
|
+
* The underlying HTTP response.
|
|
3264
|
+
*/
|
|
3265
|
+
_response: msRest.HttpResponse & {
|
|
3266
|
+
/**
|
|
3267
|
+
* The response body as text (string format)
|
|
3268
|
+
*/
|
|
3269
|
+
bodyAsText: string;
|
|
3270
|
+
/**
|
|
3271
|
+
* The response body as parsed JSON or XML
|
|
3272
|
+
*/
|
|
3273
|
+
parsedBody: Backup;
|
|
3274
|
+
};
|
|
3275
|
+
};
|
|
3276
|
+
/**
|
|
3277
|
+
* Contains response data for the list operation.
|
|
3278
|
+
*/
|
|
3279
|
+
export declare type BackupPoliciesListResponse = BackupPoliciesList & {
|
|
3280
|
+
/**
|
|
3281
|
+
* The underlying HTTP response.
|
|
3282
|
+
*/
|
|
3283
|
+
_response: msRest.HttpResponse & {
|
|
3284
|
+
/**
|
|
3285
|
+
* The response body as text (string format)
|
|
3286
|
+
*/
|
|
3287
|
+
bodyAsText: string;
|
|
3288
|
+
/**
|
|
3289
|
+
* The response body as parsed JSON or XML
|
|
3290
|
+
*/
|
|
3291
|
+
parsedBody: BackupPoliciesList;
|
|
3292
|
+
};
|
|
3293
|
+
};
|
|
3294
|
+
/**
|
|
3295
|
+
* Contains response data for the get operation.
|
|
3296
|
+
*/
|
|
3297
|
+
export declare type BackupPoliciesGetResponse = BackupPolicy & {
|
|
3298
|
+
/**
|
|
3299
|
+
* The underlying HTTP response.
|
|
3300
|
+
*/
|
|
3301
|
+
_response: msRest.HttpResponse & {
|
|
3302
|
+
/**
|
|
3303
|
+
* The response body as text (string format)
|
|
3304
|
+
*/
|
|
3305
|
+
bodyAsText: string;
|
|
3306
|
+
/**
|
|
3307
|
+
* The response body as parsed JSON or XML
|
|
3308
|
+
*/
|
|
3309
|
+
parsedBody: BackupPolicy;
|
|
3310
|
+
};
|
|
3311
|
+
};
|
|
3312
|
+
/**
|
|
3313
|
+
* Contains response data for the create operation.
|
|
3314
|
+
*/
|
|
3315
|
+
export declare type BackupPoliciesCreateResponse = BackupPolicy & {
|
|
3316
|
+
/**
|
|
3317
|
+
* The underlying HTTP response.
|
|
3318
|
+
*/
|
|
3319
|
+
_response: msRest.HttpResponse & {
|
|
3320
|
+
/**
|
|
3321
|
+
* The response body as text (string format)
|
|
3322
|
+
*/
|
|
3323
|
+
bodyAsText: string;
|
|
3324
|
+
/**
|
|
3325
|
+
* The response body as parsed JSON or XML
|
|
3326
|
+
*/
|
|
3327
|
+
parsedBody: BackupPolicy;
|
|
3328
|
+
};
|
|
3329
|
+
};
|
|
3330
|
+
/**
|
|
3331
|
+
* Contains response data for the update operation.
|
|
3332
|
+
*/
|
|
3333
|
+
export declare type BackupPoliciesUpdateResponse = BackupPolicy & {
|
|
3334
|
+
/**
|
|
3335
|
+
* The underlying HTTP response.
|
|
3336
|
+
*/
|
|
3337
|
+
_response: msRest.HttpResponse & {
|
|
3338
|
+
/**
|
|
3339
|
+
* The response body as text (string format)
|
|
3340
|
+
*/
|
|
3341
|
+
bodyAsText: string;
|
|
3342
|
+
/**
|
|
3343
|
+
* The response body as parsed JSON or XML
|
|
3344
|
+
*/
|
|
3345
|
+
parsedBody: BackupPolicy;
|
|
3346
|
+
};
|
|
3347
|
+
};
|
|
3348
|
+
/**
|
|
3349
|
+
* Contains response data for the beginCreate operation.
|
|
3350
|
+
*/
|
|
3351
|
+
export declare type BackupPoliciesBeginCreateResponse = BackupPolicy & {
|
|
3352
|
+
/**
|
|
3353
|
+
* The underlying HTTP response.
|
|
3354
|
+
*/
|
|
3355
|
+
_response: msRest.HttpResponse & {
|
|
3356
|
+
/**
|
|
3357
|
+
* The response body as text (string format)
|
|
3358
|
+
*/
|
|
3359
|
+
bodyAsText: string;
|
|
3360
|
+
/**
|
|
3361
|
+
* The response body as parsed JSON or XML
|
|
3362
|
+
*/
|
|
3363
|
+
parsedBody: BackupPolicy;
|
|
3364
|
+
};
|
|
3365
|
+
};
|
|
3366
|
+
/**
|
|
3367
|
+
* Contains response data for the beginUpdate operation.
|
|
3368
|
+
*/
|
|
3369
|
+
export declare type BackupPoliciesBeginUpdateResponse = BackupPolicy & {
|
|
3370
|
+
/**
|
|
3371
|
+
* The underlying HTTP response.
|
|
3372
|
+
*/
|
|
3373
|
+
_response: msRest.HttpResponse & {
|
|
3374
|
+
/**
|
|
3375
|
+
* The response body as text (string format)
|
|
3376
|
+
*/
|
|
3377
|
+
bodyAsText: string;
|
|
3378
|
+
/**
|
|
3379
|
+
* The response body as parsed JSON or XML
|
|
3380
|
+
*/
|
|
3381
|
+
parsedBody: BackupPolicy;
|
|
3382
|
+
};
|
|
3383
|
+
};
|
|
3384
|
+
/**
|
|
3385
|
+
* Contains response data for the list operation.
|
|
3386
|
+
*/
|
|
3387
|
+
export declare type VaultsListResponse = VaultList & {
|
|
3388
|
+
/**
|
|
3389
|
+
* The underlying HTTP response.
|
|
3390
|
+
*/
|
|
3391
|
+
_response: msRest.HttpResponse & {
|
|
3392
|
+
/**
|
|
3393
|
+
* The response body as text (string format)
|
|
3394
|
+
*/
|
|
3395
|
+
bodyAsText: string;
|
|
3396
|
+
/**
|
|
3397
|
+
* The response body as parsed JSON or XML
|
|
3398
|
+
*/
|
|
3399
|
+
parsedBody: VaultList;
|
|
3400
|
+
};
|
|
3401
|
+
};
|
|
3402
|
+
//# sourceMappingURL=index.d.ts.map
|