@azure/arm-redisenterprisecache 3.1.0-beta.1 → 3.1.0-beta.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 +112 -0
- package/dist/index.js +1095 -163
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js +45 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentCreateUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js +41 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js +41 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentGetSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js +56 -0
- package/dist-esm/samples-dev/accessPolicyAssignmentListSample.js.map +1 -0
- package/dist-esm/samples-dev/databasesCreateSample.js +10 -6
- package/dist-esm/samples-dev/databasesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +3 -2
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesExportSample.js +3 -2
- package/dist-esm/samples-dev/databasesExportSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesFlushSample.js +4 -3
- package/dist-esm/samples-dev/databasesFlushSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesForceLinkToReplicationGroupSample.js +1 -1
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js +4 -3
- package/dist-esm/samples-dev/databasesForceUnlinkSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesGetSample.js +5 -4
- package/dist-esm/samples-dev/databasesGetSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesImportSample.js +3 -2
- package/dist-esm/samples-dev/databasesImportSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesListByClusterSample.js +5 -4
- package/dist-esm/samples-dev/databasesListByClusterSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesListKeysSample.js +5 -4
- package/dist-esm/samples-dev/databasesListKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js +5 -4
- package/dist-esm/samples-dev/databasesRegenerateKeySample.js.map +1 -1
- package/dist-esm/samples-dev/databasesUpdateSample.js +4 -2
- package/dist-esm/samples-dev/databasesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js +3 -2
- package/dist-esm/samples-dev/databasesUpgradeDbRedisVersionSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/operationsStatusGetSample.js +3 -2
- package/dist-esm/samples-dev/operationsStatusGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +5 -4
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +5 -4
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js +3 -2
- package/dist-esm/samples-dev/redisEnterpriseCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseGetSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseListSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseListSample.js.map +1 -1
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js +5 -4
- package/dist-esm/samples-dev/redisEnterpriseUpdateSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +423 -27
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +134 -2
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +16 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +372 -2
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +19 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.d.ts +94 -0
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.js +403 -0
- package/dist-esm/src/operations/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +6 -6
- package/dist-esm/src/operations/databases.js +6 -6
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +7 -7
- package/dist-esm/src/operations/privateEndpointConnections.js +7 -7
- package/dist-esm/src/operations/privateLinkResources.d.ts +2 -2
- package/dist-esm/src/operations/privateLinkResources.js +2 -2
- package/dist-esm/src/operations/redisEnterprise.d.ts +13 -13
- package/dist-esm/src/operations/redisEnterprise.js +13 -13
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.d.ts +67 -0
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/accessPolicyAssignmentOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/redisEnterprise.d.ts +11 -11
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts +2 -1
- package/dist-esm/src/redisEnterpriseManagementClient.d.ts.map +1 -1
- package/dist-esm/src/redisEnterpriseManagementClient.js +5 -3
- package/dist-esm/src/redisEnterpriseManagementClient.js.map +1 -1
- package/dist-esm/test/redisenterprisecache_test.spec.d.ts.map +1 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js +5 -1
- package/dist-esm/test/redisenterprisecache_test.spec.js.map +1 -1
- package/package.json +31 -30
- package/review/arm-redisenterprisecache.api.md +239 -2
- package/src/lroImpl.ts +1 -1
- package/src/models/index.ts +457 -26
- package/src/models/mappers.ts +400 -2
- package/src/models/parameters.ts +21 -1
- package/src/operations/accessPolicyAssignmentOperations.ts +569 -0
- package/src/operations/databases.ts +6 -6
- package/src/operations/index.ts +1 -0
- package/src/operations/privateEndpointConnections.ts +7 -7
- package/src/operations/privateLinkResources.ts +2 -2
- package/src/operations/redisEnterprise.ts +13 -13
- package/src/operationsInterfaces/accessPolicyAssignmentOperations.ts +132 -0
- package/src/operationsInterfaces/databases.ts +5 -5
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +6 -6
- package/src/operationsInterfaces/privateLinkResources.ts +1 -1
- package/src/operationsInterfaces/redisEnterprise.ts +11 -11
- package/src/redisEnterpriseManagementClient.ts +7 -2
- package/types/arm-redisenterprisecache.d.ts +544 -50
- package/types/tsdoc-metadata.json +1 -1
|
@@ -12,7 +12,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
12
12
|
*/
|
|
13
13
|
constructor(client: RedisEnterpriseManagementClient);
|
|
14
14
|
/**
|
|
15
|
-
* Lists all the private endpoint connections associated with the
|
|
15
|
+
* Lists all the private endpoint connections associated with the Redis Enterprise cluster.
|
|
16
16
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
17
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
18
18
|
* @param options The options parameters.
|
|
@@ -21,14 +21,14 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
21
21
|
private listPagingPage;
|
|
22
22
|
private listPagingAll;
|
|
23
23
|
/**
|
|
24
|
-
* Lists all the private endpoint connections associated with the
|
|
24
|
+
* Lists all the private endpoint connections associated with the Redis Enterprise cluster.
|
|
25
25
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
26
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
27
27
|
* @param options The options parameters.
|
|
28
28
|
*/
|
|
29
29
|
private _list;
|
|
30
30
|
/**
|
|
31
|
-
* Gets the specified private endpoint connection associated with the
|
|
31
|
+
* Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
32
32
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
33
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
34
34
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -37,7 +37,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
37
37
|
*/
|
|
38
38
|
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
39
39
|
/**
|
|
40
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
40
|
+
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
41
41
|
* cluster.
|
|
42
42
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
43
43
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
@@ -48,7 +48,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
48
48
|
*/
|
|
49
49
|
beginPut(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsPutResponse>, PrivateEndpointConnectionsPutResponse>>;
|
|
50
50
|
/**
|
|
51
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
51
|
+
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
52
52
|
* cluster.
|
|
53
53
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
54
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
@@ -59,7 +59,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
59
59
|
*/
|
|
60
60
|
beginPutAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
61
61
|
/**
|
|
62
|
-
* Deletes the specified private endpoint connection associated with the
|
|
62
|
+
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
63
63
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
64
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
65
65
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -68,7 +68,7 @@ export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointCo
|
|
|
68
68
|
*/
|
|
69
69
|
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
70
70
|
/**
|
|
71
|
-
* Deletes the specified private endpoint connection associated with the
|
|
71
|
+
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
72
72
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
73
73
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
74
74
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -22,7 +22,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
22
22
|
this.client = client;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
|
-
* Lists all the private endpoint connections associated with the
|
|
25
|
+
* Lists all the private endpoint connections associated with the Redis Enterprise cluster.
|
|
26
26
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
27
27
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
28
28
|
* @param options The options parameters.
|
|
@@ -72,7 +72,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
* Lists all the private endpoint connections associated with the
|
|
75
|
+
* Lists all the private endpoint connections associated with the Redis Enterprise cluster.
|
|
76
76
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
77
77
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
78
78
|
* @param options The options parameters.
|
|
@@ -81,7 +81,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
81
81
|
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, listOperationSpec);
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
|
-
* Gets the specified private endpoint connection associated with the
|
|
84
|
+
* Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
85
85
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
86
86
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
87
87
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -97,7 +97,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
97
97
|
}, getOperationSpec);
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
100
|
+
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
101
101
|
* cluster.
|
|
102
102
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
103
103
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
@@ -150,7 +150,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
150
150
|
});
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
153
|
+
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
154
154
|
* cluster.
|
|
155
155
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
156
156
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
@@ -166,7 +166,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
166
166
|
});
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
* Deletes the specified private endpoint connection associated with the
|
|
169
|
+
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
170
170
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
171
171
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
172
172
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -217,7 +217,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
219
|
/**
|
|
220
|
-
* Deletes the specified private endpoint connection associated with the
|
|
220
|
+
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
221
221
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
222
222
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
223
223
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -11,7 +11,7 @@ export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(client: RedisEnterpriseManagementClient);
|
|
13
13
|
/**
|
|
14
|
-
* Gets the private link resources that need to be created for a
|
|
14
|
+
* Gets the private link resources that need to be created for a Redis Enterprise cluster.
|
|
15
15
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
16
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
17
17
|
* @param options The options parameters.
|
|
@@ -20,7 +20,7 @@ export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
20
20
|
private listByClusterPagingPage;
|
|
21
21
|
private listByClusterPagingAll;
|
|
22
22
|
/**
|
|
23
|
-
* Gets the private link resources that need to be created for a
|
|
23
|
+
* Gets the private link resources that need to be created for a Redis Enterprise cluster.
|
|
24
24
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
25
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
26
26
|
* @param options The options parameters.
|
|
@@ -20,7 +20,7 @@ export class PrivateLinkResourcesImpl {
|
|
|
20
20
|
this.client = client;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
|
-
* Gets the private link resources that need to be created for a
|
|
23
|
+
* Gets the private link resources that need to be created for a Redis Enterprise cluster.
|
|
24
24
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
25
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
26
26
|
* @param options The options parameters.
|
|
@@ -70,7 +70,7 @@ export class PrivateLinkResourcesImpl {
|
|
|
70
70
|
});
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
* Gets the private link resources that need to be created for a
|
|
73
|
+
* Gets the private link resources that need to be created for a Redis Enterprise cluster.
|
|
74
74
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
75
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
76
76
|
* @param options The options parameters.
|
|
@@ -12,7 +12,7 @@ export declare class RedisEnterpriseImpl implements RedisEnterprise {
|
|
|
12
12
|
*/
|
|
13
13
|
constructor(client: RedisEnterpriseManagementClient);
|
|
14
14
|
/**
|
|
15
|
-
* Lists all
|
|
15
|
+
* Lists all Redis Enterprise clusters in a resource group.
|
|
16
16
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
17
|
* @param options The options parameters.
|
|
18
18
|
*/
|
|
@@ -20,7 +20,7 @@ export declare class RedisEnterpriseImpl implements RedisEnterprise {
|
|
|
20
20
|
private listByResourceGroupPagingPage;
|
|
21
21
|
private listByResourceGroupPagingAll;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Lists all Redis Enterprise clusters in the specified subscription.
|
|
24
24
|
* @param options The options parameters.
|
|
25
25
|
*/
|
|
26
26
|
list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
@@ -30,7 +30,7 @@ export declare class RedisEnterpriseImpl implements RedisEnterprise {
|
|
|
30
30
|
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
31
31
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
32
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
33
|
-
* @param parameters Parameters supplied to the Create
|
|
33
|
+
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
34
34
|
* @param options The options parameters.
|
|
35
35
|
*/
|
|
36
36
|
beginCreate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<SimplePollerLike<OperationState<RedisEnterpriseCreateResponse>, RedisEnterpriseCreateResponse>>;
|
|
@@ -38,55 +38,55 @@ export declare class RedisEnterpriseImpl implements RedisEnterprise {
|
|
|
38
38
|
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
39
39
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
40
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
41
|
-
* @param parameters Parameters supplied to the Create
|
|
41
|
+
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
42
42
|
* @param options The options parameters.
|
|
43
43
|
*/
|
|
44
44
|
beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<RedisEnterpriseCreateResponse>;
|
|
45
45
|
/**
|
|
46
|
-
* Updates an existing
|
|
46
|
+
* Updates an existing Redis Enterprise cluster
|
|
47
47
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
48
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
49
|
-
* @param parameters Parameters supplied to the Update
|
|
49
|
+
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
50
50
|
* @param options The options parameters.
|
|
51
51
|
*/
|
|
52
52
|
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RedisEnterpriseUpdateResponse>, RedisEnterpriseUpdateResponse>>;
|
|
53
53
|
/**
|
|
54
|
-
* Updates an existing
|
|
54
|
+
* Updates an existing Redis Enterprise cluster
|
|
55
55
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
56
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
57
|
-
* @param parameters Parameters supplied to the Update
|
|
57
|
+
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
58
58
|
* @param options The options parameters.
|
|
59
59
|
*/
|
|
60
60
|
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<RedisEnterpriseUpdateResponse>;
|
|
61
61
|
/**
|
|
62
|
-
* Deletes a
|
|
62
|
+
* Deletes a Redis Enterprise cache cluster.
|
|
63
63
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
64
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
65
65
|
* @param options The options parameters.
|
|
66
66
|
*/
|
|
67
67
|
beginDelete(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
68
68
|
/**
|
|
69
|
-
* Deletes a
|
|
69
|
+
* Deletes a Redis Enterprise cache cluster.
|
|
70
70
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
71
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
72
72
|
* @param options The options parameters.
|
|
73
73
|
*/
|
|
74
74
|
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<void>;
|
|
75
75
|
/**
|
|
76
|
-
* Gets information about a
|
|
76
|
+
* Gets information about a Redis Enterprise cluster
|
|
77
77
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
78
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
79
79
|
* @param options The options parameters.
|
|
80
80
|
*/
|
|
81
81
|
get(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseGetOptionalParams): Promise<RedisEnterpriseGetResponse>;
|
|
82
82
|
/**
|
|
83
|
-
* Lists all
|
|
83
|
+
* Lists all Redis Enterprise clusters in a resource group.
|
|
84
84
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
85
85
|
* @param options The options parameters.
|
|
86
86
|
*/
|
|
87
87
|
private _listByResourceGroup;
|
|
88
88
|
/**
|
|
89
|
-
*
|
|
89
|
+
* Lists all Redis Enterprise clusters in the specified subscription.
|
|
90
90
|
* @param options The options parameters.
|
|
91
91
|
*/
|
|
92
92
|
private _list;
|
|
@@ -23,7 +23,7 @@ export class RedisEnterpriseImpl {
|
|
|
23
23
|
this.client = client;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
|
-
* Lists all
|
|
26
|
+
* Lists all Redis Enterprise clusters in a resource group.
|
|
27
27
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
28
|
* @param options The options parameters.
|
|
29
29
|
*/
|
|
@@ -85,7 +85,7 @@ export class RedisEnterpriseImpl {
|
|
|
85
85
|
});
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
*
|
|
88
|
+
* Lists all Redis Enterprise clusters in the specified subscription.
|
|
89
89
|
* @param options The options parameters.
|
|
90
90
|
*/
|
|
91
91
|
list(options) {
|
|
@@ -149,7 +149,7 @@ export class RedisEnterpriseImpl {
|
|
|
149
149
|
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
150
150
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
151
151
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
152
|
-
* @param parameters Parameters supplied to the Create
|
|
152
|
+
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
153
153
|
* @param options The options parameters.
|
|
154
154
|
*/
|
|
155
155
|
beginCreate(resourceGroupName, clusterName, parameters, options) {
|
|
@@ -194,7 +194,7 @@ export class RedisEnterpriseImpl {
|
|
|
194
194
|
* Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster
|
|
195
195
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
196
196
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
197
|
-
* @param parameters Parameters supplied to the Create
|
|
197
|
+
* @param parameters Parameters supplied to the Create Redis Enterprise operation.
|
|
198
198
|
* @param options The options parameters.
|
|
199
199
|
*/
|
|
200
200
|
beginCreateAndWait(resourceGroupName, clusterName, parameters, options) {
|
|
@@ -204,10 +204,10 @@ export class RedisEnterpriseImpl {
|
|
|
204
204
|
});
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
|
-
* Updates an existing
|
|
207
|
+
* Updates an existing Redis Enterprise cluster
|
|
208
208
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
209
209
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
210
|
-
* @param parameters Parameters supplied to the Update
|
|
210
|
+
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
211
211
|
* @param options The options parameters.
|
|
212
212
|
*/
|
|
213
213
|
beginUpdate(resourceGroupName, clusterName, parameters, options) {
|
|
@@ -249,10 +249,10 @@ export class RedisEnterpriseImpl {
|
|
|
249
249
|
});
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
|
-
* Updates an existing
|
|
252
|
+
* Updates an existing Redis Enterprise cluster
|
|
253
253
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
254
254
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
255
|
-
* @param parameters Parameters supplied to the Update
|
|
255
|
+
* @param parameters Parameters supplied to the Update Redis Enterprise operation.
|
|
256
256
|
* @param options The options parameters.
|
|
257
257
|
*/
|
|
258
258
|
beginUpdateAndWait(resourceGroupName, clusterName, parameters, options) {
|
|
@@ -262,7 +262,7 @@ export class RedisEnterpriseImpl {
|
|
|
262
262
|
});
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
265
|
-
* Deletes a
|
|
265
|
+
* Deletes a Redis Enterprise cache cluster.
|
|
266
266
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
267
267
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
268
268
|
* @param options The options parameters.
|
|
@@ -306,7 +306,7 @@ export class RedisEnterpriseImpl {
|
|
|
306
306
|
});
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
|
-
* Deletes a
|
|
309
|
+
* Deletes a Redis Enterprise cache cluster.
|
|
310
310
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
311
311
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
312
312
|
* @param options The options parameters.
|
|
@@ -318,7 +318,7 @@ export class RedisEnterpriseImpl {
|
|
|
318
318
|
});
|
|
319
319
|
}
|
|
320
320
|
/**
|
|
321
|
-
* Gets information about a
|
|
321
|
+
* Gets information about a Redis Enterprise cluster
|
|
322
322
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
323
323
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
324
324
|
* @param options The options parameters.
|
|
@@ -327,7 +327,7 @@ export class RedisEnterpriseImpl {
|
|
|
327
327
|
return this.client.sendOperationRequest({ resourceGroupName, clusterName, options }, getOperationSpec);
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* Lists all
|
|
330
|
+
* Lists all Redis Enterprise clusters in a resource group.
|
|
331
331
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
332
332
|
* @param options The options parameters.
|
|
333
333
|
*/
|
|
@@ -335,7 +335,7 @@ export class RedisEnterpriseImpl {
|
|
|
335
335
|
return this.client.sendOperationRequest({ resourceGroupName, options }, listByResourceGroupOperationSpec);
|
|
336
336
|
}
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
338
|
+
* Lists all Redis Enterprise clusters in the specified subscription.
|
|
339
339
|
* @param options The options parameters.
|
|
340
340
|
*/
|
|
341
341
|
_list(options) {
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { AccessPolicyAssignment, AccessPolicyAssignmentListOptionalParams, AccessPolicyAssignmentCreateUpdateOptionalParams, AccessPolicyAssignmentCreateUpdateResponse, AccessPolicyAssignmentGetOptionalParams, AccessPolicyAssignmentGetResponse, AccessPolicyAssignmentDeleteOptionalParams, AccessPolicyAssignmentDeleteResponse } from "../models";
|
|
4
|
+
/** Interface representing a AccessPolicyAssignmentOperations. */
|
|
5
|
+
export interface AccessPolicyAssignmentOperations {
|
|
6
|
+
/**
|
|
7
|
+
* Gets all access policy assignments..
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param clusterName The name of the Redis Enterprise cluster.
|
|
10
|
+
* @param databaseName The name of the Redis Enterprise database.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
list(resourceGroupName: string, clusterName: string, databaseName: string, options?: AccessPolicyAssignmentListOptionalParams): PagedAsyncIterableIterator<AccessPolicyAssignment>;
|
|
14
|
+
/**
|
|
15
|
+
* Creates/Updates a particular access policy assignment for a database
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param clusterName The name of the Redis Enterprise cluster.
|
|
18
|
+
* @param databaseName The name of the Redis Enterprise database.
|
|
19
|
+
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
20
|
+
* assignment.
|
|
21
|
+
* @param parameters Parameters supplied to the create access policy assignment for database.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
beginCreateUpdate(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentCreateUpdateResponse>, AccessPolicyAssignmentCreateUpdateResponse>>;
|
|
25
|
+
/**
|
|
26
|
+
* Creates/Updates a particular access policy assignment for a database
|
|
27
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
+
* @param clusterName The name of the Redis Enterprise cluster.
|
|
29
|
+
* @param databaseName The name of the Redis Enterprise database.
|
|
30
|
+
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
31
|
+
* assignment.
|
|
32
|
+
* @param parameters Parameters supplied to the create access policy assignment for database.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
beginCreateUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, parameters: AccessPolicyAssignment, options?: AccessPolicyAssignmentCreateUpdateOptionalParams): Promise<AccessPolicyAssignmentCreateUpdateResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Gets information about access policy assignment for database.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param clusterName The name of the Redis Enterprise cluster.
|
|
40
|
+
* @param databaseName The name of the Redis Enterprise database.
|
|
41
|
+
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
42
|
+
* assignment.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
get(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentGetOptionalParams): Promise<AccessPolicyAssignmentGetResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* Deletes a single access policy assignment.
|
|
48
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
49
|
+
* @param clusterName The name of the Redis Enterprise cluster.
|
|
50
|
+
* @param databaseName The name of the Redis Enterprise database.
|
|
51
|
+
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
52
|
+
* assignment.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
beginDelete(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AccessPolicyAssignmentDeleteResponse>, AccessPolicyAssignmentDeleteResponse>>;
|
|
56
|
+
/**
|
|
57
|
+
* Deletes a single access policy assignment.
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
+
* @param clusterName The name of the Redis Enterprise cluster.
|
|
60
|
+
* @param databaseName The name of the Redis Enterprise database.
|
|
61
|
+
* @param accessPolicyAssignmentName The name of the Redis Enterprise database access policy
|
|
62
|
+
* assignment.
|
|
63
|
+
* @param options The options parameters.
|
|
64
|
+
*/
|
|
65
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, accessPolicyAssignmentName: string, options?: AccessPolicyAssignmentDeleteOptionalParams): Promise<AccessPolicyAssignmentDeleteResponse>;
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=accessPolicyAssignmentOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessPolicyAssignmentOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/accessPolicyAssignmentOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,sBAAsB,EACtB,wCAAwC,EACxC,gDAAgD,EAChD,0CAA0C,EAC1C,uCAAuC,EACvC,iCAAiC,EACjC,0CAA0C,EAC1C,oCAAoC,EACrC,MAAM,WAAW,CAAC;AAGnB,iEAAiE;AACjE,MAAM,WAAW,gCAAgC;IAC/C;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;;;;;;;OASG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0CAA0C,CAAC,EAC1D,0CAA0C,CAC3C,CACF,CAAC;IACF;;;;;;;;;OASG;IACH,wBAAwB,CACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;;;OAQG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;;;OAQG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,YAAY,EAAE,MAAM,EACpB,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=accessPolicyAssignmentOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accessPolicyAssignmentOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/accessPolicyAssignmentOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
|
@@ -4,7 +4,7 @@ import { Database, DatabasesListByClusterOptionalParams, DatabasesCreateOptional
|
|
|
4
4
|
/** Interface representing a Databases. */
|
|
5
5
|
export interface Databases {
|
|
6
6
|
/**
|
|
7
|
-
* Gets all databases in the specified
|
|
7
|
+
* Gets all databases in the specified Redis Enterprise cluster.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
9
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
10
10
|
* @param options The options parameters.
|
|
@@ -47,7 +47,7 @@ export interface Databases {
|
|
|
47
47
|
*/
|
|
48
48
|
beginUpdateAndWait(resourceGroupName: string, clusterName: string, databaseName: string, parameters: DatabaseUpdate, options?: DatabasesUpdateOptionalParams): Promise<DatabasesUpdateResponse>;
|
|
49
49
|
/**
|
|
50
|
-
* Gets information about a database in a
|
|
50
|
+
* Gets information about a database in a Redis Enterprise cluster.
|
|
51
51
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
52
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
53
53
|
* @param databaseName The name of the Redis Enterprise database.
|
|
@@ -71,7 +71,7 @@ export interface Databases {
|
|
|
71
71
|
*/
|
|
72
72
|
beginDeleteAndWait(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
73
73
|
/**
|
|
74
|
-
* Retrieves the access keys for the
|
|
74
|
+
* Retrieves the access keys for the Redis Enterprise database.
|
|
75
75
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
76
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
77
77
|
* @param databaseName The name of the Redis Enterprise database.
|
|
@@ -79,7 +79,7 @@ export interface Databases {
|
|
|
79
79
|
*/
|
|
80
80
|
listKeys(resourceGroupName: string, clusterName: string, databaseName: string, options?: DatabasesListKeysOptionalParams): Promise<DatabasesListKeysResponse>;
|
|
81
81
|
/**
|
|
82
|
-
* Regenerates the
|
|
82
|
+
* Regenerates the Redis Enterprise database's access keys.
|
|
83
83
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
84
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
85
85
|
* @param databaseName The name of the Redis Enterprise database.
|
|
@@ -88,7 +88,7 @@ export interface Databases {
|
|
|
88
88
|
*/
|
|
89
89
|
beginRegenerateKey(resourceGroupName: string, clusterName: string, databaseName: string, parameters: RegenerateKeyParameters, options?: DatabasesRegenerateKeyOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesRegenerateKeyResponse>, DatabasesRegenerateKeyResponse>>;
|
|
90
90
|
/**
|
|
91
|
-
* Regenerates the
|
|
91
|
+
* Regenerates the Redis Enterprise database's access keys.
|
|
92
92
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
93
93
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
94
94
|
* @param databaseName The name of the Redis Enterprise database.
|
|
@@ -2,6 +2,7 @@ export * from "./operations";
|
|
|
2
2
|
export * from "./operationsStatus";
|
|
3
3
|
export * from "./redisEnterprise";
|
|
4
4
|
export * from "./databases";
|
|
5
|
+
export * from "./accessPolicyAssignmentOperations";
|
|
5
6
|
export * from "./privateEndpointConnections";
|
|
6
7
|
export * from "./privateLinkResources";
|
|
7
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC"}
|
|
@@ -9,6 +9,7 @@ export * from "./operations";
|
|
|
9
9
|
export * from "./operationsStatus";
|
|
10
10
|
export * from "./redisEnterprise";
|
|
11
11
|
export * from "./databases";
|
|
12
|
+
export * from "./accessPolicyAssignmentOperations";
|
|
12
13
|
export * from "./privateEndpointConnections";
|
|
13
14
|
export * from "./privateLinkResources";
|
|
14
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,oCAAoC,CAAC;AACnD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC"}
|
|
@@ -4,14 +4,14 @@ import { PrivateEndpointConnection, PrivateEndpointConnectionsListOptionalParams
|
|
|
4
4
|
/** Interface representing a PrivateEndpointConnections. */
|
|
5
5
|
export interface PrivateEndpointConnections {
|
|
6
6
|
/**
|
|
7
|
-
* Lists all the private endpoint connections associated with the
|
|
7
|
+
* Lists all the private endpoint connections associated with the Redis Enterprise cluster.
|
|
8
8
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
9
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
10
10
|
* @param options The options parameters.
|
|
11
11
|
*/
|
|
12
12
|
list(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
13
13
|
/**
|
|
14
|
-
* Gets the specified private endpoint connection associated with the
|
|
14
|
+
* Gets the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
15
15
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
16
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
17
17
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -20,7 +20,7 @@ export interface PrivateEndpointConnections {
|
|
|
20
20
|
*/
|
|
21
21
|
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
22
22
|
/**
|
|
23
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
23
|
+
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
24
24
|
* cluster.
|
|
25
25
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
26
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
@@ -31,7 +31,7 @@ export interface PrivateEndpointConnections {
|
|
|
31
31
|
*/
|
|
32
32
|
beginPut(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsPutResponse>, PrivateEndpointConnectionsPutResponse>>;
|
|
33
33
|
/**
|
|
34
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
34
|
+
* Updates the state of the specified private endpoint connection associated with the Redis Enterprise
|
|
35
35
|
* cluster.
|
|
36
36
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
37
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
@@ -42,7 +42,7 @@ export interface PrivateEndpointConnections {
|
|
|
42
42
|
*/
|
|
43
43
|
beginPutAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
44
44
|
/**
|
|
45
|
-
* Deletes the specified private endpoint connection associated with the
|
|
45
|
+
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
46
46
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
47
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
48
48
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -51,7 +51,7 @@ export interface PrivateEndpointConnections {
|
|
|
51
51
|
*/
|
|
52
52
|
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
53
53
|
/**
|
|
54
|
-
* Deletes the specified private endpoint connection associated with the
|
|
54
|
+
* Deletes the specified private endpoint connection associated with the Redis Enterprise cluster.
|
|
55
55
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
56
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
57
57
|
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
|
@@ -3,7 +3,7 @@ import { PrivateLinkResource, PrivateLinkResourcesListByClusterOptionalParams }
|
|
|
3
3
|
/** Interface representing a PrivateLinkResources. */
|
|
4
4
|
export interface PrivateLinkResources {
|
|
5
5
|
/**
|
|
6
|
-
* Gets the private link resources that need to be created for a
|
|
6
|
+
* Gets the private link resources that need to be created for a Redis Enterprise cluster.
|
|
7
7
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
8
|
* @param clusterName The name of the Redis Enterprise cluster.
|
|
9
9
|
* @param options The options parameters.
|