@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
|
@@ -3,23 +3,31 @@
|
|
|
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
8
|
|
|
10
|
-
import
|
|
11
|
-
import * as
|
|
12
|
-
import * as Mappers from "../models/
|
|
9
|
+
import { QueueServices } from "../operationsInterfaces";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
13
12
|
import * as Parameters from "../models/parameters";
|
|
14
13
|
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
14
|
+
import {
|
|
15
|
+
QueueServicesListOptionalParams,
|
|
16
|
+
QueueServicesListResponse,
|
|
17
|
+
QueueServiceProperties,
|
|
18
|
+
QueueServicesSetServicePropertiesOptionalParams,
|
|
19
|
+
QueueServicesSetServicePropertiesResponse,
|
|
20
|
+
QueueServicesGetServicePropertiesOptionalParams,
|
|
21
|
+
QueueServicesGetServicePropertiesResponse
|
|
22
|
+
} from "../models";
|
|
15
23
|
|
|
16
24
|
/** Class representing a QueueServices. */
|
|
17
|
-
export class QueueServices {
|
|
25
|
+
export class QueueServicesImpl implements QueueServices {
|
|
18
26
|
private readonly client: StorageManagementClientContext;
|
|
19
27
|
|
|
20
28
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
29
|
+
* Initialize a new instance of the class QueueServices class.
|
|
30
|
+
* @param client Reference to the service client
|
|
23
31
|
*/
|
|
24
32
|
constructor(client: StorageManagementClientContext) {
|
|
25
33
|
this.client = client;
|
|
@@ -27,217 +35,139 @@ export class QueueServices {
|
|
|
27
35
|
|
|
28
36
|
/**
|
|
29
37
|
* List all queue services for the storage account
|
|
30
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
31
|
-
*
|
|
38
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
39
|
+
* case insensitive.
|
|
32
40
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* @param
|
|
36
|
-
* @returns Promise<Models.QueueServicesListResponse>
|
|
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.
|
|
37
44
|
*/
|
|
38
|
-
list(
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
44
|
-
* letters only.
|
|
45
|
-
* @param callback The callback
|
|
46
|
-
*/
|
|
47
|
-
list(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListQueueServices>): void;
|
|
48
|
-
/**
|
|
49
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
50
|
-
* is case insensitive.
|
|
51
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
52
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
53
|
-
* letters only.
|
|
54
|
-
* @param options The optional parameters
|
|
55
|
-
* @param callback The callback
|
|
56
|
-
*/
|
|
57
|
-
list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListQueueServices>): void;
|
|
58
|
-
list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ListQueueServices>, callback?: msRest.ServiceCallback<Models.ListQueueServices>): Promise<Models.QueueServicesListResponse> {
|
|
45
|
+
list(
|
|
46
|
+
resourceGroupName: string,
|
|
47
|
+
accountName: string,
|
|
48
|
+
options?: QueueServicesListOptionalParams
|
|
49
|
+
): Promise<QueueServicesListResponse> {
|
|
59
50
|
return this.client.sendOperationRequest(
|
|
60
|
-
{
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
options
|
|
64
|
-
},
|
|
65
|
-
listOperationSpec,
|
|
66
|
-
callback) as Promise<Models.QueueServicesListResponse>;
|
|
51
|
+
{ resourceGroupName, accountName, options },
|
|
52
|
+
listOperationSpec
|
|
53
|
+
);
|
|
67
54
|
}
|
|
68
55
|
|
|
69
56
|
/**
|
|
70
|
-
* Sets the properties of a storage account’s Queue service, including properties for Storage
|
|
71
|
-
*
|
|
72
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
73
|
-
*
|
|
74
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
75
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
76
|
-
* letters only.
|
|
77
|
-
* @param [options] The optional parameters
|
|
78
|
-
* @returns Promise<Models.QueueServicesSetServicePropertiesResponse>
|
|
79
|
-
*/
|
|
80
|
-
setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.QueueServicesSetServicePropertiesOptionalParams): Promise<Models.QueueServicesSetServicePropertiesResponse>;
|
|
81
|
-
/**
|
|
82
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
83
|
-
* is case insensitive.
|
|
57
|
+
* Sets the properties of a storage account’s Queue service, including properties for Storage Analytics
|
|
58
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
60
|
+
* case insensitive.
|
|
84
61
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
* @param
|
|
62
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
63
|
+
* only.
|
|
64
|
+
* @param parameters The properties of a storage account’s Queue service, only properties for Storage
|
|
65
|
+
* Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified.
|
|
66
|
+
* @param options The options parameters.
|
|
88
67
|
*/
|
|
89
|
-
setServiceProperties(
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
* letters only.
|
|
96
|
-
* @param options The optional parameters
|
|
97
|
-
* @param callback The callback
|
|
98
|
-
*/
|
|
99
|
-
setServiceProperties(resourceGroupName: string, accountName: string, options: Models.QueueServicesSetServicePropertiesOptionalParams, callback: msRest.ServiceCallback<Models.QueueServiceProperties>): void;
|
|
100
|
-
setServiceProperties(resourceGroupName: string, accountName: string, options?: Models.QueueServicesSetServicePropertiesOptionalParams | msRest.ServiceCallback<Models.QueueServiceProperties>, callback?: msRest.ServiceCallback<Models.QueueServiceProperties>): Promise<Models.QueueServicesSetServicePropertiesResponse> {
|
|
68
|
+
setServiceProperties(
|
|
69
|
+
resourceGroupName: string,
|
|
70
|
+
accountName: string,
|
|
71
|
+
parameters: QueueServiceProperties,
|
|
72
|
+
options?: QueueServicesSetServicePropertiesOptionalParams
|
|
73
|
+
): Promise<QueueServicesSetServicePropertiesResponse> {
|
|
101
74
|
return this.client.sendOperationRequest(
|
|
102
|
-
{
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
options
|
|
106
|
-
},
|
|
107
|
-
setServicePropertiesOperationSpec,
|
|
108
|
-
callback) as Promise<Models.QueueServicesSetServicePropertiesResponse>;
|
|
75
|
+
{ resourceGroupName, accountName, parameters, options },
|
|
76
|
+
setServicePropertiesOperationSpec
|
|
77
|
+
);
|
|
109
78
|
}
|
|
110
79
|
|
|
111
80
|
/**
|
|
112
|
-
* Gets the properties of a storage account’s Queue service, including properties for Storage
|
|
113
|
-
*
|
|
114
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
115
|
-
*
|
|
116
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
117
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
118
|
-
* letters only.
|
|
119
|
-
* @param [options] The optional parameters
|
|
120
|
-
* @returns Promise<Models.QueueServicesGetServicePropertiesResponse>
|
|
121
|
-
*/
|
|
122
|
-
getServiceProperties(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.QueueServicesGetServicePropertiesResponse>;
|
|
123
|
-
/**
|
|
124
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
125
|
-
* is case insensitive.
|
|
126
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
127
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
128
|
-
* letters only.
|
|
129
|
-
* @param callback The callback
|
|
130
|
-
*/
|
|
131
|
-
getServiceProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.QueueServiceProperties>): void;
|
|
132
|
-
/**
|
|
133
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
134
|
-
* is case insensitive.
|
|
81
|
+
* Gets the properties of a storage account’s Queue service, including properties for Storage Analytics
|
|
82
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
83
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
84
|
+
* case insensitive.
|
|
135
85
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
* @param options The
|
|
139
|
-
* @param callback The callback
|
|
86
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
87
|
+
* only.
|
|
88
|
+
* @param options The options parameters.
|
|
140
89
|
*/
|
|
141
|
-
getServiceProperties(
|
|
142
|
-
|
|
90
|
+
getServiceProperties(
|
|
91
|
+
resourceGroupName: string,
|
|
92
|
+
accountName: string,
|
|
93
|
+
options?: QueueServicesGetServicePropertiesOptionalParams
|
|
94
|
+
): Promise<QueueServicesGetServicePropertiesResponse> {
|
|
143
95
|
return this.client.sendOperationRequest(
|
|
144
|
-
{
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
options
|
|
148
|
-
},
|
|
149
|
-
getServicePropertiesOperationSpec,
|
|
150
|
-
callback) as Promise<Models.QueueServicesGetServicePropertiesResponse>;
|
|
96
|
+
{ resourceGroupName, accountName, options },
|
|
97
|
+
getServicePropertiesOperationSpec
|
|
98
|
+
);
|
|
151
99
|
}
|
|
152
100
|
}
|
|
153
|
-
|
|
154
101
|
// Operation Specifications
|
|
155
|
-
const serializer =
|
|
156
|
-
|
|
102
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
103
|
+
|
|
104
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
105
|
+
path:
|
|
106
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices",
|
|
157
107
|
httpMethod: "GET",
|
|
158
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices",
|
|
159
|
-
urlParameters: [
|
|
160
|
-
Parameters.resourceGroupName,
|
|
161
|
-
Parameters.accountName,
|
|
162
|
-
Parameters.subscriptionId
|
|
163
|
-
],
|
|
164
|
-
queryParameters: [
|
|
165
|
-
Parameters.apiVersion
|
|
166
|
-
],
|
|
167
|
-
headerParameters: [
|
|
168
|
-
Parameters.acceptLanguage
|
|
169
|
-
],
|
|
170
108
|
responses: {
|
|
171
109
|
200: {
|
|
172
110
|
bodyMapper: Mappers.ListQueueServices
|
|
173
111
|
},
|
|
174
112
|
default: {
|
|
175
|
-
bodyMapper: Mappers.
|
|
113
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
176
114
|
}
|
|
177
115
|
},
|
|
178
|
-
|
|
179
|
-
};
|
|
180
|
-
|
|
181
|
-
const setServicePropertiesOperationSpec: msRest.OperationSpec = {
|
|
182
|
-
httpMethod: "PUT",
|
|
183
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/{queueServiceName}",
|
|
116
|
+
queryParameters: [Parameters.apiVersion],
|
|
184
117
|
urlParameters: [
|
|
185
|
-
Parameters
|
|
186
|
-
Parameters.accountName,
|
|
118
|
+
Parameters.$host,
|
|
187
119
|
Parameters.subscriptionId,
|
|
188
|
-
Parameters.
|
|
189
|
-
|
|
190
|
-
queryParameters: [
|
|
191
|
-
Parameters.apiVersion
|
|
192
|
-
],
|
|
193
|
-
headerParameters: [
|
|
194
|
-
Parameters.acceptLanguage
|
|
120
|
+
Parameters.resourceGroupName,
|
|
121
|
+
Parameters.accountName1
|
|
195
122
|
],
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
mapper: {
|
|
204
|
-
...Mappers.QueueServiceProperties,
|
|
205
|
-
required: true
|
|
206
|
-
}
|
|
207
|
-
},
|
|
123
|
+
headerParameters: [Parameters.accept],
|
|
124
|
+
serializer
|
|
125
|
+
};
|
|
126
|
+
const setServicePropertiesOperationSpec: coreClient.OperationSpec = {
|
|
127
|
+
path:
|
|
128
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/{queueServiceName}",
|
|
129
|
+
httpMethod: "PUT",
|
|
208
130
|
responses: {
|
|
209
131
|
200: {
|
|
210
132
|
bodyMapper: Mappers.QueueServiceProperties
|
|
211
133
|
},
|
|
212
134
|
default: {
|
|
213
|
-
bodyMapper: Mappers.
|
|
135
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
214
136
|
}
|
|
215
137
|
},
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
const getServicePropertiesOperationSpec: msRest.OperationSpec = {
|
|
220
|
-
httpMethod: "GET",
|
|
221
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/{queueServiceName}",
|
|
138
|
+
requestBody: Parameters.parameters10,
|
|
139
|
+
queryParameters: [Parameters.apiVersion],
|
|
222
140
|
urlParameters: [
|
|
223
|
-
Parameters
|
|
224
|
-
Parameters.accountName,
|
|
141
|
+
Parameters.$host,
|
|
225
142
|
Parameters.subscriptionId,
|
|
143
|
+
Parameters.resourceGroupName,
|
|
144
|
+
Parameters.accountName1,
|
|
226
145
|
Parameters.queueServiceName
|
|
227
146
|
],
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
147
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
148
|
+
mediaType: "json",
|
|
149
|
+
serializer
|
|
150
|
+
};
|
|
151
|
+
const getServicePropertiesOperationSpec: coreClient.OperationSpec = {
|
|
152
|
+
path:
|
|
153
|
+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/queueServices/{queueServiceName}",
|
|
154
|
+
httpMethod: "GET",
|
|
234
155
|
responses: {
|
|
235
156
|
200: {
|
|
236
157
|
bodyMapper: Mappers.QueueServiceProperties
|
|
237
158
|
},
|
|
238
159
|
default: {
|
|
239
|
-
bodyMapper: Mappers.
|
|
160
|
+
bodyMapper: Mappers.CloudErrorAutoGenerated
|
|
240
161
|
}
|
|
241
162
|
},
|
|
163
|
+
queryParameters: [Parameters.apiVersion],
|
|
164
|
+
urlParameters: [
|
|
165
|
+
Parameters.$host,
|
|
166
|
+
Parameters.subscriptionId,
|
|
167
|
+
Parameters.resourceGroupName,
|
|
168
|
+
Parameters.accountName1,
|
|
169
|
+
Parameters.queueServiceName
|
|
170
|
+
],
|
|
171
|
+
headerParameters: [Parameters.accept],
|
|
242
172
|
serializer
|
|
243
173
|
};
|
package/src/operations/skus.ts
CHANGED
|
@@ -3,23 +3,30 @@
|
|
|
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
8
|
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
9
|
+
import "@azure/core-paging";
|
|
10
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
11
|
+
import { Skus } from "../operationsInterfaces";
|
|
12
|
+
import * as coreClient from "@azure/core-client";
|
|
13
|
+
import * as Mappers from "../models/mappers";
|
|
13
14
|
import * as Parameters from "../models/parameters";
|
|
14
15
|
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
16
|
+
import {
|
|
17
|
+
SkuInformation,
|
|
18
|
+
SkusListOptionalParams,
|
|
19
|
+
SkusListResponse
|
|
20
|
+
} from "../models";
|
|
15
21
|
|
|
22
|
+
/// <reference lib="esnext.asynciterable" />
|
|
16
23
|
/** Class representing a Skus. */
|
|
17
|
-
export class Skus {
|
|
24
|
+
export class SkusImpl implements Skus {
|
|
18
25
|
private readonly client: StorageManagementClientContext;
|
|
19
26
|
|
|
20
27
|
/**
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
28
|
+
* Initialize a new instance of the class Skus class.
|
|
29
|
+
* @param client Reference to the service client
|
|
23
30
|
*/
|
|
24
31
|
constructor(client: StorageManagementClientContext) {
|
|
25
32
|
this.client = client;
|
|
@@ -27,50 +34,61 @@ export class Skus {
|
|
|
27
34
|
|
|
28
35
|
/**
|
|
29
36
|
* Lists the available SKUs supported by Microsoft.Storage for given subscription.
|
|
30
|
-
* @param
|
|
31
|
-
* @returns Promise<Models.SkusListResponse>
|
|
37
|
+
* @param options The options parameters.
|
|
32
38
|
*/
|
|
33
|
-
list(
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
39
|
+
public list(
|
|
40
|
+
options?: SkusListOptionalParams
|
|
41
|
+
): PagedAsyncIterableIterator<SkuInformation> {
|
|
42
|
+
const iter = this.listPagingAll(options);
|
|
43
|
+
return {
|
|
44
|
+
next() {
|
|
45
|
+
return iter.next();
|
|
46
|
+
},
|
|
47
|
+
[Symbol.asyncIterator]() {
|
|
48
|
+
return this;
|
|
49
|
+
},
|
|
50
|
+
byPage: () => {
|
|
51
|
+
return this.listPagingPage(options);
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
private async *listPagingPage(
|
|
57
|
+
options?: SkusListOptionalParams
|
|
58
|
+
): AsyncIterableIterator<SkuInformation[]> {
|
|
59
|
+
let result = await this._list(options);
|
|
60
|
+
yield result.value || [];
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
private async *listPagingAll(
|
|
64
|
+
options?: SkusListOptionalParams
|
|
65
|
+
): AsyncIterableIterator<SkuInformation> {
|
|
66
|
+
for await (const page of this.listPagingPage(options)) {
|
|
67
|
+
yield* page;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
38
71
|
/**
|
|
39
|
-
*
|
|
40
|
-
* @param
|
|
72
|
+
* Lists the available SKUs supported by Microsoft.Storage for given subscription.
|
|
73
|
+
* @param options The options parameters.
|
|
41
74
|
*/
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
return this.client.sendOperationRequest(
|
|
45
|
-
{
|
|
46
|
-
options
|
|
47
|
-
},
|
|
48
|
-
listOperationSpec,
|
|
49
|
-
callback) as Promise<Models.SkusListResponse>;
|
|
75
|
+
private _list(options?: SkusListOptionalParams): Promise<SkusListResponse> {
|
|
76
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
50
77
|
}
|
|
51
78
|
}
|
|
52
|
-
|
|
53
79
|
// Operation Specifications
|
|
54
|
-
const serializer =
|
|
55
|
-
|
|
80
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
81
|
+
|
|
82
|
+
const listOperationSpec: coreClient.OperationSpec = {
|
|
83
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus",
|
|
56
84
|
httpMethod: "GET",
|
|
57
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus",
|
|
58
|
-
urlParameters: [
|
|
59
|
-
Parameters.subscriptionId
|
|
60
|
-
],
|
|
61
|
-
queryParameters: [
|
|
62
|
-
Parameters.apiVersion
|
|
63
|
-
],
|
|
64
|
-
headerParameters: [
|
|
65
|
-
Parameters.acceptLanguage
|
|
66
|
-
],
|
|
67
85
|
responses: {
|
|
68
86
|
200: {
|
|
69
87
|
bodyMapper: Mappers.StorageSkuListResult
|
|
70
|
-
},
|
|
71
|
-
default: {
|
|
72
|
-
bodyMapper: Mappers.CloudError
|
|
73
88
|
}
|
|
74
89
|
},
|
|
90
|
+
queryParameters: [Parameters.apiVersion],
|
|
91
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
92
|
+
headerParameters: [Parameters.accept],
|
|
75
93
|
serializer
|
|
76
94
|
};
|