@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,217 +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 TableOperations. */
|
|
5
|
-
export declare class TableOperations {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a TableOperations.
|
|
9
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StorageManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Creates a new table with the specified table name, under the specified account.
|
|
14
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
15
|
-
* is case insensitive.
|
|
16
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
17
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
18
|
-
* letters only.
|
|
19
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
20
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
21
|
-
* numeric character.
|
|
22
|
-
* @param [options] The optional parameters
|
|
23
|
-
* @returns Promise<Models.TableCreateResponse>
|
|
24
|
-
*/
|
|
25
|
-
create(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableCreateResponse>;
|
|
26
|
-
/**
|
|
27
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
28
|
-
* is 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
|
|
31
|
-
* letters only.
|
|
32
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
33
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
34
|
-
* numeric character.
|
|
35
|
-
* @param callback The callback
|
|
36
|
-
*/
|
|
37
|
-
create(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<Models.Table>): void;
|
|
38
|
-
/**
|
|
39
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
40
|
-
* is case insensitive.
|
|
41
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
42
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
43
|
-
* letters only.
|
|
44
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
45
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
46
|
-
* numeric character.
|
|
47
|
-
* @param options The optional parameters
|
|
48
|
-
* @param callback The callback
|
|
49
|
-
*/
|
|
50
|
-
create(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Table>): void;
|
|
51
|
-
/**
|
|
52
|
-
* Creates a new table with the specified table name, under the specified account.
|
|
53
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
54
|
-
* is case insensitive.
|
|
55
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
56
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
57
|
-
* letters only.
|
|
58
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
59
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
60
|
-
* numeric character.
|
|
61
|
-
* @param [options] The optional parameters
|
|
62
|
-
* @returns Promise<Models.TableUpdateResponse>
|
|
63
|
-
*/
|
|
64
|
-
update(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableUpdateResponse>;
|
|
65
|
-
/**
|
|
66
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
67
|
-
* is case insensitive.
|
|
68
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
69
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
70
|
-
* letters only.
|
|
71
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
72
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
73
|
-
* numeric character.
|
|
74
|
-
* @param callback The callback
|
|
75
|
-
*/
|
|
76
|
-
update(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<Models.Table>): void;
|
|
77
|
-
/**
|
|
78
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
79
|
-
* is case insensitive.
|
|
80
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
81
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
82
|
-
* letters only.
|
|
83
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
84
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
85
|
-
* numeric character.
|
|
86
|
-
* @param options The optional parameters
|
|
87
|
-
* @param callback The callback
|
|
88
|
-
*/
|
|
89
|
-
update(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Table>): void;
|
|
90
|
-
/**
|
|
91
|
-
* Gets the table with the specified table name, under the specified account if it exists.
|
|
92
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
93
|
-
* is case insensitive.
|
|
94
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
95
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
96
|
-
* letters only.
|
|
97
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
98
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
99
|
-
* numeric character.
|
|
100
|
-
* @param [options] The optional parameters
|
|
101
|
-
* @returns Promise<Models.TableGetResponse>
|
|
102
|
-
*/
|
|
103
|
-
get(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableGetResponse>;
|
|
104
|
-
/**
|
|
105
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
106
|
-
* is case insensitive.
|
|
107
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
108
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
109
|
-
* letters only.
|
|
110
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
111
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
112
|
-
* numeric character.
|
|
113
|
-
* @param callback The callback
|
|
114
|
-
*/
|
|
115
|
-
get(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<Models.Table>): void;
|
|
116
|
-
/**
|
|
117
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
118
|
-
* is case insensitive.
|
|
119
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
120
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
121
|
-
* letters only.
|
|
122
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
123
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
124
|
-
* numeric character.
|
|
125
|
-
* @param options The optional parameters
|
|
126
|
-
* @param callback The callback
|
|
127
|
-
*/
|
|
128
|
-
get(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Table>): void;
|
|
129
|
-
/**
|
|
130
|
-
* Deletes the table with the specified table name, under the specified account if it exists.
|
|
131
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
132
|
-
* is case insensitive.
|
|
133
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
134
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
135
|
-
* letters only.
|
|
136
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
137
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
138
|
-
* numeric character.
|
|
139
|
-
* @param [options] The optional parameters
|
|
140
|
-
* @returns Promise<msRest.RestResponse>
|
|
141
|
-
*/
|
|
142
|
-
deleteMethod(resourceGroupName: string, accountName: string, tableName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
143
|
-
/**
|
|
144
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
145
|
-
* is case insensitive.
|
|
146
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
147
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
148
|
-
* letters only.
|
|
149
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
150
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
151
|
-
* numeric character.
|
|
152
|
-
* @param callback The callback
|
|
153
|
-
*/
|
|
154
|
-
deleteMethod(resourceGroupName: string, accountName: string, tableName: string, callback: msRest.ServiceCallback<void>): void;
|
|
155
|
-
/**
|
|
156
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
157
|
-
* is case insensitive.
|
|
158
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
159
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
160
|
-
* letters only.
|
|
161
|
-
* @param tableName A table name must be unique within a storage account and must be between 3 and
|
|
162
|
-
* 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a
|
|
163
|
-
* numeric character.
|
|
164
|
-
* @param options The optional parameters
|
|
165
|
-
* @param callback The callback
|
|
166
|
-
*/
|
|
167
|
-
deleteMethod(resourceGroupName: string, accountName: string, tableName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
168
|
-
/**
|
|
169
|
-
* Gets a list of all the tables under the specified storage account
|
|
170
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
171
|
-
* is case insensitive.
|
|
172
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
173
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
174
|
-
* letters only.
|
|
175
|
-
* @param [options] The optional parameters
|
|
176
|
-
* @returns Promise<Models.TableListResponse>
|
|
177
|
-
*/
|
|
178
|
-
list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableListResponse>;
|
|
179
|
-
/**
|
|
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 callback The callback
|
|
186
|
-
*/
|
|
187
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListTableResource>): void;
|
|
188
|
-
/**
|
|
189
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
190
|
-
* is case insensitive.
|
|
191
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
192
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
193
|
-
* letters only.
|
|
194
|
-
* @param options The optional parameters
|
|
195
|
-
* @param callback The callback
|
|
196
|
-
*/
|
|
197
|
-
list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListTableResource>): void;
|
|
198
|
-
/**
|
|
199
|
-
* Gets a list of all the tables under the specified storage account
|
|
200
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
201
|
-
* @param [options] The optional parameters
|
|
202
|
-
* @returns Promise<Models.TableListNextResponse>
|
|
203
|
-
*/
|
|
204
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TableListNextResponse>;
|
|
205
|
-
/**
|
|
206
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
207
|
-
* @param callback The callback
|
|
208
|
-
*/
|
|
209
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListTableResource>): void;
|
|
210
|
-
/**
|
|
211
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
212
|
-
* @param options The optional parameters
|
|
213
|
-
* @param callback The callback
|
|
214
|
-
*/
|
|
215
|
-
listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListTableResource>): void;
|
|
216
|
-
}
|
|
217
|
-
//# sourceMappingURL=tableOperations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tableOperations.d.ts","sourceRoot":"","sources":["../../src/operations/tableOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,216 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/tableOperationsMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a TableOperations. */
|
|
13
|
-
var TableOperations = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a TableOperations.
|
|
16
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function TableOperations(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
TableOperations.prototype.create = function (resourceGroupName, accountName, tableName, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
resourceGroupName: resourceGroupName,
|
|
24
|
-
accountName: accountName,
|
|
25
|
-
tableName: tableName,
|
|
26
|
-
options: options
|
|
27
|
-
}, createOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
TableOperations.prototype.update = function (resourceGroupName, accountName, tableName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
accountName: accountName,
|
|
33
|
-
tableName: tableName,
|
|
34
|
-
options: options
|
|
35
|
-
}, updateOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
TableOperations.prototype.get = function (resourceGroupName, accountName, tableName, options, callback) {
|
|
38
|
-
return this.client.sendOperationRequest({
|
|
39
|
-
resourceGroupName: resourceGroupName,
|
|
40
|
-
accountName: accountName,
|
|
41
|
-
tableName: tableName,
|
|
42
|
-
options: options
|
|
43
|
-
}, getOperationSpec, callback);
|
|
44
|
-
};
|
|
45
|
-
TableOperations.prototype.deleteMethod = function (resourceGroupName, accountName, tableName, options, callback) {
|
|
46
|
-
return this.client.sendOperationRequest({
|
|
47
|
-
resourceGroupName: resourceGroupName,
|
|
48
|
-
accountName: accountName,
|
|
49
|
-
tableName: tableName,
|
|
50
|
-
options: options
|
|
51
|
-
}, deleteMethodOperationSpec, callback);
|
|
52
|
-
};
|
|
53
|
-
TableOperations.prototype.list = function (resourceGroupName, accountName, options, callback) {
|
|
54
|
-
return this.client.sendOperationRequest({
|
|
55
|
-
resourceGroupName: resourceGroupName,
|
|
56
|
-
accountName: accountName,
|
|
57
|
-
options: options
|
|
58
|
-
}, listOperationSpec, callback);
|
|
59
|
-
};
|
|
60
|
-
TableOperations.prototype.listNext = function (nextPageLink, options, callback) {
|
|
61
|
-
return this.client.sendOperationRequest({
|
|
62
|
-
nextPageLink: nextPageLink,
|
|
63
|
-
options: options
|
|
64
|
-
}, listNextOperationSpec, callback);
|
|
65
|
-
};
|
|
66
|
-
return TableOperations;
|
|
67
|
-
}());
|
|
68
|
-
export { TableOperations };
|
|
69
|
-
// Operation Specifications
|
|
70
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
71
|
-
var createOperationSpec = {
|
|
72
|
-
httpMethod: "PUT",
|
|
73
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
74
|
-
urlParameters: [
|
|
75
|
-
Parameters.resourceGroupName,
|
|
76
|
-
Parameters.accountName,
|
|
77
|
-
Parameters.subscriptionId,
|
|
78
|
-
Parameters.tableName
|
|
79
|
-
],
|
|
80
|
-
queryParameters: [
|
|
81
|
-
Parameters.apiVersion
|
|
82
|
-
],
|
|
83
|
-
headerParameters: [
|
|
84
|
-
Parameters.acceptLanguage
|
|
85
|
-
],
|
|
86
|
-
responses: {
|
|
87
|
-
200: {
|
|
88
|
-
bodyMapper: Mappers.Table
|
|
89
|
-
},
|
|
90
|
-
default: {
|
|
91
|
-
bodyMapper: Mappers.CloudError
|
|
92
|
-
}
|
|
93
|
-
},
|
|
94
|
-
serializer: serializer
|
|
95
|
-
};
|
|
96
|
-
var updateOperationSpec = {
|
|
97
|
-
httpMethod: "PATCH",
|
|
98
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
99
|
-
urlParameters: [
|
|
100
|
-
Parameters.resourceGroupName,
|
|
101
|
-
Parameters.accountName,
|
|
102
|
-
Parameters.subscriptionId,
|
|
103
|
-
Parameters.tableName
|
|
104
|
-
],
|
|
105
|
-
queryParameters: [
|
|
106
|
-
Parameters.apiVersion
|
|
107
|
-
],
|
|
108
|
-
headerParameters: [
|
|
109
|
-
Parameters.acceptLanguage
|
|
110
|
-
],
|
|
111
|
-
responses: {
|
|
112
|
-
200: {
|
|
113
|
-
bodyMapper: Mappers.Table
|
|
114
|
-
},
|
|
115
|
-
default: {
|
|
116
|
-
bodyMapper: Mappers.CloudError
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
serializer: serializer
|
|
120
|
-
};
|
|
121
|
-
var getOperationSpec = {
|
|
122
|
-
httpMethod: "GET",
|
|
123
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
124
|
-
urlParameters: [
|
|
125
|
-
Parameters.resourceGroupName,
|
|
126
|
-
Parameters.accountName,
|
|
127
|
-
Parameters.subscriptionId,
|
|
128
|
-
Parameters.tableName
|
|
129
|
-
],
|
|
130
|
-
queryParameters: [
|
|
131
|
-
Parameters.apiVersion
|
|
132
|
-
],
|
|
133
|
-
headerParameters: [
|
|
134
|
-
Parameters.acceptLanguage
|
|
135
|
-
],
|
|
136
|
-
responses: {
|
|
137
|
-
200: {
|
|
138
|
-
bodyMapper: Mappers.Table
|
|
139
|
-
},
|
|
140
|
-
default: {
|
|
141
|
-
bodyMapper: Mappers.CloudError
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
serializer: serializer
|
|
145
|
-
};
|
|
146
|
-
var deleteMethodOperationSpec = {
|
|
147
|
-
httpMethod: "DELETE",
|
|
148
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables/{tableName}",
|
|
149
|
-
urlParameters: [
|
|
150
|
-
Parameters.resourceGroupName,
|
|
151
|
-
Parameters.accountName,
|
|
152
|
-
Parameters.subscriptionId,
|
|
153
|
-
Parameters.tableName
|
|
154
|
-
],
|
|
155
|
-
queryParameters: [
|
|
156
|
-
Parameters.apiVersion
|
|
157
|
-
],
|
|
158
|
-
headerParameters: [
|
|
159
|
-
Parameters.acceptLanguage
|
|
160
|
-
],
|
|
161
|
-
responses: {
|
|
162
|
-
204: {},
|
|
163
|
-
default: {
|
|
164
|
-
bodyMapper: Mappers.CloudError
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
serializer: serializer
|
|
168
|
-
};
|
|
169
|
-
var listOperationSpec = {
|
|
170
|
-
httpMethod: "GET",
|
|
171
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/tableServices/default/tables",
|
|
172
|
-
urlParameters: [
|
|
173
|
-
Parameters.resourceGroupName,
|
|
174
|
-
Parameters.accountName,
|
|
175
|
-
Parameters.subscriptionId
|
|
176
|
-
],
|
|
177
|
-
queryParameters: [
|
|
178
|
-
Parameters.apiVersion
|
|
179
|
-
],
|
|
180
|
-
headerParameters: [
|
|
181
|
-
Parameters.acceptLanguage
|
|
182
|
-
],
|
|
183
|
-
responses: {
|
|
184
|
-
200: {
|
|
185
|
-
bodyMapper: Mappers.ListTableResource
|
|
186
|
-
},
|
|
187
|
-
default: {
|
|
188
|
-
bodyMapper: Mappers.CloudError
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
serializer: serializer
|
|
192
|
-
};
|
|
193
|
-
var listNextOperationSpec = {
|
|
194
|
-
httpMethod: "GET",
|
|
195
|
-
baseUrl: "https://management.azure.com",
|
|
196
|
-
path: "{nextLink}",
|
|
197
|
-
urlParameters: [
|
|
198
|
-
Parameters.nextPageLink
|
|
199
|
-
],
|
|
200
|
-
queryParameters: [
|
|
201
|
-
Parameters.apiVersion
|
|
202
|
-
],
|
|
203
|
-
headerParameters: [
|
|
204
|
-
Parameters.acceptLanguage
|
|
205
|
-
],
|
|
206
|
-
responses: {
|
|
207
|
-
200: {
|
|
208
|
-
bodyMapper: Mappers.ListTableResource
|
|
209
|
-
},
|
|
210
|
-
default: {
|
|
211
|
-
bodyMapper: Mappers.CloudError
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
serializer: serializer
|
|
215
|
-
};
|
|
216
|
-
//# sourceMappingURL=tableOperations.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tableOperations.js","sourceRoot":"","sources":["../../src/operations/tableOperations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,105 +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 TableServices. */
|
|
5
|
-
export declare class TableServices {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a TableServices.
|
|
9
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StorageManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* List all table services for the storage account.
|
|
14
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
15
|
-
* is case insensitive.
|
|
16
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
17
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
18
|
-
* letters only.
|
|
19
|
-
* @param [options] The optional parameters
|
|
20
|
-
* @returns Promise<Models.TableServicesListResponse>
|
|
21
|
-
*/
|
|
22
|
-
list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableServicesListResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
25
|
-
* is case insensitive.
|
|
26
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
27
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
28
|
-
* letters only.
|
|
29
|
-
* @param callback The callback
|
|
30
|
-
*/
|
|
31
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListTableServices>): void;
|
|
32
|
-
/**
|
|
33
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
34
|
-
* is case insensitive.
|
|
35
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
36
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
37
|
-
* letters only.
|
|
38
|
-
* @param options The optional parameters
|
|
39
|
-
* @param callback The callback
|
|
40
|
-
*/
|
|
41
|
-
list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListTableServices>): void;
|
|
42
|
-
/**
|
|
43
|
-
* Sets the properties of a storage account’s Table service, including properties for Storage
|
|
44
|
-
* Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
|
45
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
46
|
-
* is case insensitive.
|
|
47
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
48
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
49
|
-
* letters only.
|
|
50
|
-
* @param [options] The optional parameters
|
|
51
|
-
* @returns Promise<Models.TableServicesSetServicePropertiesResponse>
|
|
52
|
-
*/
|
|
53
|
-
setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.TableServicesSetServicePropertiesOptionalParams): Promise<Models.TableServicesSetServicePropertiesResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
56
|
-
* is case insensitive.
|
|
57
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
58
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
59
|
-
* letters only.
|
|
60
|
-
* @param callback The callback
|
|
61
|
-
*/
|
|
62
|
-
setServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;
|
|
63
|
-
/**
|
|
64
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
65
|
-
* is case insensitive.
|
|
66
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
67
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
68
|
-
* letters only.
|
|
69
|
-
* @param options The optional parameters
|
|
70
|
-
* @param callback The callback
|
|
71
|
-
*/
|
|
72
|
-
setServiceProperties(resourceGroupName: string, accountName: string, options: Models.TableServicesSetServicePropertiesOptionalParams, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;
|
|
73
|
-
/**
|
|
74
|
-
* Gets the properties of a storage account’s Table service, including properties for Storage
|
|
75
|
-
* Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
|
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 [options] The optional parameters
|
|
82
|
-
* @returns Promise<Models.TableServicesGetServicePropertiesResponse>
|
|
83
|
-
*/
|
|
84
|
-
getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.TableServicesGetServicePropertiesResponse>;
|
|
85
|
-
/**
|
|
86
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
87
|
-
* is case insensitive.
|
|
88
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
89
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
90
|
-
* letters only.
|
|
91
|
-
* @param callback The callback
|
|
92
|
-
*/
|
|
93
|
-
getServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;
|
|
94
|
-
/**
|
|
95
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
96
|
-
* is 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
|
|
99
|
-
* letters only.
|
|
100
|
-
* @param options The optional parameters
|
|
101
|
-
* @param callback The callback
|
|
102
|
-
*/
|
|
103
|
-
getServiceProperties(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TableServiceProperties>): void;
|
|
104
|
-
}
|
|
105
|
-
//# sourceMappingURL=tableServices.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tableServices.d.ts","sourceRoot":"","sources":["../../src/operations/tableServices.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAEnF,0CAA0C;AAC1C,qBAAa,aAAa;IACxB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;;;;OASG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,yBAAyB,CAAC;IACpI;;;;;;;OAOG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IACtH;;;;;;;;OAQG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAY1J;;;;;;;;;;OAUG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,+CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,yCAAyC,CAAC;IACjM;;;;;;;OAOG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;IAC3I;;;;;;;;OAQG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,+CAA+C,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;IAY5M;;;;;;;;;;OAUG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,yCAAyC,CAAC;IACpK;;;;;;;OAOG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;IAC3I;;;;;;;;OAQG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;CAWhL"}
|