@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/src/models/parameters.ts
CHANGED
|
@@ -3,116 +3,145 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
7
|
*/
|
|
9
8
|
|
|
10
|
-
import
|
|
9
|
+
import {
|
|
10
|
+
OperationParameter,
|
|
11
|
+
OperationURLParameter,
|
|
12
|
+
OperationQueryParameter
|
|
13
|
+
} from "@azure/core-client";
|
|
14
|
+
import {
|
|
15
|
+
StorageAccountCheckNameAvailabilityParameters as StorageAccountCheckNameAvailabilityParametersMapper,
|
|
16
|
+
StorageAccountCreateParameters as StorageAccountCreateParametersMapper,
|
|
17
|
+
StorageAccountUpdateParameters as StorageAccountUpdateParametersMapper,
|
|
18
|
+
StorageAccountRegenerateKeyParameters as StorageAccountRegenerateKeyParametersMapper,
|
|
19
|
+
AccountSasParameters as AccountSasParametersMapper,
|
|
20
|
+
ServiceSasParameters as ServiceSasParametersMapper,
|
|
21
|
+
BlobRestoreParameters as BlobRestoreParametersMapper,
|
|
22
|
+
ManagementPolicy as ManagementPolicyMapper,
|
|
23
|
+
BlobInventoryPolicy as BlobInventoryPolicyMapper,
|
|
24
|
+
PrivateEndpointConnection as PrivateEndpointConnectionMapper,
|
|
25
|
+
ObjectReplicationPolicy as ObjectReplicationPolicyMapper,
|
|
26
|
+
EncryptionScope as EncryptionScopeMapper,
|
|
27
|
+
BlobServiceProperties as BlobServicePropertiesMapper,
|
|
28
|
+
BlobContainer as BlobContainerMapper,
|
|
29
|
+
LegalHold as LegalHoldMapper,
|
|
30
|
+
ImmutabilityPolicy as ImmutabilityPolicyMapper,
|
|
31
|
+
LeaseContainerRequest as LeaseContainerRequestMapper,
|
|
32
|
+
FileServiceProperties as FileServicePropertiesMapper,
|
|
33
|
+
FileShare as FileShareMapper,
|
|
34
|
+
DeletedShare as DeletedShareMapper,
|
|
35
|
+
LeaseShareRequest as LeaseShareRequestMapper,
|
|
36
|
+
QueueServiceProperties as QueueServicePropertiesMapper,
|
|
37
|
+
StorageQueue as StorageQueueMapper,
|
|
38
|
+
TableServiceProperties as TableServicePropertiesMapper
|
|
39
|
+
} from "../models/mappers";
|
|
11
40
|
|
|
12
|
-
export const
|
|
13
|
-
parameterPath: "
|
|
41
|
+
export const accept: OperationParameter = {
|
|
42
|
+
parameterPath: "accept",
|
|
14
43
|
mapper: {
|
|
15
|
-
|
|
16
|
-
|
|
44
|
+
defaultValue: "application/json",
|
|
45
|
+
isConstant: true,
|
|
46
|
+
serializedName: "Accept",
|
|
17
47
|
type: {
|
|
18
48
|
name: "String"
|
|
19
49
|
}
|
|
20
50
|
}
|
|
21
51
|
};
|
|
22
|
-
|
|
23
|
-
|
|
52
|
+
|
|
53
|
+
export const $host: OperationURLParameter = {
|
|
54
|
+
parameterPath: "$host",
|
|
24
55
|
mapper: {
|
|
56
|
+
serializedName: "$host",
|
|
25
57
|
required: true,
|
|
26
|
-
serializedName: "accountName",
|
|
27
|
-
constraints: {
|
|
28
|
-
MaxLength: 24,
|
|
29
|
-
MinLength: 3
|
|
30
|
-
},
|
|
31
58
|
type: {
|
|
32
59
|
name: "String"
|
|
33
60
|
}
|
|
34
|
-
}
|
|
61
|
+
},
|
|
62
|
+
skipEncoding: true
|
|
35
63
|
};
|
|
36
|
-
|
|
64
|
+
|
|
65
|
+
export const apiVersion: OperationQueryParameter = {
|
|
37
66
|
parameterPath: "apiVersion",
|
|
38
67
|
mapper: {
|
|
39
|
-
|
|
68
|
+
defaultValue: "2021-04-01",
|
|
69
|
+
isConstant: true,
|
|
40
70
|
serializedName: "api-version",
|
|
41
|
-
constraints: {
|
|
42
|
-
MinLength: 1
|
|
43
|
-
},
|
|
44
71
|
type: {
|
|
45
72
|
name: "String"
|
|
46
73
|
}
|
|
47
74
|
}
|
|
48
75
|
};
|
|
49
|
-
|
|
50
|
-
|
|
76
|
+
|
|
77
|
+
export const subscriptionId: OperationURLParameter = {
|
|
78
|
+
parameterPath: "subscriptionId",
|
|
51
79
|
mapper: {
|
|
80
|
+
constraints: {
|
|
81
|
+
MinLength: 1
|
|
82
|
+
},
|
|
83
|
+
serializedName: "subscriptionId",
|
|
52
84
|
required: true,
|
|
53
|
-
isConstant: true,
|
|
54
|
-
serializedName: "blobInventoryPolicyName",
|
|
55
|
-
defaultValue: "default",
|
|
56
85
|
type: {
|
|
57
86
|
name: "String"
|
|
58
87
|
}
|
|
59
88
|
}
|
|
60
89
|
};
|
|
61
|
-
|
|
62
|
-
|
|
90
|
+
|
|
91
|
+
export const contentType: OperationParameter = {
|
|
92
|
+
parameterPath: ["options", "contentType"],
|
|
63
93
|
mapper: {
|
|
64
|
-
|
|
94
|
+
defaultValue: "application/json",
|
|
65
95
|
isConstant: true,
|
|
66
|
-
serializedName: "
|
|
67
|
-
defaultValue: "default",
|
|
96
|
+
serializedName: "Content-Type",
|
|
68
97
|
type: {
|
|
69
98
|
name: "String"
|
|
70
99
|
}
|
|
71
100
|
}
|
|
72
101
|
};
|
|
73
|
-
|
|
74
|
-
|
|
102
|
+
|
|
103
|
+
export const accountName: OperationParameter = {
|
|
104
|
+
parameterPath: "accountName",
|
|
105
|
+
mapper: StorageAccountCheckNameAvailabilityParametersMapper
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
export const parameters: OperationParameter = {
|
|
109
|
+
parameterPath: "parameters",
|
|
110
|
+
mapper: StorageAccountCreateParametersMapper
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
export const resourceGroupName: OperationURLParameter = {
|
|
114
|
+
parameterPath: "resourceGroupName",
|
|
75
115
|
mapper: {
|
|
76
|
-
required: true,
|
|
77
|
-
serializedName: "containerName",
|
|
78
116
|
constraints: {
|
|
79
|
-
|
|
80
|
-
|
|
117
|
+
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
118
|
+
MaxLength: 90,
|
|
119
|
+
MinLength: 1
|
|
81
120
|
},
|
|
121
|
+
serializedName: "resourceGroupName",
|
|
122
|
+
required: true,
|
|
82
123
|
type: {
|
|
83
124
|
name: "String"
|
|
84
125
|
}
|
|
85
126
|
}
|
|
86
127
|
};
|
|
87
|
-
|
|
88
|
-
|
|
128
|
+
|
|
129
|
+
export const accountName1: OperationURLParameter = {
|
|
130
|
+
parameterPath: "accountName",
|
|
89
131
|
mapper: {
|
|
90
|
-
required: true,
|
|
91
|
-
serializedName: "deletedAccountName",
|
|
92
132
|
constraints: {
|
|
93
133
|
MaxLength: 24,
|
|
94
134
|
MinLength: 3
|
|
95
135
|
},
|
|
96
|
-
|
|
97
|
-
name: "String"
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
export const encryptionScopeName: msRest.OperationURLParameter = {
|
|
102
|
-
parameterPath: "encryptionScopeName",
|
|
103
|
-
mapper: {
|
|
136
|
+
serializedName: "accountName",
|
|
104
137
|
required: true,
|
|
105
|
-
serializedName: "encryptionScopeName",
|
|
106
|
-
constraints: {
|
|
107
|
-
MaxLength: 63,
|
|
108
|
-
MinLength: 3
|
|
109
|
-
},
|
|
110
138
|
type: {
|
|
111
139
|
name: "String"
|
|
112
140
|
}
|
|
113
141
|
}
|
|
114
142
|
};
|
|
115
|
-
|
|
143
|
+
|
|
144
|
+
export const expand: OperationQueryParameter = {
|
|
116
145
|
parameterPath: ["options", "expand"],
|
|
117
146
|
mapper: {
|
|
118
147
|
serializedName: "$expand",
|
|
@@ -122,119 +151,187 @@ export const expand0: msRest.OperationQueryParameter = {
|
|
|
122
151
|
}
|
|
123
152
|
}
|
|
124
153
|
};
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
type: {
|
|
130
|
-
name: "Enum",
|
|
131
|
-
allowedValues: ["kerb"]
|
|
132
|
-
}
|
|
133
|
-
}
|
|
154
|
+
|
|
155
|
+
export const parameters1: OperationParameter = {
|
|
156
|
+
parameterPath: "parameters",
|
|
157
|
+
mapper: StorageAccountUpdateParametersMapper
|
|
134
158
|
};
|
|
135
|
-
|
|
159
|
+
|
|
160
|
+
export const expand1: OperationQueryParameter = {
|
|
136
161
|
parameterPath: ["options", "expand"],
|
|
137
162
|
mapper: {
|
|
163
|
+
defaultValue: "kerb",
|
|
164
|
+
isConstant: true,
|
|
138
165
|
serializedName: "$expand",
|
|
139
166
|
type: {
|
|
140
167
|
name: "String"
|
|
141
168
|
}
|
|
142
169
|
}
|
|
143
170
|
};
|
|
144
|
-
|
|
145
|
-
|
|
171
|
+
|
|
172
|
+
export const regenerateKey: OperationParameter = {
|
|
173
|
+
parameterPath: "regenerateKey",
|
|
174
|
+
mapper: StorageAccountRegenerateKeyParametersMapper
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
export const parameters2: OperationParameter = {
|
|
178
|
+
parameterPath: "parameters",
|
|
179
|
+
mapper: AccountSasParametersMapper
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
export const parameters3: OperationParameter = {
|
|
183
|
+
parameterPath: "parameters",
|
|
184
|
+
mapper: ServiceSasParametersMapper
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
export const parameters4: OperationParameter = {
|
|
188
|
+
parameterPath: "parameters",
|
|
189
|
+
mapper: BlobRestoreParametersMapper
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
export const nextLink: OperationURLParameter = {
|
|
193
|
+
parameterPath: "nextLink",
|
|
146
194
|
mapper: {
|
|
147
|
-
serializedName: "
|
|
195
|
+
serializedName: "nextLink",
|
|
196
|
+
required: true,
|
|
148
197
|
type: {
|
|
149
|
-
name: "
|
|
150
|
-
allowedValues: ["stats"]
|
|
198
|
+
name: "String"
|
|
151
199
|
}
|
|
152
|
-
}
|
|
200
|
+
},
|
|
201
|
+
skipEncoding: true
|
|
153
202
|
};
|
|
154
|
-
|
|
155
|
-
|
|
203
|
+
|
|
204
|
+
export const deletedAccountName: OperationURLParameter = {
|
|
205
|
+
parameterPath: "deletedAccountName",
|
|
156
206
|
mapper: {
|
|
207
|
+
constraints: {
|
|
208
|
+
MaxLength: 24,
|
|
209
|
+
MinLength: 3
|
|
210
|
+
},
|
|
211
|
+
serializedName: "deletedAccountName",
|
|
157
212
|
required: true,
|
|
158
|
-
isConstant: true,
|
|
159
|
-
serializedName: "FileServicesName",
|
|
160
|
-
defaultValue: "default",
|
|
161
213
|
type: {
|
|
162
214
|
name: "String"
|
|
163
215
|
}
|
|
164
216
|
}
|
|
165
217
|
};
|
|
166
|
-
|
|
167
|
-
|
|
218
|
+
|
|
219
|
+
export const location: OperationURLParameter = {
|
|
220
|
+
parameterPath: "location",
|
|
168
221
|
mapper: {
|
|
169
|
-
serializedName: "
|
|
222
|
+
serializedName: "location",
|
|
223
|
+
required: true,
|
|
170
224
|
type: {
|
|
171
225
|
name: "String"
|
|
172
226
|
}
|
|
173
227
|
}
|
|
174
228
|
};
|
|
175
|
-
|
|
176
|
-
|
|
229
|
+
|
|
230
|
+
export const managementPolicyName: OperationURLParameter = {
|
|
231
|
+
parameterPath: "managementPolicyName",
|
|
177
232
|
mapper: {
|
|
178
|
-
serializedName: "
|
|
233
|
+
serializedName: "managementPolicyName",
|
|
234
|
+
required: true,
|
|
179
235
|
type: {
|
|
180
236
|
name: "String"
|
|
181
237
|
}
|
|
182
238
|
}
|
|
183
239
|
};
|
|
184
|
-
|
|
185
|
-
|
|
240
|
+
|
|
241
|
+
export const properties: OperationParameter = {
|
|
242
|
+
parameterPath: "properties",
|
|
243
|
+
mapper: ManagementPolicyMapper
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
export const blobInventoryPolicyName: OperationURLParameter = {
|
|
247
|
+
parameterPath: "blobInventoryPolicyName",
|
|
186
248
|
mapper: {
|
|
249
|
+
serializedName: "blobInventoryPolicyName",
|
|
187
250
|
required: true,
|
|
188
|
-
serializedName: "If-Match",
|
|
189
251
|
type: {
|
|
190
252
|
name: "String"
|
|
191
253
|
}
|
|
192
254
|
}
|
|
193
255
|
};
|
|
194
|
-
|
|
195
|
-
|
|
256
|
+
|
|
257
|
+
export const properties1: OperationParameter = {
|
|
258
|
+
parameterPath: "properties",
|
|
259
|
+
mapper: BlobInventoryPolicyMapper
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
export const privateEndpointConnectionName: OperationURLParameter = {
|
|
263
|
+
parameterPath: "privateEndpointConnectionName",
|
|
196
264
|
mapper: {
|
|
265
|
+
serializedName: "privateEndpointConnectionName",
|
|
197
266
|
required: true,
|
|
198
|
-
isConstant: true,
|
|
199
|
-
serializedName: "immutabilityPolicyName",
|
|
200
|
-
defaultValue: "default",
|
|
201
267
|
type: {
|
|
202
268
|
name: "String"
|
|
203
269
|
}
|
|
204
270
|
}
|
|
205
271
|
};
|
|
206
|
-
|
|
207
|
-
|
|
272
|
+
|
|
273
|
+
export const properties2: OperationParameter = {
|
|
274
|
+
parameterPath: "properties",
|
|
275
|
+
mapper: PrivateEndpointConnectionMapper
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
export const objectReplicationPolicyId: OperationURLParameter = {
|
|
279
|
+
parameterPath: "objectReplicationPolicyId",
|
|
208
280
|
mapper: {
|
|
209
|
-
|
|
281
|
+
constraints: {
|
|
282
|
+
MinLength: 1
|
|
283
|
+
},
|
|
284
|
+
serializedName: "objectReplicationPolicyId",
|
|
285
|
+
required: true,
|
|
210
286
|
type: {
|
|
211
287
|
name: "String"
|
|
212
288
|
}
|
|
213
289
|
}
|
|
214
290
|
};
|
|
215
|
-
|
|
216
|
-
|
|
291
|
+
|
|
292
|
+
export const properties3: OperationParameter = {
|
|
293
|
+
parameterPath: "properties",
|
|
294
|
+
mapper: ObjectReplicationPolicyMapper
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
export const encryptionScope: OperationParameter = {
|
|
298
|
+
parameterPath: "encryptionScope",
|
|
299
|
+
mapper: EncryptionScopeMapper
|
|
300
|
+
};
|
|
301
|
+
|
|
302
|
+
export const encryptionScopeName: OperationURLParameter = {
|
|
303
|
+
parameterPath: "encryptionScopeName",
|
|
217
304
|
mapper: {
|
|
305
|
+
constraints: {
|
|
306
|
+
MaxLength: 63,
|
|
307
|
+
MinLength: 3
|
|
308
|
+
},
|
|
309
|
+
serializedName: "encryptionScopeName",
|
|
218
310
|
required: true,
|
|
219
|
-
serializedName: "location",
|
|
220
311
|
type: {
|
|
221
312
|
name: "String"
|
|
222
313
|
}
|
|
223
314
|
}
|
|
224
315
|
};
|
|
225
|
-
|
|
226
|
-
|
|
316
|
+
|
|
317
|
+
export const parameters5: OperationParameter = {
|
|
318
|
+
parameterPath: "parameters",
|
|
319
|
+
mapper: BlobServicePropertiesMapper
|
|
320
|
+
};
|
|
321
|
+
|
|
322
|
+
export const blobServicesName: OperationURLParameter = {
|
|
323
|
+
parameterPath: "blobServicesName",
|
|
227
324
|
mapper: {
|
|
228
|
-
required: true,
|
|
229
|
-
isConstant: true,
|
|
230
|
-
serializedName: "managementPolicyName",
|
|
231
325
|
defaultValue: "default",
|
|
326
|
+
isConstant: true,
|
|
327
|
+
serializedName: "BlobServicesName",
|
|
232
328
|
type: {
|
|
233
329
|
name: "String"
|
|
234
330
|
}
|
|
235
331
|
}
|
|
236
332
|
};
|
|
237
|
-
|
|
333
|
+
|
|
334
|
+
export const maxpagesize: OperationQueryParameter = {
|
|
238
335
|
parameterPath: ["options", "maxpagesize"],
|
|
239
336
|
mapper: {
|
|
240
337
|
serializedName: "$maxpagesize",
|
|
@@ -243,140 +340,237 @@ export const maxpagesize: msRest.OperationQueryParameter = {
|
|
|
243
340
|
}
|
|
244
341
|
}
|
|
245
342
|
};
|
|
246
|
-
|
|
247
|
-
|
|
343
|
+
|
|
344
|
+
export const filter: OperationQueryParameter = {
|
|
345
|
+
parameterPath: ["options", "filter"],
|
|
248
346
|
mapper: {
|
|
249
|
-
|
|
250
|
-
serializedName: "nextLink",
|
|
347
|
+
serializedName: "$filter",
|
|
251
348
|
type: {
|
|
252
349
|
name: "String"
|
|
253
350
|
}
|
|
254
|
-
}
|
|
255
|
-
skipEncoding: true
|
|
351
|
+
}
|
|
256
352
|
};
|
|
257
|
-
|
|
258
|
-
|
|
353
|
+
|
|
354
|
+
export const include: OperationQueryParameter = {
|
|
355
|
+
parameterPath: ["options", "include"],
|
|
356
|
+
mapper: {
|
|
357
|
+
serializedName: "$include",
|
|
358
|
+
type: {
|
|
359
|
+
name: "String"
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
};
|
|
363
|
+
|
|
364
|
+
export const blobContainer: OperationParameter = {
|
|
365
|
+
parameterPath: "blobContainer",
|
|
366
|
+
mapper: BlobContainerMapper
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
export const containerName: OperationURLParameter = {
|
|
370
|
+
parameterPath: "containerName",
|
|
259
371
|
mapper: {
|
|
260
|
-
required: true,
|
|
261
|
-
serializedName: "objectReplicationPolicyId",
|
|
262
372
|
constraints: {
|
|
263
|
-
|
|
373
|
+
MaxLength: 63,
|
|
374
|
+
MinLength: 3
|
|
264
375
|
},
|
|
376
|
+
serializedName: "containerName",
|
|
377
|
+
required: true,
|
|
265
378
|
type: {
|
|
266
379
|
name: "String"
|
|
267
380
|
}
|
|
268
381
|
}
|
|
269
382
|
};
|
|
270
|
-
|
|
271
|
-
|
|
383
|
+
|
|
384
|
+
export const legalHold: OperationParameter = {
|
|
385
|
+
parameterPath: "legalHold",
|
|
386
|
+
mapper: LegalHoldMapper
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
export const parameters6: OperationParameter = {
|
|
390
|
+
parameterPath: ["options", "parameters"],
|
|
391
|
+
mapper: ImmutabilityPolicyMapper
|
|
392
|
+
};
|
|
393
|
+
|
|
394
|
+
export const immutabilityPolicyName: OperationURLParameter = {
|
|
395
|
+
parameterPath: "immutabilityPolicyName",
|
|
272
396
|
mapper: {
|
|
273
|
-
|
|
274
|
-
|
|
397
|
+
defaultValue: "default",
|
|
398
|
+
isConstant: true,
|
|
399
|
+
serializedName: "immutabilityPolicyName",
|
|
275
400
|
type: {
|
|
276
401
|
name: "String"
|
|
277
402
|
}
|
|
278
403
|
}
|
|
279
404
|
};
|
|
280
|
-
|
|
281
|
-
|
|
405
|
+
|
|
406
|
+
export const ifMatch: OperationParameter = {
|
|
407
|
+
parameterPath: ["options", "ifMatch"],
|
|
282
408
|
mapper: {
|
|
283
|
-
|
|
284
|
-
serializedName: "queueName",
|
|
285
|
-
constraints: {
|
|
286
|
-
MaxLength: 63,
|
|
287
|
-
MinLength: 3,
|
|
288
|
-
Pattern: /^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$/
|
|
289
|
-
},
|
|
409
|
+
serializedName: "If-Match",
|
|
290
410
|
type: {
|
|
291
411
|
name: "String"
|
|
292
412
|
}
|
|
293
413
|
}
|
|
294
414
|
};
|
|
295
|
-
|
|
296
|
-
|
|
415
|
+
|
|
416
|
+
export const ifMatch1: OperationParameter = {
|
|
417
|
+
parameterPath: "ifMatch",
|
|
297
418
|
mapper: {
|
|
419
|
+
serializedName: "If-Match",
|
|
298
420
|
required: true,
|
|
299
|
-
|
|
300
|
-
|
|
421
|
+
type: {
|
|
422
|
+
name: "String"
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
|
|
427
|
+
export const parameters7: OperationParameter = {
|
|
428
|
+
parameterPath: ["options", "parameters"],
|
|
429
|
+
mapper: LeaseContainerRequestMapper
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
export const parameters8: OperationParameter = {
|
|
433
|
+
parameterPath: "parameters",
|
|
434
|
+
mapper: FileServicePropertiesMapper
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
export const fileServicesName: OperationURLParameter = {
|
|
438
|
+
parameterPath: "fileServicesName",
|
|
439
|
+
mapper: {
|
|
301
440
|
defaultValue: "default",
|
|
441
|
+
isConstant: true,
|
|
442
|
+
serializedName: "FileServicesName",
|
|
302
443
|
type: {
|
|
303
444
|
name: "String"
|
|
304
445
|
}
|
|
305
446
|
}
|
|
306
447
|
};
|
|
307
|
-
|
|
308
|
-
|
|
448
|
+
|
|
449
|
+
export const expand2: OperationQueryParameter = {
|
|
450
|
+
parameterPath: ["options", "expand"],
|
|
309
451
|
mapper: {
|
|
310
|
-
|
|
311
|
-
serializedName: "resourceGroupName",
|
|
312
|
-
constraints: {
|
|
313
|
-
MaxLength: 90,
|
|
314
|
-
MinLength: 1,
|
|
315
|
-
Pattern: /^[-\w\._\(\)]+$/
|
|
316
|
-
},
|
|
452
|
+
serializedName: "$expand",
|
|
317
453
|
type: {
|
|
318
454
|
name: "String"
|
|
319
455
|
}
|
|
320
456
|
}
|
|
321
457
|
};
|
|
322
|
-
|
|
458
|
+
|
|
459
|
+
export const fileShare: OperationParameter = {
|
|
460
|
+
parameterPath: "fileShare",
|
|
461
|
+
mapper: FileShareMapper
|
|
462
|
+
};
|
|
463
|
+
|
|
464
|
+
export const shareName: OperationURLParameter = {
|
|
323
465
|
parameterPath: "shareName",
|
|
324
466
|
mapper: {
|
|
325
|
-
required: true,
|
|
326
|
-
serializedName: "shareName",
|
|
327
467
|
constraints: {
|
|
328
468
|
MaxLength: 63,
|
|
329
469
|
MinLength: 3
|
|
330
470
|
},
|
|
471
|
+
serializedName: "shareName",
|
|
472
|
+
required: true,
|
|
331
473
|
type: {
|
|
332
474
|
name: "String"
|
|
333
475
|
}
|
|
334
476
|
}
|
|
335
477
|
};
|
|
336
|
-
|
|
337
|
-
|
|
478
|
+
|
|
479
|
+
export const xMsSnapshot: OperationParameter = {
|
|
480
|
+
parameterPath: ["options", "xMsSnapshot"],
|
|
338
481
|
mapper: {
|
|
339
|
-
|
|
340
|
-
serializedName: "subscriptionId",
|
|
341
|
-
constraints: {
|
|
342
|
-
MinLength: 1
|
|
343
|
-
},
|
|
482
|
+
serializedName: "x-ms-snapshot",
|
|
344
483
|
type: {
|
|
345
484
|
name: "String"
|
|
346
485
|
}
|
|
347
486
|
}
|
|
348
487
|
};
|
|
349
|
-
|
|
350
|
-
|
|
488
|
+
|
|
489
|
+
export const include1: OperationQueryParameter = {
|
|
490
|
+
parameterPath: ["options", "include"],
|
|
491
|
+
mapper: {
|
|
492
|
+
serializedName: "$include",
|
|
493
|
+
type: {
|
|
494
|
+
name: "String"
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
export const deletedShare: OperationParameter = {
|
|
500
|
+
parameterPath: "deletedShare",
|
|
501
|
+
mapper: DeletedShareMapper
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
export const parameters9: OperationParameter = {
|
|
505
|
+
parameterPath: ["options", "parameters"],
|
|
506
|
+
mapper: LeaseShareRequestMapper
|
|
507
|
+
};
|
|
508
|
+
|
|
509
|
+
export const parameters10: OperationParameter = {
|
|
510
|
+
parameterPath: "parameters",
|
|
511
|
+
mapper: QueueServicePropertiesMapper
|
|
512
|
+
};
|
|
513
|
+
|
|
514
|
+
export const queueServiceName: OperationURLParameter = {
|
|
515
|
+
parameterPath: "queueServiceName",
|
|
516
|
+
mapper: {
|
|
517
|
+
defaultValue: "default",
|
|
518
|
+
isConstant: true,
|
|
519
|
+
serializedName: "queueServiceName",
|
|
520
|
+
type: {
|
|
521
|
+
name: "String"
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
};
|
|
525
|
+
|
|
526
|
+
export const queue: OperationParameter = {
|
|
527
|
+
parameterPath: "queue",
|
|
528
|
+
mapper: StorageQueueMapper
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
export const queueName: OperationURLParameter = {
|
|
532
|
+
parameterPath: "queueName",
|
|
351
533
|
mapper: {
|
|
352
|
-
required: true,
|
|
353
|
-
serializedName: "tableName",
|
|
354
534
|
constraints: {
|
|
535
|
+
Pattern: new RegExp("^[a-z0-9]([a-z0-9]|(-(?!-))){1,61}[a-z0-9]$"),
|
|
355
536
|
MaxLength: 63,
|
|
356
|
-
MinLength: 3
|
|
357
|
-
Pattern: /^[A-Za-z][A-Za-z0-9]{2,62}$/
|
|
537
|
+
MinLength: 3
|
|
358
538
|
},
|
|
539
|
+
serializedName: "queueName",
|
|
540
|
+
required: true,
|
|
359
541
|
type: {
|
|
360
542
|
name: "String"
|
|
361
543
|
}
|
|
362
544
|
}
|
|
363
545
|
};
|
|
364
|
-
|
|
546
|
+
|
|
547
|
+
export const parameters11: OperationParameter = {
|
|
548
|
+
parameterPath: "parameters",
|
|
549
|
+
mapper: TableServicePropertiesMapper
|
|
550
|
+
};
|
|
551
|
+
|
|
552
|
+
export const tableServiceName: OperationURLParameter = {
|
|
365
553
|
parameterPath: "tableServiceName",
|
|
366
554
|
mapper: {
|
|
367
|
-
|
|
555
|
+
defaultValue: "default",
|
|
368
556
|
isConstant: true,
|
|
369
557
|
serializedName: "tableServiceName",
|
|
370
|
-
defaultValue: "default",
|
|
371
558
|
type: {
|
|
372
559
|
name: "String"
|
|
373
560
|
}
|
|
374
561
|
}
|
|
375
562
|
};
|
|
376
|
-
|
|
377
|
-
|
|
563
|
+
|
|
564
|
+
export const tableName: OperationURLParameter = {
|
|
565
|
+
parameterPath: "tableName",
|
|
378
566
|
mapper: {
|
|
379
|
-
|
|
567
|
+
constraints: {
|
|
568
|
+
Pattern: new RegExp("^[A-Za-z][A-Za-z0-9]{2,62}$"),
|
|
569
|
+
MaxLength: 63,
|
|
570
|
+
MinLength: 3
|
|
571
|
+
},
|
|
572
|
+
serializedName: "tableName",
|
|
573
|
+
required: true,
|
|
380
574
|
type: {
|
|
381
575
|
name: "String"
|
|
382
576
|
}
|