@azure/arm-storage 16.1.1 → 17.0.0-alpha.20211111.1
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 +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +63 -80
- package/dist/index.js +10964 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/esm/coreClientLro.d.ts +26 -0
- package/esm/coreClientLro.d.ts.map +1 -0
- package/esm/coreClientLro.js +186 -0
- package/esm/coreClientLro.js.map +1 -0
- package/esm/index.d.ts +5002 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +13 -0
- package/esm/index.js.map +1 -0
- package/esm/lro/azureAsyncPolling.d.ts +3 -0
- package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
- package/esm/lro/azureAsyncPolling.js +67 -0
- package/esm/lro/azureAsyncPolling.js.map +1 -0
- package/esm/lro/bodyPolling.d.ts +8 -0
- package/esm/lro/bodyPolling.d.ts.map +1 -0
- package/esm/lro/bodyPolling.js +37 -0
- package/esm/lro/bodyPolling.js.map +1 -0
- package/esm/lro/index.d.ts +4 -0
- package/esm/lro/index.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → esm/lro/index.js} +5 -10
- package/esm/lro/index.js.map +1 -0
- package/esm/lro/locationPolling.d.ts +3 -0
- package/esm/lro/locationPolling.d.ts.map +1 -0
- package/esm/lro/locationPolling.js +19 -0
- package/esm/lro/locationPolling.js.map +1 -0
- package/esm/lro/lroEngine.d.ts +14 -0
- package/esm/lro/lroEngine.d.ts.map +1 -0
- package/esm/lro/lroEngine.js +41 -0
- package/esm/lro/lroEngine.js.map +1 -0
- package/esm/lro/models.d.ts +138 -0
- package/esm/lro/models.d.ts.map +1 -0
- package/esm/lro/models.js +14 -0
- package/esm/lro/models.js.map +1 -0
- package/esm/lro/operation.d.ts +36 -0
- package/esm/lro/operation.d.ts.map +1 -0
- package/esm/lro/operation.js +82 -0
- package/esm/lro/operation.js.map +1 -0
- package/esm/lro/passthrough.d.ts +3 -0
- package/esm/lro/passthrough.d.ts.map +1 -0
- package/esm/{models/operationsMappers.js → lro/passthrough.js} +8 -2
- package/esm/lro/passthrough.js.map +1 -0
- package/esm/lro/requestUtils.d.ts +16 -0
- package/esm/lro/requestUtils.d.ts.map +1 -0
- package/esm/lro/requestUtils.js +73 -0
- package/esm/lro/requestUtils.js.map +1 -0
- package/esm/lro/stateMachine.d.ts +18 -0
- package/esm/lro/stateMachine.d.ts.map +1 -0
- package/esm/lro/stateMachine.js +84 -0
- package/esm/lro/stateMachine.js.map +1 -0
- package/esm/models/index.d.ts +2673 -4395
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +331 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/mappers.d.ts +146 -138
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +2734 -2563
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +59 -33
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +267 -159
- package/esm/models/parameters.js.map +1 -1
- package/esm/operations/blobContainers.d.ts +213 -561
- package/esm/operations/blobContainers.d.ts.map +1 -1
- package/esm/operations/blobContainers.js +578 -429
- package/esm/operations/blobContainers.js.map +1 -1
- package/esm/operations/blobInventoryPolicies.d.ts +47 -109
- package/esm/operations/blobInventoryPolicies.d.ts.map +1 -1
- package/esm/operations/blobInventoryPolicies.js +163 -105
- package/esm/operations/blobInventoryPolicies.js.map +1 -1
- package/esm/operations/blobServices.d.ts +39 -89
- package/esm/operations/blobServices.d.ts.map +1 -1
- package/esm/operations/blobServices.js +133 -89
- package/esm/operations/blobServices.js.map +1 -1
- package/esm/operations/deletedAccounts.d.ts +20 -47
- package/esm/operations/deletedAccounts.d.ts.map +1 -1
- package/esm/operations/deletedAccounts.js +111 -69
- package/esm/operations/deletedAccounts.js.map +1 -1
- package/esm/operations/encryptionScopes.d.ts +65 -166
- package/esm/operations/encryptionScopes.d.ts.map +1 -1
- package/esm/operations/encryptionScopes.js +211 -131
- package/esm/operations/encryptionScopes.js.map +1 -1
- package/esm/operations/fileServices.d.ts +25 -89
- package/esm/operations/fileServices.d.ts.map +1 -1
- package/esm/operations/fileServices.js +86 -83
- package/esm/operations/fileServices.js.map +1 -1
- package/esm/operations/fileShares.d.ts +100 -256
- package/esm/operations/fileShares.d.ts.map +1 -1
- package/esm/operations/fileShares.js +316 -164
- package/esm/operations/fileShares.js.map +1 -1
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -2
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/managementPolicies.d.ts +30 -89
- package/esm/operations/managementPolicies.d.ts.map +1 -1
- package/esm/operations/managementPolicies.js +89 -92
- package/esm/operations/managementPolicies.js.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +54 -130
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +170 -102
- package/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/esm/operations/operations.d.ts +14 -15
- package/esm/operations/operations.d.ts.map +1 -1
- package/esm/operations/operations.js +67 -29
- package/esm/operations/operations.js.map +1 -1
- package/esm/operations/privateEndpointConnections.d.ts +46 -126
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/esm/operations/privateEndpointConnections.js +171 -103
- package/esm/operations/privateEndpointConnections.js.map +1 -1
- package/esm/operations/privateLinkResources.d.ts +11 -31
- package/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/esm/operations/privateLinkResources.js +32 -36
- package/esm/operations/privateLinkResources.js.map +1 -1
- package/esm/operations/queue.d.ts +69 -196
- package/esm/operations/queue.d.ts.map +1 -1
- package/esm/operations/queue.js +230 -162
- package/esm/operations/queue.js.map +1 -1
- package/esm/operations/queueServices.d.ts +29 -87
- package/esm/operations/queueServices.d.ts.map +1 -1
- package/esm/operations/queueServices.js +86 -87
- package/esm/operations/queueServices.js.map +1 -1
- package/esm/operations/skus.d.ts +14 -15
- package/esm/operations/skus.d.ts.map +1 -1
- package/esm/operations/skus.js +67 -32
- package/esm/operations/skus.js.map +1 -1
- package/esm/operations/storageAccounts.d.ts +163 -381
- package/esm/operations/storageAccounts.d.ts.map +1 -1
- package/esm/operations/storageAccounts.js +605 -501
- package/esm/operations/storageAccounts.js.map +1 -1
- package/esm/operations/tableOperations.d.ts +67 -184
- package/esm/operations/tableOperations.d.ts.map +1 -1
- package/esm/operations/tableOperations.js +220 -143
- package/esm/operations/tableOperations.js.map +1 -1
- package/esm/operations/tableServices.d.ts +29 -87
- package/esm/operations/tableServices.d.ts.map +1 -1
- package/esm/operations/tableServices.js +86 -87
- package/esm/operations/tableServices.js.map +1 -1
- package/esm/operations/usages.d.ts +15 -18
- package/esm/operations/usages.d.ts.map +1 -1
- package/esm/operations/usages.js +73 -34
- package/esm/operations/usages.js.map +1 -1
- package/esm/operationsInterfaces/blobContainers.d.ts +247 -0
- package/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/{src/models/usagesMappers.ts → esm/operationsInterfaces/blobContainers.js} +2 -7
- package/esm/operationsInterfaces/blobContainers.js.map +1 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts +54 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/esm/{models/usagesMappers.js → operationsInterfaces/blobInventoryPolicies.js} +2 -2
- package/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/esm/operationsInterfaces/blobServices.d.ts +41 -0
- package/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/{src/models/skusMappers.ts → esm/operationsInterfaces/blobServices.js} +2 -8
- package/esm/operationsInterfaces/blobServices.js.map +1 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts +19 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/esm/{models/skusMappers.js → operationsInterfaces/deletedAccounts.js} +2 -2
- package/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts +64 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/esm/operationsInterfaces/fileServices.d.ts +39 -0
- package/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileServices.js +9 -0
- package/esm/operationsInterfaces/fileServices.js.map +1 -0
- package/esm/operationsInterfaces/fileShares.d.ts +102 -0
- package/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileShares.js +9 -0
- package/esm/operationsInterfaces/fileShares.js.map +1 -0
- package/esm/operationsInterfaces/index.d.ts +20 -0
- package/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/esm/operationsInterfaces/index.js +27 -0
- package/esm/operationsInterfaces/index.js.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.js +9 -0
- package/esm/operationsInterfaces/managementPolicies.js.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +61 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/esm/operationsInterfaces/operations.d.ts +12 -0
- package/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/esm/operationsInterfaces/operations.js +9 -0
- package/esm/operationsInterfaces/operations.js.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/esm/operationsInterfaces/queue.d.ts +71 -0
- package/esm/operationsInterfaces/queue.d.ts.map +1 -0
- package/esm/operationsInterfaces/queue.js +9 -0
- package/esm/operationsInterfaces/queue.js.map +1 -0
- package/esm/operationsInterfaces/queueServices.d.ts +39 -0
- package/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/queueServices.js +9 -0
- package/esm/operationsInterfaces/queueServices.js.map +1 -0
- package/esm/operationsInterfaces/skus.d.ts +12 -0
- package/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/esm/operationsInterfaces/skus.js +9 -0
- package/esm/operationsInterfaces/skus.js.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts +197 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/esm/operationsInterfaces/tableOperations.d.ts +69 -0
- package/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableOperations.js +9 -0
- package/esm/operationsInterfaces/tableOperations.js.map +1 -0
- package/esm/operationsInterfaces/tableServices.d.ts +39 -0
- package/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableServices.js +9 -0
- package/esm/operationsInterfaces/tableServices.js.map +1 -0
- package/esm/operationsInterfaces/usages.d.ts +13 -0
- package/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/esm/operationsInterfaces/usages.js +9 -0
- package/esm/operationsInterfaces/usages.js.map +1 -0
- package/esm/storageManagementClient.d.ts +26 -35
- package/esm/storageManagementClient.d.ts.map +1 -1
- package/esm/storageManagementClient.js +27 -42
- package/esm/storageManagementClient.js.map +1 -1
- package/esm/storageManagementClientContext.d.ts +10 -16
- package/esm/storageManagementClientContext.d.ts.map +1 -1
- package/esm/storageManagementClientContext.js +32 -44
- package/esm/storageManagementClientContext.js.map +1 -1
- package/package.json +57 -18
- package/review/arm-storage.api.md +2659 -0
- package/rollup.config.js +181 -30
- package/src/coreClientLro.ts +323 -0
- package/src/index.ts +13 -0
- package/src/lro/azureAsyncPolling.ts +96 -0
- package/src/lro/bodyPolling.ts +54 -0
- package/src/lro/index.ts +26 -0
- package/src/lro/locationPolling.ts +30 -0
- package/src/lro/lroEngine.ts +61 -0
- package/src/lro/models.ts +173 -0
- package/src/lro/operation.ts +120 -0
- package/src/lro/passthrough.ts +23 -0
- package/src/lro/requestUtils.ts +105 -0
- package/src/lro/stateMachine.ts +138 -0
- package/src/models/index.ts +2813 -4492
- package/src/models/mappers.ts +2745 -2553
- package/src/models/parameters.ts +354 -160
- package/src/operations/blobContainers.ts +719 -1037
- package/src/operations/blobInventoryPolicies.ts +182 -211
- package/src/operations/blobServices.ts +150 -177
- package/src/operations/deletedAccounts.ts +111 -112
- package/src/operations/encryptionScopes.ts +233 -291
- package/src/operations/fileServices.ts +99 -171
- package/src/operations/fileShares.ts +335 -560
- package/src/operations/index.ts +1 -2
- package/src/operations/managementPolicies.ts +102 -175
- package/src/operations/objectReplicationPoliciesOperations.ts +187 -227
- package/src/operations/operations.ts +61 -38
- package/src/operations/privateEndpointConnections.ts +177 -214
- package/src/operations/privateLinkResources.ts +37 -60
- package/src/operations/queue.ts +269 -365
- package/src/operations/queueServices.ts +103 -173
- package/src/operations/skus.ts +59 -41
- package/src/operations/storageAccounts.ts +779 -872
- package/src/operations/tableOperations.ts +255 -328
- package/src/operations/tableServices.ts +103 -173
- package/src/operations/usages.ts +73 -45
- package/src/operationsInterfaces/blobContainers.ts +366 -0
- package/src/operationsInterfaces/blobInventoryPolicies.ts +92 -0
- package/src/operationsInterfaces/blobServices.ts +70 -0
- package/src/operationsInterfaces/deletedAccounts.ts +39 -0
- package/src/operationsInterfaces/encryptionScopes.ts +103 -0
- package/src/operationsInterfaces/fileServices.ts +68 -0
- package/src/operationsInterfaces/fileShares.ts +163 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +98 -0
- package/src/operationsInterfaces/operations.ts +23 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +91 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/queue.ts +117 -0
- package/src/operationsInterfaces/queueServices.ts +68 -0
- package/src/operationsInterfaces/skus.ts +23 -0
- package/src/operationsInterfaces/storageAccounts.ts +320 -0
- package/src/operationsInterfaces/tableOperations.ts +112 -0
- package/src/operationsInterfaces/tableServices.ts +68 -0
- package/src/operationsInterfaces/usages.ts +25 -0
- package/src/storageManagementClient.ts +94 -67
- package/src/storageManagementClientContext.ts +42 -46
- package/tsconfig.json +2 -1
- 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/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/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/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.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/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
|
@@ -1,627 +1,279 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { BlobContainers } from "../operationsInterfaces";
|
|
3
4
|
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
5
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
6
|
+
import { ListContainerItem, BlobContainersListOptionalParams, BlobContainer, BlobContainersCreateOptionalParams, BlobContainersCreateResponse, BlobContainersUpdateOptionalParams, BlobContainersUpdateResponse, BlobContainersGetOptionalParams, BlobContainersGetResponse, BlobContainersDeleteOptionalParams, LegalHold, BlobContainersSetLegalHoldOptionalParams, BlobContainersSetLegalHoldResponse, BlobContainersClearLegalHoldOptionalParams, BlobContainersClearLegalHoldResponse, BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams, BlobContainersCreateOrUpdateImmutabilityPolicyResponse, BlobContainersGetImmutabilityPolicyOptionalParams, BlobContainersGetImmutabilityPolicyResponse, BlobContainersDeleteImmutabilityPolicyOptionalParams, BlobContainersDeleteImmutabilityPolicyResponse, BlobContainersLockImmutabilityPolicyOptionalParams, BlobContainersLockImmutabilityPolicyResponse, BlobContainersExtendImmutabilityPolicyOptionalParams, BlobContainersExtendImmutabilityPolicyResponse, BlobContainersLeaseOptionalParams, BlobContainersLeaseResponse, BlobContainersObjectLevelWormOptionalParams } from "../models";
|
|
4
7
|
/** Class representing a BlobContainers. */
|
|
5
|
-
export declare class BlobContainers {
|
|
8
|
+
export declare class BlobContainersImpl implements BlobContainers {
|
|
6
9
|
private readonly client;
|
|
7
10
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @param
|
|
11
|
+
* Initialize a new instance of the class BlobContainers class.
|
|
12
|
+
* @param client Reference to the service client
|
|
10
13
|
*/
|
|
11
14
|
constructor(client: StorageManagementClientContext);
|
|
12
15
|
/**
|
|
13
|
-
* Lists all containers and does not support a prefix like data plane. Also SRP today does not
|
|
14
|
-
*
|
|
15
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
16
|
-
*
|
|
16
|
+
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return
|
|
17
|
+
* continuation token.
|
|
18
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
19
|
+
* case insensitive.
|
|
17
20
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @param
|
|
21
|
-
* @returns Promise<Models.BlobContainersListResponse>
|
|
21
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
22
|
+
* only.
|
|
23
|
+
* @param options The options parameters.
|
|
22
24
|
*/
|
|
23
|
-
list(resourceGroupName: string, accountName: string, options?:
|
|
25
|
+
list(resourceGroupName: string, accountName: string, options?: BlobContainersListOptionalParams): PagedAsyncIterableIterator<ListContainerItem>;
|
|
26
|
+
private listPagingPage;
|
|
27
|
+
private listPagingAll;
|
|
24
28
|
/**
|
|
25
|
-
*
|
|
26
|
-
*
|
|
29
|
+
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return
|
|
30
|
+
* continuation token.
|
|
31
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
32
|
+
* case insensitive.
|
|
27
33
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
* @param
|
|
34
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
35
|
+
* only.
|
|
36
|
+
* @param options The options parameters.
|
|
31
37
|
*/
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
35
|
-
* is case insensitive.
|
|
36
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
37
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
38
|
-
* letters only.
|
|
39
|
-
* @param options The optional parameters
|
|
40
|
-
* @param callback The callback
|
|
41
|
-
*/
|
|
42
|
-
list(resourceGroupName: string, accountName: string, options: Models.BlobContainersListOptionalParams, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;
|
|
38
|
+
private _list;
|
|
43
39
|
/**
|
|
44
40
|
* Creates a new container under the specified account as described by request body. The container
|
|
45
41
|
* resource includes metadata and properties for that container. It does not include a list of the
|
|
46
42
|
* blobs contained by the container.
|
|
47
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
48
|
-
*
|
|
49
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
50
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
51
|
-
* letters only.
|
|
52
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
53
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
54
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
55
|
-
* a letter or number.
|
|
56
|
-
* @param blobContainer Properties of the blob container to create.
|
|
57
|
-
* @param [options] The optional parameters
|
|
58
|
-
* @returns Promise<Models.BlobContainersCreateResponse>
|
|
59
|
-
*/
|
|
60
|
-
create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersCreateResponse>;
|
|
61
|
-
/**
|
|
62
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
63
|
-
* is case insensitive.
|
|
43
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
44
|
+
* case insensitive.
|
|
64
45
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
65
|
-
*
|
|
66
|
-
*
|
|
46
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
47
|
+
* only.
|
|
67
48
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
49
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
50
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
51
|
+
* number.
|
|
71
52
|
* @param blobContainer Properties of the blob container to create.
|
|
72
|
-
* @param
|
|
73
|
-
*/
|
|
74
|
-
create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, callback: msRest.ServiceCallback<Models.BlobContainer>): void;
|
|
75
|
-
/**
|
|
76
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
77
|
-
* is case insensitive.
|
|
78
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
79
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
80
|
-
* letters only.
|
|
81
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
82
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
83
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
84
|
-
* a letter or number.
|
|
85
|
-
* @param blobContainer Properties of the blob container to create.
|
|
86
|
-
* @param options The optional parameters
|
|
87
|
-
* @param callback The callback
|
|
88
|
-
*/
|
|
89
|
-
create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobContainer>): void;
|
|
90
|
-
/**
|
|
91
|
-
* Updates container properties as specified in request body. Properties not mentioned in the
|
|
92
|
-
* request will be unchanged. Update fails if the specified container doesn't already exist.
|
|
93
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
94
|
-
* is case insensitive.
|
|
95
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
96
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
97
|
-
* letters only.
|
|
98
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
99
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
100
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
101
|
-
* a letter or number.
|
|
102
|
-
* @param blobContainer Properties to update for the blob container.
|
|
103
|
-
* @param [options] The optional parameters
|
|
104
|
-
* @returns Promise<Models.BlobContainersUpdateResponse>
|
|
105
|
-
*/
|
|
106
|
-
update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersUpdateResponse>;
|
|
107
|
-
/**
|
|
108
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
109
|
-
* is case insensitive.
|
|
110
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
111
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
112
|
-
* letters only.
|
|
113
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
114
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
115
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
116
|
-
* a letter or number.
|
|
117
|
-
* @param blobContainer Properties to update for the blob container.
|
|
118
|
-
* @param callback The callback
|
|
53
|
+
* @param options The options parameters.
|
|
119
54
|
*/
|
|
120
|
-
|
|
55
|
+
create(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersCreateOptionalParams): Promise<BlobContainersCreateResponse>;
|
|
121
56
|
/**
|
|
122
|
-
*
|
|
123
|
-
*
|
|
57
|
+
* Updates container properties as specified in request body. Properties not mentioned in the request
|
|
58
|
+
* will be unchanged. Update fails if the specified container doesn't already exist.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
60
|
+
* case insensitive.
|
|
124
61
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
125
|
-
*
|
|
126
|
-
*
|
|
62
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
63
|
+
* only.
|
|
127
64
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
65
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
66
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
67
|
+
* number.
|
|
131
68
|
* @param blobContainer Properties to update for the blob container.
|
|
132
|
-
* @param options The
|
|
133
|
-
* @param callback The callback
|
|
69
|
+
* @param options The options parameters.
|
|
134
70
|
*/
|
|
135
|
-
update(resourceGroupName: string, accountName: string, containerName: string, blobContainer:
|
|
71
|
+
update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: BlobContainer, options?: BlobContainersUpdateOptionalParams): Promise<BlobContainersUpdateResponse>;
|
|
136
72
|
/**
|
|
137
73
|
* Gets properties of a specified container.
|
|
138
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
139
|
-
*
|
|
140
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
141
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
142
|
-
* letters only.
|
|
143
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
144
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
145
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
146
|
-
* a letter or number.
|
|
147
|
-
* @param [options] The optional parameters
|
|
148
|
-
* @returns Promise<Models.BlobContainersGetResponse>
|
|
149
|
-
*/
|
|
150
|
-
get(resourceGroupName: string, accountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersGetResponse>;
|
|
151
|
-
/**
|
|
152
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
153
|
-
* is case insensitive.
|
|
154
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
155
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
156
|
-
* letters only.
|
|
157
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
158
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
159
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
160
|
-
* a letter or number.
|
|
161
|
-
* @param callback The callback
|
|
162
|
-
*/
|
|
163
|
-
get(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.BlobContainer>): void;
|
|
164
|
-
/**
|
|
165
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
166
|
-
* is case insensitive.
|
|
74
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
75
|
+
* case insensitive.
|
|
167
76
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
168
|
-
*
|
|
169
|
-
*
|
|
77
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
78
|
+
* only.
|
|
170
79
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
* @param options The
|
|
175
|
-
* @param callback The callback
|
|
80
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
81
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
82
|
+
* number.
|
|
83
|
+
* @param options The options parameters.
|
|
176
84
|
*/
|
|
177
|
-
get(resourceGroupName: string, accountName: string, containerName: string, options
|
|
85
|
+
get(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetOptionalParams): Promise<BlobContainersGetResponse>;
|
|
178
86
|
/**
|
|
179
87
|
* Deletes specified container under its account.
|
|
180
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
181
|
-
*
|
|
182
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
183
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
184
|
-
* letters only.
|
|
185
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
186
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
187
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
188
|
-
* a letter or number.
|
|
189
|
-
* @param [options] The optional parameters
|
|
190
|
-
* @returns Promise<msRest.RestResponse>
|
|
191
|
-
*/
|
|
192
|
-
deleteMethod(resourceGroupName: string, accountName: string, containerName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
193
|
-
/**
|
|
194
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
195
|
-
* is case insensitive.
|
|
196
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
197
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
198
|
-
* letters only.
|
|
199
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
200
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
201
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
202
|
-
* a letter or number.
|
|
203
|
-
* @param callback The callback
|
|
204
|
-
*/
|
|
205
|
-
deleteMethod(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<void>): void;
|
|
206
|
-
/**
|
|
207
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
208
|
-
* is case insensitive.
|
|
209
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
210
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
211
|
-
* letters only.
|
|
212
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
213
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
214
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
215
|
-
* a letter or number.
|
|
216
|
-
* @param options The optional parameters
|
|
217
|
-
* @param callback The callback
|
|
218
|
-
*/
|
|
219
|
-
deleteMethod(resourceGroupName: string, accountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
220
|
-
/**
|
|
221
|
-
* Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold
|
|
222
|
-
* follows an append pattern and does not clear out the existing tags that are not specified in the
|
|
223
|
-
* request.
|
|
224
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
225
|
-
* is case insensitive.
|
|
226
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
227
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
228
|
-
* letters only.
|
|
229
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
230
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
231
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
232
|
-
* a letter or number.
|
|
233
|
-
* @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case
|
|
234
|
-
* at SRP.
|
|
235
|
-
* @param [options] The optional parameters
|
|
236
|
-
* @returns Promise<Models.BlobContainersSetLegalHoldResponse>
|
|
237
|
-
*/
|
|
238
|
-
setLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersSetLegalHoldResponse>;
|
|
239
|
-
/**
|
|
240
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
241
|
-
* is case insensitive.
|
|
242
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
243
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
244
|
-
* letters only.
|
|
245
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
246
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
247
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
248
|
-
* a letter or number.
|
|
249
|
-
* @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case
|
|
250
|
-
* at SRP.
|
|
251
|
-
* @param callback The callback
|
|
252
|
-
*/
|
|
253
|
-
setLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], callback: msRest.ServiceCallback<Models.LegalHold>): void;
|
|
254
|
-
/**
|
|
255
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
256
|
-
* is case insensitive.
|
|
88
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
89
|
+
* case insensitive.
|
|
257
90
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
258
|
-
*
|
|
259
|
-
*
|
|
91
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
92
|
+
* only.
|
|
260
93
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
* @param
|
|
265
|
-
* at SRP.
|
|
266
|
-
* @param options The optional parameters
|
|
267
|
-
* @param callback The callback
|
|
94
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
95
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
96
|
+
* number.
|
|
97
|
+
* @param options The options parameters.
|
|
268
98
|
*/
|
|
269
|
-
|
|
99
|
+
delete(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersDeleteOptionalParams): Promise<void>;
|
|
270
100
|
/**
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
274
|
-
*
|
|
101
|
+
* Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows
|
|
102
|
+
* an append pattern and does not clear out the existing tags that are not specified in the request.
|
|
103
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
104
|
+
* case insensitive.
|
|
275
105
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
276
|
-
*
|
|
277
|
-
*
|
|
106
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
107
|
+
* only.
|
|
278
108
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
279
|
-
*
|
|
280
|
-
*
|
|
281
|
-
*
|
|
282
|
-
* @param
|
|
283
|
-
*
|
|
284
|
-
* @param [options] The optional parameters
|
|
285
|
-
* @returns Promise<Models.BlobContainersClearLegalHoldResponse>
|
|
109
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
110
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
111
|
+
* number.
|
|
112
|
+
* @param legalHold The LegalHold property that will be set to a blob container.
|
|
113
|
+
* @param options The options parameters.
|
|
286
114
|
*/
|
|
287
|
-
|
|
115
|
+
setLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersSetLegalHoldOptionalParams): Promise<BlobContainersSetLegalHoldResponse>;
|
|
288
116
|
/**
|
|
289
|
-
*
|
|
290
|
-
*
|
|
117
|
+
* Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation.
|
|
118
|
+
* ClearLegalHold clears out only the specified tags in the request.
|
|
119
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
120
|
+
* case insensitive.
|
|
291
121
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
292
|
-
*
|
|
293
|
-
*
|
|
122
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
123
|
+
* only.
|
|
294
124
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
295
|
-
*
|
|
296
|
-
*
|
|
297
|
-
*
|
|
298
|
-
* @param
|
|
299
|
-
*
|
|
300
|
-
* @param callback The callback
|
|
125
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
126
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
127
|
+
* number.
|
|
128
|
+
* @param legalHold The LegalHold property that will be clear from a blob container.
|
|
129
|
+
* @param options The options parameters.
|
|
301
130
|
*/
|
|
302
|
-
clearLegalHold(resourceGroupName: string, accountName: string, containerName: string,
|
|
303
|
-
/**
|
|
304
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
305
|
-
* is case insensitive.
|
|
306
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
307
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
308
|
-
* letters only.
|
|
309
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
310
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
311
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
312
|
-
* a letter or number.
|
|
313
|
-
* @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case
|
|
314
|
-
* at SRP.
|
|
315
|
-
* @param options The optional parameters
|
|
316
|
-
* @param callback The callback
|
|
317
|
-
*/
|
|
318
|
-
clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LegalHold>): void;
|
|
131
|
+
clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, legalHold: LegalHold, options?: BlobContainersClearLegalHoldOptionalParams): Promise<BlobContainersClearLegalHoldResponse>;
|
|
319
132
|
/**
|
|
320
133
|
* Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not
|
|
321
134
|
* required for this operation.
|
|
322
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
323
|
-
*
|
|
324
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
325
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
326
|
-
* letters only.
|
|
327
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
328
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
329
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
330
|
-
* a letter or number.
|
|
331
|
-
* @param [options] The optional parameters
|
|
332
|
-
* @returns Promise<Models.BlobContainersCreateOrUpdateImmutabilityPolicyResponse>
|
|
333
|
-
*/
|
|
334
|
-
createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams): Promise<Models.BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;
|
|
335
|
-
/**
|
|
336
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
337
|
-
* is case insensitive.
|
|
338
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
339
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
340
|
-
* letters only.
|
|
341
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
342
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
343
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
344
|
-
* a letter or number.
|
|
345
|
-
* @param callback The callback
|
|
346
|
-
*/
|
|
347
|
-
createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
348
|
-
/**
|
|
349
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
350
|
-
* is case insensitive.
|
|
135
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
136
|
+
* case insensitive.
|
|
351
137
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
352
|
-
*
|
|
353
|
-
*
|
|
138
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
139
|
+
* only.
|
|
354
140
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
355
|
-
*
|
|
356
|
-
*
|
|
357
|
-
*
|
|
358
|
-
* @param options The
|
|
359
|
-
* @param callback The callback
|
|
141
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
142
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
143
|
+
* number.
|
|
144
|
+
* @param options The options parameters.
|
|
360
145
|
*/
|
|
361
|
-
createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options
|
|
146
|
+
createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams): Promise<BlobContainersCreateOrUpdateImmutabilityPolicyResponse>;
|
|
362
147
|
/**
|
|
363
148
|
* Gets the existing immutability policy along with the corresponding ETag in response headers and
|
|
364
149
|
* body.
|
|
365
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
366
|
-
*
|
|
367
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
368
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
369
|
-
* letters only.
|
|
370
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
371
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
372
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
373
|
-
* a letter or number.
|
|
374
|
-
* @param [options] The optional parameters
|
|
375
|
-
* @returns Promise<Models.BlobContainersGetImmutabilityPolicyResponse>
|
|
376
|
-
*/
|
|
377
|
-
getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersGetImmutabilityPolicyOptionalParams): Promise<Models.BlobContainersGetImmutabilityPolicyResponse>;
|
|
378
|
-
/**
|
|
379
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
380
|
-
* is case insensitive.
|
|
150
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
151
|
+
* case insensitive.
|
|
381
152
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
382
|
-
*
|
|
383
|
-
*
|
|
153
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
154
|
+
* only.
|
|
384
155
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
385
|
-
*
|
|
386
|
-
*
|
|
387
|
-
*
|
|
388
|
-
* @param
|
|
156
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
157
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
158
|
+
* number.
|
|
159
|
+
* @param options The options parameters.
|
|
389
160
|
*/
|
|
390
|
-
getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string,
|
|
391
|
-
/**
|
|
392
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
393
|
-
* is case insensitive.
|
|
394
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
395
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
396
|
-
* letters only.
|
|
397
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
398
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
399
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
400
|
-
* a letter or number.
|
|
401
|
-
* @param options The optional parameters
|
|
402
|
-
* @param callback The callback
|
|
403
|
-
*/
|
|
404
|
-
getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options: Models.BlobContainersGetImmutabilityPolicyOptionalParams, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
161
|
+
getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersGetImmutabilityPolicyOptionalParams): Promise<BlobContainersGetImmutabilityPolicyResponse>;
|
|
405
162
|
/**
|
|
406
163
|
* Aborts an unlocked immutability policy. The response of delete has
|
|
407
164
|
* immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation.
|
|
408
|
-
* Deleting a locked immutability policy is not allowed, the only way is to delete the container
|
|
409
|
-
*
|
|
410
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
411
|
-
*
|
|
412
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
413
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
414
|
-
* letters only.
|
|
415
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
416
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
417
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
418
|
-
* a letter or number.
|
|
419
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
420
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
421
|
-
* omitted, this operation will always be applied.
|
|
422
|
-
* @param [options] The optional parameters
|
|
423
|
-
* @returns Promise<Models.BlobContainersDeleteImmutabilityPolicyResponse>
|
|
424
|
-
*/
|
|
425
|
-
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersDeleteImmutabilityPolicyResponse>;
|
|
426
|
-
/**
|
|
427
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
428
|
-
* is case insensitive.
|
|
165
|
+
* Deleting a locked immutability policy is not allowed, the only way is to delete the container after
|
|
166
|
+
* deleting all expired blobs inside the policy locked container.
|
|
167
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
168
|
+
* case insensitive.
|
|
429
169
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
430
|
-
*
|
|
431
|
-
*
|
|
170
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
171
|
+
* only.
|
|
432
172
|
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
433
|
-
*
|
|
434
|
-
*
|
|
435
|
-
*
|
|
436
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
437
|
-
*
|
|
438
|
-
*
|
|
439
|
-
* @param
|
|
173
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
174
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
175
|
+
* number.
|
|
176
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
177
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
178
|
+
* operation will always be applied.
|
|
179
|
+
* @param options The options parameters.
|
|
440
180
|
*/
|
|
441
|
-
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string,
|
|
442
|
-
/**
|
|
443
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
444
|
-
* is case insensitive.
|
|
445
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
446
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
447
|
-
* letters only.
|
|
448
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
449
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
450
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
451
|
-
* a letter or number.
|
|
452
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
453
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
454
|
-
* omitted, this operation will always be applied.
|
|
455
|
-
* @param options The optional parameters
|
|
456
|
-
* @param callback The callback
|
|
457
|
-
*/
|
|
458
|
-
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
181
|
+
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersDeleteImmutabilityPolicyOptionalParams): Promise<BlobContainersDeleteImmutabilityPolicyResponse>;
|
|
459
182
|
/**
|
|
460
183
|
* Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is
|
|
461
184
|
* ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.
|
|
462
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
463
|
-
*
|
|
464
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
468
|
-
*
|
|
469
|
-
*
|
|
470
|
-
*
|
|
471
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
472
|
-
*
|
|
473
|
-
*
|
|
474
|
-
* @param
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
*
|
|
480
|
-
*
|
|
481
|
-
*
|
|
482
|
-
*
|
|
483
|
-
* letters
|
|
484
|
-
*
|
|
485
|
-
*
|
|
486
|
-
*
|
|
487
|
-
* a letter or
|
|
488
|
-
*
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
*
|
|
497
|
-
*
|
|
498
|
-
*
|
|
499
|
-
*
|
|
500
|
-
* @param
|
|
501
|
-
*
|
|
502
|
-
*
|
|
503
|
-
*
|
|
504
|
-
*
|
|
505
|
-
*
|
|
506
|
-
*
|
|
507
|
-
* @param options The
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
*
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
516
|
-
*
|
|
517
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
518
|
-
*
|
|
519
|
-
*
|
|
520
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
521
|
-
*
|
|
522
|
-
*
|
|
523
|
-
*
|
|
524
|
-
* @param
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
*
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
533
|
-
*
|
|
534
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
535
|
-
*
|
|
536
|
-
*
|
|
537
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
538
|
-
*
|
|
539
|
-
*
|
|
540
|
-
*
|
|
541
|
-
* @param
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
* @param
|
|
549
|
-
*
|
|
550
|
-
*
|
|
551
|
-
*
|
|
552
|
-
*
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
556
|
-
* a letter or number.
|
|
557
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
558
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
559
|
-
* omitted, this operation will always be applied.
|
|
560
|
-
* @param options The optional parameters
|
|
561
|
-
* @param callback The callback
|
|
562
|
-
*/
|
|
563
|
-
extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options: Models.BlobContainersExtendImmutabilityPolicyOptionalParams, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
564
|
-
/**
|
|
565
|
-
* The Lease Container operation establishes and manages a lock on a container for delete
|
|
566
|
-
* operations. The lock duration can be 15 to 60 seconds, or can be infinite.
|
|
567
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
568
|
-
* is case insensitive.
|
|
569
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
570
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
571
|
-
* letters only.
|
|
572
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
573
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
574
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
575
|
-
* a letter or number.
|
|
576
|
-
* @param [options] The optional parameters
|
|
577
|
-
* @returns Promise<Models.BlobContainersLeaseResponse>
|
|
578
|
-
*/
|
|
579
|
-
lease(resourceGroupName: string, accountName: string, containerName: string, options?: Models.BlobContainersLeaseOptionalParams): Promise<Models.BlobContainersLeaseResponse>;
|
|
580
|
-
/**
|
|
581
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
582
|
-
* is case insensitive.
|
|
583
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
584
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
585
|
-
* letters only.
|
|
586
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
587
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
588
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
589
|
-
* a letter or number.
|
|
590
|
-
* @param callback The callback
|
|
591
|
-
*/
|
|
592
|
-
lease(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.LeaseContainerResponse>): void;
|
|
593
|
-
/**
|
|
594
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
595
|
-
* is case insensitive.
|
|
596
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
597
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
598
|
-
* letters only.
|
|
599
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
600
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
601
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
602
|
-
* a letter or number.
|
|
603
|
-
* @param options The optional parameters
|
|
604
|
-
* @param callback The callback
|
|
605
|
-
*/
|
|
606
|
-
lease(resourceGroupName: string, accountName: string, containerName: string, options: Models.BlobContainersLeaseOptionalParams, callback: msRest.ServiceCallback<Models.LeaseContainerResponse>): void;
|
|
607
|
-
/**
|
|
608
|
-
* Lists all containers and does not support a prefix like data plane. Also SRP today does not
|
|
609
|
-
* return continuation token.
|
|
610
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
611
|
-
* @param [options] The optional parameters
|
|
612
|
-
* @returns Promise<Models.BlobContainersListNextResponse>
|
|
613
|
-
*/
|
|
614
|
-
listNext(nextPageLink: string, options?: Models.BlobContainersListNextOptionalParams): Promise<Models.BlobContainersListNextResponse>;
|
|
615
|
-
/**
|
|
616
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
617
|
-
* @param callback The callback
|
|
618
|
-
*/
|
|
619
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;
|
|
620
|
-
/**
|
|
621
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
622
|
-
* @param options The optional parameters
|
|
623
|
-
* @param callback The callback
|
|
624
|
-
*/
|
|
625
|
-
listNext(nextPageLink: string, options: Models.BlobContainersListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;
|
|
185
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
186
|
+
* case insensitive.
|
|
187
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
188
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
189
|
+
* only.
|
|
190
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
191
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
192
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
193
|
+
* number.
|
|
194
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
195
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
196
|
+
* operation will always be applied.
|
|
197
|
+
* @param options The options parameters.
|
|
198
|
+
*/
|
|
199
|
+
lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersLockImmutabilityPolicyOptionalParams): Promise<BlobContainersLockImmutabilityPolicyResponse>;
|
|
200
|
+
/**
|
|
201
|
+
* Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action
|
|
202
|
+
* allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.
|
|
203
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
204
|
+
* case insensitive.
|
|
205
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
206
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
207
|
+
* only.
|
|
208
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
209
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
210
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
211
|
+
* number.
|
|
212
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
213
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
214
|
+
* operation will always be applied.
|
|
215
|
+
* @param options The options parameters.
|
|
216
|
+
*/
|
|
217
|
+
extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<BlobContainersExtendImmutabilityPolicyResponse>;
|
|
218
|
+
/**
|
|
219
|
+
* The Lease Container operation establishes and manages a lock on a container for delete operations.
|
|
220
|
+
* The lock duration can be 15 to 60 seconds, or can be infinite.
|
|
221
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
222
|
+
* case insensitive.
|
|
223
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
224
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
225
|
+
* only.
|
|
226
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
227
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
228
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
229
|
+
* number.
|
|
230
|
+
* @param options The options parameters.
|
|
231
|
+
*/
|
|
232
|
+
lease(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersLeaseOptionalParams): Promise<BlobContainersLeaseResponse>;
|
|
233
|
+
/**
|
|
234
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
235
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
236
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
237
|
+
* container.
|
|
238
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
239
|
+
* case insensitive.
|
|
240
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
241
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
242
|
+
* only.
|
|
243
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
244
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
245
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
246
|
+
* number.
|
|
247
|
+
* @param options The options parameters.
|
|
248
|
+
*/
|
|
249
|
+
beginObjectLevelWorm(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
250
|
+
/**
|
|
251
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
252
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
253
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
254
|
+
* container.
|
|
255
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
256
|
+
* case insensitive.
|
|
257
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
258
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
259
|
+
* only.
|
|
260
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
261
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
262
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
263
|
+
* number.
|
|
264
|
+
* @param options The options parameters.
|
|
265
|
+
*/
|
|
266
|
+
beginObjectLevelWormAndWait(resourceGroupName: string, accountName: string, containerName: string, options?: BlobContainersObjectLevelWormOptionalParams): Promise<void>;
|
|
267
|
+
/**
|
|
268
|
+
* ListNext
|
|
269
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
270
|
+
* case insensitive.
|
|
271
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
272
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
273
|
+
* only.
|
|
274
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
275
|
+
* @param options The options parameters.
|
|
276
|
+
*/
|
|
277
|
+
private _listNext;
|
|
626
278
|
}
|
|
627
279
|
//# sourceMappingURL=blobContainers.d.ts.map
|