@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
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { FileShareItem, FileSharesListOptionalParams, FileShare, FileSharesCreateOptionalParams, FileSharesCreateResponse, FileSharesUpdateOptionalParams, FileSharesUpdateResponse, FileSharesGetOptionalParams, FileSharesGetResponse, FileSharesDeleteOptionalParams, DeletedShare, FileSharesRestoreOptionalParams, FileSharesLeaseOptionalParams, FileSharesLeaseResponse } from "../models";
|
|
4
|
+
/** Interface representing a FileShares. */
|
|
5
|
+
export interface FileShares {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all shares.
|
|
8
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
9
|
+
* case insensitive.
|
|
10
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
11
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
12
|
+
* only.
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(resourceGroupName: string, accountName: string, options?: FileSharesListOptionalParams): PagedAsyncIterableIterator<FileShareItem>;
|
|
16
|
+
/**
|
|
17
|
+
* Creates a new share under the specified account as described by request body. The share resource
|
|
18
|
+
* includes metadata and properties for that share. It does not include a list of the files contained
|
|
19
|
+
* by the share.
|
|
20
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
21
|
+
* case insensitive.
|
|
22
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
23
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
24
|
+
* only.
|
|
25
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
26
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
27
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
28
|
+
* @param fileShare Properties of the file share to create.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
create(resourceGroupName: string, accountName: string, shareName: string, fileShare: FileShare, options?: FileSharesCreateOptionalParams): Promise<FileSharesCreateResponse>;
|
|
32
|
+
/**
|
|
33
|
+
* Updates share properties as specified in request body. Properties not mentioned in the request will
|
|
34
|
+
* not be changed. Update fails if the specified share does not already exist.
|
|
35
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
36
|
+
* case insensitive.
|
|
37
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
38
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
39
|
+
* only.
|
|
40
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
41
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
42
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
43
|
+
* @param fileShare Properties to update for the file share.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
update(resourceGroupName: string, accountName: string, shareName: string, fileShare: FileShare, options?: FileSharesUpdateOptionalParams): Promise<FileSharesUpdateResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Gets properties of a specified share.
|
|
49
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
50
|
+
* 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 letters
|
|
53
|
+
* only.
|
|
54
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
55
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
56
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
get(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesGetOptionalParams): Promise<FileSharesGetResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Deletes specified share under its account.
|
|
62
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
63
|
+
* 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 letters
|
|
66
|
+
* only.
|
|
67
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
68
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
69
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
delete(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesDeleteOptionalParams): Promise<void>;
|
|
73
|
+
/**
|
|
74
|
+
* Restore a file share within a valid retention days if share soft delete is enabled
|
|
75
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
76
|
+
* case insensitive.
|
|
77
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
78
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
79
|
+
* only.
|
|
80
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
81
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
82
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
83
|
+
* @param deletedShare The deleted share to be restored.
|
|
84
|
+
* @param options The options parameters.
|
|
85
|
+
*/
|
|
86
|
+
restore(resourceGroupName: string, accountName: string, shareName: string, deletedShare: DeletedShare, options?: FileSharesRestoreOptionalParams): Promise<void>;
|
|
87
|
+
/**
|
|
88
|
+
* The Lease Share operation establishes and manages a lock on a share for delete operations. The lock
|
|
89
|
+
* duration can be 15 to 60 seconds, or can be infinite.
|
|
90
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
91
|
+
* case insensitive.
|
|
92
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
93
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
94
|
+
* only.
|
|
95
|
+
* @param shareName The name of the file share within the specified storage account. File share names
|
|
96
|
+
* must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only.
|
|
97
|
+
* Every dash (-) character must be immediately preceded and followed by a letter or number.
|
|
98
|
+
* @param options The options parameters.
|
|
99
|
+
*/
|
|
100
|
+
lease(resourceGroupName: string, accountName: string, shareName: string, options?: FileSharesLeaseOptionalParams): Promise<FileSharesLeaseResponse>;
|
|
101
|
+
}
|
|
102
|
+
//# sourceMappingURL=fileShares.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fileShares.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/fileShares.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,aAAa,EACb,4BAA4B,EAC5B,SAAS,EACT,8BAA8B,EAC9B,wBAAwB,EACxB,8BAA8B,EAC9B,wBAAwB,EACxB,2BAA2B,EAC3B,qBAAqB,EACrB,8BAA8B,EAC9B,YAAY,EACZ,+BAA+B,EAC/B,6BAA6B,EAC7B,uBAAuB,EACxB,MAAM,WAAW,CAAC;AAGnB,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;;;;;;;;;OAcG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,SAAS,EACpB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;;;;;;OAWG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,OAAO,CACL,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,YAAY,EAAE,YAAY,EAC1B,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,KAAK,CACH,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACrC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import "@azure/core-paging";
|
|
9
|
+
//# sourceMappingURL=fileShares.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fileShares.js","sourceRoot":"","sources":["../../src/operationsInterfaces/fileShares.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from "./operations";
|
|
2
|
+
export * from "./skus";
|
|
3
|
+
export * from "./storageAccounts";
|
|
4
|
+
export * from "./deletedAccounts";
|
|
5
|
+
export * from "./usages";
|
|
6
|
+
export * from "./managementPolicies";
|
|
7
|
+
export * from "./blobInventoryPolicies";
|
|
8
|
+
export * from "./privateEndpointConnections";
|
|
9
|
+
export * from "./privateLinkResources";
|
|
10
|
+
export * from "./objectReplicationPoliciesOperations";
|
|
11
|
+
export * from "./encryptionScopes";
|
|
12
|
+
export * from "./blobServices";
|
|
13
|
+
export * from "./blobContainers";
|
|
14
|
+
export * from "./fileServices";
|
|
15
|
+
export * from "./fileShares";
|
|
16
|
+
export * from "./queueServices";
|
|
17
|
+
export * from "./queue";
|
|
18
|
+
export * from "./tableServices";
|
|
19
|
+
export * from "./tableOperations";
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./operations";
|
|
9
|
+
export * from "./skus";
|
|
10
|
+
export * from "./storageAccounts";
|
|
11
|
+
export * from "./deletedAccounts";
|
|
12
|
+
export * from "./usages";
|
|
13
|
+
export * from "./managementPolicies";
|
|
14
|
+
export * from "./blobInventoryPolicies";
|
|
15
|
+
export * from "./privateEndpointConnections";
|
|
16
|
+
export * from "./privateLinkResources";
|
|
17
|
+
export * from "./objectReplicationPoliciesOperations";
|
|
18
|
+
export * from "./encryptionScopes";
|
|
19
|
+
export * from "./blobServices";
|
|
20
|
+
export * from "./blobContainers";
|
|
21
|
+
export * from "./fileServices";
|
|
22
|
+
export * from "./fileShares";
|
|
23
|
+
export * from "./queueServices";
|
|
24
|
+
export * from "./queue";
|
|
25
|
+
export * from "./tableServices";
|
|
26
|
+
export * from "./tableOperations";
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ManagementPolicyName, ManagementPoliciesGetOptionalParams, ManagementPoliciesGetResponse, ManagementPolicy, ManagementPoliciesCreateOrUpdateOptionalParams, ManagementPoliciesCreateOrUpdateResponse, ManagementPoliciesDeleteOptionalParams } from "../models";
|
|
2
|
+
/** Interface representing a ManagementPolicies. */
|
|
3
|
+
export interface ManagementPolicies {
|
|
4
|
+
/**
|
|
5
|
+
* Gets the managementpolicy associated with the specified storage account.
|
|
6
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
7
|
+
* case insensitive.
|
|
8
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
9
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
10
|
+
* only.
|
|
11
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
12
|
+
* 'default'
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
get(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesGetOptionalParams): Promise<ManagementPoliciesGetResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Sets the managementpolicy to the specified storage account.
|
|
18
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
19
|
+
* case insensitive.
|
|
20
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
21
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
22
|
+
* only.
|
|
23
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
24
|
+
* 'default'
|
|
25
|
+
* @param properties The ManagementPolicy set to a storage account.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
createOrUpdate(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, properties: ManagementPolicy, options?: ManagementPoliciesCreateOrUpdateOptionalParams): Promise<ManagementPoliciesCreateOrUpdateResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Deletes the managementpolicy associated with the specified storage account.
|
|
31
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
32
|
+
* case insensitive.
|
|
33
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
34
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
35
|
+
* only.
|
|
36
|
+
* @param managementPolicyName The name of the Storage Account Management Policy. It should always be
|
|
37
|
+
* 'default'
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
delete(resourceGroupName: string, accountName: string, managementPolicyName: ManagementPolicyName, options?: ManagementPoliciesDeleteOptionalParams): Promise<void>;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=managementPolicies.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managementPolicies.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/managementPolicies.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,oBAAoB,EACpB,mCAAmC,EACnC,6BAA6B,EAC7B,gBAAgB,EAChB,8CAA8C,EAC9C,wCAAwC,EACxC,sCAAsC,EACvC,MAAM,WAAW,CAAC;AAEnB,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;;;;;;OAUG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,oBAAoB,EAC1C,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,oBAAoB,EAC1C,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;IACrD;;;;;;;;;;OAUG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,oBAAoB,EAAE,oBAAoB,EAC1C,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=managementPolicies.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managementPolicies.js","sourceRoot":"","sources":["../../src/operationsInterfaces/managementPolicies.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { ObjectReplicationPolicy, ObjectReplicationPoliciesOperationsListOptionalParams, ObjectReplicationPoliciesOperationsGetOptionalParams, ObjectReplicationPoliciesOperationsGetResponse, ObjectReplicationPoliciesOperationsCreateOrUpdateOptionalParams, ObjectReplicationPoliciesOperationsCreateOrUpdateResponse, ObjectReplicationPoliciesOperationsDeleteOptionalParams } from "../models";
|
|
4
|
+
/** Interface representing a ObjectReplicationPoliciesOperations. */
|
|
5
|
+
export interface ObjectReplicationPoliciesOperations {
|
|
6
|
+
/**
|
|
7
|
+
* List the object replication policies associated with the storage account.
|
|
8
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
9
|
+
* case insensitive.
|
|
10
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
11
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
12
|
+
* only.
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(resourceGroupName: string, accountName: string, options?: ObjectReplicationPoliciesOperationsListOptionalParams): PagedAsyncIterableIterator<ObjectReplicationPolicy>;
|
|
16
|
+
/**
|
|
17
|
+
* Get the object replication policy of the storage account by policy ID.
|
|
18
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
19
|
+
* case insensitive.
|
|
20
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
21
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
22
|
+
* only.
|
|
23
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
24
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
25
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
26
|
+
* policy is downloaded as a JSON file.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
get(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesOperationsGetOptionalParams): Promise<ObjectReplicationPoliciesOperationsGetResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Create or update the object replication policy of the storage account.
|
|
32
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
33
|
+
* case insensitive.
|
|
34
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
35
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
36
|
+
* only.
|
|
37
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
38
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
39
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
40
|
+
* policy is downloaded as a JSON file.
|
|
41
|
+
* @param properties The object replication policy set to a storage account. A unique policy ID will be
|
|
42
|
+
* created if absent.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
createOrUpdate(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, properties: ObjectReplicationPolicy, options?: ObjectReplicationPoliciesOperationsCreateOrUpdateOptionalParams): Promise<ObjectReplicationPoliciesOperationsCreateOrUpdateResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* Deletes the object replication policy associated with the specified storage account.
|
|
48
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
49
|
+
* case insensitive.
|
|
50
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
51
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
52
|
+
* only.
|
|
53
|
+
* @param objectReplicationPolicyId For the destination account, provide the value 'default'. Configure
|
|
54
|
+
* the policy on the destination account first. For the source account, provide the value of the policy
|
|
55
|
+
* ID that is returned when you download the policy that was defined on the destination account. The
|
|
56
|
+
* policy is downloaded as a JSON file.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
delete(resourceGroupName: string, accountName: string, objectReplicationPolicyId: string, options?: ObjectReplicationPoliciesOperationsDeleteOptionalParams): Promise<void>;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=objectReplicationPoliciesOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectReplicationPoliciesOperations.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/objectReplicationPoliciesOperations.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,uBAAuB,EACvB,qDAAqD,EACrD,oDAAoD,EACpD,8CAA8C,EAC9C,+DAA+D,EAC/D,yDAAyD,EACzD,uDAAuD,EACxD,MAAM,WAAW,CAAC;AAGnB,oEAAoE;AACpE,MAAM,WAAW,mCAAmC;IAClD;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,qDAAqD,GAC9D,0BAA0B,CAAC,uBAAuB,CAAC,CAAC;IACvD;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;IAC3D;;;;;;;;;;;;;;OAcG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,+DAA+D,GACxE,OAAO,CAAC,yDAAyD,CAAC,CAAC;IACtE;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import "@azure/core-paging";
|
|
9
|
+
//# sourceMappingURL=objectReplicationPoliciesOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectReplicationPoliciesOperations.js","sourceRoot":"","sources":["../../src/operationsInterfaces/objectReplicationPoliciesOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { Operation, OperationsListOptionalParams } from "../models";
|
|
4
|
+
/** Interface representing a Operations. */
|
|
5
|
+
export interface Operations {
|
|
6
|
+
/**
|
|
7
|
+
* Lists all of the available Storage Rest API operations.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAGpE,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import "@azure/core-paging";
|
|
9
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsPutOptionalParams, PrivateEndpointConnectionsPutResponse, PrivateEndpointConnectionsDeleteOptionalParams } from "../models";
|
|
4
|
+
/** Interface representing a PrivateEndpointConnections. */
|
|
5
|
+
export interface PrivateEndpointConnections {
|
|
6
|
+
/**
|
|
7
|
+
* List all the private endpoint connections associated with the storage account.
|
|
8
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
9
|
+
* case insensitive.
|
|
10
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
11
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
12
|
+
* only.
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
16
|
+
/**
|
|
17
|
+
* Gets the specified private endpoint connection associated with the storage account.
|
|
18
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
19
|
+
* case insensitive.
|
|
20
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
21
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
22
|
+
* only.
|
|
23
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
24
|
+
* Azure resource
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
get(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Update the state of specified private endpoint connection associated with the storage account.
|
|
30
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
31
|
+
* case insensitive.
|
|
32
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
33
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
34
|
+
* only.
|
|
35
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
36
|
+
* Azure resource
|
|
37
|
+
* @param properties The private endpoint connection properties.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
put(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Deletes the specified private endpoint connection associated with the storage account.
|
|
43
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
44
|
+
* case insensitive.
|
|
45
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
46
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
47
|
+
* only.
|
|
48
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
49
|
+
* Azure resource
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
delete(resourceGroupName: string, accountName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,yBAAyB,EACzB,4CAA4C,EAC5C,2CAA2C,EAC3C,qCAAqC,EACrC,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC/C,MAAM,WAAW,CAAC;AAGnB,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,yBAAyB,CAAC,CAAC;IACzD;;;;;;;;;;OAUG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;;;OAWG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;;;OAUG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import "@azure/core-paging";
|
|
9
|
+
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PrivateLinkResourcesListByStorageAccountOptionalParams, PrivateLinkResourcesListByStorageAccountResponse } from "../models";
|
|
2
|
+
/** Interface representing a PrivateLinkResources. */
|
|
3
|
+
export interface PrivateLinkResources {
|
|
4
|
+
/**
|
|
5
|
+
* Gets the private link resources that need to be created for a storage account.
|
|
6
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
7
|
+
* case insensitive.
|
|
8
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
9
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
10
|
+
* only.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listByStorageAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): Promise<PrivateLinkResourcesListByStorageAccountResponse>;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sDAAsD,EACtD,gDAAgD,EACjD,MAAM,WAAW,CAAC;AAEnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;;;;OAQG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import "@azure/core-paging";
|
|
2
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
3
|
+
import { ListQueue, QueueListOptionalParams, StorageQueue, QueueCreateOptionalParams, QueueCreateResponse, QueueUpdateOptionalParams, QueueUpdateResponse, QueueGetOptionalParams, QueueGetResponse, QueueDeleteOptionalParams } from "../models";
|
|
4
|
+
/** Interface representing a Queue. */
|
|
5
|
+
export interface Queue {
|
|
6
|
+
/**
|
|
7
|
+
* Gets a list of all the queues under the specified storage account
|
|
8
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
9
|
+
* case insensitive.
|
|
10
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
11
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
12
|
+
* only.
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(resourceGroupName: string, accountName: string, options?: QueueListOptionalParams): PagedAsyncIterableIterator<ListQueue>;
|
|
16
|
+
/**
|
|
17
|
+
* Creates a new queue with the specified queue name, under the specified account.
|
|
18
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
19
|
+
* case insensitive.
|
|
20
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
21
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
22
|
+
* only.
|
|
23
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
24
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
25
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
26
|
+
* @param queue Queue properties and metadata to be created with
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
create(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueCreateOptionalParams): Promise<QueueCreateResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a new queue with the specified queue name, under the specified account.
|
|
32
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
33
|
+
* case insensitive.
|
|
34
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
35
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
36
|
+
* only.
|
|
37
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
38
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
39
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
40
|
+
* @param queue Queue properties and metadata to be created with
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
update(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueUpdateOptionalParams): Promise<QueueUpdateResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Gets the queue with the specified queue name, under the specified account if it exists.
|
|
46
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
47
|
+
* case insensitive.
|
|
48
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
49
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
50
|
+
* only.
|
|
51
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
52
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
53
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
get(resourceGroupName: string, accountName: string, queueName: string, options?: QueueGetOptionalParams): Promise<QueueGetResponse>;
|
|
57
|
+
/**
|
|
58
|
+
* Deletes the queue with the specified queue name, under the specified account if it exists.
|
|
59
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
60
|
+
* case insensitive.
|
|
61
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
62
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
63
|
+
* only.
|
|
64
|
+
* @param queueName A queue name must be unique within a storage account and must be between 3 and 63
|
|
65
|
+
* characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should
|
|
66
|
+
* begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters.
|
|
67
|
+
* @param options The options parameters.
|
|
68
|
+
*/
|
|
69
|
+
delete(resourceGroupName: string, accountName: string, queueName: string, options?: QueueDeleteOptionalParams): Promise<void>;
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=queue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queue.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/queue.ts"],"names":[],"mappings":"AAQA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,SAAS,EACT,uBAAuB,EACvB,YAAY,EACZ,yBAAyB,EACzB,mBAAmB,EACnB,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EAC1B,MAAM,WAAW,CAAC;AAGnB,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,YAAY,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,YAAY,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;;;;OAWG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC,CAAC;IAC7B;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import "@azure/core-paging";
|
|
9
|
+
//# sourceMappingURL=queue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queue.js","sourceRoot":"","sources":["../../src/operationsInterfaces/queue.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { QueueServicesListOptionalParams, QueueServicesListResponse, QueueServiceProperties, QueueServicesSetServicePropertiesOptionalParams, QueueServicesSetServicePropertiesResponse, QueueServicesGetServicePropertiesOptionalParams, QueueServicesGetServicePropertiesResponse } from "../models";
|
|
2
|
+
/** Interface representing a QueueServices. */
|
|
3
|
+
export interface QueueServices {
|
|
4
|
+
/**
|
|
5
|
+
* List all queue services for the storage account
|
|
6
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
7
|
+
* case insensitive.
|
|
8
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
9
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
10
|
+
* only.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, accountName: string, options?: QueueServicesListOptionalParams): Promise<QueueServicesListResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Sets the properties of a storage account’s Queue service, including properties for Storage Analytics
|
|
16
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
17
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
18
|
+
* case insensitive.
|
|
19
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
20
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
21
|
+
* only.
|
|
22
|
+
* @param parameters The properties of a storage account’s Queue service, only properties for Storage
|
|
23
|
+
* Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
setServiceProperties(resourceGroupName: string, accountName: string, parameters: QueueServiceProperties, options?: QueueServicesSetServicePropertiesOptionalParams): Promise<QueueServicesSetServicePropertiesResponse>;
|
|
27
|
+
/**
|
|
28
|
+
* Gets the properties of a storage account’s Queue service, including properties for Storage Analytics
|
|
29
|
+
* and CORS (Cross-Origin Resource Sharing) rules.
|
|
30
|
+
* @param resourceGroupName The name of the resource group within the user's subscription. The name is
|
|
31
|
+
* case insensitive.
|
|
32
|
+
* @param accountName The name of the storage account within the specified resource group. Storage
|
|
33
|
+
* account names must be between 3 and 24 characters in length and use numbers and lower-case letters
|
|
34
|
+
* only.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
getServiceProperties(resourceGroupName: string, accountName: string, options?: QueueServicesGetServicePropertiesOptionalParams): Promise<QueueServicesGetServicePropertiesResponse>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=queueServices.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queueServices.d.ts","sourceRoot":"","sources":["../../src/operationsInterfaces/queueServices.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,+BAA+B,EAC/B,yBAAyB,EACzB,sBAAsB,EACtB,+CAA+C,EAC/C,yCAAyC,EACzC,+CAA+C,EAC/C,yCAAyC,EAC1C,MAAM,WAAW,CAAC;AAEnB,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;;;;OAQG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;;;;;OAWG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;;;;OASG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;CACvD"}
|