@azure/arm-storage-profile-2020-09-01-hybrid 1.0.0 → 2.0.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.
Files changed (264) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +83 -73
  4. package/dist/index.js +5576 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1772 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +185 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +84 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1591 -1449
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +30 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +242 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
  29. package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
  30. package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
  31. package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
  32. package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
  33. package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
  34. package/dist-esm/src/operations/encryptionScopes.js +278 -0
  35. package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +4 -5
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
  41. package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
  42. package/dist-esm/src/operations/managementPolicies.js +126 -0
  43. package/dist-esm/src/operations/managementPolicies.js.map +1 -0
  44. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +74 -0
  45. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +222 -0
  47. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
  48. package/dist-esm/src/operations/operations.d.ts +26 -0
  49. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/operations.js +87 -0
  51. package/dist-esm/src/operations/operations.js.map +1 -0
  52. package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
  53. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
  55. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  56. package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
  57. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  59. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  60. package/dist-esm/src/operations/skus.d.ts +26 -0
  61. package/dist-esm/src/operations/skus.d.ts.map +1 -0
  62. package/dist-esm/src/operations/skus.js +87 -0
  63. package/dist-esm/src/operations/skus.js.map +1 -0
  64. package/dist-esm/src/operations/storageAccounts.d.ts +228 -0
  65. package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
  66. package/dist-esm/src/operations/storageAccounts.js +722 -0
  67. package/dist-esm/src/operations/storageAccounts.js.map +1 -0
  68. package/dist-esm/src/operations/usages.d.ts +28 -0
  69. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  70. package/dist-esm/src/operations/usages.js +93 -0
  71. package/dist-esm/src/operations/usages.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
  73. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
  77. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
  81. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/index.js +18 -0
  83. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
  85. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +54 -0
  89. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
  97. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
  101. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
  105. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/skus.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +196 -0
  109. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
  113. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  116. package/dist-esm/src/storageManagementClient.d.ts +27 -0
  117. package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
  118. package/dist-esm/src/storageManagementClient.js +60 -0
  119. package/dist-esm/src/storageManagementClient.js.map +1 -0
  120. package/dist-esm/test/sampleTest.d.ts +2 -0
  121. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  122. package/dist-esm/test/sampleTest.js +40 -0
  123. package/dist-esm/test/sampleTest.js.map +1 -0
  124. package/package.json +74 -22
  125. package/review/arm-storage-profile-2020-09-01-hybrid.api.md +1396 -0
  126. package/rollup.config.js +115 -30
  127. package/src/index.ts +12 -0
  128. package/src/lroImpl.ts +34 -0
  129. package/src/models/index.ts +1411 -2087
  130. package/src/models/mappers.ts +1470 -1320
  131. package/src/models/parameters.ts +186 -76
  132. package/src/operations/blobInventoryPolicies.ts +282 -0
  133. package/src/operations/encryptionScopes.ts +238 -295
  134. package/src/operations/index.ts +4 -5
  135. package/src/operations/managementPolicies.ts +108 -182
  136. package/src/operations/objectReplicationPoliciesOperations.ts +186 -234
  137. package/src/operations/operations.ts +66 -45
  138. package/src/operations/privateEndpointConnections.ts +182 -221
  139. package/src/operations/privateLinkResources.ts +43 -67
  140. package/src/operations/skus.ts +64 -48
  141. package/src/operations/storageAccounts.ts +759 -838
  142. package/src/operations/usages.ts +78 -52
  143. package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
  144. package/src/operationsInterfaces/encryptionScopes.ts +102 -0
  145. package/src/operationsInterfaces/index.ts +18 -0
  146. package/src/operationsInterfaces/managementPolicies.ts +74 -0
  147. package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +91 -0
  148. package/src/operationsInterfaces/operations.ts +22 -0
  149. package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
  150. package/src/operationsInterfaces/privateLinkResources.ts +30 -0
  151. package/src/operationsInterfaces/skus.ts +22 -0
  152. package/src/operationsInterfaces/storageAccounts.ts +319 -0
  153. package/src/operationsInterfaces/usages.ts +24 -0
  154. package/src/storageManagementClient.ts +105 -46
  155. package/tsconfig.json +14 -6
  156. package/types/arm-storage-profile-2020-09-01-hybrid.d.ts +2508 -0
  157. package/types/tsdoc-metadata.json +11 -0
  158. package/dist/arm-storage-profile-2020-09-01-hybrid.js +0 -5017
  159. package/dist/arm-storage-profile-2020-09-01-hybrid.js.map +0 -1
  160. package/dist/arm-storage-profile-2020-09-01-hybrid.min.js +0 -1
  161. package/dist/arm-storage-profile-2020-09-01-hybrid.min.js.map +0 -1
  162. package/esm/models/encryptionScopesMappers.d.ts +0 -2
  163. package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
  164. package/esm/models/encryptionScopesMappers.js +0 -9
  165. package/esm/models/encryptionScopesMappers.js.map +0 -1
  166. package/esm/models/index.d.ts +0 -2493
  167. package/esm/models/index.d.ts.map +0 -1
  168. package/esm/models/index.js +0 -8
  169. package/esm/models/index.js.map +0 -1
  170. package/esm/models/managementPoliciesMappers.d.ts +0 -2
  171. package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
  172. package/esm/models/managementPoliciesMappers.js +0 -9
  173. package/esm/models/managementPoliciesMappers.js.map +0 -1
  174. package/esm/models/mappers.d.ts +0 -79
  175. package/esm/models/mappers.d.ts.map +0 -1
  176. package/esm/models/mappers.js.map +0 -1
  177. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
  178. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
  179. package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
  180. package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
  181. package/esm/models/operationsMappers.d.ts +0 -2
  182. package/esm/models/operationsMappers.d.ts.map +0 -1
  183. package/esm/models/operationsMappers.js +0 -9
  184. package/esm/models/operationsMappers.js.map +0 -1
  185. package/esm/models/parameters.d.ts +0 -15
  186. package/esm/models/parameters.d.ts.map +0 -1
  187. package/esm/models/parameters.js +0 -176
  188. package/esm/models/parameters.js.map +0 -1
  189. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  190. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  191. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  192. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  193. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  194. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  195. package/esm/models/privateLinkResourcesMappers.js +0 -9
  196. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  197. package/esm/models/skusMappers.d.ts +0 -2
  198. package/esm/models/skusMappers.d.ts.map +0 -1
  199. package/esm/models/skusMappers.js +0 -9
  200. package/esm/models/skusMappers.js.map +0 -1
  201. package/esm/models/storageAccountsMappers.d.ts +0 -2
  202. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  203. package/esm/models/storageAccountsMappers.js +0 -9
  204. package/esm/models/storageAccountsMappers.js.map +0 -1
  205. package/esm/models/usagesMappers.d.ts +0 -2
  206. package/esm/models/usagesMappers.d.ts.map +0 -1
  207. package/esm/models/usagesMappers.js +0 -9
  208. package/esm/models/usagesMappers.js.map +0 -1
  209. package/esm/operations/encryptionScopes.d.ts +0 -196
  210. package/esm/operations/encryptionScopes.d.ts.map +0 -1
  211. package/esm/operations/encryptionScopes.js +0 -197
  212. package/esm/operations/encryptionScopes.js.map +0 -1
  213. package/esm/operations/index.d.ts.map +0 -1
  214. package/esm/operations/index.js.map +0 -1
  215. package/esm/operations/managementPolicies.d.ts +0 -109
  216. package/esm/operations/managementPolicies.d.ts.map +0 -1
  217. package/esm/operations/managementPolicies.js +0 -130
  218. package/esm/operations/managementPolicies.js.map +0 -1
  219. package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
  220. package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  221. package/esm/operations/objectReplicationPoliciesOperations.js +0 -162
  222. package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
  223. package/esm/operations/operations.d.ts +0 -28
  224. package/esm/operations/operations.d.ts.map +0 -1
  225. package/esm/operations/operations.js +0 -51
  226. package/esm/operations/operations.js.map +0 -1
  227. package/esm/operations/privateEndpointConnections.d.ts +0 -154
  228. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  229. package/esm/operations/privateEndpointConnections.js +0 -162
  230. package/esm/operations/privateEndpointConnections.js.map +0 -1
  231. package/esm/operations/privateLinkResources.d.ts +0 -43
  232. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  233. package/esm/operations/privateLinkResources.js +0 -58
  234. package/esm/operations/privateLinkResources.js.map +0 -1
  235. package/esm/operations/skus.d.ts +0 -28
  236. package/esm/operations/skus.d.ts.map +0 -1
  237. package/esm/operations/skus.js +0 -54
  238. package/esm/operations/skus.js.map +0 -1
  239. package/esm/operations/storageAccounts.d.ts +0 -436
  240. package/esm/operations/storageAccounts.d.ts.map +0 -1
  241. package/esm/operations/storageAccounts.js +0 -611
  242. package/esm/operations/storageAccounts.js.map +0 -1
  243. package/esm/operations/usages.d.ts +0 -32
  244. package/esm/operations/usages.d.ts.map +0 -1
  245. package/esm/operations/usages.js +0 -56
  246. package/esm/operations/usages.js.map +0 -1
  247. package/esm/storageManagementClient.d.ts +0 -26
  248. package/esm/storageManagementClient.d.ts.map +0 -1
  249. package/esm/storageManagementClient.js +0 -41
  250. package/esm/storageManagementClient.js.map +0 -1
  251. package/esm/storageManagementClientContext.d.ts +0 -16
  252. package/esm/storageManagementClientContext.d.ts.map +0 -1
  253. package/esm/storageManagementClientContext.js +0 -56
  254. package/esm/storageManagementClientContext.js.map +0 -1
  255. package/src/models/encryptionScopesMappers.ts +0 -59
  256. package/src/models/managementPoliciesMappers.ts +0 -57
  257. package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -58
  258. package/src/models/operationsMappers.ts +0 -17
  259. package/src/models/privateEndpointConnectionsMappers.ts +0 -59
  260. package/src/models/privateLinkResourcesMappers.ts +0 -58
  261. package/src/models/skusMappers.ts +0 -15
  262. package/src/models/storageAccountsMappers.ts +0 -69
  263. package/src/models/usagesMappers.ts +0 -14
  264. package/src/storageManagementClientContext.ts +0 -62
@@ -0,0 +1,1396 @@
1
+ ## API Report File for "@azure/arm-storage-profile-2020-09-01-hybrid"
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 * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
+ import { PollerLike } from '@azure/core-lro';
11
+ import { PollOperationState } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export type AccessTier = "Hot" | "Cool";
15
+
16
+ // @public
17
+ export interface AccountSasParameters {
18
+ iPAddressOrRange?: string;
19
+ keyToSign?: string;
20
+ permissions: Permissions_2;
21
+ protocols?: HttpProtocol;
22
+ resourceTypes: SignedResourceTypes;
23
+ services: Services;
24
+ sharedAccessExpiryTime: Date;
25
+ sharedAccessStartTime?: Date;
26
+ }
27
+
28
+ // @public
29
+ export type AccountStatus = "available" | "unavailable";
30
+
31
+ // @public
32
+ export interface ActiveDirectoryProperties {
33
+ azureStorageSid: string;
34
+ domainGuid: string;
35
+ domainName: string;
36
+ domainSid: string;
37
+ forestName: string;
38
+ netBiosDomainName: string;
39
+ }
40
+
41
+ // @public
42
+ export interface AzureFilesIdentityBasedAuthentication {
43
+ activeDirectoryProperties?: ActiveDirectoryProperties;
44
+ directoryServiceOptions: DirectoryServiceOptions;
45
+ }
46
+
47
+ // @public
48
+ export interface BlobInventoryPolicies {
49
+ createOrUpdate(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, properties: BlobInventoryPolicy, options?: BlobInventoryPoliciesCreateOrUpdateOptionalParams): Promise<BlobInventoryPoliciesCreateOrUpdateResponse>;
50
+ delete(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesDeleteOptionalParams): Promise<void>;
51
+ get(resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesGetOptionalParams): Promise<BlobInventoryPoliciesGetResponse>;
52
+ list(resourceGroupName: string, accountName: string, options?: BlobInventoryPoliciesListOptionalParams): PagedAsyncIterableIterator<BlobInventoryPolicy>;
53
+ }
54
+
55
+ // @public
56
+ export interface BlobInventoryPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
57
+ }
58
+
59
+ // @public
60
+ export type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy;
61
+
62
+ // @public
63
+ export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
64
+ }
65
+
66
+ // @public
67
+ export interface BlobInventoryPoliciesGetOptionalParams extends coreClient.OperationOptions {
68
+ }
69
+
70
+ // @public
71
+ export type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy;
72
+
73
+ // @public
74
+ export interface BlobInventoryPoliciesListOptionalParams extends coreClient.OperationOptions {
75
+ }
76
+
77
+ // @public
78
+ export type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy;
79
+
80
+ // @public
81
+ export type BlobInventoryPolicy = Resource & {
82
+ readonly systemData?: SystemData;
83
+ readonly lastModifiedTime?: Date;
84
+ policy?: BlobInventoryPolicySchema;
85
+ };
86
+
87
+ // @public
88
+ export interface BlobInventoryPolicyDefinition {
89
+ filters: BlobInventoryPolicyFilter;
90
+ }
91
+
92
+ // @public
93
+ export interface BlobInventoryPolicyFilter {
94
+ blobTypes: string[];
95
+ includeBlobVersions?: boolean;
96
+ includeSnapshots?: boolean;
97
+ prefixMatch?: string[];
98
+ }
99
+
100
+ // @public
101
+ export type BlobInventoryPolicyName = string;
102
+
103
+ // @public
104
+ export interface BlobInventoryPolicyRule {
105
+ definition: BlobInventoryPolicyDefinition;
106
+ enabled: boolean;
107
+ name: string;
108
+ }
109
+
110
+ // @public
111
+ export interface BlobInventoryPolicySchema {
112
+ destination: string;
113
+ enabled: boolean;
114
+ rules: BlobInventoryPolicyRule[];
115
+ type: InventoryRuleType;
116
+ }
117
+
118
+ // @public
119
+ export interface BlobRestoreParameters {
120
+ blobRanges: BlobRestoreRange[];
121
+ timeToRestore: Date;
122
+ }
123
+
124
+ // @public
125
+ export type BlobRestoreProgressStatus = string;
126
+
127
+ // @public
128
+ export interface BlobRestoreRange {
129
+ endRange: string;
130
+ startRange: string;
131
+ }
132
+
133
+ // @public
134
+ export interface BlobRestoreStatus {
135
+ readonly failureReason?: string;
136
+ readonly parameters?: BlobRestoreParameters;
137
+ readonly restoreId?: string;
138
+ readonly status?: BlobRestoreProgressStatus;
139
+ }
140
+
141
+ // @public
142
+ export type Bypass = string;
143
+
144
+ // @public
145
+ export interface CheckNameAvailabilityResult {
146
+ readonly message?: string;
147
+ readonly nameAvailable?: boolean;
148
+ readonly reason?: Reason;
149
+ }
150
+
151
+ // @public
152
+ export type CreatedByType = string;
153
+
154
+ // @public
155
+ export interface CustomDomain {
156
+ name: string;
157
+ useSubDomainName?: boolean;
158
+ }
159
+
160
+ // @public
161
+ export interface DateAfterCreation {
162
+ daysAfterCreationGreaterThan: number;
163
+ }
164
+
165
+ // @public
166
+ export interface DateAfterModification {
167
+ daysAfterLastAccessTimeGreaterThan?: number;
168
+ daysAfterModificationGreaterThan?: number;
169
+ }
170
+
171
+ // @public
172
+ export type DefaultAction = "Allow" | "Deny";
173
+
174
+ // @public
175
+ export interface Dimension {
176
+ displayName?: string;
177
+ name?: string;
178
+ }
179
+
180
+ // @public
181
+ export type DirectoryServiceOptions = string;
182
+
183
+ // @public
184
+ export interface Encryption {
185
+ keySource: KeySource;
186
+ keyVaultProperties?: KeyVaultProperties;
187
+ requireInfrastructureEncryption?: boolean;
188
+ services?: EncryptionServices;
189
+ }
190
+
191
+ // @public
192
+ export type EncryptionScope = Resource & {
193
+ source?: EncryptionScopeSource;
194
+ state?: EncryptionScopeState;
195
+ readonly creationTime?: Date;
196
+ readonly lastModifiedTime?: Date;
197
+ keyVaultProperties?: EncryptionScopeKeyVaultProperties;
198
+ };
199
+
200
+ // @public
201
+ export interface EncryptionScopeKeyVaultProperties {
202
+ keyUri?: string;
203
+ }
204
+
205
+ // @public
206
+ export interface EncryptionScopeListResult {
207
+ readonly nextLink?: string;
208
+ readonly value?: EncryptionScope[];
209
+ }
210
+
211
+ // @public
212
+ export interface EncryptionScopes {
213
+ get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams): Promise<EncryptionScopesGetResponse>;
214
+ list(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams): PagedAsyncIterableIterator<EncryptionScope>;
215
+ patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams): Promise<EncryptionScopesPatchResponse>;
216
+ put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams): Promise<EncryptionScopesPutResponse>;
217
+ }
218
+
219
+ // @public
220
+ export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
221
+ }
222
+
223
+ // @public
224
+ export type EncryptionScopesGetResponse = EncryptionScope;
225
+
226
+ // @public
227
+ export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
228
+ }
229
+
230
+ // @public
231
+ export type EncryptionScopesListNextResponse = EncryptionScopeListResult;
232
+
233
+ // @public
234
+ export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
235
+ }
236
+
237
+ // @public
238
+ export type EncryptionScopesListResponse = EncryptionScopeListResult;
239
+
240
+ // @public
241
+ export type EncryptionScopeSource = string;
242
+
243
+ // @public
244
+ export interface EncryptionScopesPatchOptionalParams extends coreClient.OperationOptions {
245
+ }
246
+
247
+ // @public
248
+ export type EncryptionScopesPatchResponse = EncryptionScope;
249
+
250
+ // @public
251
+ export interface EncryptionScopesPutOptionalParams extends coreClient.OperationOptions {
252
+ }
253
+
254
+ // @public
255
+ export type EncryptionScopesPutResponse = EncryptionScope;
256
+
257
+ // @public
258
+ export type EncryptionScopeState = string;
259
+
260
+ // @public
261
+ export interface EncryptionService {
262
+ enabled?: boolean;
263
+ keyType?: KeyType_2;
264
+ readonly lastEnabledTime?: Date;
265
+ }
266
+
267
+ // @public
268
+ export interface EncryptionServices {
269
+ blob?: EncryptionService;
270
+ file?: EncryptionService;
271
+ queue?: EncryptionService;
272
+ table?: EncryptionService;
273
+ }
274
+
275
+ // @public
276
+ export interface Endpoints {
277
+ readonly blob?: string;
278
+ readonly dfs?: string;
279
+ readonly file?: string;
280
+ internetEndpoints?: StorageAccountInternetEndpoints;
281
+ microsoftEndpoints?: StorageAccountMicrosoftEndpoints;
282
+ readonly queue?: string;
283
+ readonly table?: string;
284
+ readonly web?: string;
285
+ }
286
+
287
+ // @public
288
+ export interface ErrorResponse {
289
+ error?: ErrorResponseBody;
290
+ }
291
+
292
+ // @public
293
+ export interface ErrorResponseBody {
294
+ code?: string;
295
+ message?: string;
296
+ }
297
+
298
+ // @public
299
+ export interface GeoReplicationStats {
300
+ readonly canFailover?: boolean;
301
+ readonly lastSyncTime?: Date;
302
+ readonly status?: GeoReplicationStatus;
303
+ }
304
+
305
+ // @public
306
+ export type GeoReplicationStatus = string;
307
+
308
+ // @public
309
+ export type HttpProtocol = "https,http" | "https";
310
+
311
+ // @public
312
+ export interface Identity {
313
+ readonly principalId?: string;
314
+ readonly tenantId?: string;
315
+ type: "SystemAssigned";
316
+ }
317
+
318
+ // @public
319
+ export type InventoryRuleType = string;
320
+
321
+ // @public
322
+ export interface IPRule {
323
+ action?: "Allow";
324
+ iPAddressOrRange: string;
325
+ }
326
+
327
+ // @public
328
+ export type KeyPermission = "Read" | "Full";
329
+
330
+ // @public
331
+ export type KeySource = string;
332
+
333
+ // @public
334
+ type KeyType_2 = string;
335
+ export { KeyType_2 as KeyType }
336
+
337
+ // @public
338
+ export interface KeyVaultProperties {
339
+ readonly currentVersionedKeyIdentifier?: string;
340
+ keyName?: string;
341
+ keyVaultUri?: string;
342
+ keyVersion?: string;
343
+ readonly lastKeyRotationTimestamp?: Date;
344
+ }
345
+
346
+ // @public
347
+ export type Kind = string;
348
+
349
+ // @public
350
+ export enum KnownBlobInventoryPolicyName {
351
+ // (undocumented)
352
+ Default = "default"
353
+ }
354
+
355
+ // @public
356
+ export enum KnownBlobRestoreProgressStatus {
357
+ // (undocumented)
358
+ Complete = "Complete",
359
+ // (undocumented)
360
+ Failed = "Failed",
361
+ // (undocumented)
362
+ InProgress = "InProgress"
363
+ }
364
+
365
+ // @public
366
+ export enum KnownBypass {
367
+ // (undocumented)
368
+ AzureServices = "AzureServices",
369
+ // (undocumented)
370
+ Logging = "Logging",
371
+ // (undocumented)
372
+ Metrics = "Metrics",
373
+ // (undocumented)
374
+ None = "None"
375
+ }
376
+
377
+ // @public
378
+ export enum KnownCreatedByType {
379
+ // (undocumented)
380
+ Application = "Application",
381
+ // (undocumented)
382
+ Key = "Key",
383
+ // (undocumented)
384
+ ManagedIdentity = "ManagedIdentity",
385
+ // (undocumented)
386
+ User = "User"
387
+ }
388
+
389
+ // @public
390
+ export enum KnownDirectoryServiceOptions {
391
+ // (undocumented)
392
+ Aadds = "AADDS",
393
+ // (undocumented)
394
+ AD = "AD",
395
+ // (undocumented)
396
+ None = "None"
397
+ }
398
+
399
+ // @public
400
+ export enum KnownEncryptionScopeSource {
401
+ // (undocumented)
402
+ MicrosoftKeyVault = "Microsoft.KeyVault",
403
+ // (undocumented)
404
+ MicrosoftStorage = "Microsoft.Storage"
405
+ }
406
+
407
+ // @public
408
+ export enum KnownEncryptionScopeState {
409
+ // (undocumented)
410
+ Disabled = "Disabled",
411
+ // (undocumented)
412
+ Enabled = "Enabled"
413
+ }
414
+
415
+ // @public
416
+ export enum KnownGeoReplicationStatus {
417
+ // (undocumented)
418
+ Bootstrap = "Bootstrap",
419
+ // (undocumented)
420
+ Live = "Live",
421
+ // (undocumented)
422
+ Unavailable = "Unavailable"
423
+ }
424
+
425
+ // @public
426
+ export enum KnownInventoryRuleType {
427
+ // (undocumented)
428
+ Inventory = "Inventory"
429
+ }
430
+
431
+ // @public
432
+ export enum KnownKeySource {
433
+ // (undocumented)
434
+ MicrosoftKeyvault = "Microsoft.Keyvault",
435
+ // (undocumented)
436
+ MicrosoftStorage = "Microsoft.Storage"
437
+ }
438
+
439
+ // @public
440
+ export enum KnownKeyType {
441
+ // (undocumented)
442
+ Account = "Account",
443
+ // (undocumented)
444
+ Service = "Service"
445
+ }
446
+
447
+ // @public
448
+ export enum KnownKind {
449
+ // (undocumented)
450
+ BlobStorage = "BlobStorage",
451
+ // (undocumented)
452
+ BlockBlobStorage = "BlockBlobStorage",
453
+ // (undocumented)
454
+ FileStorage = "FileStorage",
455
+ // (undocumented)
456
+ Storage = "Storage",
457
+ // (undocumented)
458
+ StorageV2 = "StorageV2"
459
+ }
460
+
461
+ // @public
462
+ export enum KnownLargeFileSharesState {
463
+ // (undocumented)
464
+ Disabled = "Disabled",
465
+ // (undocumented)
466
+ Enabled = "Enabled"
467
+ }
468
+
469
+ // @public
470
+ export enum KnownManagementPolicyName {
471
+ // (undocumented)
472
+ Default = "default"
473
+ }
474
+
475
+ // @public
476
+ export enum KnownMinimumTlsVersion {
477
+ // (undocumented)
478
+ TLS10 = "TLS1_0",
479
+ // (undocumented)
480
+ TLS11 = "TLS1_1",
481
+ // (undocumented)
482
+ TLS12 = "TLS1_2"
483
+ }
484
+
485
+ // @public
486
+ export enum KnownPermissions {
487
+ // (undocumented)
488
+ A = "a",
489
+ // (undocumented)
490
+ C = "c",
491
+ // (undocumented)
492
+ D = "d",
493
+ // (undocumented)
494
+ L = "l",
495
+ // (undocumented)
496
+ P = "p",
497
+ // (undocumented)
498
+ R = "r",
499
+ // (undocumented)
500
+ U = "u",
501
+ // (undocumented)
502
+ W = "w"
503
+ }
504
+
505
+ // @public
506
+ export enum KnownPrivateEndpointConnectionProvisioningState {
507
+ // (undocumented)
508
+ Creating = "Creating",
509
+ // (undocumented)
510
+ Deleting = "Deleting",
511
+ // (undocumented)
512
+ Failed = "Failed",
513
+ // (undocumented)
514
+ Succeeded = "Succeeded"
515
+ }
516
+
517
+ // @public
518
+ export enum KnownPrivateEndpointServiceConnectionStatus {
519
+ // (undocumented)
520
+ Approved = "Approved",
521
+ // (undocumented)
522
+ Pending = "Pending",
523
+ // (undocumented)
524
+ Rejected = "Rejected"
525
+ }
526
+
527
+ // @public
528
+ export enum KnownReasonCode {
529
+ // (undocumented)
530
+ NotAvailableForSubscription = "NotAvailableForSubscription",
531
+ // (undocumented)
532
+ QuotaId = "QuotaId"
533
+ }
534
+
535
+ // @public
536
+ export enum KnownRoutingChoice {
537
+ // (undocumented)
538
+ InternetRouting = "InternetRouting",
539
+ // (undocumented)
540
+ MicrosoftRouting = "MicrosoftRouting"
541
+ }
542
+
543
+ // @public
544
+ export enum KnownRuleType {
545
+ // (undocumented)
546
+ Lifecycle = "Lifecycle"
547
+ }
548
+
549
+ // @public
550
+ export enum KnownServices {
551
+ // (undocumented)
552
+ B = "b",
553
+ // (undocumented)
554
+ F = "f",
555
+ // (undocumented)
556
+ Q = "q",
557
+ // (undocumented)
558
+ T = "t"
559
+ }
560
+
561
+ // @public
562
+ export enum KnownSignedResource {
563
+ // (undocumented)
564
+ B = "b",
565
+ // (undocumented)
566
+ C = "c",
567
+ // (undocumented)
568
+ F = "f",
569
+ // (undocumented)
570
+ S = "s"
571
+ }
572
+
573
+ // @public
574
+ export enum KnownSignedResourceTypes {
575
+ // (undocumented)
576
+ C = "c",
577
+ // (undocumented)
578
+ O = "o",
579
+ // (undocumented)
580
+ S = "s"
581
+ }
582
+
583
+ // @public
584
+ export enum KnownSkuName {
585
+ // (undocumented)
586
+ PremiumLRS = "Premium_LRS",
587
+ // (undocumented)
588
+ PremiumZRS = "Premium_ZRS",
589
+ // (undocumented)
590
+ StandardGRS = "Standard_GRS",
591
+ // (undocumented)
592
+ StandardGzrs = "Standard_GZRS",
593
+ // (undocumented)
594
+ StandardLRS = "Standard_LRS",
595
+ // (undocumented)
596
+ StandardRagrs = "Standard_RAGRS",
597
+ // (undocumented)
598
+ StandardRagzrs = "Standard_RAGZRS",
599
+ // (undocumented)
600
+ StandardZRS = "Standard_ZRS"
601
+ }
602
+
603
+ // @public
604
+ export type LargeFileSharesState = string;
605
+
606
+ // @public
607
+ export interface ListAccountSasResponse {
608
+ readonly accountSasToken?: string;
609
+ }
610
+
611
+ // @public
612
+ export interface ListBlobInventoryPolicy {
613
+ readonly value?: BlobInventoryPolicy[];
614
+ }
615
+
616
+ // @public
617
+ export interface ListServiceSasResponse {
618
+ readonly serviceSasToken?: string;
619
+ }
620
+
621
+ // @public
622
+ export interface ManagementPolicies {
623
+ createOrUpdate(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, properties: ManagementPolicy, options?: ManagementPoliciesCreateOrUpdateOptionalParams): Promise<ManagementPoliciesCreateOrUpdateResponse>;
624
+ delete(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesDeleteOptionalParams): Promise<void>;
625
+ get(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesGetOptionalParams): Promise<ManagementPoliciesGetResponse>;
626
+ }
627
+
628
+ // @public
629
+ export interface ManagementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
630
+ }
631
+
632
+ // @public
633
+ export type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy;
634
+
635
+ // @public
636
+ export interface ManagementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
637
+ }
638
+
639
+ // @public
640
+ export interface ManagementPoliciesGetOptionalParams extends coreClient.OperationOptions {
641
+ }
642
+
643
+ // @public
644
+ export type ManagementPoliciesGetResponse = ManagementPolicy;
645
+
646
+ // @public
647
+ export type ManagementPolicy = Resource & {
648
+ readonly lastModifiedTime?: Date;
649
+ policy?: ManagementPolicySchema;
650
+ };
651
+
652
+ // @public
653
+ export interface ManagementPolicyAction {
654
+ baseBlob?: ManagementPolicyBaseBlob;
655
+ snapshot?: ManagementPolicySnapShot;
656
+ version?: ManagementPolicyVersion;
657
+ }
658
+
659
+ // @public
660
+ export interface ManagementPolicyBaseBlob {
661
+ delete?: DateAfterModification;
662
+ enableAutoTierToHotFromCool?: boolean;
663
+ tierToArchive?: DateAfterModification;
664
+ tierToCool?: DateAfterModification;
665
+ }
666
+
667
+ // @public
668
+ export interface ManagementPolicyDefinition {
669
+ actions: ManagementPolicyAction;
670
+ filters?: ManagementPolicyFilter;
671
+ }
672
+
673
+ // @public
674
+ export interface ManagementPolicyFilter {
675
+ blobIndexMatch?: TagFilter[];
676
+ blobTypes: string[];
677
+ prefixMatch?: string[];
678
+ }
679
+
680
+ // @public
681
+ export type ManagementPolicyName = string;
682
+
683
+ // @public
684
+ export interface ManagementPolicyRule {
685
+ definition: ManagementPolicyDefinition;
686
+ enabled?: boolean;
687
+ name: string;
688
+ type: RuleType;
689
+ }
690
+
691
+ // @public
692
+ export interface ManagementPolicySchema {
693
+ rules: ManagementPolicyRule[];
694
+ }
695
+
696
+ // @public
697
+ export interface ManagementPolicySnapShot {
698
+ delete?: DateAfterCreation;
699
+ tierToArchive?: DateAfterCreation;
700
+ tierToCool?: DateAfterCreation;
701
+ }
702
+
703
+ // @public
704
+ export interface ManagementPolicyVersion {
705
+ delete?: DateAfterCreation;
706
+ tierToArchive?: DateAfterCreation;
707
+ tierToCool?: DateAfterCreation;
708
+ }
709
+
710
+ // @public
711
+ export interface MetricSpecification {
712
+ aggregationType?: string;
713
+ category?: string;
714
+ dimensions?: Dimension[];
715
+ displayDescription?: string;
716
+ displayName?: string;
717
+ fillGapWithZero?: boolean;
718
+ name?: string;
719
+ resourceIdDimensionNameOverride?: string;
720
+ unit?: string;
721
+ }
722
+
723
+ // @public
724
+ export type MinimumTlsVersion = string;
725
+
726
+ // @public
727
+ export interface NetworkRuleSet {
728
+ bypass?: Bypass;
729
+ defaultAction: DefaultAction;
730
+ ipRules?: IPRule[];
731
+ virtualNetworkRules?: VirtualNetworkRule[];
732
+ }
733
+
734
+ // @public
735
+ export interface ObjectReplicationPolicies {
736
+ value?: ObjectReplicationPolicy[];
737
+ }
738
+
739
+ // @public
740
+ export interface ObjectReplicationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
741
+ }
742
+
743
+ // @public
744
+ export type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy;
745
+
746
+ // @public
747
+ export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
748
+ }
749
+
750
+ // @public
751
+ export interface ObjectReplicationPoliciesGetOptionalParams extends coreClient.OperationOptions {
752
+ }
753
+
754
+ // @public
755
+ export type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy;
756
+
757
+ // @public
758
+ export interface ObjectReplicationPoliciesListOptionalParams extends coreClient.OperationOptions {
759
+ }
760
+
761
+ // @public
762
+ export type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies;
763
+
764
+ // @public
765
+ export interface ObjectReplicationPoliciesOperations {
766
+ createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: ObjectReplicationPolicy, options?: ObjectReplicationPoliciesCreateOrUpdateOptionalParams): Promise<ObjectReplicationPoliciesCreateOrUpdateResponse>;
767
+ delete(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesDeleteOptionalParams): Promise<void>;
768
+ get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesGetOptionalParams): Promise<ObjectReplicationPoliciesGetResponse>;
769
+ list(resourceGroupName: string, accountName: string, options?: ObjectReplicationPoliciesListOptionalParams): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
770
+ }
771
+
772
+ // @public
773
+ export type ObjectReplicationPolicy = Resource & {
774
+ readonly policyId?: string;
775
+ readonly enabledTime?: Date;
776
+ sourceAccount?: string;
777
+ destinationAccount?: string;
778
+ rules?: ObjectReplicationPolicyRule[];
779
+ };
780
+
781
+ // @public
782
+ export interface ObjectReplicationPolicyFilter {
783
+ minCreationTime?: string;
784
+ prefixMatch?: string[];
785
+ }
786
+
787
+ // @public
788
+ export interface ObjectReplicationPolicyRule {
789
+ destinationContainer: string;
790
+ filters?: ObjectReplicationPolicyFilter;
791
+ ruleId?: string;
792
+ sourceContainer: string;
793
+ }
794
+
795
+ // @public
796
+ export interface Operation {
797
+ display?: OperationDisplay;
798
+ name?: string;
799
+ origin?: string;
800
+ serviceSpecification?: ServiceSpecification;
801
+ }
802
+
803
+ // @public
804
+ export interface OperationDisplay {
805
+ description?: string;
806
+ operation?: string;
807
+ provider?: string;
808
+ resource?: string;
809
+ }
810
+
811
+ // @public
812
+ export interface OperationListResult {
813
+ value?: Operation[];
814
+ }
815
+
816
+ // @public
817
+ export interface Operations {
818
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
819
+ }
820
+
821
+ // @public
822
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
823
+ }
824
+
825
+ // @public
826
+ export type OperationsListResponse = OperationListResult;
827
+
828
+ // @public
829
+ type Permissions_2 = string;
830
+ export { Permissions_2 as Permissions }
831
+
832
+ // @public
833
+ export interface PrivateEndpoint {
834
+ readonly id?: string;
835
+ }
836
+
837
+ // @public
838
+ export type PrivateEndpointConnection = Resource & {
839
+ privateEndpoint?: PrivateEndpoint;
840
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
841
+ readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
842
+ };
843
+
844
+ // @public
845
+ export interface PrivateEndpointConnectionListResult {
846
+ value?: PrivateEndpointConnection[];
847
+ }
848
+
849
+ // @public
850
+ export type PrivateEndpointConnectionProvisioningState = string;
851
+
852
+ // @public
853
+ export interface PrivateEndpointConnections {
854
+ delete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
855
+ get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
856
+ list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
857
+ put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
858
+ }
859
+
860
+ // @public
861
+ export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
862
+ }
863
+
864
+ // @public
865
+ export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
866
+ }
867
+
868
+ // @public
869
+ export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
870
+
871
+ // @public
872
+ export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
873
+ }
874
+
875
+ // @public
876
+ export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
877
+
878
+ // @public
879
+ export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
880
+ }
881
+
882
+ // @public
883
+ export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
884
+
885
+ // @public
886
+ export type PrivateEndpointServiceConnectionStatus = string;
887
+
888
+ // @public
889
+ export type PrivateLinkResource = Resource & {
890
+ readonly groupId?: string;
891
+ readonly requiredMembers?: string[];
892
+ requiredZoneNames?: string[];
893
+ };
894
+
895
+ // @public
896
+ export interface PrivateLinkResourceListResult {
897
+ value?: PrivateLinkResource[];
898
+ }
899
+
900
+ // @public
901
+ export interface PrivateLinkResources {
902
+ listByStorageAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): Promise<PrivateLinkResourcesListByStorageAccountResponse>;
903
+ }
904
+
905
+ // @public
906
+ export interface PrivateLinkResourcesListByStorageAccountOptionalParams extends coreClient.OperationOptions {
907
+ }
908
+
909
+ // @public
910
+ export type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult;
911
+
912
+ // @public
913
+ export interface PrivateLinkServiceConnectionState {
914
+ actionRequired?: string;
915
+ description?: string;
916
+ status?: PrivateEndpointServiceConnectionStatus;
917
+ }
918
+
919
+ // @public
920
+ export type ProvisioningState = "Creating" | "ResolvingDNS" | "Succeeded";
921
+
922
+ // @public
923
+ export type Reason = "AccountNameInvalid" | "AlreadyExists";
924
+
925
+ // @public
926
+ export type ReasonCode = string;
927
+
928
+ // @public
929
+ export interface Resource {
930
+ readonly id?: string;
931
+ readonly name?: string;
932
+ readonly type?: string;
933
+ }
934
+
935
+ // @public
936
+ export interface Restriction {
937
+ reasonCode?: ReasonCode;
938
+ readonly type?: string;
939
+ readonly values?: string[];
940
+ }
941
+
942
+ // @public
943
+ export type RoutingChoice = string;
944
+
945
+ // @public
946
+ export interface RoutingPreference {
947
+ publishInternetEndpoints?: boolean;
948
+ publishMicrosoftEndpoints?: boolean;
949
+ routingChoice?: RoutingChoice;
950
+ }
951
+
952
+ // @public
953
+ export type RuleType = string;
954
+
955
+ // @public
956
+ export type Services = string;
957
+
958
+ // @public
959
+ export interface ServiceSasParameters {
960
+ cacheControl?: string;
961
+ canonicalizedResource: string;
962
+ contentDisposition?: string;
963
+ contentEncoding?: string;
964
+ contentLanguage?: string;
965
+ contentType?: string;
966
+ identifier?: string;
967
+ iPAddressOrRange?: string;
968
+ keyToSign?: string;
969
+ partitionKeyEnd?: string;
970
+ partitionKeyStart?: string;
971
+ permissions?: Permissions_2;
972
+ protocols?: HttpProtocol;
973
+ resource?: SignedResource;
974
+ rowKeyEnd?: string;
975
+ rowKeyStart?: string;
976
+ sharedAccessExpiryTime?: Date;
977
+ sharedAccessStartTime?: Date;
978
+ }
979
+
980
+ // @public
981
+ export interface ServiceSpecification {
982
+ metricSpecifications?: MetricSpecification[];
983
+ }
984
+
985
+ // @public
986
+ export type SignedResource = string;
987
+
988
+ // @public
989
+ export type SignedResourceTypes = string;
990
+
991
+ // @public
992
+ export interface Sku {
993
+ name: SkuName;
994
+ readonly tier?: SkuTier;
995
+ }
996
+
997
+ // @public
998
+ export interface SKUCapability {
999
+ readonly name?: string;
1000
+ readonly value?: string;
1001
+ }
1002
+
1003
+ // @public
1004
+ export interface SkuInformation {
1005
+ readonly capabilities?: SKUCapability[];
1006
+ readonly kind?: Kind;
1007
+ readonly locations?: string[];
1008
+ name: SkuName;
1009
+ readonly resourceType?: string;
1010
+ restrictions?: Restriction[];
1011
+ readonly tier?: SkuTier;
1012
+ }
1013
+
1014
+ // @public
1015
+ export type SkuName = string;
1016
+
1017
+ // @public
1018
+ export interface Skus {
1019
+ list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<SkuInformation>;
1020
+ }
1021
+
1022
+ // @public
1023
+ export interface SkusListOptionalParams extends coreClient.OperationOptions {
1024
+ }
1025
+
1026
+ // @public
1027
+ export type SkusListResponse = StorageSkuListResult;
1028
+
1029
+ // @public
1030
+ export type SkuTier = "Standard" | "Premium";
1031
+
1032
+ // @public
1033
+ export type State = "provisioning" | "deprovisioning" | "succeeded" | "failed" | "networkSourceDeleted";
1034
+
1035
+ // @public
1036
+ export type StorageAccount = TrackedResource & {
1037
+ readonly sku?: Sku;
1038
+ readonly kind?: Kind;
1039
+ identity?: Identity;
1040
+ readonly provisioningState?: ProvisioningState;
1041
+ readonly primaryEndpoints?: Endpoints;
1042
+ readonly primaryLocation?: string;
1043
+ readonly statusOfPrimary?: AccountStatus;
1044
+ readonly lastGeoFailoverTime?: Date;
1045
+ readonly secondaryLocation?: string;
1046
+ readonly statusOfSecondary?: AccountStatus;
1047
+ readonly creationTime?: Date;
1048
+ readonly customDomain?: CustomDomain;
1049
+ readonly secondaryEndpoints?: Endpoints;
1050
+ readonly encryption?: Encryption;
1051
+ readonly accessTier?: AccessTier;
1052
+ azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
1053
+ enableHttpsTrafficOnly?: boolean;
1054
+ readonly networkRuleSet?: NetworkRuleSet;
1055
+ isHnsEnabled?: boolean;
1056
+ readonly geoReplicationStats?: GeoReplicationStats;
1057
+ readonly failoverInProgress?: boolean;
1058
+ largeFileSharesState?: LargeFileSharesState;
1059
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
1060
+ routingPreference?: RoutingPreference;
1061
+ readonly blobRestoreStatus?: BlobRestoreStatus;
1062
+ allowBlobPublicAccess?: boolean;
1063
+ minimumTlsVersion?: MinimumTlsVersion;
1064
+ allowSharedKeyAccess?: boolean;
1065
+ };
1066
+
1067
+ // @public
1068
+ export interface StorageAccountCheckNameAvailabilityParameters {
1069
+ name: string;
1070
+ type: "Microsoft.Storage/storageAccounts";
1071
+ }
1072
+
1073
+ // @public
1074
+ export interface StorageAccountCreateParameters {
1075
+ accessTier?: AccessTier;
1076
+ allowBlobPublicAccess?: boolean;
1077
+ allowSharedKeyAccess?: boolean;
1078
+ azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
1079
+ customDomain?: CustomDomain;
1080
+ enableHttpsTrafficOnly?: boolean;
1081
+ encryption?: Encryption;
1082
+ identity?: Identity;
1083
+ isHnsEnabled?: boolean;
1084
+ kind: Kind;
1085
+ largeFileSharesState?: LargeFileSharesState;
1086
+ location: string;
1087
+ minimumTlsVersion?: MinimumTlsVersion;
1088
+ networkRuleSet?: NetworkRuleSet;
1089
+ routingPreference?: RoutingPreference;
1090
+ sku: Sku;
1091
+ tags?: {
1092
+ [propertyName: string]: string;
1093
+ };
1094
+ }
1095
+
1096
+ // @public
1097
+ export type StorageAccountExpand = "geoReplicationStats" | "blobRestoreStatus";
1098
+
1099
+ // @public
1100
+ export interface StorageAccountInternetEndpoints {
1101
+ readonly blob?: string;
1102
+ readonly dfs?: string;
1103
+ readonly file?: string;
1104
+ readonly web?: string;
1105
+ }
1106
+
1107
+ // @public
1108
+ export interface StorageAccountKey {
1109
+ readonly keyName?: string;
1110
+ readonly permissions?: KeyPermission;
1111
+ readonly value?: string;
1112
+ }
1113
+
1114
+ // @public
1115
+ export interface StorageAccountListKeysResult {
1116
+ readonly keys?: StorageAccountKey[];
1117
+ }
1118
+
1119
+ // @public
1120
+ export interface StorageAccountListResult {
1121
+ readonly nextLink?: string;
1122
+ readonly value?: StorageAccount[];
1123
+ }
1124
+
1125
+ // @public
1126
+ export interface StorageAccountMicrosoftEndpoints {
1127
+ readonly blob?: string;
1128
+ readonly dfs?: string;
1129
+ readonly file?: string;
1130
+ readonly queue?: string;
1131
+ readonly table?: string;
1132
+ readonly web?: string;
1133
+ }
1134
+
1135
+ // @public
1136
+ export interface StorageAccountRegenerateKeyParameters {
1137
+ keyName: string;
1138
+ }
1139
+
1140
+ // @public
1141
+ export interface StorageAccounts {
1142
+ beginCreate(resourceGroupName: string, accountName: string, parameters: StorageAccountCreateParameters, options?: StorageAccountsCreateOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountsCreateResponse>, StorageAccountsCreateResponse>>;
1143
+ beginCreateAndWait(resourceGroupName: string, accountName: string, parameters: StorageAccountCreateParameters, options?: StorageAccountsCreateOptionalParams): Promise<StorageAccountsCreateResponse>;
1144
+ beginFailover(resourceGroupName: string, accountName: string, options?: StorageAccountsFailoverOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1145
+ beginFailoverAndWait(resourceGroupName: string, accountName: string, options?: StorageAccountsFailoverOptionalParams): Promise<void>;
1146
+ beginRestoreBlobRanges(resourceGroupName: string, accountName: string, parameters: BlobRestoreParameters, options?: StorageAccountsRestoreBlobRangesOptionalParams): Promise<PollerLike<PollOperationState<StorageAccountsRestoreBlobRangesResponse>, StorageAccountsRestoreBlobRangesResponse>>;
1147
+ beginRestoreBlobRangesAndWait(resourceGroupName: string, accountName: string, parameters: BlobRestoreParameters, options?: StorageAccountsRestoreBlobRangesOptionalParams): Promise<StorageAccountsRestoreBlobRangesResponse>;
1148
+ checkNameAvailability(accountName: StorageAccountCheckNameAvailabilityParameters, options?: StorageAccountsCheckNameAvailabilityOptionalParams): Promise<StorageAccountsCheckNameAvailabilityResponse>;
1149
+ delete(resourceGroupName: string, accountName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>;
1150
+ getProperties(resourceGroupName: string, accountName: string, options?: StorageAccountsGetPropertiesOptionalParams): Promise<StorageAccountsGetPropertiesResponse>;
1151
+ list(options?: StorageAccountsListOptionalParams): PagedAsyncIterableIterator<StorageAccount>;
1152
+ listAccountSAS(resourceGroupName: string, accountName: string, parameters: AccountSasParameters, options?: StorageAccountsListAccountSASOptionalParams): Promise<StorageAccountsListAccountSASResponse>;
1153
+ listByResourceGroup(resourceGroupName: string, options?: StorageAccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<StorageAccount>;
1154
+ listKeys(resourceGroupName: string, accountName: string, options?: StorageAccountsListKeysOptionalParams): Promise<StorageAccountsListKeysResponse>;
1155
+ listServiceSAS(resourceGroupName: string, accountName: string, parameters: ServiceSasParameters, options?: StorageAccountsListServiceSASOptionalParams): Promise<StorageAccountsListServiceSASResponse>;
1156
+ regenerateKey(resourceGroupName: string, accountName: string, regenerateKey: StorageAccountRegenerateKeyParameters, options?: StorageAccountsRegenerateKeyOptionalParams): Promise<StorageAccountsRegenerateKeyResponse>;
1157
+ revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: StorageAccountsRevokeUserDelegationKeysOptionalParams): Promise<void>;
1158
+ update(resourceGroupName: string, accountName: string, parameters: StorageAccountUpdateParameters, options?: StorageAccountsUpdateOptionalParams): Promise<StorageAccountsUpdateResponse>;
1159
+ }
1160
+
1161
+ // @public
1162
+ export interface StorageAccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
1163
+ }
1164
+
1165
+ // @public
1166
+ export type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
1167
+
1168
+ // @public
1169
+ export interface StorageAccountsCreateOptionalParams extends coreClient.OperationOptions {
1170
+ resumeFrom?: string;
1171
+ updateIntervalInMs?: number;
1172
+ }
1173
+
1174
+ // @public
1175
+ export type StorageAccountsCreateResponse = StorageAccount;
1176
+
1177
+ // @public
1178
+ export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
1179
+ }
1180
+
1181
+ // @public
1182
+ export interface StorageAccountsFailoverOptionalParams extends coreClient.OperationOptions {
1183
+ resumeFrom?: string;
1184
+ updateIntervalInMs?: number;
1185
+ }
1186
+
1187
+ // @public
1188
+ export interface StorageAccountsGetPropertiesOptionalParams extends coreClient.OperationOptions {
1189
+ expand?: StorageAccountExpand;
1190
+ }
1191
+
1192
+ // @public
1193
+ export type StorageAccountsGetPropertiesResponse = StorageAccount;
1194
+
1195
+ // @public
1196
+ export interface StorageAccountsListAccountSASOptionalParams extends coreClient.OperationOptions {
1197
+ }
1198
+
1199
+ // @public
1200
+ export type StorageAccountsListAccountSASResponse = ListAccountSasResponse;
1201
+
1202
+ // @public
1203
+ export interface StorageAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
1204
+ }
1205
+
1206
+ // @public
1207
+ export type StorageAccountsListByResourceGroupResponse = StorageAccountListResult;
1208
+
1209
+ // @public
1210
+ export interface StorageAccountsListKeysOptionalParams extends coreClient.OperationOptions {
1211
+ }
1212
+
1213
+ // @public
1214
+ export type StorageAccountsListKeysResponse = StorageAccountListKeysResult;
1215
+
1216
+ // @public
1217
+ export interface StorageAccountsListNextOptionalParams extends coreClient.OperationOptions {
1218
+ }
1219
+
1220
+ // @public
1221
+ export type StorageAccountsListNextResponse = StorageAccountListResult;
1222
+
1223
+ // @public
1224
+ export interface StorageAccountsListOptionalParams extends coreClient.OperationOptions {
1225
+ }
1226
+
1227
+ // @public
1228
+ export type StorageAccountsListResponse = StorageAccountListResult;
1229
+
1230
+ // @public
1231
+ export interface StorageAccountsListServiceSASOptionalParams extends coreClient.OperationOptions {
1232
+ }
1233
+
1234
+ // @public
1235
+ export type StorageAccountsListServiceSASResponse = ListServiceSasResponse;
1236
+
1237
+ // @public
1238
+ export interface StorageAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
1239
+ }
1240
+
1241
+ // @public
1242
+ export type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult;
1243
+
1244
+ // @public
1245
+ export interface StorageAccountsRestoreBlobRangesOptionalParams extends coreClient.OperationOptions {
1246
+ resumeFrom?: string;
1247
+ updateIntervalInMs?: number;
1248
+ }
1249
+
1250
+ // @public
1251
+ export type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus;
1252
+
1253
+ // @public
1254
+ export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends coreClient.OperationOptions {
1255
+ }
1256
+
1257
+ // @public
1258
+ export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
1259
+ }
1260
+
1261
+ // @public
1262
+ export type StorageAccountsUpdateResponse = StorageAccount;
1263
+
1264
+ // @public
1265
+ export interface StorageAccountUpdateParameters {
1266
+ accessTier?: AccessTier;
1267
+ allowBlobPublicAccess?: boolean;
1268
+ allowSharedKeyAccess?: boolean;
1269
+ azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
1270
+ customDomain?: CustomDomain;
1271
+ enableHttpsTrafficOnly?: boolean;
1272
+ encryption?: Encryption;
1273
+ identity?: Identity;
1274
+ kind?: Kind;
1275
+ largeFileSharesState?: LargeFileSharesState;
1276
+ minimumTlsVersion?: MinimumTlsVersion;
1277
+ networkRuleSet?: NetworkRuleSet;
1278
+ routingPreference?: RoutingPreference;
1279
+ sku?: Sku;
1280
+ tags?: {
1281
+ [propertyName: string]: string;
1282
+ };
1283
+ }
1284
+
1285
+ // @public (undocumented)
1286
+ export class StorageManagementClient extends coreClient.ServiceClient {
1287
+ // (undocumented)
1288
+ $host: string;
1289
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StorageManagementClientOptionalParams);
1290
+ // (undocumented)
1291
+ apiVersion: string;
1292
+ // (undocumented)
1293
+ blobInventoryPolicies: BlobInventoryPolicies;
1294
+ // (undocumented)
1295
+ encryptionScopes: EncryptionScopes;
1296
+ // (undocumented)
1297
+ managementPolicies: ManagementPolicies;
1298
+ // (undocumented)
1299
+ objectReplicationPoliciesOperations: ObjectReplicationPoliciesOperations;
1300
+ // (undocumented)
1301
+ operations: Operations;
1302
+ // (undocumented)
1303
+ privateEndpointConnections: PrivateEndpointConnections;
1304
+ // (undocumented)
1305
+ privateLinkResources: PrivateLinkResources;
1306
+ // (undocumented)
1307
+ skus: Skus;
1308
+ // (undocumented)
1309
+ storageAccounts: StorageAccounts;
1310
+ // (undocumented)
1311
+ subscriptionId: string;
1312
+ // (undocumented)
1313
+ usages: Usages;
1314
+ }
1315
+
1316
+ // @public
1317
+ export interface StorageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1318
+ $host?: string;
1319
+ apiVersion?: string;
1320
+ endpoint?: string;
1321
+ }
1322
+
1323
+ // @public
1324
+ export interface StorageSkuListResult {
1325
+ readonly value?: SkuInformation[];
1326
+ }
1327
+
1328
+ // @public
1329
+ export interface SystemData {
1330
+ createdAt?: Date;
1331
+ createdBy?: string;
1332
+ createdByType?: CreatedByType;
1333
+ lastModifiedAt?: Date;
1334
+ lastModifiedBy?: string;
1335
+ lastModifiedByType?: CreatedByType;
1336
+ }
1337
+
1338
+ // @public
1339
+ export interface TagFilter {
1340
+ name: string;
1341
+ op: string;
1342
+ value: string;
1343
+ }
1344
+
1345
+ // @public
1346
+ export type TrackedResource = Resource & {
1347
+ tags?: {
1348
+ [propertyName: string]: string;
1349
+ };
1350
+ location: string;
1351
+ };
1352
+
1353
+ // @public
1354
+ export interface Usage {
1355
+ readonly currentValue?: number;
1356
+ readonly limit?: number;
1357
+ readonly name?: UsageName;
1358
+ readonly unit?: UsageUnit;
1359
+ }
1360
+
1361
+ // @public
1362
+ export interface UsageListResult {
1363
+ value?: Usage[];
1364
+ }
1365
+
1366
+ // @public
1367
+ export interface UsageName {
1368
+ readonly localizedValue?: string;
1369
+ readonly value?: string;
1370
+ }
1371
+
1372
+ // @public
1373
+ export interface Usages {
1374
+ listByLocation(location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator<Usage>;
1375
+ }
1376
+
1377
+ // @public
1378
+ export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
1379
+ }
1380
+
1381
+ // @public
1382
+ export type UsagesListByLocationResponse = UsageListResult;
1383
+
1384
+ // @public
1385
+ export type UsageUnit = "Count" | "Bytes" | "Seconds" | "Percent" | "CountsPerSecond" | "BytesPerSecond";
1386
+
1387
+ // @public
1388
+ export interface VirtualNetworkRule {
1389
+ action?: "Allow";
1390
+ state?: State;
1391
+ virtualNetworkResourceId: string;
1392
+ }
1393
+
1394
+ // (No @packageDocumentation comment for this package)
1395
+
1396
+ ```