@azure/arm-redisenterprisecache 3.1.0-beta.1 → 4.0.0-alpha.20250422.2
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 +243 -0
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +517 -31
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +146 -2
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.d.ts +21 -1
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +506 -5
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.d.ts +2 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +22 -5
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/browser/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +283 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +1152 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsStatus.d.ts +3 -3
- package/dist/browser/operations/operationsStatus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationsStatus.js +2 -2
- package/dist/browser/operations/operationsStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +31 -17
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +114 -108
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +11 -7
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +10 -6
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/redisEnterprise.d.ts +46 -23
- package/dist/browser/operations/redisEnterprise.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/redisEnterprise.js +182 -148
- package/dist/browser/operations/redisEnterprise.js.map +1 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/browser/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.d.ts +77 -33
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operationsStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +25 -13
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +5 -3
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.d.ts +42 -19
- package/dist/browser/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.d.ts +3 -2
- package/dist/browser/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/redisEnterpriseManagementClient.js +19 -20
- package/dist/browser/redisEnterpriseManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-redisenterprisecache.d.ts → dist/commonjs/models/index.d.ts} +1624 -1671
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +367 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +65 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1788 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +27 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +217 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js +415 -0
- package/dist/commonjs/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +283 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +1156 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/operationsStatus.d.ts +20 -0
- package/dist/commonjs/operations/operationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/operationsStatus.js +58 -0
- package/dist/commonjs/operations/operationsStatus.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +345 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +34 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +113 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/redisEnterprise.d.ts +130 -0
- package/dist/commonjs/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/commonjs/operations/redisEnterprise.js +584 -0
- package/dist/commonjs/operations/redisEnterprise.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/{dist-esm/src/operations → dist/commonjs/operationsInterfaces}/databases.d.ts +79 -60
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js +10 -0
- package/dist/commonjs/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/commonjs/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/commonjs/redisEnterpriseManagementClient.js +109 -0
- package/dist/commonjs/redisEnterpriseManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1624 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +364 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +65 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1784 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +27 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +214 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/esm/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +283 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +1152 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/operationsStatus.d.ts +20 -0
- package/dist/esm/operations/operationsStatus.d.ts.map +1 -0
- package/dist/esm/operations/operationsStatus.js +53 -0
- package/dist/esm/operations/operationsStatus.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +341 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +34 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +109 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/redisEnterprise.d.ts +130 -0
- package/dist/esm/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/esm/operations/redisEnterprise.js +580 -0
- package/dist/esm/operations/redisEnterprise.js.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/esm/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +254 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationsStatus.js +9 -0
- package/dist/esm/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.js +9 -0
- package/dist/esm/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/esm/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/esm/redisEnterpriseManagementClient.js +104 -0
- package/dist/esm/redisEnterpriseManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1624 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +364 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +65 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1784 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +27 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +214 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts +110 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js +411 -0
- package/dist/react-native/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +283 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +1152 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/operationsStatus.d.ts +20 -0
- package/dist/react-native/operations/operationsStatus.d.ts.map +1 -0
- package/dist/react-native/operations/operationsStatus.js +53 -0
- package/dist/react-native/operations/operationsStatus.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +94 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +341 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +34 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +109 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/redisEnterprise.d.ts +130 -0
- package/dist/react-native/operations/redisEnterprise.d.ts.map +1 -0
- package/dist/react-native/operations/redisEnterprise.js +580 -0
- package/dist/react-native/operations/redisEnterprise.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +79 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +254 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +75 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +15 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts +94 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.js +9 -0
- package/dist/react-native/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/redisEnterpriseManagementClient.d.ts +26 -0
- package/dist/react-native/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist/react-native/redisEnterpriseManagementClient.js +104 -0
- package/dist/react-native/redisEnterpriseManagementClient.js.map +1 -0
- package/package.json +81 -55
- package/review/arm-redisenterprisecache.api.md +294 -6
- package/LICENSE.txt +0 -21
- package/dist/index.js +0 -4221
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +0 -88
- package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesExportSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesExportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesExportSample.js +0 -42
- package/dist-esm/samples-dev/databasesExportSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesFlushSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesFlushSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesFlushSample.js +0 -44
- package/dist-esm/samples-dev/databasesFlushSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +0 -51
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesForceUnlinkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js +0 -44
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -39
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesImportSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesImportSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesImportSample.js +0 -45
- package/dist-esm/samples-dev/databasesImportSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.js +0 -54
- package/dist-esm/samples-dev/databasesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListKeysSample.js +0 -39
- package/dist-esm/samples-dev/databasesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js +0 -40
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/databasesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/databasesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +0 -39
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.js +0 -38
- package/dist-esm/samples-dev/operationsStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -39
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -54
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -45
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -54
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +0 -60
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +0 -38
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js +0 -38
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.js +0 -52
- package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +0 -43
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -1150
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/operationsStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/operationsStatus.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/redisEnterprise.d.ts.map +0 -1
- package/dist-esm/src/operations/redisEnterprise.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/dist-esm/src/redisEnterpriseManagementClient.js.map +0 -1
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts +0 -4
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +0 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js +0 -70
- package/dist-esm/test/redisenterprisecache_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1289
- package/src/models/mappers.ts +0 -1375
- package/src/models/parameters.ts +0 -237
- package/src/operations/databases.ts +0 -1603
- package/src/operations/index.ts +0 -14
- package/src/operations/operations.ts +0 -149
- package/src/operations/operationsStatus.ts +0 -71
- package/src/operations/privateEndpointConnections.ts +0 -451
- package/src/operations/privateLinkResources.ts +0 -136
- package/src/operations/redisEnterprise.ts +0 -708
- package/src/operationsInterfaces/databases.ts +0 -403
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/operationsStatus.ts +0 -27
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -116
- package/src/operationsInterfaces/privateLinkResources.ts +0 -29
- package/src/operationsInterfaces/redisEnterprise.ts +0 -139
- package/src/pagingHelper.ts +0 -39
- package/src/redisEnterpriseManagementClient.ts +0 -165
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationsStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/redisEnterprise.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -121,11 +121,11 @@ export interface OperationStatus {
|
|
|
121
121
|
/** Error response describing why the operation failed. */
|
|
122
122
|
error?: ErrorResponse;
|
|
123
123
|
}
|
|
124
|
-
/** SKU parameters supplied to the create
|
|
124
|
+
/** SKU parameters supplied to the create Redis Enterprise cluster operation. */
|
|
125
125
|
export interface Sku {
|
|
126
|
-
/** The
|
|
126
|
+
/** The level of Redis Enterprise cluster to deploy. Possible values: ('Balanced_B5', 'MemoryOptimized_M10', 'ComputeOptimized_X5', etc.). For more information on SKUs see the latest pricing documentation. Note that additional SKUs may become supported in the future. */
|
|
127
127
|
name: SkuName;
|
|
128
|
-
/**
|
|
128
|
+
/** This property is only used with Enterprise and EnterpriseFlash SKUs. Determines the size of the cluster. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for EnterpriseFlash SKUs. */
|
|
129
129
|
capacity?: number;
|
|
130
130
|
}
|
|
131
131
|
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
@@ -214,7 +214,7 @@ export interface Resource {
|
|
|
214
214
|
*/
|
|
215
215
|
readonly type?: string;
|
|
216
216
|
}
|
|
217
|
-
/** A partial update to the
|
|
217
|
+
/** A partial update to the Redis Enterprise cluster */
|
|
218
218
|
export interface ClusterUpdate {
|
|
219
219
|
/** The SKU to create, which affects price, performance, and features. */
|
|
220
220
|
sku?: Sku;
|
|
@@ -224,7 +224,9 @@ export interface ClusterUpdate {
|
|
|
224
224
|
tags?: {
|
|
225
225
|
[propertyName: string]: string;
|
|
226
226
|
};
|
|
227
|
-
/**
|
|
227
|
+
/** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
|
|
228
|
+
highAvailability?: HighAvailability;
|
|
229
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
|
|
228
230
|
minimumTlsVersion?: TlsVersion;
|
|
229
231
|
/** Encryption-at-rest configuration for the cluster. */
|
|
230
232
|
encryption?: ClusterPropertiesEncryption;
|
|
@@ -238,6 +240,11 @@ export interface ClusterUpdate {
|
|
|
238
240
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
239
241
|
*/
|
|
240
242
|
readonly provisioningState?: ProvisioningState;
|
|
243
|
+
/**
|
|
244
|
+
* Explains the current redundancy strategy of the cluster, which affects the expected SLA.
|
|
245
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
246
|
+
*/
|
|
247
|
+
readonly redundancyMode?: RedundancyMode;
|
|
241
248
|
/**
|
|
242
249
|
* Current resource status of the cluster
|
|
243
250
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -249,7 +256,7 @@ export interface ClusterUpdate {
|
|
|
249
256
|
*/
|
|
250
257
|
readonly redisVersion?: string;
|
|
251
258
|
/**
|
|
252
|
-
* List of private endpoint connections associated with the specified
|
|
259
|
+
* List of private endpoint connections associated with the specified Redis Enterprise cluster
|
|
253
260
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
261
|
*/
|
|
255
262
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
@@ -274,13 +281,13 @@ export interface DatabaseList {
|
|
|
274
281
|
*/
|
|
275
282
|
readonly nextLink?: string;
|
|
276
283
|
}
|
|
277
|
-
/** Persistence-related configuration for the
|
|
284
|
+
/** Persistence-related configuration for the Redis Enterprise database */
|
|
278
285
|
export interface Persistence {
|
|
279
|
-
/** Sets whether AOF is enabled. */
|
|
286
|
+
/** Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
|
|
280
287
|
aofEnabled?: boolean;
|
|
281
|
-
/** Sets whether RDB is enabled. */
|
|
288
|
+
/** Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled. */
|
|
282
289
|
rdbEnabled?: boolean;
|
|
283
|
-
/** Sets the frequency at which data is written to disk. */
|
|
290
|
+
/** Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact. */
|
|
284
291
|
aofFrequency?: AofFrequency;
|
|
285
292
|
/** Sets the frequency at which a snapshot of the database is created. */
|
|
286
293
|
rdbFrequency?: RdbFrequency;
|
|
@@ -314,7 +321,45 @@ export interface LinkedDatabase {
|
|
|
314
321
|
*/
|
|
315
322
|
readonly state?: LinkState;
|
|
316
323
|
}
|
|
317
|
-
/**
|
|
324
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
325
|
+
export interface ResourceAutoGenerated {
|
|
326
|
+
/**
|
|
327
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
328
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
329
|
+
*/
|
|
330
|
+
readonly id?: string;
|
|
331
|
+
/**
|
|
332
|
+
* The name of the resource
|
|
333
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
+
*/
|
|
335
|
+
readonly name?: string;
|
|
336
|
+
/**
|
|
337
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
338
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
339
|
+
*/
|
|
340
|
+
readonly type?: string;
|
|
341
|
+
/**
|
|
342
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
343
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
344
|
+
*/
|
|
345
|
+
readonly systemData?: SystemData;
|
|
346
|
+
}
|
|
347
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
348
|
+
export interface SystemData {
|
|
349
|
+
/** The identity that created the resource. */
|
|
350
|
+
createdBy?: string;
|
|
351
|
+
/** The type of identity that created the resource. */
|
|
352
|
+
createdByType?: CreatedByType;
|
|
353
|
+
/** The timestamp of resource creation (UTC). */
|
|
354
|
+
createdAt?: Date;
|
|
355
|
+
/** The identity that last modified the resource. */
|
|
356
|
+
lastModifiedBy?: string;
|
|
357
|
+
/** The type of identity that last modified the resource. */
|
|
358
|
+
lastModifiedByType?: CreatedByType;
|
|
359
|
+
/** The timestamp of resource last modification (UTC) */
|
|
360
|
+
lastModifiedAt?: Date;
|
|
361
|
+
}
|
|
362
|
+
/** A partial update to the Redis Enterprise database */
|
|
318
363
|
export interface DatabaseUpdate {
|
|
319
364
|
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
320
365
|
clientProtocol?: Protocol;
|
|
@@ -330,7 +375,7 @@ export interface DatabaseUpdate {
|
|
|
330
375
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
331
376
|
*/
|
|
332
377
|
readonly resourceState?: ResourceState;
|
|
333
|
-
/** Clustering policy - default is OSSCluster.
|
|
378
|
+
/** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
|
|
334
379
|
clusteringPolicy?: ClusteringPolicy;
|
|
335
380
|
/** Redis eviction policy - default is VolatileLRU */
|
|
336
381
|
evictionPolicy?: EvictionPolicy;
|
|
@@ -345,8 +390,10 @@ export interface DatabaseUpdate {
|
|
|
345
390
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
346
391
|
*/
|
|
347
392
|
readonly redisVersion?: string;
|
|
348
|
-
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more:
|
|
393
|
+
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
|
|
349
394
|
deferUpgrade?: DeferUpgradeSetting;
|
|
395
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
|
|
396
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
350
397
|
}
|
|
351
398
|
/** The secret access keys used for authenticating connections to redis */
|
|
352
399
|
export interface AccessKeys {
|
|
@@ -376,6 +423,39 @@ export interface ExportClusterParameters {
|
|
|
376
423
|
/** SAS URI for the target directory to export to */
|
|
377
424
|
sasUri: string;
|
|
378
425
|
}
|
|
426
|
+
/** The user associated with the access policy. */
|
|
427
|
+
export interface AccessPolicyAssignmentPropertiesUser {
|
|
428
|
+
/** The object ID of the user. */
|
|
429
|
+
objectId?: string;
|
|
430
|
+
}
|
|
431
|
+
/** The response of a list-all operation. */
|
|
432
|
+
export interface AccessPolicyAssignmentList {
|
|
433
|
+
/** List of access policy assignments. */
|
|
434
|
+
value?: AccessPolicyAssignment[];
|
|
435
|
+
/**
|
|
436
|
+
* The URI to fetch the next page of results.
|
|
437
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
438
|
+
*/
|
|
439
|
+
readonly nextLink?: string;
|
|
440
|
+
}
|
|
441
|
+
/** The response of a listSkusForScaling operation. */
|
|
442
|
+
export interface SkuDetailsList {
|
|
443
|
+
/** List of SKUS available to scale up or scale down. */
|
|
444
|
+
skus?: SkuDetails[];
|
|
445
|
+
}
|
|
446
|
+
/** Details of a Redis Enterprise cluster SKU. */
|
|
447
|
+
export interface SkuDetails {
|
|
448
|
+
/**
|
|
449
|
+
* The name of the SKU.
|
|
450
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
451
|
+
*/
|
|
452
|
+
readonly name?: string;
|
|
453
|
+
/**
|
|
454
|
+
* The cache size in GB.
|
|
455
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
+
*/
|
|
457
|
+
readonly customerFacingSizeInGB?: number;
|
|
458
|
+
}
|
|
379
459
|
/** List of private endpoint connection associated with the specified storage account */
|
|
380
460
|
export interface PrivateEndpointConnectionListResult {
|
|
381
461
|
/** Array of private endpoint connections */
|
|
@@ -393,10 +473,48 @@ export interface ForceUnlinkParameters {
|
|
|
393
473
|
}
|
|
394
474
|
/** Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group. */
|
|
395
475
|
export interface ForceLinkParameters {
|
|
476
|
+
/** Properties to configure geo replication for this database. */
|
|
477
|
+
geoReplication: ForceLinkParametersGeoReplication;
|
|
478
|
+
}
|
|
479
|
+
/** Properties to configure geo replication for this database. */
|
|
480
|
+
export interface ForceLinkParametersGeoReplication {
|
|
396
481
|
/** The name of the group of linked database resources. This should match the existing replication group name. */
|
|
397
|
-
groupNickname
|
|
482
|
+
groupNickname?: string;
|
|
398
483
|
/** The resource IDs of the databases that are expected to be linked and included in the replication group. This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered. */
|
|
399
|
-
linkedDatabases
|
|
484
|
+
linkedDatabases?: LinkedDatabase[];
|
|
485
|
+
}
|
|
486
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
487
|
+
export interface ErrorResponseAutoGenerated {
|
|
488
|
+
/** The error object. */
|
|
489
|
+
error?: ErrorDetailAutoGenerated;
|
|
490
|
+
}
|
|
491
|
+
/** The error detail. */
|
|
492
|
+
export interface ErrorDetailAutoGenerated {
|
|
493
|
+
/**
|
|
494
|
+
* The error code.
|
|
495
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
496
|
+
*/
|
|
497
|
+
readonly code?: string;
|
|
498
|
+
/**
|
|
499
|
+
* The error message.
|
|
500
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
501
|
+
*/
|
|
502
|
+
readonly message?: string;
|
|
503
|
+
/**
|
|
504
|
+
* The error target.
|
|
505
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
506
|
+
*/
|
|
507
|
+
readonly target?: string;
|
|
508
|
+
/**
|
|
509
|
+
* The error details.
|
|
510
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
|
+
*/
|
|
512
|
+
readonly details?: ErrorDetailAutoGenerated[];
|
|
513
|
+
/**
|
|
514
|
+
* The error additional info.
|
|
515
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
516
|
+
*/
|
|
517
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
400
518
|
}
|
|
401
519
|
/** Parameters for a Redis Enterprise active geo-replication flush operation */
|
|
402
520
|
export interface FlushParameters {
|
|
@@ -425,7 +543,7 @@ export interface TrackedResource extends Resource {
|
|
|
425
543
|
location: string;
|
|
426
544
|
}
|
|
427
545
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
428
|
-
export interface
|
|
546
|
+
export interface ProxyResourceAutoGenerated extends Resource {
|
|
429
547
|
}
|
|
430
548
|
/** A private link resource */
|
|
431
549
|
export interface PrivateLinkResource extends Resource {
|
|
@@ -442,15 +560,25 @@ export interface PrivateLinkResource extends Resource {
|
|
|
442
560
|
/** The private link resource Private link DNS zone name. */
|
|
443
561
|
requiredZoneNames?: string[];
|
|
444
562
|
}
|
|
445
|
-
/**
|
|
563
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
564
|
+
export interface ProxyResource extends ResourceAutoGenerated {
|
|
565
|
+
}
|
|
566
|
+
/** Describes the Redis Enterprise cluster */
|
|
446
567
|
export interface Cluster extends TrackedResource {
|
|
568
|
+
/**
|
|
569
|
+
* Distinguishes the kind of cluster. Read-only.
|
|
570
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
571
|
+
*/
|
|
572
|
+
readonly kind?: Kind;
|
|
447
573
|
/** The SKU to create, which affects price, performance, and features. */
|
|
448
574
|
sku: Sku;
|
|
449
575
|
/** The Availability Zones where this cluster will be deployed. */
|
|
450
576
|
zones?: string[];
|
|
451
577
|
/** The identity of the resource. */
|
|
452
578
|
identity?: ManagedServiceIdentity;
|
|
453
|
-
/**
|
|
579
|
+
/** Enabled by default. If highAvailability is disabled, the data set is not replicated. This affects the availability SLA, and increases the risk of data loss. */
|
|
580
|
+
highAvailability?: HighAvailability;
|
|
581
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2'. Newer versions can be added in the future. Note that TLS 1.0 and TLS 1.1 are now completely obsolete -- you cannot use them. They are mentioned only for the sake of consistency with old API versions. */
|
|
454
582
|
minimumTlsVersion?: TlsVersion;
|
|
455
583
|
/** Encryption-at-rest configuration for the cluster. */
|
|
456
584
|
encryption?: ClusterPropertiesEncryption;
|
|
@@ -464,6 +592,11 @@ export interface Cluster extends TrackedResource {
|
|
|
464
592
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
465
593
|
*/
|
|
466
594
|
readonly provisioningState?: ProvisioningState;
|
|
595
|
+
/**
|
|
596
|
+
* Explains the current redundancy strategy of the cluster, which affects the expected SLA.
|
|
597
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
598
|
+
*/
|
|
599
|
+
readonly redundancyMode?: RedundancyMode;
|
|
467
600
|
/**
|
|
468
601
|
* Current resource status of the cluster
|
|
469
602
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -475,12 +608,24 @@ export interface Cluster extends TrackedResource {
|
|
|
475
608
|
*/
|
|
476
609
|
readonly redisVersion?: string;
|
|
477
610
|
/**
|
|
478
|
-
* List of private endpoint connections associated with the specified
|
|
611
|
+
* List of private endpoint connections associated with the specified Redis Enterprise cluster
|
|
479
612
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
613
|
*/
|
|
481
614
|
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
482
615
|
}
|
|
483
|
-
/** Describes
|
|
616
|
+
/** Describes the access policy assignment of Redis Enterprise database */
|
|
617
|
+
export interface AccessPolicyAssignment extends ProxyResourceAutoGenerated {
|
|
618
|
+
/**
|
|
619
|
+
* Current provisioning status of the access policy assignment.
|
|
620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
+
*/
|
|
622
|
+
readonly provisioningState?: ProvisioningState;
|
|
623
|
+
/** Name of access policy under specific access policy assignment. Only "default" policy is supported for now. */
|
|
624
|
+
accessPolicyName?: string;
|
|
625
|
+
/** The user associated with the access policy. */
|
|
626
|
+
user?: AccessPolicyAssignmentPropertiesUser;
|
|
627
|
+
}
|
|
628
|
+
/** Describes a database on the Redis Enterprise cluster */
|
|
484
629
|
export interface Database extends ProxyResource {
|
|
485
630
|
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
486
631
|
clientProtocol?: Protocol;
|
|
@@ -496,7 +641,7 @@ export interface Database extends ProxyResource {
|
|
|
496
641
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
497
642
|
*/
|
|
498
643
|
readonly resourceState?: ResourceState;
|
|
499
|
-
/** Clustering policy - default is OSSCluster.
|
|
644
|
+
/** Clustering policy - default is OSSCluster. This property can be updated only if the current value is NoCluster. If the value is OSSCluster or EnterpriseCluster, it cannot be updated without deleting the database. */
|
|
500
645
|
clusteringPolicy?: ClusteringPolicy;
|
|
501
646
|
/** Redis eviction policy - default is VolatileLRU */
|
|
502
647
|
evictionPolicy?: EvictionPolicy;
|
|
@@ -511,8 +656,66 @@ export interface Database extends ProxyResource {
|
|
|
511
656
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
512
657
|
*/
|
|
513
658
|
readonly redisVersion?: string;
|
|
514
|
-
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more:
|
|
659
|
+
/** Option to defer upgrade when newest version is released - default is NotDeferred. Learn more: https://aka.ms/redisversionupgrade */
|
|
515
660
|
deferUpgrade?: DeferUpgradeSetting;
|
|
661
|
+
/** This property can be Enabled/Disabled to allow or deny access with the current access keys. Can be updated even after database is created. */
|
|
662
|
+
accessKeysAuthentication?: AccessKeysAuthentication;
|
|
663
|
+
}
|
|
664
|
+
/** Defines headers for RedisEnterprise_update operation. */
|
|
665
|
+
export interface RedisEnterpriseUpdateHeaders {
|
|
666
|
+
/** Location URI to poll for result */
|
|
667
|
+
location?: string;
|
|
668
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
669
|
+
azureAsyncOperation?: string;
|
|
670
|
+
}
|
|
671
|
+
/** Defines headers for RedisEnterprise_delete operation. */
|
|
672
|
+
export interface RedisEnterpriseDeleteHeaders {
|
|
673
|
+
/** Location URI to poll for result */
|
|
674
|
+
location?: string;
|
|
675
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
676
|
+
azureAsyncOperation?: string;
|
|
677
|
+
}
|
|
678
|
+
/** Defines headers for Databases_update operation. */
|
|
679
|
+
export interface DatabasesUpdateHeaders {
|
|
680
|
+
/** Location URI to poll for result */
|
|
681
|
+
location?: string;
|
|
682
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
683
|
+
azureAsyncOperation?: string;
|
|
684
|
+
}
|
|
685
|
+
/** Defines headers for Databases_delete operation. */
|
|
686
|
+
export interface DatabasesDeleteHeaders {
|
|
687
|
+
/** Location URI to poll for result */
|
|
688
|
+
location?: string;
|
|
689
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
690
|
+
azureAsyncOperation?: string;
|
|
691
|
+
}
|
|
692
|
+
/** Defines headers for Databases_regenerateKey operation. */
|
|
693
|
+
export interface DatabasesRegenerateKeyHeaders {
|
|
694
|
+
/** Location URI to poll for result */
|
|
695
|
+
location?: string;
|
|
696
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
697
|
+
azureAsyncOperation?: string;
|
|
698
|
+
}
|
|
699
|
+
/** Defines headers for Databases_import operation. */
|
|
700
|
+
export interface DatabasesImportHeaders {
|
|
701
|
+
/** Location URI to poll for result */
|
|
702
|
+
location?: string;
|
|
703
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
704
|
+
azureAsyncOperation?: string;
|
|
705
|
+
}
|
|
706
|
+
/** Defines headers for Databases_export operation. */
|
|
707
|
+
export interface DatabasesExportHeaders {
|
|
708
|
+
/** Location URI to poll for result */
|
|
709
|
+
location?: string;
|
|
710
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
711
|
+
azureAsyncOperation?: string;
|
|
712
|
+
}
|
|
713
|
+
/** Defines headers for Databases_forceUnlink operation. */
|
|
714
|
+
export interface DatabasesForceUnlinkHeaders {
|
|
715
|
+
/** Location URI to poll for result */
|
|
716
|
+
location?: string;
|
|
717
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
718
|
+
azureAsyncOperation?: string;
|
|
516
719
|
}
|
|
517
720
|
/** Defines headers for Databases_forceLinkToReplicationGroup operation. */
|
|
518
721
|
export interface DatabasesForceLinkToReplicationGroupHeaders {
|
|
@@ -535,6 +738,13 @@ export interface DatabasesUpgradeDBRedisVersionHeaders {
|
|
|
535
738
|
/** URI to poll for the operation status */
|
|
536
739
|
azureAsyncOperation?: string;
|
|
537
740
|
}
|
|
741
|
+
/** Defines headers for AccessPolicyAssignment_delete operation. */
|
|
742
|
+
export interface AccessPolicyAssignmentDeleteHeaders {
|
|
743
|
+
/** Location URI to poll for result */
|
|
744
|
+
location?: string;
|
|
745
|
+
/** Azure-AsyncOperation URI to poll for result */
|
|
746
|
+
azureAsyncOperation?: string;
|
|
747
|
+
}
|
|
538
748
|
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
|
539
749
|
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
540
750
|
/** Location URI to poll for result */
|
|
@@ -574,8 +784,26 @@ export declare enum KnownActionType {
|
|
|
574
784
|
* **Internal**
|
|
575
785
|
*/
|
|
576
786
|
export type ActionType = string;
|
|
787
|
+
/** Known values of {@link Kind} that the service accepts. */
|
|
788
|
+
export declare enum KnownKind {
|
|
789
|
+
/** V1 */
|
|
790
|
+
V1 = "v1",
|
|
791
|
+
/** V2 */
|
|
792
|
+
V2 = "v2"
|
|
793
|
+
}
|
|
794
|
+
/**
|
|
795
|
+
* Defines values for Kind. \
|
|
796
|
+
* {@link KnownKind} can be used interchangeably with Kind,
|
|
797
|
+
* this enum contains the known values that the service supports.
|
|
798
|
+
* ### Known values supported by the service
|
|
799
|
+
* **v1** \
|
|
800
|
+
* **v2**
|
|
801
|
+
*/
|
|
802
|
+
export type Kind = string;
|
|
577
803
|
/** Known values of {@link SkuName} that the service accepts. */
|
|
578
804
|
export declare enum KnownSkuName {
|
|
805
|
+
/** EnterpriseE1 */
|
|
806
|
+
EnterpriseE1 = "Enterprise_E1",
|
|
579
807
|
/** EnterpriseE5 */
|
|
580
808
|
EnterpriseE5 = "Enterprise_E5",
|
|
581
809
|
/** EnterpriseE10 */
|
|
@@ -586,26 +814,165 @@ export declare enum KnownSkuName {
|
|
|
586
814
|
EnterpriseE50 = "Enterprise_E50",
|
|
587
815
|
/** EnterpriseE100 */
|
|
588
816
|
EnterpriseE100 = "Enterprise_E100",
|
|
817
|
+
/** EnterpriseE200 */
|
|
818
|
+
EnterpriseE200 = "Enterprise_E200",
|
|
819
|
+
/** EnterpriseE400 */
|
|
820
|
+
EnterpriseE400 = "Enterprise_E400",
|
|
589
821
|
/** EnterpriseFlashF300 */
|
|
590
822
|
EnterpriseFlashF300 = "EnterpriseFlash_F300",
|
|
591
823
|
/** EnterpriseFlashF700 */
|
|
592
824
|
EnterpriseFlashF700 = "EnterpriseFlash_F700",
|
|
593
825
|
/** EnterpriseFlashF1500 */
|
|
594
|
-
EnterpriseFlashF1500 = "EnterpriseFlash_F1500"
|
|
826
|
+
EnterpriseFlashF1500 = "EnterpriseFlash_F1500",
|
|
827
|
+
/** BalancedB0 */
|
|
828
|
+
BalancedB0 = "Balanced_B0",
|
|
829
|
+
/** BalancedB1 */
|
|
830
|
+
BalancedB1 = "Balanced_B1",
|
|
831
|
+
/** BalancedB3 */
|
|
832
|
+
BalancedB3 = "Balanced_B3",
|
|
833
|
+
/** BalancedB5 */
|
|
834
|
+
BalancedB5 = "Balanced_B5",
|
|
835
|
+
/** BalancedB10 */
|
|
836
|
+
BalancedB10 = "Balanced_B10",
|
|
837
|
+
/** BalancedB20 */
|
|
838
|
+
BalancedB20 = "Balanced_B20",
|
|
839
|
+
/** BalancedB50 */
|
|
840
|
+
BalancedB50 = "Balanced_B50",
|
|
841
|
+
/** BalancedB100 */
|
|
842
|
+
BalancedB100 = "Balanced_B100",
|
|
843
|
+
/** BalancedB150 */
|
|
844
|
+
BalancedB150 = "Balanced_B150",
|
|
845
|
+
/** BalancedB250 */
|
|
846
|
+
BalancedB250 = "Balanced_B250",
|
|
847
|
+
/** BalancedB350 */
|
|
848
|
+
BalancedB350 = "Balanced_B350",
|
|
849
|
+
/** BalancedB500 */
|
|
850
|
+
BalancedB500 = "Balanced_B500",
|
|
851
|
+
/** BalancedB700 */
|
|
852
|
+
BalancedB700 = "Balanced_B700",
|
|
853
|
+
/** BalancedB1000 */
|
|
854
|
+
BalancedB1000 = "Balanced_B1000",
|
|
855
|
+
/** MemoryOptimizedM10 */
|
|
856
|
+
MemoryOptimizedM10 = "MemoryOptimized_M10",
|
|
857
|
+
/** MemoryOptimizedM20 */
|
|
858
|
+
MemoryOptimizedM20 = "MemoryOptimized_M20",
|
|
859
|
+
/** MemoryOptimizedM50 */
|
|
860
|
+
MemoryOptimizedM50 = "MemoryOptimized_M50",
|
|
861
|
+
/** MemoryOptimizedM100 */
|
|
862
|
+
MemoryOptimizedM100 = "MemoryOptimized_M100",
|
|
863
|
+
/** MemoryOptimizedM150 */
|
|
864
|
+
MemoryOptimizedM150 = "MemoryOptimized_M150",
|
|
865
|
+
/** MemoryOptimizedM250 */
|
|
866
|
+
MemoryOptimizedM250 = "MemoryOptimized_M250",
|
|
867
|
+
/** MemoryOptimizedM350 */
|
|
868
|
+
MemoryOptimizedM350 = "MemoryOptimized_M350",
|
|
869
|
+
/** MemoryOptimizedM500 */
|
|
870
|
+
MemoryOptimizedM500 = "MemoryOptimized_M500",
|
|
871
|
+
/** MemoryOptimizedM700 */
|
|
872
|
+
MemoryOptimizedM700 = "MemoryOptimized_M700",
|
|
873
|
+
/** MemoryOptimizedM1000 */
|
|
874
|
+
MemoryOptimizedM1000 = "MemoryOptimized_M1000",
|
|
875
|
+
/** MemoryOptimizedM1500 */
|
|
876
|
+
MemoryOptimizedM1500 = "MemoryOptimized_M1500",
|
|
877
|
+
/** MemoryOptimizedM2000 */
|
|
878
|
+
MemoryOptimizedM2000 = "MemoryOptimized_M2000",
|
|
879
|
+
/** ComputeOptimizedX3 */
|
|
880
|
+
ComputeOptimizedX3 = "ComputeOptimized_X3",
|
|
881
|
+
/** ComputeOptimizedX5 */
|
|
882
|
+
ComputeOptimizedX5 = "ComputeOptimized_X5",
|
|
883
|
+
/** ComputeOptimizedX10 */
|
|
884
|
+
ComputeOptimizedX10 = "ComputeOptimized_X10",
|
|
885
|
+
/** ComputeOptimizedX20 */
|
|
886
|
+
ComputeOptimizedX20 = "ComputeOptimized_X20",
|
|
887
|
+
/** ComputeOptimizedX50 */
|
|
888
|
+
ComputeOptimizedX50 = "ComputeOptimized_X50",
|
|
889
|
+
/** ComputeOptimizedX100 */
|
|
890
|
+
ComputeOptimizedX100 = "ComputeOptimized_X100",
|
|
891
|
+
/** ComputeOptimizedX150 */
|
|
892
|
+
ComputeOptimizedX150 = "ComputeOptimized_X150",
|
|
893
|
+
/** ComputeOptimizedX250 */
|
|
894
|
+
ComputeOptimizedX250 = "ComputeOptimized_X250",
|
|
895
|
+
/** ComputeOptimizedX350 */
|
|
896
|
+
ComputeOptimizedX350 = "ComputeOptimized_X350",
|
|
897
|
+
/** ComputeOptimizedX500 */
|
|
898
|
+
ComputeOptimizedX500 = "ComputeOptimized_X500",
|
|
899
|
+
/** ComputeOptimizedX700 */
|
|
900
|
+
ComputeOptimizedX700 = "ComputeOptimized_X700",
|
|
901
|
+
/** FlashOptimizedA250 */
|
|
902
|
+
FlashOptimizedA250 = "FlashOptimized_A250",
|
|
903
|
+
/** FlashOptimizedA500 */
|
|
904
|
+
FlashOptimizedA500 = "FlashOptimized_A500",
|
|
905
|
+
/** FlashOptimizedA700 */
|
|
906
|
+
FlashOptimizedA700 = "FlashOptimized_A700",
|
|
907
|
+
/** FlashOptimizedA1000 */
|
|
908
|
+
FlashOptimizedA1000 = "FlashOptimized_A1000",
|
|
909
|
+
/** FlashOptimizedA1500 */
|
|
910
|
+
FlashOptimizedA1500 = "FlashOptimized_A1500",
|
|
911
|
+
/** FlashOptimizedA2000 */
|
|
912
|
+
FlashOptimizedA2000 = "FlashOptimized_A2000",
|
|
913
|
+
/** FlashOptimizedA4500 */
|
|
914
|
+
FlashOptimizedA4500 = "FlashOptimized_A4500"
|
|
595
915
|
}
|
|
596
916
|
/**
|
|
597
917
|
* Defines values for SkuName. \
|
|
598
918
|
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
599
919
|
* this enum contains the known values that the service supports.
|
|
600
920
|
* ### Known values supported by the service
|
|
921
|
+
* **Enterprise_E1** \
|
|
601
922
|
* **Enterprise_E5** \
|
|
602
923
|
* **Enterprise_E10** \
|
|
603
924
|
* **Enterprise_E20** \
|
|
604
925
|
* **Enterprise_E50** \
|
|
605
926
|
* **Enterprise_E100** \
|
|
927
|
+
* **Enterprise_E200** \
|
|
928
|
+
* **Enterprise_E400** \
|
|
606
929
|
* **EnterpriseFlash_F300** \
|
|
607
930
|
* **EnterpriseFlash_F700** \
|
|
608
|
-
* **EnterpriseFlash_F1500**
|
|
931
|
+
* **EnterpriseFlash_F1500** \
|
|
932
|
+
* **Balanced_B0** \
|
|
933
|
+
* **Balanced_B1** \
|
|
934
|
+
* **Balanced_B3** \
|
|
935
|
+
* **Balanced_B5** \
|
|
936
|
+
* **Balanced_B10** \
|
|
937
|
+
* **Balanced_B20** \
|
|
938
|
+
* **Balanced_B50** \
|
|
939
|
+
* **Balanced_B100** \
|
|
940
|
+
* **Balanced_B150** \
|
|
941
|
+
* **Balanced_B250** \
|
|
942
|
+
* **Balanced_B350** \
|
|
943
|
+
* **Balanced_B500** \
|
|
944
|
+
* **Balanced_B700** \
|
|
945
|
+
* **Balanced_B1000** \
|
|
946
|
+
* **MemoryOptimized_M10** \
|
|
947
|
+
* **MemoryOptimized_M20** \
|
|
948
|
+
* **MemoryOptimized_M50** \
|
|
949
|
+
* **MemoryOptimized_M100** \
|
|
950
|
+
* **MemoryOptimized_M150** \
|
|
951
|
+
* **MemoryOptimized_M250** \
|
|
952
|
+
* **MemoryOptimized_M350** \
|
|
953
|
+
* **MemoryOptimized_M500** \
|
|
954
|
+
* **MemoryOptimized_M700** \
|
|
955
|
+
* **MemoryOptimized_M1000** \
|
|
956
|
+
* **MemoryOptimized_M1500** \
|
|
957
|
+
* **MemoryOptimized_M2000** \
|
|
958
|
+
* **ComputeOptimized_X3** \
|
|
959
|
+
* **ComputeOptimized_X5** \
|
|
960
|
+
* **ComputeOptimized_X10** \
|
|
961
|
+
* **ComputeOptimized_X20** \
|
|
962
|
+
* **ComputeOptimized_X50** \
|
|
963
|
+
* **ComputeOptimized_X100** \
|
|
964
|
+
* **ComputeOptimized_X150** \
|
|
965
|
+
* **ComputeOptimized_X250** \
|
|
966
|
+
* **ComputeOptimized_X350** \
|
|
967
|
+
* **ComputeOptimized_X500** \
|
|
968
|
+
* **ComputeOptimized_X700** \
|
|
969
|
+
* **FlashOptimized_A250** \
|
|
970
|
+
* **FlashOptimized_A500** \
|
|
971
|
+
* **FlashOptimized_A700** \
|
|
972
|
+
* **FlashOptimized_A1000** \
|
|
973
|
+
* **FlashOptimized_A1500** \
|
|
974
|
+
* **FlashOptimized_A2000** \
|
|
975
|
+
* **FlashOptimized_A4500**
|
|
609
976
|
*/
|
|
610
977
|
export type SkuName = string;
|
|
611
978
|
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
@@ -630,6 +997,22 @@ export declare enum KnownManagedServiceIdentityType {
|
|
|
630
997
|
* **SystemAssigned, UserAssigned**
|
|
631
998
|
*/
|
|
632
999
|
export type ManagedServiceIdentityType = string;
|
|
1000
|
+
/** Known values of {@link HighAvailability} that the service accepts. */
|
|
1001
|
+
export declare enum KnownHighAvailability {
|
|
1002
|
+
/** Enabled */
|
|
1003
|
+
Enabled = "Enabled",
|
|
1004
|
+
/** Disabled */
|
|
1005
|
+
Disabled = "Disabled"
|
|
1006
|
+
}
|
|
1007
|
+
/**
|
|
1008
|
+
* Defines values for HighAvailability. \
|
|
1009
|
+
* {@link KnownHighAvailability} can be used interchangeably with HighAvailability,
|
|
1010
|
+
* this enum contains the known values that the service supports.
|
|
1011
|
+
* ### Known values supported by the service
|
|
1012
|
+
* **Enabled** \
|
|
1013
|
+
* **Disabled**
|
|
1014
|
+
*/
|
|
1015
|
+
export type HighAvailability = string;
|
|
633
1016
|
/** Known values of {@link TlsVersion} that the service accepts. */
|
|
634
1017
|
export declare enum KnownTlsVersion {
|
|
635
1018
|
/** One0 */
|
|
@@ -693,6 +1076,25 @@ export declare enum KnownProvisioningState {
|
|
|
693
1076
|
* **Deleting**
|
|
694
1077
|
*/
|
|
695
1078
|
export type ProvisioningState = string;
|
|
1079
|
+
/** Known values of {@link RedundancyMode} that the service accepts. */
|
|
1080
|
+
export declare enum KnownRedundancyMode {
|
|
1081
|
+
/** No redundancy. Availability loss will occur. */
|
|
1082
|
+
None = "None",
|
|
1083
|
+
/** Local redundancy with high availability. */
|
|
1084
|
+
LR = "LR",
|
|
1085
|
+
/** Zone redundant. Higher availability. */
|
|
1086
|
+
ZR = "ZR"
|
|
1087
|
+
}
|
|
1088
|
+
/**
|
|
1089
|
+
* Defines values for RedundancyMode. \
|
|
1090
|
+
* {@link KnownRedundancyMode} can be used interchangeably with RedundancyMode,
|
|
1091
|
+
* this enum contains the known values that the service supports.
|
|
1092
|
+
* ### Known values supported by the service
|
|
1093
|
+
* **None**: No redundancy. Availability loss will occur. \
|
|
1094
|
+
* **LR**: Local redundancy with high availability. \
|
|
1095
|
+
* **ZR**: Zone redundant. Higher availability.
|
|
1096
|
+
*/
|
|
1097
|
+
export type RedundancyMode = string;
|
|
696
1098
|
/** Known values of {@link ResourceState} that the service accepts. */
|
|
697
1099
|
export declare enum KnownResourceState {
|
|
698
1100
|
/** Running */
|
|
@@ -722,7 +1124,9 @@ export declare enum KnownResourceState {
|
|
|
722
1124
|
/** Scaling */
|
|
723
1125
|
Scaling = "Scaling",
|
|
724
1126
|
/** ScalingFailed */
|
|
725
|
-
ScalingFailed = "ScalingFailed"
|
|
1127
|
+
ScalingFailed = "ScalingFailed",
|
|
1128
|
+
/** Moving */
|
|
1129
|
+
Moving = "Moving"
|
|
726
1130
|
}
|
|
727
1131
|
/**
|
|
728
1132
|
* Defines values for ResourceState. \
|
|
@@ -742,7 +1146,8 @@ export declare enum KnownResourceState {
|
|
|
742
1146
|
* **DisableFailed** \
|
|
743
1147
|
* **Disabled** \
|
|
744
1148
|
* **Scaling** \
|
|
745
|
-
* **ScalingFailed**
|
|
1149
|
+
* **ScalingFailed** \
|
|
1150
|
+
* **Moving**
|
|
746
1151
|
*/
|
|
747
1152
|
export type ResourceState = string;
|
|
748
1153
|
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
@@ -804,18 +1209,21 @@ export declare enum KnownProtocol {
|
|
|
804
1209
|
export type Protocol = string;
|
|
805
1210
|
/** Known values of {@link ClusteringPolicy} that the service accepts. */
|
|
806
1211
|
export declare enum KnownClusteringPolicy {
|
|
807
|
-
/**
|
|
1212
|
+
/** Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. */
|
|
808
1213
|
EnterpriseCluster = "EnterpriseCluster",
|
|
809
|
-
/**
|
|
810
|
-
OSSCluster = "OSSCluster"
|
|
1214
|
+
/** OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. */
|
|
1215
|
+
OSSCluster = "OSSCluster",
|
|
1216
|
+
/** The NoCluster policy is used for non-clustered Redis instances that do not require clustering features. */
|
|
1217
|
+
NoCluster = "NoCluster"
|
|
811
1218
|
}
|
|
812
1219
|
/**
|
|
813
1220
|
* Defines values for ClusteringPolicy. \
|
|
814
1221
|
* {@link KnownClusteringPolicy} can be used interchangeably with ClusteringPolicy,
|
|
815
1222
|
* this enum contains the known values that the service supports.
|
|
816
1223
|
* ### Known values supported by the service
|
|
817
|
-
* **EnterpriseCluster
|
|
818
|
-
* **OSSCluster
|
|
1224
|
+
* **EnterpriseCluster**: Enterprise clustering policy uses only the classic redis protocol, which does not support redis cluster commands. \
|
|
1225
|
+
* **OSSCluster**: OSS clustering policy follows the redis cluster specification, and requires all clients to support redis clustering. \
|
|
1226
|
+
* **NoCluster**: The NoCluster policy is used for non-clustered Redis instances that do not require clustering features.
|
|
819
1227
|
*/
|
|
820
1228
|
export type ClusteringPolicy = string;
|
|
821
1229
|
/** Known values of {@link EvictionPolicy} that the service accepts. */
|
|
@@ -928,6 +1336,44 @@ export declare enum KnownDeferUpgradeSetting {
|
|
|
928
1336
|
* **NotDeferred**
|
|
929
1337
|
*/
|
|
930
1338
|
export type DeferUpgradeSetting = string;
|
|
1339
|
+
/** Known values of {@link AccessKeysAuthentication} that the service accepts. */
|
|
1340
|
+
export declare enum KnownAccessKeysAuthentication {
|
|
1341
|
+
/** Disabled */
|
|
1342
|
+
Disabled = "Disabled",
|
|
1343
|
+
/** Enabled */
|
|
1344
|
+
Enabled = "Enabled"
|
|
1345
|
+
}
|
|
1346
|
+
/**
|
|
1347
|
+
* Defines values for AccessKeysAuthentication. \
|
|
1348
|
+
* {@link KnownAccessKeysAuthentication} can be used interchangeably with AccessKeysAuthentication,
|
|
1349
|
+
* this enum contains the known values that the service supports.
|
|
1350
|
+
* ### Known values supported by the service
|
|
1351
|
+
* **Disabled** \
|
|
1352
|
+
* **Enabled**
|
|
1353
|
+
*/
|
|
1354
|
+
export type AccessKeysAuthentication = string;
|
|
1355
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1356
|
+
export declare enum KnownCreatedByType {
|
|
1357
|
+
/** User */
|
|
1358
|
+
User = "User",
|
|
1359
|
+
/** Application */
|
|
1360
|
+
Application = "Application",
|
|
1361
|
+
/** ManagedIdentity */
|
|
1362
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1363
|
+
/** Key */
|
|
1364
|
+
Key = "Key"
|
|
1365
|
+
}
|
|
1366
|
+
/**
|
|
1367
|
+
* Defines values for CreatedByType. \
|
|
1368
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1369
|
+
* this enum contains the known values that the service supports.
|
|
1370
|
+
* ### Known values supported by the service
|
|
1371
|
+
* **User** \
|
|
1372
|
+
* **Application** \
|
|
1373
|
+
* **ManagedIdentity** \
|
|
1374
|
+
* **Key**
|
|
1375
|
+
*/
|
|
1376
|
+
export type CreatedByType = string;
|
|
931
1377
|
/** Defines values for AccessKeyType. */
|
|
932
1378
|
export type AccessKeyType = "Primary" | "Secondary";
|
|
933
1379
|
/** Optional parameters. */
|
|
@@ -986,6 +1432,11 @@ export interface RedisEnterpriseListOptionalParams extends coreClient.OperationO
|
|
|
986
1432
|
/** Contains response data for the list operation. */
|
|
987
1433
|
export type RedisEnterpriseListResponse = ClusterList;
|
|
988
1434
|
/** Optional parameters. */
|
|
1435
|
+
export interface RedisEnterpriseListSkusForScalingOptionalParams extends coreClient.OperationOptions {
|
|
1436
|
+
}
|
|
1437
|
+
/** Contains response data for the listSkusForScaling operation. */
|
|
1438
|
+
export type RedisEnterpriseListSkusForScalingResponse = SkuDetailsList;
|
|
1439
|
+
/** Optional parameters. */
|
|
989
1440
|
export interface RedisEnterpriseListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
990
1441
|
}
|
|
991
1442
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
@@ -1076,6 +1527,8 @@ export interface DatabasesForceLinkToReplicationGroupOptionalParams extends core
|
|
|
1076
1527
|
export type DatabasesForceLinkToReplicationGroupResponse = DatabasesForceLinkToReplicationGroupHeaders;
|
|
1077
1528
|
/** Optional parameters. */
|
|
1078
1529
|
export interface DatabasesFlushOptionalParams extends coreClient.OperationOptions {
|
|
1530
|
+
/** Information identifying the databases to be flushed */
|
|
1531
|
+
parameters?: FlushParameters;
|
|
1079
1532
|
/** Delay to wait until next poll, in milliseconds. */
|
|
1080
1533
|
updateIntervalInMs?: number;
|
|
1081
1534
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -1096,6 +1549,39 @@ export interface DatabasesListByClusterNextOptionalParams extends coreClient.Ope
|
|
|
1096
1549
|
/** Contains response data for the listByClusterNext operation. */
|
|
1097
1550
|
export type DatabasesListByClusterNextResponse = DatabaseList;
|
|
1098
1551
|
/** Optional parameters. */
|
|
1552
|
+
export interface AccessPolicyAssignmentCreateUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1553
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1554
|
+
updateIntervalInMs?: number;
|
|
1555
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1556
|
+
resumeFrom?: string;
|
|
1557
|
+
}
|
|
1558
|
+
/** Contains response data for the createUpdate operation. */
|
|
1559
|
+
export type AccessPolicyAssignmentCreateUpdateResponse = AccessPolicyAssignment;
|
|
1560
|
+
/** Optional parameters. */
|
|
1561
|
+
export interface AccessPolicyAssignmentGetOptionalParams extends coreClient.OperationOptions {
|
|
1562
|
+
}
|
|
1563
|
+
/** Contains response data for the get operation. */
|
|
1564
|
+
export type AccessPolicyAssignmentGetResponse = AccessPolicyAssignment;
|
|
1565
|
+
/** Optional parameters. */
|
|
1566
|
+
export interface AccessPolicyAssignmentDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1567
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1568
|
+
updateIntervalInMs?: number;
|
|
1569
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1570
|
+
resumeFrom?: string;
|
|
1571
|
+
}
|
|
1572
|
+
/** Contains response data for the delete operation. */
|
|
1573
|
+
export type AccessPolicyAssignmentDeleteResponse = AccessPolicyAssignmentDeleteHeaders;
|
|
1574
|
+
/** Optional parameters. */
|
|
1575
|
+
export interface AccessPolicyAssignmentListOptionalParams extends coreClient.OperationOptions {
|
|
1576
|
+
}
|
|
1577
|
+
/** Contains response data for the list operation. */
|
|
1578
|
+
export type AccessPolicyAssignmentListResponse = AccessPolicyAssignmentList;
|
|
1579
|
+
/** Optional parameters. */
|
|
1580
|
+
export interface AccessPolicyAssignmentListNextOptionalParams extends coreClient.OperationOptions {
|
|
1581
|
+
}
|
|
1582
|
+
/** Contains response data for the listNext operation. */
|
|
1583
|
+
export type AccessPolicyAssignmentListNextResponse = AccessPolicyAssignmentList;
|
|
1584
|
+
/** Optional parameters. */
|
|
1099
1585
|
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
1100
1586
|
}
|
|
1101
1587
|
/** Contains response data for the list operation. */
|