@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,56 +3,101 @@
|
|
|
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
|
|
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";
|
|
11
12
|
import * as Parameters from "../models/parameters";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
12
14
|
/** Class representing a DeletedAccounts. */
|
|
13
|
-
|
|
15
|
+
export class DeletedAccountsImpl {
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
16
|
-
* @param
|
|
17
|
+
* Initialize a new instance of the class DeletedAccounts class.
|
|
18
|
+
* @param client Reference to the service client
|
|
17
19
|
*/
|
|
18
|
-
|
|
20
|
+
constructor(client) {
|
|
19
21
|
this.client = client;
|
|
20
22
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
return
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
23
|
+
/**
|
|
24
|
+
* Lists deleted accounts under the subscription.
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
list(options) {
|
|
28
|
+
const iter = this.listPagingAll(options);
|
|
29
|
+
return {
|
|
30
|
+
next() {
|
|
31
|
+
return iter.next();
|
|
32
|
+
},
|
|
33
|
+
[Symbol.asyncIterator]() {
|
|
34
|
+
return this;
|
|
35
|
+
},
|
|
36
|
+
byPage: () => {
|
|
37
|
+
return this.listPagingPage(options);
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
listPagingPage(options) {
|
|
42
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
43
|
+
let result = yield __await(this._list(options));
|
|
44
|
+
yield yield __await(result.value || []);
|
|
45
|
+
let continuationToken = result.nextLink;
|
|
46
|
+
while (continuationToken) {
|
|
47
|
+
result = yield __await(this._listNext(continuationToken, options));
|
|
48
|
+
continuationToken = result.nextLink;
|
|
49
|
+
yield yield __await(result.value || []);
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
listPagingAll(options) {
|
|
54
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
55
|
+
var e_1, _a;
|
|
56
|
+
try {
|
|
57
|
+
for (var _b = __asyncValues(this.listPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
58
|
+
const page = _c.value;
|
|
59
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
63
|
+
finally {
|
|
64
|
+
try {
|
|
65
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
66
|
+
}
|
|
67
|
+
finally { if (e_1) throw e_1.error; }
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Lists deleted accounts under the subscription.
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
_list(options) {
|
|
76
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Get properties of specified deleted account resource.
|
|
80
|
+
* @param deletedAccountName Name of the deleted storage account.
|
|
81
|
+
* @param location The location of the deleted storage account.
|
|
82
|
+
* @param options The options parameters.
|
|
83
|
+
*/
|
|
84
|
+
get(deletedAccountName, location, options) {
|
|
85
|
+
return this.client.sendOperationRequest({ deletedAccountName, location, options }, getOperationSpec);
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* ListNext
|
|
89
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
90
|
+
* @param options The options parameters.
|
|
91
|
+
*/
|
|
92
|
+
_listNext(nextLink, options) {
|
|
93
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
42
96
|
// Operation Specifications
|
|
43
|
-
|
|
44
|
-
|
|
97
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
98
|
+
const listOperationSpec = {
|
|
99
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts",
|
|
45
100
|
httpMethod: "GET",
|
|
46
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.Storage/deletedAccounts",
|
|
47
|
-
urlParameters: [
|
|
48
|
-
Parameters.subscriptionId
|
|
49
|
-
],
|
|
50
|
-
queryParameters: [
|
|
51
|
-
Parameters.apiVersion
|
|
52
|
-
],
|
|
53
|
-
headerParameters: [
|
|
54
|
-
Parameters.acceptLanguage
|
|
55
|
-
],
|
|
56
101
|
responses: {
|
|
57
102
|
200: {
|
|
58
103
|
bodyMapper: Mappers.DeletedAccountListResult
|
|
@@ -61,22 +106,14 @@ var listOperationSpec = {
|
|
|
61
106
|
bodyMapper: Mappers.ErrorResponse
|
|
62
107
|
}
|
|
63
108
|
},
|
|
64
|
-
|
|
109
|
+
queryParameters: [Parameters.apiVersion],
|
|
110
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId],
|
|
111
|
+
headerParameters: [Parameters.accept],
|
|
112
|
+
serializer
|
|
65
113
|
};
|
|
66
|
-
|
|
114
|
+
const getOperationSpec = {
|
|
115
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}",
|
|
67
116
|
httpMethod: "GET",
|
|
68
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}",
|
|
69
|
-
urlParameters: [
|
|
70
|
-
Parameters.deletedAccountName,
|
|
71
|
-
Parameters.location,
|
|
72
|
-
Parameters.subscriptionId
|
|
73
|
-
],
|
|
74
|
-
queryParameters: [
|
|
75
|
-
Parameters.apiVersion
|
|
76
|
-
],
|
|
77
|
-
headerParameters: [
|
|
78
|
-
Parameters.acceptLanguage
|
|
79
|
-
],
|
|
80
117
|
responses: {
|
|
81
118
|
200: {
|
|
82
119
|
bodyMapper: Mappers.DeletedAccount
|
|
@@ -85,21 +122,19 @@ var getOperationSpec = {
|
|
|
85
122
|
bodyMapper: Mappers.ErrorResponse
|
|
86
123
|
}
|
|
87
124
|
},
|
|
88
|
-
|
|
89
|
-
};
|
|
90
|
-
var listNextOperationSpec = {
|
|
91
|
-
httpMethod: "GET",
|
|
92
|
-
baseUrl: "https://management.azure.com",
|
|
93
|
-
path: "{nextLink}",
|
|
125
|
+
queryParameters: [Parameters.apiVersion],
|
|
94
126
|
urlParameters: [
|
|
95
|
-
Parameters
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
Parameters.
|
|
99
|
-
],
|
|
100
|
-
headerParameters: [
|
|
101
|
-
Parameters.acceptLanguage
|
|
127
|
+
Parameters.$host,
|
|
128
|
+
Parameters.subscriptionId,
|
|
129
|
+
Parameters.deletedAccountName,
|
|
130
|
+
Parameters.location
|
|
102
131
|
],
|
|
132
|
+
headerParameters: [Parameters.accept],
|
|
133
|
+
serializer
|
|
134
|
+
};
|
|
135
|
+
const listNextOperationSpec = {
|
|
136
|
+
path: "{nextLink}",
|
|
137
|
+
httpMethod: "GET",
|
|
103
138
|
responses: {
|
|
104
139
|
200: {
|
|
105
140
|
bodyMapper: Mappers.DeletedAccountListResult
|
|
@@ -108,6 +143,13 @@ var listNextOperationSpec = {
|
|
|
108
143
|
bodyMapper: Mappers.ErrorResponse
|
|
109
144
|
}
|
|
110
145
|
},
|
|
111
|
-
|
|
146
|
+
queryParameters: [Parameters.apiVersion],
|
|
147
|
+
urlParameters: [
|
|
148
|
+
Parameters.$host,
|
|
149
|
+
Parameters.subscriptionId,
|
|
150
|
+
Parameters.nextLink
|
|
151
|
+
],
|
|
152
|
+
headerParameters: [Parameters.accept],
|
|
153
|
+
serializer
|
|
112
154
|
};
|
|
113
155
|
//# sourceMappingURL=deletedAccounts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletedAccounts.js","sourceRoot":"","sources":["../../src/operations/deletedAccounts.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"deletedAccounts.js","sourceRoot":"","sources":["../../src/operations/deletedAccounts.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,196 +1,95 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { EncryptionScopes } from "../operationsInterfaces";
|
|
3
4
|
import { StorageManagementClientContext } from "../storageManagementClientContext";
|
|
5
|
+
import { EncryptionScope, EncryptionScopesListOptionalParams, EncryptionScopesPutOptionalParams, EncryptionScopesPutResponse, EncryptionScopesPatchOptionalParams, EncryptionScopesPatchResponse, EncryptionScopesGetOptionalParams, EncryptionScopesGetResponse } from "../models";
|
|
4
6
|
/** Class representing a EncryptionScopes. */
|
|
5
|
-
export declare class EncryptionScopes {
|
|
7
|
+
export declare class EncryptionScopesImpl implements EncryptionScopes {
|
|
6
8
|
private readonly client;
|
|
7
9
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @param
|
|
10
|
+
* Initialize a new instance of the class EncryptionScopes class.
|
|
11
|
+
* @param client Reference to the service client
|
|
10
12
|
*/
|
|
11
13
|
constructor(client: StorageManagementClientContext);
|
|
12
14
|
/**
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
17
|
-
* is case insensitive.
|
|
18
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
19
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
20
|
-
* letters only.
|
|
21
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
22
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
23
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
24
|
-
* followed by a letter or number.
|
|
25
|
-
* @param encryptionScope Encryption scope properties to be used for the create or update.
|
|
26
|
-
* @param [options] The optional parameters
|
|
27
|
-
* @returns Promise<Models.EncryptionScopesPutResponse>
|
|
28
|
-
*/
|
|
29
|
-
put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPutResponse>;
|
|
30
|
-
/**
|
|
31
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
32
|
-
* is case insensitive.
|
|
15
|
+
* Lists all the encryption scopes available under the specified storage account.
|
|
16
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
17
|
+
* case insensitive.
|
|
33
18
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @param
|
|
37
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
38
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
39
|
-
* followed by a letter or number.
|
|
40
|
-
* @param encryptionScope Encryption scope properties to be used for the create or update.
|
|
41
|
-
* @param callback The callback
|
|
19
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
20
|
+
* only.
|
|
21
|
+
* @param options The options parameters.
|
|
42
22
|
*/
|
|
43
|
-
|
|
23
|
+
list(resourceGroupName: string, accountName: string, options?: EncryptionScopesListOptionalParams): PagedAsyncIterableIterator<EncryptionScope>;
|
|
24
|
+
private listPagingPage;
|
|
25
|
+
private listPagingAll;
|
|
44
26
|
/**
|
|
45
|
-
*
|
|
46
|
-
* is
|
|
27
|
+
* Synchronously creates or updates an encryption scope under the specified storage account. If an
|
|
28
|
+
* encryption scope is already created and a subsequent request is issued with different properties,
|
|
29
|
+
* the encryption scope properties will be updated per the specified request.
|
|
30
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
31
|
+
* case insensitive.
|
|
47
32
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
33
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
34
|
+
* only.
|
|
35
|
+
* @param encryptionScopeName The name of the encryption scope within the specified storage account.
|
|
36
|
+
* Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
37
|
+
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a
|
|
38
|
+
* letter or number.
|
|
54
39
|
* @param encryptionScope Encryption scope properties to be used for the create or update.
|
|
55
|
-
* @param options The
|
|
56
|
-
* @param callback The callback
|
|
57
|
-
*/
|
|
58
|
-
put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
59
|
-
/**
|
|
60
|
-
* Update encryption scope properties as specified in the request body. Update fails if the
|
|
61
|
-
* specified encryption scope does not already exist.
|
|
62
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
63
|
-
* is case insensitive.
|
|
64
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
65
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
66
|
-
* letters only.
|
|
67
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
68
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
69
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
70
|
-
* followed by a letter or number.
|
|
71
|
-
* @param encryptionScope Encryption scope properties to be used for the update.
|
|
72
|
-
* @param [options] The optional parameters
|
|
73
|
-
* @returns Promise<Models.EncryptionScopesPatchResponse>
|
|
74
|
-
*/
|
|
75
|
-
patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: Models.EncryptionScope, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesPatchResponse>;
|
|
76
|
-
/**
|
|
77
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
78
|
-
* is case insensitive.
|
|
79
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
80
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
81
|
-
* letters only.
|
|
82
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
83
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
84
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
85
|
-
* followed by a letter or number.
|
|
86
|
-
* @param encryptionScope Encryption scope properties to be used for the update.
|
|
87
|
-
* @param callback The callback
|
|
40
|
+
* @param options The options parameters.
|
|
88
41
|
*/
|
|
89
|
-
|
|
42
|
+
put(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPutOptionalParams): Promise<EncryptionScopesPutResponse>;
|
|
90
43
|
/**
|
|
91
|
-
*
|
|
92
|
-
*
|
|
44
|
+
* Update encryption scope properties as specified in the request body. Update fails if the specified
|
|
45
|
+
* encryption scope does not already exist.
|
|
46
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
47
|
+
* case insensitive.
|
|
93
48
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
49
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
50
|
+
* only.
|
|
51
|
+
* @param encryptionScopeName The name of the encryption scope within the specified storage account.
|
|
52
|
+
* Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
53
|
+
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a
|
|
54
|
+
* letter or number.
|
|
100
55
|
* @param encryptionScope Encryption scope properties to be used for the update.
|
|
101
|
-
* @param options The
|
|
102
|
-
* @param callback The callback
|
|
56
|
+
* @param options The options parameters.
|
|
103
57
|
*/
|
|
104
|
-
patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope:
|
|
58
|
+
patch(resourceGroupName: string, accountName: string, encryptionScopeName: string, encryptionScope: EncryptionScope, options?: EncryptionScopesPatchOptionalParams): Promise<EncryptionScopesPatchResponse>;
|
|
105
59
|
/**
|
|
106
60
|
* Returns the properties for the specified encryption scope.
|
|
107
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
108
|
-
*
|
|
61
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
62
|
+
* case insensitive.
|
|
109
63
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
* @param
|
|
117
|
-
* @returns Promise<Models.EncryptionScopesGetResponse>
|
|
64
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
65
|
+
* only.
|
|
66
|
+
* @param encryptionScopeName The name of the encryption scope within the specified storage account.
|
|
67
|
+
* Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case
|
|
68
|
+
* letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a
|
|
69
|
+
* letter or number.
|
|
70
|
+
* @param options The options parameters.
|
|
118
71
|
*/
|
|
119
|
-
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?:
|
|
120
|
-
/**
|
|
121
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
122
|
-
* is case insensitive.
|
|
123
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
124
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
125
|
-
* letters only.
|
|
126
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
127
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
128
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
129
|
-
* followed by a letter or number.
|
|
130
|
-
* @param callback The callback
|
|
131
|
-
*/
|
|
132
|
-
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
133
|
-
/**
|
|
134
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
135
|
-
* is case insensitive.
|
|
136
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
137
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
138
|
-
* letters only.
|
|
139
|
-
* @param encryptionScopeName The name of the encryption scope within the specified storage
|
|
140
|
-
* account. Encryption scope names must be between 3 and 63 characters in length and use numbers,
|
|
141
|
-
* lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and
|
|
142
|
-
* followed by a letter or number.
|
|
143
|
-
* @param options The optional parameters
|
|
144
|
-
* @param callback The callback
|
|
145
|
-
*/
|
|
146
|
-
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScope>): void;
|
|
72
|
+
get(resourceGroupName: string, accountName: string, encryptionScopeName: string, options?: EncryptionScopesGetOptionalParams): Promise<EncryptionScopesGetResponse>;
|
|
147
73
|
/**
|
|
148
74
|
* Lists all the encryption scopes available under the specified storage account.
|
|
149
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
150
|
-
*
|
|
151
|
-
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
152
|
-
* account names must be between 3 and 24 characters in length and use numbers and lower-case
|
|
153
|
-
* letters only.
|
|
154
|
-
* @param [options] The optional parameters
|
|
155
|
-
* @returns Promise<Models.EncryptionScopesListResponse>
|
|
156
|
-
*/
|
|
157
|
-
list(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListResponse>;
|
|
158
|
-
/**
|
|
159
|
-
* @param resourceGroupName The name of the resource group within the user's subscription. The name
|
|
160
|
-
* is case insensitive.
|
|
75
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
76
|
+
* case insensitive.
|
|
161
77
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
* @param
|
|
78
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
79
|
+
* only.
|
|
80
|
+
* @param options The options parameters.
|
|
165
81
|
*/
|
|
166
|
-
|
|
82
|
+
private _list;
|
|
167
83
|
/**
|
|
168
|
-
*
|
|
169
|
-
*
|
|
84
|
+
* ListNext
|
|
85
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
86
|
+
* case insensitive.
|
|
170
87
|
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
* @param
|
|
174
|
-
* @param
|
|
175
|
-
*/
|
|
176
|
-
list(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;
|
|
177
|
-
/**
|
|
178
|
-
* Lists all the encryption scopes available under the specified storage account.
|
|
179
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
180
|
-
* @param [options] The optional parameters
|
|
181
|
-
* @returns Promise<Models.EncryptionScopesListNextResponse>
|
|
182
|
-
*/
|
|
183
|
-
listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EncryptionScopesListNextResponse>;
|
|
184
|
-
/**
|
|
185
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
186
|
-
* @param callback The callback
|
|
187
|
-
*/
|
|
188
|
-
listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EncryptionScopeListResult>): void;
|
|
189
|
-
/**
|
|
190
|
-
* @param nextPageLink The NextLink from the previous successful call to List operation.
|
|
191
|
-
* @param options The optional parameters
|
|
192
|
-
* @param callback The callback
|
|
88
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
89
|
+
* only.
|
|
90
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
91
|
+
* @param options The options parameters.
|
|
193
92
|
*/
|
|
194
|
-
|
|
93
|
+
private _listNext;
|
|
195
94
|
}
|
|
196
95
|
//# sourceMappingURL=encryptionScopes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encryptionScopes.d.ts","sourceRoot":"","sources":["../../src/operations/encryptionScopes.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"encryptionScopes.d.ts","sourceRoot":"","sources":["../../src/operations/encryptionScopes.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAI3D,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,eAAe,EAEf,kCAAkC,EAClC,iCAAiC,EACjC,2BAA2B,EAC3B,mCAAmC,EACnC,6BAA6B,EAC7B,iCAAiC,EACjC,2BAA2B,EAG5B,MAAM,WAAW,CAAC;AAGnB,6CAA6C;AAC7C,qBAAa,oBAAqB,YAAW,gBAAgB;IAC3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;;;;OAQG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,eAAe,CAAC;YAe/B,cAAc;YAoBd,aAAa;IAc5B;;;;;;;;;;;;;;;OAeG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAavC;;;;;;;;;;;;;;OAcG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,eAAe,EAAE,eAAe,EAChC,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAazC;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;;;;;OAQG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;;OASG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|