@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
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { RedisEnterpriseManagementClientContext } from "../redisEnterpriseManagementClientContext";
|
|
4
|
-
/** Class representing a OperationsStatus. */
|
|
5
|
-
export declare class OperationsStatus {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a OperationsStatus.
|
|
9
|
-
* @param {RedisEnterpriseManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: RedisEnterpriseManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the status of operation.
|
|
14
|
-
* @param location The region the operation is in.
|
|
15
|
-
* @param operationId The operation's unique identifier.
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.OperationsStatusGetResponse>
|
|
18
|
-
*/
|
|
19
|
-
get(location: string, operationId: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsStatusGetResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param location The region the operation is in.
|
|
22
|
-
* @param operationId The operation's unique identifier.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
get(location: string, operationId: string, callback: msRest.ServiceCallback<Models.OperationStatus>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param location The region the operation is in.
|
|
28
|
-
* @param operationId The operation's unique identifier.
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
get(location: string, operationId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationStatus>): void;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=operationsStatus.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationsStatus.d.ts","sourceRoot":"","sources":["../../src/operations/operationsStatus.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,sCAAsC,EAAE,MAAM,2CAA2C,CAAC;AAEnG,6CAA6C;AAC7C,qBAAa,gBAAgB;IAC3B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;;;;OAMG;IACH,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,2BAA2B,CAAC;IAC5H;;;;OAIG;IACH,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;IAC1G;;;;;OAKG;IACH,GAAG,CAAC,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,IAAI;CAW/I"}
|
|
@@ -1,57 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/operationsStatusMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a OperationsStatus. */
|
|
13
|
-
var OperationsStatus = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a OperationsStatus.
|
|
16
|
-
* @param {RedisEnterpriseManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function OperationsStatus(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
OperationsStatus.prototype.get = function (location, operationId, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
location: location,
|
|
24
|
-
operationId: operationId,
|
|
25
|
-
options: options
|
|
26
|
-
}, getOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
return OperationsStatus;
|
|
29
|
-
}());
|
|
30
|
-
export { OperationsStatus };
|
|
31
|
-
// Operation Specifications
|
|
32
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
33
|
-
var getOperationSpec = {
|
|
34
|
-
httpMethod: "GET",
|
|
35
|
-
path: "subscriptions/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}",
|
|
36
|
-
urlParameters: [
|
|
37
|
-
Parameters.location,
|
|
38
|
-
Parameters.operationId,
|
|
39
|
-
Parameters.subscriptionId
|
|
40
|
-
],
|
|
41
|
-
queryParameters: [
|
|
42
|
-
Parameters.apiVersion
|
|
43
|
-
],
|
|
44
|
-
headerParameters: [
|
|
45
|
-
Parameters.acceptLanguage
|
|
46
|
-
],
|
|
47
|
-
responses: {
|
|
48
|
-
200: {
|
|
49
|
-
bodyMapper: Mappers.OperationStatus
|
|
50
|
-
},
|
|
51
|
-
default: {
|
|
52
|
-
bodyMapper: Mappers.ErrorResponse
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
serializer: serializer
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=operationsStatus.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operationsStatus.js","sourceRoot":"","sources":["../../src/operations/operationsStatus.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,mCAAmC,CAAC;AAC7D,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,6CAA6C;AAC7C;IAGE;;;OAGG;IACH,0BAAY,MAA8C;QACxD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,8BAAG,GAAH,UAAI,QAAgB,EAAE,WAAmB,EAAE,OAAoF,EAAE,QAAyD;QACxL,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,QAAQ,UAAA;YACR,WAAW,aAAA;YACX,OAAO,SAAA;SACR,EACD,gBAAgB,EAChB,QAAQ,CAAgD,CAAC;IAC7D,CAAC;IACH,uBAAC;AAAD,CAAC,AA1CD,IA0CC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,gBAAgB,GAAyB;IAC7C,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,8GAA8G;IACpH,aAAa,EAAE;QACb,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
|
3
|
-
import * as Models from "../models";
|
|
4
|
-
import { RedisEnterpriseManagementClientContext } from "../redisEnterpriseManagementClientContext";
|
|
5
|
-
/** Class representing a PrivateEndpointConnections. */
|
|
6
|
-
export declare class PrivateEndpointConnections {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Create a PrivateEndpointConnections.
|
|
10
|
-
* @param {RedisEnterpriseManagementClientContext} client Reference to the service client.
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: RedisEnterpriseManagementClientContext);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all the private endpoint connections associated with the RedisEnterprise cluster.
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
17
|
-
* @param [options] The optional parameters
|
|
18
|
-
* @returns Promise<Models.PrivateEndpointConnectionsListResponse>
|
|
19
|
-
*/
|
|
20
|
-
list(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsListResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
23
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
24
|
-
* @param callback The callback
|
|
25
|
-
*/
|
|
26
|
-
list(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
|
|
27
|
-
/**
|
|
28
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
29
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
30
|
-
* @param options The optional parameters
|
|
31
|
-
* @param callback The callback
|
|
32
|
-
*/
|
|
33
|
-
list(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
|
|
34
|
-
/**
|
|
35
|
-
* Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
|
|
36
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
37
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
38
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
39
|
-
* the Azure resource
|
|
40
|
-
* @param [options] The optional parameters
|
|
41
|
-
* @returns Promise<Models.PrivateEndpointConnectionsGetResponse>
|
|
42
|
-
*/
|
|
43
|
-
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsGetResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
46
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
47
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
48
|
-
* the Azure resource
|
|
49
|
-
* @param callback The callback
|
|
50
|
-
*/
|
|
51
|
-
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
52
|
-
/**
|
|
53
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
54
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
55
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
56
|
-
* the Azure resource
|
|
57
|
-
* @param options The optional parameters
|
|
58
|
-
* @param callback The callback
|
|
59
|
-
*/
|
|
60
|
-
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
|
|
61
|
-
/**
|
|
62
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
63
|
-
* RedisEnterprise cluster.
|
|
64
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
65
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
66
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
67
|
-
* the Azure resource
|
|
68
|
-
* @param properties The private endpoint connection properties.
|
|
69
|
-
* @param [options] The optional parameters
|
|
70
|
-
* @returns Promise<Models.PrivateEndpointConnectionsPutResponse>
|
|
71
|
-
*/
|
|
72
|
-
put(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<Models.PrivateEndpointConnectionsPutResponse>;
|
|
73
|
-
/**
|
|
74
|
-
* Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.
|
|
75
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
77
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
78
|
-
* the Azure resource
|
|
79
|
-
* @param [options] The optional parameters
|
|
80
|
-
* @returns Promise<msRest.RestResponse>
|
|
81
|
-
*/
|
|
82
|
-
deleteMethod(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
|
83
|
-
/**
|
|
84
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
85
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
86
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
87
|
-
* the Azure resource
|
|
88
|
-
* @param callback The callback
|
|
89
|
-
*/
|
|
90
|
-
deleteMethod(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<void>): void;
|
|
91
|
-
/**
|
|
92
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
93
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
94
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
95
|
-
* the Azure resource
|
|
96
|
-
* @param options The optional parameters
|
|
97
|
-
* @param callback The callback
|
|
98
|
-
*/
|
|
99
|
-
deleteMethod(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
|
100
|
-
/**
|
|
101
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
102
|
-
* RedisEnterprise cluster.
|
|
103
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
104
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
105
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
106
|
-
* the Azure resource
|
|
107
|
-
* @param properties The private endpoint connection properties.
|
|
108
|
-
* @param [options] The optional parameters
|
|
109
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
110
|
-
*/
|
|
111
|
-
beginPut(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, properties: Models.PrivateEndpointConnection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
|
|
112
|
-
}
|
|
113
|
-
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,187 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import { __assign } from "tslib";
|
|
10
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
11
|
-
import * as Mappers from "../models/privateEndpointConnectionsMappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/** Class representing a PrivateEndpointConnections. */
|
|
14
|
-
var PrivateEndpointConnections = /** @class */ (function () {
|
|
15
|
-
/**
|
|
16
|
-
* Create a PrivateEndpointConnections.
|
|
17
|
-
* @param {RedisEnterpriseManagementClientContext} client Reference to the service client.
|
|
18
|
-
*/
|
|
19
|
-
function PrivateEndpointConnections(client) {
|
|
20
|
-
this.client = client;
|
|
21
|
-
}
|
|
22
|
-
PrivateEndpointConnections.prototype.list = function (resourceGroupName, clusterName, options, callback) {
|
|
23
|
-
return this.client.sendOperationRequest({
|
|
24
|
-
resourceGroupName: resourceGroupName,
|
|
25
|
-
clusterName: clusterName,
|
|
26
|
-
options: options
|
|
27
|
-
}, listOperationSpec, callback);
|
|
28
|
-
};
|
|
29
|
-
PrivateEndpointConnections.prototype.get = function (resourceGroupName, clusterName, privateEndpointConnectionName, options, callback) {
|
|
30
|
-
return this.client.sendOperationRequest({
|
|
31
|
-
resourceGroupName: resourceGroupName,
|
|
32
|
-
clusterName: clusterName,
|
|
33
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
34
|
-
options: options
|
|
35
|
-
}, getOperationSpec, callback);
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
39
|
-
* RedisEnterprise cluster.
|
|
40
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
42
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
43
|
-
* the Azure resource
|
|
44
|
-
* @param properties The private endpoint connection properties.
|
|
45
|
-
* @param [options] The optional parameters
|
|
46
|
-
* @returns Promise<Models.PrivateEndpointConnectionsPutResponse>
|
|
47
|
-
*/
|
|
48
|
-
PrivateEndpointConnections.prototype.put = function (resourceGroupName, clusterName, privateEndpointConnectionName, properties, options) {
|
|
49
|
-
return this.beginPut(resourceGroupName, clusterName, privateEndpointConnectionName, properties, options)
|
|
50
|
-
.then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
|
|
51
|
-
};
|
|
52
|
-
PrivateEndpointConnections.prototype.deleteMethod = function (resourceGroupName, clusterName, privateEndpointConnectionName, options, callback) {
|
|
53
|
-
return this.client.sendOperationRequest({
|
|
54
|
-
resourceGroupName: resourceGroupName,
|
|
55
|
-
clusterName: clusterName,
|
|
56
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
57
|
-
options: options
|
|
58
|
-
}, deleteMethodOperationSpec, callback);
|
|
59
|
-
};
|
|
60
|
-
/**
|
|
61
|
-
* Updates the state of the specified private endpoint connection associated with the
|
|
62
|
-
* RedisEnterprise cluster.
|
|
63
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
64
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
65
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection associated with
|
|
66
|
-
* the Azure resource
|
|
67
|
-
* @param properties The private endpoint connection properties.
|
|
68
|
-
* @param [options] The optional parameters
|
|
69
|
-
* @returns Promise<msRestAzure.LROPoller>
|
|
70
|
-
*/
|
|
71
|
-
PrivateEndpointConnections.prototype.beginPut = function (resourceGroupName, clusterName, privateEndpointConnectionName, properties, options) {
|
|
72
|
-
return this.client.sendLRORequest({
|
|
73
|
-
resourceGroupName: resourceGroupName,
|
|
74
|
-
clusterName: clusterName,
|
|
75
|
-
privateEndpointConnectionName: privateEndpointConnectionName,
|
|
76
|
-
properties: properties,
|
|
77
|
-
options: options
|
|
78
|
-
}, beginPutOperationSpec, options);
|
|
79
|
-
};
|
|
80
|
-
return PrivateEndpointConnections;
|
|
81
|
-
}());
|
|
82
|
-
export { PrivateEndpointConnections };
|
|
83
|
-
// Operation Specifications
|
|
84
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
85
|
-
var listOperationSpec = {
|
|
86
|
-
httpMethod: "GET",
|
|
87
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections",
|
|
88
|
-
urlParameters: [
|
|
89
|
-
Parameters.resourceGroupName,
|
|
90
|
-
Parameters.clusterName,
|
|
91
|
-
Parameters.subscriptionId
|
|
92
|
-
],
|
|
93
|
-
queryParameters: [
|
|
94
|
-
Parameters.apiVersion
|
|
95
|
-
],
|
|
96
|
-
headerParameters: [
|
|
97
|
-
Parameters.acceptLanguage
|
|
98
|
-
],
|
|
99
|
-
responses: {
|
|
100
|
-
200: {
|
|
101
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResult
|
|
102
|
-
},
|
|
103
|
-
default: {
|
|
104
|
-
bodyMapper: Mappers.ErrorResponse
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
serializer: serializer
|
|
108
|
-
};
|
|
109
|
-
var getOperationSpec = {
|
|
110
|
-
httpMethod: "GET",
|
|
111
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
112
|
-
urlParameters: [
|
|
113
|
-
Parameters.resourceGroupName,
|
|
114
|
-
Parameters.clusterName,
|
|
115
|
-
Parameters.privateEndpointConnectionName,
|
|
116
|
-
Parameters.subscriptionId
|
|
117
|
-
],
|
|
118
|
-
queryParameters: [
|
|
119
|
-
Parameters.apiVersion
|
|
120
|
-
],
|
|
121
|
-
headerParameters: [
|
|
122
|
-
Parameters.acceptLanguage
|
|
123
|
-
],
|
|
124
|
-
responses: {
|
|
125
|
-
200: {
|
|
126
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
127
|
-
},
|
|
128
|
-
default: {
|
|
129
|
-
bodyMapper: Mappers.ErrorResponse
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
serializer: serializer
|
|
133
|
-
};
|
|
134
|
-
var deleteMethodOperationSpec = {
|
|
135
|
-
httpMethod: "DELETE",
|
|
136
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
137
|
-
urlParameters: [
|
|
138
|
-
Parameters.resourceGroupName,
|
|
139
|
-
Parameters.clusterName,
|
|
140
|
-
Parameters.subscriptionId,
|
|
141
|
-
Parameters.privateEndpointConnectionName
|
|
142
|
-
],
|
|
143
|
-
queryParameters: [
|
|
144
|
-
Parameters.apiVersion
|
|
145
|
-
],
|
|
146
|
-
headerParameters: [
|
|
147
|
-
Parameters.acceptLanguage
|
|
148
|
-
],
|
|
149
|
-
responses: {
|
|
150
|
-
200: {},
|
|
151
|
-
204: {},
|
|
152
|
-
default: {
|
|
153
|
-
bodyMapper: Mappers.ErrorResponse
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
serializer: serializer
|
|
157
|
-
};
|
|
158
|
-
var beginPutOperationSpec = {
|
|
159
|
-
httpMethod: "PUT",
|
|
160
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
161
|
-
urlParameters: [
|
|
162
|
-
Parameters.resourceGroupName,
|
|
163
|
-
Parameters.clusterName,
|
|
164
|
-
Parameters.subscriptionId,
|
|
165
|
-
Parameters.privateEndpointConnectionName
|
|
166
|
-
],
|
|
167
|
-
queryParameters: [
|
|
168
|
-
Parameters.apiVersion
|
|
169
|
-
],
|
|
170
|
-
headerParameters: [
|
|
171
|
-
Parameters.acceptLanguage
|
|
172
|
-
],
|
|
173
|
-
requestBody: {
|
|
174
|
-
parameterPath: "properties",
|
|
175
|
-
mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
|
|
176
|
-
},
|
|
177
|
-
responses: {
|
|
178
|
-
201: {
|
|
179
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
180
|
-
},
|
|
181
|
-
default: {
|
|
182
|
-
bodyMapper: Mappers.ErrorResponse
|
|
183
|
-
}
|
|
184
|
-
},
|
|
185
|
-
serializer: serializer
|
|
186
|
-
};
|
|
187
|
-
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
2
|
-
import * as Models from "../models";
|
|
3
|
-
import { RedisEnterpriseManagementClientContext } from "../redisEnterpriseManagementClientContext";
|
|
4
|
-
/** Class representing a PrivateLinkResources. */
|
|
5
|
-
export declare class PrivateLinkResources {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Create a PrivateLinkResources.
|
|
9
|
-
* @param {RedisEnterpriseManagementClientContext} client Reference to the service client.
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: RedisEnterpriseManagementClientContext);
|
|
12
|
-
/**
|
|
13
|
-
* Gets the private link resources that need to be created for a RedisEnterprise cluster.
|
|
14
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
16
|
-
* @param [options] The optional parameters
|
|
17
|
-
* @returns Promise<Models.PrivateLinkResourcesListByClusterResponse>
|
|
18
|
-
*/
|
|
19
|
-
listByCluster(resourceGroupName: string, clusterName: string, options?: msRest.RequestOptionsBase): Promise<Models.PrivateLinkResourcesListByClusterResponse>;
|
|
20
|
-
/**
|
|
21
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
22
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
23
|
-
* @param callback The callback
|
|
24
|
-
*/
|
|
25
|
-
listByCluster(resourceGroupName: string, clusterName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
|
|
26
|
-
/**
|
|
27
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param clusterName The name of the RedisEnterprise cluster.
|
|
29
|
-
* @param options The optional parameters
|
|
30
|
-
* @param callback The callback
|
|
31
|
-
*/
|
|
32
|
-
listByCluster(resourceGroupName: string, clusterName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
|
|
33
|
-
}
|
|
34
|
-
//# sourceMappingURL=privateLinkResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,sCAAsC,EAAE,MAAM,2CAA2C,CAAC;AAEnG,iDAAiD;AACjD,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAyC;IAEhE;;;OAGG;gBACS,MAAM,EAAE,sCAAsC;IAI1D;;;;;;OAMG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,yCAAyC,CAAC;IAC7J;;;;OAIG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;IAC3I;;;;;OAKG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,6BAA6B,CAAC,GAAG,IAAI;CAWhL"}
|
|
@@ -1,57 +0,0 @@
|
|
|
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
|
|
7
|
-
* regenerated.
|
|
8
|
-
*/
|
|
9
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
10
|
-
import * as Mappers from "../models/privateLinkResourcesMappers";
|
|
11
|
-
import * as Parameters from "../models/parameters";
|
|
12
|
-
/** Class representing a PrivateLinkResources. */
|
|
13
|
-
var PrivateLinkResources = /** @class */ (function () {
|
|
14
|
-
/**
|
|
15
|
-
* Create a PrivateLinkResources.
|
|
16
|
-
* @param {RedisEnterpriseManagementClientContext} client Reference to the service client.
|
|
17
|
-
*/
|
|
18
|
-
function PrivateLinkResources(client) {
|
|
19
|
-
this.client = client;
|
|
20
|
-
}
|
|
21
|
-
PrivateLinkResources.prototype.listByCluster = function (resourceGroupName, clusterName, options, callback) {
|
|
22
|
-
return this.client.sendOperationRequest({
|
|
23
|
-
resourceGroupName: resourceGroupName,
|
|
24
|
-
clusterName: clusterName,
|
|
25
|
-
options: options
|
|
26
|
-
}, listByClusterOperationSpec, callback);
|
|
27
|
-
};
|
|
28
|
-
return PrivateLinkResources;
|
|
29
|
-
}());
|
|
30
|
-
export { PrivateLinkResources };
|
|
31
|
-
// Operation Specifications
|
|
32
|
-
var serializer = new msRest.Serializer(Mappers);
|
|
33
|
-
var listByClusterOperationSpec = {
|
|
34
|
-
httpMethod: "GET",
|
|
35
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateLinkResources",
|
|
36
|
-
urlParameters: [
|
|
37
|
-
Parameters.resourceGroupName,
|
|
38
|
-
Parameters.clusterName,
|
|
39
|
-
Parameters.subscriptionId
|
|
40
|
-
],
|
|
41
|
-
queryParameters: [
|
|
42
|
-
Parameters.apiVersion
|
|
43
|
-
],
|
|
44
|
-
headerParameters: [
|
|
45
|
-
Parameters.acceptLanguage
|
|
46
|
-
],
|
|
47
|
-
responses: {
|
|
48
|
-
200: {
|
|
49
|
-
bodyMapper: Mappers.PrivateLinkResourceListResult
|
|
50
|
-
},
|
|
51
|
-
default: {
|
|
52
|
-
bodyMapper: Mappers.ErrorResponse
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
serializer: serializer
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,uCAAuC,CAAC;AACjE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,iDAAiD;AACjD;IAGE;;;OAGG;IACH,8BAAY,MAA8C;QACxD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAuBD,4CAAa,GAAb,UAAc,iBAAyB,EAAE,WAAmB,EAAE,OAAkG,EAAE,QAAuE;QACvO,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,WAAW,aAAA;YACX,OAAO,SAAA;SACR,EACD,0BAA0B,EAC1B,QAAQ,CAA8D,CAAC;IAC3E,CAAC;IACH,2BAAC;AAAD,CAAC,AA1CD,IA0CC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,0BAA0B,GAAyB;IACvD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,gJAAgJ;IACtJ,aAAa,EAAE;QACb,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,cAAc;KAC1B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;KAC1B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
|