@azure/arm-storage 16.1.2 → 17.0.0-alpha.20211206.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -80
- package/dist/index.js +10847 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/operationsMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3500 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +351 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +150 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2840 -2487
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +61 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/parameters.js +273 -155
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/blobContainers.d.ts +278 -0
- package/dist-esm/src/operations/blobContainers.d.ts.map +1 -0
- package/dist-esm/src/operations/blobContainers.js +721 -0
- package/dist-esm/src/operations/blobContainers.js.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
- package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
- package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operations/blobServices.d.ts +60 -0
- package/dist-esm/src/operations/blobServices.d.ts.map +1 -0
- package/dist-esm/src/operations/blobServices.js +170 -0
- package/dist-esm/src/operations/blobServices.js.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts +39 -0
- package/dist-esm/src/operations/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/deletedAccounts.js +154 -0
- package/dist-esm/src/operations/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
- package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operations/encryptionScopes.js +278 -0
- package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operations/fileServices.d.ts +47 -0
- package/dist-esm/src/operations/fileServices.d.ts.map +1 -0
- package/dist-esm/src/operations/fileServices.js +130 -0
- package/dist-esm/src/operations/fileServices.js.map +1 -0
- package/dist-esm/src/operations/fileShares.d.ts +132 -0
- package/dist-esm/src/operations/fileShares.d.ts.map +1 -0
- package/dist-esm/src/operations/fileShares.js +398 -0
- package/dist-esm/src/operations/fileShares.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
- package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/managementPolicies.js +126 -0
- package/dist-esm/src/operations/managementPolicies.js.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +80 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +228 -0
- package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +87 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +53 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/queue.d.ts +101 -0
- package/dist-esm/src/operations/queue.d.ts.map +1 -0
- package/dist-esm/src/operations/queue.js +306 -0
- package/dist-esm/src/operations/queue.js.map +1 -0
- package/dist-esm/src/operations/queueServices.d.ts +47 -0
- package/dist-esm/src/operations/queueServices.d.ts.map +1 -0
- package/dist-esm/src/operations/queueServices.js +130 -0
- package/dist-esm/src/operations/queueServices.js.map +1 -0
- package/dist-esm/src/operations/skus.d.ts +26 -0
- package/dist-esm/src/operations/skus.d.ts.map +1 -0
- package/dist-esm/src/operations/skus.js +87 -0
- package/dist-esm/src/operations/skus.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +284 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +920 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operations/tableOperations.d.ts +99 -0
- package/dist-esm/src/operations/tableOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/tableOperations.js +292 -0
- package/dist-esm/src/operations/tableOperations.js.map +1 -0
- package/dist-esm/src/operations/tableServices.d.ts +47 -0
- package/dist-esm/src/operations/tableServices.d.ts.map +1 -0
- package/dist-esm/src/operations/tableServices.js +130 -0
- package/dist-esm/src/operations/tableServices.js.map +1 -0
- package/dist-esm/src/operations/usages.d.ts +28 -0
- package/dist-esm/src/operations/usages.d.ts.map +1 -0
- package/dist-esm/src/operations/usages.js +93 -0
- package/dist-esm/src/operations/usages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts +246 -0
- package/dist-esm/src/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/{src/models/usagesMappers.ts → dist-esm/src/operationsInterfaces/blobContainers.js} +2 -7
- package/dist-esm/src/operationsInterfaces/blobContainers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/{esm/models/usagesMappers.js → dist-esm/src/operationsInterfaces/blobInventoryPolicies.js} +2 -2
- package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/{src/models/skusMappers.ts → dist-esm/src/operationsInterfaces/blobServices.js} +2 -8
- package/dist-esm/src/operationsInterfaces/blobServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
- package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts +101 -0
- package/dist-esm/src/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/fileShares.js +9 -0
- package/dist-esm/src/operationsInterfaces/fileShares.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +20 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +27 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +60 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queue.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/queue.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queue.js +9 -0
- package/dist-esm/src/operationsInterfaces/queue.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/queueServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/queueServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/skus.js} +2 -1
- package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +244 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/tableOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tableServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/tableServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usages.js +9 -0
- package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
- package/dist-esm/src/storageManagementClient.d.ts +36 -0
- package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
- package/dist-esm/src/storageManagementClient.js +69 -0
- package/dist-esm/src/storageManagementClient.js.map +1 -0
- package/dist-esm/test/storage_examples.d.ts +4 -0
- package/dist-esm/test/storage_examples.d.ts.map +1 -0
- package/dist-esm/test/storage_examples.js +196 -0
- package/dist-esm/test/storage_examples.js.map +1 -0
- package/package.json +64 -21
- package/review/arm-storage.api.md +2730 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -9
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2869 -4433
- package/src/models/mappers.ts +2917 -2532
- package/src/models/parameters.ts +361 -156
- package/src/operations/blobContainers.ts +724 -1041
- package/src/operations/blobInventoryPolicies.ts +185 -215
- package/src/operations/blobServices.ts +153 -181
- package/src/operations/deletedAccounts.ts +114 -116
- package/src/operations/encryptionScopes.ts +236 -295
- package/src/operations/fileServices.ts +103 -175
- package/src/operations/fileShares.ts +338 -564
- package/src/operations/index.ts +1 -2
- package/src/operations/managementPolicies.ts +106 -179
- package/src/operations/objectReplicationPoliciesOperations.ts +190 -231
- package/src/operations/operations.ts +64 -42
- package/src/operations/privateEndpointConnections.ts +180 -218
- package/src/operations/privateLinkResources.ts +41 -64
- package/src/operations/queue.ts +272 -369
- package/src/operations/queueServices.ts +107 -177
- package/src/operations/skus.ts +62 -45
- package/src/operations/storageAccounts.ts +978 -831
- package/src/operations/tableOperations.ts +258 -332
- package/src/operations/tableServices.ts +107 -177
- package/src/operations/usages.ts +76 -49
- package/src/operationsInterfaces/blobContainers.ts +365 -0
- package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
- package/src/operationsInterfaces/blobServices.ts +69 -0
- package/src/operationsInterfaces/deletedAccounts.ts +38 -0
- package/src/operationsInterfaces/encryptionScopes.ts +102 -0
- package/src/operationsInterfaces/fileServices.ts +68 -0
- package/src/operationsInterfaces/fileShares.ts +162 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +97 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/queue.ts +116 -0
- package/src/operationsInterfaces/queueServices.ts +68 -0
- package/src/operationsInterfaces/skus.ts +22 -0
- package/src/operationsInterfaces/storageAccounts.ts +387 -0
- package/src/operationsInterfaces/tableOperations.ts +111 -0
- package/src/operationsInterfaces/tableServices.ts +68 -0
- package/src/operationsInterfaces/usages.ts +24 -0
- package/src/storageManagementClient.ts +138 -68
- package/tsconfig.json +3 -3
- package/types/arm-storage.d.ts +5155 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-storage.js +0 -10687
- package/dist/arm-storage.js.map +0 -1
- package/dist/arm-storage.min.js +0 -1
- package/dist/arm-storage.min.js.map +0 -1
- package/esm/models/blobContainersMappers.d.ts +0 -2
- package/esm/models/blobContainersMappers.d.ts.map +0 -1
- package/esm/models/blobContainersMappers.js +0 -9
- package/esm/models/blobContainersMappers.js.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
- package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.js +0 -9
- package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
- package/esm/models/blobServicesMappers.d.ts +0 -2
- package/esm/models/blobServicesMappers.d.ts.map +0 -1
- package/esm/models/blobServicesMappers.js +0 -9
- package/esm/models/blobServicesMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/encryptionScopesMappers.d.ts +0 -2
- package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
- package/esm/models/encryptionScopesMappers.js +0 -9
- package/esm/models/encryptionScopesMappers.js.map +0 -1
- package/esm/models/fileServicesMappers.d.ts +0 -2
- package/esm/models/fileServicesMappers.d.ts.map +0 -1
- package/esm/models/fileServicesMappers.js +0 -9
- package/esm/models/fileServicesMappers.js.map +0 -1
- package/esm/models/fileSharesMappers.d.ts +0 -2
- package/esm/models/fileSharesMappers.d.ts.map +0 -1
- package/esm/models/fileSharesMappers.js +0 -9
- package/esm/models/fileSharesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -5116
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/managementPoliciesMappers.d.ts +0 -2
- package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
- package/esm/models/managementPoliciesMappers.js +0 -9
- package/esm/models/managementPoliciesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -139
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
- package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -34
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queueMappers.d.ts +0 -2
- package/esm/models/queueMappers.d.ts.map +0 -1
- package/esm/models/queueMappers.js +0 -9
- package/esm/models/queueMappers.js.map +0 -1
- package/esm/models/queueServicesMappers.d.ts +0 -2
- package/esm/models/queueServicesMappers.d.ts.map +0 -1
- package/esm/models/queueServicesMappers.js +0 -9
- package/esm/models/queueServicesMappers.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js +0 -9
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/tableOperationsMappers.d.ts +0 -2
- package/esm/models/tableOperationsMappers.d.ts.map +0 -1
- package/esm/models/tableOperationsMappers.js +0 -9
- package/esm/models/tableOperationsMappers.js.map +0 -1
- package/esm/models/tableServicesMappers.d.ts +0 -2
- package/esm/models/tableServicesMappers.d.ts.map +0 -1
- package/esm/models/tableServicesMappers.js +0 -9
- package/esm/models/tableServicesMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js.map +0 -1
- package/esm/operations/blobContainers.d.ts +0 -627
- package/esm/operations/blobContainers.d.ts.map +0 -1
- package/esm/operations/blobContainers.js +0 -569
- package/esm/operations/blobContainers.js.map +0 -1
- package/esm/operations/blobInventoryPolicies.d.ts +0 -136
- package/esm/operations/blobInventoryPolicies.d.ts.map +0 -1
- package/esm/operations/blobInventoryPolicies.js +0 -164
- package/esm/operations/blobInventoryPolicies.js.map +0 -1
- package/esm/operations/blobServices.d.ts +0 -111
- package/esm/operations/blobServices.d.ts.map +0 -1
- package/esm/operations/blobServices.js +0 -127
- package/esm/operations/blobServices.js.map +0 -1
- package/esm/operations/deletedAccounts.d.ts +0 -67
- package/esm/operations/deletedAccounts.d.ts.map +0 -1
- package/esm/operations/deletedAccounts.js +0 -113
- package/esm/operations/deletedAccounts.js.map +0 -1
- package/esm/operations/encryptionScopes.d.ts +0 -196
- package/esm/operations/encryptionScopes.d.ts.map +0 -1
- package/esm/operations/encryptionScopes.js +0 -199
- package/esm/operations/encryptionScopes.js.map +0 -1
- package/esm/operations/fileServices.d.ts +0 -111
- package/esm/operations/fileServices.d.ts.map +0 -1
- package/esm/operations/fileServices.js +0 -127
- package/esm/operations/fileServices.js.map +0 -1
- package/esm/operations/fileShares.d.ts +0 -289
- package/esm/operations/fileShares.d.ts.map +0 -1
- package/esm/operations/fileShares.js +0 -247
- package/esm/operations/fileShares.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managementPolicies.d.ts +0 -109
- package/esm/operations/managementPolicies.d.ts.map +0 -1
- package/esm/operations/managementPolicies.js +0 -129
- package/esm/operations/managementPolicies.js.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +0 -161
- package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -154
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -161
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -43
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/queue.d.ts +0 -229
- package/esm/operations/queue.d.ts.map +0 -1
- package/esm/operations/queue.js +0 -239
- package/esm/operations/queue.js.map +0 -1
- package/esm/operations/queueServices.d.ts +0 -105
- package/esm/operations/queueServices.d.ts.map +0 -1
- package/esm/operations/queueServices.js +0 -131
- package/esm/operations/queueServices.js.map +0 -1
- package/esm/operations/skus.d.ts +0 -28
- package/esm/operations/skus.d.ts.map +0 -1
- package/esm/operations/skus.js +0 -53
- package/esm/operations/skus.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -455
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -642
- package/esm/operations/storageAccounts.js.map +0 -1
- package/esm/operations/tableOperations.d.ts +0 -217
- package/esm/operations/tableOperations.d.ts.map +0 -1
- package/esm/operations/tableOperations.js +0 -216
- package/esm/operations/tableOperations.js.map +0 -1
- package/esm/operations/tableServices.d.ts +0 -105
- package/esm/operations/tableServices.d.ts.map +0 -1
- package/esm/operations/tableServices.js +0 -131
- package/esm/operations/tableServices.js.map +0 -1
- package/esm/operations/usages.d.ts +0 -32
- package/esm/operations/usages.d.ts.map +0 -1
- package/esm/operations/usages.js +0 -55
- package/esm/operations/usages.js.map +0 -1
- package/esm/storageManagementClient.d.ts +0 -42
- package/esm/storageManagementClient.d.ts.map +0 -1
- package/esm/storageManagementClient.js +0 -55
- package/esm/storageManagementClient.js.map +0 -1
- package/esm/storageManagementClientContext.d.ts +0 -22
- package/esm/storageManagementClientContext.d.ts.map +0 -1
- package/esm/storageManagementClientContext.js +0 -61
- package/esm/storageManagementClientContext.js.map +0 -1
- package/src/models/blobContainersMappers.ts +0 -106
- package/src/models/blobInventoryPoliciesMappers.ts +0 -99
- package/src/models/blobServicesMappers.ts +0 -98
- package/src/models/deletedAccountsMappers.ts +0 -99
- package/src/models/encryptionScopesMappers.ts +0 -100
- package/src/models/fileServicesMappers.ts +0 -98
- package/src/models/fileSharesMappers.ts +0 -99
- package/src/models/managementPoliciesMappers.ts +0 -97
- package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
- package/src/models/privateEndpointConnectionsMappers.ts +0 -100
- package/src/models/privateLinkResourcesMappers.ts +0 -98
- package/src/models/queueMappers.ts +0 -98
- package/src/models/queueServicesMappers.ts +0 -98
- package/src/models/storageAccountsMappers.ts +0 -109
- package/src/models/tableOperationsMappers.ts +0 -98
- package/src/models/tableServicesMappers.ts +0 -98
- package/src/storageManagementClientContext.ts +0 -74
|
@@ -0,0 +1,721 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
import { LroEngine } from "@azure/core-lro";
|
|
13
|
+
import { LroImpl } from "../lroImpl";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing BlobContainers operations. */
|
|
16
|
+
export class BlobContainersImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class BlobContainers class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return
|
|
26
|
+
* continuation token.
|
|
27
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
28
|
+
* case insensitive.
|
|
29
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
30
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
31
|
+
* only.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
list(resourceGroupName, accountName, options) {
|
|
35
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
36
|
+
return {
|
|
37
|
+
next() {
|
|
38
|
+
return iter.next();
|
|
39
|
+
},
|
|
40
|
+
[Symbol.asyncIterator]() {
|
|
41
|
+
return this;
|
|
42
|
+
},
|
|
43
|
+
byPage: () => {
|
|
44
|
+
return this.listPagingPage(resourceGroupName, accountName, options);
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
listPagingPage(resourceGroupName, accountName, options) {
|
|
49
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
50
|
+
let result = yield __await(this._list(resourceGroupName, accountName, options));
|
|
51
|
+
yield yield __await(result.value || []);
|
|
52
|
+
let continuationToken = result.nextLink;
|
|
53
|
+
while (continuationToken) {
|
|
54
|
+
result = yield __await(this._listNext(resourceGroupName, accountName, continuationToken, options));
|
|
55
|
+
continuationToken = result.nextLink;
|
|
56
|
+
yield yield __await(result.value || []);
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
listPagingAll(resourceGroupName, accountName, options) {
|
|
61
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
62
|
+
var e_1, _a;
|
|
63
|
+
try {
|
|
64
|
+
for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
65
|
+
const page = _c.value;
|
|
66
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
70
|
+
finally {
|
|
71
|
+
try {
|
|
72
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
73
|
+
}
|
|
74
|
+
finally { if (e_1) throw e_1.error; }
|
|
75
|
+
}
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Lists all containers and does not support a prefix like data plane. Also SRP today does not return
|
|
80
|
+
* continuation token.
|
|
81
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
82
|
+
* case insensitive.
|
|
83
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
84
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
85
|
+
* only.
|
|
86
|
+
* @param options The options parameters.
|
|
87
|
+
*/
|
|
88
|
+
_list(resourceGroupName, accountName, options) {
|
|
89
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Creates a new container under the specified account as described by request body. The container
|
|
93
|
+
* resource includes metadata and properties for that container. It does not include a list of the
|
|
94
|
+
* blobs contained by the container.
|
|
95
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
96
|
+
* case insensitive.
|
|
97
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
98
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
99
|
+
* only.
|
|
100
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
101
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
102
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
103
|
+
* number.
|
|
104
|
+
* @param blobContainer Properties of the blob container to create.
|
|
105
|
+
* @param options The options parameters.
|
|
106
|
+
*/
|
|
107
|
+
create(resourceGroupName, accountName, containerName, blobContainer, options) {
|
|
108
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, blobContainer, options }, createOperationSpec);
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Updates container properties as specified in request body. Properties not mentioned in the request
|
|
112
|
+
* will be unchanged. Update fails if the specified container doesn't already exist.
|
|
113
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
114
|
+
* case insensitive.
|
|
115
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
116
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
117
|
+
* only.
|
|
118
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
119
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
120
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
121
|
+
* number.
|
|
122
|
+
* @param blobContainer Properties to update for the blob container.
|
|
123
|
+
* @param options The options parameters.
|
|
124
|
+
*/
|
|
125
|
+
update(resourceGroupName, accountName, containerName, blobContainer, options) {
|
|
126
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, blobContainer, options }, updateOperationSpec);
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* Gets properties of a specified container.
|
|
130
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
131
|
+
* case insensitive.
|
|
132
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
133
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
134
|
+
* only.
|
|
135
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
136
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
137
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
138
|
+
* number.
|
|
139
|
+
* @param options The options parameters.
|
|
140
|
+
*/
|
|
141
|
+
get(resourceGroupName, accountName, containerName, options) {
|
|
142
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, getOperationSpec);
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* Deletes specified container under its account.
|
|
146
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
147
|
+
* case insensitive.
|
|
148
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
149
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
150
|
+
* only.
|
|
151
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
152
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
153
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
154
|
+
* number.
|
|
155
|
+
* @param options The options parameters.
|
|
156
|
+
*/
|
|
157
|
+
delete(resourceGroupName, accountName, containerName, options) {
|
|
158
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, deleteOperationSpec);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows
|
|
162
|
+
* an append pattern and does not clear out the existing tags that are not specified in the request.
|
|
163
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
164
|
+
* case insensitive.
|
|
165
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
166
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
167
|
+
* only.
|
|
168
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
169
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
170
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
171
|
+
* number.
|
|
172
|
+
* @param legalHold The LegalHold property that will be set to a blob container.
|
|
173
|
+
* @param options The options parameters.
|
|
174
|
+
*/
|
|
175
|
+
setLegalHold(resourceGroupName, accountName, containerName, legalHold, options) {
|
|
176
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, legalHold, options }, setLegalHoldOperationSpec);
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation.
|
|
180
|
+
* ClearLegalHold clears out only the specified tags in the request.
|
|
181
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
182
|
+
* case insensitive.
|
|
183
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
184
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
185
|
+
* only.
|
|
186
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
187
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
188
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
189
|
+
* number.
|
|
190
|
+
* @param legalHold The LegalHold property that will be clear from a blob container.
|
|
191
|
+
* @param options The options parameters.
|
|
192
|
+
*/
|
|
193
|
+
clearLegalHold(resourceGroupName, accountName, containerName, legalHold, options) {
|
|
194
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, legalHold, options }, clearLegalHoldOperationSpec);
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not
|
|
198
|
+
* required for this operation.
|
|
199
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
200
|
+
* case insensitive.
|
|
201
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
202
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
203
|
+
* only.
|
|
204
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
205
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
206
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
207
|
+
* number.
|
|
208
|
+
* @param options The options parameters.
|
|
209
|
+
*/
|
|
210
|
+
createOrUpdateImmutabilityPolicy(resourceGroupName, accountName, containerName, options) {
|
|
211
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, createOrUpdateImmutabilityPolicyOperationSpec);
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Gets the existing immutability policy along with the corresponding ETag in response headers and
|
|
215
|
+
* body.
|
|
216
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
217
|
+
* case insensitive.
|
|
218
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
219
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
220
|
+
* only.
|
|
221
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
222
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
223
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
224
|
+
* number.
|
|
225
|
+
* @param options The options parameters.
|
|
226
|
+
*/
|
|
227
|
+
getImmutabilityPolicy(resourceGroupName, accountName, containerName, options) {
|
|
228
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, getImmutabilityPolicyOperationSpec);
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Aborts an unlocked immutability policy. The response of delete has
|
|
232
|
+
* immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation.
|
|
233
|
+
* Deleting a locked immutability policy is not allowed, the only way is to delete the container after
|
|
234
|
+
* deleting all expired blobs inside the policy locked container.
|
|
235
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
236
|
+
* case insensitive.
|
|
237
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
238
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
239
|
+
* only.
|
|
240
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
241
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
242
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
243
|
+
* number.
|
|
244
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
245
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
246
|
+
* operation will always be applied.
|
|
247
|
+
* @param options The options parameters.
|
|
248
|
+
*/
|
|
249
|
+
deleteImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
250
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, ifMatch, options }, deleteImmutabilityPolicyOperationSpec);
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is
|
|
254
|
+
* ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.
|
|
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 ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
265
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
266
|
+
* operation will always be applied.
|
|
267
|
+
* @param options The options parameters.
|
|
268
|
+
*/
|
|
269
|
+
lockImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
270
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, ifMatch, options }, lockImmutabilityPolicyOperationSpec);
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action
|
|
274
|
+
* allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.
|
|
275
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
276
|
+
* case insensitive.
|
|
277
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
278
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
279
|
+
* only.
|
|
280
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
281
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
282
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
283
|
+
* number.
|
|
284
|
+
* @param ifMatch The entity state (ETag) version of the immutability policy to update. A value of "*"
|
|
285
|
+
* can be used to apply the operation only if the immutability policy already exists. If omitted, this
|
|
286
|
+
* operation will always be applied.
|
|
287
|
+
* @param options The options parameters.
|
|
288
|
+
*/
|
|
289
|
+
extendImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, options) {
|
|
290
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, ifMatch, options }, extendImmutabilityPolicyOperationSpec);
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* The Lease Container operation establishes and manages a lock on a container for delete operations.
|
|
294
|
+
* The lock duration can be 15 to 60 seconds, or can be infinite.
|
|
295
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
296
|
+
* case insensitive.
|
|
297
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
298
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
299
|
+
* only.
|
|
300
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
301
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
302
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
303
|
+
* number.
|
|
304
|
+
* @param options The options parameters.
|
|
305
|
+
*/
|
|
306
|
+
lease(resourceGroupName, accountName, containerName, options) {
|
|
307
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, containerName, options }, leaseOperationSpec);
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
311
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
312
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
313
|
+
* container.
|
|
314
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
315
|
+
* case insensitive.
|
|
316
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
317
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
318
|
+
* only.
|
|
319
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
320
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
321
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
322
|
+
* number.
|
|
323
|
+
* @param options The options parameters.
|
|
324
|
+
*/
|
|
325
|
+
beginObjectLevelWorm(resourceGroupName, accountName, containerName, options) {
|
|
326
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
327
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
328
|
+
return this.client.sendOperationRequest(args, spec);
|
|
329
|
+
});
|
|
330
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
331
|
+
var _a;
|
|
332
|
+
let currentRawResponse = undefined;
|
|
333
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
334
|
+
const callback = (rawResponse, flatResponse) => {
|
|
335
|
+
currentRawResponse = rawResponse;
|
|
336
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
337
|
+
};
|
|
338
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
339
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
340
|
+
return {
|
|
341
|
+
flatResponse,
|
|
342
|
+
rawResponse: {
|
|
343
|
+
statusCode: currentRawResponse.status,
|
|
344
|
+
body: currentRawResponse.parsedBody,
|
|
345
|
+
headers: currentRawResponse.headers.toJSON()
|
|
346
|
+
}
|
|
347
|
+
};
|
|
348
|
+
});
|
|
349
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, accountName, containerName, options }, objectLevelWormOperationSpec);
|
|
350
|
+
return new LroEngine(lro, {
|
|
351
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
352
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
353
|
+
lroResourceLocationConfig: "location"
|
|
354
|
+
});
|
|
355
|
+
});
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* This operation migrates a blob container from container level WORM to object level immutability
|
|
359
|
+
* enabled container. Prerequisites require a container level immutability policy either in locked or
|
|
360
|
+
* unlocked state, Account level versioning must be enabled and there should be no Legal hold on the
|
|
361
|
+
* container.
|
|
362
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
363
|
+
* case insensitive.
|
|
364
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
365
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
366
|
+
* only.
|
|
367
|
+
* @param containerName The name of the blob container within the specified storage account. Blob
|
|
368
|
+
* container names must be between 3 and 63 characters in length and use numbers, lower-case letters
|
|
369
|
+
* and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or
|
|
370
|
+
* number.
|
|
371
|
+
* @param options The options parameters.
|
|
372
|
+
*/
|
|
373
|
+
beginObjectLevelWormAndWait(resourceGroupName, accountName, containerName, options) {
|
|
374
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
375
|
+
const poller = yield this.beginObjectLevelWorm(resourceGroupName, accountName, containerName, options);
|
|
376
|
+
return poller.pollUntilDone();
|
|
377
|
+
});
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* ListNext
|
|
381
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
382
|
+
* case insensitive.
|
|
383
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
384
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
385
|
+
* only.
|
|
386
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
387
|
+
* @param options The options parameters.
|
|
388
|
+
*/
|
|
389
|
+
_listNext(resourceGroupName, accountName, nextLink, options) {
|
|
390
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
// Operation Specifications
|
|
394
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
395
|
+
const listOperationSpec = {
|
|
396
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers",
|
|
397
|
+
httpMethod: "GET",
|
|
398
|
+
responses: {
|
|
399
|
+
200: {
|
|
400
|
+
bodyMapper: Mappers.ListContainerItems
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
queryParameters: [
|
|
404
|
+
Parameters.apiVersion,
|
|
405
|
+
Parameters.maxpagesize,
|
|
406
|
+
Parameters.filter,
|
|
407
|
+
Parameters.include
|
|
408
|
+
],
|
|
409
|
+
urlParameters: [
|
|
410
|
+
Parameters.$host,
|
|
411
|
+
Parameters.subscriptionId,
|
|
412
|
+
Parameters.resourceGroupName,
|
|
413
|
+
Parameters.accountName1
|
|
414
|
+
],
|
|
415
|
+
headerParameters: [Parameters.accept],
|
|
416
|
+
serializer
|
|
417
|
+
};
|
|
418
|
+
const createOperationSpec = {
|
|
419
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
420
|
+
httpMethod: "PUT",
|
|
421
|
+
responses: {
|
|
422
|
+
200: {
|
|
423
|
+
bodyMapper: Mappers.BlobContainer
|
|
424
|
+
},
|
|
425
|
+
201: {
|
|
426
|
+
bodyMapper: Mappers.BlobContainer
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
requestBody: Parameters.blobContainer,
|
|
430
|
+
queryParameters: [Parameters.apiVersion],
|
|
431
|
+
urlParameters: [
|
|
432
|
+
Parameters.$host,
|
|
433
|
+
Parameters.subscriptionId,
|
|
434
|
+
Parameters.resourceGroupName,
|
|
435
|
+
Parameters.accountName1,
|
|
436
|
+
Parameters.containerName
|
|
437
|
+
],
|
|
438
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
439
|
+
mediaType: "json",
|
|
440
|
+
serializer
|
|
441
|
+
};
|
|
442
|
+
const updateOperationSpec = {
|
|
443
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
444
|
+
httpMethod: "PATCH",
|
|
445
|
+
responses: {
|
|
446
|
+
200: {
|
|
447
|
+
bodyMapper: Mappers.BlobContainer
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
requestBody: Parameters.blobContainer,
|
|
451
|
+
queryParameters: [Parameters.apiVersion],
|
|
452
|
+
urlParameters: [
|
|
453
|
+
Parameters.$host,
|
|
454
|
+
Parameters.subscriptionId,
|
|
455
|
+
Parameters.resourceGroupName,
|
|
456
|
+
Parameters.accountName1,
|
|
457
|
+
Parameters.containerName
|
|
458
|
+
],
|
|
459
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
460
|
+
mediaType: "json",
|
|
461
|
+
serializer
|
|
462
|
+
};
|
|
463
|
+
const getOperationSpec = {
|
|
464
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
465
|
+
httpMethod: "GET",
|
|
466
|
+
responses: {
|
|
467
|
+
200: {
|
|
468
|
+
bodyMapper: Mappers.BlobContainer
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
queryParameters: [Parameters.apiVersion],
|
|
472
|
+
urlParameters: [
|
|
473
|
+
Parameters.$host,
|
|
474
|
+
Parameters.subscriptionId,
|
|
475
|
+
Parameters.resourceGroupName,
|
|
476
|
+
Parameters.accountName1,
|
|
477
|
+
Parameters.containerName
|
|
478
|
+
],
|
|
479
|
+
headerParameters: [Parameters.accept],
|
|
480
|
+
serializer
|
|
481
|
+
};
|
|
482
|
+
const deleteOperationSpec = {
|
|
483
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}",
|
|
484
|
+
httpMethod: "DELETE",
|
|
485
|
+
responses: { 200: {}, 204: {} },
|
|
486
|
+
queryParameters: [Parameters.apiVersion],
|
|
487
|
+
urlParameters: [
|
|
488
|
+
Parameters.$host,
|
|
489
|
+
Parameters.subscriptionId,
|
|
490
|
+
Parameters.resourceGroupName,
|
|
491
|
+
Parameters.accountName1,
|
|
492
|
+
Parameters.containerName
|
|
493
|
+
],
|
|
494
|
+
serializer
|
|
495
|
+
};
|
|
496
|
+
const setLegalHoldOperationSpec = {
|
|
497
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/setLegalHold",
|
|
498
|
+
httpMethod: "POST",
|
|
499
|
+
responses: {
|
|
500
|
+
200: {
|
|
501
|
+
bodyMapper: Mappers.LegalHold
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
requestBody: Parameters.legalHold,
|
|
505
|
+
queryParameters: [Parameters.apiVersion],
|
|
506
|
+
urlParameters: [
|
|
507
|
+
Parameters.$host,
|
|
508
|
+
Parameters.subscriptionId,
|
|
509
|
+
Parameters.resourceGroupName,
|
|
510
|
+
Parameters.accountName1,
|
|
511
|
+
Parameters.containerName
|
|
512
|
+
],
|
|
513
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
514
|
+
mediaType: "json",
|
|
515
|
+
serializer
|
|
516
|
+
};
|
|
517
|
+
const clearLegalHoldOperationSpec = {
|
|
518
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/clearLegalHold",
|
|
519
|
+
httpMethod: "POST",
|
|
520
|
+
responses: {
|
|
521
|
+
200: {
|
|
522
|
+
bodyMapper: Mappers.LegalHold
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
requestBody: Parameters.legalHold,
|
|
526
|
+
queryParameters: [Parameters.apiVersion],
|
|
527
|
+
urlParameters: [
|
|
528
|
+
Parameters.$host,
|
|
529
|
+
Parameters.subscriptionId,
|
|
530
|
+
Parameters.resourceGroupName,
|
|
531
|
+
Parameters.accountName1,
|
|
532
|
+
Parameters.containerName
|
|
533
|
+
],
|
|
534
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
535
|
+
mediaType: "json",
|
|
536
|
+
serializer
|
|
537
|
+
};
|
|
538
|
+
const createOrUpdateImmutabilityPolicyOperationSpec = {
|
|
539
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}",
|
|
540
|
+
httpMethod: "PUT",
|
|
541
|
+
responses: {
|
|
542
|
+
200: {
|
|
543
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
544
|
+
headersMapper: Mappers.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
requestBody: Parameters.parameters6,
|
|
548
|
+
queryParameters: [Parameters.apiVersion],
|
|
549
|
+
urlParameters: [
|
|
550
|
+
Parameters.$host,
|
|
551
|
+
Parameters.subscriptionId,
|
|
552
|
+
Parameters.resourceGroupName,
|
|
553
|
+
Parameters.accountName1,
|
|
554
|
+
Parameters.containerName,
|
|
555
|
+
Parameters.immutabilityPolicyName
|
|
556
|
+
],
|
|
557
|
+
headerParameters: [
|
|
558
|
+
Parameters.accept,
|
|
559
|
+
Parameters.contentType,
|
|
560
|
+
Parameters.ifMatch
|
|
561
|
+
],
|
|
562
|
+
mediaType: "json",
|
|
563
|
+
serializer
|
|
564
|
+
};
|
|
565
|
+
const getImmutabilityPolicyOperationSpec = {
|
|
566
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}",
|
|
567
|
+
httpMethod: "GET",
|
|
568
|
+
responses: {
|
|
569
|
+
200: {
|
|
570
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
571
|
+
headersMapper: Mappers.BlobContainersGetImmutabilityPolicyHeaders
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
queryParameters: [Parameters.apiVersion],
|
|
575
|
+
urlParameters: [
|
|
576
|
+
Parameters.$host,
|
|
577
|
+
Parameters.subscriptionId,
|
|
578
|
+
Parameters.resourceGroupName,
|
|
579
|
+
Parameters.accountName1,
|
|
580
|
+
Parameters.containerName,
|
|
581
|
+
Parameters.immutabilityPolicyName
|
|
582
|
+
],
|
|
583
|
+
headerParameters: [Parameters.accept, Parameters.ifMatch],
|
|
584
|
+
serializer
|
|
585
|
+
};
|
|
586
|
+
const deleteImmutabilityPolicyOperationSpec = {
|
|
587
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}",
|
|
588
|
+
httpMethod: "DELETE",
|
|
589
|
+
responses: {
|
|
590
|
+
200: {
|
|
591
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
592
|
+
headersMapper: Mappers.BlobContainersDeleteImmutabilityPolicyHeaders
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
queryParameters: [Parameters.apiVersion],
|
|
596
|
+
urlParameters: [
|
|
597
|
+
Parameters.$host,
|
|
598
|
+
Parameters.subscriptionId,
|
|
599
|
+
Parameters.resourceGroupName,
|
|
600
|
+
Parameters.accountName1,
|
|
601
|
+
Parameters.containerName,
|
|
602
|
+
Parameters.immutabilityPolicyName
|
|
603
|
+
],
|
|
604
|
+
headerParameters: [Parameters.accept, Parameters.ifMatch1],
|
|
605
|
+
serializer
|
|
606
|
+
};
|
|
607
|
+
const lockImmutabilityPolicyOperationSpec = {
|
|
608
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/lock",
|
|
609
|
+
httpMethod: "POST",
|
|
610
|
+
responses: {
|
|
611
|
+
200: {
|
|
612
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
613
|
+
headersMapper: Mappers.BlobContainersLockImmutabilityPolicyHeaders
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
queryParameters: [Parameters.apiVersion],
|
|
617
|
+
urlParameters: [
|
|
618
|
+
Parameters.$host,
|
|
619
|
+
Parameters.subscriptionId,
|
|
620
|
+
Parameters.resourceGroupName,
|
|
621
|
+
Parameters.accountName1,
|
|
622
|
+
Parameters.containerName
|
|
623
|
+
],
|
|
624
|
+
headerParameters: [Parameters.accept, Parameters.ifMatch1],
|
|
625
|
+
serializer
|
|
626
|
+
};
|
|
627
|
+
const extendImmutabilityPolicyOperationSpec = {
|
|
628
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/extend",
|
|
629
|
+
httpMethod: "POST",
|
|
630
|
+
responses: {
|
|
631
|
+
200: {
|
|
632
|
+
bodyMapper: Mappers.ImmutabilityPolicy,
|
|
633
|
+
headersMapper: Mappers.BlobContainersExtendImmutabilityPolicyHeaders
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
requestBody: Parameters.parameters6,
|
|
637
|
+
queryParameters: [Parameters.apiVersion],
|
|
638
|
+
urlParameters: [
|
|
639
|
+
Parameters.$host,
|
|
640
|
+
Parameters.subscriptionId,
|
|
641
|
+
Parameters.resourceGroupName,
|
|
642
|
+
Parameters.accountName1,
|
|
643
|
+
Parameters.containerName
|
|
644
|
+
],
|
|
645
|
+
headerParameters: [
|
|
646
|
+
Parameters.accept,
|
|
647
|
+
Parameters.contentType,
|
|
648
|
+
Parameters.ifMatch1
|
|
649
|
+
],
|
|
650
|
+
mediaType: "json",
|
|
651
|
+
serializer
|
|
652
|
+
};
|
|
653
|
+
const leaseOperationSpec = {
|
|
654
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/lease",
|
|
655
|
+
httpMethod: "POST",
|
|
656
|
+
responses: {
|
|
657
|
+
200: {
|
|
658
|
+
bodyMapper: Mappers.LeaseContainerResponse
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
requestBody: Parameters.parameters7,
|
|
662
|
+
queryParameters: [Parameters.apiVersion],
|
|
663
|
+
urlParameters: [
|
|
664
|
+
Parameters.$host,
|
|
665
|
+
Parameters.subscriptionId,
|
|
666
|
+
Parameters.resourceGroupName,
|
|
667
|
+
Parameters.accountName1,
|
|
668
|
+
Parameters.containerName
|
|
669
|
+
],
|
|
670
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
671
|
+
mediaType: "json",
|
|
672
|
+
serializer
|
|
673
|
+
};
|
|
674
|
+
const objectLevelWormOperationSpec = {
|
|
675
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/migrate",
|
|
676
|
+
httpMethod: "POST",
|
|
677
|
+
responses: {
|
|
678
|
+
200: {},
|
|
679
|
+
201: {},
|
|
680
|
+
202: {},
|
|
681
|
+
204: {},
|
|
682
|
+
default: {
|
|
683
|
+
bodyMapper: Mappers.CloudError
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
queryParameters: [Parameters.apiVersion],
|
|
687
|
+
urlParameters: [
|
|
688
|
+
Parameters.$host,
|
|
689
|
+
Parameters.subscriptionId,
|
|
690
|
+
Parameters.resourceGroupName,
|
|
691
|
+
Parameters.accountName1,
|
|
692
|
+
Parameters.containerName
|
|
693
|
+
],
|
|
694
|
+
headerParameters: [Parameters.accept],
|
|
695
|
+
serializer
|
|
696
|
+
};
|
|
697
|
+
const listNextOperationSpec = {
|
|
698
|
+
path: "{nextLink}",
|
|
699
|
+
httpMethod: "GET",
|
|
700
|
+
responses: {
|
|
701
|
+
200: {
|
|
702
|
+
bodyMapper: Mappers.ListContainerItems
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
queryParameters: [
|
|
706
|
+
Parameters.apiVersion,
|
|
707
|
+
Parameters.maxpagesize,
|
|
708
|
+
Parameters.filter,
|
|
709
|
+
Parameters.include
|
|
710
|
+
],
|
|
711
|
+
urlParameters: [
|
|
712
|
+
Parameters.$host,
|
|
713
|
+
Parameters.subscriptionId,
|
|
714
|
+
Parameters.resourceGroupName,
|
|
715
|
+
Parameters.accountName1,
|
|
716
|
+
Parameters.nextLink
|
|
717
|
+
],
|
|
718
|
+
headerParameters: [Parameters.accept],
|
|
719
|
+
serializer
|
|
720
|
+
};
|
|
721
|
+
//# sourceMappingURL=blobContainers.js.map
|