@azure/arm-storage 16.1.2 → 17.0.0-alpha.20211206.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -80
- package/dist/index.js +10847 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3500 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +351 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +150 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2840 -2487
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +61 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +273 -155
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/blobContainers.d.ts +278 -0
- package/dist-esm/src/operations/blobContainers.d.ts.map +1 -0
- package/dist-esm/src/operations/blobContainers.js +721 -0
- package/dist-esm/src/operations/blobContainers.js.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operations/blobServices.d.ts +60 -0
- package/dist-esm/src/operations/blobServices.d.ts.map +1 -0
- package/dist-esm/src/operations/blobServices.js +170 -0
- package/dist-esm/src/operations/blobServices.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +39 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +154 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.js +278 -0
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operations/fileServices.d.ts +47 -0
- package/dist-esm/src/operations/fileServices.d.ts.map +1 -0
- package/dist-esm/src/operations/fileServices.js +130 -0
- package/dist-esm/src/operations/fileServices.js.map +1 -0
- package/dist-esm/src/operations/fileShares.d.ts +132 -0
- package/dist-esm/src/operations/fileShares.d.ts.map +1 -0
- package/dist-esm/src/operations/fileShares.js +398 -0
- package/dist-esm/src/operations/fileShares.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
- package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/managementPolicies.js +126 -0
- package/dist-esm/src/operations/managementPolicies.js.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +228 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +87 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queue.d.ts +101 -0
- package/dist-esm/src/operations/queue.d.ts.map +1 -0
- package/dist-esm/src/operations/queue.js +306 -0
- package/dist-esm/src/operations/queue.js.map +1 -0
- package/dist-esm/src/operations/queueServices.d.ts +47 -0
- package/dist-esm/src/operations/queueServices.d.ts.map +1 -0
- package/dist-esm/src/operations/queueServices.js +130 -0
- package/dist-esm/src/operations/queueServices.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +26 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +87 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +284 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +920 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operations/tableOperations.d.ts +99 -0
- package/dist-esm/src/operations/tableOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/tableOperations.js +292 -0
- package/dist-esm/src/operations/tableOperations.js.map +1 -0
- package/dist-esm/src/operations/tableServices.d.ts +47 -0
- package/dist-esm/src/operations/tableServices.d.ts.map +1 -0
- package/dist-esm/src/operations/tableServices.js +130 -0
- package/dist-esm/src/operations/tableServices.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +28 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +93 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/{src/models/usagesMappers.ts → dist-esm/src/operationsInterfaces/blobContainers.js} +2 -7
- package/dist-esm/src/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/{esm/models/usagesMappers.js → dist-esm/src/operationsInterfaces/blobInventoryPolicies.js} +2 -2
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/{src/models/skusMappers.ts → dist-esm/src/operationsInterfaces/blobServices.js} +2 -8
- package/dist-esm/src/operationsInterfaces/blobServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileShares.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileShares.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +27 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queue.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queue.js +9 -0
- package/dist-esm/src/operationsInterfaces/queue.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queueServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/queueServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/skus.js} +2 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +244 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/tableServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/storageManagementClient.d.ts +36 -0
- package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
- package/dist-esm/src/storageManagementClient.js +69 -0
- package/dist-esm/src/storageManagementClient.js.map +1 -0
- package/dist-esm/test/storage_examples.d.ts +4 -0
- package/dist-esm/test/storage_examples.d.ts.map +1 -0
- package/dist-esm/test/storage_examples.js +196 -0
- package/dist-esm/test/storage_examples.js.map +1 -0
- package/package.json +64 -21
- package/review/arm-storage.api.md +2730 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -9
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2869 -4433
- package/src/models/mappers.ts +2917 -2532
- package/src/models/parameters.ts +361 -156
- package/src/operations/blobContainers.ts +724 -1041
- package/src/operations/blobInventoryPolicies.ts +185 -215
- package/src/operations/blobServices.ts +153 -181
- package/src/operations/deletedAccounts.ts +114 -116
- package/src/operations/encryptionScopes.ts +236 -295
- package/src/operations/fileServices.ts +103 -175
- package/src/operations/fileShares.ts +338 -564
- package/src/operations/index.ts +1 -2
- package/src/operations/managementPolicies.ts +106 -179
- package/src/operations/objectReplicationPoliciesOperations.ts +190 -231
- package/src/operations/operations.ts +64 -42
- package/src/operations/privateEndpointConnections.ts +180 -218
- package/src/operations/privateLinkResources.ts +41 -64
- package/src/operations/queue.ts +272 -369
- package/src/operations/queueServices.ts +107 -177
- package/src/operations/skus.ts +62 -45
- package/src/operations/storageAccounts.ts +978 -831
- package/src/operations/tableOperations.ts +258 -332
- package/src/operations/tableServices.ts +107 -177
- package/src/operations/usages.ts +76 -49
- package/src/operationsInterfaces/blobContainers.ts +365 -0
- package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
- package/src/operationsInterfaces/blobServices.ts +69 -0
- package/src/operationsInterfaces/deletedAccounts.ts +38 -0
- package/src/operationsInterfaces/encryptionScopes.ts +102 -0
- package/src/operationsInterfaces/fileServices.ts +68 -0
- package/src/operationsInterfaces/fileShares.ts +162 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +97 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/queue.ts +116 -0
- package/src/operationsInterfaces/queueServices.ts +68 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/storageAccounts.ts +387 -0
- package/src/operationsInterfaces/tableOperations.ts +111 -0
- package/src/operationsInterfaces/tableServices.ts +68 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/storageManagementClient.ts +138 -68
- package/tsconfig.json +3 -3
- package/types/arm-storage.d.ts +5155 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-storage.js +0 -10687
- package/dist/arm-storage.js.map +0 -1
- package/dist/arm-storage.min.js +0 -1
- package/dist/arm-storage.min.js.map +0 -1
- package/esm/models/blobContainersMappers.d.ts +0 -2
- package/esm/models/blobContainersMappers.d.ts.map +0 -1
- package/esm/models/blobContainersMappers.js +0 -9
- package/esm/models/blobContainersMappers.js.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
- package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.js +0 -9
- package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
- package/esm/models/blobServicesMappers.d.ts +0 -2
- package/esm/models/blobServicesMappers.d.ts.map +0 -1
- package/esm/models/blobServicesMappers.js +0 -9
- package/esm/models/blobServicesMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/encryptionScopesMappers.d.ts +0 -2
- package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
- package/esm/models/encryptionScopesMappers.js +0 -9
- package/esm/models/encryptionScopesMappers.js.map +0 -1
- package/esm/models/fileServicesMappers.d.ts +0 -2
- package/esm/models/fileServicesMappers.d.ts.map +0 -1
- package/esm/models/fileServicesMappers.js +0 -9
- package/esm/models/fileServicesMappers.js.map +0 -1
- package/esm/models/fileSharesMappers.d.ts +0 -2
- package/esm/models/fileSharesMappers.d.ts.map +0 -1
- package/esm/models/fileSharesMappers.js +0 -9
- package/esm/models/fileSharesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -5116
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/managementPoliciesMappers.d.ts +0 -2
- package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
- package/esm/models/managementPoliciesMappers.js +0 -9
- package/esm/models/managementPoliciesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -139
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
- package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -34
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queueMappers.d.ts +0 -2
- package/esm/models/queueMappers.d.ts.map +0 -1
- package/esm/models/queueMappers.js +0 -9
- package/esm/models/queueMappers.js.map +0 -1
- package/esm/models/queueServicesMappers.d.ts +0 -2
- package/esm/models/queueServicesMappers.d.ts.map +0 -1
- package/esm/models/queueServicesMappers.js +0 -9
- package/esm/models/queueServicesMappers.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js +0 -9
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/tableOperationsMappers.d.ts +0 -2
- package/esm/models/tableOperationsMappers.d.ts.map +0 -1
- package/esm/models/tableOperationsMappers.js +0 -9
- package/esm/models/tableOperationsMappers.js.map +0 -1
- package/esm/models/tableServicesMappers.d.ts +0 -2
- package/esm/models/tableServicesMappers.d.ts.map +0 -1
- package/esm/models/tableServicesMappers.js +0 -9
- package/esm/models/tableServicesMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/operations/blobContainers.d.ts +0 -627
- package/esm/operations/blobContainers.d.ts.map +0 -1
- package/esm/operations/blobContainers.js +0 -569
- package/esm/operations/blobContainers.js.map +0 -1
- package/esm/operations/blobInventoryPolicies.d.ts +0 -136
- package/esm/operations/blobInventoryPolicies.d.ts.map +0 -1
- package/esm/operations/blobInventoryPolicies.js +0 -164
- package/esm/operations/blobInventoryPolicies.js.map +0 -1
- package/esm/operations/blobServices.d.ts +0 -111
- package/esm/operations/blobServices.d.ts.map +0 -1
- package/esm/operations/blobServices.js +0 -127
- package/esm/operations/blobServices.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -67
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -113
- package/esm/operations/deletedAccounts.js.map +0 -1
- package/esm/operations/encryptionScopes.d.ts +0 -196
- package/esm/operations/encryptionScopes.d.ts.map +0 -1
- package/esm/operations/encryptionScopes.js +0 -199
- package/esm/operations/encryptionScopes.js.map +0 -1
- package/esm/operations/fileServices.d.ts +0 -111
- package/esm/operations/fileServices.d.ts.map +0 -1
- package/esm/operations/fileServices.js +0 -127
- package/esm/operations/fileServices.js.map +0 -1
- package/esm/operations/fileShares.d.ts +0 -289
- package/esm/operations/fileShares.d.ts.map +0 -1
- package/esm/operations/fileShares.js +0 -247
- package/esm/operations/fileShares.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managementPolicies.d.ts +0 -109
- package/esm/operations/managementPolicies.d.ts.map +0 -1
- package/esm/operations/managementPolicies.js +0 -129
- package/esm/operations/managementPolicies.js.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +0 -161
- package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -154
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -161
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -43
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/queue.d.ts +0 -229
- package/esm/operations/queue.d.ts.map +0 -1
- package/esm/operations/queue.js +0 -239
- package/esm/operations/queue.js.map +0 -1
- package/esm/operations/queueServices.d.ts +0 -105
- package/esm/operations/queueServices.d.ts.map +0 -1
- package/esm/operations/queueServices.js +0 -131
- package/esm/operations/queueServices.js.map +0 -1
- package/esm/operations/skus.d.ts +0 -28
- package/esm/operations/skus.d.ts.map +0 -1
- package/esm/operations/skus.js +0 -53
- package/esm/operations/skus.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -455
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -642
- package/esm/operations/storageAccounts.js.map +0 -1
- package/esm/operations/tableOperations.d.ts +0 -217
- package/esm/operations/tableOperations.d.ts.map +0 -1
- package/esm/operations/tableOperations.js +0 -216
- package/esm/operations/tableOperations.js.map +0 -1
- package/esm/operations/tableServices.d.ts +0 -105
- package/esm/operations/tableServices.d.ts.map +0 -1
- package/esm/operations/tableServices.js +0 -131
- package/esm/operations/tableServices.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -32
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -55
- package/esm/operations/usages.js.map +0 -1
- package/esm/storageManagementClient.d.ts +0 -42
- package/esm/storageManagementClient.d.ts.map +0 -1
- package/esm/storageManagementClient.js +0 -55
- package/esm/storageManagementClient.js.map +0 -1
- package/esm/storageManagementClientContext.d.ts +0 -22
- package/esm/storageManagementClientContext.d.ts.map +0 -1
- package/esm/storageManagementClientContext.js +0 -61
- package/esm/storageManagementClientContext.js.map +0 -1
- package/src/models/blobContainersMappers.ts +0 -106
- package/src/models/blobInventoryPoliciesMappers.ts +0 -99
- package/src/models/blobServicesMappers.ts +0 -98
- package/src/models/deletedAccountsMappers.ts +0 -99
- package/src/models/encryptionScopesMappers.ts +0 -100
- package/src/models/fileServicesMappers.ts +0 -98
- package/src/models/fileSharesMappers.ts +0 -99
- package/src/models/managementPoliciesMappers.ts +0 -97
- package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
- package/src/models/privateEndpointConnectionsMappers.ts +0 -100
- package/src/models/privateLinkResourcesMappers.ts +0 -98
- package/src/models/queueMappers.ts +0 -98
- package/src/models/queueServicesMappers.ts +0 -98
- package/src/models/storageAccountsMappers.ts +0 -109
- package/src/models/tableOperationsMappers.ts +0 -98
- package/src/models/tableServicesMappers.ts +0 -98
- package/src/storageManagementClientContext.ts +0 -74
|
@@ -0,0 +1,3500 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
3
|
+
export interface OperationListResult {
|
|
4
|
+
/** List of Storage operations supported by the Storage resource provider. */
|
|
5
|
+
value?: Operation[];
|
|
6
|
+
}
|
|
7
|
+
/** Storage REST API operation definition. */
|
|
8
|
+
export interface Operation {
|
|
9
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
10
|
+
name?: string;
|
|
11
|
+
/** Display metadata associated with the operation. */
|
|
12
|
+
display?: OperationDisplay;
|
|
13
|
+
/** The origin of operations. */
|
|
14
|
+
origin?: string;
|
|
15
|
+
/** One property of operation, include metric specifications. */
|
|
16
|
+
serviceSpecification?: ServiceSpecification;
|
|
17
|
+
}
|
|
18
|
+
/** Display metadata associated with the operation. */
|
|
19
|
+
export interface OperationDisplay {
|
|
20
|
+
/** Service provider: Microsoft Storage. */
|
|
21
|
+
provider?: string;
|
|
22
|
+
/** Resource on which the operation is performed etc. */
|
|
23
|
+
resource?: string;
|
|
24
|
+
/** Type of operation: get, read, delete, etc. */
|
|
25
|
+
operation?: string;
|
|
26
|
+
/** Description of the operation. */
|
|
27
|
+
description?: string;
|
|
28
|
+
}
|
|
29
|
+
/** One property of operation, include metric specifications. */
|
|
30
|
+
export interface ServiceSpecification {
|
|
31
|
+
/** Metric specifications of operation. */
|
|
32
|
+
metricSpecifications?: MetricSpecification[];
|
|
33
|
+
}
|
|
34
|
+
/** Metric specification of operation. */
|
|
35
|
+
export interface MetricSpecification {
|
|
36
|
+
/** Name of metric specification. */
|
|
37
|
+
name?: string;
|
|
38
|
+
/** Display name of metric specification. */
|
|
39
|
+
displayName?: string;
|
|
40
|
+
/** Display description of metric specification. */
|
|
41
|
+
displayDescription?: string;
|
|
42
|
+
/** Unit could be Bytes or Count. */
|
|
43
|
+
unit?: string;
|
|
44
|
+
/** Dimensions of blobs, including blob type and access tier. */
|
|
45
|
+
dimensions?: Dimension[];
|
|
46
|
+
/** Aggregation type could be Average. */
|
|
47
|
+
aggregationType?: string;
|
|
48
|
+
/** The property to decide fill gap with zero or not. */
|
|
49
|
+
fillGapWithZero?: boolean;
|
|
50
|
+
/** The category this metric specification belong to, could be Capacity. */
|
|
51
|
+
category?: string;
|
|
52
|
+
/** Account Resource Id. */
|
|
53
|
+
resourceIdDimensionNameOverride?: string;
|
|
54
|
+
}
|
|
55
|
+
/** Dimension of blobs, possibly be blob type or access tier. */
|
|
56
|
+
export interface Dimension {
|
|
57
|
+
/** Display name of dimension. */
|
|
58
|
+
name?: string;
|
|
59
|
+
/** Display name of dimension. */
|
|
60
|
+
displayName?: string;
|
|
61
|
+
}
|
|
62
|
+
/** The response from the List Storage SKUs operation. */
|
|
63
|
+
export interface StorageSkuListResult {
|
|
64
|
+
/**
|
|
65
|
+
* Get the list result of storage SKUs and their properties.
|
|
66
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
+
*/
|
|
68
|
+
readonly value?: SkuInformation[];
|
|
69
|
+
}
|
|
70
|
+
/** Storage SKU and its properties */
|
|
71
|
+
export interface SkuInformation {
|
|
72
|
+
/** The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. */
|
|
73
|
+
name: SkuName;
|
|
74
|
+
/**
|
|
75
|
+
* The SKU tier. This is based on the SKU name.
|
|
76
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
77
|
+
*/
|
|
78
|
+
readonly tier?: SkuTier;
|
|
79
|
+
/**
|
|
80
|
+
* The type of the resource, usually it is 'storageAccounts'.
|
|
81
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
82
|
+
*/
|
|
83
|
+
readonly resourceType?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Indicates the type of storage account.
|
|
86
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
87
|
+
*/
|
|
88
|
+
readonly kind?: Kind;
|
|
89
|
+
/**
|
|
90
|
+
* The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
|
|
91
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
92
|
+
*/
|
|
93
|
+
readonly locations?: string[];
|
|
94
|
+
/**
|
|
95
|
+
* The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
|
|
96
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
97
|
+
*/
|
|
98
|
+
readonly capabilities?: SKUCapability[];
|
|
99
|
+
/** The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. */
|
|
100
|
+
restrictions?: Restriction[];
|
|
101
|
+
}
|
|
102
|
+
/** The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. */
|
|
103
|
+
export interface SKUCapability {
|
|
104
|
+
/**
|
|
105
|
+
* The name of capability, The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
|
|
106
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
107
|
+
*/
|
|
108
|
+
readonly name?: string;
|
|
109
|
+
/**
|
|
110
|
+
* A string value to indicate states of given capability. Possibly 'true' or 'false'.
|
|
111
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
112
|
+
*/
|
|
113
|
+
readonly value?: string;
|
|
114
|
+
}
|
|
115
|
+
/** The restriction because of which SKU cannot be used. */
|
|
116
|
+
export interface Restriction {
|
|
117
|
+
/**
|
|
118
|
+
* The type of restrictions. As of now only possible value for this is location.
|
|
119
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
120
|
+
*/
|
|
121
|
+
readonly type?: string;
|
|
122
|
+
/**
|
|
123
|
+
* The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
|
|
124
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
125
|
+
*/
|
|
126
|
+
readonly values?: string[];
|
|
127
|
+
/** The reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" is related to capacity at DC. */
|
|
128
|
+
reasonCode?: ReasonCode;
|
|
129
|
+
}
|
|
130
|
+
/** The parameters used to check the availability of the storage account name. */
|
|
131
|
+
export interface StorageAccountCheckNameAvailabilityParameters {
|
|
132
|
+
/** The storage account name. */
|
|
133
|
+
name: string;
|
|
134
|
+
/** The type of resource, Microsoft.Storage/storageAccounts */
|
|
135
|
+
type: "Microsoft.Storage/storageAccounts";
|
|
136
|
+
}
|
|
137
|
+
/** The CheckNameAvailability operation response. */
|
|
138
|
+
export interface CheckNameAvailabilityResult {
|
|
139
|
+
/**
|
|
140
|
+
* Gets a boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used.
|
|
141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
142
|
+
*/
|
|
143
|
+
readonly nameAvailable?: boolean;
|
|
144
|
+
/**
|
|
145
|
+
* Gets the reason that a storage account name could not be used. The Reason element is only returned if NameAvailable is false.
|
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
+
*/
|
|
148
|
+
readonly reason?: Reason;
|
|
149
|
+
/**
|
|
150
|
+
* Gets an error message explaining the Reason value in more detail.
|
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
+
*/
|
|
153
|
+
readonly message?: string;
|
|
154
|
+
}
|
|
155
|
+
/** The parameters used when creating a storage account. */
|
|
156
|
+
export interface StorageAccountCreateParameters {
|
|
157
|
+
/** Required. Gets or sets the SKU name. */
|
|
158
|
+
sku: Sku;
|
|
159
|
+
/** Required. Indicates the type of storage account. */
|
|
160
|
+
kind: Kind;
|
|
161
|
+
/** Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed. */
|
|
162
|
+
location: string;
|
|
163
|
+
/** Optional. Set the extended location of the resource. If not set, the storage account will be created in Azure main region. Otherwise it will be created in the specified extended location */
|
|
164
|
+
extendedLocation?: ExtendedLocation;
|
|
165
|
+
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters. */
|
|
166
|
+
tags?: {
|
|
167
|
+
[propertyName: string]: string;
|
|
168
|
+
};
|
|
169
|
+
/** The identity of the resource. */
|
|
170
|
+
identity?: Identity;
|
|
171
|
+
/** Allow or disallow public network access to Storage Account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. */
|
|
172
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
173
|
+
/** SasPolicy assigned to the storage account. */
|
|
174
|
+
sasPolicy?: SasPolicy;
|
|
175
|
+
/** KeyPolicy assigned to the storage account. */
|
|
176
|
+
keyPolicy?: KeyPolicy;
|
|
177
|
+
/** User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */
|
|
178
|
+
customDomain?: CustomDomain;
|
|
179
|
+
/** Not applicable. Azure Storage encryption is enabled for all storage accounts and cannot be disabled. */
|
|
180
|
+
encryption?: Encryption;
|
|
181
|
+
/** Network rule set */
|
|
182
|
+
networkRuleSet?: NetworkRuleSet;
|
|
183
|
+
/** Required for storage accounts where kind = BlobStorage. The access tier used for billing. */
|
|
184
|
+
accessTier?: AccessTier;
|
|
185
|
+
/** Provides the identity based authentication settings for Azure Files. */
|
|
186
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
187
|
+
/** Allows https traffic only to storage service if sets to true. The default value is true since API version 2019-04-01. */
|
|
188
|
+
enableHttpsTrafficOnly?: boolean;
|
|
189
|
+
/** Account HierarchicalNamespace enabled if sets to true. */
|
|
190
|
+
isHnsEnabled?: boolean;
|
|
191
|
+
/** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */
|
|
192
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
193
|
+
/** Maintains information about the network routing choice opted by the user for data transfer */
|
|
194
|
+
routingPreference?: RoutingPreference;
|
|
195
|
+
/** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. */
|
|
196
|
+
allowBlobPublicAccess?: boolean;
|
|
197
|
+
/** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. */
|
|
198
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
199
|
+
/** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */
|
|
200
|
+
allowSharedKeyAccess?: boolean;
|
|
201
|
+
/** NFS 3.0 protocol support enabled if set to true. */
|
|
202
|
+
enableNfsV3?: boolean;
|
|
203
|
+
/** Allow or disallow cross AAD tenant object replication. The default interpretation is true for this property. */
|
|
204
|
+
allowCrossTenantReplication?: boolean;
|
|
205
|
+
/** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */
|
|
206
|
+
defaultToOAuthAuthentication?: boolean;
|
|
207
|
+
/** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the new containers in the account by default. */
|
|
208
|
+
immutableStorageWithVersioning?: ImmutableStorageAccount;
|
|
209
|
+
}
|
|
210
|
+
/** The SKU of the storage account. */
|
|
211
|
+
export interface Sku {
|
|
212
|
+
/** The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. */
|
|
213
|
+
name: SkuName;
|
|
214
|
+
/**
|
|
215
|
+
* The SKU tier. This is based on the SKU name.
|
|
216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
217
|
+
*/
|
|
218
|
+
readonly tier?: SkuTier;
|
|
219
|
+
}
|
|
220
|
+
/** The complex type of the extended location. */
|
|
221
|
+
export interface ExtendedLocation {
|
|
222
|
+
/** The name of the extended location. */
|
|
223
|
+
name?: string;
|
|
224
|
+
/** The type of the extended location. */
|
|
225
|
+
type?: ExtendedLocationTypes;
|
|
226
|
+
}
|
|
227
|
+
/** Identity for the resource. */
|
|
228
|
+
export interface Identity {
|
|
229
|
+
/**
|
|
230
|
+
* The principal ID of resource identity.
|
|
231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
232
|
+
*/
|
|
233
|
+
readonly principalId?: string;
|
|
234
|
+
/**
|
|
235
|
+
* The tenant ID of resource.
|
|
236
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
237
|
+
*/
|
|
238
|
+
readonly tenantId?: string;
|
|
239
|
+
/** The identity type. */
|
|
240
|
+
type: IdentityType;
|
|
241
|
+
/** Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here. */
|
|
242
|
+
userAssignedIdentities?: {
|
|
243
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
244
|
+
};
|
|
245
|
+
}
|
|
246
|
+
/** UserAssignedIdentity for the resource. */
|
|
247
|
+
export interface UserAssignedIdentity {
|
|
248
|
+
/**
|
|
249
|
+
* The principal ID of the identity.
|
|
250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
+
*/
|
|
252
|
+
readonly principalId?: string;
|
|
253
|
+
/**
|
|
254
|
+
* The client ID of the identity.
|
|
255
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
256
|
+
*/
|
|
257
|
+
readonly clientId?: string;
|
|
258
|
+
}
|
|
259
|
+
/** SasPolicy assigned to the storage account. */
|
|
260
|
+
export interface SasPolicy {
|
|
261
|
+
/** The SAS expiration period, DD.HH:MM:SS. */
|
|
262
|
+
sasExpirationPeriod: string;
|
|
263
|
+
/** The SAS expiration action. Can only be Log. */
|
|
264
|
+
expirationAction: ExpirationAction;
|
|
265
|
+
}
|
|
266
|
+
/** KeyPolicy assigned to the storage account. */
|
|
267
|
+
export interface KeyPolicy {
|
|
268
|
+
/** The key expiration period in days. */
|
|
269
|
+
keyExpirationPeriodInDays: number;
|
|
270
|
+
}
|
|
271
|
+
/** The custom domain assigned to this storage account. This can be set via Update. */
|
|
272
|
+
export interface CustomDomain {
|
|
273
|
+
/** Gets or sets the custom domain name assigned to the storage account. Name is the CNAME source. */
|
|
274
|
+
name: string;
|
|
275
|
+
/** Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates. */
|
|
276
|
+
useSubDomainName?: boolean;
|
|
277
|
+
}
|
|
278
|
+
/** The encryption settings on the storage account. */
|
|
279
|
+
export interface Encryption {
|
|
280
|
+
/** List of services which support encryption. */
|
|
281
|
+
services?: EncryptionServices;
|
|
282
|
+
/** The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault */
|
|
283
|
+
keySource: KeySource;
|
|
284
|
+
/** A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. */
|
|
285
|
+
requireInfrastructureEncryption?: boolean;
|
|
286
|
+
/** Properties provided by key vault. */
|
|
287
|
+
keyVaultProperties?: KeyVaultProperties;
|
|
288
|
+
/** The identity to be used with service-side encryption at rest. */
|
|
289
|
+
encryptionIdentity?: EncryptionIdentity;
|
|
290
|
+
}
|
|
291
|
+
/** A list of services that support encryption. */
|
|
292
|
+
export interface EncryptionServices {
|
|
293
|
+
/** The encryption function of the blob storage service. */
|
|
294
|
+
blob?: EncryptionService;
|
|
295
|
+
/** The encryption function of the file storage service. */
|
|
296
|
+
file?: EncryptionService;
|
|
297
|
+
/** The encryption function of the table storage service. */
|
|
298
|
+
table?: EncryptionService;
|
|
299
|
+
/** The encryption function of the queue storage service. */
|
|
300
|
+
queue?: EncryptionService;
|
|
301
|
+
}
|
|
302
|
+
/** A service that allows server-side encryption to be used. */
|
|
303
|
+
export interface EncryptionService {
|
|
304
|
+
/** A boolean indicating whether or not the service encrypts the data as it is stored. */
|
|
305
|
+
enabled?: boolean;
|
|
306
|
+
/**
|
|
307
|
+
* Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate.
|
|
308
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
309
|
+
*/
|
|
310
|
+
readonly lastEnabledTime?: Date;
|
|
311
|
+
/** Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used. */
|
|
312
|
+
keyType?: KeyType;
|
|
313
|
+
}
|
|
314
|
+
/** Properties of key vault. */
|
|
315
|
+
export interface KeyVaultProperties {
|
|
316
|
+
/** The name of KeyVault key. */
|
|
317
|
+
keyName?: string;
|
|
318
|
+
/** The version of KeyVault key. */
|
|
319
|
+
keyVersion?: string;
|
|
320
|
+
/** The Uri of KeyVault. */
|
|
321
|
+
keyVaultUri?: string;
|
|
322
|
+
/**
|
|
323
|
+
* The object identifier of the current versioned Key Vault Key in use.
|
|
324
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
325
|
+
*/
|
|
326
|
+
readonly currentVersionedKeyIdentifier?: string;
|
|
327
|
+
/**
|
|
328
|
+
* Timestamp of last rotation of the Key Vault Key.
|
|
329
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
330
|
+
*/
|
|
331
|
+
readonly lastKeyRotationTimestamp?: Date;
|
|
332
|
+
}
|
|
333
|
+
/** Encryption identity for the storage account. */
|
|
334
|
+
export interface EncryptionIdentity {
|
|
335
|
+
/** Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. */
|
|
336
|
+
encryptionUserAssignedIdentity?: string;
|
|
337
|
+
}
|
|
338
|
+
/** Network rule set */
|
|
339
|
+
export interface NetworkRuleSet {
|
|
340
|
+
/** Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics. */
|
|
341
|
+
bypass?: Bypass;
|
|
342
|
+
/** Sets the resource access rules */
|
|
343
|
+
resourceAccessRules?: ResourceAccessRule[];
|
|
344
|
+
/** Sets the virtual network rules */
|
|
345
|
+
virtualNetworkRules?: VirtualNetworkRule[];
|
|
346
|
+
/** Sets the IP ACL rules */
|
|
347
|
+
ipRules?: IPRule[];
|
|
348
|
+
/** Specifies the default action of allow or deny when no other rules match. */
|
|
349
|
+
defaultAction: DefaultAction;
|
|
350
|
+
}
|
|
351
|
+
/** Resource Access Rule. */
|
|
352
|
+
export interface ResourceAccessRule {
|
|
353
|
+
/** Tenant Id */
|
|
354
|
+
tenantId?: string;
|
|
355
|
+
/** Resource Id */
|
|
356
|
+
resourceId?: string;
|
|
357
|
+
}
|
|
358
|
+
/** Virtual Network rule. */
|
|
359
|
+
export interface VirtualNetworkRule {
|
|
360
|
+
/** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
|
|
361
|
+
virtualNetworkResourceId: string;
|
|
362
|
+
/** The action of virtual network rule. */
|
|
363
|
+
action?: "Allow";
|
|
364
|
+
/** Gets the state of virtual network rule. */
|
|
365
|
+
state?: State;
|
|
366
|
+
}
|
|
367
|
+
/** IP rule with specific IP or IP range in CIDR format. */
|
|
368
|
+
export interface IPRule {
|
|
369
|
+
/** Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. */
|
|
370
|
+
iPAddressOrRange: string;
|
|
371
|
+
/** The action of IP ACL rule. */
|
|
372
|
+
action?: "Allow";
|
|
373
|
+
}
|
|
374
|
+
/** Settings for Azure Files identity based authentication. */
|
|
375
|
+
export interface AzureFilesIdentityBasedAuthentication {
|
|
376
|
+
/** Indicates the directory service used. */
|
|
377
|
+
directoryServiceOptions: DirectoryServiceOptions;
|
|
378
|
+
/** Required if choose AD. */
|
|
379
|
+
activeDirectoryProperties?: ActiveDirectoryProperties;
|
|
380
|
+
/** Default share permission for users using Kerberos authentication if RBAC role is not assigned. */
|
|
381
|
+
defaultSharePermission?: DefaultSharePermission;
|
|
382
|
+
}
|
|
383
|
+
/** Settings properties for Active Directory (AD). */
|
|
384
|
+
export interface ActiveDirectoryProperties {
|
|
385
|
+
/** Specifies the primary domain that the AD DNS server is authoritative for. */
|
|
386
|
+
domainName: string;
|
|
387
|
+
/** Specifies the NetBIOS domain name. */
|
|
388
|
+
netBiosDomainName: string;
|
|
389
|
+
/** Specifies the Active Directory forest to get. */
|
|
390
|
+
forestName: string;
|
|
391
|
+
/** Specifies the domain GUID. */
|
|
392
|
+
domainGuid: string;
|
|
393
|
+
/** Specifies the security identifier (SID). */
|
|
394
|
+
domainSid: string;
|
|
395
|
+
/** Specifies the security identifier (SID) for Azure Storage. */
|
|
396
|
+
azureStorageSid: string;
|
|
397
|
+
}
|
|
398
|
+
/** Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing */
|
|
399
|
+
export interface RoutingPreference {
|
|
400
|
+
/** Routing Choice defines the kind of network routing opted by the user. */
|
|
401
|
+
routingChoice?: RoutingChoice;
|
|
402
|
+
/** A boolean flag which indicates whether microsoft routing storage endpoints are to be published */
|
|
403
|
+
publishMicrosoftEndpoints?: boolean;
|
|
404
|
+
/** A boolean flag which indicates whether internet routing storage endpoints are to be published */
|
|
405
|
+
publishInternetEndpoints?: boolean;
|
|
406
|
+
}
|
|
407
|
+
/** This property enables and defines account-level immutability. Enabling the feature auto-enables Blob Versioning. */
|
|
408
|
+
export interface ImmutableStorageAccount {
|
|
409
|
+
/** A boolean flag which enables account-level immutability. All the containers under such an account have object-level immutability enabled by default. */
|
|
410
|
+
enabled?: boolean;
|
|
411
|
+
/** Specifies the default account-level immutability policy which is inherited and applied to objects that do not possess an explicit immutability policy at the object level. The object-level immutability policy has higher precedence than the container-level immutability policy, which has a higher precedence than the account-level immutability policy. */
|
|
412
|
+
immutabilityPolicy?: AccountImmutabilityPolicyProperties;
|
|
413
|
+
}
|
|
414
|
+
/** This defines account-level immutability policy properties. */
|
|
415
|
+
export interface AccountImmutabilityPolicyProperties {
|
|
416
|
+
/** The immutability period for the blobs in the container since the policy creation, in days. */
|
|
417
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
418
|
+
/** The ImmutabilityPolicy state defines the mode of the policy. Disabled state disables the policy, Unlocked state allows increase and decrease of immutability retention time and also allows toggling allowProtectedAppendWrites property, Locked state only allows the increase of the immutability retention time. A policy can only be created in a Disabled or Unlocked state and can be toggled between the two states. Only a policy in an Unlocked state can transition to a Locked state which cannot be reverted. */
|
|
419
|
+
state?: AccountImmutabilityPolicyState;
|
|
420
|
+
/** This property can only be changed for disabled and unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */
|
|
421
|
+
allowProtectedAppendWrites?: boolean;
|
|
422
|
+
}
|
|
423
|
+
/** The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object. */
|
|
424
|
+
export interface Endpoints {
|
|
425
|
+
/**
|
|
426
|
+
* Gets the blob endpoint.
|
|
427
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
428
|
+
*/
|
|
429
|
+
readonly blob?: string;
|
|
430
|
+
/**
|
|
431
|
+
* Gets the queue endpoint.
|
|
432
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
433
|
+
*/
|
|
434
|
+
readonly queue?: string;
|
|
435
|
+
/**
|
|
436
|
+
* Gets the table endpoint.
|
|
437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
+
*/
|
|
439
|
+
readonly table?: string;
|
|
440
|
+
/**
|
|
441
|
+
* Gets the file endpoint.
|
|
442
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
443
|
+
*/
|
|
444
|
+
readonly file?: string;
|
|
445
|
+
/**
|
|
446
|
+
* Gets the web endpoint.
|
|
447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
448
|
+
*/
|
|
449
|
+
readonly web?: string;
|
|
450
|
+
/**
|
|
451
|
+
* Gets the dfs endpoint.
|
|
452
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
453
|
+
*/
|
|
454
|
+
readonly dfs?: string;
|
|
455
|
+
/** Gets the microsoft routing storage endpoints. */
|
|
456
|
+
microsoftEndpoints?: StorageAccountMicrosoftEndpoints;
|
|
457
|
+
/** Gets the internet routing storage endpoints */
|
|
458
|
+
internetEndpoints?: StorageAccountInternetEndpoints;
|
|
459
|
+
}
|
|
460
|
+
/** The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint. */
|
|
461
|
+
export interface StorageAccountMicrosoftEndpoints {
|
|
462
|
+
/**
|
|
463
|
+
* Gets the blob endpoint.
|
|
464
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
465
|
+
*/
|
|
466
|
+
readonly blob?: string;
|
|
467
|
+
/**
|
|
468
|
+
* Gets the queue endpoint.
|
|
469
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
470
|
+
*/
|
|
471
|
+
readonly queue?: string;
|
|
472
|
+
/**
|
|
473
|
+
* Gets the table endpoint.
|
|
474
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
475
|
+
*/
|
|
476
|
+
readonly table?: string;
|
|
477
|
+
/**
|
|
478
|
+
* Gets the file endpoint.
|
|
479
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
|
+
*/
|
|
481
|
+
readonly file?: string;
|
|
482
|
+
/**
|
|
483
|
+
* Gets the web endpoint.
|
|
484
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
485
|
+
*/
|
|
486
|
+
readonly web?: string;
|
|
487
|
+
/**
|
|
488
|
+
* Gets the dfs endpoint.
|
|
489
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
490
|
+
*/
|
|
491
|
+
readonly dfs?: string;
|
|
492
|
+
}
|
|
493
|
+
/** The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint. */
|
|
494
|
+
export interface StorageAccountInternetEndpoints {
|
|
495
|
+
/**
|
|
496
|
+
* Gets the blob endpoint.
|
|
497
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
498
|
+
*/
|
|
499
|
+
readonly blob?: string;
|
|
500
|
+
/**
|
|
501
|
+
* Gets the file endpoint.
|
|
502
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
503
|
+
*/
|
|
504
|
+
readonly file?: string;
|
|
505
|
+
/**
|
|
506
|
+
* Gets the web endpoint.
|
|
507
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
508
|
+
*/
|
|
509
|
+
readonly web?: string;
|
|
510
|
+
/**
|
|
511
|
+
* Gets the dfs endpoint.
|
|
512
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
513
|
+
*/
|
|
514
|
+
readonly dfs?: string;
|
|
515
|
+
}
|
|
516
|
+
/** Storage account keys creation time. */
|
|
517
|
+
export interface KeyCreationTime {
|
|
518
|
+
key1?: Date;
|
|
519
|
+
key2?: Date;
|
|
520
|
+
}
|
|
521
|
+
/** Statistics related to replication for storage account's Blob, Table, Queue and File services. It is only available when geo-redundant replication is enabled for the storage account. */
|
|
522
|
+
export interface GeoReplicationStats {
|
|
523
|
+
/**
|
|
524
|
+
* The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable.
|
|
525
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
526
|
+
*/
|
|
527
|
+
readonly status?: GeoReplicationStatus;
|
|
528
|
+
/**
|
|
529
|
+
* All primary writes preceding this UTC date/time value are guaranteed to be available for read operations. Primary writes following this point in time may or may not be available for reads. Element may be default value if value of LastSyncTime is not available, this can happen if secondary is offline or we are in bootstrap.
|
|
530
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
531
|
+
*/
|
|
532
|
+
readonly lastSyncTime?: Date;
|
|
533
|
+
/**
|
|
534
|
+
* A boolean flag which indicates whether or not account failover is supported for the account.
|
|
535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
536
|
+
*/
|
|
537
|
+
readonly canFailover?: boolean;
|
|
538
|
+
}
|
|
539
|
+
/** The Private Endpoint resource. */
|
|
540
|
+
export interface PrivateEndpoint {
|
|
541
|
+
/**
|
|
542
|
+
* The ARM identifier for Private Endpoint
|
|
543
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
544
|
+
*/
|
|
545
|
+
readonly id?: string;
|
|
546
|
+
}
|
|
547
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
548
|
+
export interface PrivateLinkServiceConnectionState {
|
|
549
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
550
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
551
|
+
/** The reason for approval/rejection of the connection. */
|
|
552
|
+
description?: string;
|
|
553
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
554
|
+
actionRequired?: string;
|
|
555
|
+
}
|
|
556
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
557
|
+
export interface Resource {
|
|
558
|
+
/**
|
|
559
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
560
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
561
|
+
*/
|
|
562
|
+
readonly id?: string;
|
|
563
|
+
/**
|
|
564
|
+
* The name of the resource
|
|
565
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
566
|
+
*/
|
|
567
|
+
readonly name?: string;
|
|
568
|
+
/**
|
|
569
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
570
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
571
|
+
*/
|
|
572
|
+
readonly type?: string;
|
|
573
|
+
}
|
|
574
|
+
/** Blob restore status. */
|
|
575
|
+
export interface BlobRestoreStatus {
|
|
576
|
+
/**
|
|
577
|
+
* The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.
|
|
578
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
579
|
+
*/
|
|
580
|
+
readonly status?: BlobRestoreProgressStatus;
|
|
581
|
+
/**
|
|
582
|
+
* Failure reason when blob restore is failed.
|
|
583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
584
|
+
*/
|
|
585
|
+
readonly failureReason?: string;
|
|
586
|
+
/**
|
|
587
|
+
* Id for tracking blob restore request.
|
|
588
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
589
|
+
*/
|
|
590
|
+
readonly restoreId?: string;
|
|
591
|
+
/**
|
|
592
|
+
* Blob restore request parameters.
|
|
593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
594
|
+
*/
|
|
595
|
+
readonly parameters?: BlobRestoreParameters;
|
|
596
|
+
}
|
|
597
|
+
/** Blob restore parameters */
|
|
598
|
+
export interface BlobRestoreParameters {
|
|
599
|
+
/** Restore blob to the specified time. */
|
|
600
|
+
timeToRestore: Date;
|
|
601
|
+
/** Blob ranges to restore. */
|
|
602
|
+
blobRanges: BlobRestoreRange[];
|
|
603
|
+
}
|
|
604
|
+
/** Blob range */
|
|
605
|
+
export interface BlobRestoreRange {
|
|
606
|
+
/** Blob start range. This is inclusive. Empty means account start. */
|
|
607
|
+
startRange: string;
|
|
608
|
+
/** Blob end range. This is exclusive. Empty means account end. */
|
|
609
|
+
endRange: string;
|
|
610
|
+
}
|
|
611
|
+
/** The parameters that can be provided when updating the storage account properties. */
|
|
612
|
+
export interface StorageAccountUpdateParameters {
|
|
613
|
+
/** Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value. */
|
|
614
|
+
sku?: Sku;
|
|
615
|
+
/** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */
|
|
616
|
+
tags?: {
|
|
617
|
+
[propertyName: string]: string;
|
|
618
|
+
};
|
|
619
|
+
/** The identity of the resource. */
|
|
620
|
+
identity?: Identity;
|
|
621
|
+
/** Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. */
|
|
622
|
+
kind?: Kind;
|
|
623
|
+
/** Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. */
|
|
624
|
+
customDomain?: CustomDomain;
|
|
625
|
+
/** Provides the encryption settings on the account. The default setting is unencrypted. */
|
|
626
|
+
encryption?: Encryption;
|
|
627
|
+
/** SasPolicy assigned to the storage account. */
|
|
628
|
+
sasPolicy?: SasPolicy;
|
|
629
|
+
/** KeyPolicy assigned to the storage account. */
|
|
630
|
+
keyPolicy?: KeyPolicy;
|
|
631
|
+
/** Required for storage accounts where kind = BlobStorage. The access tier used for billing. */
|
|
632
|
+
accessTier?: AccessTier;
|
|
633
|
+
/** Provides the identity based authentication settings for Azure Files. */
|
|
634
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
635
|
+
/** Allows https traffic only to storage service if sets to true. */
|
|
636
|
+
enableHttpsTrafficOnly?: boolean;
|
|
637
|
+
/** Network rule set */
|
|
638
|
+
networkRuleSet?: NetworkRuleSet;
|
|
639
|
+
/** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */
|
|
640
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
641
|
+
/** Maintains information about the network routing choice opted by the user for data transfer */
|
|
642
|
+
routingPreference?: RoutingPreference;
|
|
643
|
+
/** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. */
|
|
644
|
+
allowBlobPublicAccess?: boolean;
|
|
645
|
+
/** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. */
|
|
646
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
647
|
+
/** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */
|
|
648
|
+
allowSharedKeyAccess?: boolean;
|
|
649
|
+
/** Allow or disallow cross AAD tenant object replication. The default interpretation is true for this property. */
|
|
650
|
+
allowCrossTenantReplication?: boolean;
|
|
651
|
+
/** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */
|
|
652
|
+
defaultToOAuthAuthentication?: boolean;
|
|
653
|
+
/** Allow or disallow public network access to Storage Account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. */
|
|
654
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
655
|
+
/** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */
|
|
656
|
+
immutableStorageWithVersioning?: ImmutableStorageAccount;
|
|
657
|
+
}
|
|
658
|
+
/** The response from the List Deleted Accounts operation. */
|
|
659
|
+
export interface DeletedAccountListResult {
|
|
660
|
+
/**
|
|
661
|
+
* Gets the list of deleted accounts and their properties.
|
|
662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
663
|
+
*/
|
|
664
|
+
readonly value?: DeletedAccount[];
|
|
665
|
+
/**
|
|
666
|
+
* Request URL that can be used to query next page of deleted accounts. Returned when total number of requested deleted accounts exceed maximum page size.
|
|
667
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
668
|
+
*/
|
|
669
|
+
readonly nextLink?: string;
|
|
670
|
+
}
|
|
671
|
+
/** An error response from the storage resource provider. */
|
|
672
|
+
export interface ErrorResponse {
|
|
673
|
+
/** Azure Storage Resource Provider error response body. */
|
|
674
|
+
error?: ErrorResponseBody;
|
|
675
|
+
}
|
|
676
|
+
/** Error response body contract. */
|
|
677
|
+
export interface ErrorResponseBody {
|
|
678
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
679
|
+
code?: string;
|
|
680
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
681
|
+
message?: string;
|
|
682
|
+
}
|
|
683
|
+
/** The response from the List Storage Accounts operation. */
|
|
684
|
+
export interface StorageAccountListResult {
|
|
685
|
+
/**
|
|
686
|
+
* Gets the list of storage accounts and their properties.
|
|
687
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
688
|
+
*/
|
|
689
|
+
readonly value?: StorageAccount[];
|
|
690
|
+
/**
|
|
691
|
+
* Request URL that can be used to query next page of storage accounts. Returned when total number of requested storage accounts exceed maximum page size.
|
|
692
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
693
|
+
*/
|
|
694
|
+
readonly nextLink?: string;
|
|
695
|
+
}
|
|
696
|
+
/** The response from the ListKeys operation. */
|
|
697
|
+
export interface StorageAccountListKeysResult {
|
|
698
|
+
/**
|
|
699
|
+
* Gets the list of storage account keys and their properties for the specified storage account.
|
|
700
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
701
|
+
*/
|
|
702
|
+
readonly keys?: StorageAccountKey[];
|
|
703
|
+
}
|
|
704
|
+
/** An access key for the storage account. */
|
|
705
|
+
export interface StorageAccountKey {
|
|
706
|
+
/**
|
|
707
|
+
* Name of the key.
|
|
708
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
709
|
+
*/
|
|
710
|
+
readonly keyName?: string;
|
|
711
|
+
/**
|
|
712
|
+
* Base 64-encoded value of the key.
|
|
713
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
714
|
+
*/
|
|
715
|
+
readonly value?: string;
|
|
716
|
+
/**
|
|
717
|
+
* Permissions for the key -- read-only or full permissions.
|
|
718
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
719
|
+
*/
|
|
720
|
+
readonly permissions?: KeyPermission;
|
|
721
|
+
/**
|
|
722
|
+
* Creation time of the key, in round trip date format.
|
|
723
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
724
|
+
*/
|
|
725
|
+
readonly creationTime?: Date;
|
|
726
|
+
}
|
|
727
|
+
/** The parameters used to regenerate the storage account key. */
|
|
728
|
+
export interface StorageAccountRegenerateKeyParameters {
|
|
729
|
+
/** The name of storage keys that want to be regenerated, possible values are key1, key2, kerb1, kerb2. */
|
|
730
|
+
keyName: string;
|
|
731
|
+
}
|
|
732
|
+
/** The response from the List Usages operation. */
|
|
733
|
+
export interface UsageListResult {
|
|
734
|
+
/** Gets or sets the list of Storage Resource Usages. */
|
|
735
|
+
value?: Usage[];
|
|
736
|
+
}
|
|
737
|
+
/** Describes Storage Resource Usage. */
|
|
738
|
+
export interface Usage {
|
|
739
|
+
/**
|
|
740
|
+
* Gets the unit of measurement.
|
|
741
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
742
|
+
*/
|
|
743
|
+
readonly unit?: UsageUnit;
|
|
744
|
+
/**
|
|
745
|
+
* Gets the current count of the allocated resources in the subscription.
|
|
746
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
747
|
+
*/
|
|
748
|
+
readonly currentValue?: number;
|
|
749
|
+
/**
|
|
750
|
+
* Gets the maximum count of the resources that can be allocated in the subscription.
|
|
751
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
752
|
+
*/
|
|
753
|
+
readonly limit?: number;
|
|
754
|
+
/**
|
|
755
|
+
* Gets the name of the type of usage.
|
|
756
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
757
|
+
*/
|
|
758
|
+
readonly name?: UsageName;
|
|
759
|
+
}
|
|
760
|
+
/** The usage names that can be used; currently limited to StorageAccount. */
|
|
761
|
+
export interface UsageName {
|
|
762
|
+
/**
|
|
763
|
+
* Gets a string describing the resource name.
|
|
764
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
765
|
+
*/
|
|
766
|
+
readonly value?: string;
|
|
767
|
+
/**
|
|
768
|
+
* Gets a localized string describing the resource name.
|
|
769
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
770
|
+
*/
|
|
771
|
+
readonly localizedValue?: string;
|
|
772
|
+
}
|
|
773
|
+
/** The parameters to list SAS credentials of a storage account. */
|
|
774
|
+
export interface AccountSasParameters {
|
|
775
|
+
/** The signed services accessible with the account SAS. Possible values include: Blob (b), Queue (q), Table (t), File (f). */
|
|
776
|
+
services: Services;
|
|
777
|
+
/** The signed resource types that are accessible with the account SAS. Service (s): Access to service-level APIs; Container (c): Access to container-level APIs; Object (o): Access to object-level APIs for blobs, queue messages, table entities, and files. */
|
|
778
|
+
resourceTypes: SignedResourceTypes;
|
|
779
|
+
/** The signed permissions for the account SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). */
|
|
780
|
+
permissions: Permissions;
|
|
781
|
+
/** An IP address or a range of IP addresses from which to accept requests. */
|
|
782
|
+
iPAddressOrRange?: string;
|
|
783
|
+
/** The protocol permitted for a request made with the account SAS. */
|
|
784
|
+
protocols?: HttpProtocol;
|
|
785
|
+
/** The time at which the SAS becomes valid. */
|
|
786
|
+
sharedAccessStartTime?: Date;
|
|
787
|
+
/** The time at which the shared access signature becomes invalid. */
|
|
788
|
+
sharedAccessExpiryTime: Date;
|
|
789
|
+
/** The key to sign the account SAS token with. */
|
|
790
|
+
keyToSign?: string;
|
|
791
|
+
}
|
|
792
|
+
/** The List SAS credentials operation response. */
|
|
793
|
+
export interface ListAccountSasResponse {
|
|
794
|
+
/**
|
|
795
|
+
* List SAS credentials of storage account.
|
|
796
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
797
|
+
*/
|
|
798
|
+
readonly accountSasToken?: string;
|
|
799
|
+
}
|
|
800
|
+
/** The parameters to list service SAS credentials of a specific resource. */
|
|
801
|
+
export interface ServiceSasParameters {
|
|
802
|
+
/** The canonical path to the signed resource. */
|
|
803
|
+
canonicalizedResource: string;
|
|
804
|
+
/** The signed services accessible with the service SAS. Possible values include: Blob (b), Container (c), File (f), Share (s). */
|
|
805
|
+
resource?: SignedResource;
|
|
806
|
+
/** The signed permissions for the service SAS. Possible values include: Read (r), Write (w), Delete (d), List (l), Add (a), Create (c), Update (u) and Process (p). */
|
|
807
|
+
permissions?: Permissions;
|
|
808
|
+
/** An IP address or a range of IP addresses from which to accept requests. */
|
|
809
|
+
iPAddressOrRange?: string;
|
|
810
|
+
/** The protocol permitted for a request made with the account SAS. */
|
|
811
|
+
protocols?: HttpProtocol;
|
|
812
|
+
/** The time at which the SAS becomes valid. */
|
|
813
|
+
sharedAccessStartTime?: Date;
|
|
814
|
+
/** The time at which the shared access signature becomes invalid. */
|
|
815
|
+
sharedAccessExpiryTime?: Date;
|
|
816
|
+
/** A unique value up to 64 characters in length that correlates to an access policy specified for the container, queue, or table. */
|
|
817
|
+
identifier?: string;
|
|
818
|
+
/** The start of partition key. */
|
|
819
|
+
partitionKeyStart?: string;
|
|
820
|
+
/** The end of partition key. */
|
|
821
|
+
partitionKeyEnd?: string;
|
|
822
|
+
/** The start of row key. */
|
|
823
|
+
rowKeyStart?: string;
|
|
824
|
+
/** The end of row key. */
|
|
825
|
+
rowKeyEnd?: string;
|
|
826
|
+
/** The key to sign the account SAS token with. */
|
|
827
|
+
keyToSign?: string;
|
|
828
|
+
/** The response header override for cache control. */
|
|
829
|
+
cacheControl?: string;
|
|
830
|
+
/** The response header override for content disposition. */
|
|
831
|
+
contentDisposition?: string;
|
|
832
|
+
/** The response header override for content encoding. */
|
|
833
|
+
contentEncoding?: string;
|
|
834
|
+
/** The response header override for content language. */
|
|
835
|
+
contentLanguage?: string;
|
|
836
|
+
/** The response header override for content type. */
|
|
837
|
+
contentType?: string;
|
|
838
|
+
}
|
|
839
|
+
/** The List service SAS credentials operation response. */
|
|
840
|
+
export interface ListServiceSasResponse {
|
|
841
|
+
/**
|
|
842
|
+
* List service SAS credentials of specific resource.
|
|
843
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
844
|
+
*/
|
|
845
|
+
readonly serviceSasToken?: string;
|
|
846
|
+
}
|
|
847
|
+
/** The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. */
|
|
848
|
+
export interface ManagementPolicySchema {
|
|
849
|
+
/** The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. */
|
|
850
|
+
rules: ManagementPolicyRule[];
|
|
851
|
+
}
|
|
852
|
+
/** An object that wraps the Lifecycle rule. Each rule is uniquely defined by name. */
|
|
853
|
+
export interface ManagementPolicyRule {
|
|
854
|
+
/** Rule is enabled if set to true. */
|
|
855
|
+
enabled?: boolean;
|
|
856
|
+
/** A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. */
|
|
857
|
+
name: string;
|
|
858
|
+
/** The valid value is Lifecycle */
|
|
859
|
+
type: RuleType;
|
|
860
|
+
/** An object that defines the Lifecycle rule. */
|
|
861
|
+
definition: ManagementPolicyDefinition;
|
|
862
|
+
}
|
|
863
|
+
/** An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set. */
|
|
864
|
+
export interface ManagementPolicyDefinition {
|
|
865
|
+
/** An object that defines the action set. */
|
|
866
|
+
actions: ManagementPolicyAction;
|
|
867
|
+
/** An object that defines the filter set. */
|
|
868
|
+
filters?: ManagementPolicyFilter;
|
|
869
|
+
}
|
|
870
|
+
/** Actions are applied to the filtered blobs when the execution condition is met. */
|
|
871
|
+
export interface ManagementPolicyAction {
|
|
872
|
+
/** The management policy action for base blob */
|
|
873
|
+
baseBlob?: ManagementPolicyBaseBlob;
|
|
874
|
+
/** The management policy action for snapshot */
|
|
875
|
+
snapshot?: ManagementPolicySnapShot;
|
|
876
|
+
/** The management policy action for version */
|
|
877
|
+
version?: ManagementPolicyVersion;
|
|
878
|
+
}
|
|
879
|
+
/** Management policy action for base blob. */
|
|
880
|
+
export interface ManagementPolicyBaseBlob {
|
|
881
|
+
/** The function to tier blobs to cool storage. Support blobs currently at Hot tier */
|
|
882
|
+
tierToCool?: DateAfterModification;
|
|
883
|
+
/** The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier */
|
|
884
|
+
tierToArchive?: DateAfterModification;
|
|
885
|
+
/** The function to delete the blob */
|
|
886
|
+
delete?: DateAfterModification;
|
|
887
|
+
/** This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. */
|
|
888
|
+
enableAutoTierToHotFromCool?: boolean;
|
|
889
|
+
}
|
|
890
|
+
/** Object to define the number of days after object last modification Or last access. Properties daysAfterModificationGreaterThan and daysAfterLastAccessTimeGreaterThan are mutually exclusive. */
|
|
891
|
+
export interface DateAfterModification {
|
|
892
|
+
/** Value indicating the age in days after last modification */
|
|
893
|
+
daysAfterModificationGreaterThan?: number;
|
|
894
|
+
/** Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy */
|
|
895
|
+
daysAfterLastAccessTimeGreaterThan?: number;
|
|
896
|
+
}
|
|
897
|
+
/** Management policy action for snapshot. */
|
|
898
|
+
export interface ManagementPolicySnapShot {
|
|
899
|
+
/** The function to tier blob snapshot to cool storage. Support blob snapshot currently at Hot tier */
|
|
900
|
+
tierToCool?: DateAfterCreation;
|
|
901
|
+
/** The function to tier blob snapshot to archive storage. Support blob snapshot currently at Hot or Cool tier */
|
|
902
|
+
tierToArchive?: DateAfterCreation;
|
|
903
|
+
/** The function to delete the blob snapshot */
|
|
904
|
+
delete?: DateAfterCreation;
|
|
905
|
+
}
|
|
906
|
+
/** Object to define the number of days after creation. */
|
|
907
|
+
export interface DateAfterCreation {
|
|
908
|
+
/** Value indicating the age in days after creation */
|
|
909
|
+
daysAfterCreationGreaterThan: number;
|
|
910
|
+
}
|
|
911
|
+
/** Management policy action for blob version. */
|
|
912
|
+
export interface ManagementPolicyVersion {
|
|
913
|
+
/** The function to tier blob version to cool storage. Support blob version currently at Hot tier */
|
|
914
|
+
tierToCool?: DateAfterCreation;
|
|
915
|
+
/** The function to tier blob version to archive storage. Support blob version currently at Hot or Cool tier */
|
|
916
|
+
tierToArchive?: DateAfterCreation;
|
|
917
|
+
/** The function to delete the blob version */
|
|
918
|
+
delete?: DateAfterCreation;
|
|
919
|
+
}
|
|
920
|
+
/** Filters limit rule actions to a subset of blobs within the storage account. If multiple filters are defined, a logical AND is performed on all filters. */
|
|
921
|
+
export interface ManagementPolicyFilter {
|
|
922
|
+
/** An array of strings for prefixes to be match. */
|
|
923
|
+
prefixMatch?: string[];
|
|
924
|
+
/** An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob. */
|
|
925
|
+
blobTypes: string[];
|
|
926
|
+
/** An array of blob index tag based filters, there can be at most 10 tag filters */
|
|
927
|
+
blobIndexMatch?: TagFilter[];
|
|
928
|
+
}
|
|
929
|
+
/** Blob index tag based filtering for blob objects */
|
|
930
|
+
export interface TagFilter {
|
|
931
|
+
/** This is the filter tag name, it can have 1 - 128 characters */
|
|
932
|
+
name: string;
|
|
933
|
+
/** This is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported */
|
|
934
|
+
op: string;
|
|
935
|
+
/** This is the filter tag value field used for tag based filtering, it can have 0 - 256 characters */
|
|
936
|
+
value: string;
|
|
937
|
+
}
|
|
938
|
+
/** The storage account blob inventory policy rules. */
|
|
939
|
+
export interface BlobInventoryPolicySchema {
|
|
940
|
+
/** Policy is enabled if set to true. */
|
|
941
|
+
enabled: boolean;
|
|
942
|
+
/** The valid value is Inventory */
|
|
943
|
+
type: InventoryRuleType;
|
|
944
|
+
/** The storage account blob inventory policy rules. The rule is applied when it is enabled. */
|
|
945
|
+
rules: BlobInventoryPolicyRule[];
|
|
946
|
+
}
|
|
947
|
+
/** An object that wraps the blob inventory rule. Each rule is uniquely defined by name. */
|
|
948
|
+
export interface BlobInventoryPolicyRule {
|
|
949
|
+
/** Rule is enabled when set to true. */
|
|
950
|
+
enabled: boolean;
|
|
951
|
+
/** A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. */
|
|
952
|
+
name: string;
|
|
953
|
+
/** Container name where blob inventory files are stored. Must be pre-created. */
|
|
954
|
+
destination: string;
|
|
955
|
+
/** An object that defines the blob inventory policy rule. */
|
|
956
|
+
definition: BlobInventoryPolicyDefinition;
|
|
957
|
+
}
|
|
958
|
+
/** An object that defines the blob inventory rule. */
|
|
959
|
+
export interface BlobInventoryPolicyDefinition {
|
|
960
|
+
/** An object that defines the filter set. */
|
|
961
|
+
filters?: BlobInventoryPolicyFilter;
|
|
962
|
+
/** This is a required field, it specifies the format for the inventory files. */
|
|
963
|
+
format: Format;
|
|
964
|
+
/** This is a required field. This field is used to schedule an inventory formation. */
|
|
965
|
+
schedule: Schedule;
|
|
966
|
+
/** This is a required field. This field specifies the scope of the inventory created either at the blob or container level. */
|
|
967
|
+
objectType: ObjectType;
|
|
968
|
+
/** This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, AccessTierInferred, Tags, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime'. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl' are valid only for Hns enabled accounts.'Tags' field is only valid for non Hns accounts */
|
|
969
|
+
schemaFields: string[];
|
|
970
|
+
}
|
|
971
|
+
/** An object that defines the blob inventory rule filter conditions. For 'Blob' definition.objectType all filter properties are applicable, 'blobTypes' is required and others are optional. For 'Container' definition.objectType only prefixMatch is applicable and is optional. */
|
|
972
|
+
export interface BlobInventoryPolicyFilter {
|
|
973
|
+
/** An array of strings for blob prefixes to be matched. */
|
|
974
|
+
prefixMatch?: string[];
|
|
975
|
+
/** An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'. */
|
|
976
|
+
blobTypes?: string[];
|
|
977
|
+
/** Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded. */
|
|
978
|
+
includeBlobVersions?: boolean;
|
|
979
|
+
/** Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded. */
|
|
980
|
+
includeSnapshots?: boolean;
|
|
981
|
+
}
|
|
982
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
983
|
+
export interface SystemData {
|
|
984
|
+
/** The identity that created the resource. */
|
|
985
|
+
createdBy?: string;
|
|
986
|
+
/** The type of identity that created the resource. */
|
|
987
|
+
createdByType?: CreatedByType;
|
|
988
|
+
/** The timestamp of resource creation (UTC). */
|
|
989
|
+
createdAt?: Date;
|
|
990
|
+
/** The identity that last modified the resource. */
|
|
991
|
+
lastModifiedBy?: string;
|
|
992
|
+
/** The type of identity that last modified the resource. */
|
|
993
|
+
lastModifiedByType?: CreatedByType;
|
|
994
|
+
/** The timestamp of resource last modification (UTC) */
|
|
995
|
+
lastModifiedAt?: Date;
|
|
996
|
+
}
|
|
997
|
+
/** List of blob inventory policies returned. */
|
|
998
|
+
export interface ListBlobInventoryPolicy {
|
|
999
|
+
/**
|
|
1000
|
+
* List of blob inventory policies.
|
|
1001
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1002
|
+
*/
|
|
1003
|
+
readonly value?: BlobInventoryPolicy[];
|
|
1004
|
+
}
|
|
1005
|
+
/** List of private endpoint connection associated with the specified storage account */
|
|
1006
|
+
export interface PrivateEndpointConnectionListResult {
|
|
1007
|
+
/** Array of private endpoint connections */
|
|
1008
|
+
value?: PrivateEndpointConnection[];
|
|
1009
|
+
}
|
|
1010
|
+
/** A list of private link resources */
|
|
1011
|
+
export interface PrivateLinkResourceListResult {
|
|
1012
|
+
/** Array of private link resources */
|
|
1013
|
+
value?: PrivateLinkResource[];
|
|
1014
|
+
}
|
|
1015
|
+
/** List storage account object replication policies. */
|
|
1016
|
+
export interface ObjectReplicationPolicies {
|
|
1017
|
+
/** The replication policy between two storage accounts. */
|
|
1018
|
+
value?: ObjectReplicationPolicy[];
|
|
1019
|
+
}
|
|
1020
|
+
/** The replication policy rule between two containers. */
|
|
1021
|
+
export interface ObjectReplicationPolicyRule {
|
|
1022
|
+
/** Rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account. */
|
|
1023
|
+
ruleId?: string;
|
|
1024
|
+
/** Required. Source container name. */
|
|
1025
|
+
sourceContainer: string;
|
|
1026
|
+
/** Required. Destination container name. */
|
|
1027
|
+
destinationContainer: string;
|
|
1028
|
+
/** Optional. An object that defines the filter set. */
|
|
1029
|
+
filters?: ObjectReplicationPolicyFilter;
|
|
1030
|
+
}
|
|
1031
|
+
/** Filters limit replication to a subset of blobs within the storage account. A logical OR is performed on values in the filter. If multiple filters are defined, a logical AND is performed on all filters. */
|
|
1032
|
+
export interface ObjectReplicationPolicyFilter {
|
|
1033
|
+
/** Optional. Filters the results to replicate only blobs whose names begin with the specified prefix. */
|
|
1034
|
+
prefixMatch?: string[];
|
|
1035
|
+
/** Blobs created after the time will be replicated to the destination. It must be in datetime format 'yyyy-MM-ddTHH:mm:ssZ'. Example: 2020-02-19T16:05:00Z */
|
|
1036
|
+
minCreationTime?: string;
|
|
1037
|
+
}
|
|
1038
|
+
/** The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. */
|
|
1039
|
+
export interface EncryptionScopeKeyVaultProperties {
|
|
1040
|
+
/** The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. */
|
|
1041
|
+
keyUri?: string;
|
|
1042
|
+
/**
|
|
1043
|
+
* The object identifier of the current versioned Key Vault Key in use.
|
|
1044
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1045
|
+
*/
|
|
1046
|
+
readonly currentVersionedKeyIdentifier?: string;
|
|
1047
|
+
/**
|
|
1048
|
+
* Timestamp of last rotation of the Key Vault Key.
|
|
1049
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1050
|
+
*/
|
|
1051
|
+
readonly lastKeyRotationTimestamp?: Date;
|
|
1052
|
+
}
|
|
1053
|
+
/** List of encryption scopes requested, and if paging is required, a URL to the next page of encryption scopes. */
|
|
1054
|
+
export interface EncryptionScopeListResult {
|
|
1055
|
+
/**
|
|
1056
|
+
* List of encryption scopes requested.
|
|
1057
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1058
|
+
*/
|
|
1059
|
+
readonly value?: EncryptionScope[];
|
|
1060
|
+
/**
|
|
1061
|
+
* Request URL that can be used to query next page of encryption scopes. Returned when total number of requested encryption scopes exceeds the maximum page size.
|
|
1062
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1063
|
+
*/
|
|
1064
|
+
readonly nextLink?: string;
|
|
1065
|
+
}
|
|
1066
|
+
export interface BlobServiceItems {
|
|
1067
|
+
/**
|
|
1068
|
+
* List of blob services returned.
|
|
1069
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1070
|
+
*/
|
|
1071
|
+
readonly value?: BlobServiceProperties[];
|
|
1072
|
+
}
|
|
1073
|
+
/** Sets the CORS rules. You can include up to five CorsRule elements in the request. */
|
|
1074
|
+
export interface CorsRules {
|
|
1075
|
+
/** The List of CORS rules. You can include up to five CorsRule elements in the request. */
|
|
1076
|
+
corsRules?: CorsRule[];
|
|
1077
|
+
}
|
|
1078
|
+
/** Specifies a CORS rule for the Blob service. */
|
|
1079
|
+
export interface CorsRule {
|
|
1080
|
+
/** Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains */
|
|
1081
|
+
allowedOrigins: string[];
|
|
1082
|
+
/** Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin. */
|
|
1083
|
+
allowedMethods: CorsRuleAllowedMethodsItem[];
|
|
1084
|
+
/** Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response. */
|
|
1085
|
+
maxAgeInSeconds: number;
|
|
1086
|
+
/** Required if CorsRule element is present. A list of response headers to expose to CORS clients. */
|
|
1087
|
+
exposedHeaders: string[];
|
|
1088
|
+
/** Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request. */
|
|
1089
|
+
allowedHeaders: string[];
|
|
1090
|
+
}
|
|
1091
|
+
/** The service properties for soft delete. */
|
|
1092
|
+
export interface DeleteRetentionPolicy {
|
|
1093
|
+
/** Indicates whether DeleteRetentionPolicy is enabled. */
|
|
1094
|
+
enabled?: boolean;
|
|
1095
|
+
/** Indicates the number of days that the deleted item should be retained. The minimum specified value can be 1 and the maximum value can be 365. */
|
|
1096
|
+
days?: number;
|
|
1097
|
+
}
|
|
1098
|
+
/** The blob service properties for change feed events. */
|
|
1099
|
+
export interface ChangeFeed {
|
|
1100
|
+
/** Indicates whether change feed event logging is enabled for the Blob service. */
|
|
1101
|
+
enabled?: boolean;
|
|
1102
|
+
/** Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed. */
|
|
1103
|
+
retentionInDays?: number;
|
|
1104
|
+
}
|
|
1105
|
+
/** The blob service properties for blob restore policy */
|
|
1106
|
+
export interface RestorePolicyProperties {
|
|
1107
|
+
/** Blob restore is enabled if set to true. */
|
|
1108
|
+
enabled: boolean;
|
|
1109
|
+
/** how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. */
|
|
1110
|
+
days?: number;
|
|
1111
|
+
/**
|
|
1112
|
+
* Deprecated in favor of minRestoreTime property.
|
|
1113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1114
|
+
*/
|
|
1115
|
+
readonly lastEnabledTime?: Date;
|
|
1116
|
+
/**
|
|
1117
|
+
* Returns the minimum date and time that the restore can be started.
|
|
1118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1119
|
+
*/
|
|
1120
|
+
readonly minRestoreTime?: Date;
|
|
1121
|
+
}
|
|
1122
|
+
/** The blob service properties for Last access time based tracking policy. */
|
|
1123
|
+
export interface LastAccessTimeTrackingPolicy {
|
|
1124
|
+
/** When set to true last access time based tracking is enabled. */
|
|
1125
|
+
enable: boolean;
|
|
1126
|
+
/** Name of the policy. The valid value is AccessTimeTracking. This field is currently read only */
|
|
1127
|
+
name?: Name;
|
|
1128
|
+
/** The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1 */
|
|
1129
|
+
trackingGranularityInDays?: number;
|
|
1130
|
+
/** An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only */
|
|
1131
|
+
blobType?: string[];
|
|
1132
|
+
}
|
|
1133
|
+
/** Response schema. Contains list of blobs returned, and if paging is requested or required, a URL to next page of containers. */
|
|
1134
|
+
export interface ListContainerItems {
|
|
1135
|
+
/**
|
|
1136
|
+
* List of blobs containers returned.
|
|
1137
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1138
|
+
*/
|
|
1139
|
+
readonly value?: ListContainerItem[];
|
|
1140
|
+
/**
|
|
1141
|
+
* Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size.
|
|
1142
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1143
|
+
*/
|
|
1144
|
+
readonly nextLink?: string;
|
|
1145
|
+
}
|
|
1146
|
+
/** The properties of an ImmutabilityPolicy of a blob container. */
|
|
1147
|
+
export interface ImmutabilityPolicyProperties {
|
|
1148
|
+
/**
|
|
1149
|
+
* ImmutabilityPolicy Etag.
|
|
1150
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1151
|
+
*/
|
|
1152
|
+
readonly etag?: string;
|
|
1153
|
+
/**
|
|
1154
|
+
* The ImmutabilityPolicy update history of the blob container.
|
|
1155
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1156
|
+
*/
|
|
1157
|
+
readonly updateHistory?: UpdateHistoryProperty[];
|
|
1158
|
+
/** The immutability period for the blobs in the container since the policy creation, in days. */
|
|
1159
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
1160
|
+
/**
|
|
1161
|
+
* The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
|
|
1162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1163
|
+
*/
|
|
1164
|
+
readonly state?: ImmutabilityPolicyState;
|
|
1165
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */
|
|
1166
|
+
allowProtectedAppendWrites?: boolean;
|
|
1167
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */
|
|
1168
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
1169
|
+
}
|
|
1170
|
+
/** An update history of the ImmutabilityPolicy of a blob container. */
|
|
1171
|
+
export interface UpdateHistoryProperty {
|
|
1172
|
+
/**
|
|
1173
|
+
* The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend.
|
|
1174
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1175
|
+
*/
|
|
1176
|
+
readonly update?: ImmutabilityPolicyUpdateType;
|
|
1177
|
+
/**
|
|
1178
|
+
* The immutability period for the blobs in the container since the policy creation, in days.
|
|
1179
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1180
|
+
*/
|
|
1181
|
+
readonly immutabilityPeriodSinceCreationInDays?: number;
|
|
1182
|
+
/**
|
|
1183
|
+
* Returns the date and time the ImmutabilityPolicy was updated.
|
|
1184
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1185
|
+
*/
|
|
1186
|
+
readonly timestamp?: Date;
|
|
1187
|
+
/**
|
|
1188
|
+
* Returns the Object ID of the user who updated the ImmutabilityPolicy.
|
|
1189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1190
|
+
*/
|
|
1191
|
+
readonly objectIdentifier?: string;
|
|
1192
|
+
/**
|
|
1193
|
+
* Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
|
|
1194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1195
|
+
*/
|
|
1196
|
+
readonly tenantId?: string;
|
|
1197
|
+
/**
|
|
1198
|
+
* Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
|
|
1199
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1200
|
+
*/
|
|
1201
|
+
readonly upn?: string;
|
|
1202
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */
|
|
1203
|
+
allowProtectedAppendWrites?: boolean;
|
|
1204
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */
|
|
1205
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
1206
|
+
}
|
|
1207
|
+
/** The LegalHold property of a blob container. */
|
|
1208
|
+
export interface LegalHoldProperties {
|
|
1209
|
+
/**
|
|
1210
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
1211
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1212
|
+
*/
|
|
1213
|
+
readonly hasLegalHold?: boolean;
|
|
1214
|
+
/** The list of LegalHold tags of a blob container. */
|
|
1215
|
+
tags?: TagProperty[];
|
|
1216
|
+
/** Protected append blob writes history. */
|
|
1217
|
+
protectedAppendWritesHistory?: ProtectedAppendWritesHistory;
|
|
1218
|
+
}
|
|
1219
|
+
/** A tag of the LegalHold of a blob container. */
|
|
1220
|
+
export interface TagProperty {
|
|
1221
|
+
/**
|
|
1222
|
+
* The tag value.
|
|
1223
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1224
|
+
*/
|
|
1225
|
+
readonly tag?: string;
|
|
1226
|
+
/**
|
|
1227
|
+
* Returns the date and time the tag was added.
|
|
1228
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1229
|
+
*/
|
|
1230
|
+
readonly timestamp?: Date;
|
|
1231
|
+
/**
|
|
1232
|
+
* Returns the Object ID of the user who added the tag.
|
|
1233
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1234
|
+
*/
|
|
1235
|
+
readonly objectIdentifier?: string;
|
|
1236
|
+
/**
|
|
1237
|
+
* Returns the Tenant ID that issued the token for the user who added the tag.
|
|
1238
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1239
|
+
*/
|
|
1240
|
+
readonly tenantId?: string;
|
|
1241
|
+
/**
|
|
1242
|
+
* Returns the User Principal Name of the user who added the tag.
|
|
1243
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1244
|
+
*/
|
|
1245
|
+
readonly upn?: string;
|
|
1246
|
+
}
|
|
1247
|
+
/** Protected append writes history setting for the blob container with Legal holds. */
|
|
1248
|
+
export interface ProtectedAppendWritesHistory {
|
|
1249
|
+
/** When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */
|
|
1250
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
1251
|
+
/**
|
|
1252
|
+
* Returns the date and time the tag was added.
|
|
1253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1254
|
+
*/
|
|
1255
|
+
readonly timestamp?: Date;
|
|
1256
|
+
}
|
|
1257
|
+
/** Object level immutability properties of the container. */
|
|
1258
|
+
export interface ImmutableStorageWithVersioning {
|
|
1259
|
+
/** This is an immutable property, when set to true it enables object level immutability at the container level. */
|
|
1260
|
+
enabled?: boolean;
|
|
1261
|
+
/**
|
|
1262
|
+
* Returns the date and time the object level immutability was enabled.
|
|
1263
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1264
|
+
*/
|
|
1265
|
+
readonly timeStamp?: Date;
|
|
1266
|
+
/**
|
|
1267
|
+
* This property denotes the container level immutability to object level immutability migration state.
|
|
1268
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1269
|
+
*/
|
|
1270
|
+
readonly migrationState?: MigrationState;
|
|
1271
|
+
}
|
|
1272
|
+
/** The LegalHold property of a blob container. */
|
|
1273
|
+
export interface LegalHold {
|
|
1274
|
+
/**
|
|
1275
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
1276
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1277
|
+
*/
|
|
1278
|
+
readonly hasLegalHold?: boolean;
|
|
1279
|
+
/** Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case at SRP. */
|
|
1280
|
+
tags: string[];
|
|
1281
|
+
/** When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining legal hold protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. */
|
|
1282
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
1283
|
+
}
|
|
1284
|
+
/** Lease Container request schema. */
|
|
1285
|
+
export interface LeaseContainerRequest {
|
|
1286
|
+
/** Specifies the lease action. Can be one of the available actions. */
|
|
1287
|
+
action: LeaseContainerRequestAction;
|
|
1288
|
+
/** Identifies the lease. Can be specified in any valid GUID string format. */
|
|
1289
|
+
leaseId?: string;
|
|
1290
|
+
/** Optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. */
|
|
1291
|
+
breakPeriod?: number;
|
|
1292
|
+
/** Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. */
|
|
1293
|
+
leaseDuration?: number;
|
|
1294
|
+
/** Optional for acquire, required for change. Proposed lease ID, in a GUID string format. */
|
|
1295
|
+
proposedLeaseId?: string;
|
|
1296
|
+
}
|
|
1297
|
+
/** Lease Container response schema. */
|
|
1298
|
+
export interface LeaseContainerResponse {
|
|
1299
|
+
/** Returned unique lease ID that must be included with any request to delete the container, or to renew, change, or release the lease. */
|
|
1300
|
+
leaseId?: string;
|
|
1301
|
+
/** Approximate time remaining in the lease period, in seconds. */
|
|
1302
|
+
leaseTimeSeconds?: string;
|
|
1303
|
+
}
|
|
1304
|
+
/** An error response from the Storage service. */
|
|
1305
|
+
export interface CloudError {
|
|
1306
|
+
/** An error response from the Storage service. */
|
|
1307
|
+
error?: CloudErrorBody;
|
|
1308
|
+
}
|
|
1309
|
+
/** An error response from the Storage service. */
|
|
1310
|
+
export interface CloudErrorBody {
|
|
1311
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
1312
|
+
code?: string;
|
|
1313
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
1314
|
+
message?: string;
|
|
1315
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
1316
|
+
target?: string;
|
|
1317
|
+
/** A list of additional details about the error. */
|
|
1318
|
+
details?: CloudErrorBody[];
|
|
1319
|
+
}
|
|
1320
|
+
export interface FileServiceItems {
|
|
1321
|
+
/**
|
|
1322
|
+
* List of file services returned.
|
|
1323
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1324
|
+
*/
|
|
1325
|
+
readonly value?: FileServiceProperties[];
|
|
1326
|
+
}
|
|
1327
|
+
/** Protocol settings for file service */
|
|
1328
|
+
export interface ProtocolSettings {
|
|
1329
|
+
/** Setting for SMB protocol */
|
|
1330
|
+
smb?: SmbSetting;
|
|
1331
|
+
}
|
|
1332
|
+
/** Setting for SMB protocol */
|
|
1333
|
+
export interface SmbSetting {
|
|
1334
|
+
/** Multichannel setting. Applies to Premium FileStorage only. */
|
|
1335
|
+
multichannel?: Multichannel;
|
|
1336
|
+
/** SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'. */
|
|
1337
|
+
versions?: string;
|
|
1338
|
+
/** SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. */
|
|
1339
|
+
authenticationMethods?: string;
|
|
1340
|
+
/** Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';' */
|
|
1341
|
+
kerberosTicketEncryption?: string;
|
|
1342
|
+
/** SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'. */
|
|
1343
|
+
channelEncryption?: string;
|
|
1344
|
+
}
|
|
1345
|
+
/** Multichannel setting. Applies to Premium FileStorage only. */
|
|
1346
|
+
export interface Multichannel {
|
|
1347
|
+
/** Indicates whether multichannel is enabled */
|
|
1348
|
+
enabled?: boolean;
|
|
1349
|
+
}
|
|
1350
|
+
/** An error response from the Storage service. */
|
|
1351
|
+
export interface CloudErrorAutoGenerated {
|
|
1352
|
+
/** An error response from the Storage service. */
|
|
1353
|
+
error?: CloudErrorBodyAutoGenerated;
|
|
1354
|
+
}
|
|
1355
|
+
/** An error response from the Storage service. */
|
|
1356
|
+
export interface CloudErrorBodyAutoGenerated {
|
|
1357
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
1358
|
+
code?: string;
|
|
1359
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
1360
|
+
message?: string;
|
|
1361
|
+
/** The target of the particular error. For example, the name of the property in error. */
|
|
1362
|
+
target?: string;
|
|
1363
|
+
/** A list of additional details about the error. */
|
|
1364
|
+
details?: CloudErrorBodyAutoGenerated[];
|
|
1365
|
+
}
|
|
1366
|
+
/** Response schema. Contains list of shares returned, and if paging is requested or required, a URL to next page of shares. */
|
|
1367
|
+
export interface FileShareItems {
|
|
1368
|
+
/**
|
|
1369
|
+
* List of file shares returned.
|
|
1370
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1371
|
+
*/
|
|
1372
|
+
readonly value?: FileShareItem[];
|
|
1373
|
+
/**
|
|
1374
|
+
* Request URL that can be used to query next page of shares. Returned when total number of requested shares exceed maximum page size.
|
|
1375
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1376
|
+
*/
|
|
1377
|
+
readonly nextLink?: string;
|
|
1378
|
+
}
|
|
1379
|
+
export interface SignedIdentifier {
|
|
1380
|
+
/** An unique identifier of the stored access policy. */
|
|
1381
|
+
id?: string;
|
|
1382
|
+
/** Access policy */
|
|
1383
|
+
accessPolicy?: AccessPolicy;
|
|
1384
|
+
}
|
|
1385
|
+
export interface AccessPolicy {
|
|
1386
|
+
/** Start time of the access policy */
|
|
1387
|
+
startTime?: Date;
|
|
1388
|
+
/** Expiry time of the access policy */
|
|
1389
|
+
expiryTime?: Date;
|
|
1390
|
+
/** List of abbreviated permissions. */
|
|
1391
|
+
permission?: string;
|
|
1392
|
+
}
|
|
1393
|
+
/** The deleted share to be restored. */
|
|
1394
|
+
export interface DeletedShare {
|
|
1395
|
+
/** Required. Identify the name of the deleted share that will be restored. */
|
|
1396
|
+
deletedShareName: string;
|
|
1397
|
+
/** Required. Identify the version of the deleted share that will be restored. */
|
|
1398
|
+
deletedShareVersion: string;
|
|
1399
|
+
}
|
|
1400
|
+
/** Lease Share request schema. */
|
|
1401
|
+
export interface LeaseShareRequest {
|
|
1402
|
+
/** Specifies the lease action. Can be one of the available actions. */
|
|
1403
|
+
action: LeaseShareAction;
|
|
1404
|
+
/** Identifies the lease. Can be specified in any valid GUID string format. */
|
|
1405
|
+
leaseId?: string;
|
|
1406
|
+
/** Optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. */
|
|
1407
|
+
breakPeriod?: number;
|
|
1408
|
+
/** Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. */
|
|
1409
|
+
leaseDuration?: number;
|
|
1410
|
+
/** Optional for acquire, required for change. Proposed lease ID, in a GUID string format. */
|
|
1411
|
+
proposedLeaseId?: string;
|
|
1412
|
+
}
|
|
1413
|
+
/** Lease Share response schema. */
|
|
1414
|
+
export interface LeaseShareResponse {
|
|
1415
|
+
/** Returned unique lease ID that must be included with any request to delete the share, or to renew, change, or release the lease. */
|
|
1416
|
+
leaseId?: string;
|
|
1417
|
+
/** Approximate time remaining in the lease period, in seconds. */
|
|
1418
|
+
leaseTimeSeconds?: string;
|
|
1419
|
+
}
|
|
1420
|
+
export interface ListQueueServices {
|
|
1421
|
+
/**
|
|
1422
|
+
* List of queue services returned.
|
|
1423
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1424
|
+
*/
|
|
1425
|
+
readonly value?: QueueServiceProperties[];
|
|
1426
|
+
}
|
|
1427
|
+
/** Response schema. Contains list of queues returned */
|
|
1428
|
+
export interface ListQueueResource {
|
|
1429
|
+
/**
|
|
1430
|
+
* List of queues returned.
|
|
1431
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1432
|
+
*/
|
|
1433
|
+
readonly value?: ListQueue[];
|
|
1434
|
+
/**
|
|
1435
|
+
* Request URL that can be used to list next page of queues
|
|
1436
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1437
|
+
*/
|
|
1438
|
+
readonly nextLink?: string;
|
|
1439
|
+
}
|
|
1440
|
+
export interface ListTableServices {
|
|
1441
|
+
/**
|
|
1442
|
+
* List of table services returned.
|
|
1443
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1444
|
+
*/
|
|
1445
|
+
readonly value?: TableServiceProperties[];
|
|
1446
|
+
}
|
|
1447
|
+
/** Response schema. Contains list of tables returned */
|
|
1448
|
+
export interface ListTableResource {
|
|
1449
|
+
/**
|
|
1450
|
+
* List of tables returned.
|
|
1451
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1452
|
+
*/
|
|
1453
|
+
readonly value?: Table[];
|
|
1454
|
+
/**
|
|
1455
|
+
* Request URL that can be used to query next page of tables
|
|
1456
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1457
|
+
*/
|
|
1458
|
+
readonly nextLink?: string;
|
|
1459
|
+
}
|
|
1460
|
+
/** The Private Endpoint Connection resource. */
|
|
1461
|
+
export declare type PrivateEndpointConnection = Resource & {
|
|
1462
|
+
/** The resource of private end point. */
|
|
1463
|
+
privateEndpoint?: PrivateEndpoint;
|
|
1464
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1465
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1466
|
+
/**
|
|
1467
|
+
* The provisioning state of the private endpoint connection resource.
|
|
1468
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1469
|
+
*/
|
|
1470
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1471
|
+
};
|
|
1472
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1473
|
+
export declare type TrackedResource = Resource & {
|
|
1474
|
+
/** Resource tags. */
|
|
1475
|
+
tags?: {
|
|
1476
|
+
[propertyName: string]: string;
|
|
1477
|
+
};
|
|
1478
|
+
/** The geo-location where the resource lives */
|
|
1479
|
+
location: string;
|
|
1480
|
+
};
|
|
1481
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1482
|
+
export declare type ProxyResource = Resource & {};
|
|
1483
|
+
/** The Get Storage Account ManagementPolicies operation response. */
|
|
1484
|
+
export declare type ManagementPolicy = Resource & {
|
|
1485
|
+
/**
|
|
1486
|
+
* Returns the date and time the ManagementPolicies was last modified.
|
|
1487
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1488
|
+
*/
|
|
1489
|
+
readonly lastModifiedTime?: Date;
|
|
1490
|
+
/** The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. */
|
|
1491
|
+
policy?: ManagementPolicySchema;
|
|
1492
|
+
};
|
|
1493
|
+
/** The storage account blob inventory policy. */
|
|
1494
|
+
export declare type BlobInventoryPolicy = Resource & {
|
|
1495
|
+
/**
|
|
1496
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
1497
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1498
|
+
*/
|
|
1499
|
+
readonly systemData?: SystemData;
|
|
1500
|
+
/**
|
|
1501
|
+
* Returns the last modified date and time of the blob inventory policy.
|
|
1502
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1503
|
+
*/
|
|
1504
|
+
readonly lastModifiedTime?: Date;
|
|
1505
|
+
/** The storage account blob inventory policy object. It is composed of policy rules. */
|
|
1506
|
+
policy?: BlobInventoryPolicySchema;
|
|
1507
|
+
};
|
|
1508
|
+
/** A private link resource */
|
|
1509
|
+
export declare type PrivateLinkResource = Resource & {
|
|
1510
|
+
/**
|
|
1511
|
+
* The private link resource group id.
|
|
1512
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1513
|
+
*/
|
|
1514
|
+
readonly groupId?: string;
|
|
1515
|
+
/**
|
|
1516
|
+
* The private link resource required member names.
|
|
1517
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1518
|
+
*/
|
|
1519
|
+
readonly requiredMembers?: string[];
|
|
1520
|
+
/** The private link resource Private link DNS zone name. */
|
|
1521
|
+
requiredZoneNames?: string[];
|
|
1522
|
+
};
|
|
1523
|
+
/** The replication policy between two storage accounts. Multiple rules can be defined in one policy. */
|
|
1524
|
+
export declare type ObjectReplicationPolicy = Resource & {
|
|
1525
|
+
/**
|
|
1526
|
+
* A unique id for object replication policy.
|
|
1527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1528
|
+
*/
|
|
1529
|
+
readonly policyId?: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* Indicates when the policy is enabled on the source account.
|
|
1532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1533
|
+
*/
|
|
1534
|
+
readonly enabledTime?: Date;
|
|
1535
|
+
/** Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false. */
|
|
1536
|
+
sourceAccount?: string;
|
|
1537
|
+
/** Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false. */
|
|
1538
|
+
destinationAccount?: string;
|
|
1539
|
+
/** The storage account object replication rules. */
|
|
1540
|
+
rules?: ObjectReplicationPolicyRule[];
|
|
1541
|
+
};
|
|
1542
|
+
/** The Encryption Scope resource. */
|
|
1543
|
+
export declare type EncryptionScope = Resource & {
|
|
1544
|
+
/** The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. */
|
|
1545
|
+
source?: EncryptionScopeSource;
|
|
1546
|
+
/** The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled. */
|
|
1547
|
+
state?: EncryptionScopeState;
|
|
1548
|
+
/**
|
|
1549
|
+
* Gets the creation date and time of the encryption scope in UTC.
|
|
1550
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1551
|
+
*/
|
|
1552
|
+
readonly creationTime?: Date;
|
|
1553
|
+
/**
|
|
1554
|
+
* Gets the last modification date and time of the encryption scope in UTC.
|
|
1555
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1556
|
+
*/
|
|
1557
|
+
readonly lastModifiedTime?: Date;
|
|
1558
|
+
/** The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. */
|
|
1559
|
+
keyVaultProperties?: EncryptionScopeKeyVaultProperties;
|
|
1560
|
+
/** A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. */
|
|
1561
|
+
requireInfrastructureEncryption?: boolean;
|
|
1562
|
+
};
|
|
1563
|
+
/** The properties of a storage account’s Blob service. */
|
|
1564
|
+
export declare type BlobServiceProperties = Resource & {
|
|
1565
|
+
/**
|
|
1566
|
+
* Sku name and tier.
|
|
1567
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1568
|
+
*/
|
|
1569
|
+
readonly sku?: Sku;
|
|
1570
|
+
/** Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. */
|
|
1571
|
+
cors?: CorsRules;
|
|
1572
|
+
/** DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions. */
|
|
1573
|
+
defaultServiceVersion?: string;
|
|
1574
|
+
/** The blob service properties for blob soft delete. */
|
|
1575
|
+
deleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
1576
|
+
/** Versioning is enabled if set to true. */
|
|
1577
|
+
isVersioningEnabled?: boolean;
|
|
1578
|
+
/** Deprecated in favor of isVersioningEnabled property. */
|
|
1579
|
+
automaticSnapshotPolicyEnabled?: boolean;
|
|
1580
|
+
/** The blob service properties for change feed events. */
|
|
1581
|
+
changeFeed?: ChangeFeed;
|
|
1582
|
+
/** The blob service properties for blob restore policy. */
|
|
1583
|
+
restorePolicy?: RestorePolicyProperties;
|
|
1584
|
+
/** The blob service properties for container soft delete. */
|
|
1585
|
+
containerDeleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
1586
|
+
/** The blob service property to configure last access time based tracking policy. */
|
|
1587
|
+
lastAccessTimeTrackingPolicy?: LastAccessTimeTrackingPolicy;
|
|
1588
|
+
};
|
|
1589
|
+
/** The resource model definition for an Azure Resource Manager resource with an etag. */
|
|
1590
|
+
export declare type AzureEntityResource = Resource & {
|
|
1591
|
+
/**
|
|
1592
|
+
* Resource Etag.
|
|
1593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1594
|
+
*/
|
|
1595
|
+
readonly etag?: string;
|
|
1596
|
+
};
|
|
1597
|
+
/** The properties of File services in storage account. */
|
|
1598
|
+
export declare type FileServiceProperties = Resource & {
|
|
1599
|
+
/**
|
|
1600
|
+
* Sku name and tier.
|
|
1601
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1602
|
+
*/
|
|
1603
|
+
readonly sku?: Sku;
|
|
1604
|
+
/** Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service. */
|
|
1605
|
+
cors?: CorsRules;
|
|
1606
|
+
/** The file service properties for share soft delete. */
|
|
1607
|
+
shareDeleteRetentionPolicy?: DeleteRetentionPolicy;
|
|
1608
|
+
/** Protocol settings for file service */
|
|
1609
|
+
protocolSettings?: ProtocolSettings;
|
|
1610
|
+
};
|
|
1611
|
+
/** The properties of a storage account’s Queue service. */
|
|
1612
|
+
export declare type QueueServiceProperties = Resource & {
|
|
1613
|
+
/** Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service. */
|
|
1614
|
+
cors?: CorsRules;
|
|
1615
|
+
};
|
|
1616
|
+
export declare type StorageQueue = Resource & {
|
|
1617
|
+
/** A name-value pair that represents queue metadata. */
|
|
1618
|
+
metadata?: {
|
|
1619
|
+
[propertyName: string]: string;
|
|
1620
|
+
};
|
|
1621
|
+
/**
|
|
1622
|
+
* Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.
|
|
1623
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1624
|
+
*/
|
|
1625
|
+
readonly approximateMessageCount?: number;
|
|
1626
|
+
};
|
|
1627
|
+
export declare type ListQueue = Resource & {
|
|
1628
|
+
/** A name-value pair that represents queue metadata. */
|
|
1629
|
+
metadata?: {
|
|
1630
|
+
[propertyName: string]: string;
|
|
1631
|
+
};
|
|
1632
|
+
};
|
|
1633
|
+
/** The properties of a storage account’s Table service. */
|
|
1634
|
+
export declare type TableServiceProperties = Resource & {
|
|
1635
|
+
/** Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service. */
|
|
1636
|
+
cors?: CorsRules;
|
|
1637
|
+
};
|
|
1638
|
+
/** Properties of the table, including Id, resource name, resource type. */
|
|
1639
|
+
export declare type Table = Resource & {
|
|
1640
|
+
/**
|
|
1641
|
+
* Table name under the specified account
|
|
1642
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1643
|
+
*/
|
|
1644
|
+
readonly tableName?: string;
|
|
1645
|
+
};
|
|
1646
|
+
/** The storage account. */
|
|
1647
|
+
export declare type StorageAccount = TrackedResource & {
|
|
1648
|
+
/**
|
|
1649
|
+
* Gets the SKU.
|
|
1650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1651
|
+
*/
|
|
1652
|
+
readonly sku?: Sku;
|
|
1653
|
+
/**
|
|
1654
|
+
* Gets the Kind.
|
|
1655
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1656
|
+
*/
|
|
1657
|
+
readonly kind?: Kind;
|
|
1658
|
+
/** The identity of the resource. */
|
|
1659
|
+
identity?: Identity;
|
|
1660
|
+
/** The extendedLocation of the resource. */
|
|
1661
|
+
extendedLocation?: ExtendedLocation;
|
|
1662
|
+
/**
|
|
1663
|
+
* Gets the status of the storage account at the time the operation was called.
|
|
1664
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1665
|
+
*/
|
|
1666
|
+
readonly provisioningState?: ProvisioningState;
|
|
1667
|
+
/**
|
|
1668
|
+
* Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
|
|
1669
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1670
|
+
*/
|
|
1671
|
+
readonly primaryEndpoints?: Endpoints;
|
|
1672
|
+
/**
|
|
1673
|
+
* Gets the location of the primary data center for the storage account.
|
|
1674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1675
|
+
*/
|
|
1676
|
+
readonly primaryLocation?: string;
|
|
1677
|
+
/**
|
|
1678
|
+
* Gets the status indicating whether the primary location of the storage account is available or unavailable.
|
|
1679
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1680
|
+
*/
|
|
1681
|
+
readonly statusOfPrimary?: AccountStatus;
|
|
1682
|
+
/**
|
|
1683
|
+
* Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.
|
|
1684
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1685
|
+
*/
|
|
1686
|
+
readonly lastGeoFailoverTime?: Date;
|
|
1687
|
+
/**
|
|
1688
|
+
* Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
|
|
1689
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1690
|
+
*/
|
|
1691
|
+
readonly secondaryLocation?: string;
|
|
1692
|
+
/**
|
|
1693
|
+
* Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.
|
|
1694
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1695
|
+
*/
|
|
1696
|
+
readonly statusOfSecondary?: AccountStatus;
|
|
1697
|
+
/**
|
|
1698
|
+
* Gets the creation date and time of the storage account in UTC.
|
|
1699
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1700
|
+
*/
|
|
1701
|
+
readonly creationTime?: Date;
|
|
1702
|
+
/**
|
|
1703
|
+
* Gets the custom domain the user assigned to this storage account.
|
|
1704
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1705
|
+
*/
|
|
1706
|
+
readonly customDomain?: CustomDomain;
|
|
1707
|
+
/**
|
|
1708
|
+
* SasPolicy assigned to the storage account.
|
|
1709
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1710
|
+
*/
|
|
1711
|
+
readonly sasPolicy?: SasPolicy;
|
|
1712
|
+
/**
|
|
1713
|
+
* KeyPolicy assigned to the storage account.
|
|
1714
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1715
|
+
*/
|
|
1716
|
+
readonly keyPolicy?: KeyPolicy;
|
|
1717
|
+
/**
|
|
1718
|
+
* Storage account keys creation time.
|
|
1719
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1720
|
+
*/
|
|
1721
|
+
readonly keyCreationTime?: KeyCreationTime;
|
|
1722
|
+
/**
|
|
1723
|
+
* Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.
|
|
1724
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1725
|
+
*/
|
|
1726
|
+
readonly secondaryEndpoints?: Endpoints;
|
|
1727
|
+
/**
|
|
1728
|
+
* Gets the encryption settings on the account. If unspecified, the account is unencrypted.
|
|
1729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1730
|
+
*/
|
|
1731
|
+
readonly encryption?: Encryption;
|
|
1732
|
+
/**
|
|
1733
|
+
* Required for storage accounts where kind = BlobStorage. The access tier used for billing.
|
|
1734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1735
|
+
*/
|
|
1736
|
+
readonly accessTier?: AccessTier;
|
|
1737
|
+
/** Provides the identity based authentication settings for Azure Files. */
|
|
1738
|
+
azureFilesIdentityBasedAuthentication?: AzureFilesIdentityBasedAuthentication;
|
|
1739
|
+
/** Allows https traffic only to storage service if sets to true. */
|
|
1740
|
+
enableHttpsTrafficOnly?: boolean;
|
|
1741
|
+
/**
|
|
1742
|
+
* Network rule set
|
|
1743
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1744
|
+
*/
|
|
1745
|
+
readonly networkRuleSet?: NetworkRuleSet;
|
|
1746
|
+
/** Account HierarchicalNamespace enabled if sets to true. */
|
|
1747
|
+
isHnsEnabled?: boolean;
|
|
1748
|
+
/**
|
|
1749
|
+
* Geo Replication Stats
|
|
1750
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1751
|
+
*/
|
|
1752
|
+
readonly geoReplicationStats?: GeoReplicationStats;
|
|
1753
|
+
/**
|
|
1754
|
+
* If the failover is in progress, the value will be true, otherwise, it will be null.
|
|
1755
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1756
|
+
*/
|
|
1757
|
+
readonly failoverInProgress?: boolean;
|
|
1758
|
+
/** Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. */
|
|
1759
|
+
largeFileSharesState?: LargeFileSharesState;
|
|
1760
|
+
/**
|
|
1761
|
+
* List of private endpoint connection associated with the specified storage account
|
|
1762
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1763
|
+
*/
|
|
1764
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1765
|
+
/** Maintains information about the network routing choice opted by the user for data transfer */
|
|
1766
|
+
routingPreference?: RoutingPreference;
|
|
1767
|
+
/**
|
|
1768
|
+
* Blob restore status
|
|
1769
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1770
|
+
*/
|
|
1771
|
+
readonly blobRestoreStatus?: BlobRestoreStatus;
|
|
1772
|
+
/** Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. */
|
|
1773
|
+
allowBlobPublicAccess?: boolean;
|
|
1774
|
+
/** Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. */
|
|
1775
|
+
minimumTlsVersion?: MinimumTlsVersion;
|
|
1776
|
+
/** Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. */
|
|
1777
|
+
allowSharedKeyAccess?: boolean;
|
|
1778
|
+
/** NFS 3.0 protocol support enabled if set to true. */
|
|
1779
|
+
enableNfsV3?: boolean;
|
|
1780
|
+
/** Allow or disallow cross AAD tenant object replication. The default interpretation is true for this property. */
|
|
1781
|
+
allowCrossTenantReplication?: boolean;
|
|
1782
|
+
/** A boolean flag which indicates whether the default authentication is OAuth or not. The default interpretation is false for this property. */
|
|
1783
|
+
defaultToOAuthAuthentication?: boolean;
|
|
1784
|
+
/** Allow or disallow public network access to Storage Account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. */
|
|
1785
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
1786
|
+
/** The property is immutable and can only be set to true at the account creation time. When set to true, it enables object level immutability for all the containers in the account by default. */
|
|
1787
|
+
immutableStorageWithVersioning?: ImmutableStorageAccount;
|
|
1788
|
+
};
|
|
1789
|
+
/** Deleted storage account */
|
|
1790
|
+
export declare type DeletedAccount = ProxyResource & {
|
|
1791
|
+
/**
|
|
1792
|
+
* Full resource id of the original storage account.
|
|
1793
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1794
|
+
*/
|
|
1795
|
+
readonly storageAccountResourceId?: string;
|
|
1796
|
+
/**
|
|
1797
|
+
* Location of the deleted account.
|
|
1798
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1799
|
+
*/
|
|
1800
|
+
readonly location?: string;
|
|
1801
|
+
/**
|
|
1802
|
+
* Can be used to attempt recovering this deleted account via PutStorageAccount API.
|
|
1803
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1804
|
+
*/
|
|
1805
|
+
readonly restoreReference?: string;
|
|
1806
|
+
/**
|
|
1807
|
+
* Creation time of the deleted account.
|
|
1808
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1809
|
+
*/
|
|
1810
|
+
readonly creationTime?: string;
|
|
1811
|
+
/**
|
|
1812
|
+
* Deletion time of the deleted account.
|
|
1813
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1814
|
+
*/
|
|
1815
|
+
readonly deletionTime?: string;
|
|
1816
|
+
};
|
|
1817
|
+
/** The blob container properties be listed out. */
|
|
1818
|
+
export declare type ListContainerItem = AzureEntityResource & {
|
|
1819
|
+
/**
|
|
1820
|
+
* The version of the deleted blob container.
|
|
1821
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1822
|
+
*/
|
|
1823
|
+
readonly version?: string;
|
|
1824
|
+
/**
|
|
1825
|
+
* Indicates whether the blob container was deleted.
|
|
1826
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1827
|
+
*/
|
|
1828
|
+
readonly deleted?: boolean;
|
|
1829
|
+
/**
|
|
1830
|
+
* Blob container deletion time.
|
|
1831
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1832
|
+
*/
|
|
1833
|
+
readonly deletedTime?: Date;
|
|
1834
|
+
/**
|
|
1835
|
+
* Remaining retention days for soft deleted blob container.
|
|
1836
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1837
|
+
*/
|
|
1838
|
+
readonly remainingRetentionDays?: number;
|
|
1839
|
+
/** Default the container to use specified encryption scope for all writes. */
|
|
1840
|
+
defaultEncryptionScope?: string;
|
|
1841
|
+
/** Block override of encryption scope from the container default. */
|
|
1842
|
+
denyEncryptionScopeOverride?: boolean;
|
|
1843
|
+
/** Specifies whether data in the container may be accessed publicly and the level of access. */
|
|
1844
|
+
publicAccess?: PublicAccess;
|
|
1845
|
+
/**
|
|
1846
|
+
* Returns the date and time the container was last modified.
|
|
1847
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1848
|
+
*/
|
|
1849
|
+
readonly lastModifiedTime?: Date;
|
|
1850
|
+
/**
|
|
1851
|
+
* The lease status of the container.
|
|
1852
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1853
|
+
*/
|
|
1854
|
+
readonly leaseStatus?: LeaseStatus;
|
|
1855
|
+
/**
|
|
1856
|
+
* Lease state of the container.
|
|
1857
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1858
|
+
*/
|
|
1859
|
+
readonly leaseState?: LeaseState;
|
|
1860
|
+
/**
|
|
1861
|
+
* Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
|
|
1862
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1863
|
+
*/
|
|
1864
|
+
readonly leaseDuration?: LeaseDuration;
|
|
1865
|
+
/** A name-value pair to associate with the container as metadata. */
|
|
1866
|
+
metadata?: {
|
|
1867
|
+
[propertyName: string]: string;
|
|
1868
|
+
};
|
|
1869
|
+
/**
|
|
1870
|
+
* The ImmutabilityPolicy property of the container.
|
|
1871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1872
|
+
*/
|
|
1873
|
+
readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
|
|
1874
|
+
/**
|
|
1875
|
+
* The LegalHold property of the container.
|
|
1876
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1877
|
+
*/
|
|
1878
|
+
readonly legalHold?: LegalHoldProperties;
|
|
1879
|
+
/**
|
|
1880
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
1881
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1882
|
+
*/
|
|
1883
|
+
readonly hasLegalHold?: boolean;
|
|
1884
|
+
/**
|
|
1885
|
+
* The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
|
|
1886
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1887
|
+
*/
|
|
1888
|
+
readonly hasImmutabilityPolicy?: boolean;
|
|
1889
|
+
/** The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. */
|
|
1890
|
+
immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
|
|
1891
|
+
/** Enable NFSv3 root squash on blob container. */
|
|
1892
|
+
enableNfsV3RootSquash?: boolean;
|
|
1893
|
+
/** Enable NFSv3 all squash on blob container. */
|
|
1894
|
+
enableNfsV3AllSquash?: boolean;
|
|
1895
|
+
};
|
|
1896
|
+
/** Properties of the blob container, including Id, resource name, resource type, Etag. */
|
|
1897
|
+
export declare type BlobContainer = AzureEntityResource & {
|
|
1898
|
+
/**
|
|
1899
|
+
* The version of the deleted blob container.
|
|
1900
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1901
|
+
*/
|
|
1902
|
+
readonly version?: string;
|
|
1903
|
+
/**
|
|
1904
|
+
* Indicates whether the blob container was deleted.
|
|
1905
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1906
|
+
*/
|
|
1907
|
+
readonly deleted?: boolean;
|
|
1908
|
+
/**
|
|
1909
|
+
* Blob container deletion time.
|
|
1910
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1911
|
+
*/
|
|
1912
|
+
readonly deletedTime?: Date;
|
|
1913
|
+
/**
|
|
1914
|
+
* Remaining retention days for soft deleted blob container.
|
|
1915
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1916
|
+
*/
|
|
1917
|
+
readonly remainingRetentionDays?: number;
|
|
1918
|
+
/** Default the container to use specified encryption scope for all writes. */
|
|
1919
|
+
defaultEncryptionScope?: string;
|
|
1920
|
+
/** Block override of encryption scope from the container default. */
|
|
1921
|
+
denyEncryptionScopeOverride?: boolean;
|
|
1922
|
+
/** Specifies whether data in the container may be accessed publicly and the level of access. */
|
|
1923
|
+
publicAccess?: PublicAccess;
|
|
1924
|
+
/**
|
|
1925
|
+
* Returns the date and time the container was last modified.
|
|
1926
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1927
|
+
*/
|
|
1928
|
+
readonly lastModifiedTime?: Date;
|
|
1929
|
+
/**
|
|
1930
|
+
* The lease status of the container.
|
|
1931
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1932
|
+
*/
|
|
1933
|
+
readonly leaseStatus?: LeaseStatus;
|
|
1934
|
+
/**
|
|
1935
|
+
* Lease state of the container.
|
|
1936
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1937
|
+
*/
|
|
1938
|
+
readonly leaseState?: LeaseState;
|
|
1939
|
+
/**
|
|
1940
|
+
* Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
|
|
1941
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1942
|
+
*/
|
|
1943
|
+
readonly leaseDuration?: LeaseDuration;
|
|
1944
|
+
/** A name-value pair to associate with the container as metadata. */
|
|
1945
|
+
metadata?: {
|
|
1946
|
+
[propertyName: string]: string;
|
|
1947
|
+
};
|
|
1948
|
+
/**
|
|
1949
|
+
* The ImmutabilityPolicy property of the container.
|
|
1950
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1951
|
+
*/
|
|
1952
|
+
readonly immutabilityPolicy?: ImmutabilityPolicyProperties;
|
|
1953
|
+
/**
|
|
1954
|
+
* The LegalHold property of the container.
|
|
1955
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1956
|
+
*/
|
|
1957
|
+
readonly legalHold?: LegalHoldProperties;
|
|
1958
|
+
/**
|
|
1959
|
+
* The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
|
|
1960
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1961
|
+
*/
|
|
1962
|
+
readonly hasLegalHold?: boolean;
|
|
1963
|
+
/**
|
|
1964
|
+
* The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
|
|
1965
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1966
|
+
*/
|
|
1967
|
+
readonly hasImmutabilityPolicy?: boolean;
|
|
1968
|
+
/** The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. */
|
|
1969
|
+
immutableStorageWithVersioning?: ImmutableStorageWithVersioning;
|
|
1970
|
+
/** Enable NFSv3 root squash on blob container. */
|
|
1971
|
+
enableNfsV3RootSquash?: boolean;
|
|
1972
|
+
/** Enable NFSv3 all squash on blob container. */
|
|
1973
|
+
enableNfsV3AllSquash?: boolean;
|
|
1974
|
+
};
|
|
1975
|
+
/** The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag. */
|
|
1976
|
+
export declare type ImmutabilityPolicy = AzureEntityResource & {
|
|
1977
|
+
/** The immutability period for the blobs in the container since the policy creation, in days. */
|
|
1978
|
+
immutabilityPeriodSinceCreationInDays?: number;
|
|
1979
|
+
/**
|
|
1980
|
+
* The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked.
|
|
1981
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1982
|
+
*/
|
|
1983
|
+
readonly state?: ImmutabilityPolicyState;
|
|
1984
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. */
|
|
1985
|
+
allowProtectedAppendWrites?: boolean;
|
|
1986
|
+
/** This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to both 'Append and Bock Blobs' while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. The 'allowProtectedAppendWrites' and 'allowProtectedAppendWritesAll' properties are mutually exclusive. */
|
|
1987
|
+
allowProtectedAppendWritesAll?: boolean;
|
|
1988
|
+
};
|
|
1989
|
+
/** The file share properties be listed out. */
|
|
1990
|
+
export declare type FileShareItem = AzureEntityResource & {
|
|
1991
|
+
/**
|
|
1992
|
+
* Returns the date and time the share was last modified.
|
|
1993
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1994
|
+
*/
|
|
1995
|
+
readonly lastModifiedTime?: Date;
|
|
1996
|
+
/** A name-value pair to associate with the share as metadata. */
|
|
1997
|
+
metadata?: {
|
|
1998
|
+
[propertyName: string]: string;
|
|
1999
|
+
};
|
|
2000
|
+
/** The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. */
|
|
2001
|
+
shareQuota?: number;
|
|
2002
|
+
/** The authentication protocol that is used for the file share. Can only be specified when creating a share. */
|
|
2003
|
+
enabledProtocols?: EnabledProtocols;
|
|
2004
|
+
/** The property is for NFS share only. The default is NoRootSquash. */
|
|
2005
|
+
rootSquash?: RootSquashType;
|
|
2006
|
+
/**
|
|
2007
|
+
* The version of the share.
|
|
2008
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2009
|
+
*/
|
|
2010
|
+
readonly version?: string;
|
|
2011
|
+
/**
|
|
2012
|
+
* Indicates whether the share was deleted.
|
|
2013
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2014
|
+
*/
|
|
2015
|
+
readonly deleted?: boolean;
|
|
2016
|
+
/**
|
|
2017
|
+
* The deleted time if the share was deleted.
|
|
2018
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2019
|
+
*/
|
|
2020
|
+
readonly deletedTime?: Date;
|
|
2021
|
+
/**
|
|
2022
|
+
* Remaining retention days for share that was soft deleted.
|
|
2023
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2024
|
+
*/
|
|
2025
|
+
readonly remainingRetentionDays?: number;
|
|
2026
|
+
/** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */
|
|
2027
|
+
accessTier?: ShareAccessTier;
|
|
2028
|
+
/**
|
|
2029
|
+
* Indicates the last modification time for share access tier.
|
|
2030
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2031
|
+
*/
|
|
2032
|
+
readonly accessTierChangeTime?: Date;
|
|
2033
|
+
/**
|
|
2034
|
+
* Indicates if there is a pending transition for access tier.
|
|
2035
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2036
|
+
*/
|
|
2037
|
+
readonly accessTierStatus?: string;
|
|
2038
|
+
/**
|
|
2039
|
+
* The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files.
|
|
2040
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2041
|
+
*/
|
|
2042
|
+
readonly shareUsageBytes?: number;
|
|
2043
|
+
/**
|
|
2044
|
+
* The lease status of the share.
|
|
2045
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2046
|
+
*/
|
|
2047
|
+
readonly leaseStatus?: LeaseStatus;
|
|
2048
|
+
/**
|
|
2049
|
+
* Lease state of the share.
|
|
2050
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2051
|
+
*/
|
|
2052
|
+
readonly leaseState?: LeaseState;
|
|
2053
|
+
/**
|
|
2054
|
+
* Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.
|
|
2055
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2056
|
+
*/
|
|
2057
|
+
readonly leaseDuration?: LeaseDuration;
|
|
2058
|
+
/** List of stored access policies specified on the share. */
|
|
2059
|
+
signedIdentifiers?: SignedIdentifier[];
|
|
2060
|
+
/**
|
|
2061
|
+
* Creation time of share snapshot returned in the response of list shares with expand param "snapshots".
|
|
2062
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2063
|
+
*/
|
|
2064
|
+
readonly snapshotTime?: Date;
|
|
2065
|
+
};
|
|
2066
|
+
/** Properties of the file share, including Id, resource name, resource type, Etag. */
|
|
2067
|
+
export declare type FileShare = AzureEntityResource & {
|
|
2068
|
+
/**
|
|
2069
|
+
* Returns the date and time the share was last modified.
|
|
2070
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2071
|
+
*/
|
|
2072
|
+
readonly lastModifiedTime?: Date;
|
|
2073
|
+
/** A name-value pair to associate with the share as metadata. */
|
|
2074
|
+
metadata?: {
|
|
2075
|
+
[propertyName: string]: string;
|
|
2076
|
+
};
|
|
2077
|
+
/** The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. */
|
|
2078
|
+
shareQuota?: number;
|
|
2079
|
+
/** The authentication protocol that is used for the file share. Can only be specified when creating a share. */
|
|
2080
|
+
enabledProtocols?: EnabledProtocols;
|
|
2081
|
+
/** The property is for NFS share only. The default is NoRootSquash. */
|
|
2082
|
+
rootSquash?: RootSquashType;
|
|
2083
|
+
/**
|
|
2084
|
+
* The version of the share.
|
|
2085
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2086
|
+
*/
|
|
2087
|
+
readonly version?: string;
|
|
2088
|
+
/**
|
|
2089
|
+
* Indicates whether the share was deleted.
|
|
2090
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2091
|
+
*/
|
|
2092
|
+
readonly deleted?: boolean;
|
|
2093
|
+
/**
|
|
2094
|
+
* The deleted time if the share was deleted.
|
|
2095
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2096
|
+
*/
|
|
2097
|
+
readonly deletedTime?: Date;
|
|
2098
|
+
/**
|
|
2099
|
+
* Remaining retention days for share that was soft deleted.
|
|
2100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2101
|
+
*/
|
|
2102
|
+
readonly remainingRetentionDays?: number;
|
|
2103
|
+
/** Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. */
|
|
2104
|
+
accessTier?: ShareAccessTier;
|
|
2105
|
+
/**
|
|
2106
|
+
* Indicates the last modification time for share access tier.
|
|
2107
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2108
|
+
*/
|
|
2109
|
+
readonly accessTierChangeTime?: Date;
|
|
2110
|
+
/**
|
|
2111
|
+
* Indicates if there is a pending transition for access tier.
|
|
2112
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2113
|
+
*/
|
|
2114
|
+
readonly accessTierStatus?: string;
|
|
2115
|
+
/**
|
|
2116
|
+
* The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files.
|
|
2117
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2118
|
+
*/
|
|
2119
|
+
readonly shareUsageBytes?: number;
|
|
2120
|
+
/**
|
|
2121
|
+
* The lease status of the share.
|
|
2122
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2123
|
+
*/
|
|
2124
|
+
readonly leaseStatus?: LeaseStatus;
|
|
2125
|
+
/**
|
|
2126
|
+
* Lease state of the share.
|
|
2127
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2128
|
+
*/
|
|
2129
|
+
readonly leaseState?: LeaseState;
|
|
2130
|
+
/**
|
|
2131
|
+
* Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.
|
|
2132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2133
|
+
*/
|
|
2134
|
+
readonly leaseDuration?: LeaseDuration;
|
|
2135
|
+
/** List of stored access policies specified on the share. */
|
|
2136
|
+
signedIdentifiers?: SignedIdentifier[];
|
|
2137
|
+
/**
|
|
2138
|
+
* Creation time of share snapshot returned in the response of list shares with expand param "snapshots".
|
|
2139
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2140
|
+
*/
|
|
2141
|
+
readonly snapshotTime?: Date;
|
|
2142
|
+
};
|
|
2143
|
+
/** Defines headers for BlobContainers_createOrUpdateImmutabilityPolicy operation. */
|
|
2144
|
+
export interface BlobContainersCreateOrUpdateImmutabilityPolicyHeaders {
|
|
2145
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2146
|
+
eTag?: string;
|
|
2147
|
+
}
|
|
2148
|
+
/** Defines headers for BlobContainers_getImmutabilityPolicy operation. */
|
|
2149
|
+
export interface BlobContainersGetImmutabilityPolicyHeaders {
|
|
2150
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2151
|
+
eTag?: string;
|
|
2152
|
+
}
|
|
2153
|
+
/** Defines headers for BlobContainers_deleteImmutabilityPolicy operation. */
|
|
2154
|
+
export interface BlobContainersDeleteImmutabilityPolicyHeaders {
|
|
2155
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2156
|
+
eTag?: string;
|
|
2157
|
+
}
|
|
2158
|
+
/** Defines headers for BlobContainers_lockImmutabilityPolicy operation. */
|
|
2159
|
+
export interface BlobContainersLockImmutabilityPolicyHeaders {
|
|
2160
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2161
|
+
eTag?: string;
|
|
2162
|
+
}
|
|
2163
|
+
/** Defines headers for BlobContainers_extendImmutabilityPolicy operation. */
|
|
2164
|
+
export interface BlobContainersExtendImmutabilityPolicyHeaders {
|
|
2165
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2166
|
+
eTag?: string;
|
|
2167
|
+
}
|
|
2168
|
+
/** Defines headers for FileShares_lease operation. */
|
|
2169
|
+
export interface FileSharesLeaseHeaders {
|
|
2170
|
+
/** The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers. */
|
|
2171
|
+
eTag?: string;
|
|
2172
|
+
}
|
|
2173
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
2174
|
+
export declare enum KnownSkuName {
|
|
2175
|
+
StandardLRS = "Standard_LRS",
|
|
2176
|
+
StandardGRS = "Standard_GRS",
|
|
2177
|
+
StandardRagrs = "Standard_RAGRS",
|
|
2178
|
+
StandardZRS = "Standard_ZRS",
|
|
2179
|
+
PremiumLRS = "Premium_LRS",
|
|
2180
|
+
PremiumZRS = "Premium_ZRS",
|
|
2181
|
+
StandardGzrs = "Standard_GZRS",
|
|
2182
|
+
StandardRagzrs = "Standard_RAGZRS"
|
|
2183
|
+
}
|
|
2184
|
+
/**
|
|
2185
|
+
* Defines values for SkuName. \
|
|
2186
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
2187
|
+
* this enum contains the known values that the service supports.
|
|
2188
|
+
* ### Known values supported by the service
|
|
2189
|
+
* **Standard_LRS** \
|
|
2190
|
+
* **Standard_GRS** \
|
|
2191
|
+
* **Standard_RAGRS** \
|
|
2192
|
+
* **Standard_ZRS** \
|
|
2193
|
+
* **Premium_LRS** \
|
|
2194
|
+
* **Premium_ZRS** \
|
|
2195
|
+
* **Standard_GZRS** \
|
|
2196
|
+
* **Standard_RAGZRS**
|
|
2197
|
+
*/
|
|
2198
|
+
export declare type SkuName = string;
|
|
2199
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
2200
|
+
export declare enum KnownKind {
|
|
2201
|
+
Storage = "Storage",
|
|
2202
|
+
StorageV2 = "StorageV2",
|
|
2203
|
+
BlobStorage = "BlobStorage",
|
|
2204
|
+
FileStorage = "FileStorage",
|
|
2205
|
+
BlockBlobStorage = "BlockBlobStorage"
|
|
2206
|
+
}
|
|
2207
|
+
/**
|
|
2208
|
+
* Defines values for Kind. \
|
|
2209
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
2210
|
+
* this enum contains the known values that the service supports.
|
|
2211
|
+
* ### Known values supported by the service
|
|
2212
|
+
* **Storage** \
|
|
2213
|
+
* **StorageV2** \
|
|
2214
|
+
* **BlobStorage** \
|
|
2215
|
+
* **FileStorage** \
|
|
2216
|
+
* **BlockBlobStorage**
|
|
2217
|
+
*/
|
|
2218
|
+
export declare type Kind = string;
|
|
2219
|
+
/** Known values of {@link ReasonCode} that the service accepts. */
|
|
2220
|
+
export declare enum KnownReasonCode {
|
|
2221
|
+
QuotaId = "QuotaId",
|
|
2222
|
+
NotAvailableForSubscription = "NotAvailableForSubscription"
|
|
2223
|
+
}
|
|
2224
|
+
/**
|
|
2225
|
+
* Defines values for ReasonCode. \
|
|
2226
|
+
* {@link KnownReasonCode} can be used interchangeably with ReasonCode,
|
|
2227
|
+
* this enum contains the known values that the service supports.
|
|
2228
|
+
* ### Known values supported by the service
|
|
2229
|
+
* **QuotaId** \
|
|
2230
|
+
* **NotAvailableForSubscription**
|
|
2231
|
+
*/
|
|
2232
|
+
export declare type ReasonCode = string;
|
|
2233
|
+
/** Known values of {@link ExtendedLocationTypes} that the service accepts. */
|
|
2234
|
+
export declare enum KnownExtendedLocationTypes {
|
|
2235
|
+
EdgeZone = "EdgeZone"
|
|
2236
|
+
}
|
|
2237
|
+
/**
|
|
2238
|
+
* Defines values for ExtendedLocationTypes. \
|
|
2239
|
+
* {@link KnownExtendedLocationTypes} can be used interchangeably with ExtendedLocationTypes,
|
|
2240
|
+
* this enum contains the known values that the service supports.
|
|
2241
|
+
* ### Known values supported by the service
|
|
2242
|
+
* **EdgeZone**
|
|
2243
|
+
*/
|
|
2244
|
+
export declare type ExtendedLocationTypes = string;
|
|
2245
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
2246
|
+
export declare enum KnownIdentityType {
|
|
2247
|
+
None = "None",
|
|
2248
|
+
SystemAssigned = "SystemAssigned",
|
|
2249
|
+
UserAssigned = "UserAssigned",
|
|
2250
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
2251
|
+
}
|
|
2252
|
+
/**
|
|
2253
|
+
* Defines values for IdentityType. \
|
|
2254
|
+
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
2255
|
+
* this enum contains the known values that the service supports.
|
|
2256
|
+
* ### Known values supported by the service
|
|
2257
|
+
* **None** \
|
|
2258
|
+
* **SystemAssigned** \
|
|
2259
|
+
* **UserAssigned** \
|
|
2260
|
+
* **SystemAssigned,UserAssigned**
|
|
2261
|
+
*/
|
|
2262
|
+
export declare type IdentityType = string;
|
|
2263
|
+
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
2264
|
+
export declare enum KnownPublicNetworkAccess {
|
|
2265
|
+
Enabled = "Enabled",
|
|
2266
|
+
Disabled = "Disabled"
|
|
2267
|
+
}
|
|
2268
|
+
/**
|
|
2269
|
+
* Defines values for PublicNetworkAccess. \
|
|
2270
|
+
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
2271
|
+
* this enum contains the known values that the service supports.
|
|
2272
|
+
* ### Known values supported by the service
|
|
2273
|
+
* **Enabled** \
|
|
2274
|
+
* **Disabled**
|
|
2275
|
+
*/
|
|
2276
|
+
export declare type PublicNetworkAccess = string;
|
|
2277
|
+
/** Known values of {@link ExpirationAction} that the service accepts. */
|
|
2278
|
+
export declare enum KnownExpirationAction {
|
|
2279
|
+
Log = "Log"
|
|
2280
|
+
}
|
|
2281
|
+
/**
|
|
2282
|
+
* Defines values for ExpirationAction. \
|
|
2283
|
+
* {@link KnownExpirationAction} can be used interchangeably with ExpirationAction,
|
|
2284
|
+
* this enum contains the known values that the service supports.
|
|
2285
|
+
* ### Known values supported by the service
|
|
2286
|
+
* **Log**
|
|
2287
|
+
*/
|
|
2288
|
+
export declare type ExpirationAction = string;
|
|
2289
|
+
/** Known values of {@link KeyType} that the service accepts. */
|
|
2290
|
+
export declare enum KnownKeyType {
|
|
2291
|
+
Service = "Service",
|
|
2292
|
+
Account = "Account"
|
|
2293
|
+
}
|
|
2294
|
+
/**
|
|
2295
|
+
* Defines values for KeyType. \
|
|
2296
|
+
* {@link KnownKeyType} can be used interchangeably with KeyType,
|
|
2297
|
+
* this enum contains the known values that the service supports.
|
|
2298
|
+
* ### Known values supported by the service
|
|
2299
|
+
* **Service** \
|
|
2300
|
+
* **Account**
|
|
2301
|
+
*/
|
|
2302
|
+
export declare type KeyType = string;
|
|
2303
|
+
/** Known values of {@link KeySource} that the service accepts. */
|
|
2304
|
+
export declare enum KnownKeySource {
|
|
2305
|
+
MicrosoftStorage = "Microsoft.Storage",
|
|
2306
|
+
MicrosoftKeyvault = "Microsoft.Keyvault"
|
|
2307
|
+
}
|
|
2308
|
+
/**
|
|
2309
|
+
* Defines values for KeySource. \
|
|
2310
|
+
* {@link KnownKeySource} can be used interchangeably with KeySource,
|
|
2311
|
+
* this enum contains the known values that the service supports.
|
|
2312
|
+
* ### Known values supported by the service
|
|
2313
|
+
* **Microsoft.Storage** \
|
|
2314
|
+
* **Microsoft.Keyvault**
|
|
2315
|
+
*/
|
|
2316
|
+
export declare type KeySource = string;
|
|
2317
|
+
/** Known values of {@link Bypass} that the service accepts. */
|
|
2318
|
+
export declare enum KnownBypass {
|
|
2319
|
+
None = "None",
|
|
2320
|
+
Logging = "Logging",
|
|
2321
|
+
Metrics = "Metrics",
|
|
2322
|
+
AzureServices = "AzureServices"
|
|
2323
|
+
}
|
|
2324
|
+
/**
|
|
2325
|
+
* Defines values for Bypass. \
|
|
2326
|
+
* {@link KnownBypass} can be used interchangeably with Bypass,
|
|
2327
|
+
* this enum contains the known values that the service supports.
|
|
2328
|
+
* ### Known values supported by the service
|
|
2329
|
+
* **None** \
|
|
2330
|
+
* **Logging** \
|
|
2331
|
+
* **Metrics** \
|
|
2332
|
+
* **AzureServices**
|
|
2333
|
+
*/
|
|
2334
|
+
export declare type Bypass = string;
|
|
2335
|
+
/** Known values of {@link State} that the service accepts. */
|
|
2336
|
+
export declare enum KnownState {
|
|
2337
|
+
Provisioning = "Provisioning",
|
|
2338
|
+
Deprovisioning = "Deprovisioning",
|
|
2339
|
+
Succeeded = "Succeeded",
|
|
2340
|
+
Failed = "Failed",
|
|
2341
|
+
NetworkSourceDeleted = "NetworkSourceDeleted"
|
|
2342
|
+
}
|
|
2343
|
+
/**
|
|
2344
|
+
* Defines values for State. \
|
|
2345
|
+
* {@link KnownState} can be used interchangeably with State,
|
|
2346
|
+
* this enum contains the known values that the service supports.
|
|
2347
|
+
* ### Known values supported by the service
|
|
2348
|
+
* **Provisioning** \
|
|
2349
|
+
* **Deprovisioning** \
|
|
2350
|
+
* **Succeeded** \
|
|
2351
|
+
* **Failed** \
|
|
2352
|
+
* **NetworkSourceDeleted**
|
|
2353
|
+
*/
|
|
2354
|
+
export declare type State = string;
|
|
2355
|
+
/** Known values of {@link DirectoryServiceOptions} that the service accepts. */
|
|
2356
|
+
export declare enum KnownDirectoryServiceOptions {
|
|
2357
|
+
None = "None",
|
|
2358
|
+
Aadds = "AADDS",
|
|
2359
|
+
AD = "AD"
|
|
2360
|
+
}
|
|
2361
|
+
/**
|
|
2362
|
+
* Defines values for DirectoryServiceOptions. \
|
|
2363
|
+
* {@link KnownDirectoryServiceOptions} can be used interchangeably with DirectoryServiceOptions,
|
|
2364
|
+
* this enum contains the known values that the service supports.
|
|
2365
|
+
* ### Known values supported by the service
|
|
2366
|
+
* **None** \
|
|
2367
|
+
* **AADDS** \
|
|
2368
|
+
* **AD**
|
|
2369
|
+
*/
|
|
2370
|
+
export declare type DirectoryServiceOptions = string;
|
|
2371
|
+
/** Known values of {@link DefaultSharePermission} that the service accepts. */
|
|
2372
|
+
export declare enum KnownDefaultSharePermission {
|
|
2373
|
+
None = "None",
|
|
2374
|
+
StorageFileDataSmbShareReader = "StorageFileDataSmbShareReader",
|
|
2375
|
+
StorageFileDataSmbShareContributor = "StorageFileDataSmbShareContributor",
|
|
2376
|
+
StorageFileDataSmbShareElevatedContributor = "StorageFileDataSmbShareElevatedContributor"
|
|
2377
|
+
}
|
|
2378
|
+
/**
|
|
2379
|
+
* Defines values for DefaultSharePermission. \
|
|
2380
|
+
* {@link KnownDefaultSharePermission} can be used interchangeably with DefaultSharePermission,
|
|
2381
|
+
* this enum contains the known values that the service supports.
|
|
2382
|
+
* ### Known values supported by the service
|
|
2383
|
+
* **None** \
|
|
2384
|
+
* **StorageFileDataSmbShareReader** \
|
|
2385
|
+
* **StorageFileDataSmbShareContributor** \
|
|
2386
|
+
* **StorageFileDataSmbShareElevatedContributor**
|
|
2387
|
+
*/
|
|
2388
|
+
export declare type DefaultSharePermission = string;
|
|
2389
|
+
/** Known values of {@link LargeFileSharesState} that the service accepts. */
|
|
2390
|
+
export declare enum KnownLargeFileSharesState {
|
|
2391
|
+
Disabled = "Disabled",
|
|
2392
|
+
Enabled = "Enabled"
|
|
2393
|
+
}
|
|
2394
|
+
/**
|
|
2395
|
+
* Defines values for LargeFileSharesState. \
|
|
2396
|
+
* {@link KnownLargeFileSharesState} can be used interchangeably with LargeFileSharesState,
|
|
2397
|
+
* this enum contains the known values that the service supports.
|
|
2398
|
+
* ### Known values supported by the service
|
|
2399
|
+
* **Disabled** \
|
|
2400
|
+
* **Enabled**
|
|
2401
|
+
*/
|
|
2402
|
+
export declare type LargeFileSharesState = string;
|
|
2403
|
+
/** Known values of {@link RoutingChoice} that the service accepts. */
|
|
2404
|
+
export declare enum KnownRoutingChoice {
|
|
2405
|
+
MicrosoftRouting = "MicrosoftRouting",
|
|
2406
|
+
InternetRouting = "InternetRouting"
|
|
2407
|
+
}
|
|
2408
|
+
/**
|
|
2409
|
+
* Defines values for RoutingChoice. \
|
|
2410
|
+
* {@link KnownRoutingChoice} can be used interchangeably with RoutingChoice,
|
|
2411
|
+
* this enum contains the known values that the service supports.
|
|
2412
|
+
* ### Known values supported by the service
|
|
2413
|
+
* **MicrosoftRouting** \
|
|
2414
|
+
* **InternetRouting**
|
|
2415
|
+
*/
|
|
2416
|
+
export declare type RoutingChoice = string;
|
|
2417
|
+
/** Known values of {@link MinimumTlsVersion} that the service accepts. */
|
|
2418
|
+
export declare enum KnownMinimumTlsVersion {
|
|
2419
|
+
TLS10 = "TLS1_0",
|
|
2420
|
+
TLS11 = "TLS1_1",
|
|
2421
|
+
TLS12 = "TLS1_2"
|
|
2422
|
+
}
|
|
2423
|
+
/**
|
|
2424
|
+
* Defines values for MinimumTlsVersion. \
|
|
2425
|
+
* {@link KnownMinimumTlsVersion} can be used interchangeably with MinimumTlsVersion,
|
|
2426
|
+
* this enum contains the known values that the service supports.
|
|
2427
|
+
* ### Known values supported by the service
|
|
2428
|
+
* **TLS1_0** \
|
|
2429
|
+
* **TLS1_1** \
|
|
2430
|
+
* **TLS1_2**
|
|
2431
|
+
*/
|
|
2432
|
+
export declare type MinimumTlsVersion = string;
|
|
2433
|
+
/** Known values of {@link AccountImmutabilityPolicyState} that the service accepts. */
|
|
2434
|
+
export declare enum KnownAccountImmutabilityPolicyState {
|
|
2435
|
+
Unlocked = "Unlocked",
|
|
2436
|
+
Locked = "Locked",
|
|
2437
|
+
Disabled = "Disabled"
|
|
2438
|
+
}
|
|
2439
|
+
/**
|
|
2440
|
+
* Defines values for AccountImmutabilityPolicyState. \
|
|
2441
|
+
* {@link KnownAccountImmutabilityPolicyState} can be used interchangeably with AccountImmutabilityPolicyState,
|
|
2442
|
+
* this enum contains the known values that the service supports.
|
|
2443
|
+
* ### Known values supported by the service
|
|
2444
|
+
* **Unlocked** \
|
|
2445
|
+
* **Locked** \
|
|
2446
|
+
* **Disabled**
|
|
2447
|
+
*/
|
|
2448
|
+
export declare type AccountImmutabilityPolicyState = string;
|
|
2449
|
+
/** Known values of {@link GeoReplicationStatus} that the service accepts. */
|
|
2450
|
+
export declare enum KnownGeoReplicationStatus {
|
|
2451
|
+
Live = "Live",
|
|
2452
|
+
Bootstrap = "Bootstrap",
|
|
2453
|
+
Unavailable = "Unavailable"
|
|
2454
|
+
}
|
|
2455
|
+
/**
|
|
2456
|
+
* Defines values for GeoReplicationStatus. \
|
|
2457
|
+
* {@link KnownGeoReplicationStatus} can be used interchangeably with GeoReplicationStatus,
|
|
2458
|
+
* this enum contains the known values that the service supports.
|
|
2459
|
+
* ### Known values supported by the service
|
|
2460
|
+
* **Live** \
|
|
2461
|
+
* **Bootstrap** \
|
|
2462
|
+
* **Unavailable**
|
|
2463
|
+
*/
|
|
2464
|
+
export declare type GeoReplicationStatus = string;
|
|
2465
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
2466
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
2467
|
+
Pending = "Pending",
|
|
2468
|
+
Approved = "Approved",
|
|
2469
|
+
Rejected = "Rejected"
|
|
2470
|
+
}
|
|
2471
|
+
/**
|
|
2472
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
2473
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
2474
|
+
* this enum contains the known values that the service supports.
|
|
2475
|
+
* ### Known values supported by the service
|
|
2476
|
+
* **Pending** \
|
|
2477
|
+
* **Approved** \
|
|
2478
|
+
* **Rejected**
|
|
2479
|
+
*/
|
|
2480
|
+
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
2481
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
2482
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
2483
|
+
Succeeded = "Succeeded",
|
|
2484
|
+
Creating = "Creating",
|
|
2485
|
+
Deleting = "Deleting",
|
|
2486
|
+
Failed = "Failed"
|
|
2487
|
+
}
|
|
2488
|
+
/**
|
|
2489
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
2490
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
2491
|
+
* this enum contains the known values that the service supports.
|
|
2492
|
+
* ### Known values supported by the service
|
|
2493
|
+
* **Succeeded** \
|
|
2494
|
+
* **Creating** \
|
|
2495
|
+
* **Deleting** \
|
|
2496
|
+
* **Failed**
|
|
2497
|
+
*/
|
|
2498
|
+
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
2499
|
+
/** Known values of {@link BlobRestoreProgressStatus} that the service accepts. */
|
|
2500
|
+
export declare enum KnownBlobRestoreProgressStatus {
|
|
2501
|
+
InProgress = "InProgress",
|
|
2502
|
+
Complete = "Complete",
|
|
2503
|
+
Failed = "Failed"
|
|
2504
|
+
}
|
|
2505
|
+
/**
|
|
2506
|
+
* Defines values for BlobRestoreProgressStatus. \
|
|
2507
|
+
* {@link KnownBlobRestoreProgressStatus} can be used interchangeably with BlobRestoreProgressStatus,
|
|
2508
|
+
* this enum contains the known values that the service supports.
|
|
2509
|
+
* ### Known values supported by the service
|
|
2510
|
+
* **InProgress** \
|
|
2511
|
+
* **Complete** \
|
|
2512
|
+
* **Failed**
|
|
2513
|
+
*/
|
|
2514
|
+
export declare type BlobRestoreProgressStatus = string;
|
|
2515
|
+
/** Known values of {@link Services} that the service accepts. */
|
|
2516
|
+
export declare enum KnownServices {
|
|
2517
|
+
B = "b",
|
|
2518
|
+
Q = "q",
|
|
2519
|
+
T = "t",
|
|
2520
|
+
F = "f"
|
|
2521
|
+
}
|
|
2522
|
+
/**
|
|
2523
|
+
* Defines values for Services. \
|
|
2524
|
+
* {@link KnownServices} can be used interchangeably with Services,
|
|
2525
|
+
* this enum contains the known values that the service supports.
|
|
2526
|
+
* ### Known values supported by the service
|
|
2527
|
+
* **b** \
|
|
2528
|
+
* **q** \
|
|
2529
|
+
* **t** \
|
|
2530
|
+
* **f**
|
|
2531
|
+
*/
|
|
2532
|
+
export declare type Services = string;
|
|
2533
|
+
/** Known values of {@link SignedResourceTypes} that the service accepts. */
|
|
2534
|
+
export declare enum KnownSignedResourceTypes {
|
|
2535
|
+
S = "s",
|
|
2536
|
+
C = "c",
|
|
2537
|
+
O = "o"
|
|
2538
|
+
}
|
|
2539
|
+
/**
|
|
2540
|
+
* Defines values for SignedResourceTypes. \
|
|
2541
|
+
* {@link KnownSignedResourceTypes} can be used interchangeably with SignedResourceTypes,
|
|
2542
|
+
* this enum contains the known values that the service supports.
|
|
2543
|
+
* ### Known values supported by the service
|
|
2544
|
+
* **s** \
|
|
2545
|
+
* **c** \
|
|
2546
|
+
* **o**
|
|
2547
|
+
*/
|
|
2548
|
+
export declare type SignedResourceTypes = string;
|
|
2549
|
+
/** Known values of {@link Permissions} that the service accepts. */
|
|
2550
|
+
export declare enum KnownPermissions {
|
|
2551
|
+
R = "r",
|
|
2552
|
+
D = "d",
|
|
2553
|
+
W = "w",
|
|
2554
|
+
L = "l",
|
|
2555
|
+
A = "a",
|
|
2556
|
+
C = "c",
|
|
2557
|
+
U = "u",
|
|
2558
|
+
P = "p"
|
|
2559
|
+
}
|
|
2560
|
+
/**
|
|
2561
|
+
* Defines values for Permissions. \
|
|
2562
|
+
* {@link KnownPermissions} can be used interchangeably with Permissions,
|
|
2563
|
+
* this enum contains the known values that the service supports.
|
|
2564
|
+
* ### Known values supported by the service
|
|
2565
|
+
* **r** \
|
|
2566
|
+
* **d** \
|
|
2567
|
+
* **w** \
|
|
2568
|
+
* **l** \
|
|
2569
|
+
* **a** \
|
|
2570
|
+
* **c** \
|
|
2571
|
+
* **u** \
|
|
2572
|
+
* **p**
|
|
2573
|
+
*/
|
|
2574
|
+
export declare type Permissions = string;
|
|
2575
|
+
/** Known values of {@link SignedResource} that the service accepts. */
|
|
2576
|
+
export declare enum KnownSignedResource {
|
|
2577
|
+
B = "b",
|
|
2578
|
+
C = "c",
|
|
2579
|
+
F = "f",
|
|
2580
|
+
S = "s"
|
|
2581
|
+
}
|
|
2582
|
+
/**
|
|
2583
|
+
* Defines values for SignedResource. \
|
|
2584
|
+
* {@link KnownSignedResource} can be used interchangeably with SignedResource,
|
|
2585
|
+
* this enum contains the known values that the service supports.
|
|
2586
|
+
* ### Known values supported by the service
|
|
2587
|
+
* **b** \
|
|
2588
|
+
* **c** \
|
|
2589
|
+
* **f** \
|
|
2590
|
+
* **s**
|
|
2591
|
+
*/
|
|
2592
|
+
export declare type SignedResource = string;
|
|
2593
|
+
/** Known values of {@link ManagementPolicyName} that the service accepts. */
|
|
2594
|
+
export declare enum KnownManagementPolicyName {
|
|
2595
|
+
Default = "default"
|
|
2596
|
+
}
|
|
2597
|
+
/**
|
|
2598
|
+
* Defines values for ManagementPolicyName. \
|
|
2599
|
+
* {@link KnownManagementPolicyName} can be used interchangeably with ManagementPolicyName,
|
|
2600
|
+
* this enum contains the known values that the service supports.
|
|
2601
|
+
* ### Known values supported by the service
|
|
2602
|
+
* **default**
|
|
2603
|
+
*/
|
|
2604
|
+
export declare type ManagementPolicyName = string;
|
|
2605
|
+
/** Known values of {@link RuleType} that the service accepts. */
|
|
2606
|
+
export declare enum KnownRuleType {
|
|
2607
|
+
Lifecycle = "Lifecycle"
|
|
2608
|
+
}
|
|
2609
|
+
/**
|
|
2610
|
+
* Defines values for RuleType. \
|
|
2611
|
+
* {@link KnownRuleType} can be used interchangeably with RuleType,
|
|
2612
|
+
* this enum contains the known values that the service supports.
|
|
2613
|
+
* ### Known values supported by the service
|
|
2614
|
+
* **Lifecycle**
|
|
2615
|
+
*/
|
|
2616
|
+
export declare type RuleType = string;
|
|
2617
|
+
/** Known values of {@link BlobInventoryPolicyName} that the service accepts. */
|
|
2618
|
+
export declare enum KnownBlobInventoryPolicyName {
|
|
2619
|
+
Default = "default"
|
|
2620
|
+
}
|
|
2621
|
+
/**
|
|
2622
|
+
* Defines values for BlobInventoryPolicyName. \
|
|
2623
|
+
* {@link KnownBlobInventoryPolicyName} can be used interchangeably with BlobInventoryPolicyName,
|
|
2624
|
+
* this enum contains the known values that the service supports.
|
|
2625
|
+
* ### Known values supported by the service
|
|
2626
|
+
* **default**
|
|
2627
|
+
*/
|
|
2628
|
+
export declare type BlobInventoryPolicyName = string;
|
|
2629
|
+
/** Known values of {@link InventoryRuleType} that the service accepts. */
|
|
2630
|
+
export declare enum KnownInventoryRuleType {
|
|
2631
|
+
Inventory = "Inventory"
|
|
2632
|
+
}
|
|
2633
|
+
/**
|
|
2634
|
+
* Defines values for InventoryRuleType. \
|
|
2635
|
+
* {@link KnownInventoryRuleType} can be used interchangeably with InventoryRuleType,
|
|
2636
|
+
* this enum contains the known values that the service supports.
|
|
2637
|
+
* ### Known values supported by the service
|
|
2638
|
+
* **Inventory**
|
|
2639
|
+
*/
|
|
2640
|
+
export declare type InventoryRuleType = string;
|
|
2641
|
+
/** Known values of {@link Format} that the service accepts. */
|
|
2642
|
+
export declare enum KnownFormat {
|
|
2643
|
+
Csv = "Csv",
|
|
2644
|
+
Parquet = "Parquet"
|
|
2645
|
+
}
|
|
2646
|
+
/**
|
|
2647
|
+
* Defines values for Format. \
|
|
2648
|
+
* {@link KnownFormat} can be used interchangeably with Format,
|
|
2649
|
+
* this enum contains the known values that the service supports.
|
|
2650
|
+
* ### Known values supported by the service
|
|
2651
|
+
* **Csv** \
|
|
2652
|
+
* **Parquet**
|
|
2653
|
+
*/
|
|
2654
|
+
export declare type Format = string;
|
|
2655
|
+
/** Known values of {@link Schedule} that the service accepts. */
|
|
2656
|
+
export declare enum KnownSchedule {
|
|
2657
|
+
Daily = "Daily",
|
|
2658
|
+
Weekly = "Weekly"
|
|
2659
|
+
}
|
|
2660
|
+
/**
|
|
2661
|
+
* Defines values for Schedule. \
|
|
2662
|
+
* {@link KnownSchedule} can be used interchangeably with Schedule,
|
|
2663
|
+
* this enum contains the known values that the service supports.
|
|
2664
|
+
* ### Known values supported by the service
|
|
2665
|
+
* **Daily** \
|
|
2666
|
+
* **Weekly**
|
|
2667
|
+
*/
|
|
2668
|
+
export declare type Schedule = string;
|
|
2669
|
+
/** Known values of {@link ObjectType} that the service accepts. */
|
|
2670
|
+
export declare enum KnownObjectType {
|
|
2671
|
+
Blob = "Blob",
|
|
2672
|
+
Container = "Container"
|
|
2673
|
+
}
|
|
2674
|
+
/**
|
|
2675
|
+
* Defines values for ObjectType. \
|
|
2676
|
+
* {@link KnownObjectType} can be used interchangeably with ObjectType,
|
|
2677
|
+
* this enum contains the known values that the service supports.
|
|
2678
|
+
* ### Known values supported by the service
|
|
2679
|
+
* **Blob** \
|
|
2680
|
+
* **Container**
|
|
2681
|
+
*/
|
|
2682
|
+
export declare type ObjectType = string;
|
|
2683
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2684
|
+
export declare enum KnownCreatedByType {
|
|
2685
|
+
User = "User",
|
|
2686
|
+
Application = "Application",
|
|
2687
|
+
ManagedIdentity = "ManagedIdentity",
|
|
2688
|
+
Key = "Key"
|
|
2689
|
+
}
|
|
2690
|
+
/**
|
|
2691
|
+
* Defines values for CreatedByType. \
|
|
2692
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
2693
|
+
* this enum contains the known values that the service supports.
|
|
2694
|
+
* ### Known values supported by the service
|
|
2695
|
+
* **User** \
|
|
2696
|
+
* **Application** \
|
|
2697
|
+
* **ManagedIdentity** \
|
|
2698
|
+
* **Key**
|
|
2699
|
+
*/
|
|
2700
|
+
export declare type CreatedByType = string;
|
|
2701
|
+
/** Known values of {@link EncryptionScopeSource} that the service accepts. */
|
|
2702
|
+
export declare enum KnownEncryptionScopeSource {
|
|
2703
|
+
MicrosoftStorage = "Microsoft.Storage",
|
|
2704
|
+
MicrosoftKeyVault = "Microsoft.KeyVault"
|
|
2705
|
+
}
|
|
2706
|
+
/**
|
|
2707
|
+
* Defines values for EncryptionScopeSource. \
|
|
2708
|
+
* {@link KnownEncryptionScopeSource} can be used interchangeably with EncryptionScopeSource,
|
|
2709
|
+
* this enum contains the known values that the service supports.
|
|
2710
|
+
* ### Known values supported by the service
|
|
2711
|
+
* **Microsoft.Storage** \
|
|
2712
|
+
* **Microsoft.KeyVault**
|
|
2713
|
+
*/
|
|
2714
|
+
export declare type EncryptionScopeSource = string;
|
|
2715
|
+
/** Known values of {@link EncryptionScopeState} that the service accepts. */
|
|
2716
|
+
export declare enum KnownEncryptionScopeState {
|
|
2717
|
+
Enabled = "Enabled",
|
|
2718
|
+
Disabled = "Disabled"
|
|
2719
|
+
}
|
|
2720
|
+
/**
|
|
2721
|
+
* Defines values for EncryptionScopeState. \
|
|
2722
|
+
* {@link KnownEncryptionScopeState} can be used interchangeably with EncryptionScopeState,
|
|
2723
|
+
* this enum contains the known values that the service supports.
|
|
2724
|
+
* ### Known values supported by the service
|
|
2725
|
+
* **Enabled** \
|
|
2726
|
+
* **Disabled**
|
|
2727
|
+
*/
|
|
2728
|
+
export declare type EncryptionScopeState = string;
|
|
2729
|
+
/** Known values of {@link CorsRuleAllowedMethodsItem} that the service accepts. */
|
|
2730
|
+
export declare enum KnownCorsRuleAllowedMethodsItem {
|
|
2731
|
+
Delete = "DELETE",
|
|
2732
|
+
GET = "GET",
|
|
2733
|
+
Head = "HEAD",
|
|
2734
|
+
Merge = "MERGE",
|
|
2735
|
+
Post = "POST",
|
|
2736
|
+
Options = "OPTIONS",
|
|
2737
|
+
PUT = "PUT"
|
|
2738
|
+
}
|
|
2739
|
+
/**
|
|
2740
|
+
* Defines values for CorsRuleAllowedMethodsItem. \
|
|
2741
|
+
* {@link KnownCorsRuleAllowedMethodsItem} can be used interchangeably with CorsRuleAllowedMethodsItem,
|
|
2742
|
+
* this enum contains the known values that the service supports.
|
|
2743
|
+
* ### Known values supported by the service
|
|
2744
|
+
* **DELETE** \
|
|
2745
|
+
* **GET** \
|
|
2746
|
+
* **HEAD** \
|
|
2747
|
+
* **MERGE** \
|
|
2748
|
+
* **POST** \
|
|
2749
|
+
* **OPTIONS** \
|
|
2750
|
+
* **PUT**
|
|
2751
|
+
*/
|
|
2752
|
+
export declare type CorsRuleAllowedMethodsItem = string;
|
|
2753
|
+
/** Known values of {@link Name} that the service accepts. */
|
|
2754
|
+
export declare enum KnownName {
|
|
2755
|
+
AccessTimeTracking = "AccessTimeTracking"
|
|
2756
|
+
}
|
|
2757
|
+
/**
|
|
2758
|
+
* Defines values for Name. \
|
|
2759
|
+
* {@link KnownName} can be used interchangeably with Name,
|
|
2760
|
+
* this enum contains the known values that the service supports.
|
|
2761
|
+
* ### Known values supported by the service
|
|
2762
|
+
* **AccessTimeTracking**
|
|
2763
|
+
*/
|
|
2764
|
+
export declare type Name = string;
|
|
2765
|
+
/** Known values of {@link ListContainersInclude} that the service accepts. */
|
|
2766
|
+
export declare enum KnownListContainersInclude {
|
|
2767
|
+
Deleted = "deleted"
|
|
2768
|
+
}
|
|
2769
|
+
/**
|
|
2770
|
+
* Defines values for ListContainersInclude. \
|
|
2771
|
+
* {@link KnownListContainersInclude} can be used interchangeably with ListContainersInclude,
|
|
2772
|
+
* this enum contains the known values that the service supports.
|
|
2773
|
+
* ### Known values supported by the service
|
|
2774
|
+
* **deleted**
|
|
2775
|
+
*/
|
|
2776
|
+
export declare type ListContainersInclude = string;
|
|
2777
|
+
/** Known values of {@link LeaseStatus} that the service accepts. */
|
|
2778
|
+
export declare enum KnownLeaseStatus {
|
|
2779
|
+
Locked = "Locked",
|
|
2780
|
+
Unlocked = "Unlocked"
|
|
2781
|
+
}
|
|
2782
|
+
/**
|
|
2783
|
+
* Defines values for LeaseStatus. \
|
|
2784
|
+
* {@link KnownLeaseStatus} can be used interchangeably with LeaseStatus,
|
|
2785
|
+
* this enum contains the known values that the service supports.
|
|
2786
|
+
* ### Known values supported by the service
|
|
2787
|
+
* **Locked** \
|
|
2788
|
+
* **Unlocked**
|
|
2789
|
+
*/
|
|
2790
|
+
export declare type LeaseStatus = string;
|
|
2791
|
+
/** Known values of {@link LeaseState} that the service accepts. */
|
|
2792
|
+
export declare enum KnownLeaseState {
|
|
2793
|
+
Available = "Available",
|
|
2794
|
+
Leased = "Leased",
|
|
2795
|
+
Expired = "Expired",
|
|
2796
|
+
Breaking = "Breaking",
|
|
2797
|
+
Broken = "Broken"
|
|
2798
|
+
}
|
|
2799
|
+
/**
|
|
2800
|
+
* Defines values for LeaseState. \
|
|
2801
|
+
* {@link KnownLeaseState} can be used interchangeably with LeaseState,
|
|
2802
|
+
* this enum contains the known values that the service supports.
|
|
2803
|
+
* ### Known values supported by the service
|
|
2804
|
+
* **Available** \
|
|
2805
|
+
* **Leased** \
|
|
2806
|
+
* **Expired** \
|
|
2807
|
+
* **Breaking** \
|
|
2808
|
+
* **Broken**
|
|
2809
|
+
*/
|
|
2810
|
+
export declare type LeaseState = string;
|
|
2811
|
+
/** Known values of {@link LeaseDuration} that the service accepts. */
|
|
2812
|
+
export declare enum KnownLeaseDuration {
|
|
2813
|
+
Infinite = "Infinite",
|
|
2814
|
+
Fixed = "Fixed"
|
|
2815
|
+
}
|
|
2816
|
+
/**
|
|
2817
|
+
* Defines values for LeaseDuration. \
|
|
2818
|
+
* {@link KnownLeaseDuration} can be used interchangeably with LeaseDuration,
|
|
2819
|
+
* this enum contains the known values that the service supports.
|
|
2820
|
+
* ### Known values supported by the service
|
|
2821
|
+
* **Infinite** \
|
|
2822
|
+
* **Fixed**
|
|
2823
|
+
*/
|
|
2824
|
+
export declare type LeaseDuration = string;
|
|
2825
|
+
/** Known values of {@link ImmutabilityPolicyState} that the service accepts. */
|
|
2826
|
+
export declare enum KnownImmutabilityPolicyState {
|
|
2827
|
+
Locked = "Locked",
|
|
2828
|
+
Unlocked = "Unlocked"
|
|
2829
|
+
}
|
|
2830
|
+
/**
|
|
2831
|
+
* Defines values for ImmutabilityPolicyState. \
|
|
2832
|
+
* {@link KnownImmutabilityPolicyState} can be used interchangeably with ImmutabilityPolicyState,
|
|
2833
|
+
* this enum contains the known values that the service supports.
|
|
2834
|
+
* ### Known values supported by the service
|
|
2835
|
+
* **Locked** \
|
|
2836
|
+
* **Unlocked**
|
|
2837
|
+
*/
|
|
2838
|
+
export declare type ImmutabilityPolicyState = string;
|
|
2839
|
+
/** Known values of {@link ImmutabilityPolicyUpdateType} that the service accepts. */
|
|
2840
|
+
export declare enum KnownImmutabilityPolicyUpdateType {
|
|
2841
|
+
Put = "put",
|
|
2842
|
+
Lock = "lock",
|
|
2843
|
+
Extend = "extend"
|
|
2844
|
+
}
|
|
2845
|
+
/**
|
|
2846
|
+
* Defines values for ImmutabilityPolicyUpdateType. \
|
|
2847
|
+
* {@link KnownImmutabilityPolicyUpdateType} can be used interchangeably with ImmutabilityPolicyUpdateType,
|
|
2848
|
+
* this enum contains the known values that the service supports.
|
|
2849
|
+
* ### Known values supported by the service
|
|
2850
|
+
* **put** \
|
|
2851
|
+
* **lock** \
|
|
2852
|
+
* **extend**
|
|
2853
|
+
*/
|
|
2854
|
+
export declare type ImmutabilityPolicyUpdateType = string;
|
|
2855
|
+
/** Known values of {@link MigrationState} that the service accepts. */
|
|
2856
|
+
export declare enum KnownMigrationState {
|
|
2857
|
+
InProgress = "InProgress",
|
|
2858
|
+
Completed = "Completed"
|
|
2859
|
+
}
|
|
2860
|
+
/**
|
|
2861
|
+
* Defines values for MigrationState. \
|
|
2862
|
+
* {@link KnownMigrationState} can be used interchangeably with MigrationState,
|
|
2863
|
+
* this enum contains the known values that the service supports.
|
|
2864
|
+
* ### Known values supported by the service
|
|
2865
|
+
* **InProgress** \
|
|
2866
|
+
* **Completed**
|
|
2867
|
+
*/
|
|
2868
|
+
export declare type MigrationState = string;
|
|
2869
|
+
/** Known values of {@link LeaseContainerRequestAction} that the service accepts. */
|
|
2870
|
+
export declare enum KnownLeaseContainerRequestAction {
|
|
2871
|
+
Acquire = "Acquire",
|
|
2872
|
+
Renew = "Renew",
|
|
2873
|
+
Change = "Change",
|
|
2874
|
+
Release = "Release",
|
|
2875
|
+
Break = "Break"
|
|
2876
|
+
}
|
|
2877
|
+
/**
|
|
2878
|
+
* Defines values for LeaseContainerRequestAction. \
|
|
2879
|
+
* {@link KnownLeaseContainerRequestAction} can be used interchangeably with LeaseContainerRequestAction,
|
|
2880
|
+
* this enum contains the known values that the service supports.
|
|
2881
|
+
* ### Known values supported by the service
|
|
2882
|
+
* **Acquire** \
|
|
2883
|
+
* **Renew** \
|
|
2884
|
+
* **Change** \
|
|
2885
|
+
* **Release** \
|
|
2886
|
+
* **Break**
|
|
2887
|
+
*/
|
|
2888
|
+
export declare type LeaseContainerRequestAction = string;
|
|
2889
|
+
/** Known values of {@link EnabledProtocols} that the service accepts. */
|
|
2890
|
+
export declare enum KnownEnabledProtocols {
|
|
2891
|
+
SMB = "SMB",
|
|
2892
|
+
NFS = "NFS"
|
|
2893
|
+
}
|
|
2894
|
+
/**
|
|
2895
|
+
* Defines values for EnabledProtocols. \
|
|
2896
|
+
* {@link KnownEnabledProtocols} can be used interchangeably with EnabledProtocols,
|
|
2897
|
+
* this enum contains the known values that the service supports.
|
|
2898
|
+
* ### Known values supported by the service
|
|
2899
|
+
* **SMB** \
|
|
2900
|
+
* **NFS**
|
|
2901
|
+
*/
|
|
2902
|
+
export declare type EnabledProtocols = string;
|
|
2903
|
+
/** Known values of {@link RootSquashType} that the service accepts. */
|
|
2904
|
+
export declare enum KnownRootSquashType {
|
|
2905
|
+
NoRootSquash = "NoRootSquash",
|
|
2906
|
+
RootSquash = "RootSquash",
|
|
2907
|
+
AllSquash = "AllSquash"
|
|
2908
|
+
}
|
|
2909
|
+
/**
|
|
2910
|
+
* Defines values for RootSquashType. \
|
|
2911
|
+
* {@link KnownRootSquashType} can be used interchangeably with RootSquashType,
|
|
2912
|
+
* this enum contains the known values that the service supports.
|
|
2913
|
+
* ### Known values supported by the service
|
|
2914
|
+
* **NoRootSquash** \
|
|
2915
|
+
* **RootSquash** \
|
|
2916
|
+
* **AllSquash**
|
|
2917
|
+
*/
|
|
2918
|
+
export declare type RootSquashType = string;
|
|
2919
|
+
/** Known values of {@link ShareAccessTier} that the service accepts. */
|
|
2920
|
+
export declare enum KnownShareAccessTier {
|
|
2921
|
+
TransactionOptimized = "TransactionOptimized",
|
|
2922
|
+
Hot = "Hot",
|
|
2923
|
+
Cool = "Cool",
|
|
2924
|
+
Premium = "Premium"
|
|
2925
|
+
}
|
|
2926
|
+
/**
|
|
2927
|
+
* Defines values for ShareAccessTier. \
|
|
2928
|
+
* {@link KnownShareAccessTier} can be used interchangeably with ShareAccessTier,
|
|
2929
|
+
* this enum contains the known values that the service supports.
|
|
2930
|
+
* ### Known values supported by the service
|
|
2931
|
+
* **TransactionOptimized** \
|
|
2932
|
+
* **Hot** \
|
|
2933
|
+
* **Cool** \
|
|
2934
|
+
* **Premium**
|
|
2935
|
+
*/
|
|
2936
|
+
export declare type ShareAccessTier = string;
|
|
2937
|
+
/** Known values of {@link LeaseShareAction} that the service accepts. */
|
|
2938
|
+
export declare enum KnownLeaseShareAction {
|
|
2939
|
+
Acquire = "Acquire",
|
|
2940
|
+
Renew = "Renew",
|
|
2941
|
+
Change = "Change",
|
|
2942
|
+
Release = "Release",
|
|
2943
|
+
Break = "Break"
|
|
2944
|
+
}
|
|
2945
|
+
/**
|
|
2946
|
+
* Defines values for LeaseShareAction. \
|
|
2947
|
+
* {@link KnownLeaseShareAction} can be used interchangeably with LeaseShareAction,
|
|
2948
|
+
* this enum contains the known values that the service supports.
|
|
2949
|
+
* ### Known values supported by the service
|
|
2950
|
+
* **Acquire** \
|
|
2951
|
+
* **Renew** \
|
|
2952
|
+
* **Change** \
|
|
2953
|
+
* **Release** \
|
|
2954
|
+
* **Break**
|
|
2955
|
+
*/
|
|
2956
|
+
export declare type LeaseShareAction = string;
|
|
2957
|
+
/** Defines values for SkuTier. */
|
|
2958
|
+
export declare type SkuTier = "Standard" | "Premium";
|
|
2959
|
+
/** Defines values for Reason. */
|
|
2960
|
+
export declare type Reason = "AccountNameInvalid" | "AlreadyExists";
|
|
2961
|
+
/** Defines values for DefaultAction. */
|
|
2962
|
+
export declare type DefaultAction = "Allow" | "Deny";
|
|
2963
|
+
/** Defines values for AccessTier. */
|
|
2964
|
+
export declare type AccessTier = "Hot" | "Cool";
|
|
2965
|
+
/** Defines values for ProvisioningState. */
|
|
2966
|
+
export declare type ProvisioningState = "Creating" | "ResolvingDNS" | "Succeeded";
|
|
2967
|
+
/** Defines values for AccountStatus. */
|
|
2968
|
+
export declare type AccountStatus = "available" | "unavailable";
|
|
2969
|
+
/** Defines values for StorageAccountExpand. */
|
|
2970
|
+
export declare type StorageAccountExpand = "geoReplicationStats" | "blobRestoreStatus";
|
|
2971
|
+
/** Defines values for KeyPermission. */
|
|
2972
|
+
export declare type KeyPermission = "Read" | "Full";
|
|
2973
|
+
/** Defines values for UsageUnit. */
|
|
2974
|
+
export declare type UsageUnit = "Count" | "Bytes" | "Seconds" | "Percent" | "CountsPerSecond" | "BytesPerSecond";
|
|
2975
|
+
/** Defines values for HttpProtocol. */
|
|
2976
|
+
export declare type HttpProtocol = "https,http" | "https";
|
|
2977
|
+
/** Defines values for PublicAccess. */
|
|
2978
|
+
export declare type PublicAccess = "Container" | "Blob" | "None";
|
|
2979
|
+
/** Optional parameters. */
|
|
2980
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2981
|
+
}
|
|
2982
|
+
/** Contains response data for the list operation. */
|
|
2983
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
2984
|
+
/** Optional parameters. */
|
|
2985
|
+
export interface SkusListOptionalParams extends coreClient.OperationOptions {
|
|
2986
|
+
}
|
|
2987
|
+
/** Contains response data for the list operation. */
|
|
2988
|
+
export declare type SkusListResponse = StorageSkuListResult;
|
|
2989
|
+
/** Optional parameters. */
|
|
2990
|
+
export interface StorageAccountsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
2991
|
+
}
|
|
2992
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
2993
|
+
export declare type StorageAccountsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
2994
|
+
/** Optional parameters. */
|
|
2995
|
+
export interface StorageAccountsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2996
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2997
|
+
updateIntervalInMs?: number;
|
|
2998
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2999
|
+
resumeFrom?: string;
|
|
3000
|
+
}
|
|
3001
|
+
/** Contains response data for the create operation. */
|
|
3002
|
+
export declare type StorageAccountsCreateResponse = StorageAccount;
|
|
3003
|
+
/** Optional parameters. */
|
|
3004
|
+
export interface StorageAccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3005
|
+
}
|
|
3006
|
+
/** Optional parameters. */
|
|
3007
|
+
export interface StorageAccountsGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3008
|
+
/** May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. */
|
|
3009
|
+
expand?: StorageAccountExpand;
|
|
3010
|
+
}
|
|
3011
|
+
/** Contains response data for the getProperties operation. */
|
|
3012
|
+
export declare type StorageAccountsGetPropertiesResponse = StorageAccount;
|
|
3013
|
+
/** Optional parameters. */
|
|
3014
|
+
export interface StorageAccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3015
|
+
}
|
|
3016
|
+
/** Contains response data for the update operation. */
|
|
3017
|
+
export declare type StorageAccountsUpdateResponse = StorageAccount;
|
|
3018
|
+
/** Optional parameters. */
|
|
3019
|
+
export interface StorageAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
3020
|
+
}
|
|
3021
|
+
/** Contains response data for the list operation. */
|
|
3022
|
+
export declare type StorageAccountsListResponse = StorageAccountListResult;
|
|
3023
|
+
/** Optional parameters. */
|
|
3024
|
+
export interface StorageAccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3025
|
+
}
|
|
3026
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
3027
|
+
export declare type StorageAccountsListByResourceGroupResponse = StorageAccountListResult;
|
|
3028
|
+
/** Optional parameters. */
|
|
3029
|
+
export interface StorageAccountsListKeysOptionalParams extends coreClient.OperationOptions {
|
|
3030
|
+
}
|
|
3031
|
+
/** Contains response data for the listKeys operation. */
|
|
3032
|
+
export declare type StorageAccountsListKeysResponse = StorageAccountListKeysResult;
|
|
3033
|
+
/** Optional parameters. */
|
|
3034
|
+
export interface StorageAccountsRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
3035
|
+
}
|
|
3036
|
+
/** Contains response data for the regenerateKey operation. */
|
|
3037
|
+
export declare type StorageAccountsRegenerateKeyResponse = StorageAccountListKeysResult;
|
|
3038
|
+
/** Optional parameters. */
|
|
3039
|
+
export interface StorageAccountsListAccountSASOptionalParams extends coreClient.OperationOptions {
|
|
3040
|
+
}
|
|
3041
|
+
/** Contains response data for the listAccountSAS operation. */
|
|
3042
|
+
export declare type StorageAccountsListAccountSASResponse = ListAccountSasResponse;
|
|
3043
|
+
/** Optional parameters. */
|
|
3044
|
+
export interface StorageAccountsListServiceSASOptionalParams extends coreClient.OperationOptions {
|
|
3045
|
+
}
|
|
3046
|
+
/** Contains response data for the listServiceSAS operation. */
|
|
3047
|
+
export declare type StorageAccountsListServiceSASResponse = ListServiceSasResponse;
|
|
3048
|
+
/** Optional parameters. */
|
|
3049
|
+
export interface StorageAccountsFailoverOptionalParams extends coreClient.OperationOptions {
|
|
3050
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3051
|
+
updateIntervalInMs?: number;
|
|
3052
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3053
|
+
resumeFrom?: string;
|
|
3054
|
+
}
|
|
3055
|
+
/** Optional parameters. */
|
|
3056
|
+
export interface StorageAccountsHierarchicalNamespaceMigrationOptionalParams extends coreClient.OperationOptions {
|
|
3057
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3058
|
+
updateIntervalInMs?: number;
|
|
3059
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3060
|
+
resumeFrom?: string;
|
|
3061
|
+
}
|
|
3062
|
+
/** Optional parameters. */
|
|
3063
|
+
export interface StorageAccountsAbortHierarchicalNamespaceMigrationOptionalParams extends coreClient.OperationOptions {
|
|
3064
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3065
|
+
updateIntervalInMs?: number;
|
|
3066
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3067
|
+
resumeFrom?: string;
|
|
3068
|
+
}
|
|
3069
|
+
/** Optional parameters. */
|
|
3070
|
+
export interface StorageAccountsRestoreBlobRangesOptionalParams extends coreClient.OperationOptions {
|
|
3071
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3072
|
+
updateIntervalInMs?: number;
|
|
3073
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3074
|
+
resumeFrom?: string;
|
|
3075
|
+
}
|
|
3076
|
+
/** Contains response data for the restoreBlobRanges operation. */
|
|
3077
|
+
export declare type StorageAccountsRestoreBlobRangesResponse = BlobRestoreStatus;
|
|
3078
|
+
/** Optional parameters. */
|
|
3079
|
+
export interface StorageAccountsRevokeUserDelegationKeysOptionalParams extends coreClient.OperationOptions {
|
|
3080
|
+
}
|
|
3081
|
+
/** Optional parameters. */
|
|
3082
|
+
export interface StorageAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3083
|
+
}
|
|
3084
|
+
/** Contains response data for the listNext operation. */
|
|
3085
|
+
export declare type StorageAccountsListNextResponse = StorageAccountListResult;
|
|
3086
|
+
/** Optional parameters. */
|
|
3087
|
+
export interface StorageAccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3088
|
+
}
|
|
3089
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3090
|
+
export declare type StorageAccountsListByResourceGroupNextResponse = StorageAccountListResult;
|
|
3091
|
+
/** Optional parameters. */
|
|
3092
|
+
export interface DeletedAccountsListOptionalParams extends coreClient.OperationOptions {
|
|
3093
|
+
}
|
|
3094
|
+
/** Contains response data for the list operation. */
|
|
3095
|
+
export declare type DeletedAccountsListResponse = DeletedAccountListResult;
|
|
3096
|
+
/** Optional parameters. */
|
|
3097
|
+
export interface DeletedAccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
3098
|
+
}
|
|
3099
|
+
/** Contains response data for the get operation. */
|
|
3100
|
+
export declare type DeletedAccountsGetResponse = DeletedAccount;
|
|
3101
|
+
/** Optional parameters. */
|
|
3102
|
+
export interface DeletedAccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3103
|
+
}
|
|
3104
|
+
/** Contains response data for the listNext operation. */
|
|
3105
|
+
export declare type DeletedAccountsListNextResponse = DeletedAccountListResult;
|
|
3106
|
+
/** Optional parameters. */
|
|
3107
|
+
export interface UsagesListByLocationOptionalParams extends coreClient.OperationOptions {
|
|
3108
|
+
}
|
|
3109
|
+
/** Contains response data for the listByLocation operation. */
|
|
3110
|
+
export declare type UsagesListByLocationResponse = UsageListResult;
|
|
3111
|
+
/** Optional parameters. */
|
|
3112
|
+
export interface ManagementPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3113
|
+
}
|
|
3114
|
+
/** Contains response data for the get operation. */
|
|
3115
|
+
export declare type ManagementPoliciesGetResponse = ManagementPolicy;
|
|
3116
|
+
/** Optional parameters. */
|
|
3117
|
+
export interface ManagementPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3118
|
+
}
|
|
3119
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3120
|
+
export declare type ManagementPoliciesCreateOrUpdateResponse = ManagementPolicy;
|
|
3121
|
+
/** Optional parameters. */
|
|
3122
|
+
export interface ManagementPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3123
|
+
}
|
|
3124
|
+
/** Optional parameters. */
|
|
3125
|
+
export interface BlobInventoryPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3126
|
+
}
|
|
3127
|
+
/** Contains response data for the get operation. */
|
|
3128
|
+
export declare type BlobInventoryPoliciesGetResponse = BlobInventoryPolicy;
|
|
3129
|
+
/** Optional parameters. */
|
|
3130
|
+
export interface BlobInventoryPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3131
|
+
}
|
|
3132
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3133
|
+
export declare type BlobInventoryPoliciesCreateOrUpdateResponse = BlobInventoryPolicy;
|
|
3134
|
+
/** Optional parameters. */
|
|
3135
|
+
export interface BlobInventoryPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3136
|
+
}
|
|
3137
|
+
/** Optional parameters. */
|
|
3138
|
+
export interface BlobInventoryPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
3139
|
+
}
|
|
3140
|
+
/** Contains response data for the list operation. */
|
|
3141
|
+
export declare type BlobInventoryPoliciesListResponse = ListBlobInventoryPolicy;
|
|
3142
|
+
/** Optional parameters. */
|
|
3143
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
3144
|
+
}
|
|
3145
|
+
/** Contains response data for the list operation. */
|
|
3146
|
+
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
3147
|
+
/** Optional parameters. */
|
|
3148
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3149
|
+
}
|
|
3150
|
+
/** Contains response data for the get operation. */
|
|
3151
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
3152
|
+
/** Optional parameters. */
|
|
3153
|
+
export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
3154
|
+
}
|
|
3155
|
+
/** Contains response data for the put operation. */
|
|
3156
|
+
export declare type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
|
|
3157
|
+
/** Optional parameters. */
|
|
3158
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3159
|
+
}
|
|
3160
|
+
/** Optional parameters. */
|
|
3161
|
+
export interface PrivateLinkResourcesListByStorageAccountOptionalParams extends coreClient.OperationOptions {
|
|
3162
|
+
}
|
|
3163
|
+
/** Contains response data for the listByStorageAccount operation. */
|
|
3164
|
+
export declare type PrivateLinkResourcesListByStorageAccountResponse = PrivateLinkResourceListResult;
|
|
3165
|
+
/** Optional parameters. */
|
|
3166
|
+
export interface ObjectReplicationPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
3167
|
+
}
|
|
3168
|
+
/** Contains response data for the list operation. */
|
|
3169
|
+
export declare type ObjectReplicationPoliciesListResponse = ObjectReplicationPolicies;
|
|
3170
|
+
/** Optional parameters. */
|
|
3171
|
+
export interface ObjectReplicationPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3172
|
+
}
|
|
3173
|
+
/** Contains response data for the get operation. */
|
|
3174
|
+
export declare type ObjectReplicationPoliciesGetResponse = ObjectReplicationPolicy;
|
|
3175
|
+
/** Optional parameters. */
|
|
3176
|
+
export interface ObjectReplicationPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3177
|
+
}
|
|
3178
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3179
|
+
export declare type ObjectReplicationPoliciesCreateOrUpdateResponse = ObjectReplicationPolicy;
|
|
3180
|
+
/** Optional parameters. */
|
|
3181
|
+
export interface ObjectReplicationPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3182
|
+
}
|
|
3183
|
+
/** Optional parameters. */
|
|
3184
|
+
export interface EncryptionScopesPutOptionalParams extends coreClient.OperationOptions {
|
|
3185
|
+
}
|
|
3186
|
+
/** Contains response data for the put operation. */
|
|
3187
|
+
export declare type EncryptionScopesPutResponse = EncryptionScope;
|
|
3188
|
+
/** Optional parameters. */
|
|
3189
|
+
export interface EncryptionScopesPatchOptionalParams extends coreClient.OperationOptions {
|
|
3190
|
+
}
|
|
3191
|
+
/** Contains response data for the patch operation. */
|
|
3192
|
+
export declare type EncryptionScopesPatchResponse = EncryptionScope;
|
|
3193
|
+
/** Optional parameters. */
|
|
3194
|
+
export interface EncryptionScopesGetOptionalParams extends coreClient.OperationOptions {
|
|
3195
|
+
}
|
|
3196
|
+
/** Contains response data for the get operation. */
|
|
3197
|
+
export declare type EncryptionScopesGetResponse = EncryptionScope;
|
|
3198
|
+
/** Optional parameters. */
|
|
3199
|
+
export interface EncryptionScopesListOptionalParams extends coreClient.OperationOptions {
|
|
3200
|
+
}
|
|
3201
|
+
/** Contains response data for the list operation. */
|
|
3202
|
+
export declare type EncryptionScopesListResponse = EncryptionScopeListResult;
|
|
3203
|
+
/** Optional parameters. */
|
|
3204
|
+
export interface EncryptionScopesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3205
|
+
}
|
|
3206
|
+
/** Contains response data for the listNext operation. */
|
|
3207
|
+
export declare type EncryptionScopesListNextResponse = EncryptionScopeListResult;
|
|
3208
|
+
/** Optional parameters. */
|
|
3209
|
+
export interface BlobServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3210
|
+
}
|
|
3211
|
+
/** Contains response data for the list operation. */
|
|
3212
|
+
export declare type BlobServicesListResponse = BlobServiceItems;
|
|
3213
|
+
/** Optional parameters. */
|
|
3214
|
+
export interface BlobServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3215
|
+
}
|
|
3216
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
3217
|
+
export declare type BlobServicesSetServicePropertiesResponse = BlobServiceProperties;
|
|
3218
|
+
/** Optional parameters. */
|
|
3219
|
+
export interface BlobServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3220
|
+
}
|
|
3221
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
3222
|
+
export declare type BlobServicesGetServicePropertiesResponse = BlobServiceProperties;
|
|
3223
|
+
/** Optional parameters. */
|
|
3224
|
+
export interface BlobContainersListOptionalParams extends coreClient.OperationOptions {
|
|
3225
|
+
/** Optional. Specified maximum number of containers that can be included in the list. */
|
|
3226
|
+
maxpagesize?: string;
|
|
3227
|
+
/** Optional. When specified, only container names starting with the filter will be listed. */
|
|
3228
|
+
filter?: string;
|
|
3229
|
+
/** Optional, used to include the properties for soft deleted blob containers. */
|
|
3230
|
+
include?: ListContainersInclude;
|
|
3231
|
+
}
|
|
3232
|
+
/** Contains response data for the list operation. */
|
|
3233
|
+
export declare type BlobContainersListResponse = ListContainerItems;
|
|
3234
|
+
/** Optional parameters. */
|
|
3235
|
+
export interface BlobContainersCreateOptionalParams extends coreClient.OperationOptions {
|
|
3236
|
+
}
|
|
3237
|
+
/** Contains response data for the create operation. */
|
|
3238
|
+
export declare type BlobContainersCreateResponse = BlobContainer;
|
|
3239
|
+
/** Optional parameters. */
|
|
3240
|
+
export interface BlobContainersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3241
|
+
}
|
|
3242
|
+
/** Contains response data for the update operation. */
|
|
3243
|
+
export declare type BlobContainersUpdateResponse = BlobContainer;
|
|
3244
|
+
/** Optional parameters. */
|
|
3245
|
+
export interface BlobContainersGetOptionalParams extends coreClient.OperationOptions {
|
|
3246
|
+
}
|
|
3247
|
+
/** Contains response data for the get operation. */
|
|
3248
|
+
export declare type BlobContainersGetResponse = BlobContainer;
|
|
3249
|
+
/** Optional parameters. */
|
|
3250
|
+
export interface BlobContainersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3251
|
+
}
|
|
3252
|
+
/** Optional parameters. */
|
|
3253
|
+
export interface BlobContainersSetLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
3254
|
+
}
|
|
3255
|
+
/** Contains response data for the setLegalHold operation. */
|
|
3256
|
+
export declare type BlobContainersSetLegalHoldResponse = LegalHold;
|
|
3257
|
+
/** Optional parameters. */
|
|
3258
|
+
export interface BlobContainersClearLegalHoldOptionalParams extends coreClient.OperationOptions {
|
|
3259
|
+
}
|
|
3260
|
+
/** Contains response data for the clearLegalHold operation. */
|
|
3261
|
+
export declare type BlobContainersClearLegalHoldResponse = LegalHold;
|
|
3262
|
+
/** Optional parameters. */
|
|
3263
|
+
export interface BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3264
|
+
/** The ImmutabilityPolicy Properties that will be created or updated to a blob container. */
|
|
3265
|
+
parameters?: ImmutabilityPolicy;
|
|
3266
|
+
/** The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. */
|
|
3267
|
+
ifMatch?: string;
|
|
3268
|
+
}
|
|
3269
|
+
/** Contains response data for the createOrUpdateImmutabilityPolicy operation. */
|
|
3270
|
+
export declare type BlobContainersCreateOrUpdateImmutabilityPolicyResponse = BlobContainersCreateOrUpdateImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3271
|
+
/** Optional parameters. */
|
|
3272
|
+
export interface BlobContainersGetImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3273
|
+
/** The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. */
|
|
3274
|
+
ifMatch?: string;
|
|
3275
|
+
}
|
|
3276
|
+
/** Contains response data for the getImmutabilityPolicy operation. */
|
|
3277
|
+
export declare type BlobContainersGetImmutabilityPolicyResponse = BlobContainersGetImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3278
|
+
/** Optional parameters. */
|
|
3279
|
+
export interface BlobContainersDeleteImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3280
|
+
}
|
|
3281
|
+
/** Contains response data for the deleteImmutabilityPolicy operation. */
|
|
3282
|
+
export declare type BlobContainersDeleteImmutabilityPolicyResponse = BlobContainersDeleteImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3283
|
+
/** Optional parameters. */
|
|
3284
|
+
export interface BlobContainersLockImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3285
|
+
}
|
|
3286
|
+
/** Contains response data for the lockImmutabilityPolicy operation. */
|
|
3287
|
+
export declare type BlobContainersLockImmutabilityPolicyResponse = BlobContainersLockImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3288
|
+
/** Optional parameters. */
|
|
3289
|
+
export interface BlobContainersExtendImmutabilityPolicyOptionalParams extends coreClient.OperationOptions {
|
|
3290
|
+
/** The ImmutabilityPolicy Properties that will be extended for a blob container. */
|
|
3291
|
+
parameters?: ImmutabilityPolicy;
|
|
3292
|
+
}
|
|
3293
|
+
/** Contains response data for the extendImmutabilityPolicy operation. */
|
|
3294
|
+
export declare type BlobContainersExtendImmutabilityPolicyResponse = BlobContainersExtendImmutabilityPolicyHeaders & ImmutabilityPolicy;
|
|
3295
|
+
/** Optional parameters. */
|
|
3296
|
+
export interface BlobContainersLeaseOptionalParams extends coreClient.OperationOptions {
|
|
3297
|
+
/** Lease Container request body. */
|
|
3298
|
+
parameters?: LeaseContainerRequest;
|
|
3299
|
+
}
|
|
3300
|
+
/** Contains response data for the lease operation. */
|
|
3301
|
+
export declare type BlobContainersLeaseResponse = LeaseContainerResponse;
|
|
3302
|
+
/** Optional parameters. */
|
|
3303
|
+
export interface BlobContainersObjectLevelWormOptionalParams extends coreClient.OperationOptions {
|
|
3304
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3305
|
+
updateIntervalInMs?: number;
|
|
3306
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3307
|
+
resumeFrom?: string;
|
|
3308
|
+
}
|
|
3309
|
+
/** Optional parameters. */
|
|
3310
|
+
export interface BlobContainersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3311
|
+
/** Optional. Specified maximum number of containers that can be included in the list. */
|
|
3312
|
+
maxpagesize?: string;
|
|
3313
|
+
/** Optional. When specified, only container names starting with the filter will be listed. */
|
|
3314
|
+
filter?: string;
|
|
3315
|
+
/** Optional, used to include the properties for soft deleted blob containers. */
|
|
3316
|
+
include?: ListContainersInclude;
|
|
3317
|
+
}
|
|
3318
|
+
/** Contains response data for the listNext operation. */
|
|
3319
|
+
export declare type BlobContainersListNextResponse = ListContainerItems;
|
|
3320
|
+
/** Optional parameters. */
|
|
3321
|
+
export interface FileServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3322
|
+
}
|
|
3323
|
+
/** Contains response data for the list operation. */
|
|
3324
|
+
export declare type FileServicesListResponse = FileServiceItems;
|
|
3325
|
+
/** Optional parameters. */
|
|
3326
|
+
export interface FileServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3327
|
+
}
|
|
3328
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
3329
|
+
export declare type FileServicesSetServicePropertiesResponse = FileServiceProperties;
|
|
3330
|
+
/** Optional parameters. */
|
|
3331
|
+
export interface FileServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3332
|
+
}
|
|
3333
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
3334
|
+
export declare type FileServicesGetServicePropertiesResponse = FileServiceProperties;
|
|
3335
|
+
/** Optional parameters. */
|
|
3336
|
+
export interface FileSharesListOptionalParams extends coreClient.OperationOptions {
|
|
3337
|
+
/** Optional. Specified maximum number of shares that can be included in the list. */
|
|
3338
|
+
maxpagesize?: string;
|
|
3339
|
+
/** Optional. When specified, only share names starting with the filter will be listed. */
|
|
3340
|
+
filter?: string;
|
|
3341
|
+
/** Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ',' */
|
|
3342
|
+
expand?: string;
|
|
3343
|
+
}
|
|
3344
|
+
/** Contains response data for the list operation. */
|
|
3345
|
+
export declare type FileSharesListResponse = FileShareItems;
|
|
3346
|
+
/** Optional parameters. */
|
|
3347
|
+
export interface FileSharesCreateOptionalParams extends coreClient.OperationOptions {
|
|
3348
|
+
/** Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ',' */
|
|
3349
|
+
expand?: string;
|
|
3350
|
+
}
|
|
3351
|
+
/** Contains response data for the create operation. */
|
|
3352
|
+
export declare type FileSharesCreateResponse = FileShare;
|
|
3353
|
+
/** Optional parameters. */
|
|
3354
|
+
export interface FileSharesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3355
|
+
}
|
|
3356
|
+
/** Contains response data for the update operation. */
|
|
3357
|
+
export declare type FileSharesUpdateResponse = FileShare;
|
|
3358
|
+
/** Optional parameters. */
|
|
3359
|
+
export interface FileSharesGetOptionalParams extends coreClient.OperationOptions {
|
|
3360
|
+
/** Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. */
|
|
3361
|
+
expand?: string;
|
|
3362
|
+
/** Optional, used to retrieve properties of a snapshot. */
|
|
3363
|
+
xMsSnapshot?: string;
|
|
3364
|
+
}
|
|
3365
|
+
/** Contains response data for the get operation. */
|
|
3366
|
+
export declare type FileSharesGetResponse = FileShare;
|
|
3367
|
+
/** Optional parameters. */
|
|
3368
|
+
export interface FileSharesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3369
|
+
/** Optional, used to delete a snapshot. */
|
|
3370
|
+
xMsSnapshot?: string;
|
|
3371
|
+
/** Optional. Valid values are: snapshots, leased-snapshots, none. The default value is snapshots. For 'snapshots', the file share is deleted including all of its file share snapshots. If the file share contains leased-snapshots, the deletion fails. For 'leased-snapshots', the file share is deleted included all of its file share snapshots (leased/unleased). For 'none', the file share is deleted if it has no share snapshots. If the file share contains any snapshots (leased or unleased), the deletion fails. */
|
|
3372
|
+
include?: string;
|
|
3373
|
+
}
|
|
3374
|
+
/** Optional parameters. */
|
|
3375
|
+
export interface FileSharesRestoreOptionalParams extends coreClient.OperationOptions {
|
|
3376
|
+
}
|
|
3377
|
+
/** Optional parameters. */
|
|
3378
|
+
export interface FileSharesLeaseOptionalParams extends coreClient.OperationOptions {
|
|
3379
|
+
/** Optional. Specify the snapshot time to lease a snapshot. */
|
|
3380
|
+
xMsSnapshot?: string;
|
|
3381
|
+
/** Lease Share request body. */
|
|
3382
|
+
parameters?: LeaseShareRequest;
|
|
3383
|
+
}
|
|
3384
|
+
/** Contains response data for the lease operation. */
|
|
3385
|
+
export declare type FileSharesLeaseResponse = FileSharesLeaseHeaders & LeaseShareResponse;
|
|
3386
|
+
/** Optional parameters. */
|
|
3387
|
+
export interface FileSharesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3388
|
+
/** Optional. Specified maximum number of shares that can be included in the list. */
|
|
3389
|
+
maxpagesize?: string;
|
|
3390
|
+
/** Optional. When specified, only share names starting with the filter will be listed. */
|
|
3391
|
+
filter?: string;
|
|
3392
|
+
/** Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ',' */
|
|
3393
|
+
expand?: string;
|
|
3394
|
+
}
|
|
3395
|
+
/** Contains response data for the listNext operation. */
|
|
3396
|
+
export declare type FileSharesListNextResponse = FileShareItems;
|
|
3397
|
+
/** Optional parameters. */
|
|
3398
|
+
export interface QueueServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3399
|
+
}
|
|
3400
|
+
/** Contains response data for the list operation. */
|
|
3401
|
+
export declare type QueueServicesListResponse = ListQueueServices;
|
|
3402
|
+
/** Optional parameters. */
|
|
3403
|
+
export interface QueueServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3404
|
+
}
|
|
3405
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
3406
|
+
export declare type QueueServicesSetServicePropertiesResponse = QueueServiceProperties;
|
|
3407
|
+
/** Optional parameters. */
|
|
3408
|
+
export interface QueueServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3409
|
+
}
|
|
3410
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
3411
|
+
export declare type QueueServicesGetServicePropertiesResponse = QueueServiceProperties;
|
|
3412
|
+
/** Optional parameters. */
|
|
3413
|
+
export interface QueueCreateOptionalParams extends coreClient.OperationOptions {
|
|
3414
|
+
}
|
|
3415
|
+
/** Contains response data for the create operation. */
|
|
3416
|
+
export declare type QueueCreateResponse = StorageQueue;
|
|
3417
|
+
/** Optional parameters. */
|
|
3418
|
+
export interface QueueUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3419
|
+
}
|
|
3420
|
+
/** Contains response data for the update operation. */
|
|
3421
|
+
export declare type QueueUpdateResponse = StorageQueue;
|
|
3422
|
+
/** Optional parameters. */
|
|
3423
|
+
export interface QueueGetOptionalParams extends coreClient.OperationOptions {
|
|
3424
|
+
}
|
|
3425
|
+
/** Contains response data for the get operation. */
|
|
3426
|
+
export declare type QueueGetResponse = StorageQueue;
|
|
3427
|
+
/** Optional parameters. */
|
|
3428
|
+
export interface QueueDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3429
|
+
}
|
|
3430
|
+
/** Optional parameters. */
|
|
3431
|
+
export interface QueueListOptionalParams extends coreClient.OperationOptions {
|
|
3432
|
+
/** Optional, a maximum number of queues that should be included in a list queue response */
|
|
3433
|
+
maxpagesize?: string;
|
|
3434
|
+
/** Optional, When specified, only the queues with a name starting with the given filter will be listed. */
|
|
3435
|
+
filter?: string;
|
|
3436
|
+
}
|
|
3437
|
+
/** Contains response data for the list operation. */
|
|
3438
|
+
export declare type QueueListResponse = ListQueueResource;
|
|
3439
|
+
/** Optional parameters. */
|
|
3440
|
+
export interface QueueListNextOptionalParams extends coreClient.OperationOptions {
|
|
3441
|
+
/** Optional, a maximum number of queues that should be included in a list queue response */
|
|
3442
|
+
maxpagesize?: string;
|
|
3443
|
+
/** Optional, When specified, only the queues with a name starting with the given filter will be listed. */
|
|
3444
|
+
filter?: string;
|
|
3445
|
+
}
|
|
3446
|
+
/** Contains response data for the listNext operation. */
|
|
3447
|
+
export declare type QueueListNextResponse = ListQueueResource;
|
|
3448
|
+
/** Optional parameters. */
|
|
3449
|
+
export interface TableServicesListOptionalParams extends coreClient.OperationOptions {
|
|
3450
|
+
}
|
|
3451
|
+
/** Contains response data for the list operation. */
|
|
3452
|
+
export declare type TableServicesListResponse = ListTableServices;
|
|
3453
|
+
/** Optional parameters. */
|
|
3454
|
+
export interface TableServicesSetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3455
|
+
}
|
|
3456
|
+
/** Contains response data for the setServiceProperties operation. */
|
|
3457
|
+
export declare type TableServicesSetServicePropertiesResponse = TableServiceProperties;
|
|
3458
|
+
/** Optional parameters. */
|
|
3459
|
+
export interface TableServicesGetServicePropertiesOptionalParams extends coreClient.OperationOptions {
|
|
3460
|
+
}
|
|
3461
|
+
/** Contains response data for the getServiceProperties operation. */
|
|
3462
|
+
export declare type TableServicesGetServicePropertiesResponse = TableServiceProperties;
|
|
3463
|
+
/** Optional parameters. */
|
|
3464
|
+
export interface TableCreateOptionalParams extends coreClient.OperationOptions {
|
|
3465
|
+
}
|
|
3466
|
+
/** Contains response data for the create operation. */
|
|
3467
|
+
export declare type TableCreateResponse = Table;
|
|
3468
|
+
/** Optional parameters. */
|
|
3469
|
+
export interface TableUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3470
|
+
}
|
|
3471
|
+
/** Contains response data for the update operation. */
|
|
3472
|
+
export declare type TableUpdateResponse = Table;
|
|
3473
|
+
/** Optional parameters. */
|
|
3474
|
+
export interface TableGetOptionalParams extends coreClient.OperationOptions {
|
|
3475
|
+
}
|
|
3476
|
+
/** Contains response data for the get operation. */
|
|
3477
|
+
export declare type TableGetResponse = Table;
|
|
3478
|
+
/** Optional parameters. */
|
|
3479
|
+
export interface TableDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3480
|
+
}
|
|
3481
|
+
/** Optional parameters. */
|
|
3482
|
+
export interface TableListOptionalParams extends coreClient.OperationOptions {
|
|
3483
|
+
}
|
|
3484
|
+
/** Contains response data for the list operation. */
|
|
3485
|
+
export declare type TableListResponse = ListTableResource;
|
|
3486
|
+
/** Optional parameters. */
|
|
3487
|
+
export interface TableListNextOptionalParams extends coreClient.OperationOptions {
|
|
3488
|
+
}
|
|
3489
|
+
/** Contains response data for the listNext operation. */
|
|
3490
|
+
export declare type TableListNextResponse = ListTableResource;
|
|
3491
|
+
/** Optional parameters. */
|
|
3492
|
+
export interface StorageManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
3493
|
+
/** server parameter */
|
|
3494
|
+
$host?: string;
|
|
3495
|
+
/** Api Version */
|
|
3496
|
+
apiVersion?: string;
|
|
3497
|
+
/** Overrides client endpoint. */
|
|
3498
|
+
endpoint?: string;
|
|
3499
|
+
}
|
|
3500
|
+
//# sourceMappingURL=index.d.ts.map
|