@azure/arm-redisenterprisecache 1.1.1 → 2.0.0
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +3012 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/operationsStatusGet.d.ts +2 -0
- package/dist-esm/samples-dev/operationsStatusGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsStatusGet.js +31 -0
- package/dist-esm/samples-dev/operationsStatusGet.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseCreate.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseCreate.js +38 -0
- package/dist-esm/samples-dev/redisEnterpriseCreate.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesCreate.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesCreate.js +44 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesCreate.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesDelete.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesDelete.js +32 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesDelete.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesExport.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesExport.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesExport.js +35 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesExport.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesGet.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesGet.js +32 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesGet.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesImport.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesImport.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesImport.js +38 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesImport.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.js +45 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListByCluster.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListKeys.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListKeys.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListKeys.js +32 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesListKeys.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesRegenerateKey.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesRegenerateKey.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesRegenerateKey.js +33 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesRegenerateKey.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesUpdate.js +37 -0
- package/dist-esm/samples-dev/redisEnterpriseDatabasesUpdate.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDelete.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDelete.js +31 -0
- package/dist-esm/samples-dev/redisEnterpriseDelete.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDeletePrivateEndpointConnection.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseDeletePrivateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseDeletePrivateEndpointConnection.js +32 -0
- package/dist-esm/samples-dev/redisEnterpriseDeletePrivateEndpointConnection.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseGet.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseGet.js +31 -0
- package/dist-esm/samples-dev/redisEnterpriseGet.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseGetPrivateEndpointConnection.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseGetPrivateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseGetPrivateEndpointConnection.js +32 -0
- package/dist-esm/samples-dev/redisEnterpriseGetPrivateEndpointConnection.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseList.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseList.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseList.js +43 -0
- package/dist-esm/samples-dev/redisEnterpriseList.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.js +45 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateEndpointConnections.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.js +45 -0
- package/dist-esm/samples-dev/redisEnterpriseListPrivateLinkResources.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterprisePutPrivateEndpointConnection.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterprisePutPrivateEndpointConnection.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterprisePutPrivateEndpointConnection.js +38 -0
- package/dist-esm/samples-dev/redisEnterprisePutPrivateEndpointConnection.js.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/redisEnterpriseUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/redisEnterpriseUpdate.js +36 -0
- package/dist-esm/samples-dev/redisEnterpriseUpdate.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +818 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +116 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +31 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +455 -508
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +22 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +173 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +161 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +697 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/operationsStatus.d.ts +20 -0
- package/dist-esm/src/operations/operationsStatus.d.ts.map +1 -0
- package/dist-esm/src/operations/operationsStatus.js +53 -0
- package/dist-esm/src/operations/operationsStatus.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +71 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +272 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +30 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +99 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/redisEnterprise.d.ts +107 -0
- package/dist-esm/src/operations/redisEnterprise.d.ts.map +1 -0
- package/dist-esm/src/operations/redisEnterprise.js +503 -0
- package/dist-esm/src/operations/redisEnterprise.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +136 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/databases.js} +2 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +7 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +14 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/{src/models/operationsStatusMappers.ts → dist-esm/src/operationsInterfaces/operations.js} +2 -7
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationsStatus.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/operationsStatus.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/operationsStatus.js} +2 -9
- package/dist-esm/src/operationsInterfaces/operationsStatus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/{esm/models/operationsStatusMappers.js → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -2
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/redisEnterprise.js +9 -0
- package/dist-esm/src/operationsInterfaces/redisEnterprise.js.map +1 -0
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts +23 -0
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +1 -0
- package/dist-esm/src/redisEnterpriseManagementClient.js +56 -0
- package/dist-esm/src/redisEnterpriseManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +80 -33
- package/review/arm-redisenterprisecache.api.md +705 -0
- package/rollup.config.js +181 -30
- package/{esm/models/operationsMappers.js → src/index.ts} +5 -2
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +694 -1077
- package/src/models/mappers.ts +447 -504
- package/src/models/parameters.ts +131 -47
- package/src/operations/databases.ts +779 -429
- package/src/operations/index.ts +1 -2
- package/src/operations/operations.ts +85 -73
- package/src/operations/operationsStatus.ts +37 -51
- package/src/operations/privateEndpointConnections.ts +252 -176
- package/src/operations/privateLinkResources.ts +96 -47
- package/src/operations/redisEnterprise.ts +517 -322
- package/src/operationsInterfaces/databases.ts +264 -0
- package/src/operationsInterfaces/index.ts +14 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/operationsStatus.ts +27 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +102 -0
- package/src/operationsInterfaces/privateLinkResources.ts +29 -0
- package/src/operationsInterfaces/redisEnterprise.ts +139 -0
- package/src/redisEnterpriseManagementClient.ts +84 -42
- package/tsconfig.json +5 -4
- package/types/arm-redisenterprisecache.d.ts +1229 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-redisenterprisecache.js +0 -2654
- package/dist/arm-redisenterprisecache.js.map +0 -1
- package/dist/arm-redisenterprisecache.min.js +0 -1
- package/dist/arm-redisenterprisecache.min.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1215
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -34
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.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/operationsStatusMappers.d.ts +0 -2
- package/esm/models/operationsStatusMappers.d.ts.map +0 -1
- package/esm/models/operationsStatusMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -121
- package/esm/models/parameters.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/redisEnterpriseMappers.d.ts +0 -2
- package/esm/models/redisEnterpriseMappers.d.ts.map +0 -1
- package/esm/models/redisEnterpriseMappers.js +0 -9
- package/esm/models/redisEnterpriseMappers.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -219
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -515
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/operationsStatus.d.ts +0 -34
- package/esm/operations/operationsStatus.d.ts.map +0 -1
- package/esm/operations/operationsStatus.js +0 -57
- package/esm/operations/operationsStatus.js.map +0 -1
- package/esm/operations/privateEndpointConnections.d.ts +0 -113
- package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/esm/operations/privateEndpointConnections.js +0 -187
- package/esm/operations/privateEndpointConnections.js.map +0 -1
- package/esm/operations/privateLinkResources.d.ts +0 -34
- package/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/esm/operations/privateLinkResources.js +0 -57
- package/esm/operations/privateLinkResources.js.map +0 -1
- package/esm/operations/redisEnterprise.d.ts +0 -156
- package/esm/operations/redisEnterprise.d.ts.map +0 -1
- package/esm/operations/redisEnterprise.js +0 -337
- package/esm/operations/redisEnterprise.js.map +0 -1
- package/esm/redisEnterpriseManagementClient.d.ts +0 -29
- package/esm/redisEnterpriseManagementClient.d.ts.map +0 -1
- package/esm/redisEnterpriseManagementClient.js +0 -42
- package/esm/redisEnterpriseManagementClient.js.map +0 -1
- package/esm/redisEnterpriseManagementClientContext.d.ts +0 -22
- package/esm/redisEnterpriseManagementClientContext.d.ts.map +0 -1
- package/esm/redisEnterpriseManagementClientContext.js +0 -60
- package/esm/redisEnterpriseManagementClientContext.js.map +0 -1
- package/src/models/databasesMappers.ts +0 -33
- package/src/models/privateEndpointConnectionsMappers.ts +0 -28
- package/src/models/privateLinkResourcesMappers.ts +0 -28
- package/src/models/redisEnterpriseMappers.ts +0 -29
- package/src/redisEnterpriseManagementClientContext.ts +0 -67
|
@@ -0,0 +1,818 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
3
|
+
export interface OperationListResult {
|
|
4
|
+
/**
|
|
5
|
+
* List of operations supported by the resource provider
|
|
6
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
7
|
+
*/
|
|
8
|
+
readonly value?: Operation[];
|
|
9
|
+
/**
|
|
10
|
+
* URL to get the next set of operation list results (if there are any).
|
|
11
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
+
*/
|
|
13
|
+
readonly nextLink?: string;
|
|
14
|
+
}
|
|
15
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
16
|
+
export interface Operation {
|
|
17
|
+
/**
|
|
18
|
+
* The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
|
|
19
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
20
|
+
*/
|
|
21
|
+
readonly name?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
|
|
24
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
25
|
+
*/
|
|
26
|
+
readonly isDataAction?: boolean;
|
|
27
|
+
/** Localized display information for this particular operation. */
|
|
28
|
+
display?: OperationDisplay;
|
|
29
|
+
/**
|
|
30
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
|
|
31
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
+
*/
|
|
33
|
+
readonly origin?: Origin;
|
|
34
|
+
/**
|
|
35
|
+
* Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
|
|
36
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
+
*/
|
|
38
|
+
readonly actionType?: ActionType;
|
|
39
|
+
}
|
|
40
|
+
/** Localized display information for this particular operation. */
|
|
41
|
+
export interface OperationDisplay {
|
|
42
|
+
/**
|
|
43
|
+
* The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
|
|
44
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
+
*/
|
|
46
|
+
readonly provider?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
|
|
49
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
+
*/
|
|
51
|
+
readonly resource?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
|
|
54
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
+
*/
|
|
56
|
+
readonly operation?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The short, localized friendly description of the operation; suitable for tool tips and detailed views.
|
|
59
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
+
*/
|
|
61
|
+
readonly description?: string;
|
|
62
|
+
}
|
|
63
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
64
|
+
export interface ErrorResponse {
|
|
65
|
+
/** The error object. */
|
|
66
|
+
error?: ErrorDetail;
|
|
67
|
+
}
|
|
68
|
+
/** The error detail. */
|
|
69
|
+
export interface ErrorDetail {
|
|
70
|
+
/**
|
|
71
|
+
* The error code.
|
|
72
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
73
|
+
*/
|
|
74
|
+
readonly code?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The error message.
|
|
77
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
78
|
+
*/
|
|
79
|
+
readonly message?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The error target.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly target?: string;
|
|
85
|
+
/**
|
|
86
|
+
* The error details.
|
|
87
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
88
|
+
*/
|
|
89
|
+
readonly details?: ErrorDetail[];
|
|
90
|
+
/**
|
|
91
|
+
* The error additional info.
|
|
92
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
93
|
+
*/
|
|
94
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
95
|
+
}
|
|
96
|
+
/** The resource management error additional info. */
|
|
97
|
+
export interface ErrorAdditionalInfo {
|
|
98
|
+
/**
|
|
99
|
+
* The additional info type.
|
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
101
|
+
*/
|
|
102
|
+
readonly type?: string;
|
|
103
|
+
/**
|
|
104
|
+
* The additional info.
|
|
105
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
106
|
+
*/
|
|
107
|
+
readonly info?: Record<string, unknown>;
|
|
108
|
+
}
|
|
109
|
+
/** The status of a long-running operation. */
|
|
110
|
+
export interface OperationStatus {
|
|
111
|
+
/** The operation's unique id. */
|
|
112
|
+
id?: string;
|
|
113
|
+
/** The operation's name. */
|
|
114
|
+
name?: string;
|
|
115
|
+
/** The start time of the operation. */
|
|
116
|
+
startTime?: string;
|
|
117
|
+
/** The end time of the operation. */
|
|
118
|
+
endTime?: string;
|
|
119
|
+
/** The current status of the operation. */
|
|
120
|
+
status?: string;
|
|
121
|
+
/** Error response describing why the operation failed. */
|
|
122
|
+
error?: ErrorResponse;
|
|
123
|
+
}
|
|
124
|
+
/** SKU parameters supplied to the create RedisEnterprise operation. */
|
|
125
|
+
export interface Sku {
|
|
126
|
+
/** The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.) */
|
|
127
|
+
name: SkuName;
|
|
128
|
+
/** The size of the RedisEnterprise cluster. Defaults to 2 or 3 depending on SKU. Valid values are (2, 4, 6, ...) for Enterprise SKUs and (3, 9, 15, ...) for Flash SKUs. */
|
|
129
|
+
capacity?: number;
|
|
130
|
+
}
|
|
131
|
+
/** The Private Endpoint resource. */
|
|
132
|
+
export interface PrivateEndpoint {
|
|
133
|
+
/**
|
|
134
|
+
* The ARM identifier for Private Endpoint
|
|
135
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
136
|
+
*/
|
|
137
|
+
readonly id?: string;
|
|
138
|
+
}
|
|
139
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
140
|
+
export interface PrivateLinkServiceConnectionState {
|
|
141
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
142
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
143
|
+
/** The reason for approval/rejection of the connection. */
|
|
144
|
+
description?: string;
|
|
145
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
146
|
+
actionsRequired?: string;
|
|
147
|
+
}
|
|
148
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
149
|
+
export interface Resource {
|
|
150
|
+
/**
|
|
151
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
152
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
153
|
+
*/
|
|
154
|
+
readonly id?: string;
|
|
155
|
+
/**
|
|
156
|
+
* The name of the resource
|
|
157
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
158
|
+
*/
|
|
159
|
+
readonly name?: string;
|
|
160
|
+
/**
|
|
161
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
163
|
+
*/
|
|
164
|
+
readonly type?: string;
|
|
165
|
+
}
|
|
166
|
+
/** A partial update to the RedisEnterprise cluster */
|
|
167
|
+
export interface ClusterUpdate {
|
|
168
|
+
/** The SKU to create, which affects price, performance, and features. */
|
|
169
|
+
sku?: Sku;
|
|
170
|
+
/** Resource tags. */
|
|
171
|
+
tags?: {
|
|
172
|
+
[propertyName: string]: string;
|
|
173
|
+
};
|
|
174
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2' */
|
|
175
|
+
minimumTlsVersion?: TlsVersion;
|
|
176
|
+
/**
|
|
177
|
+
* DNS name of the cluster endpoint
|
|
178
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
179
|
+
*/
|
|
180
|
+
readonly hostName?: string;
|
|
181
|
+
/**
|
|
182
|
+
* Current provisioning status of the cluster
|
|
183
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
184
|
+
*/
|
|
185
|
+
readonly provisioningState?: ProvisioningState;
|
|
186
|
+
/**
|
|
187
|
+
* Current resource status of the cluster
|
|
188
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
189
|
+
*/
|
|
190
|
+
readonly resourceState?: ResourceState;
|
|
191
|
+
/**
|
|
192
|
+
* Version of redis the cluster supports, e.g. '6'
|
|
193
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
+
*/
|
|
195
|
+
readonly redisVersion?: string;
|
|
196
|
+
/**
|
|
197
|
+
* List of private endpoint connections associated with the specified RedisEnterprise cluster
|
|
198
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
+
*/
|
|
200
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
201
|
+
}
|
|
202
|
+
/** The response of a list-all operation. */
|
|
203
|
+
export interface ClusterList {
|
|
204
|
+
/** List of clusters. */
|
|
205
|
+
value?: Cluster[];
|
|
206
|
+
/**
|
|
207
|
+
* The URI to fetch the next page of results.
|
|
208
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
209
|
+
*/
|
|
210
|
+
readonly nextLink?: string;
|
|
211
|
+
}
|
|
212
|
+
/** The response of a list-all operation. */
|
|
213
|
+
export interface DatabaseList {
|
|
214
|
+
/** List of databases */
|
|
215
|
+
value?: Database[];
|
|
216
|
+
/**
|
|
217
|
+
* The URI to fetch the next page of results.
|
|
218
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
|
+
*/
|
|
220
|
+
readonly nextLink?: string;
|
|
221
|
+
}
|
|
222
|
+
/** Persistence-related configuration for the RedisEnterprise database */
|
|
223
|
+
export interface Persistence {
|
|
224
|
+
/** Sets whether AOF is enabled. */
|
|
225
|
+
aofEnabled?: boolean;
|
|
226
|
+
/** Sets whether RDB is enabled. */
|
|
227
|
+
rdbEnabled?: boolean;
|
|
228
|
+
/** Sets the frequency at which data is written to disk. */
|
|
229
|
+
aofFrequency?: AofFrequency;
|
|
230
|
+
/** Sets the frequency at which a snapshot of the database is created. */
|
|
231
|
+
rdbFrequency?: RdbFrequency;
|
|
232
|
+
}
|
|
233
|
+
/** Specifies configuration of a redis module */
|
|
234
|
+
export interface Module {
|
|
235
|
+
/** The name of the module, e.g. 'RedisBloom', 'RediSearch', 'RedisTimeSeries' */
|
|
236
|
+
name: string;
|
|
237
|
+
/** Configuration options for the module, e.g. 'ERROR_RATE 0.00 INITIAL_SIZE 400'. */
|
|
238
|
+
args?: string;
|
|
239
|
+
/**
|
|
240
|
+
* The version of the module, e.g. '1.0'.
|
|
241
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
242
|
+
*/
|
|
243
|
+
readonly version?: string;
|
|
244
|
+
}
|
|
245
|
+
/** A partial update to the RedisEnterprise database */
|
|
246
|
+
export interface DatabaseUpdate {
|
|
247
|
+
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
248
|
+
clientProtocol?: Protocol;
|
|
249
|
+
/** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
|
|
250
|
+
port?: number;
|
|
251
|
+
/**
|
|
252
|
+
* Current provisioning status of the database
|
|
253
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
254
|
+
*/
|
|
255
|
+
readonly provisioningState?: ProvisioningState;
|
|
256
|
+
/**
|
|
257
|
+
* Current resource status of the database
|
|
258
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
259
|
+
*/
|
|
260
|
+
readonly resourceState?: ResourceState;
|
|
261
|
+
/** Clustering policy - default is OSSCluster. Specified at create time. */
|
|
262
|
+
clusteringPolicy?: ClusteringPolicy;
|
|
263
|
+
/** Redis eviction policy - default is VolatileLRU */
|
|
264
|
+
evictionPolicy?: EvictionPolicy;
|
|
265
|
+
/** Persistence settings */
|
|
266
|
+
persistence?: Persistence;
|
|
267
|
+
/** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
|
|
268
|
+
modules?: Module[];
|
|
269
|
+
}
|
|
270
|
+
/** The secret access keys used for authenticating connections to redis */
|
|
271
|
+
export interface AccessKeys {
|
|
272
|
+
/**
|
|
273
|
+
* The current primary key that clients can use to authenticate
|
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
+
*/
|
|
276
|
+
readonly primaryKey?: string;
|
|
277
|
+
/**
|
|
278
|
+
* The current secondary key that clients can use to authenticate
|
|
279
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
280
|
+
*/
|
|
281
|
+
readonly secondaryKey?: string;
|
|
282
|
+
}
|
|
283
|
+
/** Specifies which access keys to reset to a new random value. */
|
|
284
|
+
export interface RegenerateKeyParameters {
|
|
285
|
+
/** Which access key to regenerate. */
|
|
286
|
+
keyType: AccessKeyType;
|
|
287
|
+
}
|
|
288
|
+
/** Parameters for a Redis Enterprise import operation. */
|
|
289
|
+
export interface ImportClusterParameters {
|
|
290
|
+
/** SAS URIs for the target blobs to import from */
|
|
291
|
+
sasUris: string[];
|
|
292
|
+
}
|
|
293
|
+
/** Parameters for a Redis Enterprise export operation. */
|
|
294
|
+
export interface ExportClusterParameters {
|
|
295
|
+
/** SAS URI for the target directory to export to */
|
|
296
|
+
sasUri: string;
|
|
297
|
+
}
|
|
298
|
+
/** List of private endpoint connection associated with the specified storage account */
|
|
299
|
+
export interface PrivateEndpointConnectionListResult {
|
|
300
|
+
/** Array of private endpoint connections */
|
|
301
|
+
value?: PrivateEndpointConnection[];
|
|
302
|
+
}
|
|
303
|
+
/** A list of private link resources */
|
|
304
|
+
export interface PrivateLinkResourceListResult {
|
|
305
|
+
/** Array of private link resources */
|
|
306
|
+
value?: PrivateLinkResource[];
|
|
307
|
+
}
|
|
308
|
+
/** The Private Endpoint Connection resource. */
|
|
309
|
+
export declare type PrivateEndpointConnection = Resource & {
|
|
310
|
+
/** The resource of private end point. */
|
|
311
|
+
privateEndpoint?: PrivateEndpoint;
|
|
312
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
313
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
314
|
+
/**
|
|
315
|
+
* The provisioning state of the private endpoint connection resource.
|
|
316
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
317
|
+
*/
|
|
318
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
319
|
+
};
|
|
320
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
321
|
+
export declare type TrackedResource = Resource & {
|
|
322
|
+
/** Resource tags. */
|
|
323
|
+
tags?: {
|
|
324
|
+
[propertyName: string]: string;
|
|
325
|
+
};
|
|
326
|
+
/** The geo-location where the resource lives */
|
|
327
|
+
location: string;
|
|
328
|
+
};
|
|
329
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
330
|
+
export declare type ProxyResource = Resource & {};
|
|
331
|
+
/** A private link resource */
|
|
332
|
+
export declare type PrivateLinkResource = Resource & {
|
|
333
|
+
/**
|
|
334
|
+
* The private link resource group id.
|
|
335
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
336
|
+
*/
|
|
337
|
+
readonly groupId?: string;
|
|
338
|
+
/**
|
|
339
|
+
* The private link resource required member names.
|
|
340
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
341
|
+
*/
|
|
342
|
+
readonly requiredMembers?: string[];
|
|
343
|
+
/** The private link resource Private link DNS zone name. */
|
|
344
|
+
requiredZoneNames?: string[];
|
|
345
|
+
};
|
|
346
|
+
/** Describes the RedisEnterprise cluster */
|
|
347
|
+
export declare type Cluster = TrackedResource & {
|
|
348
|
+
/** The SKU to create, which affects price, performance, and features. */
|
|
349
|
+
sku: Sku;
|
|
350
|
+
/** The Availability Zones where this cluster will be deployed. */
|
|
351
|
+
zones?: string[];
|
|
352
|
+
/** The minimum TLS version for the cluster to support, e.g. '1.2' */
|
|
353
|
+
minimumTlsVersion?: TlsVersion;
|
|
354
|
+
/**
|
|
355
|
+
* DNS name of the cluster endpoint
|
|
356
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
357
|
+
*/
|
|
358
|
+
readonly hostName?: string;
|
|
359
|
+
/**
|
|
360
|
+
* Current provisioning status of the cluster
|
|
361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
+
*/
|
|
363
|
+
readonly provisioningState?: ProvisioningState;
|
|
364
|
+
/**
|
|
365
|
+
* Current resource status of the cluster
|
|
366
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
367
|
+
*/
|
|
368
|
+
readonly resourceState?: ResourceState;
|
|
369
|
+
/**
|
|
370
|
+
* Version of redis the cluster supports, e.g. '6'
|
|
371
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
372
|
+
*/
|
|
373
|
+
readonly redisVersion?: string;
|
|
374
|
+
/**
|
|
375
|
+
* List of private endpoint connections associated with the specified RedisEnterprise cluster
|
|
376
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
377
|
+
*/
|
|
378
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
379
|
+
};
|
|
380
|
+
/** Describes a database on the RedisEnterprise cluster */
|
|
381
|
+
export declare type Database = ProxyResource & {
|
|
382
|
+
/** Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. */
|
|
383
|
+
clientProtocol?: Protocol;
|
|
384
|
+
/** TCP port of the database endpoint. Specified at create time. Defaults to an available port. */
|
|
385
|
+
port?: number;
|
|
386
|
+
/**
|
|
387
|
+
* Current provisioning status of the database
|
|
388
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
+
*/
|
|
390
|
+
readonly provisioningState?: ProvisioningState;
|
|
391
|
+
/**
|
|
392
|
+
* Current resource status of the database
|
|
393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
+
*/
|
|
395
|
+
readonly resourceState?: ResourceState;
|
|
396
|
+
/** Clustering policy - default is OSSCluster. Specified at create time. */
|
|
397
|
+
clusteringPolicy?: ClusteringPolicy;
|
|
398
|
+
/** Redis eviction policy - default is VolatileLRU */
|
|
399
|
+
evictionPolicy?: EvictionPolicy;
|
|
400
|
+
/** Persistence settings */
|
|
401
|
+
persistence?: Persistence;
|
|
402
|
+
/** Optional set of redis modules to enable in this database - modules can only be added at creation time. */
|
|
403
|
+
modules?: Module[];
|
|
404
|
+
};
|
|
405
|
+
/** Known values of {@link Origin} that the service accepts. */
|
|
406
|
+
export declare enum KnownOrigin {
|
|
407
|
+
User = "user",
|
|
408
|
+
System = "system",
|
|
409
|
+
UserSystem = "user,system"
|
|
410
|
+
}
|
|
411
|
+
/**
|
|
412
|
+
* Defines values for Origin. \
|
|
413
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
414
|
+
* this enum contains the known values that the service supports.
|
|
415
|
+
* ### Known values supported by the service
|
|
416
|
+
* **user** \
|
|
417
|
+
* **system** \
|
|
418
|
+
* **user,system**
|
|
419
|
+
*/
|
|
420
|
+
export declare type Origin = string;
|
|
421
|
+
/** Known values of {@link ActionType} that the service accepts. */
|
|
422
|
+
export declare enum KnownActionType {
|
|
423
|
+
Internal = "Internal"
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Defines values for ActionType. \
|
|
427
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
428
|
+
* this enum contains the known values that the service supports.
|
|
429
|
+
* ### Known values supported by the service
|
|
430
|
+
* **Internal**
|
|
431
|
+
*/
|
|
432
|
+
export declare type ActionType = string;
|
|
433
|
+
/** Known values of {@link SkuName} that the service accepts. */
|
|
434
|
+
export declare enum KnownSkuName {
|
|
435
|
+
EnterpriseE10 = "Enterprise_E10",
|
|
436
|
+
EnterpriseE20 = "Enterprise_E20",
|
|
437
|
+
EnterpriseE50 = "Enterprise_E50",
|
|
438
|
+
EnterpriseE100 = "Enterprise_E100",
|
|
439
|
+
EnterpriseFlashF300 = "EnterpriseFlash_F300",
|
|
440
|
+
EnterpriseFlashF700 = "EnterpriseFlash_F700",
|
|
441
|
+
EnterpriseFlashF1500 = "EnterpriseFlash_F1500"
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Defines values for SkuName. \
|
|
445
|
+
* {@link KnownSkuName} can be used interchangeably with SkuName,
|
|
446
|
+
* this enum contains the known values that the service supports.
|
|
447
|
+
* ### Known values supported by the service
|
|
448
|
+
* **Enterprise_E10** \
|
|
449
|
+
* **Enterprise_E20** \
|
|
450
|
+
* **Enterprise_E50** \
|
|
451
|
+
* **Enterprise_E100** \
|
|
452
|
+
* **EnterpriseFlash_F300** \
|
|
453
|
+
* **EnterpriseFlash_F700** \
|
|
454
|
+
* **EnterpriseFlash_F1500**
|
|
455
|
+
*/
|
|
456
|
+
export declare type SkuName = string;
|
|
457
|
+
/** Known values of {@link TlsVersion} that the service accepts. */
|
|
458
|
+
export declare enum KnownTlsVersion {
|
|
459
|
+
One0 = "1.0",
|
|
460
|
+
One1 = "1.1",
|
|
461
|
+
One2 = "1.2"
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* Defines values for TlsVersion. \
|
|
465
|
+
* {@link KnownTlsVersion} can be used interchangeably with TlsVersion,
|
|
466
|
+
* this enum contains the known values that the service supports.
|
|
467
|
+
* ### Known values supported by the service
|
|
468
|
+
* **1.0** \
|
|
469
|
+
* **1.1** \
|
|
470
|
+
* **1.2**
|
|
471
|
+
*/
|
|
472
|
+
export declare type TlsVersion = string;
|
|
473
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
474
|
+
export declare enum KnownProvisioningState {
|
|
475
|
+
Succeeded = "Succeeded",
|
|
476
|
+
Failed = "Failed",
|
|
477
|
+
Canceled = "Canceled",
|
|
478
|
+
Creating = "Creating",
|
|
479
|
+
Updating = "Updating",
|
|
480
|
+
Deleting = "Deleting"
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* Defines values for ProvisioningState. \
|
|
484
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
485
|
+
* this enum contains the known values that the service supports.
|
|
486
|
+
* ### Known values supported by the service
|
|
487
|
+
* **Succeeded** \
|
|
488
|
+
* **Failed** \
|
|
489
|
+
* **Canceled** \
|
|
490
|
+
* **Creating** \
|
|
491
|
+
* **Updating** \
|
|
492
|
+
* **Deleting**
|
|
493
|
+
*/
|
|
494
|
+
export declare type ProvisioningState = string;
|
|
495
|
+
/** Known values of {@link ResourceState} that the service accepts. */
|
|
496
|
+
export declare enum KnownResourceState {
|
|
497
|
+
Running = "Running",
|
|
498
|
+
Creating = "Creating",
|
|
499
|
+
CreateFailed = "CreateFailed",
|
|
500
|
+
Updating = "Updating",
|
|
501
|
+
UpdateFailed = "UpdateFailed",
|
|
502
|
+
Deleting = "Deleting",
|
|
503
|
+
DeleteFailed = "DeleteFailed",
|
|
504
|
+
Enabling = "Enabling",
|
|
505
|
+
EnableFailed = "EnableFailed",
|
|
506
|
+
Disabling = "Disabling",
|
|
507
|
+
DisableFailed = "DisableFailed",
|
|
508
|
+
Disabled = "Disabled"
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Defines values for ResourceState. \
|
|
512
|
+
* {@link KnownResourceState} can be used interchangeably with ResourceState,
|
|
513
|
+
* this enum contains the known values that the service supports.
|
|
514
|
+
* ### Known values supported by the service
|
|
515
|
+
* **Running** \
|
|
516
|
+
* **Creating** \
|
|
517
|
+
* **CreateFailed** \
|
|
518
|
+
* **Updating** \
|
|
519
|
+
* **UpdateFailed** \
|
|
520
|
+
* **Deleting** \
|
|
521
|
+
* **DeleteFailed** \
|
|
522
|
+
* **Enabling** \
|
|
523
|
+
* **EnableFailed** \
|
|
524
|
+
* **Disabling** \
|
|
525
|
+
* **DisableFailed** \
|
|
526
|
+
* **Disabled**
|
|
527
|
+
*/
|
|
528
|
+
export declare type ResourceState = string;
|
|
529
|
+
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
530
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
531
|
+
Pending = "Pending",
|
|
532
|
+
Approved = "Approved",
|
|
533
|
+
Rejected = "Rejected"
|
|
534
|
+
}
|
|
535
|
+
/**
|
|
536
|
+
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
537
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
538
|
+
* this enum contains the known values that the service supports.
|
|
539
|
+
* ### Known values supported by the service
|
|
540
|
+
* **Pending** \
|
|
541
|
+
* **Approved** \
|
|
542
|
+
* **Rejected**
|
|
543
|
+
*/
|
|
544
|
+
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
545
|
+
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
546
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
547
|
+
Succeeded = "Succeeded",
|
|
548
|
+
Creating = "Creating",
|
|
549
|
+
Deleting = "Deleting",
|
|
550
|
+
Failed = "Failed"
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
554
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
555
|
+
* this enum contains the known values that the service supports.
|
|
556
|
+
* ### Known values supported by the service
|
|
557
|
+
* **Succeeded** \
|
|
558
|
+
* **Creating** \
|
|
559
|
+
* **Deleting** \
|
|
560
|
+
* **Failed**
|
|
561
|
+
*/
|
|
562
|
+
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
563
|
+
/** Known values of {@link Protocol} that the service accepts. */
|
|
564
|
+
export declare enum KnownProtocol {
|
|
565
|
+
Encrypted = "Encrypted",
|
|
566
|
+
Plaintext = "Plaintext"
|
|
567
|
+
}
|
|
568
|
+
/**
|
|
569
|
+
* Defines values for Protocol. \
|
|
570
|
+
* {@link KnownProtocol} can be used interchangeably with Protocol,
|
|
571
|
+
* this enum contains the known values that the service supports.
|
|
572
|
+
* ### Known values supported by the service
|
|
573
|
+
* **Encrypted** \
|
|
574
|
+
* **Plaintext**
|
|
575
|
+
*/
|
|
576
|
+
export declare type Protocol = string;
|
|
577
|
+
/** Known values of {@link ClusteringPolicy} that the service accepts. */
|
|
578
|
+
export declare enum KnownClusteringPolicy {
|
|
579
|
+
EnterpriseCluster = "EnterpriseCluster",
|
|
580
|
+
OSSCluster = "OSSCluster"
|
|
581
|
+
}
|
|
582
|
+
/**
|
|
583
|
+
* Defines values for ClusteringPolicy. \
|
|
584
|
+
* {@link KnownClusteringPolicy} can be used interchangeably with ClusteringPolicy,
|
|
585
|
+
* this enum contains the known values that the service supports.
|
|
586
|
+
* ### Known values supported by the service
|
|
587
|
+
* **EnterpriseCluster** \
|
|
588
|
+
* **OSSCluster**
|
|
589
|
+
*/
|
|
590
|
+
export declare type ClusteringPolicy = string;
|
|
591
|
+
/** Known values of {@link EvictionPolicy} that the service accepts. */
|
|
592
|
+
export declare enum KnownEvictionPolicy {
|
|
593
|
+
AllKeysLFU = "AllKeysLFU",
|
|
594
|
+
AllKeysLRU = "AllKeysLRU",
|
|
595
|
+
AllKeysRandom = "AllKeysRandom",
|
|
596
|
+
VolatileLRU = "VolatileLRU",
|
|
597
|
+
VolatileLFU = "VolatileLFU",
|
|
598
|
+
VolatileTTL = "VolatileTTL",
|
|
599
|
+
VolatileRandom = "VolatileRandom",
|
|
600
|
+
NoEviction = "NoEviction"
|
|
601
|
+
}
|
|
602
|
+
/**
|
|
603
|
+
* Defines values for EvictionPolicy. \
|
|
604
|
+
* {@link KnownEvictionPolicy} can be used interchangeably with EvictionPolicy,
|
|
605
|
+
* this enum contains the known values that the service supports.
|
|
606
|
+
* ### Known values supported by the service
|
|
607
|
+
* **AllKeysLFU** \
|
|
608
|
+
* **AllKeysLRU** \
|
|
609
|
+
* **AllKeysRandom** \
|
|
610
|
+
* **VolatileLRU** \
|
|
611
|
+
* **VolatileLFU** \
|
|
612
|
+
* **VolatileTTL** \
|
|
613
|
+
* **VolatileRandom** \
|
|
614
|
+
* **NoEviction**
|
|
615
|
+
*/
|
|
616
|
+
export declare type EvictionPolicy = string;
|
|
617
|
+
/** Known values of {@link AofFrequency} that the service accepts. */
|
|
618
|
+
export declare enum KnownAofFrequency {
|
|
619
|
+
OneS = "1s",
|
|
620
|
+
Always = "always"
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* Defines values for AofFrequency. \
|
|
624
|
+
* {@link KnownAofFrequency} can be used interchangeably with AofFrequency,
|
|
625
|
+
* this enum contains the known values that the service supports.
|
|
626
|
+
* ### Known values supported by the service
|
|
627
|
+
* **1s** \
|
|
628
|
+
* **always**
|
|
629
|
+
*/
|
|
630
|
+
export declare type AofFrequency = string;
|
|
631
|
+
/** Known values of {@link RdbFrequency} that the service accepts. */
|
|
632
|
+
export declare enum KnownRdbFrequency {
|
|
633
|
+
OneH = "1h",
|
|
634
|
+
SixH = "6h",
|
|
635
|
+
TwelveH = "12h"
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* Defines values for RdbFrequency. \
|
|
639
|
+
* {@link KnownRdbFrequency} can be used interchangeably with RdbFrequency,
|
|
640
|
+
* this enum contains the known values that the service supports.
|
|
641
|
+
* ### Known values supported by the service
|
|
642
|
+
* **1h** \
|
|
643
|
+
* **6h** \
|
|
644
|
+
* **12h**
|
|
645
|
+
*/
|
|
646
|
+
export declare type RdbFrequency = string;
|
|
647
|
+
/** Defines values for AccessKeyType. */
|
|
648
|
+
export declare type AccessKeyType = "Primary" | "Secondary";
|
|
649
|
+
/** Optional parameters. */
|
|
650
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
651
|
+
}
|
|
652
|
+
/** Contains response data for the list operation. */
|
|
653
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
654
|
+
/** Optional parameters. */
|
|
655
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
656
|
+
}
|
|
657
|
+
/** Contains response data for the listNext operation. */
|
|
658
|
+
export declare type OperationsListNextResponse = OperationListResult;
|
|
659
|
+
/** Optional parameters. */
|
|
660
|
+
export interface OperationsStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
661
|
+
}
|
|
662
|
+
/** Contains response data for the get operation. */
|
|
663
|
+
export declare type OperationsStatusGetResponse = OperationStatus;
|
|
664
|
+
/** Optional parameters. */
|
|
665
|
+
export interface RedisEnterpriseCreateOptionalParams extends coreClient.OperationOptions {
|
|
666
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
667
|
+
updateIntervalInMs?: number;
|
|
668
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
669
|
+
resumeFrom?: string;
|
|
670
|
+
}
|
|
671
|
+
/** Contains response data for the create operation. */
|
|
672
|
+
export declare type RedisEnterpriseCreateResponse = Cluster;
|
|
673
|
+
/** Optional parameters. */
|
|
674
|
+
export interface RedisEnterpriseUpdateOptionalParams extends coreClient.OperationOptions {
|
|
675
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
676
|
+
updateIntervalInMs?: number;
|
|
677
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
678
|
+
resumeFrom?: string;
|
|
679
|
+
}
|
|
680
|
+
/** Contains response data for the update operation. */
|
|
681
|
+
export declare type RedisEnterpriseUpdateResponse = Cluster;
|
|
682
|
+
/** Optional parameters. */
|
|
683
|
+
export interface RedisEnterpriseDeleteOptionalParams extends coreClient.OperationOptions {
|
|
684
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
685
|
+
updateIntervalInMs?: number;
|
|
686
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
687
|
+
resumeFrom?: string;
|
|
688
|
+
}
|
|
689
|
+
/** Optional parameters. */
|
|
690
|
+
export interface RedisEnterpriseGetOptionalParams extends coreClient.OperationOptions {
|
|
691
|
+
}
|
|
692
|
+
/** Contains response data for the get operation. */
|
|
693
|
+
export declare type RedisEnterpriseGetResponse = Cluster;
|
|
694
|
+
/** Optional parameters. */
|
|
695
|
+
export interface RedisEnterpriseListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
696
|
+
}
|
|
697
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
698
|
+
export declare type RedisEnterpriseListByResourceGroupResponse = ClusterList;
|
|
699
|
+
/** Optional parameters. */
|
|
700
|
+
export interface RedisEnterpriseListOptionalParams extends coreClient.OperationOptions {
|
|
701
|
+
}
|
|
702
|
+
/** Contains response data for the list operation. */
|
|
703
|
+
export declare type RedisEnterpriseListResponse = ClusterList;
|
|
704
|
+
/** Optional parameters. */
|
|
705
|
+
export interface RedisEnterpriseListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
706
|
+
}
|
|
707
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
|
708
|
+
export declare type RedisEnterpriseListByResourceGroupNextResponse = ClusterList;
|
|
709
|
+
/** Optional parameters. */
|
|
710
|
+
export interface RedisEnterpriseListNextOptionalParams extends coreClient.OperationOptions {
|
|
711
|
+
}
|
|
712
|
+
/** Contains response data for the listNext operation. */
|
|
713
|
+
export declare type RedisEnterpriseListNextResponse = ClusterList;
|
|
714
|
+
/** Optional parameters. */
|
|
715
|
+
export interface DatabasesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
716
|
+
}
|
|
717
|
+
/** Contains response data for the listByCluster operation. */
|
|
718
|
+
export declare type DatabasesListByClusterResponse = DatabaseList;
|
|
719
|
+
/** Optional parameters. */
|
|
720
|
+
export interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {
|
|
721
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
722
|
+
updateIntervalInMs?: number;
|
|
723
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
724
|
+
resumeFrom?: string;
|
|
725
|
+
}
|
|
726
|
+
/** Contains response data for the create operation. */
|
|
727
|
+
export declare type DatabasesCreateResponse = Database;
|
|
728
|
+
/** Optional parameters. */
|
|
729
|
+
export interface DatabasesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
730
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
731
|
+
updateIntervalInMs?: number;
|
|
732
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
733
|
+
resumeFrom?: string;
|
|
734
|
+
}
|
|
735
|
+
/** Contains response data for the update operation. */
|
|
736
|
+
export declare type DatabasesUpdateResponse = Database;
|
|
737
|
+
/** Optional parameters. */
|
|
738
|
+
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
739
|
+
}
|
|
740
|
+
/** Contains response data for the get operation. */
|
|
741
|
+
export declare type DatabasesGetResponse = Database;
|
|
742
|
+
/** Optional parameters. */
|
|
743
|
+
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
744
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
745
|
+
updateIntervalInMs?: number;
|
|
746
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
747
|
+
resumeFrom?: string;
|
|
748
|
+
}
|
|
749
|
+
/** Optional parameters. */
|
|
750
|
+
export interface DatabasesListKeysOptionalParams extends coreClient.OperationOptions {
|
|
751
|
+
}
|
|
752
|
+
/** Contains response data for the listKeys operation. */
|
|
753
|
+
export declare type DatabasesListKeysResponse = AccessKeys;
|
|
754
|
+
/** Optional parameters. */
|
|
755
|
+
export interface DatabasesRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
756
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
757
|
+
updateIntervalInMs?: number;
|
|
758
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
759
|
+
resumeFrom?: string;
|
|
760
|
+
}
|
|
761
|
+
/** Contains response data for the regenerateKey operation. */
|
|
762
|
+
export declare type DatabasesRegenerateKeyResponse = AccessKeys;
|
|
763
|
+
/** Optional parameters. */
|
|
764
|
+
export interface DatabasesImportOptionalParams extends coreClient.OperationOptions {
|
|
765
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
766
|
+
updateIntervalInMs?: number;
|
|
767
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
768
|
+
resumeFrom?: string;
|
|
769
|
+
}
|
|
770
|
+
/** Optional parameters. */
|
|
771
|
+
export interface DatabasesExportOptionalParams extends coreClient.OperationOptions {
|
|
772
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
773
|
+
updateIntervalInMs?: number;
|
|
774
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
775
|
+
resumeFrom?: string;
|
|
776
|
+
}
|
|
777
|
+
/** Optional parameters. */
|
|
778
|
+
export interface DatabasesListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
779
|
+
}
|
|
780
|
+
/** Contains response data for the listByClusterNext operation. */
|
|
781
|
+
export declare type DatabasesListByClusterNextResponse = DatabaseList;
|
|
782
|
+
/** Optional parameters. */
|
|
783
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
784
|
+
}
|
|
785
|
+
/** Contains response data for the list operation. */
|
|
786
|
+
export declare type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
787
|
+
/** Optional parameters. */
|
|
788
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
789
|
+
}
|
|
790
|
+
/** Contains response data for the get operation. */
|
|
791
|
+
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
792
|
+
/** Optional parameters. */
|
|
793
|
+
export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
794
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
795
|
+
updateIntervalInMs?: number;
|
|
796
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
797
|
+
resumeFrom?: string;
|
|
798
|
+
}
|
|
799
|
+
/** Contains response data for the put operation. */
|
|
800
|
+
export declare type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnection;
|
|
801
|
+
/** Optional parameters. */
|
|
802
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
803
|
+
}
|
|
804
|
+
/** Optional parameters. */
|
|
805
|
+
export interface PrivateLinkResourcesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
806
|
+
}
|
|
807
|
+
/** Contains response data for the listByCluster operation. */
|
|
808
|
+
export declare type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
|
|
809
|
+
/** Optional parameters. */
|
|
810
|
+
export interface RedisEnterpriseManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
811
|
+
/** server parameter */
|
|
812
|
+
$host?: string;
|
|
813
|
+
/** Api Version */
|
|
814
|
+
apiVersion?: string;
|
|
815
|
+
/** Overrides client endpoint. */
|
|
816
|
+
endpoint?: string;
|
|
817
|
+
}
|
|
818
|
+
//# sourceMappingURL=index.d.ts.map
|