@azure/arm-purestorageblock 1.0.0-alpha.20250717.1 → 1.0.0-alpha.20250722.2

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.
Files changed (172) hide show
  1. package/dist/browser/api/avsStorageContainerVolumes/operations.js +38 -16
  2. package/dist/browser/api/avsStorageContainerVolumes/operations.js.map +1 -1
  3. package/dist/browser/api/avsStorageContainers/operations.js +26 -11
  4. package/dist/browser/api/avsStorageContainers/operations.js.map +1 -1
  5. package/dist/browser/api/avsVmVolumes/operations.js +38 -16
  6. package/dist/browser/api/avsVmVolumes/operations.js.map +1 -1
  7. package/dist/browser/api/avsVms/operations.js +38 -16
  8. package/dist/browser/api/avsVms/operations.js.map +1 -1
  9. package/dist/browser/api/blockContext.js +12 -9
  10. package/dist/browser/api/blockContext.js.map +1 -1
  11. package/dist/browser/api/operations/operations.js +8 -3
  12. package/dist/browser/api/operations/operations.js.map +1 -1
  13. package/dist/browser/api/reservations/operations.js +82 -33
  14. package/dist/browser/api/reservations/operations.js.map +1 -1
  15. package/dist/browser/api/storagePools/operations.js +126 -53
  16. package/dist/browser/api/storagePools/operations.js.map +1 -1
  17. package/dist/browser/blockClient.js +22 -3
  18. package/dist/browser/blockClient.js.map +1 -1
  19. package/dist/browser/classic/avsStorageContainerVolumes/index.js +3 -1
  20. package/dist/browser/classic/avsStorageContainerVolumes/index.js.map +1 -1
  21. package/dist/browser/classic/avsStorageContainers/index.js +3 -1
  22. package/dist/browser/classic/avsStorageContainers/index.js.map +1 -1
  23. package/dist/browser/classic/avsVmVolumes/index.js +3 -1
  24. package/dist/browser/classic/avsVmVolumes/index.js.map +1 -1
  25. package/dist/browser/classic/avsVms/index.js +3 -1
  26. package/dist/browser/classic/avsVms/index.js.map +1 -1
  27. package/dist/browser/classic/operations/index.js +3 -1
  28. package/dist/browser/classic/operations/index.js.map +1 -1
  29. package/dist/browser/classic/reservations/index.js +3 -1
  30. package/dist/browser/classic/reservations/index.js.map +1 -1
  31. package/dist/browser/classic/storagePools/index.js +3 -1
  32. package/dist/browser/classic/storagePools/index.js.map +1 -1
  33. package/dist/browser/restorePollerHelpers.js +11 -13
  34. package/dist/browser/restorePollerHelpers.js.map +1 -1
  35. package/dist/browser/static-helpers/pagingHelpers.js +31 -50
  36. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
  37. package/dist/browser/static-helpers/pollingHelpers.js +14 -11
  38. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
  39. package/dist/browser/static-helpers/urlTemplate.js +2 -2
  40. package/dist/browser/static-helpers/urlTemplate.js.map +1 -1
  41. package/dist/commonjs/api/avsStorageContainerVolumes/operations.js +38 -16
  42. package/dist/commonjs/api/avsStorageContainerVolumes/operations.js.map +1 -1
  43. package/dist/commonjs/api/avsStorageContainers/operations.js +26 -11
  44. package/dist/commonjs/api/avsStorageContainers/operations.js.map +1 -1
  45. package/dist/commonjs/api/avsVmVolumes/operations.js +38 -16
  46. package/dist/commonjs/api/avsVmVolumes/operations.js.map +1 -1
  47. package/dist/commonjs/api/avsVms/operations.js +38 -16
  48. package/dist/commonjs/api/avsVms/operations.js.map +1 -1
  49. package/dist/commonjs/api/blockContext.js +12 -9
  50. package/dist/commonjs/api/blockContext.js.map +1 -1
  51. package/dist/commonjs/api/operations/operations.js +8 -3
  52. package/dist/commonjs/api/operations/operations.js.map +1 -1
  53. package/dist/commonjs/api/reservations/operations.js +82 -33
  54. package/dist/commonjs/api/reservations/operations.js.map +1 -1
  55. package/dist/commonjs/api/storagePools/operations.js +126 -53
  56. package/dist/commonjs/api/storagePools/operations.js.map +1 -1
  57. package/dist/commonjs/blockClient.js +22 -3
  58. package/dist/commonjs/blockClient.js.map +1 -1
  59. package/dist/commonjs/classic/avsStorageContainerVolumes/index.js +3 -1
  60. package/dist/commonjs/classic/avsStorageContainerVolumes/index.js.map +1 -1
  61. package/dist/commonjs/classic/avsStorageContainers/index.js +3 -1
  62. package/dist/commonjs/classic/avsStorageContainers/index.js.map +1 -1
  63. package/dist/commonjs/classic/avsVmVolumes/index.js +3 -1
  64. package/dist/commonjs/classic/avsVmVolumes/index.js.map +1 -1
  65. package/dist/commonjs/classic/avsVms/index.js +3 -1
  66. package/dist/commonjs/classic/avsVms/index.js.map +1 -1
  67. package/dist/commonjs/classic/operations/index.js +3 -1
  68. package/dist/commonjs/classic/operations/index.js.map +1 -1
  69. package/dist/commonjs/classic/reservations/index.js +3 -1
  70. package/dist/commonjs/classic/reservations/index.js.map +1 -1
  71. package/dist/commonjs/classic/storagePools/index.js +3 -1
  72. package/dist/commonjs/classic/storagePools/index.js.map +1 -1
  73. package/dist/commonjs/restorePollerHelpers.js +11 -13
  74. package/dist/commonjs/restorePollerHelpers.js.map +1 -1
  75. package/dist/commonjs/static-helpers/pagingHelpers.js +31 -50
  76. package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
  77. package/dist/commonjs/static-helpers/pollingHelpers.js +14 -11
  78. package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
  79. package/dist/commonjs/static-helpers/urlTemplate.js +2 -2
  80. package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
  81. package/dist/commonjs/tsdoc-metadata.json +11 -11
  82. package/dist/esm/api/avsStorageContainerVolumes/operations.js +38 -16
  83. package/dist/esm/api/avsStorageContainerVolumes/operations.js.map +1 -1
  84. package/dist/esm/api/avsStorageContainers/operations.js +26 -11
  85. package/dist/esm/api/avsStorageContainers/operations.js.map +1 -1
  86. package/dist/esm/api/avsVmVolumes/operations.js +38 -16
  87. package/dist/esm/api/avsVmVolumes/operations.js.map +1 -1
  88. package/dist/esm/api/avsVms/operations.js +38 -16
  89. package/dist/esm/api/avsVms/operations.js.map +1 -1
  90. package/dist/esm/api/blockContext.js +12 -9
  91. package/dist/esm/api/blockContext.js.map +1 -1
  92. package/dist/esm/api/operations/operations.js +8 -3
  93. package/dist/esm/api/operations/operations.js.map +1 -1
  94. package/dist/esm/api/reservations/operations.js +82 -33
  95. package/dist/esm/api/reservations/operations.js.map +1 -1
  96. package/dist/esm/api/storagePools/operations.js +126 -53
  97. package/dist/esm/api/storagePools/operations.js.map +1 -1
  98. package/dist/esm/blockClient.js +22 -3
  99. package/dist/esm/blockClient.js.map +1 -1
  100. package/dist/esm/classic/avsStorageContainerVolumes/index.js +3 -1
  101. package/dist/esm/classic/avsStorageContainerVolumes/index.js.map +1 -1
  102. package/dist/esm/classic/avsStorageContainers/index.js +3 -1
  103. package/dist/esm/classic/avsStorageContainers/index.js.map +1 -1
  104. package/dist/esm/classic/avsVmVolumes/index.js +3 -1
  105. package/dist/esm/classic/avsVmVolumes/index.js.map +1 -1
  106. package/dist/esm/classic/avsVms/index.js +3 -1
  107. package/dist/esm/classic/avsVms/index.js.map +1 -1
  108. package/dist/esm/classic/operations/index.js +3 -1
  109. package/dist/esm/classic/operations/index.js.map +1 -1
  110. package/dist/esm/classic/reservations/index.js +3 -1
  111. package/dist/esm/classic/reservations/index.js.map +1 -1
  112. package/dist/esm/classic/storagePools/index.js +3 -1
  113. package/dist/esm/classic/storagePools/index.js.map +1 -1
  114. package/dist/esm/restorePollerHelpers.js +11 -13
  115. package/dist/esm/restorePollerHelpers.js.map +1 -1
  116. package/dist/esm/static-helpers/pagingHelpers.js +31 -50
  117. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -1
  118. package/dist/esm/static-helpers/pollingHelpers.js +14 -11
  119. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -1
  120. package/dist/esm/static-helpers/urlTemplate.js +2 -2
  121. package/dist/esm/static-helpers/urlTemplate.js.map +1 -1
  122. package/dist/react-native/api/avsStorageContainerVolumes/operations.js +38 -16
  123. package/dist/react-native/api/avsStorageContainerVolumes/operations.js.map +1 -1
  124. package/dist/react-native/api/avsStorageContainers/operations.js +26 -11
  125. package/dist/react-native/api/avsStorageContainers/operations.js.map +1 -1
  126. package/dist/react-native/api/avsVmVolumes/operations.js +38 -16
  127. package/dist/react-native/api/avsVmVolumes/operations.js.map +1 -1
  128. package/dist/react-native/api/avsVms/operations.js +38 -16
  129. package/dist/react-native/api/avsVms/operations.js.map +1 -1
  130. package/dist/react-native/api/blockContext.js +12 -9
  131. package/dist/react-native/api/blockContext.js.map +1 -1
  132. package/dist/react-native/api/operations/operations.js +8 -3
  133. package/dist/react-native/api/operations/operations.js.map +1 -1
  134. package/dist/react-native/api/reservations/operations.js +82 -33
  135. package/dist/react-native/api/reservations/operations.js.map +1 -1
  136. package/dist/react-native/api/storagePools/operations.js +126 -53
  137. package/dist/react-native/api/storagePools/operations.js.map +1 -1
  138. package/dist/react-native/blockClient.js +22 -3
  139. package/dist/react-native/blockClient.js.map +1 -1
  140. package/dist/react-native/classic/avsStorageContainerVolumes/index.js +3 -1
  141. package/dist/react-native/classic/avsStorageContainerVolumes/index.js.map +1 -1
  142. package/dist/react-native/classic/avsStorageContainers/index.js +3 -1
  143. package/dist/react-native/classic/avsStorageContainers/index.js.map +1 -1
  144. package/dist/react-native/classic/avsVmVolumes/index.js +3 -1
  145. package/dist/react-native/classic/avsVmVolumes/index.js.map +1 -1
  146. package/dist/react-native/classic/avsVms/index.js +3 -1
  147. package/dist/react-native/classic/avsVms/index.js.map +1 -1
  148. package/dist/react-native/classic/operations/index.js +3 -1
  149. package/dist/react-native/classic/operations/index.js.map +1 -1
  150. package/dist/react-native/classic/reservations/index.js +3 -1
  151. package/dist/react-native/classic/reservations/index.js.map +1 -1
  152. package/dist/react-native/classic/storagePools/index.js +3 -1
  153. package/dist/react-native/classic/storagePools/index.js.map +1 -1
  154. package/dist/react-native/restorePollerHelpers.js +11 -13
  155. package/dist/react-native/restorePollerHelpers.js.map +1 -1
  156. package/dist/react-native/static-helpers/pagingHelpers.js +31 -50
  157. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -1
  158. package/dist/react-native/static-helpers/pollingHelpers.js +14 -11
  159. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -1
  160. package/dist/react-native/static-helpers/urlTemplate.js +2 -2
  161. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -1
  162. package/package.json +2 -2
  163. package/review/arm-purestorageblock-api-avsStorageContainerVolumes-node.api.md +44 -44
  164. package/review/arm-purestorageblock-api-avsStorageContainers-node.api.md +36 -36
  165. package/review/arm-purestorageblock-api-avsVmVolumes-node.api.md +44 -44
  166. package/review/arm-purestorageblock-api-avsVms-node.api.md +44 -44
  167. package/review/arm-purestorageblock-api-node.api.md +27 -27
  168. package/review/arm-purestorageblock-api-operations-node.api.md +19 -19
  169. package/review/arm-purestorageblock-api-reservations-node.api.md +80 -80
  170. package/review/arm-purestorageblock-api-storagePools-node.api.md +112 -112
  171. package/review/arm-purestorageblock-models-node.api.md +590 -590
  172. package/review/arm-purestorageblock-node.api.md +879 -879
@@ -1,879 +1,879 @@
1
- ## API Report File for "@azure/arm-purestorageblock"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { AbortSignalLike } from '@azure/abort-controller';
8
- import { ClientOptions } from '@azure-rest/core-client';
9
- import { OperationOptions } from '@azure-rest/core-client';
10
- import { OperationState } from '@azure/core-lro';
11
- import { PathUncheckedResponse } from '@azure-rest/core-client';
12
- import { Pipeline } from '@azure/core-rest-pipeline';
13
- import { PollerLike } from '@azure/core-lro';
14
- import { TokenCredential } from '@azure/core-auth';
15
-
16
- // @public
17
- export type ActionType = string;
18
-
19
- // @public
20
- export interface Address {
21
- addressLine1: string;
22
- addressLine2?: string;
23
- city: string;
24
- country: string;
25
- postalCode: string;
26
- state: string;
27
- }
28
-
29
- // @public
30
- export interface Alert {
31
- level: AlertLevel;
32
- message: string;
33
- }
34
-
35
- // @public
36
- export type AlertLevel = string;
37
-
38
- // @public
39
- export interface AvsConnection {
40
- serviceInitializationCompleted: boolean;
41
- serviceInitializationHandle?: ServiceInitializationHandle;
42
- serviceInitializationHandleEnc?: string;
43
- }
44
-
45
- // @public
46
- export interface AvsDiskDetails {
47
- avsStorageContainerResourceId: string;
48
- avsVmInternalId: string;
49
- avsVmName: string;
50
- avsVmResourceId: string;
51
- diskId: string;
52
- diskName: string;
53
- folder: string;
54
- }
55
-
56
- // @public
57
- export interface AvsStatus {
58
- avsEnabled: boolean;
59
- clusterResourceId?: string;
60
- currentConnectionStatus: string;
61
- }
62
-
63
- // @public
64
- export interface AvsStorageContainer extends ProxyResource {
65
- properties?: AvsStorageContainerProperties;
66
- }
67
-
68
- // @public
69
- export interface AvsStorageContainerProperties {
70
- readonly datastore?: string;
71
- readonly mounted?: boolean;
72
- provisionedLimit?: number;
73
- readonly resourceName: string;
74
- readonly space?: Space;
75
- }
76
-
77
- // @public
78
- export interface AvsStorageContainersDeleteOptionalParams extends OperationOptions {
79
- updateIntervalInMs?: number;
80
- }
81
-
82
- // @public
83
- export interface AvsStorageContainersGetOptionalParams extends OperationOptions {
84
- }
85
-
86
- // @public
87
- export interface AvsStorageContainersListByStoragePoolOptionalParams extends OperationOptions {
88
- }
89
-
90
- // @public
91
- export interface AvsStorageContainersOperations {
92
- delete: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
93
- get: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersGetOptionalParams) => Promise<AvsStorageContainer>;
94
- listByStoragePool: (resourceGroupName: string, storagePoolName: string, options?: AvsStorageContainersListByStoragePoolOptionalParams) => PagedAsyncIterableIterator<AvsStorageContainer>;
95
- }
96
-
97
- // @public
98
- export interface AvsStorageContainerVolume extends ProxyResource {
99
- properties?: VolumeProperties;
100
- }
101
-
102
- // @public
103
- export interface AvsStorageContainerVolumesDeleteOptionalParams extends OperationOptions {
104
- updateIntervalInMs?: number;
105
- }
106
-
107
- // @public
108
- export interface AvsStorageContainerVolumesGetOptionalParams extends OperationOptions {
109
- }
110
-
111
- // @public
112
- export interface AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams extends OperationOptions {
113
- }
114
-
115
- // @public
116
- export interface AvsStorageContainerVolumesOperations {
117
- delete: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
118
- get: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesGetOptionalParams) => Promise<AvsStorageContainerVolume>;
119
- listByAvsStorageContainer: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams) => PagedAsyncIterableIterator<AvsStorageContainerVolume>;
120
- update: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, properties: AvsStorageContainerVolumeUpdate, options?: AvsStorageContainerVolumesUpdateOptionalParams) => PollerLike<OperationState<AvsStorageContainerVolume>, AvsStorageContainerVolume>;
121
- }
122
-
123
- // @public
124
- export interface AvsStorageContainerVolumesUpdateOptionalParams extends OperationOptions {
125
- updateIntervalInMs?: number;
126
- }
127
-
128
- // @public
129
- export interface AvsStorageContainerVolumeUpdate {
130
- properties?: AvsStorageContainerVolumeUpdateProperties;
131
- }
132
-
133
- // @public
134
- export interface AvsStorageContainerVolumeUpdateProperties {
135
- softDeletion?: SoftDeletion;
136
- }
137
-
138
- // @public
139
- export interface AvsVm extends ProxyResource {
140
- properties?: AvsVmProperties;
141
- }
142
-
143
- // @public
144
- export interface AvsVmDetails {
145
- avsVmInternalId: string;
146
- vmId: string;
147
- vmName: string;
148
- vmType: VmType;
149
- }
150
-
151
- // @public
152
- export interface AvsVmProperties {
153
- readonly avs?: AvsVmDetails;
154
- readonly createdTimestamp?: string;
155
- readonly displayName?: string;
156
- readonly provisioningState?: ResourceProvisioningState;
157
- softDeletion?: SoftDeletion;
158
- readonly space?: Space;
159
- readonly storagePoolInternalId?: string;
160
- readonly storagePoolResourceId?: string;
161
- readonly volumeContainerType?: VolumeContainerType;
162
- }
163
-
164
- // @public
165
- export interface AvsVmsDeleteOptionalParams extends OperationOptions {
166
- updateIntervalInMs?: number;
167
- }
168
-
169
- // @public
170
- export interface AvsVmsGetOptionalParams extends OperationOptions {
171
- }
172
-
173
- // @public
174
- export interface AvsVmsListByStoragePoolOptionalParams extends OperationOptions {
175
- }
176
-
177
- // @public
178
- export interface AvsVmsOperations {
179
- delete: (resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
180
- get: (resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsGetOptionalParams) => Promise<AvsVm>;
181
- listByStoragePool: (resourceGroupName: string, storagePoolName: string, options?: AvsVmsListByStoragePoolOptionalParams) => PagedAsyncIterableIterator<AvsVm>;
182
- update: (resourceGroupName: string, storagePoolName: string, avsVmId: string, properties: AvsVmUpdate, options?: AvsVmsUpdateOptionalParams) => PollerLike<OperationState<AvsVm>, AvsVm>;
183
- }
184
-
185
- // @public
186
- export interface AvsVmsUpdateOptionalParams extends OperationOptions {
187
- updateIntervalInMs?: number;
188
- }
189
-
190
- // @public
191
- export interface AvsVmUpdate {
192
- properties?: AvsVmUpdateProperties;
193
- }
194
-
195
- // @public
196
- export interface AvsVmUpdateProperties {
197
- softDeletion?: SoftDeletion;
198
- }
199
-
200
- // @public
201
- export interface AvsVmVolume extends ProxyResource {
202
- properties?: VolumeProperties;
203
- }
204
-
205
- // @public
206
- export interface AvsVmVolumesDeleteOptionalParams extends OperationOptions {
207
- updateIntervalInMs?: number;
208
- }
209
-
210
- // @public
211
- export interface AvsVmVolumesGetOptionalParams extends OperationOptions {
212
- }
213
-
214
- // @public
215
- export interface AvsVmVolumesListByAvsVmOptionalParams extends OperationOptions {
216
- }
217
-
218
- // @public
219
- export interface AvsVmVolumesOperations {
220
- delete: (resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
221
- get: (resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesGetOptionalParams) => Promise<AvsVmVolume>;
222
- listByAvsVm: (resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmVolumesListByAvsVmOptionalParams) => PagedAsyncIterableIterator<AvsVmVolume>;
223
- update: (resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, properties: AvsVmVolumeUpdate, options?: AvsVmVolumesUpdateOptionalParams) => PollerLike<OperationState<AvsVmVolume>, AvsVmVolume>;
224
- }
225
-
226
- // @public
227
- export interface AvsVmVolumesUpdateOptionalParams extends OperationOptions {
228
- updateIntervalInMs?: number;
229
- }
230
-
231
- // @public
232
- export interface AvsVmVolumeUpdate {
233
- properties?: AvsVmVolumeUpdateProperties;
234
- }
235
-
236
- // @public
237
- export interface AvsVmVolumeUpdateProperties {
238
- softDeletion?: SoftDeletion;
239
- }
240
-
241
- // @public
242
- export interface AzureVmwareService {
243
- avsEnabled: boolean;
244
- clusterResourceId?: string;
245
- }
246
-
247
- // @public
248
- export interface BandwidthUsage {
249
- current: number;
250
- max: number;
251
- provisioned: number;
252
- }
253
-
254
- // @public
255
- export interface BillingUsageProperty {
256
- currentValue: string;
257
- previousValue?: string;
258
- propertyId: string;
259
- propertyName: string;
260
- severity: UsageSeverity;
261
- statusMessage?: string;
262
- subProperties?: BillingUsageProperty[];
263
- }
264
-
265
- // @public (undocumented)
266
- export class BlockClient {
267
- constructor(credential: TokenCredential, subscriptionId: string, options?: BlockClientOptionalParams);
268
- readonly avsStorageContainers: AvsStorageContainersOperations;
269
- readonly avsStorageContainerVolumes: AvsStorageContainerVolumesOperations;
270
- readonly avsVms: AvsVmsOperations;
271
- readonly avsVmVolumes: AvsVmVolumesOperations;
272
- readonly operations: OperationsOperations;
273
- readonly pipeline: Pipeline;
274
- readonly reservations: ReservationsOperations;
275
- readonly storagePools: StoragePoolsOperations;
276
- }
277
-
278
- // @public
279
- export interface BlockClientOptionalParams extends ClientOptions {
280
- apiVersion?: string;
281
- }
282
-
283
- // @public
284
- export interface CompanyDetails {
285
- address?: Address;
286
- companyName: string;
287
- }
288
-
289
- // @public
290
- export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
291
- continuationToken?: string;
292
- };
293
-
294
- // @public
295
- export type CreatedByType = string;
296
-
297
- // @public
298
- export interface ErrorAdditionalInfo {
299
- readonly info?: any;
300
- readonly type?: string;
301
- }
302
-
303
- // @public
304
- export interface ErrorDetail {
305
- readonly additionalInfo?: ErrorAdditionalInfo[];
306
- readonly code?: string;
307
- readonly details?: ErrorDetail[];
308
- readonly message?: string;
309
- readonly target?: string;
310
- }
311
-
312
- // @public
313
- export interface ErrorResponse {
314
- error?: ErrorDetail;
315
- }
316
-
317
- // @public
318
- export interface HealthDetails {
319
- bandwidthUsage: BandwidthUsage;
320
- dataReductionRatio: number;
321
- estimatedMaxCapacity: number;
322
- iopsUsage: IopsUsage;
323
- space: Space;
324
- usedCapacityPercentage: number;
325
- }
326
-
327
- // @public
328
- export interface IopsUsage {
329
- current: number;
330
- max: number;
331
- provisioned: number;
332
- }
333
-
334
- // @public
335
- export enum KnownActionType {
336
- Internal = "Internal"
337
- }
338
-
339
- // @public
340
- export enum KnownAlertLevel {
341
- Error = "error",
342
- Info = "info",
343
- Warning = "warning"
344
- }
345
-
346
- // @public
347
- export enum KnownCreatedByType {
348
- Application = "Application",
349
- Key = "Key",
350
- ManagedIdentity = "ManagedIdentity",
351
- User = "User"
352
- }
353
-
354
- // @public
355
- export enum KnownManagedServiceIdentityType {
356
- None = "None",
357
- SystemAssigned = "SystemAssigned",
358
- SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
359
- UserAssigned = "UserAssigned"
360
- }
361
-
362
- // @public
363
- export enum KnownMarketplaceSubscriptionStatus {
364
- PendingFulfillmentStart = "PendingFulfillmentStart",
365
- Subscribed = "Subscribed",
366
- Suspended = "Suspended",
367
- Unsubscribed = "Unsubscribed"
368
- }
369
-
370
- // @public
371
- export enum KnownOrigin {
372
- System = "system",
373
- User = "user",
374
- UserSystem = "user,system"
375
- }
376
-
377
- // @public
378
- export enum KnownProvisioningState {
379
- Accepted = "Accepted",
380
- Canceled = "Canceled",
381
- Deleting = "Deleting",
382
- Failed = "Failed",
383
- Succeeded = "Succeeded"
384
- }
385
-
386
- // @public
387
- export enum KnownResourceProvisioningState {
388
- Canceled = "Canceled",
389
- Failed = "Failed",
390
- Succeeded = "Succeeded"
391
- }
392
-
393
- // @public
394
- export enum KnownUsageSeverity {
395
- Alert = "alert",
396
- Information = "information",
397
- None = "none",
398
- Warning = "warning"
399
- }
400
-
401
- // @public
402
- export enum KnownVersions {
403
- V20241101 = "2024-11-01"
404
- }
405
-
406
- // @public
407
- export enum KnownVmType {
408
- VVol = "vvol"
409
- }
410
-
411
- // @public
412
- export enum KnownVolumeContainerType {
413
- AVS = "avs"
414
- }
415
-
416
- // @public
417
- export enum KnownVolumeType {
418
- AVS = "avs"
419
- }
420
-
421
- // @public
422
- export interface LimitDetails {
423
- performancePolicy: PerformancePolicyLimits;
424
- protectionPolicy: ProtectionPolicyLimits;
425
- storagePool: StoragePoolLimits;
426
- volume: VolumeLimits;
427
- }
428
-
429
- // @public
430
- export interface ManagedServiceIdentity {
431
- readonly principalId?: string;
432
- readonly tenantId?: string;
433
- type: ManagedServiceIdentityType;
434
- userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
435
- }
436
-
437
- // @public
438
- export type ManagedServiceIdentityType = string;
439
-
440
- // @public
441
- export interface MarketplaceDetails {
442
- offerDetails: OfferDetails;
443
- readonly subscriptionId?: string;
444
- subscriptionStatus?: MarketplaceSubscriptionStatus;
445
- }
446
-
447
- // @public
448
- export type MarketplaceSubscriptionStatus = string;
449
-
450
- // @public
451
- export interface OfferDetails {
452
- offerId: string;
453
- planId: string;
454
- planName?: string;
455
- publisherId: string;
456
- termId?: string;
457
- termUnit?: string;
458
- }
459
-
460
- // @public
461
- export interface Operation {
462
- readonly actionType?: ActionType;
463
- display?: OperationDisplay;
464
- readonly isDataAction?: boolean;
465
- readonly name?: string;
466
- readonly origin?: Origin;
467
- }
468
-
469
- // @public
470
- export interface OperationDisplay {
471
- readonly description?: string;
472
- readonly operation?: string;
473
- readonly provider?: string;
474
- readonly resource?: string;
475
- }
476
-
477
- // @public
478
- export interface OperationsListOptionalParams extends OperationOptions {
479
- }
480
-
481
- // @public
482
- export interface OperationsOperations {
483
- list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
484
- }
485
-
486
- // @public
487
- export type Origin = string;
488
-
489
- // @public
490
- export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
491
- [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
492
- byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
493
- next(): Promise<IteratorResult<TElement>>;
494
- }
495
-
496
- // @public
497
- export interface PageSettings {
498
- continuationToken?: string;
499
- }
500
-
501
- // @public
502
- export interface PerformancePolicyLimits {
503
- bandwidthLimit: RangeLimits;
504
- iopsLimit: RangeLimits;
505
- }
506
-
507
- // @public
508
- export interface ProtectionPolicyLimits {
509
- frequency: RangeLimits;
510
- retention: RangeLimits;
511
- }
512
-
513
- // @public
514
- export type ProvisioningState = string;
515
-
516
- // @public
517
- export interface ProxyResource extends Resource {
518
- }
519
-
520
- // @public
521
- export interface RangeLimits {
522
- max: number;
523
- min: number;
524
- }
525
-
526
- // @public
527
- export interface Reservation extends TrackedResource {
528
- properties?: ReservationPropertiesBaseResourceProperties;
529
- }
530
-
531
- // @public
532
- export interface ReservationBillingStatus {
533
- drrWeightedAverage: number;
534
- extraUsedCapacityLowUsageRounding: number;
535
- extraUsedCapacityNonReducible: number;
536
- extraUsedCapacityNonReduciblePlanDiscount: number;
537
- lowDrrPoolCount: number;
538
- timestamp: string;
539
- totalNonReducibleReported: number;
540
- totalPerformanceIncludedPlan: number;
541
- totalPerformanceOverage: number;
542
- totalPerformanceReported: number;
543
- totalUsedCapacityBilled: number;
544
- totalUsedCapacityIncludedPlan: number;
545
- totalUsedCapacityOverage: number;
546
- totalUsedCapacityReported: number;
547
- }
548
-
549
- // @public
550
- export interface ReservationBillingUsageReport {
551
- billingUsageProperties: BillingUsageProperty[];
552
- overallStatusMessage: string;
553
- timestamp: string;
554
- }
555
-
556
- // @public
557
- export interface ReservationPropertiesBaseResourceProperties {
558
- marketplace: MarketplaceDetails;
559
- readonly provisioningState?: ProvisioningState;
560
- readonly reservationInternalId?: string;
561
- user: UserDetails;
562
- }
563
-
564
- // @public
565
- export interface ReservationsCreateOptionalParams extends OperationOptions {
566
- updateIntervalInMs?: number;
567
- }
568
-
569
- // @public
570
- export interface ReservationsDeleteOptionalParams extends OperationOptions {
571
- updateIntervalInMs?: number;
572
- }
573
-
574
- // @public
575
- export interface ReservationsGetBillingReportOptionalParams extends OperationOptions {
576
- }
577
-
578
- // @public
579
- export interface ReservationsGetBillingStatusOptionalParams extends OperationOptions {
580
- }
581
-
582
- // @public
583
- export interface ReservationsGetOptionalParams extends OperationOptions {
584
- }
585
-
586
- // @public
587
- export interface ReservationsGetResourceLimitsOptionalParams extends OperationOptions {
588
- }
589
-
590
- // @public
591
- export interface ReservationsListByResourceGroupOptionalParams extends OperationOptions {
592
- }
593
-
594
- // @public
595
- export interface ReservationsListBySubscriptionOptionalParams extends OperationOptions {
596
- }
597
-
598
- // @public
599
- export interface ReservationsOperations {
600
- create: (resourceGroupName: string, reservationName: string, resource: Reservation, options?: ReservationsCreateOptionalParams) => PollerLike<OperationState<Reservation>, Reservation>;
601
- delete: (resourceGroupName: string, reservationName: string, options?: ReservationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
602
- get: (resourceGroupName: string, reservationName: string, options?: ReservationsGetOptionalParams) => Promise<Reservation>;
603
- getBillingReport: (resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingReportOptionalParams) => Promise<ReservationBillingUsageReport>;
604
- getBillingStatus: (resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingStatusOptionalParams) => Promise<ReservationBillingStatus>;
605
- getResourceLimits: (resourceGroupName: string, reservationName: string, options?: ReservationsGetResourceLimitsOptionalParams) => Promise<LimitDetails>;
606
- listByResourceGroup: (resourceGroupName: string, options?: ReservationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Reservation>;
607
- listBySubscription: (options?: ReservationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Reservation>;
608
- update: (resourceGroupName: string, reservationName: string, properties: ReservationUpdate, options?: ReservationsUpdateOptionalParams) => PollerLike<OperationState<Reservation>, Reservation>;
609
- }
610
-
611
- // @public
612
- export interface ReservationsUpdateOptionalParams extends OperationOptions {
613
- updateIntervalInMs?: number;
614
- }
615
-
616
- // @public
617
- export interface ReservationUpdate {
618
- properties?: ReservationUpdateProperties;
619
- tags?: Record<string, string>;
620
- }
621
-
622
- // @public
623
- export interface ReservationUpdateProperties {
624
- user?: UserDetails;
625
- }
626
-
627
- // @public
628
- export interface Resource {
629
- readonly id?: string;
630
- readonly name?: string;
631
- readonly systemData?: SystemData;
632
- readonly type?: string;
633
- }
634
-
635
- // @public
636
- export type ResourceProvisioningState = string;
637
-
638
- // @public
639
- export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: BlockClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
640
-
641
- // @public (undocumented)
642
- export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
643
- abortSignal?: AbortSignalLike;
644
- processResponseBody?: (result: TResponse) => Promise<TResult>;
645
- updateIntervalInMs?: number;
646
- }
647
-
648
- // @public
649
- export interface ServiceInitializationHandle {
650
- clusterResourceId?: string;
651
- serviceAccountUsername?: string;
652
- }
653
-
654
- // @public
655
- export interface ServiceInitializationInfo {
656
- serviceAccountPassword?: string;
657
- serviceAccountUsername?: string;
658
- vSphereCertificate?: string;
659
- vSphereIp?: string;
660
- }
661
-
662
- // @public
663
- export interface SoftDeletion {
664
- destroyed: boolean;
665
- readonly eradicationTimestamp?: string;
666
- }
667
-
668
- // @public
669
- export interface Space {
670
- shared: number;
671
- snapshots: number;
672
- totalUsed: number;
673
- unique: number;
674
- }
675
-
676
- // @public
677
- export interface StoragePool extends TrackedResource {
678
- identity?: ManagedServiceIdentity;
679
- properties?: StoragePoolProperties;
680
- }
681
-
682
- // @public
683
- export interface StoragePoolEnableAvsConnectionPost {
684
- clusterResourceId: string;
685
- }
686
-
687
- // @public
688
- export interface StoragePoolFinalizeAvsConnectionPost {
689
- serviceInitializationData?: ServiceInitializationInfo;
690
- serviceInitializationDataEnc?: string;
691
- }
692
-
693
- // @public
694
- export interface StoragePoolHealthInfo {
695
- alerts: Alert[];
696
- health: HealthDetails;
697
- }
698
-
699
- // @public
700
- export interface StoragePoolLimits {
701
- physicalAvailabilityZones: string[];
702
- provisionedBandwidthMbPerSec: RangeLimits;
703
- provisionedIops: RangeLimits;
704
- }
705
-
706
- // @public
707
- export interface StoragePoolProperties {
708
- availabilityZone: string;
709
- readonly avs?: AzureVmwareService;
710
- readonly dataRetentionPeriod?: number;
711
- provisionedBandwidthMbPerSec: number;
712
- readonly provisionedIops?: number;
713
- readonly provisioningState?: ProvisioningState;
714
- reservationResourceId: string;
715
- readonly storagePoolInternalId?: string;
716
- vnetInjection: VnetInjection;
717
- }
718
-
719
- // @public
720
- export interface StoragePoolsCreateOptionalParams extends OperationOptions {
721
- updateIntervalInMs?: number;
722
- }
723
-
724
- // @public
725
- export interface StoragePoolsDeleteOptionalParams extends OperationOptions {
726
- updateIntervalInMs?: number;
727
- }
728
-
729
- // @public
730
- export interface StoragePoolsDisableAvsConnectionOptionalParams extends OperationOptions {
731
- updateIntervalInMs?: number;
732
- }
733
-
734
- // @public
735
- export interface StoragePoolsEnableAvsConnectionOptionalParams extends OperationOptions {
736
- updateIntervalInMs?: number;
737
- }
738
-
739
- // @public
740
- export interface StoragePoolsFinalizeAvsConnectionOptionalParams extends OperationOptions {
741
- updateIntervalInMs?: number;
742
- }
743
-
744
- // @public
745
- export interface StoragePoolsGetAvsConnectionOptionalParams extends OperationOptions {
746
- }
747
-
748
- // @public
749
- export interface StoragePoolsGetAvsStatusOptionalParams extends OperationOptions {
750
- }
751
-
752
- // @public
753
- export interface StoragePoolsGetHealthStatusOptionalParams extends OperationOptions {
754
- }
755
-
756
- // @public
757
- export interface StoragePoolsGetOptionalParams extends OperationOptions {
758
- }
759
-
760
- // @public
761
- export interface StoragePoolsListByResourceGroupOptionalParams extends OperationOptions {
762
- }
763
-
764
- // @public
765
- export interface StoragePoolsListBySubscriptionOptionalParams extends OperationOptions {
766
- }
767
-
768
- // @public
769
- export interface StoragePoolsOperations {
770
- create: (resourceGroupName: string, storagePoolName: string, resource: StoragePool, options?: StoragePoolsCreateOptionalParams) => PollerLike<OperationState<StoragePool>, StoragePool>;
771
- delete: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
772
- disableAvsConnection: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsDisableAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
773
- enableAvsConnection: (resourceGroupName: string, storagePoolName: string, properties: StoragePoolEnableAvsConnectionPost, options?: StoragePoolsEnableAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
774
- finalizeAvsConnection: (resourceGroupName: string, storagePoolName: string, properties: StoragePoolFinalizeAvsConnectionPost, options?: StoragePoolsFinalizeAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
775
- get: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetOptionalParams) => Promise<StoragePool>;
776
- getAvsConnection: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetAvsConnectionOptionalParams) => Promise<AvsConnection>;
777
- getAvsStatus: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetAvsStatusOptionalParams) => Promise<AvsStatus>;
778
- getHealthStatus: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetHealthStatusOptionalParams) => Promise<StoragePoolHealthInfo>;
779
- listByResourceGroup: (resourceGroupName: string, options?: StoragePoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StoragePool>;
780
- listBySubscription: (options?: StoragePoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StoragePool>;
781
- repairAvsConnection: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsRepairAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
782
- update: (resourceGroupName: string, storagePoolName: string, properties: StoragePoolUpdate, options?: StoragePoolsUpdateOptionalParams) => PollerLike<OperationState<StoragePool>, StoragePool>;
783
- }
784
-
785
- // @public
786
- export interface StoragePoolsRepairAvsConnectionOptionalParams extends OperationOptions {
787
- updateIntervalInMs?: number;
788
- }
789
-
790
- // @public
791
- export interface StoragePoolsUpdateOptionalParams extends OperationOptions {
792
- updateIntervalInMs?: number;
793
- }
794
-
795
- // @public
796
- export interface StoragePoolUpdate {
797
- identity?: ManagedServiceIdentity;
798
- properties?: StoragePoolUpdateProperties;
799
- tags?: Record<string, string>;
800
- }
801
-
802
- // @public
803
- export interface StoragePoolUpdateProperties {
804
- provisionedBandwidthMbPerSec?: number;
805
- }
806
-
807
- // @public
808
- export interface SystemData {
809
- createdAt?: Date;
810
- createdBy?: string;
811
- createdByType?: CreatedByType;
812
- lastModifiedAt?: Date;
813
- lastModifiedBy?: string;
814
- lastModifiedByType?: CreatedByType;
815
- }
816
-
817
- // @public
818
- export interface TrackedResource extends Resource {
819
- location: string;
820
- tags?: Record<string, string>;
821
- }
822
-
823
- // @public
824
- export type UsageSeverity = string;
825
-
826
- // @public
827
- export interface UserAssignedIdentity {
828
- readonly clientId?: string;
829
- readonly principalId?: string;
830
- }
831
-
832
- // @public
833
- export interface UserDetails {
834
- companyDetails?: CompanyDetails;
835
- emailAddress: string;
836
- firstName: string;
837
- lastName: string;
838
- phoneNumber?: string;
839
- upn?: string;
840
- }
841
-
842
- // @public
843
- export type VmType = string;
844
-
845
- // @public
846
- export interface VnetInjection {
847
- subnetId: string;
848
- vnetId: string;
849
- }
850
-
851
- // @public
852
- export type VolumeContainerType = string;
853
-
854
- // @public
855
- export interface VolumeLimits {
856
- provisionedSize: RangeLimits;
857
- }
858
-
859
- // @public
860
- export interface VolumeProperties {
861
- readonly avs?: AvsDiskDetails;
862
- readonly createdTimestamp?: string;
863
- readonly displayName?: string;
864
- readonly provisionedSize?: number;
865
- readonly provisioningState?: ResourceProvisioningState;
866
- softDeletion: SoftDeletion;
867
- readonly space?: Space;
868
- readonly storagePoolInternalId?: string;
869
- readonly storagePoolResourceId?: string;
870
- readonly volumeInternalId?: string;
871
- readonly volumeType?: VolumeType;
872
- }
873
-
874
- // @public
875
- export type VolumeType = string;
876
-
877
- // (No @packageDocumentation comment for this package)
878
-
879
- ```
1
+ ## API Report File for "@azure/arm-purestorageblock"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { AbortSignalLike } from '@azure/abort-controller';
8
+ import { ClientOptions } from '@azure-rest/core-client';
9
+ import { OperationOptions } from '@azure-rest/core-client';
10
+ import { OperationState } from '@azure/core-lro';
11
+ import { PathUncheckedResponse } from '@azure-rest/core-client';
12
+ import { Pipeline } from '@azure/core-rest-pipeline';
13
+ import { PollerLike } from '@azure/core-lro';
14
+ import { TokenCredential } from '@azure/core-auth';
15
+
16
+ // @public
17
+ export type ActionType = string;
18
+
19
+ // @public
20
+ export interface Address {
21
+ addressLine1: string;
22
+ addressLine2?: string;
23
+ city: string;
24
+ country: string;
25
+ postalCode: string;
26
+ state: string;
27
+ }
28
+
29
+ // @public
30
+ export interface Alert {
31
+ level: AlertLevel;
32
+ message: string;
33
+ }
34
+
35
+ // @public
36
+ export type AlertLevel = string;
37
+
38
+ // @public
39
+ export interface AvsConnection {
40
+ serviceInitializationCompleted: boolean;
41
+ serviceInitializationHandle?: ServiceInitializationHandle;
42
+ serviceInitializationHandleEnc?: string;
43
+ }
44
+
45
+ // @public
46
+ export interface AvsDiskDetails {
47
+ avsStorageContainerResourceId: string;
48
+ avsVmInternalId: string;
49
+ avsVmName: string;
50
+ avsVmResourceId: string;
51
+ diskId: string;
52
+ diskName: string;
53
+ folder: string;
54
+ }
55
+
56
+ // @public
57
+ export interface AvsStatus {
58
+ avsEnabled: boolean;
59
+ clusterResourceId?: string;
60
+ currentConnectionStatus: string;
61
+ }
62
+
63
+ // @public
64
+ export interface AvsStorageContainer extends ProxyResource {
65
+ properties?: AvsStorageContainerProperties;
66
+ }
67
+
68
+ // @public
69
+ export interface AvsStorageContainerProperties {
70
+ readonly datastore?: string;
71
+ readonly mounted?: boolean;
72
+ provisionedLimit?: number;
73
+ readonly resourceName: string;
74
+ readonly space?: Space;
75
+ }
76
+
77
+ // @public
78
+ export interface AvsStorageContainersDeleteOptionalParams extends OperationOptions {
79
+ updateIntervalInMs?: number;
80
+ }
81
+
82
+ // @public
83
+ export interface AvsStorageContainersGetOptionalParams extends OperationOptions {
84
+ }
85
+
86
+ // @public
87
+ export interface AvsStorageContainersListByStoragePoolOptionalParams extends OperationOptions {
88
+ }
89
+
90
+ // @public
91
+ export interface AvsStorageContainersOperations {
92
+ delete: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
93
+ get: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainersGetOptionalParams) => Promise<AvsStorageContainer>;
94
+ listByStoragePool: (resourceGroupName: string, storagePoolName: string, options?: AvsStorageContainersListByStoragePoolOptionalParams) => PagedAsyncIterableIterator<AvsStorageContainer>;
95
+ }
96
+
97
+ // @public
98
+ export interface AvsStorageContainerVolume extends ProxyResource {
99
+ properties?: VolumeProperties;
100
+ }
101
+
102
+ // @public
103
+ export interface AvsStorageContainerVolumesDeleteOptionalParams extends OperationOptions {
104
+ updateIntervalInMs?: number;
105
+ }
106
+
107
+ // @public
108
+ export interface AvsStorageContainerVolumesGetOptionalParams extends OperationOptions {
109
+ }
110
+
111
+ // @public
112
+ export interface AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams extends OperationOptions {
113
+ }
114
+
115
+ // @public
116
+ export interface AvsStorageContainerVolumesOperations {
117
+ delete: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
118
+ get: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, options?: AvsStorageContainerVolumesGetOptionalParams) => Promise<AvsStorageContainerVolume>;
119
+ listByAvsStorageContainer: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, options?: AvsStorageContainerVolumesListByAvsStorageContainerOptionalParams) => PagedAsyncIterableIterator<AvsStorageContainerVolume>;
120
+ update: (resourceGroupName: string, storagePoolName: string, storageContainerName: string, volumeId: string, properties: AvsStorageContainerVolumeUpdate, options?: AvsStorageContainerVolumesUpdateOptionalParams) => PollerLike<OperationState<AvsStorageContainerVolume>, AvsStorageContainerVolume>;
121
+ }
122
+
123
+ // @public
124
+ export interface AvsStorageContainerVolumesUpdateOptionalParams extends OperationOptions {
125
+ updateIntervalInMs?: number;
126
+ }
127
+
128
+ // @public
129
+ export interface AvsStorageContainerVolumeUpdate {
130
+ properties?: AvsStorageContainerVolumeUpdateProperties;
131
+ }
132
+
133
+ // @public
134
+ export interface AvsStorageContainerVolumeUpdateProperties {
135
+ softDeletion?: SoftDeletion;
136
+ }
137
+
138
+ // @public
139
+ export interface AvsVm extends ProxyResource {
140
+ properties?: AvsVmProperties;
141
+ }
142
+
143
+ // @public
144
+ export interface AvsVmDetails {
145
+ avsVmInternalId: string;
146
+ vmId: string;
147
+ vmName: string;
148
+ vmType: VmType;
149
+ }
150
+
151
+ // @public
152
+ export interface AvsVmProperties {
153
+ readonly avs?: AvsVmDetails;
154
+ readonly createdTimestamp?: string;
155
+ readonly displayName?: string;
156
+ readonly provisioningState?: ResourceProvisioningState;
157
+ softDeletion?: SoftDeletion;
158
+ readonly space?: Space;
159
+ readonly storagePoolInternalId?: string;
160
+ readonly storagePoolResourceId?: string;
161
+ readonly volumeContainerType?: VolumeContainerType;
162
+ }
163
+
164
+ // @public
165
+ export interface AvsVmsDeleteOptionalParams extends OperationOptions {
166
+ updateIntervalInMs?: number;
167
+ }
168
+
169
+ // @public
170
+ export interface AvsVmsGetOptionalParams extends OperationOptions {
171
+ }
172
+
173
+ // @public
174
+ export interface AvsVmsListByStoragePoolOptionalParams extends OperationOptions {
175
+ }
176
+
177
+ // @public
178
+ export interface AvsVmsOperations {
179
+ delete: (resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
180
+ get: (resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmsGetOptionalParams) => Promise<AvsVm>;
181
+ listByStoragePool: (resourceGroupName: string, storagePoolName: string, options?: AvsVmsListByStoragePoolOptionalParams) => PagedAsyncIterableIterator<AvsVm>;
182
+ update: (resourceGroupName: string, storagePoolName: string, avsVmId: string, properties: AvsVmUpdate, options?: AvsVmsUpdateOptionalParams) => PollerLike<OperationState<AvsVm>, AvsVm>;
183
+ }
184
+
185
+ // @public
186
+ export interface AvsVmsUpdateOptionalParams extends OperationOptions {
187
+ updateIntervalInMs?: number;
188
+ }
189
+
190
+ // @public
191
+ export interface AvsVmUpdate {
192
+ properties?: AvsVmUpdateProperties;
193
+ }
194
+
195
+ // @public
196
+ export interface AvsVmUpdateProperties {
197
+ softDeletion?: SoftDeletion;
198
+ }
199
+
200
+ // @public
201
+ export interface AvsVmVolume extends ProxyResource {
202
+ properties?: VolumeProperties;
203
+ }
204
+
205
+ // @public
206
+ export interface AvsVmVolumesDeleteOptionalParams extends OperationOptions {
207
+ updateIntervalInMs?: number;
208
+ }
209
+
210
+ // @public
211
+ export interface AvsVmVolumesGetOptionalParams extends OperationOptions {
212
+ }
213
+
214
+ // @public
215
+ export interface AvsVmVolumesListByAvsVmOptionalParams extends OperationOptions {
216
+ }
217
+
218
+ // @public
219
+ export interface AvsVmVolumesOperations {
220
+ delete: (resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
221
+ get: (resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, options?: AvsVmVolumesGetOptionalParams) => Promise<AvsVmVolume>;
222
+ listByAvsVm: (resourceGroupName: string, storagePoolName: string, avsVmId: string, options?: AvsVmVolumesListByAvsVmOptionalParams) => PagedAsyncIterableIterator<AvsVmVolume>;
223
+ update: (resourceGroupName: string, storagePoolName: string, avsVmId: string, volumeId: string, properties: AvsVmVolumeUpdate, options?: AvsVmVolumesUpdateOptionalParams) => PollerLike<OperationState<AvsVmVolume>, AvsVmVolume>;
224
+ }
225
+
226
+ // @public
227
+ export interface AvsVmVolumesUpdateOptionalParams extends OperationOptions {
228
+ updateIntervalInMs?: number;
229
+ }
230
+
231
+ // @public
232
+ export interface AvsVmVolumeUpdate {
233
+ properties?: AvsVmVolumeUpdateProperties;
234
+ }
235
+
236
+ // @public
237
+ export interface AvsVmVolumeUpdateProperties {
238
+ softDeletion?: SoftDeletion;
239
+ }
240
+
241
+ // @public
242
+ export interface AzureVmwareService {
243
+ avsEnabled: boolean;
244
+ clusterResourceId?: string;
245
+ }
246
+
247
+ // @public
248
+ export interface BandwidthUsage {
249
+ current: number;
250
+ max: number;
251
+ provisioned: number;
252
+ }
253
+
254
+ // @public
255
+ export interface BillingUsageProperty {
256
+ currentValue: string;
257
+ previousValue?: string;
258
+ propertyId: string;
259
+ propertyName: string;
260
+ severity: UsageSeverity;
261
+ statusMessage?: string;
262
+ subProperties?: BillingUsageProperty[];
263
+ }
264
+
265
+ // @public (undocumented)
266
+ export class BlockClient {
267
+ constructor(credential: TokenCredential, subscriptionId: string, options?: BlockClientOptionalParams);
268
+ readonly avsStorageContainers: AvsStorageContainersOperations;
269
+ readonly avsStorageContainerVolumes: AvsStorageContainerVolumesOperations;
270
+ readonly avsVms: AvsVmsOperations;
271
+ readonly avsVmVolumes: AvsVmVolumesOperations;
272
+ readonly operations: OperationsOperations;
273
+ readonly pipeline: Pipeline;
274
+ readonly reservations: ReservationsOperations;
275
+ readonly storagePools: StoragePoolsOperations;
276
+ }
277
+
278
+ // @public
279
+ export interface BlockClientOptionalParams extends ClientOptions {
280
+ apiVersion?: string;
281
+ }
282
+
283
+ // @public
284
+ export interface CompanyDetails {
285
+ address?: Address;
286
+ companyName: string;
287
+ }
288
+
289
+ // @public
290
+ export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
291
+ continuationToken?: string;
292
+ };
293
+
294
+ // @public
295
+ export type CreatedByType = string;
296
+
297
+ // @public
298
+ export interface ErrorAdditionalInfo {
299
+ readonly info?: any;
300
+ readonly type?: string;
301
+ }
302
+
303
+ // @public
304
+ export interface ErrorDetail {
305
+ readonly additionalInfo?: ErrorAdditionalInfo[];
306
+ readonly code?: string;
307
+ readonly details?: ErrorDetail[];
308
+ readonly message?: string;
309
+ readonly target?: string;
310
+ }
311
+
312
+ // @public
313
+ export interface ErrorResponse {
314
+ error?: ErrorDetail;
315
+ }
316
+
317
+ // @public
318
+ export interface HealthDetails {
319
+ bandwidthUsage: BandwidthUsage;
320
+ dataReductionRatio: number;
321
+ estimatedMaxCapacity: number;
322
+ iopsUsage: IopsUsage;
323
+ space: Space;
324
+ usedCapacityPercentage: number;
325
+ }
326
+
327
+ // @public
328
+ export interface IopsUsage {
329
+ current: number;
330
+ max: number;
331
+ provisioned: number;
332
+ }
333
+
334
+ // @public
335
+ export enum KnownActionType {
336
+ Internal = "Internal"
337
+ }
338
+
339
+ // @public
340
+ export enum KnownAlertLevel {
341
+ Error = "error",
342
+ Info = "info",
343
+ Warning = "warning"
344
+ }
345
+
346
+ // @public
347
+ export enum KnownCreatedByType {
348
+ Application = "Application",
349
+ Key = "Key",
350
+ ManagedIdentity = "ManagedIdentity",
351
+ User = "User"
352
+ }
353
+
354
+ // @public
355
+ export enum KnownManagedServiceIdentityType {
356
+ None = "None",
357
+ SystemAssigned = "SystemAssigned",
358
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
359
+ UserAssigned = "UserAssigned"
360
+ }
361
+
362
+ // @public
363
+ export enum KnownMarketplaceSubscriptionStatus {
364
+ PendingFulfillmentStart = "PendingFulfillmentStart",
365
+ Subscribed = "Subscribed",
366
+ Suspended = "Suspended",
367
+ Unsubscribed = "Unsubscribed"
368
+ }
369
+
370
+ // @public
371
+ export enum KnownOrigin {
372
+ System = "system",
373
+ User = "user",
374
+ UserSystem = "user,system"
375
+ }
376
+
377
+ // @public
378
+ export enum KnownProvisioningState {
379
+ Accepted = "Accepted",
380
+ Canceled = "Canceled",
381
+ Deleting = "Deleting",
382
+ Failed = "Failed",
383
+ Succeeded = "Succeeded"
384
+ }
385
+
386
+ // @public
387
+ export enum KnownResourceProvisioningState {
388
+ Canceled = "Canceled",
389
+ Failed = "Failed",
390
+ Succeeded = "Succeeded"
391
+ }
392
+
393
+ // @public
394
+ export enum KnownUsageSeverity {
395
+ Alert = "alert",
396
+ Information = "information",
397
+ None = "none",
398
+ Warning = "warning"
399
+ }
400
+
401
+ // @public
402
+ export enum KnownVersions {
403
+ V20241101 = "2024-11-01"
404
+ }
405
+
406
+ // @public
407
+ export enum KnownVmType {
408
+ VVol = "vvol"
409
+ }
410
+
411
+ // @public
412
+ export enum KnownVolumeContainerType {
413
+ AVS = "avs"
414
+ }
415
+
416
+ // @public
417
+ export enum KnownVolumeType {
418
+ AVS = "avs"
419
+ }
420
+
421
+ // @public
422
+ export interface LimitDetails {
423
+ performancePolicy: PerformancePolicyLimits;
424
+ protectionPolicy: ProtectionPolicyLimits;
425
+ storagePool: StoragePoolLimits;
426
+ volume: VolumeLimits;
427
+ }
428
+
429
+ // @public
430
+ export interface ManagedServiceIdentity {
431
+ readonly principalId?: string;
432
+ readonly tenantId?: string;
433
+ type: ManagedServiceIdentityType;
434
+ userAssignedIdentities?: Record<string, UserAssignedIdentity | null>;
435
+ }
436
+
437
+ // @public
438
+ export type ManagedServiceIdentityType = string;
439
+
440
+ // @public
441
+ export interface MarketplaceDetails {
442
+ offerDetails: OfferDetails;
443
+ readonly subscriptionId?: string;
444
+ subscriptionStatus?: MarketplaceSubscriptionStatus;
445
+ }
446
+
447
+ // @public
448
+ export type MarketplaceSubscriptionStatus = string;
449
+
450
+ // @public
451
+ export interface OfferDetails {
452
+ offerId: string;
453
+ planId: string;
454
+ planName?: string;
455
+ publisherId: string;
456
+ termId?: string;
457
+ termUnit?: string;
458
+ }
459
+
460
+ // @public
461
+ export interface Operation {
462
+ readonly actionType?: ActionType;
463
+ display?: OperationDisplay;
464
+ readonly isDataAction?: boolean;
465
+ readonly name?: string;
466
+ readonly origin?: Origin;
467
+ }
468
+
469
+ // @public
470
+ export interface OperationDisplay {
471
+ readonly description?: string;
472
+ readonly operation?: string;
473
+ readonly provider?: string;
474
+ readonly resource?: string;
475
+ }
476
+
477
+ // @public
478
+ export interface OperationsListOptionalParams extends OperationOptions {
479
+ }
480
+
481
+ // @public
482
+ export interface OperationsOperations {
483
+ list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
484
+ }
485
+
486
+ // @public
487
+ export type Origin = string;
488
+
489
+ // @public
490
+ export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
491
+ [Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
492
+ byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
493
+ next(): Promise<IteratorResult<TElement>>;
494
+ }
495
+
496
+ // @public
497
+ export interface PageSettings {
498
+ continuationToken?: string;
499
+ }
500
+
501
+ // @public
502
+ export interface PerformancePolicyLimits {
503
+ bandwidthLimit: RangeLimits;
504
+ iopsLimit: RangeLimits;
505
+ }
506
+
507
+ // @public
508
+ export interface ProtectionPolicyLimits {
509
+ frequency: RangeLimits;
510
+ retention: RangeLimits;
511
+ }
512
+
513
+ // @public
514
+ export type ProvisioningState = string;
515
+
516
+ // @public
517
+ export interface ProxyResource extends Resource {
518
+ }
519
+
520
+ // @public
521
+ export interface RangeLimits {
522
+ max: number;
523
+ min: number;
524
+ }
525
+
526
+ // @public
527
+ export interface Reservation extends TrackedResource {
528
+ properties?: ReservationPropertiesBaseResourceProperties;
529
+ }
530
+
531
+ // @public
532
+ export interface ReservationBillingStatus {
533
+ drrWeightedAverage: number;
534
+ extraUsedCapacityLowUsageRounding: number;
535
+ extraUsedCapacityNonReducible: number;
536
+ extraUsedCapacityNonReduciblePlanDiscount: number;
537
+ lowDrrPoolCount: number;
538
+ timestamp: string;
539
+ totalNonReducibleReported: number;
540
+ totalPerformanceIncludedPlan: number;
541
+ totalPerformanceOverage: number;
542
+ totalPerformanceReported: number;
543
+ totalUsedCapacityBilled: number;
544
+ totalUsedCapacityIncludedPlan: number;
545
+ totalUsedCapacityOverage: number;
546
+ totalUsedCapacityReported: number;
547
+ }
548
+
549
+ // @public
550
+ export interface ReservationBillingUsageReport {
551
+ billingUsageProperties: BillingUsageProperty[];
552
+ overallStatusMessage: string;
553
+ timestamp: string;
554
+ }
555
+
556
+ // @public
557
+ export interface ReservationPropertiesBaseResourceProperties {
558
+ marketplace: MarketplaceDetails;
559
+ readonly provisioningState?: ProvisioningState;
560
+ readonly reservationInternalId?: string;
561
+ user: UserDetails;
562
+ }
563
+
564
+ // @public
565
+ export interface ReservationsCreateOptionalParams extends OperationOptions {
566
+ updateIntervalInMs?: number;
567
+ }
568
+
569
+ // @public
570
+ export interface ReservationsDeleteOptionalParams extends OperationOptions {
571
+ updateIntervalInMs?: number;
572
+ }
573
+
574
+ // @public
575
+ export interface ReservationsGetBillingReportOptionalParams extends OperationOptions {
576
+ }
577
+
578
+ // @public
579
+ export interface ReservationsGetBillingStatusOptionalParams extends OperationOptions {
580
+ }
581
+
582
+ // @public
583
+ export interface ReservationsGetOptionalParams extends OperationOptions {
584
+ }
585
+
586
+ // @public
587
+ export interface ReservationsGetResourceLimitsOptionalParams extends OperationOptions {
588
+ }
589
+
590
+ // @public
591
+ export interface ReservationsListByResourceGroupOptionalParams extends OperationOptions {
592
+ }
593
+
594
+ // @public
595
+ export interface ReservationsListBySubscriptionOptionalParams extends OperationOptions {
596
+ }
597
+
598
+ // @public
599
+ export interface ReservationsOperations {
600
+ create: (resourceGroupName: string, reservationName: string, resource: Reservation, options?: ReservationsCreateOptionalParams) => PollerLike<OperationState<Reservation>, Reservation>;
601
+ delete: (resourceGroupName: string, reservationName: string, options?: ReservationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
602
+ get: (resourceGroupName: string, reservationName: string, options?: ReservationsGetOptionalParams) => Promise<Reservation>;
603
+ getBillingReport: (resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingReportOptionalParams) => Promise<ReservationBillingUsageReport>;
604
+ getBillingStatus: (resourceGroupName: string, reservationName: string, options?: ReservationsGetBillingStatusOptionalParams) => Promise<ReservationBillingStatus>;
605
+ getResourceLimits: (resourceGroupName: string, reservationName: string, options?: ReservationsGetResourceLimitsOptionalParams) => Promise<LimitDetails>;
606
+ listByResourceGroup: (resourceGroupName: string, options?: ReservationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Reservation>;
607
+ listBySubscription: (options?: ReservationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Reservation>;
608
+ update: (resourceGroupName: string, reservationName: string, properties: ReservationUpdate, options?: ReservationsUpdateOptionalParams) => PollerLike<OperationState<Reservation>, Reservation>;
609
+ }
610
+
611
+ // @public
612
+ export interface ReservationsUpdateOptionalParams extends OperationOptions {
613
+ updateIntervalInMs?: number;
614
+ }
615
+
616
+ // @public
617
+ export interface ReservationUpdate {
618
+ properties?: ReservationUpdateProperties;
619
+ tags?: Record<string, string>;
620
+ }
621
+
622
+ // @public
623
+ export interface ReservationUpdateProperties {
624
+ user?: UserDetails;
625
+ }
626
+
627
+ // @public
628
+ export interface Resource {
629
+ readonly id?: string;
630
+ readonly name?: string;
631
+ readonly systemData?: SystemData;
632
+ readonly type?: string;
633
+ }
634
+
635
+ // @public
636
+ export type ResourceProvisioningState = string;
637
+
638
+ // @public
639
+ export function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: BlockClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
640
+
641
+ // @public (undocumented)
642
+ export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
643
+ abortSignal?: AbortSignalLike;
644
+ processResponseBody?: (result: TResponse) => Promise<TResult>;
645
+ updateIntervalInMs?: number;
646
+ }
647
+
648
+ // @public
649
+ export interface ServiceInitializationHandle {
650
+ clusterResourceId?: string;
651
+ serviceAccountUsername?: string;
652
+ }
653
+
654
+ // @public
655
+ export interface ServiceInitializationInfo {
656
+ serviceAccountPassword?: string;
657
+ serviceAccountUsername?: string;
658
+ vSphereCertificate?: string;
659
+ vSphereIp?: string;
660
+ }
661
+
662
+ // @public
663
+ export interface SoftDeletion {
664
+ destroyed: boolean;
665
+ readonly eradicationTimestamp?: string;
666
+ }
667
+
668
+ // @public
669
+ export interface Space {
670
+ shared: number;
671
+ snapshots: number;
672
+ totalUsed: number;
673
+ unique: number;
674
+ }
675
+
676
+ // @public
677
+ export interface StoragePool extends TrackedResource {
678
+ identity?: ManagedServiceIdentity;
679
+ properties?: StoragePoolProperties;
680
+ }
681
+
682
+ // @public
683
+ export interface StoragePoolEnableAvsConnectionPost {
684
+ clusterResourceId: string;
685
+ }
686
+
687
+ // @public
688
+ export interface StoragePoolFinalizeAvsConnectionPost {
689
+ serviceInitializationData?: ServiceInitializationInfo;
690
+ serviceInitializationDataEnc?: string;
691
+ }
692
+
693
+ // @public
694
+ export interface StoragePoolHealthInfo {
695
+ alerts: Alert[];
696
+ health: HealthDetails;
697
+ }
698
+
699
+ // @public
700
+ export interface StoragePoolLimits {
701
+ physicalAvailabilityZones: string[];
702
+ provisionedBandwidthMbPerSec: RangeLimits;
703
+ provisionedIops: RangeLimits;
704
+ }
705
+
706
+ // @public
707
+ export interface StoragePoolProperties {
708
+ availabilityZone: string;
709
+ readonly avs?: AzureVmwareService;
710
+ readonly dataRetentionPeriod?: number;
711
+ provisionedBandwidthMbPerSec: number;
712
+ readonly provisionedIops?: number;
713
+ readonly provisioningState?: ProvisioningState;
714
+ reservationResourceId: string;
715
+ readonly storagePoolInternalId?: string;
716
+ vnetInjection: VnetInjection;
717
+ }
718
+
719
+ // @public
720
+ export interface StoragePoolsCreateOptionalParams extends OperationOptions {
721
+ updateIntervalInMs?: number;
722
+ }
723
+
724
+ // @public
725
+ export interface StoragePoolsDeleteOptionalParams extends OperationOptions {
726
+ updateIntervalInMs?: number;
727
+ }
728
+
729
+ // @public
730
+ export interface StoragePoolsDisableAvsConnectionOptionalParams extends OperationOptions {
731
+ updateIntervalInMs?: number;
732
+ }
733
+
734
+ // @public
735
+ export interface StoragePoolsEnableAvsConnectionOptionalParams extends OperationOptions {
736
+ updateIntervalInMs?: number;
737
+ }
738
+
739
+ // @public
740
+ export interface StoragePoolsFinalizeAvsConnectionOptionalParams extends OperationOptions {
741
+ updateIntervalInMs?: number;
742
+ }
743
+
744
+ // @public
745
+ export interface StoragePoolsGetAvsConnectionOptionalParams extends OperationOptions {
746
+ }
747
+
748
+ // @public
749
+ export interface StoragePoolsGetAvsStatusOptionalParams extends OperationOptions {
750
+ }
751
+
752
+ // @public
753
+ export interface StoragePoolsGetHealthStatusOptionalParams extends OperationOptions {
754
+ }
755
+
756
+ // @public
757
+ export interface StoragePoolsGetOptionalParams extends OperationOptions {
758
+ }
759
+
760
+ // @public
761
+ export interface StoragePoolsListByResourceGroupOptionalParams extends OperationOptions {
762
+ }
763
+
764
+ // @public
765
+ export interface StoragePoolsListBySubscriptionOptionalParams extends OperationOptions {
766
+ }
767
+
768
+ // @public
769
+ export interface StoragePoolsOperations {
770
+ create: (resourceGroupName: string, storagePoolName: string, resource: StoragePool, options?: StoragePoolsCreateOptionalParams) => PollerLike<OperationState<StoragePool>, StoragePool>;
771
+ delete: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
772
+ disableAvsConnection: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsDisableAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
773
+ enableAvsConnection: (resourceGroupName: string, storagePoolName: string, properties: StoragePoolEnableAvsConnectionPost, options?: StoragePoolsEnableAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
774
+ finalizeAvsConnection: (resourceGroupName: string, storagePoolName: string, properties: StoragePoolFinalizeAvsConnectionPost, options?: StoragePoolsFinalizeAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
775
+ get: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetOptionalParams) => Promise<StoragePool>;
776
+ getAvsConnection: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetAvsConnectionOptionalParams) => Promise<AvsConnection>;
777
+ getAvsStatus: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetAvsStatusOptionalParams) => Promise<AvsStatus>;
778
+ getHealthStatus: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsGetHealthStatusOptionalParams) => Promise<StoragePoolHealthInfo>;
779
+ listByResourceGroup: (resourceGroupName: string, options?: StoragePoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<StoragePool>;
780
+ listBySubscription: (options?: StoragePoolsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<StoragePool>;
781
+ repairAvsConnection: (resourceGroupName: string, storagePoolName: string, options?: StoragePoolsRepairAvsConnectionOptionalParams) => PollerLike<OperationState<void>, void>;
782
+ update: (resourceGroupName: string, storagePoolName: string, properties: StoragePoolUpdate, options?: StoragePoolsUpdateOptionalParams) => PollerLike<OperationState<StoragePool>, StoragePool>;
783
+ }
784
+
785
+ // @public
786
+ export interface StoragePoolsRepairAvsConnectionOptionalParams extends OperationOptions {
787
+ updateIntervalInMs?: number;
788
+ }
789
+
790
+ // @public
791
+ export interface StoragePoolsUpdateOptionalParams extends OperationOptions {
792
+ updateIntervalInMs?: number;
793
+ }
794
+
795
+ // @public
796
+ export interface StoragePoolUpdate {
797
+ identity?: ManagedServiceIdentity;
798
+ properties?: StoragePoolUpdateProperties;
799
+ tags?: Record<string, string>;
800
+ }
801
+
802
+ // @public
803
+ export interface StoragePoolUpdateProperties {
804
+ provisionedBandwidthMbPerSec?: number;
805
+ }
806
+
807
+ // @public
808
+ export interface SystemData {
809
+ createdAt?: Date;
810
+ createdBy?: string;
811
+ createdByType?: CreatedByType;
812
+ lastModifiedAt?: Date;
813
+ lastModifiedBy?: string;
814
+ lastModifiedByType?: CreatedByType;
815
+ }
816
+
817
+ // @public
818
+ export interface TrackedResource extends Resource {
819
+ location: string;
820
+ tags?: Record<string, string>;
821
+ }
822
+
823
+ // @public
824
+ export type UsageSeverity = string;
825
+
826
+ // @public
827
+ export interface UserAssignedIdentity {
828
+ readonly clientId?: string;
829
+ readonly principalId?: string;
830
+ }
831
+
832
+ // @public
833
+ export interface UserDetails {
834
+ companyDetails?: CompanyDetails;
835
+ emailAddress: string;
836
+ firstName: string;
837
+ lastName: string;
838
+ phoneNumber?: string;
839
+ upn?: string;
840
+ }
841
+
842
+ // @public
843
+ export type VmType = string;
844
+
845
+ // @public
846
+ export interface VnetInjection {
847
+ subnetId: string;
848
+ vnetId: string;
849
+ }
850
+
851
+ // @public
852
+ export type VolumeContainerType = string;
853
+
854
+ // @public
855
+ export interface VolumeLimits {
856
+ provisionedSize: RangeLimits;
857
+ }
858
+
859
+ // @public
860
+ export interface VolumeProperties {
861
+ readonly avs?: AvsDiskDetails;
862
+ readonly createdTimestamp?: string;
863
+ readonly displayName?: string;
864
+ readonly provisionedSize?: number;
865
+ readonly provisioningState?: ResourceProvisioningState;
866
+ softDeletion: SoftDeletion;
867
+ readonly space?: Space;
868
+ readonly storagePoolInternalId?: string;
869
+ readonly storagePoolResourceId?: string;
870
+ readonly volumeInternalId?: string;
871
+ readonly volumeType?: VolumeType;
872
+ }
873
+
874
+ // @public
875
+ export type VolumeType = string;
876
+
877
+ // (No @packageDocumentation comment for this package)
878
+
879
+ ```