@azure/arm-storage 16.1.1 → 17.0.0-alpha.20211111.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +63 -80
- package/dist/index.js +10964 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/esm/coreClientLro.d.ts +26 -0
- package/esm/coreClientLro.d.ts.map +1 -0
- package/esm/coreClientLro.js +186 -0
- package/esm/coreClientLro.js.map +1 -0
- package/esm/index.d.ts +5002 -0
- package/esm/index.d.ts.map +1 -0
- package/esm/index.js +13 -0
- package/esm/index.js.map +1 -0
- package/esm/lro/azureAsyncPolling.d.ts +3 -0
- package/esm/lro/azureAsyncPolling.d.ts.map +1 -0
- package/esm/lro/azureAsyncPolling.js +67 -0
- package/esm/lro/azureAsyncPolling.js.map +1 -0
- package/esm/lro/bodyPolling.d.ts +8 -0
- package/esm/lro/bodyPolling.d.ts.map +1 -0
- package/esm/lro/bodyPolling.js +37 -0
- package/esm/lro/bodyPolling.js.map +1 -0
- package/esm/lro/index.d.ts +4 -0
- package/esm/lro/index.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → esm/lro/index.js} +5 -10
- package/esm/lro/index.js.map +1 -0
- package/esm/lro/locationPolling.d.ts +3 -0
- package/esm/lro/locationPolling.d.ts.map +1 -0
- package/esm/lro/locationPolling.js +19 -0
- package/esm/lro/locationPolling.js.map +1 -0
- package/esm/lro/lroEngine.d.ts +14 -0
- package/esm/lro/lroEngine.d.ts.map +1 -0
- package/esm/lro/lroEngine.js +41 -0
- package/esm/lro/lroEngine.js.map +1 -0
- package/esm/lro/models.d.ts +138 -0
- package/esm/lro/models.d.ts.map +1 -0
- package/esm/lro/models.js +14 -0
- package/esm/lro/models.js.map +1 -0
- package/esm/lro/operation.d.ts +36 -0
- package/esm/lro/operation.d.ts.map +1 -0
- package/esm/lro/operation.js +82 -0
- package/esm/lro/operation.js.map +1 -0
- package/esm/lro/passthrough.d.ts +3 -0
- package/esm/lro/passthrough.d.ts.map +1 -0
- package/esm/{models/operationsMappers.js → lro/passthrough.js} +8 -2
- package/esm/lro/passthrough.js.map +1 -0
- package/esm/lro/requestUtils.d.ts +16 -0
- package/esm/lro/requestUtils.d.ts.map +1 -0
- package/esm/lro/requestUtils.js +73 -0
- package/esm/lro/requestUtils.js.map +1 -0
- package/esm/lro/stateMachine.d.ts +18 -0
- package/esm/lro/stateMachine.d.ts.map +1 -0
- package/esm/lro/stateMachine.js +84 -0
- package/esm/lro/stateMachine.js.map +1 -0
- package/esm/models/index.d.ts +2673 -4395
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +331 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/mappers.d.ts +146 -138
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +2734 -2563
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/parameters.d.ts +59 -33
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +267 -159
- package/esm/models/parameters.js.map +1 -1
- package/esm/operations/blobContainers.d.ts +213 -561
- package/esm/operations/blobContainers.d.ts.map +1 -1
- package/esm/operations/blobContainers.js +578 -429
- package/esm/operations/blobContainers.js.map +1 -1
- package/esm/operations/blobInventoryPolicies.d.ts +47 -109
- package/esm/operations/blobInventoryPolicies.d.ts.map +1 -1
- package/esm/operations/blobInventoryPolicies.js +163 -105
- package/esm/operations/blobInventoryPolicies.js.map +1 -1
- package/esm/operations/blobServices.d.ts +39 -89
- package/esm/operations/blobServices.d.ts.map +1 -1
- package/esm/operations/blobServices.js +133 -89
- package/esm/operations/blobServices.js.map +1 -1
- package/esm/operations/deletedAccounts.d.ts +20 -47
- package/esm/operations/deletedAccounts.d.ts.map +1 -1
- package/esm/operations/deletedAccounts.js +111 -69
- package/esm/operations/deletedAccounts.js.map +1 -1
- package/esm/operations/encryptionScopes.d.ts +65 -166
- package/esm/operations/encryptionScopes.d.ts.map +1 -1
- package/esm/operations/encryptionScopes.js +211 -131
- package/esm/operations/encryptionScopes.js.map +1 -1
- package/esm/operations/fileServices.d.ts +25 -89
- package/esm/operations/fileServices.d.ts.map +1 -1
- package/esm/operations/fileServices.js +86 -83
- package/esm/operations/fileServices.js.map +1 -1
- package/esm/operations/fileShares.d.ts +100 -256
- package/esm/operations/fileShares.d.ts.map +1 -1
- package/esm/operations/fileShares.js +316 -164
- package/esm/operations/fileShares.js.map +1 -1
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -2
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/managementPolicies.d.ts +30 -89
- package/esm/operations/managementPolicies.d.ts.map +1 -1
- package/esm/operations/managementPolicies.js +89 -92
- package/esm/operations/managementPolicies.js.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.d.ts +54 -130
- package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +1 -1
- package/esm/operations/objectReplicationPoliciesOperations.js +170 -102
- package/esm/operations/objectReplicationPoliciesOperations.js.map +1 -1
- package/esm/operations/operations.d.ts +14 -15
- package/esm/operations/operations.d.ts.map +1 -1
- package/esm/operations/operations.js +67 -29
- package/esm/operations/operations.js.map +1 -1
- package/esm/operations/privateEndpointConnections.d.ts +46 -126
- package/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/esm/operations/privateEndpointConnections.js +171 -103
- package/esm/operations/privateEndpointConnections.js.map +1 -1
- package/esm/operations/privateLinkResources.d.ts +11 -31
- package/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/esm/operations/privateLinkResources.js +32 -36
- package/esm/operations/privateLinkResources.js.map +1 -1
- package/esm/operations/queue.d.ts +69 -196
- package/esm/operations/queue.d.ts.map +1 -1
- package/esm/operations/queue.js +230 -162
- package/esm/operations/queue.js.map +1 -1
- package/esm/operations/queueServices.d.ts +29 -87
- package/esm/operations/queueServices.d.ts.map +1 -1
- package/esm/operations/queueServices.js +86 -87
- package/esm/operations/queueServices.js.map +1 -1
- package/esm/operations/skus.d.ts +14 -15
- package/esm/operations/skus.d.ts.map +1 -1
- package/esm/operations/skus.js +67 -32
- package/esm/operations/skus.js.map +1 -1
- package/esm/operations/storageAccounts.d.ts +163 -381
- package/esm/operations/storageAccounts.d.ts.map +1 -1
- package/esm/operations/storageAccounts.js +605 -501
- package/esm/operations/storageAccounts.js.map +1 -1
- package/esm/operations/tableOperations.d.ts +67 -184
- package/esm/operations/tableOperations.d.ts.map +1 -1
- package/esm/operations/tableOperations.js +220 -143
- package/esm/operations/tableOperations.js.map +1 -1
- package/esm/operations/tableServices.d.ts +29 -87
- package/esm/operations/tableServices.d.ts.map +1 -1
- package/esm/operations/tableServices.js +86 -87
- package/esm/operations/tableServices.js.map +1 -1
- package/esm/operations/usages.d.ts +15 -18
- package/esm/operations/usages.d.ts.map +1 -1
- package/esm/operations/usages.js +73 -34
- package/esm/operations/usages.js.map +1 -1
- package/esm/operationsInterfaces/blobContainers.d.ts +247 -0
- package/esm/operationsInterfaces/blobContainers.d.ts.map +1 -0
- package/{src/models/usagesMappers.ts → esm/operationsInterfaces/blobContainers.js} +2 -7
- package/esm/operationsInterfaces/blobContainers.js.map +1 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts +54 -0
- package/esm/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
- package/esm/{models/usagesMappers.js → operationsInterfaces/blobInventoryPolicies.js} +2 -2
- package/esm/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
- package/esm/operationsInterfaces/blobServices.d.ts +41 -0
- package/esm/operationsInterfaces/blobServices.d.ts.map +1 -0
- package/{src/models/skusMappers.ts → esm/operationsInterfaces/blobServices.js} +2 -8
- package/esm/operationsInterfaces/blobServices.js.map +1 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts +19 -0
- package/esm/operationsInterfaces/deletedAccounts.d.ts.map +1 -0
- package/esm/{models/skusMappers.js → operationsInterfaces/deletedAccounts.js} +2 -2
- package/esm/operationsInterfaces/deletedAccounts.js.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts +64 -0
- package/esm/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
- package/esm/operationsInterfaces/encryptionScopes.js +9 -0
- package/esm/operationsInterfaces/encryptionScopes.js.map +1 -0
- package/esm/operationsInterfaces/fileServices.d.ts +39 -0
- package/esm/operationsInterfaces/fileServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileServices.js +9 -0
- package/esm/operationsInterfaces/fileServices.js.map +1 -0
- package/esm/operationsInterfaces/fileShares.d.ts +102 -0
- package/esm/operationsInterfaces/fileShares.d.ts.map +1 -0
- package/esm/operationsInterfaces/fileShares.js +9 -0
- package/esm/operationsInterfaces/fileShares.js.map +1 -0
- package/esm/operationsInterfaces/index.d.ts +20 -0
- package/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/esm/operationsInterfaces/index.js +27 -0
- package/esm/operationsInterfaces/index.js.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts +42 -0
- package/esm/operationsInterfaces/managementPolicies.d.ts.map +1 -0
- package/esm/operationsInterfaces/managementPolicies.js +9 -0
- package/esm/operationsInterfaces/managementPolicies.js.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +61 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
- package/esm/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
- package/esm/operationsInterfaces/operations.d.ts +12 -0
- package/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/esm/operationsInterfaces/operations.js +9 -0
- package/esm/operationsInterfaces/operations.js.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
- package/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/esm/operationsInterfaces/queue.d.ts +71 -0
- package/esm/operationsInterfaces/queue.d.ts.map +1 -0
- package/esm/operationsInterfaces/queue.js +9 -0
- package/esm/operationsInterfaces/queue.js.map +1 -0
- package/esm/operationsInterfaces/queueServices.d.ts +39 -0
- package/esm/operationsInterfaces/queueServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/queueServices.js +9 -0
- package/esm/operationsInterfaces/queueServices.js.map +1 -0
- package/esm/operationsInterfaces/skus.d.ts +12 -0
- package/esm/operationsInterfaces/skus.d.ts.map +1 -0
- package/esm/operationsInterfaces/skus.js +9 -0
- package/esm/operationsInterfaces/skus.js.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts +197 -0
- package/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/esm/operationsInterfaces/tableOperations.d.ts +69 -0
- package/esm/operationsInterfaces/tableOperations.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableOperations.js +9 -0
- package/esm/operationsInterfaces/tableOperations.js.map +1 -0
- package/esm/operationsInterfaces/tableServices.d.ts +39 -0
- package/esm/operationsInterfaces/tableServices.d.ts.map +1 -0
- package/esm/operationsInterfaces/tableServices.js +9 -0
- package/esm/operationsInterfaces/tableServices.js.map +1 -0
- package/esm/operationsInterfaces/usages.d.ts +13 -0
- package/esm/operationsInterfaces/usages.d.ts.map +1 -0
- package/esm/operationsInterfaces/usages.js +9 -0
- package/esm/operationsInterfaces/usages.js.map +1 -0
- package/esm/storageManagementClient.d.ts +26 -35
- package/esm/storageManagementClient.d.ts.map +1 -1
- package/esm/storageManagementClient.js +27 -42
- package/esm/storageManagementClient.js.map +1 -1
- package/esm/storageManagementClientContext.d.ts +10 -16
- package/esm/storageManagementClientContext.d.ts.map +1 -1
- package/esm/storageManagementClientContext.js +32 -44
- package/esm/storageManagementClientContext.js.map +1 -1
- package/package.json +57 -18
- package/review/arm-storage.api.md +2659 -0
- package/rollup.config.js +181 -30
- package/src/coreClientLro.ts +323 -0
- package/src/index.ts +13 -0
- package/src/lro/azureAsyncPolling.ts +96 -0
- package/src/lro/bodyPolling.ts +54 -0
- package/src/lro/index.ts +26 -0
- package/src/lro/locationPolling.ts +30 -0
- package/src/lro/lroEngine.ts +61 -0
- package/src/lro/models.ts +173 -0
- package/src/lro/operation.ts +120 -0
- package/src/lro/passthrough.ts +23 -0
- package/src/lro/requestUtils.ts +105 -0
- package/src/lro/stateMachine.ts +138 -0
- package/src/models/index.ts +2813 -4492
- package/src/models/mappers.ts +2745 -2553
- package/src/models/parameters.ts +354 -160
- package/src/operations/blobContainers.ts +719 -1037
- package/src/operations/blobInventoryPolicies.ts +182 -211
- package/src/operations/blobServices.ts +150 -177
- package/src/operations/deletedAccounts.ts +111 -112
- package/src/operations/encryptionScopes.ts +233 -291
- package/src/operations/fileServices.ts +99 -171
- package/src/operations/fileShares.ts +335 -560
- package/src/operations/index.ts +1 -2
- package/src/operations/managementPolicies.ts +102 -175
- package/src/operations/objectReplicationPoliciesOperations.ts +187 -227
- package/src/operations/operations.ts +61 -38
- package/src/operations/privateEndpointConnections.ts +177 -214
- package/src/operations/privateLinkResources.ts +37 -60
- package/src/operations/queue.ts +269 -365
- package/src/operations/queueServices.ts +103 -173
- package/src/operations/skus.ts +59 -41
- package/src/operations/storageAccounts.ts +779 -872
- package/src/operations/tableOperations.ts +255 -328
- package/src/operations/tableServices.ts +103 -173
- package/src/operations/usages.ts +73 -45
- package/src/operationsInterfaces/blobContainers.ts +366 -0
- package/src/operationsInterfaces/blobInventoryPolicies.ts +92 -0
- package/src/operationsInterfaces/blobServices.ts +70 -0
- package/src/operationsInterfaces/deletedAccounts.ts +39 -0
- package/src/operationsInterfaces/encryptionScopes.ts +103 -0
- package/src/operationsInterfaces/fileServices.ts +68 -0
- package/src/operationsInterfaces/fileShares.ts +163 -0
- package/src/operationsInterfaces/index.ts +27 -0
- package/src/operationsInterfaces/managementPolicies.ts +74 -0
- package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +98 -0
- package/src/operationsInterfaces/operations.ts +23 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +91 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/operationsInterfaces/queue.ts +117 -0
- package/src/operationsInterfaces/queueServices.ts +68 -0
- package/src/operationsInterfaces/skus.ts +23 -0
- package/src/operationsInterfaces/storageAccounts.ts +320 -0
- package/src/operationsInterfaces/tableOperations.ts +112 -0
- package/src/operationsInterfaces/tableServices.ts +68 -0
- package/src/operationsInterfaces/usages.ts +25 -0
- package/src/storageManagementClient.ts +94 -67
- package/src/storageManagementClientContext.ts +42 -46
- package/tsconfig.json +2 -1
- package/dist/arm-storage.js +0 -10687
- package/dist/arm-storage.js.map +0 -1
- package/dist/arm-storage.min.js +0 -1
- package/dist/arm-storage.min.js.map +0 -1
- package/esm/models/blobContainersMappers.d.ts +0 -2
- package/esm/models/blobContainersMappers.d.ts.map +0 -1
- package/esm/models/blobContainersMappers.js +0 -9
- package/esm/models/blobContainersMappers.js.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.d.ts +0 -2
- package/esm/models/blobInventoryPoliciesMappers.d.ts.map +0 -1
- package/esm/models/blobInventoryPoliciesMappers.js +0 -9
- package/esm/models/blobInventoryPoliciesMappers.js.map +0 -1
- package/esm/models/blobServicesMappers.d.ts +0 -2
- package/esm/models/blobServicesMappers.d.ts.map +0 -1
- package/esm/models/blobServicesMappers.js +0 -9
- package/esm/models/blobServicesMappers.js.map +0 -1
- package/esm/models/deletedAccountsMappers.d.ts +0 -2
- package/esm/models/deletedAccountsMappers.d.ts.map +0 -1
- package/esm/models/deletedAccountsMappers.js +0 -9
- package/esm/models/deletedAccountsMappers.js.map +0 -1
- package/esm/models/encryptionScopesMappers.d.ts +0 -2
- package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
- package/esm/models/encryptionScopesMappers.js +0 -9
- package/esm/models/encryptionScopesMappers.js.map +0 -1
- package/esm/models/fileServicesMappers.d.ts +0 -2
- package/esm/models/fileServicesMappers.d.ts.map +0 -1
- package/esm/models/fileServicesMappers.js +0 -9
- package/esm/models/fileServicesMappers.js.map +0 -1
- package/esm/models/fileSharesMappers.d.ts +0 -2
- package/esm/models/fileSharesMappers.d.ts.map +0 -1
- package/esm/models/fileSharesMappers.js +0 -9
- package/esm/models/fileSharesMappers.js.map +0 -1
- package/esm/models/managementPoliciesMappers.d.ts +0 -2
- package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
- package/esm/models/managementPoliciesMappers.js +0 -9
- package/esm/models/managementPoliciesMappers.js.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
- package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
- package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
- package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
- package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
- package/esm/models/privateEndpointConnectionsMappers.js +0 -9
- package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
- package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
- package/esm/models/privateLinkResourcesMappers.js +0 -9
- package/esm/models/privateLinkResourcesMappers.js.map +0 -1
- package/esm/models/queueMappers.d.ts +0 -2
- package/esm/models/queueMappers.d.ts.map +0 -1
- package/esm/models/queueMappers.js +0 -9
- package/esm/models/queueMappers.js.map +0 -1
- package/esm/models/queueServicesMappers.d.ts +0 -2
- package/esm/models/queueServicesMappers.d.ts.map +0 -1
- package/esm/models/queueServicesMappers.js +0 -9
- package/esm/models/queueServicesMappers.js.map +0 -1
- package/esm/models/skusMappers.d.ts +0 -2
- package/esm/models/skusMappers.d.ts.map +0 -1
- package/esm/models/skusMappers.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/models/tableOperationsMappers.d.ts +0 -2
- package/esm/models/tableOperationsMappers.d.ts.map +0 -1
- package/esm/models/tableOperationsMappers.js +0 -9
- package/esm/models/tableOperationsMappers.js.map +0 -1
- package/esm/models/tableServicesMappers.d.ts +0 -2
- package/esm/models/tableServicesMappers.d.ts.map +0 -1
- package/esm/models/tableServicesMappers.js +0 -9
- package/esm/models/tableServicesMappers.js.map +0 -1
- package/esm/models/usagesMappers.d.ts +0 -2
- package/esm/models/usagesMappers.d.ts.map +0 -1
- package/esm/models/usagesMappers.js.map +0 -1
- package/src/models/blobContainersMappers.ts +0 -106
- package/src/models/blobInventoryPoliciesMappers.ts +0 -99
- package/src/models/blobServicesMappers.ts +0 -98
- package/src/models/deletedAccountsMappers.ts +0 -99
- package/src/models/encryptionScopesMappers.ts +0 -100
- package/src/models/fileServicesMappers.ts +0 -98
- package/src/models/fileSharesMappers.ts +0 -99
- package/src/models/managementPoliciesMappers.ts +0 -97
- package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -99
- package/src/models/privateEndpointConnectionsMappers.ts +0 -100
- package/src/models/privateLinkResourcesMappers.ts +0 -98
- package/src/models/queueMappers.ts +0 -98
- package/src/models/queueServicesMappers.ts +0 -98
- package/src/models/storageAccountsMappers.ts +0 -109
- package/src/models/tableOperationsMappers.ts +0 -98
- package/src/models/tableServicesMappers.ts +0 -98
package/esm/models/parameters.js
CHANGED
|
@@ -3,113 +3,104 @@
|
|
|
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
|
-
|
|
10
|
-
|
|
8
|
+
import { StorageAccountCheckNameAvailabilityParameters as StorageAccountCheckNameAvailabilityParametersMapper, StorageAccountCreateParameters as StorageAccountCreateParametersMapper, StorageAccountUpdateParameters as StorageAccountUpdateParametersMapper, StorageAccountRegenerateKeyParameters as StorageAccountRegenerateKeyParametersMapper, AccountSasParameters as AccountSasParametersMapper, ServiceSasParameters as ServiceSasParametersMapper, BlobRestoreParameters as BlobRestoreParametersMapper, ManagementPolicy as ManagementPolicyMapper, BlobInventoryPolicy as BlobInventoryPolicyMapper, PrivateEndpointConnection as PrivateEndpointConnectionMapper, ObjectReplicationPolicy as ObjectReplicationPolicyMapper, EncryptionScope as EncryptionScopeMapper, BlobServiceProperties as BlobServicePropertiesMapper, BlobContainer as BlobContainerMapper, LegalHold as LegalHoldMapper, ImmutabilityPolicy as ImmutabilityPolicyMapper, LeaseContainerRequest as LeaseContainerRequestMapper, FileServiceProperties as FileServicePropertiesMapper, FileShare as FileShareMapper, DeletedShare as DeletedShareMapper, LeaseShareRequest as LeaseShareRequestMapper, QueueServiceProperties as QueueServicePropertiesMapper, StorageQueue as StorageQueueMapper, TableServiceProperties as TableServicePropertiesMapper } from "../models/mappers";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
14
15
|
type: {
|
|
15
16
|
name: "String"
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
19
|
};
|
|
19
|
-
export
|
|
20
|
-
parameterPath: "
|
|
20
|
+
export const $host = {
|
|
21
|
+
parameterPath: "$host",
|
|
21
22
|
mapper: {
|
|
23
|
+
serializedName: "$host",
|
|
22
24
|
required: true,
|
|
23
|
-
serializedName: "accountName",
|
|
24
|
-
constraints: {
|
|
25
|
-
MaxLength: 24,
|
|
26
|
-
MinLength: 3
|
|
27
|
-
},
|
|
28
25
|
type: {
|
|
29
26
|
name: "String"
|
|
30
27
|
}
|
|
31
|
-
}
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true
|
|
32
30
|
};
|
|
33
|
-
export
|
|
31
|
+
export const apiVersion = {
|
|
34
32
|
parameterPath: "apiVersion",
|
|
35
33
|
mapper: {
|
|
36
|
-
|
|
34
|
+
defaultValue: "2021-04-01",
|
|
35
|
+
isConstant: true,
|
|
37
36
|
serializedName: "api-version",
|
|
38
|
-
constraints: {
|
|
39
|
-
MinLength: 1
|
|
40
|
-
},
|
|
41
37
|
type: {
|
|
42
38
|
name: "String"
|
|
43
39
|
}
|
|
44
40
|
}
|
|
45
41
|
};
|
|
46
|
-
export
|
|
47
|
-
parameterPath: "
|
|
42
|
+
export const subscriptionId = {
|
|
43
|
+
parameterPath: "subscriptionId",
|
|
48
44
|
mapper: {
|
|
45
|
+
constraints: {
|
|
46
|
+
MinLength: 1
|
|
47
|
+
},
|
|
48
|
+
serializedName: "subscriptionId",
|
|
49
49
|
required: true,
|
|
50
|
-
isConstant: true,
|
|
51
|
-
serializedName: "blobInventoryPolicyName",
|
|
52
|
-
defaultValue: "default",
|
|
53
50
|
type: {
|
|
54
51
|
name: "String"
|
|
55
52
|
}
|
|
56
53
|
}
|
|
57
54
|
};
|
|
58
|
-
export
|
|
59
|
-
parameterPath: "
|
|
55
|
+
export const contentType = {
|
|
56
|
+
parameterPath: ["options", "contentType"],
|
|
60
57
|
mapper: {
|
|
61
|
-
|
|
58
|
+
defaultValue: "application/json",
|
|
62
59
|
isConstant: true,
|
|
63
|
-
serializedName: "
|
|
64
|
-
defaultValue: "default",
|
|
60
|
+
serializedName: "Content-Type",
|
|
65
61
|
type: {
|
|
66
62
|
name: "String"
|
|
67
63
|
}
|
|
68
64
|
}
|
|
69
65
|
};
|
|
70
|
-
export
|
|
71
|
-
parameterPath: "
|
|
66
|
+
export const accountName = {
|
|
67
|
+
parameterPath: "accountName",
|
|
68
|
+
mapper: StorageAccountCheckNameAvailabilityParametersMapper
|
|
69
|
+
};
|
|
70
|
+
export const parameters = {
|
|
71
|
+
parameterPath: "parameters",
|
|
72
|
+
mapper: StorageAccountCreateParametersMapper
|
|
73
|
+
};
|
|
74
|
+
export const resourceGroupName = {
|
|
75
|
+
parameterPath: "resourceGroupName",
|
|
72
76
|
mapper: {
|
|
73
|
-
required: true,
|
|
74
|
-
serializedName: "containerName",
|
|
75
77
|
constraints: {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
79
|
+
MaxLength: 90,
|
|
80
|
+
MinLength: 1
|
|
78
81
|
},
|
|
82
|
+
serializedName: "resourceGroupName",
|
|
83
|
+
required: true,
|
|
79
84
|
type: {
|
|
80
85
|
name: "String"
|
|
81
86
|
}
|
|
82
87
|
}
|
|
83
88
|
};
|
|
84
|
-
export
|
|
85
|
-
parameterPath: "
|
|
89
|
+
export const accountName1 = {
|
|
90
|
+
parameterPath: "accountName",
|
|
86
91
|
mapper: {
|
|
87
|
-
required: true,
|
|
88
|
-
serializedName: "deletedAccountName",
|
|
89
92
|
constraints: {
|
|
90
93
|
MaxLength: 24,
|
|
91
94
|
MinLength: 3
|
|
92
95
|
},
|
|
93
|
-
|
|
94
|
-
name: "String"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
export var encryptionScopeName = {
|
|
99
|
-
parameterPath: "encryptionScopeName",
|
|
100
|
-
mapper: {
|
|
96
|
+
serializedName: "accountName",
|
|
101
97
|
required: true,
|
|
102
|
-
serializedName: "encryptionScopeName",
|
|
103
|
-
constraints: {
|
|
104
|
-
MaxLength: 63,
|
|
105
|
-
MinLength: 3
|
|
106
|
-
},
|
|
107
98
|
type: {
|
|
108
99
|
name: "String"
|
|
109
100
|
}
|
|
110
101
|
}
|
|
111
102
|
};
|
|
112
|
-
export
|
|
103
|
+
export const expand = {
|
|
113
104
|
parameterPath: ["options", "expand"],
|
|
114
105
|
mapper: {
|
|
115
106
|
serializedName: "$expand",
|
|
@@ -119,119 +110,165 @@ export var expand0 = {
|
|
|
119
110
|
}
|
|
120
111
|
}
|
|
121
112
|
};
|
|
122
|
-
export
|
|
123
|
-
parameterPath:
|
|
124
|
-
mapper:
|
|
125
|
-
serializedName: "$expand",
|
|
126
|
-
type: {
|
|
127
|
-
name: "Enum",
|
|
128
|
-
allowedValues: ["kerb"]
|
|
129
|
-
}
|
|
130
|
-
}
|
|
113
|
+
export const parameters1 = {
|
|
114
|
+
parameterPath: "parameters",
|
|
115
|
+
mapper: StorageAccountUpdateParametersMapper
|
|
131
116
|
};
|
|
132
|
-
export
|
|
117
|
+
export const expand1 = {
|
|
133
118
|
parameterPath: ["options", "expand"],
|
|
134
119
|
mapper: {
|
|
120
|
+
defaultValue: "kerb",
|
|
121
|
+
isConstant: true,
|
|
135
122
|
serializedName: "$expand",
|
|
136
123
|
type: {
|
|
137
124
|
name: "String"
|
|
138
125
|
}
|
|
139
126
|
}
|
|
140
127
|
};
|
|
141
|
-
export
|
|
142
|
-
parameterPath:
|
|
128
|
+
export const regenerateKey = {
|
|
129
|
+
parameterPath: "regenerateKey",
|
|
130
|
+
mapper: StorageAccountRegenerateKeyParametersMapper
|
|
131
|
+
};
|
|
132
|
+
export const parameters2 = {
|
|
133
|
+
parameterPath: "parameters",
|
|
134
|
+
mapper: AccountSasParametersMapper
|
|
135
|
+
};
|
|
136
|
+
export const parameters3 = {
|
|
137
|
+
parameterPath: "parameters",
|
|
138
|
+
mapper: ServiceSasParametersMapper
|
|
139
|
+
};
|
|
140
|
+
export const parameters4 = {
|
|
141
|
+
parameterPath: "parameters",
|
|
142
|
+
mapper: BlobRestoreParametersMapper
|
|
143
|
+
};
|
|
144
|
+
export const nextLink = {
|
|
145
|
+
parameterPath: "nextLink",
|
|
143
146
|
mapper: {
|
|
144
|
-
serializedName: "
|
|
147
|
+
serializedName: "nextLink",
|
|
148
|
+
required: true,
|
|
145
149
|
type: {
|
|
146
|
-
name: "
|
|
147
|
-
allowedValues: ["stats"]
|
|
150
|
+
name: "String"
|
|
148
151
|
}
|
|
149
|
-
}
|
|
152
|
+
},
|
|
153
|
+
skipEncoding: true
|
|
150
154
|
};
|
|
151
|
-
export
|
|
152
|
-
parameterPath: "
|
|
155
|
+
export const deletedAccountName = {
|
|
156
|
+
parameterPath: "deletedAccountName",
|
|
153
157
|
mapper: {
|
|
158
|
+
constraints: {
|
|
159
|
+
MaxLength: 24,
|
|
160
|
+
MinLength: 3
|
|
161
|
+
},
|
|
162
|
+
serializedName: "deletedAccountName",
|
|
154
163
|
required: true,
|
|
155
|
-
isConstant: true,
|
|
156
|
-
serializedName: "FileServicesName",
|
|
157
|
-
defaultValue: "default",
|
|
158
164
|
type: {
|
|
159
165
|
name: "String"
|
|
160
166
|
}
|
|
161
167
|
}
|
|
162
168
|
};
|
|
163
|
-
export
|
|
164
|
-
parameterPath:
|
|
169
|
+
export const location = {
|
|
170
|
+
parameterPath: "location",
|
|
165
171
|
mapper: {
|
|
166
|
-
serializedName: "
|
|
172
|
+
serializedName: "location",
|
|
173
|
+
required: true,
|
|
167
174
|
type: {
|
|
168
175
|
name: "String"
|
|
169
176
|
}
|
|
170
177
|
}
|
|
171
178
|
};
|
|
172
|
-
export
|
|
173
|
-
parameterPath:
|
|
179
|
+
export const managementPolicyName = {
|
|
180
|
+
parameterPath: "managementPolicyName",
|
|
174
181
|
mapper: {
|
|
175
|
-
serializedName: "
|
|
182
|
+
serializedName: "managementPolicyName",
|
|
183
|
+
required: true,
|
|
176
184
|
type: {
|
|
177
185
|
name: "String"
|
|
178
186
|
}
|
|
179
187
|
}
|
|
180
188
|
};
|
|
181
|
-
export
|
|
182
|
-
parameterPath: "
|
|
189
|
+
export const properties = {
|
|
190
|
+
parameterPath: "properties",
|
|
191
|
+
mapper: ManagementPolicyMapper
|
|
192
|
+
};
|
|
193
|
+
export const blobInventoryPolicyName = {
|
|
194
|
+
parameterPath: "blobInventoryPolicyName",
|
|
183
195
|
mapper: {
|
|
196
|
+
serializedName: "blobInventoryPolicyName",
|
|
184
197
|
required: true,
|
|
185
|
-
serializedName: "If-Match",
|
|
186
198
|
type: {
|
|
187
199
|
name: "String"
|
|
188
200
|
}
|
|
189
201
|
}
|
|
190
202
|
};
|
|
191
|
-
export
|
|
192
|
-
parameterPath: "
|
|
203
|
+
export const properties1 = {
|
|
204
|
+
parameterPath: "properties",
|
|
205
|
+
mapper: BlobInventoryPolicyMapper
|
|
206
|
+
};
|
|
207
|
+
export const privateEndpointConnectionName = {
|
|
208
|
+
parameterPath: "privateEndpointConnectionName",
|
|
193
209
|
mapper: {
|
|
210
|
+
serializedName: "privateEndpointConnectionName",
|
|
194
211
|
required: true,
|
|
195
|
-
isConstant: true,
|
|
196
|
-
serializedName: "immutabilityPolicyName",
|
|
197
|
-
defaultValue: "default",
|
|
198
212
|
type: {
|
|
199
213
|
name: "String"
|
|
200
214
|
}
|
|
201
215
|
}
|
|
202
216
|
};
|
|
203
|
-
export
|
|
204
|
-
parameterPath:
|
|
217
|
+
export const properties2 = {
|
|
218
|
+
parameterPath: "properties",
|
|
219
|
+
mapper: PrivateEndpointConnectionMapper
|
|
220
|
+
};
|
|
221
|
+
export const objectReplicationPolicyId = {
|
|
222
|
+
parameterPath: "objectReplicationPolicyId",
|
|
205
223
|
mapper: {
|
|
206
|
-
|
|
224
|
+
constraints: {
|
|
225
|
+
MinLength: 1
|
|
226
|
+
},
|
|
227
|
+
serializedName: "objectReplicationPolicyId",
|
|
228
|
+
required: true,
|
|
207
229
|
type: {
|
|
208
230
|
name: "String"
|
|
209
231
|
}
|
|
210
232
|
}
|
|
211
233
|
};
|
|
212
|
-
export
|
|
213
|
-
parameterPath: "
|
|
234
|
+
export const properties3 = {
|
|
235
|
+
parameterPath: "properties",
|
|
236
|
+
mapper: ObjectReplicationPolicyMapper
|
|
237
|
+
};
|
|
238
|
+
export const encryptionScope = {
|
|
239
|
+
parameterPath: "encryptionScope",
|
|
240
|
+
mapper: EncryptionScopeMapper
|
|
241
|
+
};
|
|
242
|
+
export const encryptionScopeName = {
|
|
243
|
+
parameterPath: "encryptionScopeName",
|
|
214
244
|
mapper: {
|
|
245
|
+
constraints: {
|
|
246
|
+
MaxLength: 63,
|
|
247
|
+
MinLength: 3
|
|
248
|
+
},
|
|
249
|
+
serializedName: "encryptionScopeName",
|
|
215
250
|
required: true,
|
|
216
|
-
serializedName: "location",
|
|
217
251
|
type: {
|
|
218
252
|
name: "String"
|
|
219
253
|
}
|
|
220
254
|
}
|
|
221
255
|
};
|
|
222
|
-
export
|
|
223
|
-
parameterPath: "
|
|
256
|
+
export const parameters5 = {
|
|
257
|
+
parameterPath: "parameters",
|
|
258
|
+
mapper: BlobServicePropertiesMapper
|
|
259
|
+
};
|
|
260
|
+
export const blobServicesName = {
|
|
261
|
+
parameterPath: "blobServicesName",
|
|
224
262
|
mapper: {
|
|
225
|
-
required: true,
|
|
226
|
-
isConstant: true,
|
|
227
|
-
serializedName: "managementPolicyName",
|
|
228
263
|
defaultValue: "default",
|
|
264
|
+
isConstant: true,
|
|
265
|
+
serializedName: "BlobServicesName",
|
|
229
266
|
type: {
|
|
230
267
|
name: "String"
|
|
231
268
|
}
|
|
232
269
|
}
|
|
233
270
|
};
|
|
234
|
-
export
|
|
271
|
+
export const maxpagesize = {
|
|
235
272
|
parameterPath: ["options", "maxpagesize"],
|
|
236
273
|
mapper: {
|
|
237
274
|
serializedName: "$maxpagesize",
|
|
@@ -240,140 +277,211 @@ export var maxpagesize = {
|
|
|
240
277
|
}
|
|
241
278
|
}
|
|
242
279
|
};
|
|
243
|
-
export
|
|
244
|
-
parameterPath: "
|
|
280
|
+
export const filter = {
|
|
281
|
+
parameterPath: ["options", "filter"],
|
|
245
282
|
mapper: {
|
|
246
|
-
|
|
247
|
-
serializedName: "nextLink",
|
|
283
|
+
serializedName: "$filter",
|
|
248
284
|
type: {
|
|
249
285
|
name: "String"
|
|
250
286
|
}
|
|
251
|
-
}
|
|
252
|
-
skipEncoding: true
|
|
287
|
+
}
|
|
253
288
|
};
|
|
254
|
-
export
|
|
255
|
-
parameterPath: "
|
|
289
|
+
export const include = {
|
|
290
|
+
parameterPath: ["options", "include"],
|
|
291
|
+
mapper: {
|
|
292
|
+
serializedName: "$include",
|
|
293
|
+
type: {
|
|
294
|
+
name: "String"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
};
|
|
298
|
+
export const blobContainer = {
|
|
299
|
+
parameterPath: "blobContainer",
|
|
300
|
+
mapper: BlobContainerMapper
|
|
301
|
+
};
|
|
302
|
+
export const containerName = {
|
|
303
|
+
parameterPath: "containerName",
|
|
256
304
|
mapper: {
|
|
257
|
-
required: true,
|
|
258
|
-
serializedName: "objectReplicationPolicyId",
|
|
259
305
|
constraints: {
|
|
260
|
-
|
|
306
|
+
MaxLength: 63,
|
|
307
|
+
MinLength: 3
|
|
261
308
|
},
|
|
309
|
+
serializedName: "containerName",
|
|
310
|
+
required: true,
|
|
262
311
|
type: {
|
|
263
312
|
name: "String"
|
|
264
313
|
}
|
|
265
314
|
}
|
|
266
315
|
};
|
|
267
|
-
export
|
|
268
|
-
parameterPath: "
|
|
316
|
+
export const legalHold = {
|
|
317
|
+
parameterPath: "legalHold",
|
|
318
|
+
mapper: LegalHoldMapper
|
|
319
|
+
};
|
|
320
|
+
export const parameters6 = {
|
|
321
|
+
parameterPath: ["options", "parameters"],
|
|
322
|
+
mapper: ImmutabilityPolicyMapper
|
|
323
|
+
};
|
|
324
|
+
export const immutabilityPolicyName = {
|
|
325
|
+
parameterPath: "immutabilityPolicyName",
|
|
269
326
|
mapper: {
|
|
270
|
-
|
|
271
|
-
|
|
327
|
+
defaultValue: "default",
|
|
328
|
+
isConstant: true,
|
|
329
|
+
serializedName: "immutabilityPolicyName",
|
|
272
330
|
type: {
|
|
273
331
|
name: "String"
|
|
274
332
|
}
|
|
275
333
|
}
|
|
276
334
|
};
|
|
277
|
-
export
|
|
278
|
-
parameterPath: "
|
|
335
|
+
export const ifMatch = {
|
|
336
|
+
parameterPath: ["options", "ifMatch"],
|
|
279
337
|
mapper: {
|
|
280
|
-
|
|
281
|
-
serializedName: "queueName",
|
|
282
|
-
constraints: {
|
|
283
|
-
MaxLength: 63,
|
|
284
|
-
MinLength: 3,
|
|
285
|
-
Pattern: /^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$/
|
|
286
|
-
},
|
|
338
|
+
serializedName: "If-Match",
|
|
287
339
|
type: {
|
|
288
340
|
name: "String"
|
|
289
341
|
}
|
|
290
342
|
}
|
|
291
343
|
};
|
|
292
|
-
export
|
|
293
|
-
parameterPath: "
|
|
344
|
+
export const ifMatch1 = {
|
|
345
|
+
parameterPath: "ifMatch",
|
|
294
346
|
mapper: {
|
|
347
|
+
serializedName: "If-Match",
|
|
295
348
|
required: true,
|
|
296
|
-
|
|
297
|
-
|
|
349
|
+
type: {
|
|
350
|
+
name: "String"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
};
|
|
354
|
+
export const parameters7 = {
|
|
355
|
+
parameterPath: ["options", "parameters"],
|
|
356
|
+
mapper: LeaseContainerRequestMapper
|
|
357
|
+
};
|
|
358
|
+
export const parameters8 = {
|
|
359
|
+
parameterPath: "parameters",
|
|
360
|
+
mapper: FileServicePropertiesMapper
|
|
361
|
+
};
|
|
362
|
+
export const fileServicesName = {
|
|
363
|
+
parameterPath: "fileServicesName",
|
|
364
|
+
mapper: {
|
|
298
365
|
defaultValue: "default",
|
|
366
|
+
isConstant: true,
|
|
367
|
+
serializedName: "FileServicesName",
|
|
299
368
|
type: {
|
|
300
369
|
name: "String"
|
|
301
370
|
}
|
|
302
371
|
}
|
|
303
372
|
};
|
|
304
|
-
export
|
|
305
|
-
parameterPath: "
|
|
373
|
+
export const expand2 = {
|
|
374
|
+
parameterPath: ["options", "expand"],
|
|
306
375
|
mapper: {
|
|
307
|
-
|
|
308
|
-
serializedName: "resourceGroupName",
|
|
309
|
-
constraints: {
|
|
310
|
-
MaxLength: 90,
|
|
311
|
-
MinLength: 1,
|
|
312
|
-
Pattern: /^[-\w\._\(\)]+$/
|
|
313
|
-
},
|
|
376
|
+
serializedName: "$expand",
|
|
314
377
|
type: {
|
|
315
378
|
name: "String"
|
|
316
379
|
}
|
|
317
380
|
}
|
|
318
381
|
};
|
|
319
|
-
export
|
|
382
|
+
export const fileShare = {
|
|
383
|
+
parameterPath: "fileShare",
|
|
384
|
+
mapper: FileShareMapper
|
|
385
|
+
};
|
|
386
|
+
export const shareName = {
|
|
320
387
|
parameterPath: "shareName",
|
|
321
388
|
mapper: {
|
|
322
|
-
required: true,
|
|
323
|
-
serializedName: "shareName",
|
|
324
389
|
constraints: {
|
|
325
390
|
MaxLength: 63,
|
|
326
391
|
MinLength: 3
|
|
327
392
|
},
|
|
393
|
+
serializedName: "shareName",
|
|
394
|
+
required: true,
|
|
328
395
|
type: {
|
|
329
396
|
name: "String"
|
|
330
397
|
}
|
|
331
398
|
}
|
|
332
399
|
};
|
|
333
|
-
export
|
|
334
|
-
parameterPath: "
|
|
400
|
+
export const xMsSnapshot = {
|
|
401
|
+
parameterPath: ["options", "xMsSnapshot"],
|
|
335
402
|
mapper: {
|
|
336
|
-
|
|
337
|
-
serializedName: "subscriptionId",
|
|
338
|
-
constraints: {
|
|
339
|
-
MinLength: 1
|
|
340
|
-
},
|
|
403
|
+
serializedName: "x-ms-snapshot",
|
|
341
404
|
type: {
|
|
342
405
|
name: "String"
|
|
343
406
|
}
|
|
344
407
|
}
|
|
345
408
|
};
|
|
346
|
-
export
|
|
347
|
-
parameterPath: "
|
|
409
|
+
export const include1 = {
|
|
410
|
+
parameterPath: ["options", "include"],
|
|
411
|
+
mapper: {
|
|
412
|
+
serializedName: "$include",
|
|
413
|
+
type: {
|
|
414
|
+
name: "String"
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
};
|
|
418
|
+
export const deletedShare = {
|
|
419
|
+
parameterPath: "deletedShare",
|
|
420
|
+
mapper: DeletedShareMapper
|
|
421
|
+
};
|
|
422
|
+
export const parameters9 = {
|
|
423
|
+
parameterPath: ["options", "parameters"],
|
|
424
|
+
mapper: LeaseShareRequestMapper
|
|
425
|
+
};
|
|
426
|
+
export const parameters10 = {
|
|
427
|
+
parameterPath: "parameters",
|
|
428
|
+
mapper: QueueServicePropertiesMapper
|
|
429
|
+
};
|
|
430
|
+
export const queueServiceName = {
|
|
431
|
+
parameterPath: "queueServiceName",
|
|
432
|
+
mapper: {
|
|
433
|
+
defaultValue: "default",
|
|
434
|
+
isConstant: true,
|
|
435
|
+
serializedName: "queueServiceName",
|
|
436
|
+
type: {
|
|
437
|
+
name: "String"
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
};
|
|
441
|
+
export const queue = {
|
|
442
|
+
parameterPath: "queue",
|
|
443
|
+
mapper: StorageQueueMapper
|
|
444
|
+
};
|
|
445
|
+
export const queueName = {
|
|
446
|
+
parameterPath: "queueName",
|
|
348
447
|
mapper: {
|
|
349
|
-
required: true,
|
|
350
|
-
serializedName: "tableName",
|
|
351
448
|
constraints: {
|
|
449
|
+
Pattern: new RegExp("^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$"),
|
|
352
450
|
MaxLength: 63,
|
|
353
|
-
MinLength: 3
|
|
354
|
-
Pattern: /^[A-Za-z][A-Za-z0-9]{2,62}$/
|
|
451
|
+
MinLength: 3
|
|
355
452
|
},
|
|
453
|
+
serializedName: "queueName",
|
|
454
|
+
required: true,
|
|
356
455
|
type: {
|
|
357
456
|
name: "String"
|
|
358
457
|
}
|
|
359
458
|
}
|
|
360
459
|
};
|
|
361
|
-
export
|
|
460
|
+
export const parameters11 = {
|
|
461
|
+
parameterPath: "parameters",
|
|
462
|
+
mapper: TableServicePropertiesMapper
|
|
463
|
+
};
|
|
464
|
+
export const tableServiceName = {
|
|
362
465
|
parameterPath: "tableServiceName",
|
|
363
466
|
mapper: {
|
|
364
|
-
|
|
467
|
+
defaultValue: "default",
|
|
365
468
|
isConstant: true,
|
|
366
469
|
serializedName: "tableServiceName",
|
|
367
|
-
defaultValue: "default",
|
|
368
470
|
type: {
|
|
369
471
|
name: "String"
|
|
370
472
|
}
|
|
371
473
|
}
|
|
372
474
|
};
|
|
373
|
-
export
|
|
374
|
-
parameterPath:
|
|
475
|
+
export const tableName = {
|
|
476
|
+
parameterPath: "tableName",
|
|
375
477
|
mapper: {
|
|
376
|
-
|
|
478
|
+
constraints: {
|
|
479
|
+
Pattern: new RegExp("^[A-Za-z][A-Za-z0-9]{2,62}$"),
|
|
480
|
+
MaxLength: 63,
|
|
481
|
+
MinLength: 3
|
|
482
|
+
},
|
|
483
|
+
serializedName: "tableName",
|
|
484
|
+
required: true,
|
|
377
485
|
type: {
|
|
378
486
|
name: "String"
|
|
379
487
|
}
|