@azure/arm-timeseriesinsights 1.3.1 → 2.0.0-alpha.20220208.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +3489 -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/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 +1102 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +109 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +94 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +1965 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +26 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +225 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accessPolicies.d.ts +65 -0
- package/dist-esm/src/operations/accessPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/accessPolicies.js +212 -0
- package/dist-esm/src/operations/accessPolicies.js.map +1 -0
- package/dist-esm/src/operations/environments.d.ts +78 -0
- package/dist-esm/src/operations/environments.d.ts.map +1 -0
- package/dist-esm/src/operations/environments.js +314 -0
- package/dist-esm/src/operations/environments.js.map +1 -0
- package/dist-esm/src/operations/eventSources.d.ts +66 -0
- package/dist-esm/src/operations/eventSources.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSources.js +213 -0
- package/dist-esm/src/operations/eventSources.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 +3 -5
- 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/referenceDataSets.d.ts +66 -0
- package/dist-esm/src/operations/referenceDataSets.d.ts.map +1 -0
- package/dist-esm/src/operations/referenceDataSets.js +213 -0
- package/dist-esm/src/operations/referenceDataSets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/accessPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/environments.d.ts +70 -0
- package/dist-esm/src/operationsInterfaces/environments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/environments.js +9 -0
- package/dist-esm/src/operationsInterfaces/environments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSources.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/eventSources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSources.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventSources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -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/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/referenceDataSets.js +9 -0
- package/dist-esm/src/operationsInterfaces/referenceDataSets.js.map +1 -0
- package/dist-esm/src/timeSeriesInsightsClient.d.ts +22 -0
- package/dist-esm/src/timeSeriesInsightsClient.d.ts.map +1 -0
- package/dist-esm/src/timeSeriesInsightsClient.js +55 -0
- package/dist-esm/src/timeSeriesInsightsClient.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 +73 -22
- package/review/arm-timeseriesinsights.api.md +943 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1032 -1259
- package/src/models/mappers.ts +1568 -811
- package/src/models/parameters.ts +157 -69
- package/src/operations/accessPolicies.ts +144 -250
- package/src/operations/environments.ts +322 -267
- package/src/operations/eventSources.ts +144 -250
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +87 -73
- package/src/operations/referenceDataSets.ts +144 -250
- package/src/operationsInterfaces/accessPolicies.ts +103 -0
- package/src/operationsInterfaces/environments.ts +135 -0
- package/src/operationsInterfaces/eventSources.ts +104 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/referenceDataSets.ts +104 -0
- package/src/timeSeriesInsightsClient.ts +82 -43
- package/tsconfig.json +3 -3
- package/types/arm-timeseriesinsights.d.ts +1523 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-timeseriesinsights.js +0 -2806
- package/dist/arm-timeseriesinsights.js.map +0 -1
- package/dist/arm-timeseriesinsights.min.js +0 -1
- package/dist/arm-timeseriesinsights.min.js.map +0 -1
- package/esm/models/accessPoliciesMappers.d.ts +0 -2
- package/esm/models/accessPoliciesMappers.d.ts.map +0 -1
- package/esm/models/accessPoliciesMappers.js +0 -9
- package/esm/models/accessPoliciesMappers.js.map +0 -1
- package/esm/models/environmentsMappers.d.ts +0 -2
- package/esm/models/environmentsMappers.d.ts.map +0 -1
- package/esm/models/environmentsMappers.js +0 -9
- package/esm/models/environmentsMappers.js.map +0 -1
- package/esm/models/eventSourcesMappers.d.ts +0 -2
- package/esm/models/eventSourcesMappers.d.ts.map +0 -1
- package/esm/models/eventSourcesMappers.js +0 -9
- package/esm/models/eventSourcesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1413
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -54
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -1321
- 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 +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -16
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -173
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/referenceDataSetsMappers.d.ts +0 -2
- package/esm/models/referenceDataSetsMappers.d.ts.map +0 -1
- package/esm/models/referenceDataSetsMappers.js +0 -9
- package/esm/models/referenceDataSetsMappers.js.map +0 -1
- package/esm/operations/accessPolicies.d.ts +0 -165
- package/esm/operations/accessPolicies.d.ts.map +0 -1
- package/esm/operations/accessPolicies.js +0 -203
- package/esm/operations/accessPolicies.js.map +0 -1
- package/esm/operations/environments.d.ts +0 -139
- package/esm/operations/environments.d.ts.map +0 -1
- package/esm/operations/environments.js +0 -268
- package/esm/operations/environments.js.map +0 -1
- package/esm/operations/eventSources.d.ts +0 -166
- package/esm/operations/eventSources.d.ts.map +0 -1
- package/esm/operations/eventSources.js +0 -203
- package/esm/operations/eventSources.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 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/referenceDataSets.d.ts +0 -166
- package/esm/operations/referenceDataSets.d.ts.map +0 -1
- package/esm/operations/referenceDataSets.js +0 -203
- package/esm/operations/referenceDataSets.js.map +0 -1
- package/esm/timeSeriesInsightsClient.d.ts +0 -28
- package/esm/timeSeriesInsightsClient.d.ts.map +0 -1
- package/esm/timeSeriesInsightsClient.js +0 -42
- package/esm/timeSeriesInsightsClient.js.map +0 -1
- package/esm/timeSeriesInsightsClientContext.d.ts +0 -22
- package/esm/timeSeriesInsightsClientContext.d.ts.map +0 -1
- package/esm/timeSeriesInsightsClientContext.js +0 -61
- package/esm/timeSeriesInsightsClientContext.js.map +0 -1
- package/src/models/accessPoliciesMappers.ts +0 -30
- package/src/models/environmentsMappers.ts +0 -35
- package/src/models/eventSourcesMappers.ts +0 -39
- package/src/models/operationsMappers.ts +0 -15
- package/src/models/referenceDataSetsMappers.ts +0 -35
- package/src/timeSeriesInsightsClientContext.ts +0 -68
@@ -1,166 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
import * as Models from "../models";
|
3
|
-
import { TimeSeriesInsightsClientContext } from "../timeSeriesInsightsClientContext";
|
4
|
-
/** Class representing a ReferenceDataSets. */
|
5
|
-
export declare class ReferenceDataSets {
|
6
|
-
private readonly client;
|
7
|
-
/**
|
8
|
-
* Create a ReferenceDataSets.
|
9
|
-
* @param {TimeSeriesInsightsClientContext} client Reference to the service client.
|
10
|
-
*/
|
11
|
-
constructor(client: TimeSeriesInsightsClientContext);
|
12
|
-
/**
|
13
|
-
* Create or update a reference data set in the specified environment.
|
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 referenceDataSetName Name of the reference data set.
|
18
|
-
* @param parameters Parameters for creating a reference data set.
|
19
|
-
* @param [options] The optional parameters
|
20
|
-
* @returns Promise<Models.ReferenceDataSetsCreateOrUpdateResponse>
|
21
|
-
*/
|
22
|
-
createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: Models.ReferenceDataSetCreateOrUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsCreateOrUpdateResponse>;
|
23
|
-
/**
|
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 referenceDataSetName Name of the reference data set.
|
28
|
-
* @param parameters Parameters for creating a reference data set.
|
29
|
-
* @param callback The callback
|
30
|
-
*/
|
31
|
-
createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: Models.ReferenceDataSetCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;
|
32
|
-
/**
|
33
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
34
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
35
|
-
* specified resource group.
|
36
|
-
* @param referenceDataSetName Name of the reference data set.
|
37
|
-
* @param parameters Parameters for creating a reference data set.
|
38
|
-
* @param options The optional parameters
|
39
|
-
* @param callback The callback
|
40
|
-
*/
|
41
|
-
createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: Models.ReferenceDataSetCreateOrUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;
|
42
|
-
/**
|
43
|
-
* Gets the reference data set with the specified name in the specified environment.
|
44
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
45
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
46
|
-
* specified resource group.
|
47
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
48
|
-
* with the specified environment.
|
49
|
-
* @param [options] The optional parameters
|
50
|
-
* @returns Promise<Models.ReferenceDataSetsGetResponse>
|
51
|
-
*/
|
52
|
-
get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsGetResponse>;
|
53
|
-
/**
|
54
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
55
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
56
|
-
* specified resource group.
|
57
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
58
|
-
* with the specified environment.
|
59
|
-
* @param callback The callback
|
60
|
-
*/
|
61
|
-
get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;
|
62
|
-
/**
|
63
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
64
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
65
|
-
* specified resource group.
|
66
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
67
|
-
* with the specified environment.
|
68
|
-
* @param options The optional parameters
|
69
|
-
* @param callback The callback
|
70
|
-
*/
|
71
|
-
get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;
|
72
|
-
/**
|
73
|
-
* Updates the reference data set with the specified name in the specified subscription, resource
|
74
|
-
* group, and 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 referenceDataSetName The name of the Time Series Insights reference data set associated
|
79
|
-
* with the specified environment.
|
80
|
-
* @param referenceDataSetUpdateParameters Request object that contains the updated information for
|
81
|
-
* the reference data set.
|
82
|
-
* @param [options] The optional parameters
|
83
|
-
* @returns Promise<Models.ReferenceDataSetsUpdateResponse>
|
84
|
-
*/
|
85
|
-
update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: Models.ReferenceDataSetUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsUpdateResponse>;
|
86
|
-
/**
|
87
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
88
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
89
|
-
* specified resource group.
|
90
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
91
|
-
* with the specified environment.
|
92
|
-
* @param referenceDataSetUpdateParameters Request object that contains the updated information for
|
93
|
-
* the reference data set.
|
94
|
-
* @param callback The callback
|
95
|
-
*/
|
96
|
-
update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: Models.ReferenceDataSetUpdateParameters, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;
|
97
|
-
/**
|
98
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
99
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
100
|
-
* specified resource group.
|
101
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
102
|
-
* with the specified environment.
|
103
|
-
* @param referenceDataSetUpdateParameters Request object that contains the updated information for
|
104
|
-
* the reference data set.
|
105
|
-
* @param options The optional parameters
|
106
|
-
* @param callback The callback
|
107
|
-
*/
|
108
|
-
update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: Models.ReferenceDataSetUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetResource>): void;
|
109
|
-
/**
|
110
|
-
* Deletes the reference data set with the specified name in the specified subscription, resource
|
111
|
-
* group, and environment
|
112
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
113
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
114
|
-
* specified resource group.
|
115
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
116
|
-
* with the specified environment.
|
117
|
-
* @param [options] The optional parameters
|
118
|
-
* @returns Promise<msRest.RestResponse>
|
119
|
-
*/
|
120
|
-
deleteMethod(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
|
121
|
-
/**
|
122
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
123
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
124
|
-
* specified resource group.
|
125
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
126
|
-
* with the specified environment.
|
127
|
-
* @param callback The callback
|
128
|
-
*/
|
129
|
-
deleteMethod(resourceGroupName: string, environmentName: string, referenceDataSetName: string, callback: msRest.ServiceCallback<void>): void;
|
130
|
-
/**
|
131
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
132
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
133
|
-
* specified resource group.
|
134
|
-
* @param referenceDataSetName The name of the Time Series Insights reference data set associated
|
135
|
-
* with the specified environment.
|
136
|
-
* @param options The optional parameters
|
137
|
-
* @param callback The callback
|
138
|
-
*/
|
139
|
-
deleteMethod(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
|
140
|
-
/**
|
141
|
-
* Lists all the available reference data sets associated with the subscription and within the
|
142
|
-
* specified resource group and environment.
|
143
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
144
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
145
|
-
* specified resource group.
|
146
|
-
* @param [options] The optional parameters
|
147
|
-
* @returns Promise<Models.ReferenceDataSetsListByEnvironmentResponse>
|
148
|
-
*/
|
149
|
-
listByEnvironment(resourceGroupName: string, environmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReferenceDataSetsListByEnvironmentResponse>;
|
150
|
-
/**
|
151
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
152
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
153
|
-
* specified resource group.
|
154
|
-
* @param callback The callback
|
155
|
-
*/
|
156
|
-
listByEnvironment(resourceGroupName: string, environmentName: string, callback: msRest.ServiceCallback<Models.ReferenceDataSetListResponse>): void;
|
157
|
-
/**
|
158
|
-
* @param resourceGroupName Name of an Azure Resource group.
|
159
|
-
* @param environmentName The name of the Time Series Insights environment associated with the
|
160
|
-
* specified resource group.
|
161
|
-
* @param options The optional parameters
|
162
|
-
* @param callback The callback
|
163
|
-
*/
|
164
|
-
listByEnvironment(resourceGroupName: string, environmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReferenceDataSetListResponse>): void;
|
165
|
-
}
|
166
|
-
//# sourceMappingURL=referenceDataSets.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"referenceDataSets.d.ts","sourceRoot":"","sources":["../../src/operations/referenceDataSets.ts"],"names":[],"mappings":"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"}
|
@@ -1,203 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import { __assign } from "tslib";
|
11
|
-
import * as msRest from "@azure/ms-rest-js";
|
12
|
-
import * as Mappers from "../models/referenceDataSetsMappers";
|
13
|
-
import * as Parameters from "../models/parameters";
|
14
|
-
/** Class representing a ReferenceDataSets. */
|
15
|
-
var ReferenceDataSets = /** @class */ (function () {
|
16
|
-
/**
|
17
|
-
* Create a ReferenceDataSets.
|
18
|
-
* @param {TimeSeriesInsightsClientContext} client Reference to the service client.
|
19
|
-
*/
|
20
|
-
function ReferenceDataSets(client) {
|
21
|
-
this.client = client;
|
22
|
-
}
|
23
|
-
ReferenceDataSets.prototype.createOrUpdate = function (resourceGroupName, environmentName, referenceDataSetName, parameters, options, callback) {
|
24
|
-
return this.client.sendOperationRequest({
|
25
|
-
resourceGroupName: resourceGroupName,
|
26
|
-
environmentName: environmentName,
|
27
|
-
referenceDataSetName: referenceDataSetName,
|
28
|
-
parameters: parameters,
|
29
|
-
options: options
|
30
|
-
}, createOrUpdateOperationSpec, callback);
|
31
|
-
};
|
32
|
-
ReferenceDataSets.prototype.get = function (resourceGroupName, environmentName, referenceDataSetName, options, callback) {
|
33
|
-
return this.client.sendOperationRequest({
|
34
|
-
resourceGroupName: resourceGroupName,
|
35
|
-
environmentName: environmentName,
|
36
|
-
referenceDataSetName: referenceDataSetName,
|
37
|
-
options: options
|
38
|
-
}, getOperationSpec, callback);
|
39
|
-
};
|
40
|
-
ReferenceDataSets.prototype.update = function (resourceGroupName, environmentName, referenceDataSetName, referenceDataSetUpdateParameters, options, callback) {
|
41
|
-
return this.client.sendOperationRequest({
|
42
|
-
resourceGroupName: resourceGroupName,
|
43
|
-
environmentName: environmentName,
|
44
|
-
referenceDataSetName: referenceDataSetName,
|
45
|
-
referenceDataSetUpdateParameters: referenceDataSetUpdateParameters,
|
46
|
-
options: options
|
47
|
-
}, updateOperationSpec, callback);
|
48
|
-
};
|
49
|
-
ReferenceDataSets.prototype.deleteMethod = function (resourceGroupName, environmentName, referenceDataSetName, options, callback) {
|
50
|
-
return this.client.sendOperationRequest({
|
51
|
-
resourceGroupName: resourceGroupName,
|
52
|
-
environmentName: environmentName,
|
53
|
-
referenceDataSetName: referenceDataSetName,
|
54
|
-
options: options
|
55
|
-
}, deleteMethodOperationSpec, callback);
|
56
|
-
};
|
57
|
-
ReferenceDataSets.prototype.listByEnvironment = function (resourceGroupName, environmentName, options, callback) {
|
58
|
-
return this.client.sendOperationRequest({
|
59
|
-
resourceGroupName: resourceGroupName,
|
60
|
-
environmentName: environmentName,
|
61
|
-
options: options
|
62
|
-
}, listByEnvironmentOperationSpec, callback);
|
63
|
-
};
|
64
|
-
return ReferenceDataSets;
|
65
|
-
}());
|
66
|
-
export { ReferenceDataSets };
|
67
|
-
// Operation Specifications
|
68
|
-
var serializer = new msRest.Serializer(Mappers);
|
69
|
-
var createOrUpdateOperationSpec = {
|
70
|
-
httpMethod: "PUT",
|
71
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}",
|
72
|
-
urlParameters: [
|
73
|
-
Parameters.subscriptionId,
|
74
|
-
Parameters.resourceGroupName,
|
75
|
-
Parameters.environmentName1,
|
76
|
-
Parameters.referenceDataSetName0
|
77
|
-
],
|
78
|
-
queryParameters: [
|
79
|
-
Parameters.apiVersion
|
80
|
-
],
|
81
|
-
headerParameters: [
|
82
|
-
Parameters.acceptLanguage
|
83
|
-
],
|
84
|
-
requestBody: {
|
85
|
-
parameterPath: "parameters",
|
86
|
-
mapper: __assign(__assign({}, Mappers.ReferenceDataSetCreateOrUpdateParameters), { required: true })
|
87
|
-
},
|
88
|
-
responses: {
|
89
|
-
200: {
|
90
|
-
bodyMapper: Mappers.ReferenceDataSetResource
|
91
|
-
},
|
92
|
-
201: {
|
93
|
-
bodyMapper: Mappers.ReferenceDataSetResource
|
94
|
-
},
|
95
|
-
default: {
|
96
|
-
bodyMapper: Mappers.CloudError
|
97
|
-
}
|
98
|
-
},
|
99
|
-
serializer: serializer
|
100
|
-
};
|
101
|
-
var getOperationSpec = {
|
102
|
-
httpMethod: "GET",
|
103
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}",
|
104
|
-
urlParameters: [
|
105
|
-
Parameters.subscriptionId,
|
106
|
-
Parameters.resourceGroupName,
|
107
|
-
Parameters.environmentName1,
|
108
|
-
Parameters.referenceDataSetName1
|
109
|
-
],
|
110
|
-
queryParameters: [
|
111
|
-
Parameters.apiVersion
|
112
|
-
],
|
113
|
-
headerParameters: [
|
114
|
-
Parameters.acceptLanguage
|
115
|
-
],
|
116
|
-
responses: {
|
117
|
-
200: {
|
118
|
-
bodyMapper: Mappers.ReferenceDataSetResource
|
119
|
-
},
|
120
|
-
default: {
|
121
|
-
bodyMapper: Mappers.CloudError
|
122
|
-
}
|
123
|
-
},
|
124
|
-
serializer: serializer
|
125
|
-
};
|
126
|
-
var updateOperationSpec = {
|
127
|
-
httpMethod: "PATCH",
|
128
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}",
|
129
|
-
urlParameters: [
|
130
|
-
Parameters.subscriptionId,
|
131
|
-
Parameters.resourceGroupName,
|
132
|
-
Parameters.environmentName1,
|
133
|
-
Parameters.referenceDataSetName1
|
134
|
-
],
|
135
|
-
queryParameters: [
|
136
|
-
Parameters.apiVersion
|
137
|
-
],
|
138
|
-
headerParameters: [
|
139
|
-
Parameters.acceptLanguage
|
140
|
-
],
|
141
|
-
requestBody: {
|
142
|
-
parameterPath: "referenceDataSetUpdateParameters",
|
143
|
-
mapper: __assign(__assign({}, Mappers.ReferenceDataSetUpdateParameters), { required: true })
|
144
|
-
},
|
145
|
-
responses: {
|
146
|
-
200: {
|
147
|
-
bodyMapper: Mappers.ReferenceDataSetResource
|
148
|
-
},
|
149
|
-
default: {
|
150
|
-
bodyMapper: Mappers.CloudError
|
151
|
-
}
|
152
|
-
},
|
153
|
-
serializer: serializer
|
154
|
-
};
|
155
|
-
var deleteMethodOperationSpec = {
|
156
|
-
httpMethod: "DELETE",
|
157
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets/{referenceDataSetName}",
|
158
|
-
urlParameters: [
|
159
|
-
Parameters.subscriptionId,
|
160
|
-
Parameters.resourceGroupName,
|
161
|
-
Parameters.environmentName1,
|
162
|
-
Parameters.referenceDataSetName1
|
163
|
-
],
|
164
|
-
queryParameters: [
|
165
|
-
Parameters.apiVersion
|
166
|
-
],
|
167
|
-
headerParameters: [
|
168
|
-
Parameters.acceptLanguage
|
169
|
-
],
|
170
|
-
responses: {
|
171
|
-
200: {},
|
172
|
-
204: {},
|
173
|
-
default: {
|
174
|
-
bodyMapper: Mappers.CloudError
|
175
|
-
}
|
176
|
-
},
|
177
|
-
serializer: serializer
|
178
|
-
};
|
179
|
-
var listByEnvironmentOperationSpec = {
|
180
|
-
httpMethod: "GET",
|
181
|
-
path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/referenceDataSets",
|
182
|
-
urlParameters: [
|
183
|
-
Parameters.subscriptionId,
|
184
|
-
Parameters.resourceGroupName,
|
185
|
-
Parameters.environmentName1
|
186
|
-
],
|
187
|
-
queryParameters: [
|
188
|
-
Parameters.apiVersion
|
189
|
-
],
|
190
|
-
headerParameters: [
|
191
|
-
Parameters.acceptLanguage
|
192
|
-
],
|
193
|
-
responses: {
|
194
|
-
200: {
|
195
|
-
bodyMapper: Mappers.ReferenceDataSetListResponse
|
196
|
-
},
|
197
|
-
default: {
|
198
|
-
bodyMapper: Mappers.CloudError
|
199
|
-
}
|
200
|
-
},
|
201
|
-
serializer: serializer
|
202
|
-
};
|
203
|
-
//# sourceMappingURL=referenceDataSets.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"referenceDataSets.js","sourceRoot":"","sources":["../../src/operations/referenceDataSets.ts"],"names":[],"mappings":"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"}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
import * as msRest from "@azure/ms-rest-js";
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
3
|
-
import * as Models from "./models";
|
4
|
-
import * as Mappers from "./models/mappers";
|
5
|
-
import * as operations from "./operations";
|
6
|
-
import { TimeSeriesInsightsClientContext } from "./timeSeriesInsightsClientContext";
|
7
|
-
declare class TimeSeriesInsightsClient extends TimeSeriesInsightsClientContext {
|
8
|
-
operations: operations.Operations;
|
9
|
-
environments: operations.Environments;
|
10
|
-
eventSources: operations.EventSources;
|
11
|
-
referenceDataSets: operations.ReferenceDataSets;
|
12
|
-
accessPolicies: operations.AccessPolicies;
|
13
|
-
/**
|
14
|
-
* Initializes a new instance of the TimeSeriesInsightsClient class.
|
15
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
16
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
17
|
-
* more information about these credentials, see
|
18
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
19
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
20
|
-
* @azure/ms-rest-browserauth are also supported.
|
21
|
-
* @param subscriptionId Azure Subscription ID.
|
22
|
-
* @param [options] The parameter options
|
23
|
-
*/
|
24
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.TimeSeriesInsightsClientOptions);
|
25
|
-
}
|
26
|
-
export { TimeSeriesInsightsClient, TimeSeriesInsightsClientContext, Models as TimeSeriesInsightsModels, Mappers as TimeSeriesInsightsMappers };
|
27
|
-
export * from "./operations";
|
28
|
-
//# sourceMappingURL=timeSeriesInsightsClient.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"timeSeriesInsightsClient.d.ts","sourceRoot":"","sources":["../src/timeSeriesInsightsClient.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAGpF,cAAM,wBAAyB,SAAQ,+BAA+B;IAEpE,UAAU,EAAE,UAAU,CAAC,UAAU,CAAC;IAClC,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC;IACtC,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,CAAC;IAChD,cAAc,EAAE,UAAU,CAAC,cAAc,CAAC;IAE1C;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,+BAA+B;CAQrJ;AAID,OAAO,EACL,wBAAwB,EACxB,+BAA+B,EAC/B,MAAM,IAAI,wBAAwB,EAClC,OAAO,IAAI,yBAAyB,EACrC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import { __extends } from "tslib";
|
11
|
-
import * as Models from "./models";
|
12
|
-
import * as Mappers from "./models/mappers";
|
13
|
-
import * as operations from "./operations";
|
14
|
-
import { TimeSeriesInsightsClientContext } from "./timeSeriesInsightsClientContext";
|
15
|
-
var TimeSeriesInsightsClient = /** @class */ (function (_super) {
|
16
|
-
__extends(TimeSeriesInsightsClient, _super);
|
17
|
-
/**
|
18
|
-
* Initializes a new instance of the TimeSeriesInsightsClient class.
|
19
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
20
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
21
|
-
* more information about these credentials, see
|
22
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
23
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
24
|
-
* @azure/ms-rest-browserauth are also supported.
|
25
|
-
* @param subscriptionId Azure Subscription ID.
|
26
|
-
* @param [options] The parameter options
|
27
|
-
*/
|
28
|
-
function TimeSeriesInsightsClient(credentials, subscriptionId, options) {
|
29
|
-
var _this = _super.call(this, credentials, subscriptionId, options) || this;
|
30
|
-
_this.operations = new operations.Operations(_this);
|
31
|
-
_this.environments = new operations.Environments(_this);
|
32
|
-
_this.eventSources = new operations.EventSources(_this);
|
33
|
-
_this.referenceDataSets = new operations.ReferenceDataSets(_this);
|
34
|
-
_this.accessPolicies = new operations.AccessPolicies(_this);
|
35
|
-
return _this;
|
36
|
-
}
|
37
|
-
return TimeSeriesInsightsClient;
|
38
|
-
}(TimeSeriesInsightsClientContext));
|
39
|
-
// Operation Specifications
|
40
|
-
export { TimeSeriesInsightsClient, TimeSeriesInsightsClientContext, Models as TimeSeriesInsightsModels, Mappers as TimeSeriesInsightsMappers };
|
41
|
-
export * from "./operations";
|
42
|
-
//# sourceMappingURL=timeSeriesInsightsClient.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"timeSeriesInsightsClient.js","sourceRoot":"","sources":["../src/timeSeriesInsightsClient.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAIH,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,OAAO,MAAM,kBAAkB,CAAC;AAC5C,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAGpF;IAAuC,4CAA+B;IAQpE;;;;;;;;;;OAUG;IACH,kCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAgD;QAApJ,YACE,kBAAM,WAAW,EAAE,cAAc,EAAE,OAAO,CAAC,SAM5C;QALC,KAAI,CAAC,UAAU,GAAG,IAAI,UAAU,CAAC,UAAU,CAAC,KAAI,CAAC,CAAC;QAClD,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,YAAY,GAAG,IAAI,UAAU,CAAC,YAAY,CAAC,KAAI,CAAC,CAAC;QACtD,KAAI,CAAC,iBAAiB,GAAG,IAAI,UAAU,CAAC,iBAAiB,CAAC,KAAI,CAAC,CAAC;QAChE,KAAI,CAAC,cAAc,GAAG,IAAI,UAAU,CAAC,cAAc,CAAC,KAAI,CAAC,CAAC;;IAC5D,CAAC;IACH,+BAAC;AAAD,CAAC,AA3BD,CAAuC,+BAA+B,GA2BrE;AAED,2BAA2B;AAE3B,OAAO,EACL,wBAAwB,EACxB,+BAA+B,EAC/B,MAAM,IAAI,wBAAwB,EAClC,OAAO,IAAI,yBAAyB,EACrC,CAAC;AACF,cAAc,cAAc,CAAC"}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import * as Models from "./models";
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
3
|
-
import { TokenCredential } from "@azure/core-auth";
|
4
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
5
|
-
export declare class TimeSeriesInsightsClientContext extends msRestAzure.AzureServiceClient {
|
6
|
-
credentials: msRest.ServiceClientCredentials | TokenCredential;
|
7
|
-
subscriptionId: string;
|
8
|
-
apiVersion?: string;
|
9
|
-
/**
|
10
|
-
* Initializes a new instance of the TimeSeriesInsightsClient class.
|
11
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
12
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
13
|
-
* more information about these credentials, see
|
14
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
15
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
16
|
-
* @azure/ms-rest-browserauth are also supported.
|
17
|
-
* @param subscriptionId Azure Subscription ID.
|
18
|
-
* @param [options] The parameter options
|
19
|
-
*/
|
20
|
-
constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.TimeSeriesInsightsClientOptions);
|
21
|
-
}
|
22
|
-
//# sourceMappingURL=timeSeriesInsightsClientContext.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"timeSeriesInsightsClientContext.d.ts","sourceRoot":"","sources":["../src/timeSeriesInsightsClientContext.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAKvD,qBAAa,+BAAgC,SAAQ,WAAW,CAAC,kBAAkB;IACjF,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,CAAC;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,CAAC,wBAAwB,GAAG,eAAe,EAAE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,+BAA+B;CAiCrJ"}
|
@@ -1,61 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for
|
4
|
-
* license information.
|
5
|
-
*
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
8
|
-
* regenerated.
|
9
|
-
*/
|
10
|
-
import { __extends } from "tslib";
|
11
|
-
import * as msRestAzure from "@azure/ms-rest-azure-js";
|
12
|
-
var packageName = "@azure/arm-timeseriesinsights";
|
13
|
-
var packageVersion = "1.3.1";
|
14
|
-
var TimeSeriesInsightsClientContext = /** @class */ (function (_super) {
|
15
|
-
__extends(TimeSeriesInsightsClientContext, _super);
|
16
|
-
/**
|
17
|
-
* Initializes a new instance of the TimeSeriesInsightsClient class.
|
18
|
-
* @param credentials Credentials needed for the client to connect to Azure. Credentials
|
19
|
-
* implementing the TokenCredential interface from the @azure/identity package are recommended. For
|
20
|
-
* more information about these credentials, see
|
21
|
-
* {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the
|
22
|
-
* ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and
|
23
|
-
* @azure/ms-rest-browserauth are also supported.
|
24
|
-
* @param subscriptionId Azure Subscription ID.
|
25
|
-
* @param [options] The parameter options
|
26
|
-
*/
|
27
|
-
function TimeSeriesInsightsClientContext(credentials, subscriptionId, options) {
|
28
|
-
var _this = this;
|
29
|
-
if (credentials == undefined) {
|
30
|
-
throw new Error('\'credentials\' cannot be null.');
|
31
|
-
}
|
32
|
-
if (subscriptionId == undefined) {
|
33
|
-
throw new Error('\'subscriptionId\' cannot be null.');
|
34
|
-
}
|
35
|
-
if (!options) {
|
36
|
-
options = {};
|
37
|
-
}
|
38
|
-
if (!options.userAgent) {
|
39
|
-
var defaultUserAgent = msRestAzure.getDefaultUserAgentValue();
|
40
|
-
options.userAgent = packageName + "/" + packageVersion + " " + defaultUserAgent;
|
41
|
-
}
|
42
|
-
_this = _super.call(this, credentials, options) || this;
|
43
|
-
_this.apiVersion = '2017-11-15';
|
44
|
-
_this.acceptLanguage = 'en-US';
|
45
|
-
_this.longRunningOperationRetryTimeout = 30;
|
46
|
-
_this.baseUri = options.baseUri || _this.baseUri || "https://management.azure.com";
|
47
|
-
_this.requestContentType = "application/json; charset=utf-8";
|
48
|
-
_this.credentials = credentials;
|
49
|
-
_this.subscriptionId = subscriptionId;
|
50
|
-
if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {
|
51
|
-
_this.acceptLanguage = options.acceptLanguage;
|
52
|
-
}
|
53
|
-
if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {
|
54
|
-
_this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;
|
55
|
-
}
|
56
|
-
return _this;
|
57
|
-
}
|
58
|
-
return TimeSeriesInsightsClientContext;
|
59
|
-
}(msRestAzure.AzureServiceClient));
|
60
|
-
export { TimeSeriesInsightsClientContext };
|
61
|
-
//# sourceMappingURL=timeSeriesInsightsClientContext.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"timeSeriesInsightsClientContext.js","sourceRoot":"","sources":["../src/timeSeriesInsightsClientContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAKH,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AAEvD,IAAM,WAAW,GAAG,+BAA+B,CAAC;AACpD,IAAM,cAAc,GAAG,OAAO,CAAC;AAE/B;IAAqD,mDAA8B;IAKjF;;;;;;;;;;OAUG;IACH,yCAAY,WAA8D,EAAE,cAAsB,EAAE,OAAgD;QAApJ,iBAgCC;QA/BC,IAAI,WAAW,IAAI,SAAS,EAAE;YAC5B,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QACD,IAAI,cAAc,IAAI,SAAS,EAAE;YAC/B,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;SACvD;QAED,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE;YACtB,IAAM,gBAAgB,GAAG,WAAW,CAAC,wBAAwB,EAAE,CAAC;YAChE,OAAO,CAAC,SAAS,GAAM,WAAW,SAAI,cAAc,SAAI,gBAAkB,CAAC;SAC5E;QAED,QAAA,kBAAM,WAAW,EAAE,OAAO,CAAC,SAAC;QAE5B,KAAI,CAAC,UAAU,GAAG,YAAY,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC;QAC9B,KAAI,CAAC,gCAAgC,GAAG,EAAE,CAAC;QAC3C,KAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,KAAI,CAAC,OAAO,IAAI,8BAA8B,CAAC;QACjF,KAAI,CAAC,kBAAkB,GAAG,iCAAiC,CAAC;QAC5D,KAAI,CAAC,WAAW,GAAG,WAAW,CAAC;QAC/B,KAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,IAAI,OAAO,CAAC,cAAc,KAAK,IAAI,IAAI,OAAO,CAAC,cAAc,KAAK,SAAS,EAAE;YAC3E,KAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAC;SAC9C;QACD,IAAI,OAAO,CAAC,gCAAgC,KAAK,IAAI,IAAI,OAAO,CAAC,gCAAgC,KAAK,SAAS,EAAE;YAC/G,KAAI,CAAC,gCAAgC,GAAG,OAAO,CAAC,gCAAgC,CAAC;SAClF;;IACH,CAAC;IACH,sCAAC;AAAD,CAAC,AAjDD,CAAqD,WAAW,CAAC,kBAAkB,GAiDlF"}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
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
|
-
|
9
|
-
export {
|
10
|
-
discriminators,
|
11
|
-
AccessPolicyCreateOrUpdateParameters,
|
12
|
-
AccessPolicyListResponse,
|
13
|
-
AccessPolicyResource,
|
14
|
-
AccessPolicyUpdateParameters,
|
15
|
-
BaseResource,
|
16
|
-
CloudError,
|
17
|
-
EnvironmentResource,
|
18
|
-
EnvironmentStateDetails,
|
19
|
-
EnvironmentStatus,
|
20
|
-
EventHubEventSourceResource,
|
21
|
-
EventSourceResource,
|
22
|
-
IngressEnvironmentStatus,
|
23
|
-
IoTHubEventSourceResource,
|
24
|
-
PartitionKeyProperty,
|
25
|
-
ReferenceDataSetKeyProperty,
|
26
|
-
ReferenceDataSetResource,
|
27
|
-
Resource,
|
28
|
-
Sku,
|
29
|
-
TrackedResource
|
30
|
-
} from "../models/mappers";
|
@@ -1,35 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
-
* Licensed under the MIT License. See License.txt in the project root for license information.
|
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
|
-
|
9
|
-
export {
|
10
|
-
discriminators,
|
11
|
-
AccessPolicyResource,
|
12
|
-
BaseResource,
|
13
|
-
CloudError,
|
14
|
-
CreateOrUpdateTrackedResourceProperties,
|
15
|
-
EnvironmentCreateOrUpdateParameters,
|
16
|
-
EnvironmentListResponse,
|
17
|
-
EnvironmentResource,
|
18
|
-
EnvironmentStateDetails,
|
19
|
-
EnvironmentStatus,
|
20
|
-
EnvironmentUpdateParameters,
|
21
|
-
EventHubEventSourceCreateOrUpdateParameters,
|
22
|
-
EventHubEventSourceResource,
|
23
|
-
EventSourceCreateOrUpdateParameters,
|
24
|
-
EventSourceResource,
|
25
|
-
IngressEnvironmentStatus,
|
26
|
-
IoTHubEventSourceCreateOrUpdateParameters,
|
27
|
-
IoTHubEventSourceResource,
|
28
|
-
PartitionKeyProperty,
|
29
|
-
ReferenceDataSetCreateOrUpdateParameters,
|
30
|
-
ReferenceDataSetKeyProperty,
|
31
|
-
ReferenceDataSetResource,
|
32
|
-
Resource,
|
33
|
-
Sku,
|
34
|
-
TrackedResource
|
35
|
-
} from "../models/mappers";
|