@azure/arm-storage 16.1.1 → 17.0.0-alpha.20211111.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +63 -80
- package/dist/index.js +10964 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/esm/coreClientLro.d.ts +26 -0
- package/esm/coreClientLro.d.ts.map +1 -0
- package/esm/coreClientLro.js +186 -0
- package/esm/coreClientLro.js.map +1 -0
- package/esm/index.d.ts +5002 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +13 -0
- package/esm/index.js.map +1 -0
- package/esm/lro/azureAsyncPolling.d.ts +3 -0
- package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
- package/esm/lro/azureAsyncPolling.js +67 -0
- package/esm/lro/azureAsyncPolling.js.map +1 -0
- package/esm/lro/bodyPolling.d.ts +8 -0
- package/esm/lro/bodyPolling.d.ts.map +1 -0
- package/esm/lro/bodyPolling.js +37 -0
- package/esm/lro/bodyPolling.js.map +1 -0
- package/esm/lro/index.d.ts +4 -0
- package/esm/lro/index.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → esm/lro/index.js} +5 -10
- package/esm/lro/index.js.map +1 -0
- package/esm/lro/locationPolling.d.ts +3 -0
- package/esm/lro/locationPolling.d.ts.map +1 -0
- package/esm/lro/locationPolling.js +19 -0
- package/esm/lro/locationPolling.js.map +1 -0
- package/esm/lro/lroEngine.d.ts +14 -0
- package/esm/lro/lroEngine.d.ts.map +1 -0
- package/esm/lro/lroEngine.js +41 -0
- package/esm/lro/lroEngine.js.map +1 -0
- package/esm/lro/models.d.ts +138 -0
- package/esm/lro/models.d.ts.map +1 -0
- package/esm/lro/models.js +14 -0
- package/esm/lro/models.js.map +1 -0
- package/esm/lro/operation.d.ts +36 -0
- package/esm/lro/operation.d.ts.map +1 -0
- package/esm/lro/operation.js +82 -0
- package/esm/lro/operation.js.map +1 -0
- package/esm/lro/passthrough.d.ts +3 -0
- package/esm/lro/passthrough.d.ts.map +1 -0
- package/esm/{models/operationsMappers.js → lro/passthrough.js} +8 -2
- package/esm/lro/passthrough.js.map +1 -0
- package/esm/lro/requestUtils.d.ts +16 -0
- package/esm/lro/requestUtils.d.ts.map +1 -0
- package/esm/lro/requestUtils.js +73 -0
- package/esm/lro/requestUtils.js.map +1 -0
- package/esm/lro/stateMachine.d.ts +18 -0
- package/esm/lro/stateMachine.d.ts.map +1 -0
- package/esm/lro/stateMachine.js +84 -0
- package/esm/lro/stateMachine.js.map +1 -0
- package/esm/models/index.d.ts +2673 -4395
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +331 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/mappers.d.ts +146 -138
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +2734 -2563
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +59 -33
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +267 -159
- package/esm/models/parameters.js.map +1 -1
- package/esm/operations/blobContainers.d.ts +213 -561
- package/esm/operations/blobContainers.d.ts.map +1 -1
- package/esm/operations/blobContainers.js +578 -429
- package/esm/operations/blobContainers.js.map +1 -1
- package/esm/operations/blobInventoryPolicies.d.ts +47 -109
- package/esm/operations/blobInventoryPolicies.d.ts.map +1 -1
- package/esm/operations/blobInventoryPolicies.js +163 -105
- package/esm/operations/blobInventoryPolicies.js.map +1 -1
- package/esm/operations/blobServices.d.ts +39 -89
- package/esm/operations/blobServices.d.ts.map +1 -1
- package/esm/operations/blobServices.js +133 -89
- package/esm/operations/blobServices.js.map +1 -1
- package/esm/operations/deletedAccounts.d.ts +20 -47
- package/esm/operations/deletedAccounts.d.ts.map +1 -1
- package/esm/operations/deletedAccounts.js +111 -69
- package/esm/operations/deletedAccounts.js.map +1 -1
- package/esm/operations/encryptionScopes.d.ts +65 -166
- package/esm/operations/encryptionScopes.d.ts.map +1 -1
- package/esm/operations/encryptionScopes.js +211 -131
- package/esm/operations/encryptionScopes.js.map +1 -1
- package/esm/operations/fileServices.d.ts +25 -89
- package/esm/operations/fileServices.d.ts.map +1 -1
- package/esm/operations/fileServices.js +86 -83
- package/esm/operations/fileServices.js.map +1 -1
- package/esm/operations/fileShares.d.ts +100 -256
- package/esm/operations/fileShares.d.ts.map +1 -1
- package/esm/operations/fileShares.js +316 -164
- package/esm/operations/fileShares.js.map +1 -1
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -2
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/managementPolicies.d.ts +30 -89
- package/esm/operations/managementPolicies.d.ts.map +1 -1
- package/esm/operations/managementPolicies.js +89 -92
- package/esm/operations/managementPolicies.js.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +54 -130
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +170 -102
- package/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/esm/operations/operations.d.ts +14 -15
- package/esm/operations/operations.d.ts.map +1 -1
- package/esm/operations/operations.js +67 -29
- package/esm/operations/operations.js.map +1 -1
- package/esm/operations/privateEndpointConnections.d.ts +46 -126
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/esm/operations/privateEndpointConnections.js +171 -103
- package/esm/operations/privateEndpointConnections.js.map +1 -1
- package/esm/operations/privateLinkResources.d.ts +11 -31
- package/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/esm/operations/privateLinkResources.js +32 -36
- package/esm/operations/privateLinkResources.js.map +1 -1
- package/esm/operations/queue.d.ts +69 -196
- package/esm/operations/queue.d.ts.map +1 -1
- package/esm/operations/queue.js +230 -162
- package/esm/operations/queue.js.map +1 -1
- package/esm/operations/queueServices.d.ts +29 -87
- package/esm/operations/queueServices.d.ts.map +1 -1
- package/esm/operations/queueServices.js +86 -87
- package/esm/operations/queueServices.js.map +1 -1
- package/esm/operations/skus.d.ts +14 -15
- package/esm/operations/skus.d.ts.map +1 -1
- package/esm/operations/skus.js +67 -32
- package/esm/operations/skus.js.map +1 -1
- package/esm/operations/storageAccounts.d.ts +163 -381
- package/esm/operations/storageAccounts.d.ts.map +1 -1
- package/esm/operations/storageAccounts.js +605 -501
- package/esm/operations/storageAccounts.js.map +1 -1
- package/esm/operations/tableOperations.d.ts +67 -184
- package/esm/operations/tableOperations.d.ts.map +1 -1
- package/esm/operations/tableOperations.js +220 -143
- package/esm/operations/tableOperations.js.map +1 -1
- package/esm/operations/tableServices.d.ts +29 -87
- package/esm/operations/tableServices.d.ts.map +1 -1
- package/esm/operations/tableServices.js +86 -87
- package/esm/operations/tableServices.js.map +1 -1
- package/esm/operations/usages.d.ts +15 -18
- package/esm/operations/usages.d.ts.map +1 -1
- package/esm/operations/usages.js +73 -34
- package/esm/operations/usages.js.map +1 -1
- package/esm/operationsInterfaces/blobContainers.d.ts +247 -0
- package/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/{src/models/usagesMappers.ts → esm/operationsInterfaces/blobContainers.js} +2 -7
- package/esm/operationsInterfaces/blobContainers.js.map +1 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts +54 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/esm/{models/usagesMappers.js → operationsInterfaces/blobInventoryPolicies.js} +2 -2
- package/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/esm/operationsInterfaces/blobServices.d.ts +41 -0
- package/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/{src/models/skusMappers.ts → esm/operationsInterfaces/blobServices.js} +2 -8
- package/esm/operationsInterfaces/blobServices.js.map +1 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts +19 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/esm/{models/skusMappers.js → operationsInterfaces/deletedAccounts.js} +2 -2
- package/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts +64 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/esm/operationsInterfaces/fileServices.d.ts +39 -0
- package/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileServices.js +9 -0
- package/esm/operationsInterfaces/fileServices.js.map +1 -0
- package/esm/operationsInterfaces/fileShares.d.ts +102 -0
- package/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileShares.js +9 -0
- package/esm/operationsInterfaces/fileShares.js.map +1 -0
- package/esm/operationsInterfaces/index.d.ts +20 -0
- package/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/esm/operationsInterfaces/index.js +27 -0
- package/esm/operationsInterfaces/index.js.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.js +9 -0
- package/esm/operationsInterfaces/managementPolicies.js.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +61 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/esm/operationsInterfaces/operations.d.ts +12 -0
- package/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/esm/operationsInterfaces/operations.js +9 -0
- package/esm/operationsInterfaces/operations.js.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/esm/operationsInterfaces/queue.d.ts +71 -0
- package/esm/operationsInterfaces/queue.d.ts.map +1 -0
- package/esm/operationsInterfaces/queue.js +9 -0
- package/esm/operationsInterfaces/queue.js.map +1 -0
- package/esm/operationsInterfaces/queueServices.d.ts +39 -0
- package/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/queueServices.js +9 -0
- package/esm/operationsInterfaces/queueServices.js.map +1 -0
- package/esm/operationsInterfaces/skus.d.ts +12 -0
- package/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/esm/operationsInterfaces/skus.js +9 -0
- package/esm/operationsInterfaces/skus.js.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts +197 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/esm/operationsInterfaces/tableOperations.d.ts +69 -0
- package/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableOperations.js +9 -0
- package/esm/operationsInterfaces/tableOperations.js.map +1 -0
- package/esm/operationsInterfaces/tableServices.d.ts +39 -0
- package/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableServices.js +9 -0
- package/esm/operationsInterfaces/tableServices.js.map +1 -0
- package/esm/operationsInterfaces/usages.d.ts +13 -0
- package/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/esm/operationsInterfaces/usages.js +9 -0
- package/esm/operationsInterfaces/usages.js.map +1 -0
- package/esm/storageManagementClient.d.ts +26 -35
- package/esm/storageManagementClient.d.ts.map +1 -1
- package/esm/storageManagementClient.js +27 -42
- package/esm/storageManagementClient.js.map +1 -1
- package/esm/storageManagementClientContext.d.ts +10 -16
- package/esm/storageManagementClientContext.d.ts.map +1 -1
- package/esm/storageManagementClientContext.js +32 -44
- package/esm/storageManagementClientContext.js.map +1 -1
- package/package.json +57 -18
- package/review/arm-storage.api.md +2659 -0
- package/rollup.config.js +181 -30
- package/src/coreClientLro.ts +323 -0
- package/src/index.ts +13 -0
- package/src/lro/azureAsyncPolling.ts +96 -0
- package/src/lro/bodyPolling.ts +54 -0
- package/src/lro/index.ts +26 -0
- package/src/lro/locationPolling.ts +30 -0
- package/src/lro/lroEngine.ts +61 -0
- package/src/lro/models.ts +173 -0
- package/src/lro/operation.ts +120 -0
- package/src/lro/passthrough.ts +23 -0
- package/src/lro/requestUtils.ts +105 -0
- package/src/lro/stateMachine.ts +138 -0
- package/src/models/index.ts +2813 -4492
- package/src/models/mappers.ts +2745 -2553
- package/src/models/parameters.ts +354 -160
- package/src/operations/blobContainers.ts +719 -1037
- package/src/operations/blobInventoryPolicies.ts +182 -211
- package/src/operations/blobServices.ts +150 -177
- package/src/operations/deletedAccounts.ts +111 -112
- package/src/operations/encryptionScopes.ts +233 -291
- package/src/operations/fileServices.ts +99 -171
- package/src/operations/fileShares.ts +335 -560
- package/src/operations/index.ts +1 -2
- package/src/operations/managementPolicies.ts +102 -175
- package/src/operations/objectReplicationPoliciesOperations.ts +187 -227
- package/src/operations/operations.ts +61 -38
- package/src/operations/privateEndpointConnections.ts +177 -214
- package/src/operations/privateLinkResources.ts +37 -60
- package/src/operations/queue.ts +269 -365
- package/src/operations/queueServices.ts +103 -173
- package/src/operations/skus.ts +59 -41
- package/src/operations/storageAccounts.ts +779 -872
- package/src/operations/tableOperations.ts +255 -328
- package/src/operations/tableServices.ts +103 -173
- package/src/operations/usages.ts +73 -45
- package/src/operationsInterfaces/blobContainers.ts +366 -0
- package/src/operationsInterfaces/blobInventoryPolicies.ts +92 -0
- package/src/operationsInterfaces/blobServices.ts +70 -0
- package/src/operationsInterfaces/deletedAccounts.ts +39 -0
- package/src/operationsInterfaces/encryptionScopes.ts +103 -0
- package/src/operationsInterfaces/fileServices.ts +68 -0
- package/src/operationsInterfaces/fileShares.ts +163 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +98 -0
- package/src/operationsInterfaces/operations.ts +23 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +91 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/queue.ts +117 -0
- package/src/operationsInterfaces/queueServices.ts +68 -0
- package/src/operationsInterfaces/skus.ts +23 -0
- package/src/operationsInterfaces/storageAccounts.ts +320 -0
- package/src/operationsInterfaces/tableOperations.ts +112 -0
- package/src/operationsInterfaces/tableServices.ts +68 -0
- package/src/operationsInterfaces/usages.ts +25 -0
- package/src/storageManagementClient.ts +94 -67
- package/src/storageManagementClientContext.ts +42 -46
- package/tsconfig.json +2 -1
- package/dist/arm-storage.js +0 -10687
- package/dist/arm-storage.js.map +0 -1
- package/dist/arm-storage.min.js +0 -1
- package/dist/arm-storage.min.js.map +0 -1
- package/esm/models/blobContainersMappers.d.ts +0 -2
- package/esm/models/blobContainersMappers.d.ts.map +0 -1
- package/esm/models/blobContainersMappers.js +0 -9
- package/esm/models/blobContainersMappers.js.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
- package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.js +0 -9
- package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
- package/esm/models/blobServicesMappers.d.ts +0 -2
- package/esm/models/blobServicesMappers.d.ts.map +0 -1
- package/esm/models/blobServicesMappers.js +0 -9
- package/esm/models/blobServicesMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/encryptionScopesMappers.d.ts +0 -2
- package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
- package/esm/models/encryptionScopesMappers.js +0 -9
- package/esm/models/encryptionScopesMappers.js.map +0 -1
- package/esm/models/fileServicesMappers.d.ts +0 -2
- package/esm/models/fileServicesMappers.d.ts.map +0 -1
- package/esm/models/fileServicesMappers.js +0 -9
- package/esm/models/fileServicesMappers.js.map +0 -1
- package/esm/models/fileSharesMappers.d.ts +0 -2
- package/esm/models/fileSharesMappers.d.ts.map +0 -1
- package/esm/models/fileSharesMappers.js +0 -9
- package/esm/models/fileSharesMappers.js.map +0 -1
- package/esm/models/managementPoliciesMappers.d.ts +0 -2
- package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
- package/esm/models/managementPoliciesMappers.js +0 -9
- package/esm/models/managementPoliciesMappers.js.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
- package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queueMappers.d.ts +0 -2
- package/esm/models/queueMappers.d.ts.map +0 -1
- package/esm/models/queueMappers.js +0 -9
- package/esm/models/queueMappers.js.map +0 -1
- package/esm/models/queueServicesMappers.d.ts +0 -2
- package/esm/models/queueServicesMappers.d.ts.map +0 -1
- package/esm/models/queueServicesMappers.js +0 -9
- package/esm/models/queueServicesMappers.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/tableOperationsMappers.d.ts +0 -2
- package/esm/models/tableOperationsMappers.d.ts.map +0 -1
- package/esm/models/tableOperationsMappers.js +0 -9
- package/esm/models/tableOperationsMappers.js.map +0 -1
- package/esm/models/tableServicesMappers.d.ts +0 -2
- package/esm/models/tableServicesMappers.d.ts.map +0 -1
- package/esm/models/tableServicesMappers.js +0 -9
- package/esm/models/tableServicesMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js.map +0 -1
- package/src/models/blobContainersMappers.ts +0 -106
- package/src/models/blobInventoryPoliciesMappers.ts +0 -99
- package/src/models/blobServicesMappers.ts +0 -98
- package/src/models/deletedAccountsMappers.ts +0 -99
- package/src/models/encryptionScopesMappers.ts +0 -100
- package/src/models/fileServicesMappers.ts +0 -98
- package/src/models/fileSharesMappers.ts +0 -99
- package/src/models/managementPoliciesMappers.ts +0 -97
- package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
- package/src/models/privateEndpointConnectionsMappers.ts +0 -100
- package/src/models/privateLinkResourcesMappers.ts +0 -98
- package/src/models/queueMappers.ts +0 -98
- package/src/models/queueServicesMappers.ts +0 -98
- package/src/models/storageAccountsMappers.ts +0 -109
- package/src/models/tableOperationsMappers.ts +0 -98
- package/src/models/tableServicesMappers.ts +0 -98
package/esm/operations/queue.js
CHANGED
|
@@ -3,237 +3,305 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
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.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
+
import "@azure/core-paging";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
12
12
|
import * as Parameters from "../models/parameters";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
14
|
/** Class representing a Queue. */
|
|
14
|
-
|
|
15
|
+
export class QueueImpl {
|
|
15
16
|
/**
|
|
16
|
-
*
|
|
17
|
-
* @param
|
|
17
|
+
* Initialize a new instance of the class Queue class.
|
|
18
|
+
* @param client Reference to the service client
|
|
18
19
|
*/
|
|
19
|
-
|
|
20
|
+
constructor(client) {
|
|
20
21
|
this.client = client;
|
|
21
22
|
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
23
|
+
/**
|
|
24
|
+
* Gets a list of all the queues under the specified storage account
|
|
25
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
26
|
+
* case insensitive.
|
|
27
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
28
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
29
|
+
* only.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(resourceGroupName, accountName, options) {
|
|
33
|
+
const iter = this.listPagingAll(resourceGroupName, accountName, options);
|
|
34
|
+
return {
|
|
35
|
+
next() {
|
|
36
|
+
return iter.next();
|
|
37
|
+
},
|
|
38
|
+
[Symbol.asyncIterator]() {
|
|
39
|
+
return this;
|
|
40
|
+
},
|
|
41
|
+
byPage: () => {
|
|
42
|
+
return this.listPagingPage(resourceGroupName, accountName, options);
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
listPagingPage(resourceGroupName, accountName, options) {
|
|
47
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
48
|
+
let result = yield __await(this._list(resourceGroupName, accountName, options));
|
|
49
|
+
yield yield __await(result.value || []);
|
|
50
|
+
let continuationToken = result.nextLink;
|
|
51
|
+
while (continuationToken) {
|
|
52
|
+
result = yield __await(this._listNext(resourceGroupName, accountName, continuationToken, options));
|
|
53
|
+
continuationToken = result.nextLink;
|
|
54
|
+
yield yield __await(result.value || []);
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
listPagingAll(resourceGroupName, accountName, options) {
|
|
59
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
60
|
+
var e_1, _a;
|
|
61
|
+
try {
|
|
62
|
+
for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, accountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
63
|
+
const page = _c.value;
|
|
64
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
68
|
+
finally {
|
|
69
|
+
try {
|
|
70
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
71
|
+
}
|
|
72
|
+
finally { if (e_1) throw e_1.error; }
|
|
73
|
+
}
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Creates a new queue with the specified queue name, under the specified account.
|
|
78
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
79
|
+
* 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 letters
|
|
82
|
+
* only.
|
|
83
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
84
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
85
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
86
|
+
* @param queue Queue properties and metadata to be created with
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
create(resourceGroupName, accountName, queueName, queue, options) {
|
|
90
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, queueName, queue, options }, createOperationSpec);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Creates a new queue with the specified queue name, under the specified account.
|
|
94
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
95
|
+
* case insensitive.
|
|
96
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
97
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
98
|
+
* only.
|
|
99
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
100
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
101
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
102
|
+
* @param queue Queue properties and metadata to be created with
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
update(resourceGroupName, accountName, queueName, queue, options) {
|
|
106
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, queueName, queue, options }, updateOperationSpec);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Gets the queue with the specified queue name, under the specified account if it exists.
|
|
110
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
111
|
+
* case insensitive.
|
|
112
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
113
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
114
|
+
* only.
|
|
115
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
116
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
117
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
118
|
+
* @param options The options parameters.
|
|
119
|
+
*/
|
|
120
|
+
get(resourceGroupName, accountName, queueName, options) {
|
|
121
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, queueName, options }, getOperationSpec);
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* Deletes the queue with the specified queue name, under the specified account if it exists.
|
|
125
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
126
|
+
* 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 letters
|
|
129
|
+
* only.
|
|
130
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
131
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
132
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
133
|
+
* @param options The options parameters.
|
|
134
|
+
*/
|
|
135
|
+
delete(resourceGroupName, accountName, queueName, options) {
|
|
136
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, queueName, options }, deleteOperationSpec);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Gets a list of all the queues under the specified storage account
|
|
140
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
141
|
+
* 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 letters
|
|
144
|
+
* only.
|
|
145
|
+
* @param options The options parameters.
|
|
146
|
+
*/
|
|
147
|
+
_list(resourceGroupName, accountName, options) {
|
|
148
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listOperationSpec);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* ListNext
|
|
152
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
153
|
+
* case insensitive.
|
|
154
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
155
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
156
|
+
* only.
|
|
157
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
158
|
+
* @param options The options parameters.
|
|
159
|
+
*/
|
|
160
|
+
_listNext(resourceGroupName, accountName, nextLink, options) {
|
|
161
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listNextOperationSpec);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
70
164
|
// Operation Specifications
|
|
71
|
-
|
|
72
|
-
|
|
165
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
166
|
+
const createOperationSpec = {
|
|
167
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
73
168
|
httpMethod: "PUT",
|
|
74
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
75
|
-
urlParameters: [
|
|
76
|
-
Parameters.resourceGroupName,
|
|
77
|
-
Parameters.accountName,
|
|
78
|
-
Parameters.subscriptionId,
|
|
79
|
-
Parameters.queueName
|
|
80
|
-
],
|
|
81
|
-
queryParameters: [
|
|
82
|
-
Parameters.apiVersion
|
|
83
|
-
],
|
|
84
|
-
headerParameters: [
|
|
85
|
-
Parameters.acceptLanguage
|
|
86
|
-
],
|
|
87
|
-
requestBody: {
|
|
88
|
-
parameterPath: {
|
|
89
|
-
metadata: [
|
|
90
|
-
"options",
|
|
91
|
-
"metadata"
|
|
92
|
-
]
|
|
93
|
-
},
|
|
94
|
-
mapper: __assign(__assign({}, Mappers.StorageQueue), { required: true })
|
|
95
|
-
},
|
|
96
169
|
responses: {
|
|
97
170
|
200: {
|
|
98
171
|
bodyMapper: Mappers.StorageQueue
|
|
99
172
|
},
|
|
100
173
|
default: {
|
|
101
|
-
bodyMapper: Mappers.
|
|
174
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
102
175
|
}
|
|
103
176
|
},
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
var updateOperationSpec = {
|
|
107
|
-
httpMethod: "PATCH",
|
|
108
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
177
|
+
requestBody: Parameters.queue,
|
|
178
|
+
queryParameters: [Parameters.apiVersion],
|
|
109
179
|
urlParameters: [
|
|
110
|
-
Parameters
|
|
111
|
-
Parameters.accountName,
|
|
180
|
+
Parameters.$host,
|
|
112
181
|
Parameters.subscriptionId,
|
|
182
|
+
Parameters.resourceGroupName,
|
|
183
|
+
Parameters.accountName1,
|
|
113
184
|
Parameters.queueName
|
|
114
185
|
],
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
parameterPath: {
|
|
123
|
-
metadata: [
|
|
124
|
-
"options",
|
|
125
|
-
"metadata"
|
|
126
|
-
]
|
|
127
|
-
},
|
|
128
|
-
mapper: __assign(__assign({}, Mappers.StorageQueue), { required: true })
|
|
129
|
-
},
|
|
186
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
187
|
+
mediaType: "json",
|
|
188
|
+
serializer
|
|
189
|
+
};
|
|
190
|
+
const updateOperationSpec = {
|
|
191
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
192
|
+
httpMethod: "PATCH",
|
|
130
193
|
responses: {
|
|
131
194
|
200: {
|
|
132
195
|
bodyMapper: Mappers.StorageQueue
|
|
133
196
|
},
|
|
134
197
|
default: {
|
|
135
|
-
bodyMapper: Mappers.
|
|
198
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
136
199
|
}
|
|
137
200
|
},
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
var getOperationSpec = {
|
|
141
|
-
httpMethod: "GET",
|
|
142
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
201
|
+
requestBody: Parameters.queue,
|
|
202
|
+
queryParameters: [Parameters.apiVersion],
|
|
143
203
|
urlParameters: [
|
|
144
|
-
Parameters
|
|
145
|
-
Parameters.accountName,
|
|
204
|
+
Parameters.$host,
|
|
146
205
|
Parameters.subscriptionId,
|
|
206
|
+
Parameters.resourceGroupName,
|
|
207
|
+
Parameters.accountName1,
|
|
147
208
|
Parameters.queueName
|
|
148
209
|
],
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
210
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
211
|
+
mediaType: "json",
|
|
212
|
+
serializer
|
|
213
|
+
};
|
|
214
|
+
const getOperationSpec = {
|
|
215
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
216
|
+
httpMethod: "GET",
|
|
155
217
|
responses: {
|
|
156
218
|
200: {
|
|
157
219
|
bodyMapper: Mappers.StorageQueue
|
|
158
220
|
},
|
|
159
221
|
default: {
|
|
160
|
-
bodyMapper: Mappers.
|
|
222
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
161
223
|
}
|
|
162
224
|
},
|
|
163
|
-
|
|
164
|
-
};
|
|
165
|
-
var deleteMethodOperationSpec = {
|
|
166
|
-
httpMethod: "DELETE",
|
|
167
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
225
|
+
queryParameters: [Parameters.apiVersion],
|
|
168
226
|
urlParameters: [
|
|
169
|
-
Parameters
|
|
170
|
-
Parameters.accountName,
|
|
227
|
+
Parameters.$host,
|
|
171
228
|
Parameters.subscriptionId,
|
|
229
|
+
Parameters.resourceGroupName,
|
|
230
|
+
Parameters.accountName1,
|
|
172
231
|
Parameters.queueName
|
|
173
232
|
],
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
233
|
+
headerParameters: [Parameters.accept],
|
|
234
|
+
serializer
|
|
235
|
+
};
|
|
236
|
+
const deleteOperationSpec = {
|
|
237
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues/{queueName}",
|
|
238
|
+
httpMethod: "DELETE",
|
|
180
239
|
responses: {
|
|
181
240
|
204: {},
|
|
182
241
|
default: {
|
|
183
|
-
bodyMapper: Mappers.
|
|
242
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
184
243
|
}
|
|
185
244
|
},
|
|
186
|
-
|
|
187
|
-
};
|
|
188
|
-
var listOperationSpec = {
|
|
189
|
-
httpMethod: "GET",
|
|
190
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues",
|
|
245
|
+
queryParameters: [Parameters.apiVersion],
|
|
191
246
|
urlParameters: [
|
|
247
|
+
Parameters.$host,
|
|
248
|
+
Parameters.subscriptionId,
|
|
192
249
|
Parameters.resourceGroupName,
|
|
193
|
-
Parameters.
|
|
194
|
-
Parameters.
|
|
195
|
-
],
|
|
196
|
-
queryParameters: [
|
|
197
|
-
Parameters.apiVersion,
|
|
198
|
-
Parameters.maxpagesize,
|
|
199
|
-
Parameters.filter
|
|
200
|
-
],
|
|
201
|
-
headerParameters: [
|
|
202
|
-
Parameters.acceptLanguage
|
|
250
|
+
Parameters.accountName1,
|
|
251
|
+
Parameters.queueName
|
|
203
252
|
],
|
|
253
|
+
headerParameters: [Parameters.accept],
|
|
254
|
+
serializer
|
|
255
|
+
};
|
|
256
|
+
const listOperationSpec = {
|
|
257
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/default/queues",
|
|
258
|
+
httpMethod: "GET",
|
|
204
259
|
responses: {
|
|
205
260
|
200: {
|
|
206
261
|
bodyMapper: Mappers.ListQueueResource
|
|
207
262
|
},
|
|
208
263
|
default: {
|
|
209
|
-
bodyMapper: Mappers.
|
|
264
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
210
265
|
}
|
|
211
266
|
},
|
|
212
|
-
serializer: serializer
|
|
213
|
-
};
|
|
214
|
-
var listNextOperationSpec = {
|
|
215
|
-
httpMethod: "GET",
|
|
216
|
-
baseUrl: "https://management.azure.com",
|
|
217
|
-
path: "{nextLink}",
|
|
218
|
-
urlParameters: [
|
|
219
|
-
Parameters.nextPageLink
|
|
220
|
-
],
|
|
221
267
|
queryParameters: [
|
|
222
268
|
Parameters.apiVersion,
|
|
223
269
|
Parameters.maxpagesize,
|
|
224
270
|
Parameters.filter
|
|
225
271
|
],
|
|
226
|
-
|
|
227
|
-
Parameters
|
|
272
|
+
urlParameters: [
|
|
273
|
+
Parameters.$host,
|
|
274
|
+
Parameters.subscriptionId,
|
|
275
|
+
Parameters.resourceGroupName,
|
|
276
|
+
Parameters.accountName1
|
|
228
277
|
],
|
|
278
|
+
headerParameters: [Parameters.accept],
|
|
279
|
+
serializer
|
|
280
|
+
};
|
|
281
|
+
const listNextOperationSpec = {
|
|
282
|
+
path: "{nextLink}",
|
|
283
|
+
httpMethod: "GET",
|
|
229
284
|
responses: {
|
|
230
285
|
200: {
|
|
231
286
|
bodyMapper: Mappers.ListQueueResource
|
|
232
287
|
},
|
|
233
288
|
default: {
|
|
234
|
-
bodyMapper: Mappers.
|
|
289
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
235
290
|
}
|
|
236
291
|
},
|
|
237
|
-
|
|
292
|
+
queryParameters: [
|
|
293
|
+
Parameters.apiVersion,
|
|
294
|
+
Parameters.maxpagesize,
|
|
295
|
+
Parameters.filter
|
|
296
|
+
],
|
|
297
|
+
urlParameters: [
|
|
298
|
+
Parameters.$host,
|
|
299
|
+
Parameters.subscriptionId,
|
|
300
|
+
Parameters.resourceGroupName,
|
|
301
|
+
Parameters.accountName1,
|
|
302
|
+
Parameters.nextLink
|
|
303
|
+
],
|
|
304
|
+
headerParameters: [Parameters.accept],
|
|
305
|
+
serializer
|
|
238
306
|
};
|
|
239
307
|
//# sourceMappingURL=queue.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queue.js","sourceRoot":"","sources":["../../src/operations/queue.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"queue.js","sourceRoot":"","sources":["../../src/operations/queue.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,105 +1,47 @@
|
|
|
1
|
-
import
|
|
2
|
-
import * as Models from "../models";
|
|
1
|
+
import { QueueServices } from "../operationsInterfaces";
|
|
3
2
|
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
3
|
+
import { QueueServicesListOptionalParams, QueueServicesListResponse, QueueServiceProperties, QueueServicesSetServicePropertiesOptionalParams, QueueServicesSetServicePropertiesResponse, QueueServicesGetServicePropertiesOptionalParams, QueueServicesGetServicePropertiesResponse } from "../models";
|
|
4
4
|
/** Class representing a QueueServices. */
|
|
5
|
-
export declare class QueueServices {
|
|
5
|
+
export declare class QueueServicesImpl implements QueueServices {
|
|
6
6
|
private readonly client;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @param
|
|
8
|
+
* Initialize a new instance of the class QueueServices class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
10
|
*/
|
|
11
11
|
constructor(client: StorageManagementClientContext);
|
|
12
12
|
/**
|
|
13
13
|
* List all queue services for the storage account
|
|
14
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
15
|
-
*
|
|
14
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
15
|
+
* case insensitive.
|
|
16
16
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @param
|
|
20
|
-
* @returns Promise<Models.QueueServicesListResponse>
|
|
17
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
18
|
+
* only.
|
|
19
|
+
* @param options The options parameters.
|
|
21
20
|
*/
|
|
22
|
-
list(resourceGroupName: string, accountName: string, options?:
|
|
21
|
+
list(resourceGroupName: string, accountName: string, options?: QueueServicesListOptionalParams): Promise<QueueServicesListResponse>;
|
|
23
22
|
/**
|
|
24
|
-
*
|
|
25
|
-
*
|
|
23
|
+
* Sets the properties of a storage account’s Queue service, including properties for Storage Analytics
|
|
24
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
25
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
26
|
+
* case insensitive.
|
|
26
27
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* @param
|
|
28
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
29
|
+
* only.
|
|
30
|
+
* @param parameters The properties of a storage account’s Queue service, only properties for Storage
|
|
31
|
+
* Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified.
|
|
32
|
+
* @param options The options parameters.
|
|
30
33
|
*/
|
|
31
|
-
|
|
34
|
+
setServiceProperties(resourceGroupName: string, accountName: string, parameters: QueueServiceProperties, options?: QueueServicesSetServicePropertiesOptionalParams): Promise<QueueServicesSetServicePropertiesResponse>;
|
|
32
35
|
/**
|
|
33
|
-
*
|
|
34
|
-
*
|
|
36
|
+
* Gets the properties of a storage account’s Queue service, including properties for Storage Analytics
|
|
37
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
38
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
39
|
+
* case insensitive.
|
|
35
40
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* @param options The
|
|
39
|
-
* @param callback The callback
|
|
41
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
42
|
+
* only.
|
|
43
|
+
* @param options The options parameters.
|
|
40
44
|
*/
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Sets the properties of a storage account’s Queue 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.QueueServicesSetServicePropertiesResponse>
|
|
52
|
-
*/
|
|
53
|
-
setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.QueueServicesSetServicePropertiesOptionalParams): Promise<Models.QueueServicesSetServicePropertiesResponse>;
|
|
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.QueueServiceProperties>): 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.QueueServicesSetServicePropertiesOptionalParams, callback: msRest.ServiceCallback<Models.QueueServiceProperties>): void;
|
|
73
|
-
/**
|
|
74
|
-
* Gets the properties of a storage account’s Queue 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.QueueServicesGetServicePropertiesResponse>
|
|
83
|
-
*/
|
|
84
|
-
getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.QueueServicesGetServicePropertiesResponse>;
|
|
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.QueueServiceProperties>): 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.QueueServiceProperties>): void;
|
|
45
|
+
getServiceProperties(resourceGroupName: string, accountName: string, options?: QueueServicesGetServicePropertiesOptionalParams): Promise<QueueServicesGetServicePropertiesResponse>;
|
|
104
46
|
}
|
|
105
47
|
//# sourceMappingURL=queueServices.d.ts.map
|