@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
|
@@ -1,627 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
4
|
-
/** Class representing a BlobContainers. */
|
|
5
|
-
export declare class BlobContainers {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a BlobContainers.
|
|
9
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StorageManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Lists all containers and does not support a prefix like data plane. Also SRP today does not
|
|
14
|
-
* return continuation token.
|
|
15
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
16
|
-
* is case insensitive.
|
|
17
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
18
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
19
|
-
* letters only.
|
|
20
|
-
* @param [options] The optional parameters
|
|
21
|
-
* @returns Promise<Models.BlobContainersListResponse>
|
|
22
|
-
*/
|
|
23
|
-
list(resourceGroupName: string, accountName: string, options?: Models.BlobContainersListOptionalParams): Promise<Models.BlobContainersListResponse>;
|
|
24
|
-
/**
|
|
25
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
26
|
-
* is case insensitive.
|
|
27
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
28
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
29
|
-
* letters only.
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListContainerItems>): void;
|
|
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;
|
|
43
|
-
/**
|
|
44
|
-
* Creates a new container under the specified account as described by request body. The container
|
|
45
|
-
* resource includes metadata and properties for that container. It does not include a list of the
|
|
46
|
-
* blobs contained by the container.
|
|
47
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
48
|
-
* is case insensitive.
|
|
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.
|
|
64
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
65
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
66
|
-
* letters only.
|
|
67
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
68
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
69
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
70
|
-
* a letter or number.
|
|
71
|
-
* @param blobContainer Properties of the blob container to create.
|
|
72
|
-
* @param callback The callback
|
|
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
|
|
119
|
-
*/
|
|
120
|
-
update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, callback: msRest.ServiceCallback<Models.BlobContainer>): void;
|
|
121
|
-
/**
|
|
122
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
123
|
-
* is case insensitive.
|
|
124
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
125
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
126
|
-
* letters only.
|
|
127
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
128
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
129
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
130
|
-
* a letter or number.
|
|
131
|
-
* @param blobContainer Properties to update for the blob container.
|
|
132
|
-
* @param options The optional parameters
|
|
133
|
-
* @param callback The callback
|
|
134
|
-
*/
|
|
135
|
-
update(resourceGroupName: string, accountName: string, containerName: string, blobContainer: Models.BlobContainer, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobContainer>): void;
|
|
136
|
-
/**
|
|
137
|
-
* Gets properties of a specified container.
|
|
138
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
139
|
-
* is case insensitive.
|
|
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.
|
|
167
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
168
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
169
|
-
* letters only.
|
|
170
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
171
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
172
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
173
|
-
* a letter or number.
|
|
174
|
-
* @param options The optional parameters
|
|
175
|
-
* @param callback The callback
|
|
176
|
-
*/
|
|
177
|
-
get(resourceGroupName: string, accountName: string, containerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BlobContainer>): void;
|
|
178
|
-
/**
|
|
179
|
-
* Deletes specified container under its account.
|
|
180
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
181
|
-
* is case insensitive.
|
|
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.
|
|
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
|
|
259
|
-
* letters 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
|
|
262
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
263
|
-
* a letter or number.
|
|
264
|
-
* @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case
|
|
265
|
-
* at SRP.
|
|
266
|
-
* @param options The optional parameters
|
|
267
|
-
* @param callback The callback
|
|
268
|
-
*/
|
|
269
|
-
setLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.LegalHold>): void;
|
|
270
|
-
/**
|
|
271
|
-
* Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent
|
|
272
|
-
* operation. ClearLegalHold clears out only the specified tags in the request.
|
|
273
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
274
|
-
* is case insensitive.
|
|
275
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
276
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
277
|
-
* letters only.
|
|
278
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
279
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
280
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
281
|
-
* a letter or number.
|
|
282
|
-
* @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case
|
|
283
|
-
* at SRP.
|
|
284
|
-
* @param [options] The optional parameters
|
|
285
|
-
* @returns Promise<Models.BlobContainersClearLegalHoldResponse>
|
|
286
|
-
*/
|
|
287
|
-
clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersClearLegalHoldResponse>;
|
|
288
|
-
/**
|
|
289
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
290
|
-
* is case insensitive.
|
|
291
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
292
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
293
|
-
* letters only.
|
|
294
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
295
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
296
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
297
|
-
* a letter or number.
|
|
298
|
-
* @param tags Each tag should be 3 to 23 alphanumeric characters and is normalized to lower case
|
|
299
|
-
* at SRP.
|
|
300
|
-
* @param callback The callback
|
|
301
|
-
*/
|
|
302
|
-
clearLegalHold(resourceGroupName: string, accountName: string, containerName: string, tags: string[], callback: msRest.ServiceCallback<Models.LegalHold>): void;
|
|
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;
|
|
319
|
-
/**
|
|
320
|
-
* Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not
|
|
321
|
-
* required for this operation.
|
|
322
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
323
|
-
* is case insensitive.
|
|
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.
|
|
351
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
352
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
353
|
-
* letters only.
|
|
354
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
355
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
356
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
357
|
-
* a letter or number.
|
|
358
|
-
* @param options The optional parameters
|
|
359
|
-
* @param callback The callback
|
|
360
|
-
*/
|
|
361
|
-
createOrUpdateImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, options: Models.BlobContainersCreateOrUpdateImmutabilityPolicyOptionalParams, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
362
|
-
/**
|
|
363
|
-
* Gets the existing immutability policy along with the corresponding ETag in response headers and
|
|
364
|
-
* body.
|
|
365
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
366
|
-
* is case insensitive.
|
|
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.
|
|
381
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
382
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
383
|
-
* letters only.
|
|
384
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
385
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
386
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
387
|
-
* a letter or number.
|
|
388
|
-
* @param callback The callback
|
|
389
|
-
*/
|
|
390
|
-
getImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
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;
|
|
405
|
-
/**
|
|
406
|
-
* Aborts an unlocked immutability policy. The response of delete has
|
|
407
|
-
* 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
|
-
* after deleting all expired blobs inside the policy locked container.
|
|
410
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
411
|
-
* is case insensitive.
|
|
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.
|
|
429
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
430
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
431
|
-
* letters only.
|
|
432
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
433
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
434
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
435
|
-
* a letter or number.
|
|
436
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
437
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
438
|
-
* omitted, this operation will always be applied.
|
|
439
|
-
* @param callback The callback
|
|
440
|
-
*/
|
|
441
|
-
deleteImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
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;
|
|
459
|
-
/**
|
|
460
|
-
* Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is
|
|
461
|
-
* 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
|
-
* is case insensitive.
|
|
464
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
465
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
466
|
-
* letters only.
|
|
467
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
468
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
469
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
470
|
-
* a letter or number.
|
|
471
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
472
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
473
|
-
* omitted, this operation will always be applied.
|
|
474
|
-
* @param [options] The optional parameters
|
|
475
|
-
* @returns Promise<Models.BlobContainersLockImmutabilityPolicyResponse>
|
|
476
|
-
*/
|
|
477
|
-
lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: msRest.RequestOptionsBase): Promise<Models.BlobContainersLockImmutabilityPolicyResponse>;
|
|
478
|
-
/**
|
|
479
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
480
|
-
* is case insensitive.
|
|
481
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
482
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
483
|
-
* letters only.
|
|
484
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
485
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
486
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
487
|
-
* a letter or number.
|
|
488
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
489
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
490
|
-
* omitted, this operation will always be applied.
|
|
491
|
-
* @param callback The callback
|
|
492
|
-
*/
|
|
493
|
-
lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
494
|
-
/**
|
|
495
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
496
|
-
* is case insensitive.
|
|
497
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
498
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
499
|
-
* letters only.
|
|
500
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
501
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
502
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
503
|
-
* a letter or number.
|
|
504
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
505
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
506
|
-
* omitted, this operation will always be applied.
|
|
507
|
-
* @param options The optional parameters
|
|
508
|
-
* @param callback The callback
|
|
509
|
-
*/
|
|
510
|
-
lockImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
511
|
-
/**
|
|
512
|
-
* Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only
|
|
513
|
-
* action allowed on a Locked policy will be this action. ETag in If-Match is required for this
|
|
514
|
-
* operation.
|
|
515
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
516
|
-
* is case insensitive.
|
|
517
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
518
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
519
|
-
* letters only.
|
|
520
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
521
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
522
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
523
|
-
* a letter or number.
|
|
524
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
525
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
526
|
-
* omitted, this operation will always be applied.
|
|
527
|
-
* @param [options] The optional parameters
|
|
528
|
-
* @returns Promise<Models.BlobContainersExtendImmutabilityPolicyResponse>
|
|
529
|
-
*/
|
|
530
|
-
extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, options?: Models.BlobContainersExtendImmutabilityPolicyOptionalParams): Promise<Models.BlobContainersExtendImmutabilityPolicyResponse>;
|
|
531
|
-
/**
|
|
532
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
533
|
-
* is case insensitive.
|
|
534
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
535
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
536
|
-
* letters only.
|
|
537
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
538
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
539
|
-
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by
|
|
540
|
-
* a letter or number.
|
|
541
|
-
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of
|
|
542
|
-
* "*" can be used to apply the operation only if the immutability policy already exists. If
|
|
543
|
-
* omitted, this operation will always be applied.
|
|
544
|
-
* @param callback The callback
|
|
545
|
-
*/
|
|
546
|
-
extendImmutabilityPolicy(resourceGroupName: string, accountName: string, containerName: string, ifMatch: string, callback: msRest.ServiceCallback<Models.ImmutabilityPolicy>): void;
|
|
547
|
-
/**
|
|
548
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
549
|
-
* is case insensitive.
|
|
550
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
551
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
552
|
-
* letters only.
|
|
553
|
-
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
554
|
-
* container names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
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;
|
|
626
|
-
}
|
|
627
|
-
//# sourceMappingURL=blobContainers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"blobContainers.d.ts","sourceRoot":"","sources":["../../src/operations/blobContainers.ts"],"names":[],"mappings":"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"}
|