@azure/arm-timeseriesinsights 2.0.0-alpha.20220413.1 → 2.1.0-alpha.20220506.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/README.md +12 -1
- package/dist/index.js +650 -62
- 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/accessPoliciesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js +37 -0
- package/dist-esm/samples-dev/accessPoliciesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/accessPoliciesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPoliciesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesGetSample.js +32 -0
- package/dist-esm/samples-dev/accessPoliciesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js +31 -0
- package/dist-esm/samples-dev/accessPoliciesListByEnvironmentSample.js.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.js +35 -0
- package/dist-esm/samples-dev/accessPoliciesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js +38 -0
- package/dist-esm/samples-dev/environmentsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/environmentsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/environmentsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/environmentsDeleteSample.js +31 -0
- package/dist-esm/samples-dev/environmentsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/environmentsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/environmentsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/environmentsGetSample.js +31 -0
- package/dist-esm/samples-dev/environmentsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js +30 -0
- package/dist-esm/samples-dev/environmentsListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js +29 -0
- package/dist-esm/samples-dev/environmentsListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/environmentsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/environmentsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/environmentsUpdateSample.js +35 -0
- package/dist-esm/samples-dev/environmentsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js +80 -0
- package/dist-esm/samples-dev/eventSourcesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/eventSourcesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/eventSourcesDeleteSample.js +32 -0
- package/dist-esm/samples-dev/eventSourcesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/eventSourcesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/eventSourcesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/eventSourcesGetSample.js +32 -0
- package/dist-esm/samples-dev/eventSourcesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts +2 -0
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js +31 -0
- package/dist-esm/samples-dev/eventSourcesListByEnvironmentSample.js.map +1 -0
- package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/eventSourcesUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/eventSourcesUpdateSample.js +36 -0
- package/dist-esm/samples-dev/eventSourcesUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +43 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +38 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +32 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js +31 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByEnvironmentSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +45 -0
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js +39 -0
- package/dist-esm/samples-dev/referenceDataSetsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js +32 -0
- package/dist-esm/samples-dev/referenceDataSetsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/referenceDataSetsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsGetSample.js +32 -0
- package/dist-esm/samples-dev/referenceDataSetsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts +2 -0
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js +31 -0
- package/dist-esm/samples-dev/referenceDataSetsListByEnvironmentSample.js.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js +35 -0
- package/dist-esm/samples-dev/referenceDataSetsUpdateSample.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +152 -4
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +21 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +201 -0
- 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 +16 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/environments.d.ts.map +1 -1
- package/dist-esm/src/operations/environments.js +6 -2
- package/dist-esm/src/operations/environments.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +52 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +177 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +32 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +101 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +14 -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/timeSeriesInsightsClient.d.ts +3 -1
- package/dist-esm/src/timeSeriesInsightsClient.d.ts.map +1 -1
- package/dist-esm/src/timeSeriesInsightsClient.js +24 -4
- package/dist-esm/src/timeSeriesInsightsClient.js.map +1 -1
- package/package.json +20 -12
- package/review/arm-timeseriesinsights.api.md +131 -0
- package/rollup.config.js +6 -72
- package/src/models/index.ts +173 -4
- package/src/models/mappers.ts +224 -0
- package/src/models/parameters.ts +19 -2
- package/src/operations/environments.ts +6 -2
- package/src/operations/index.ts +2 -0
- package/src/operations/privateEndpointConnections.ts +234 -0
- package/src/operations/privateLinkResources.ts +137 -0
- package/src/operationsInterfaces/index.ts +2 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +81 -0
- package/src/operationsInterfaces/privateLinkResources.ts +30 -0
- package/src/timeSeriesInsightsClient.ts +38 -5
- package/tsconfig.json +19 -5
- package/types/arm-timeseriesinsights.d.ts +230 -4
- package/types/tsdoc-metadata.json +1 -1
- package/LICENSE.txt +0 -21
@@ -0,0 +1,52 @@
|
|
1
|
+
import { PrivateEndpointConnections } from "../operationsInterfaces";
|
2
|
+
import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient";
|
3
|
+
import { PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsCreateOrUpdateResponse, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByEnvironmentOptionalParams, PrivateEndpointConnectionsListByEnvironmentResponse } from "../models";
|
4
|
+
/** Class containing PrivateEndpointConnections operations. */
|
5
|
+
export declare class PrivateEndpointConnectionsImpl implements PrivateEndpointConnections {
|
6
|
+
private readonly client;
|
7
|
+
/**
|
8
|
+
* Initialize a new instance of the class PrivateEndpointConnections class.
|
9
|
+
* @param client Reference to the service client
|
10
|
+
*/
|
11
|
+
constructor(client: TimeSeriesInsightsClient);
|
12
|
+
/**
|
13
|
+
* Updates a Private Endpoint connection of the environment in the given resource group.
|
14
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
15
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
16
|
+
* specified resource group.
|
17
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
18
|
+
* Azure resource
|
19
|
+
* @param privateEndpointConnection The definition of the private endpoint connection to update.
|
20
|
+
* @param options The options parameters.
|
21
|
+
*/
|
22
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
23
|
+
/**
|
24
|
+
* Gets the details of the private endpoint connection of the environment in the given resource group.
|
25
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
26
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
27
|
+
* specified resource group.
|
28
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
29
|
+
* Azure resource
|
30
|
+
* @param options The options parameters.
|
31
|
+
*/
|
32
|
+
get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
33
|
+
/**
|
34
|
+
* Disconnects the private endpoint connection and deletes it from the environment.
|
35
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
36
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
37
|
+
* specified resource group.
|
38
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
39
|
+
* Azure resource
|
40
|
+
* @param options The options parameters.
|
41
|
+
*/
|
42
|
+
delete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
43
|
+
/**
|
44
|
+
* Gets a list of all private endpoint connections in the given environment.
|
45
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
46
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
47
|
+
* specified resource group.
|
48
|
+
* @param options The options parameters.
|
49
|
+
*/
|
50
|
+
listByEnvironment(resourceGroupName: string, environmentName: string, options?: PrivateEndpointConnectionsListByEnvironmentOptionalParams): Promise<PrivateEndpointConnectionsListByEnvironmentResponse>;
|
51
|
+
}
|
52
|
+
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AAIrE,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EACL,yBAAyB,EACzB,sDAAsD,EACtD,gDAAgD,EAChD,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,yDAAyD,EACzD,mDAAmD,EACpD,MAAM,WAAW,CAAC;AAEnB,8DAA8D;AAC9D,qBAAa,8BACX,YAAW,0BAA0B;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAa5D;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAYjD;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC;IAYhB;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CAAC,mDAAmD,CAAC;CAMhE"}
|
@@ -0,0 +1,177 @@
|
|
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
|
+
import * as coreClient from "@azure/core-client";
|
9
|
+
import * as Mappers from "../models/mappers";
|
10
|
+
import * as Parameters from "../models/parameters";
|
11
|
+
/** Class containing PrivateEndpointConnections operations. */
|
12
|
+
export class PrivateEndpointConnectionsImpl {
|
13
|
+
/**
|
14
|
+
* Initialize a new instance of the class PrivateEndpointConnections class.
|
15
|
+
* @param client Reference to the service client
|
16
|
+
*/
|
17
|
+
constructor(client) {
|
18
|
+
this.client = client;
|
19
|
+
}
|
20
|
+
/**
|
21
|
+
* Updates a Private Endpoint connection of the environment in the given resource group.
|
22
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
23
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
24
|
+
* specified resource group.
|
25
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
26
|
+
* Azure resource
|
27
|
+
* @param privateEndpointConnection The definition of the private endpoint connection to update.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
createOrUpdate(resourceGroupName, environmentName, privateEndpointConnectionName, privateEndpointConnection, options) {
|
31
|
+
return this.client.sendOperationRequest({
|
32
|
+
resourceGroupName,
|
33
|
+
environmentName,
|
34
|
+
privateEndpointConnectionName,
|
35
|
+
privateEndpointConnection,
|
36
|
+
options
|
37
|
+
}, createOrUpdateOperationSpec);
|
38
|
+
}
|
39
|
+
/**
|
40
|
+
* Gets the details of the private endpoint connection of the environment in the given resource group.
|
41
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
42
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
43
|
+
* specified resource group.
|
44
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
45
|
+
* Azure resource
|
46
|
+
* @param options The options parameters.
|
47
|
+
*/
|
48
|
+
get(resourceGroupName, environmentName, privateEndpointConnectionName, options) {
|
49
|
+
return this.client.sendOperationRequest({
|
50
|
+
resourceGroupName,
|
51
|
+
environmentName,
|
52
|
+
privateEndpointConnectionName,
|
53
|
+
options
|
54
|
+
}, getOperationSpec);
|
55
|
+
}
|
56
|
+
/**
|
57
|
+
* Disconnects the private endpoint connection and deletes it from the environment.
|
58
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
59
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
60
|
+
* specified resource group.
|
61
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
62
|
+
* Azure resource
|
63
|
+
* @param options The options parameters.
|
64
|
+
*/
|
65
|
+
delete(resourceGroupName, environmentName, privateEndpointConnectionName, options) {
|
66
|
+
return this.client.sendOperationRequest({
|
67
|
+
resourceGroupName,
|
68
|
+
environmentName,
|
69
|
+
privateEndpointConnectionName,
|
70
|
+
options
|
71
|
+
}, deleteOperationSpec);
|
72
|
+
}
|
73
|
+
/**
|
74
|
+
* Gets a list of all private endpoint connections in the given environment.
|
75
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
76
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
77
|
+
* specified resource group.
|
78
|
+
* @param options The options parameters.
|
79
|
+
*/
|
80
|
+
listByEnvironment(resourceGroupName, environmentName, options) {
|
81
|
+
return this.client.sendOperationRequest({ resourceGroupName, environmentName, options }, listByEnvironmentOperationSpec);
|
82
|
+
}
|
83
|
+
}
|
84
|
+
// Operation Specifications
|
85
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
86
|
+
const createOrUpdateOperationSpec = {
|
87
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
88
|
+
httpMethod: "PUT",
|
89
|
+
responses: {
|
90
|
+
200: {
|
91
|
+
bodyMapper: Mappers.PrivateEndpointConnection
|
92
|
+
},
|
93
|
+
default: {
|
94
|
+
bodyMapper: Mappers.CloudError
|
95
|
+
}
|
96
|
+
},
|
97
|
+
requestBody: Parameters.privateEndpointConnection,
|
98
|
+
queryParameters: [Parameters.apiVersion],
|
99
|
+
urlParameters: [
|
100
|
+
Parameters.$host,
|
101
|
+
Parameters.subscriptionId,
|
102
|
+
Parameters.resourceGroupName,
|
103
|
+
Parameters.environmentName1,
|
104
|
+
Parameters.privateEndpointConnectionName
|
105
|
+
],
|
106
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
107
|
+
mediaType: "json",
|
108
|
+
serializer
|
109
|
+
};
|
110
|
+
const getOperationSpec = {
|
111
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
112
|
+
httpMethod: "GET",
|
113
|
+
responses: {
|
114
|
+
200: {
|
115
|
+
bodyMapper: Mappers.PrivateEndpointConnection
|
116
|
+
},
|
117
|
+
default: {
|
118
|
+
bodyMapper: Mappers.CloudError
|
119
|
+
}
|
120
|
+
},
|
121
|
+
queryParameters: [Parameters.apiVersion],
|
122
|
+
urlParameters: [
|
123
|
+
Parameters.$host,
|
124
|
+
Parameters.subscriptionId,
|
125
|
+
Parameters.resourceGroupName,
|
126
|
+
Parameters.environmentName1,
|
127
|
+
Parameters.privateEndpointConnectionName
|
128
|
+
],
|
129
|
+
headerParameters: [Parameters.accept],
|
130
|
+
serializer
|
131
|
+
};
|
132
|
+
const deleteOperationSpec = {
|
133
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
134
|
+
httpMethod: "DELETE",
|
135
|
+
responses: {
|
136
|
+
200: {},
|
137
|
+
204: {},
|
138
|
+
404: {
|
139
|
+
isError: true
|
140
|
+
},
|
141
|
+
default: {
|
142
|
+
bodyMapper: Mappers.CloudError
|
143
|
+
}
|
144
|
+
},
|
145
|
+
queryParameters: [Parameters.apiVersion],
|
146
|
+
urlParameters: [
|
147
|
+
Parameters.$host,
|
148
|
+
Parameters.subscriptionId,
|
149
|
+
Parameters.resourceGroupName,
|
150
|
+
Parameters.environmentName1,
|
151
|
+
Parameters.privateEndpointConnectionName
|
152
|
+
],
|
153
|
+
headerParameters: [Parameters.accept],
|
154
|
+
serializer
|
155
|
+
};
|
156
|
+
const listByEnvironmentOperationSpec = {
|
157
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateEndpointConnections",
|
158
|
+
httpMethod: "GET",
|
159
|
+
responses: {
|
160
|
+
200: {
|
161
|
+
bodyMapper: Mappers.PrivateEndpointConnectionListResult
|
162
|
+
},
|
163
|
+
default: {
|
164
|
+
bodyMapper: Mappers.CloudError
|
165
|
+
}
|
166
|
+
},
|
167
|
+
queryParameters: [Parameters.apiVersion],
|
168
|
+
urlParameters: [
|
169
|
+
Parameters.$host,
|
170
|
+
Parameters.subscriptionId,
|
171
|
+
Parameters.resourceGroupName,
|
172
|
+
Parameters.environmentName1
|
173
|
+
],
|
174
|
+
headerParameters: [Parameters.accept],
|
175
|
+
serializer
|
176
|
+
};
|
177
|
+
//# sourceMappingURL=privateEndpointConnections.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { PrivateLinkResources } from "../operationsInterfaces";
|
3
|
+
import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient";
|
4
|
+
import { PrivateLinkResource, PrivateLinkResourcesListSupportedOptionalParams } from "../models";
|
5
|
+
/** Class containing PrivateLinkResources operations. */
|
6
|
+
export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class PrivateLinkResources class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: TimeSeriesInsightsClient);
|
13
|
+
/**
|
14
|
+
* Gets a list of all supported private link resource types for the given environment.
|
15
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
16
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
17
|
+
* specified resource group.
|
18
|
+
* @param options The options parameters.
|
19
|
+
*/
|
20
|
+
listSupported(resourceGroupName: string, environmentName: string, options?: PrivateLinkResourcesListSupportedOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
21
|
+
private listSupportedPagingPage;
|
22
|
+
private listSupportedPagingAll;
|
23
|
+
/**
|
24
|
+
* Gets a list of all supported private link resource types for the given environment.
|
25
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
26
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
27
|
+
* specified resource group.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
private _listSupported;
|
31
|
+
}
|
32
|
+
//# sourceMappingURL=privateLinkResources.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAI/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EACL,mBAAmB,EACnB,+CAA+C,EAEhD,MAAM,WAAW,CAAC;AAGnB,wDAAwD;AACxD,qBAAa,wBAAyB,YAAW,oBAAoB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;;OAMG;IACI,aAAa,CAClB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,mBAAmB,CAAC;YAuBnC,uBAAuB;YAavB,sBAAsB;IAcrC;;;;;;OAMG;IACH,OAAO,CAAC,cAAc;CAUvB"}
|
@@ -0,0 +1,101 @@
|
|
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
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import * as coreClient from "@azure/core-client";
|
10
|
+
import * as Mappers from "../models/mappers";
|
11
|
+
import * as Parameters from "../models/parameters";
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
13
|
+
/** Class containing PrivateLinkResources operations. */
|
14
|
+
export class PrivateLinkResourcesImpl {
|
15
|
+
/**
|
16
|
+
* Initialize a new instance of the class PrivateLinkResources class.
|
17
|
+
* @param client Reference to the service client
|
18
|
+
*/
|
19
|
+
constructor(client) {
|
20
|
+
this.client = client;
|
21
|
+
}
|
22
|
+
/**
|
23
|
+
* Gets a list of all supported private link resource types for the given environment.
|
24
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
25
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
26
|
+
* specified resource group.
|
27
|
+
* @param options The options parameters.
|
28
|
+
*/
|
29
|
+
listSupported(resourceGroupName, environmentName, options) {
|
30
|
+
const iter = this.listSupportedPagingAll(resourceGroupName, environmentName, options);
|
31
|
+
return {
|
32
|
+
next() {
|
33
|
+
return iter.next();
|
34
|
+
},
|
35
|
+
[Symbol.asyncIterator]() {
|
36
|
+
return this;
|
37
|
+
},
|
38
|
+
byPage: () => {
|
39
|
+
return this.listSupportedPagingPage(resourceGroupName, environmentName, options);
|
40
|
+
}
|
41
|
+
};
|
42
|
+
}
|
43
|
+
listSupportedPagingPage(resourceGroupName, environmentName, options) {
|
44
|
+
return __asyncGenerator(this, arguments, function* listSupportedPagingPage_1() {
|
45
|
+
let result = yield __await(this._listSupported(resourceGroupName, environmentName, options));
|
46
|
+
yield yield __await(result.value || []);
|
47
|
+
});
|
48
|
+
}
|
49
|
+
listSupportedPagingAll(resourceGroupName, environmentName, options) {
|
50
|
+
return __asyncGenerator(this, arguments, function* listSupportedPagingAll_1() {
|
51
|
+
var e_1, _a;
|
52
|
+
try {
|
53
|
+
for (var _b = __asyncValues(this.listSupportedPagingPage(resourceGroupName, environmentName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
54
|
+
const page = _c.value;
|
55
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
56
|
+
}
|
57
|
+
}
|
58
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
59
|
+
finally {
|
60
|
+
try {
|
61
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
62
|
+
}
|
63
|
+
finally { if (e_1) throw e_1.error; }
|
64
|
+
}
|
65
|
+
});
|
66
|
+
}
|
67
|
+
/**
|
68
|
+
* Gets a list of all supported private link resource types for the given environment.
|
69
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
70
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
71
|
+
* specified resource group.
|
72
|
+
* @param options The options parameters.
|
73
|
+
*/
|
74
|
+
_listSupported(resourceGroupName, environmentName, options) {
|
75
|
+
return this.client.sendOperationRequest({ resourceGroupName, environmentName, options }, listSupportedOperationSpec);
|
76
|
+
}
|
77
|
+
}
|
78
|
+
// Operation Specifications
|
79
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
80
|
+
const listSupportedOperationSpec = {
|
81
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/privateLinkResources",
|
82
|
+
httpMethod: "GET",
|
83
|
+
responses: {
|
84
|
+
200: {
|
85
|
+
bodyMapper: Mappers.PrivateLinkResourceListResult
|
86
|
+
},
|
87
|
+
default: {
|
88
|
+
bodyMapper: Mappers.CloudError
|
89
|
+
}
|
90
|
+
},
|
91
|
+
queryParameters: [Parameters.apiVersion],
|
92
|
+
urlParameters: [
|
93
|
+
Parameters.$host,
|
94
|
+
Parameters.subscriptionId,
|
95
|
+
Parameters.resourceGroupName,
|
96
|
+
Parameters.environmentName1
|
97
|
+
],
|
98
|
+
headerParameters: [Parameters.accept],
|
99
|
+
serializer
|
100
|
+
};
|
101
|
+
//# sourceMappingURL=privateLinkResources.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAQnD,4CAA4C;AAC5C,wDAAwD;AACxD,MAAM,OAAO,wBAAwB;IAGnC;;;OAGG;IACH,YAAY,MAAgC;QAC1C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACI,aAAa,CAClB,iBAAyB,EACzB,eAAuB,EACvB,OAAyD;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,sBAAsB,CACtC,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,GAAG,EAAE;gBACX,OAAO,IAAI,CAAC,uBAAuB,CACjC,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,uBAAuB,CACpC,iBAAyB,EACzB,eAAuB,EACvB,OAAyD;;YAEzD,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,cAAc,CACpC,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,CAAC;YACF,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;QAC3B,CAAC;KAAA;IAEc,sBAAsB,CACnC,iBAAyB,EACzB,eAAuB,EACvB,OAAyD;;;;gBAEzD,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,uBAAuB,CACnD,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;OAMG;IACK,cAAc,CACpB,iBAAyB,EACzB,eAAuB,EACvB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,0BAA0B,CAC3B,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EACF,+JAA+J;IACjK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC"}
|
@@ -10,4 +10,6 @@ export * from "./environments";
|
|
10
10
|
export * from "./eventSources";
|
11
11
|
export * from "./referenceDataSets";
|
12
12
|
export * from "./accessPolicies";
|
13
|
+
export * from "./privateEndpointConnections";
|
14
|
+
export * from "./privateLinkResources";
|
13
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,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC"}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import { PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams, PrivateEndpointConnectionsCreateOrUpdateResponse, PrivateEndpointConnectionsGetOptionalParams, PrivateEndpointConnectionsGetResponse, PrivateEndpointConnectionsDeleteOptionalParams, PrivateEndpointConnectionsListByEnvironmentOptionalParams, PrivateEndpointConnectionsListByEnvironmentResponse } from "../models";
|
2
|
+
/** Interface representing a PrivateEndpointConnections. */
|
3
|
+
export interface PrivateEndpointConnections {
|
4
|
+
/**
|
5
|
+
* Updates a Private Endpoint connection of the environment in the given resource group.
|
6
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
7
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
8
|
+
* specified resource group.
|
9
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
10
|
+
* Azure resource
|
11
|
+
* @param privateEndpointConnection The definition of the private endpoint connection to update.
|
12
|
+
* @param options The options parameters.
|
13
|
+
*/
|
14
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
15
|
+
/**
|
16
|
+
* Gets the details of the private endpoint connection of the environment in the given resource group.
|
17
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
18
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
19
|
+
* specified resource group.
|
20
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
21
|
+
* Azure resource
|
22
|
+
* @param options The options parameters.
|
23
|
+
*/
|
24
|
+
get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
25
|
+
/**
|
26
|
+
* Disconnects the private endpoint connection and deletes it from the environment.
|
27
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
28
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
29
|
+
* specified resource group.
|
30
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection associated with the
|
31
|
+
* Azure resource
|
32
|
+
* @param options The options parameters.
|
33
|
+
*/
|
34
|
+
delete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
35
|
+
/**
|
36
|
+
* Gets a list of all private endpoint connections in the given environment.
|
37
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
38
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
39
|
+
* specified resource group.
|
40
|
+
* @param options The options parameters.
|
41
|
+
*/
|
42
|
+
listByEnvironment(resourceGroupName: string, environmentName: string, options?: PrivateEndpointConnectionsListByEnvironmentOptionalParams): Promise<PrivateEndpointConnectionsListByEnvironmentResponse>;
|
43
|
+
}
|
44
|
+
//# sourceMappingURL=privateEndpointConnections.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,yBAAyB,EACzB,sDAAsD,EACtD,gDAAgD,EAChD,2CAA2C,EAC3C,qCAAqC,EACrC,8CAA8C,EAC9C,yDAAyD,EACzD,mDAAmD,EACpD,MAAM,WAAW,CAAC;AAEnB,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,yBAAyB,EAAE,yBAAyB,EACpD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;IAC7D;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;IAClD;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,6BAA6B,EAAE,MAAM,EACrC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CAAC,mDAAmD,CAAC,CAAC;CACjE"}
|
@@ -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=privateEndpointConnections.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { PrivateLinkResource, PrivateLinkResourcesListSupportedOptionalParams } from "../models";
|
3
|
+
/** Interface representing a PrivateLinkResources. */
|
4
|
+
export interface PrivateLinkResources {
|
5
|
+
/**
|
6
|
+
* Gets a list of all supported private link resource types for the given environment.
|
7
|
+
* @param resourceGroupName Name of an Azure Resource group.
|
8
|
+
* @param environmentName The name of the Time Series Insights environment associated with the
|
9
|
+
* specified resource group.
|
10
|
+
* @param options The options parameters.
|
11
|
+
*/
|
12
|
+
listSupported(resourceGroupName: string, environmentName: string, options?: PrivateLinkResourcesListSupportedOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
13
|
+
}
|
14
|
+
//# sourceMappingURL=privateLinkResources.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,mBAAmB,EACnB,+CAA+C,EAChD,MAAM,WAAW,CAAC;AAGnB,qDAAqD;AACrD,MAAM,WAAW,oBAAoB;IACnC;;;;;;OAMG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,+CAA+C,GACxD,0BAA0B,CAAC,mBAAmB,CAAC,CAAC;CACpD"}
|
@@ -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=privateLinkResources.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
2
2
|
import * as coreAuth from "@azure/core-auth";
|
3
|
-
import { Operations, Environments, EventSources, ReferenceDataSets, AccessPolicies } from "./operationsInterfaces";
|
3
|
+
import { Operations, Environments, EventSources, ReferenceDataSets, AccessPolicies, PrivateEndpointConnections, PrivateLinkResources } from "./operationsInterfaces";
|
4
4
|
import { TimeSeriesInsightsClientOptionalParams } from "./models";
|
5
5
|
export declare class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
6
6
|
$host: string;
|
@@ -18,5 +18,7 @@ export declare class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
|
18
18
|
eventSources: EventSources;
|
19
19
|
referenceDataSets: ReferenceDataSets;
|
20
20
|
accessPolicies: AccessPolicies;
|
21
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
22
|
+
privateLinkResources: PrivateLinkResources;
|
21
23
|
}
|
22
24
|
//# sourceMappingURL=timeSeriesInsightsClient.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"timeSeriesInsightsClient.d.ts","sourceRoot":"","sources":["../../src/timeSeriesInsightsClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"timeSeriesInsightsClient.d.ts","sourceRoot":"","sources":["../../src/timeSeriesInsightsClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAU7C,OAAO,EACL,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,iBAAiB,EACjB,cAAc,EACd,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,sCAAsC,EAAE,MAAM,UAAU,CAAC;AAElE,qBAAa,wBAAyB,SAAQ,UAAU,CAAC,aAAa;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,sCAAsC;IA2ElD,UAAU,EAAE,UAAU,CAAC;IACvB,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,cAAc,EAAE,cAAc,CAAC;IAC/B,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,oBAAoB,EAAE,oBAAoB,CAAC;CAC5C"}
|
@@ -6,7 +6,8 @@
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
7
|
*/
|
8
8
|
import * as coreClient from "@azure/core-client";
|
9
|
-
import
|
9
|
+
import * as coreRestPipeline from "@azure/core-rest-pipeline";
|
10
|
+
import { OperationsImpl, EnvironmentsImpl, EventSourcesImpl, ReferenceDataSetsImpl, AccessPoliciesImpl, PrivateEndpointConnectionsImpl, PrivateLinkResourcesImpl } from "./operations";
|
10
11
|
export class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
11
12
|
/**
|
12
13
|
* Initializes a new instance of the TimeSeriesInsightsClient class.
|
@@ -15,6 +16,7 @@ export class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
|
15
16
|
* @param options The parameter options
|
16
17
|
*/
|
17
18
|
constructor(credentials, subscriptionId, options) {
|
19
|
+
var _a, _b;
|
18
20
|
if (credentials === undefined) {
|
19
21
|
throw new Error("'credentials' cannot be null");
|
20
22
|
}
|
@@ -29,7 +31,7 @@ export class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
|
29
31
|
requestContentType: "application/json; charset=utf-8",
|
30
32
|
credential: credentials
|
31
33
|
};
|
32
|
-
const packageDetails = `azsdk-js-arm-timeseriesinsights/2.0.
|
34
|
+
const packageDetails = `azsdk-js-arm-timeseriesinsights/2.1.0-beta.1`;
|
33
35
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
34
36
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
35
37
|
: `${packageDetails}`;
|
@@ -38,18 +40,36 @@ export class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
|
38
40
|
}
|
39
41
|
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
40
42
|
userAgentPrefix
|
41
|
-
}, baseUri: options.endpoint
|
43
|
+
}, baseUri: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "https://management.azure.com" });
|
42
44
|
super(optionsWithDefaults);
|
45
|
+
if ((options === null || options === void 0 ? void 0 : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
46
|
+
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
47
|
+
const bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
48
|
+
coreRestPipeline.bearerTokenAuthenticationPolicyName);
|
49
|
+
if (!bearerTokenAuthenticationPolicyFound) {
|
50
|
+
this.pipeline.removePolicy({
|
51
|
+
name: coreRestPipeline.bearerTokenAuthenticationPolicyName
|
52
|
+
});
|
53
|
+
this.pipeline.addPolicy(coreRestPipeline.bearerTokenAuthenticationPolicy({
|
54
|
+
scopes: `${optionsWithDefaults.baseUri}/.default`,
|
55
|
+
challengeCallbacks: {
|
56
|
+
authorizeRequestOnChallenge: coreClient.authorizeRequestOnClaimChallenge
|
57
|
+
}
|
58
|
+
}));
|
59
|
+
}
|
60
|
+
}
|
43
61
|
// Parameter assignments
|
44
62
|
this.subscriptionId = subscriptionId;
|
45
63
|
// Assigning values to Constant parameters
|
46
64
|
this.$host = options.$host || "https://management.azure.com";
|
47
|
-
this.apiVersion = options.apiVersion || "
|
65
|
+
this.apiVersion = options.apiVersion || "2021-03-31-preview";
|
48
66
|
this.operations = new OperationsImpl(this);
|
49
67
|
this.environments = new EnvironmentsImpl(this);
|
50
68
|
this.eventSources = new EventSourcesImpl(this);
|
51
69
|
this.referenceDataSets = new ReferenceDataSetsImpl(this);
|
52
70
|
this.accessPolicies = new AccessPoliciesImpl(this);
|
71
|
+
this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
|
72
|
+
this.privateLinkResources = new PrivateLinkResourcesImpl(this);
|
53
73
|
}
|
54
74
|
}
|
55
75
|
//# sourceMappingURL=timeSeriesInsightsClient.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"timeSeriesInsightsClient.js","sourceRoot":"","sources":["../../src/timeSeriesInsightsClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;
|
1
|
+
{"version":3,"file":"timeSeriesInsightsClient.js","sourceRoot":"","sources":["../../src/timeSeriesInsightsClient.ts"],"names":[],"mappings":"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"}
|