@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,161 +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 { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/privateEndpointConnectionsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a PrivateEndpointConnections. */
|
|
14
|
-
var PrivateEndpointConnections = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a PrivateEndpointConnections.
|
|
17
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function PrivateEndpointConnections(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
PrivateEndpointConnections.prototype.list = function (resourceGroupName, accountName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
accountName: accountName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
PrivateEndpointConnections.prototype.get = function (resourceGroupName, accountName, privateEndpointConnectionName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
accountName: accountName,
|
|
33
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
PrivateEndpointConnections.prototype.put = function (resourceGroupName, accountName, privateEndpointConnectionName, properties, options, callback) {
|
|
38
|
-
return this.client.sendOperationRequest({
|
|
39
|
-
resourceGroupName: resourceGroupName,
|
|
40
|
-
accountName: accountName,
|
|
41
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
42
|
-
properties: properties,
|
|
43
|
-
options: options
|
|
44
|
-
}, putOperationSpec, callback);
|
|
45
|
-
};
|
|
46
|
-
PrivateEndpointConnections.prototype.deleteMethod = function (resourceGroupName, accountName, privateEndpointConnectionName, options, callback) {
|
|
47
|
-
return this.client.sendOperationRequest({
|
|
48
|
-
resourceGroupName: resourceGroupName,
|
|
49
|
-
accountName: accountName,
|
|
50
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
51
|
-
options: options
|
|
52
|
-
}, deleteMethodOperationSpec, callback);
|
|
53
|
-
};
|
|
54
|
-
return PrivateEndpointConnections;
|
|
55
|
-
}());
|
|
56
|
-
export { PrivateEndpointConnections };
|
|
57
|
-
// Operation Specifications
|
|
58
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
59
|
-
var listOperationSpec = {
|
|
60
|
-
httpMethod: "GET",
|
|
61
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections",
|
|
62
|
-
urlParameters: [
|
|
63
|
-
Parameters.resourceGroupName,
|
|
64
|
-
Parameters.accountName,
|
|
65
|
-
Parameters.subscriptionId
|
|
66
|
-
],
|
|
67
|
-
queryParameters: [
|
|
68
|
-
Parameters.apiVersion
|
|
69
|
-
],
|
|
70
|
-
headerParameters: [
|
|
71
|
-
Parameters.acceptLanguage
|
|
72
|
-
],
|
|
73
|
-
responses: {
|
|
74
|
-
200: {
|
|
75
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResult
|
|
76
|
-
},
|
|
77
|
-
default: {
|
|
78
|
-
bodyMapper: Mappers.CloudError
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
serializer: serializer
|
|
82
|
-
};
|
|
83
|
-
var getOperationSpec = {
|
|
84
|
-
httpMethod: "GET",
|
|
85
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
86
|
-
urlParameters: [
|
|
87
|
-
Parameters.resourceGroupName,
|
|
88
|
-
Parameters.accountName,
|
|
89
|
-
Parameters.subscriptionId,
|
|
90
|
-
Parameters.privateEndpointConnectionName
|
|
91
|
-
],
|
|
92
|
-
queryParameters: [
|
|
93
|
-
Parameters.apiVersion
|
|
94
|
-
],
|
|
95
|
-
headerParameters: [
|
|
96
|
-
Parameters.acceptLanguage
|
|
97
|
-
],
|
|
98
|
-
responses: {
|
|
99
|
-
200: {
|
|
100
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
101
|
-
},
|
|
102
|
-
default: {
|
|
103
|
-
bodyMapper: Mappers.ErrorResponse
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
serializer: serializer
|
|
107
|
-
};
|
|
108
|
-
var putOperationSpec = {
|
|
109
|
-
httpMethod: "PUT",
|
|
110
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
111
|
-
urlParameters: [
|
|
112
|
-
Parameters.resourceGroupName,
|
|
113
|
-
Parameters.accountName,
|
|
114
|
-
Parameters.subscriptionId,
|
|
115
|
-
Parameters.privateEndpointConnectionName
|
|
116
|
-
],
|
|
117
|
-
queryParameters: [
|
|
118
|
-
Parameters.apiVersion
|
|
119
|
-
],
|
|
120
|
-
headerParameters: [
|
|
121
|
-
Parameters.acceptLanguage
|
|
122
|
-
],
|
|
123
|
-
requestBody: {
|
|
124
|
-
parameterPath: "properties",
|
|
125
|
-
mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
|
|
126
|
-
},
|
|
127
|
-
responses: {
|
|
128
|
-
200: {
|
|
129
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
130
|
-
},
|
|
131
|
-
default: {
|
|
132
|
-
bodyMapper: Mappers.ErrorResponse
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
serializer: serializer
|
|
136
|
-
};
|
|
137
|
-
var deleteMethodOperationSpec = {
|
|
138
|
-
httpMethod: "DELETE",
|
|
139
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
140
|
-
urlParameters: [
|
|
141
|
-
Parameters.resourceGroupName,
|
|
142
|
-
Parameters.accountName,
|
|
143
|
-
Parameters.subscriptionId,
|
|
144
|
-
Parameters.privateEndpointConnectionName
|
|
145
|
-
],
|
|
146
|
-
queryParameters: [
|
|
147
|
-
Parameters.apiVersion
|
|
148
|
-
],
|
|
149
|
-
headerParameters: [
|
|
150
|
-
Parameters.acceptLanguage
|
|
151
|
-
],
|
|
152
|
-
responses: {
|
|
153
|
-
200: {},
|
|
154
|
-
204: {},
|
|
155
|
-
default: {
|
|
156
|
-
bodyMapper: Mappers.ErrorResponse
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
serializer: serializer
|
|
160
|
-
};
|
|
161
|
-
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,43 +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 PrivateLinkResources. */
|
|
5
|
-
export declare class PrivateLinkResources {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a PrivateLinkResources.
|
|
9
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StorageManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the private link resources that need to be created for a 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.PrivateLinkResourcesListByStorageAccountResponse>
|
|
21
|
-
*/
|
|
22
|
-
listByStorageAccount(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByStorageAccountResponse>;
|
|
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
|
-
listByStorageAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): 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
|
-
listByStorageAccount(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
|
|
42
|
-
}
|
|
43
|
-
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../src/operations/privateLinkResources.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,iDAAiD;AACjD,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;;;;OASG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,gDAAgD,CAAC;IAC3K;;;;;;;OAOG;IACH,oBAAoB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;IAClJ;;;;;;;;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,6BAA6B,CAAC,GAAG,IAAI;CAWvL"}
|
|
@@ -1,57 +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/privateLinkResourcesMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a PrivateLinkResources. */
|
|
13
|
-
var PrivateLinkResources = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a PrivateLinkResources.
|
|
16
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function PrivateLinkResources(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
PrivateLinkResources.prototype.listByStorageAccount = function (resourceGroupName, accountName, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
resourceGroupName: resourceGroupName,
|
|
24
|
-
accountName: accountName,
|
|
25
|
-
options: options
|
|
26
|
-
}, listByStorageAccountOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
return PrivateLinkResources;
|
|
29
|
-
}());
|
|
30
|
-
export { PrivateLinkResources };
|
|
31
|
-
// Operation Specifications
|
|
32
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
33
|
-
var listByStorageAccountOperationSpec = {
|
|
34
|
-
httpMethod: "GET",
|
|
35
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/privateLinkResources",
|
|
36
|
-
urlParameters: [
|
|
37
|
-
Parameters.resourceGroupName,
|
|
38
|
-
Parameters.accountName,
|
|
39
|
-
Parameters.subscriptionId
|
|
40
|
-
],
|
|
41
|
-
queryParameters: [
|
|
42
|
-
Parameters.apiVersion
|
|
43
|
-
],
|
|
44
|
-
headerParameters: [
|
|
45
|
-
Parameters.acceptLanguage
|
|
46
|
-
],
|
|
47
|
-
responses: {
|
|
48
|
-
200: {
|
|
49
|
-
bodyMapper: Mappers.PrivateLinkResourceListResult
|
|
50
|
-
},
|
|
51
|
-
default: {
|
|
52
|
-
bodyMapper: Mappers.CloudError
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
serializer: serializer
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,uCAAuC,CAAC;AACjE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,iDAAiD;AACjD;IAGE;;;OAGG;IACH,8BAAY,MAAsC;QAChD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAgCD,mDAAoB,GAApB,UAAqB,iBAAyB,EAAE,WAAmB,EAAE,OAAkG,EAAE,QAAuE;QAC9O,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,OAAO,SAAA;SACR,EACD,iCAAiC,EACjC,QAAQ,CAAqE,CAAC;IAClF,CAAC;IACH,2BAAC;AAAD,CAAC,AAnDD,IAmDC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,iCAAiC,GAAyB;IAC9D,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,kJAAkJ;IACxJ,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,229 +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 Queue. */
|
|
5
|
-
export declare class Queue {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a Queue.
|
|
9
|
-
* @param {StorageManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: StorageManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Creates a new queue with the specified queue 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 queueName A queue name must be unique within a storage account and must be between 3 and
|
|
20
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
21
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
22
|
-
* characters.
|
|
23
|
-
* @param [options] The optional parameters
|
|
24
|
-
* @returns Promise<Models.QueueCreateResponse>
|
|
25
|
-
*/
|
|
26
|
-
create(resourceGroupName: string, accountName: string, queueName: string, options?: Models.QueueCreateOptionalParams): Promise<Models.QueueCreateResponse>;
|
|
27
|
-
/**
|
|
28
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
29
|
-
* is case insensitive.
|
|
30
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
31
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
32
|
-
* letters only.
|
|
33
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
34
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
35
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
36
|
-
* characters.
|
|
37
|
-
* @param callback The callback
|
|
38
|
-
*/
|
|
39
|
-
create(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<Models.StorageQueue>): void;
|
|
40
|
-
/**
|
|
41
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
42
|
-
* is case insensitive.
|
|
43
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
44
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
45
|
-
* letters only.
|
|
46
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
47
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
48
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
49
|
-
* characters.
|
|
50
|
-
* @param options The optional parameters
|
|
51
|
-
* @param callback The callback
|
|
52
|
-
*/
|
|
53
|
-
create(resourceGroupName: string, accountName: string, queueName: string, options: Models.QueueCreateOptionalParams, callback: msRest.ServiceCallback<Models.StorageQueue>): void;
|
|
54
|
-
/**
|
|
55
|
-
* Creates a new queue with the specified queue name, under the specified account.
|
|
56
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
57
|
-
* is case insensitive.
|
|
58
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
59
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
60
|
-
* letters only.
|
|
61
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
62
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
63
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
64
|
-
* characters.
|
|
65
|
-
* @param [options] The optional parameters
|
|
66
|
-
* @returns Promise<Models.QueueUpdateResponse>
|
|
67
|
-
*/
|
|
68
|
-
update(resourceGroupName: string, accountName: string, queueName: string, options?: Models.QueueUpdateOptionalParams): Promise<Models.QueueUpdateResponse>;
|
|
69
|
-
/**
|
|
70
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
71
|
-
* is case insensitive.
|
|
72
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
73
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
74
|
-
* letters only.
|
|
75
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
76
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
77
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
78
|
-
* characters.
|
|
79
|
-
* @param callback The callback
|
|
80
|
-
*/
|
|
81
|
-
update(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<Models.StorageQueue>): void;
|
|
82
|
-
/**
|
|
83
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
84
|
-
* is case insensitive.
|
|
85
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
86
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
87
|
-
* letters only.
|
|
88
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
89
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
90
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
91
|
-
* characters.
|
|
92
|
-
* @param options The optional parameters
|
|
93
|
-
* @param callback The callback
|
|
94
|
-
*/
|
|
95
|
-
update(resourceGroupName: string, accountName: string, queueName: string, options: Models.QueueUpdateOptionalParams, callback: msRest.ServiceCallback<Models.StorageQueue>): void;
|
|
96
|
-
/**
|
|
97
|
-
* Gets the queue with the specified queue name, under the specified account if it exists.
|
|
98
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
99
|
-
* is case insensitive.
|
|
100
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
101
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
102
|
-
* letters only.
|
|
103
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
104
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
105
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
106
|
-
* characters.
|
|
107
|
-
* @param [options] The optional parameters
|
|
108
|
-
* @returns Promise<Models.QueueGetResponse>
|
|
109
|
-
*/
|
|
110
|
-
get(resourceGroupName: string, accountName: string, queueName: string, options?: msRest.RequestOptionsBase): Promise<Models.QueueGetResponse>;
|
|
111
|
-
/**
|
|
112
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
113
|
-
* is case insensitive.
|
|
114
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
115
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
116
|
-
* letters only.
|
|
117
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
118
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
119
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
120
|
-
* characters.
|
|
121
|
-
* @param callback The callback
|
|
122
|
-
*/
|
|
123
|
-
get(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<Models.StorageQueue>): void;
|
|
124
|
-
/**
|
|
125
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
126
|
-
* is case insensitive.
|
|
127
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
128
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
129
|
-
* letters only.
|
|
130
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
131
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
132
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
133
|
-
* characters.
|
|
134
|
-
* @param options The optional parameters
|
|
135
|
-
* @param callback The callback
|
|
136
|
-
*/
|
|
137
|
-
get(resourceGroupName: string, accountName: string, queueName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageQueue>): void;
|
|
138
|
-
/**
|
|
139
|
-
* Deletes the queue with the specified queue name, under the specified account if it exists.
|
|
140
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
141
|
-
* is case insensitive.
|
|
142
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
143
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
144
|
-
* letters only.
|
|
145
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
146
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
147
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
148
|
-
* characters.
|
|
149
|
-
* @param [options] The optional parameters
|
|
150
|
-
* @returns Promise<msRest.RestResponse>
|
|
151
|
-
*/
|
|
152
|
-
deleteMethod(resourceGroupName: string, accountName: string, queueName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
153
|
-
/**
|
|
154
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
155
|
-
* is case insensitive.
|
|
156
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
157
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
158
|
-
* letters only.
|
|
159
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
160
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
161
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
162
|
-
* characters.
|
|
163
|
-
* @param callback The callback
|
|
164
|
-
*/
|
|
165
|
-
deleteMethod(resourceGroupName: string, accountName: string, queueName: string, callback: msRest.ServiceCallback<void>): void;
|
|
166
|
-
/**
|
|
167
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
168
|
-
* is case insensitive.
|
|
169
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
170
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
171
|
-
* letters only.
|
|
172
|
-
* @param queueName A queue name must be unique within a storage account and must be between 3 and
|
|
173
|
-
* 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it
|
|
174
|
-
* should begin and end with an alphanumeric character and it cannot have two consecutive dash(-)
|
|
175
|
-
* characters.
|
|
176
|
-
* @param options The optional parameters
|
|
177
|
-
* @param callback The callback
|
|
178
|
-
*/
|
|
179
|
-
deleteMethod(resourceGroupName: string, accountName: string, queueName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
180
|
-
/**
|
|
181
|
-
* Gets a list of all the queues under the specified storage account
|
|
182
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
183
|
-
* is case insensitive.
|
|
184
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
185
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
186
|
-
* letters only.
|
|
187
|
-
* @param [options] The optional parameters
|
|
188
|
-
* @returns Promise<Models.QueueListResponse>
|
|
189
|
-
*/
|
|
190
|
-
list(resourceGroupName: string, accountName: string, options?: Models.QueueListOptionalParams): Promise<Models.QueueListResponse>;
|
|
191
|
-
/**
|
|
192
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
193
|
-
* is case insensitive.
|
|
194
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
195
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
196
|
-
* letters only.
|
|
197
|
-
* @param callback The callback
|
|
198
|
-
*/
|
|
199
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;
|
|
200
|
-
/**
|
|
201
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
202
|
-
* is case insensitive.
|
|
203
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
204
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
205
|
-
* letters only.
|
|
206
|
-
* @param options The optional parameters
|
|
207
|
-
* @param callback The callback
|
|
208
|
-
*/
|
|
209
|
-
list(resourceGroupName: string, accountName: string, options: Models.QueueListOptionalParams, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;
|
|
210
|
-
/**
|
|
211
|
-
* Gets a list of all the queues under the specified storage account
|
|
212
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
213
|
-
* @param [options] The optional parameters
|
|
214
|
-
* @returns Promise<Models.QueueListNextResponse>
|
|
215
|
-
*/
|
|
216
|
-
listNext(nextPageLink: string, options?: Models.QueueListNextOptionalParams): Promise<Models.QueueListNextResponse>;
|
|
217
|
-
/**
|
|
218
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
219
|
-
* @param callback The callback
|
|
220
|
-
*/
|
|
221
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;
|
|
222
|
-
/**
|
|
223
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
224
|
-
* @param options The optional parameters
|
|
225
|
-
* @param callback The callback
|
|
226
|
-
*/
|
|
227
|
-
listNext(nextPageLink: string, options: Models.QueueListNextOptionalParams, callback: msRest.ServiceCallback<Models.ListQueueResource>): void;
|
|
228
|
-
}
|
|
229
|
-
//# sourceMappingURL=queue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"queue.d.ts","sourceRoot":"","sources":["../../src/operations/queue.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,kCAAkC;AAClC,qBAAa,KAAK;IAChB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,yBAAyB,GAAG,OAAO,CAAC,MAAM,CAAC,mBAAmB,CAAC;IAC1J;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;IACtI;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,yBAAyB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;IAajL;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,yBAAyB,GAAG,OAAO,CAAC,MAAM,CAAC,mBAAmB,CAAC;IAC1J;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;IACtI;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,yBAAyB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;IAajL;;;;;;;;;;;;;OAaG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,gBAAgB,CAAC;IAC7I;;;;;;;;;;;OAWG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;IACnI;;;;;;;;;;;;OAYG;IACH,GAAG,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI;IAavK;;;;;;;;;;;;;OAaG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAClJ;;;;;;;;;;;OAWG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAC7H;;;;;;;;;;;;OAYG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAajK;;;;;;;;;OASG;IACH,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,uBAAuB,GAAG,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAAC;IACjI;;;;;;;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,uBAAuB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAY/J;;;;;OAKG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,2BAA2B,GAAG,OAAO,CAAC,MAAM,CAAC,qBAAqB,CAAC;IACnH;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAChG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,2BAA2B,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,iBAAiB,CAAC,GAAG,IAAI;CAU9I"}
|