@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
@@ -0,0 +1,943 @@
|
|
1
|
+
## API Report File for "@azure/arm-timeseriesinsights"
|
2
|
+
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
4
|
+
|
5
|
+
```ts
|
6
|
+
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
8
|
+
import * as coreClient from '@azure/core-client';
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
12
|
+
|
13
|
+
// @public
|
14
|
+
export interface AccessPolicies {
|
15
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, accessPolicyName: string, parameters: AccessPolicyCreateOrUpdateParameters, options?: AccessPoliciesCreateOrUpdateOptionalParams): Promise<AccessPoliciesCreateOrUpdateResponse>;
|
16
|
+
delete(resourceGroupName: string, environmentName: string, accessPolicyName: string, options?: AccessPoliciesDeleteOptionalParams): Promise<void>;
|
17
|
+
get(resourceGroupName: string, environmentName: string, accessPolicyName: string, options?: AccessPoliciesGetOptionalParams): Promise<AccessPoliciesGetResponse>;
|
18
|
+
listByEnvironment(resourceGroupName: string, environmentName: string, options?: AccessPoliciesListByEnvironmentOptionalParams): Promise<AccessPoliciesListByEnvironmentResponse>;
|
19
|
+
update(resourceGroupName: string, environmentName: string, accessPolicyName: string, accessPolicyUpdateParameters: AccessPolicyUpdateParameters, options?: AccessPoliciesUpdateOptionalParams): Promise<AccessPoliciesUpdateResponse>;
|
20
|
+
}
|
21
|
+
|
22
|
+
// @public
|
23
|
+
export interface AccessPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
24
|
+
}
|
25
|
+
|
26
|
+
// @public
|
27
|
+
export type AccessPoliciesCreateOrUpdateResponse = AccessPolicyResource;
|
28
|
+
|
29
|
+
// @public
|
30
|
+
export interface AccessPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
31
|
+
}
|
32
|
+
|
33
|
+
// @public
|
34
|
+
export interface AccessPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
35
|
+
}
|
36
|
+
|
37
|
+
// @public
|
38
|
+
export type AccessPoliciesGetResponse = AccessPolicyResource;
|
39
|
+
|
40
|
+
// @public
|
41
|
+
export interface AccessPoliciesListByEnvironmentOptionalParams extends coreClient.OperationOptions {
|
42
|
+
}
|
43
|
+
|
44
|
+
// @public
|
45
|
+
export type AccessPoliciesListByEnvironmentResponse = AccessPolicyListResponse;
|
46
|
+
|
47
|
+
// @public
|
48
|
+
export interface AccessPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
49
|
+
}
|
50
|
+
|
51
|
+
// @public
|
52
|
+
export type AccessPoliciesUpdateResponse = AccessPolicyResource;
|
53
|
+
|
54
|
+
// @public (undocumented)
|
55
|
+
export interface AccessPolicyCreateOrUpdateParameters {
|
56
|
+
description?: string;
|
57
|
+
principalObjectId?: string;
|
58
|
+
roles?: AccessPolicyRole[];
|
59
|
+
}
|
60
|
+
|
61
|
+
// @public
|
62
|
+
export interface AccessPolicyListResponse {
|
63
|
+
value?: AccessPolicyResource[];
|
64
|
+
}
|
65
|
+
|
66
|
+
// @public
|
67
|
+
export type AccessPolicyResource = Resource & {
|
68
|
+
principalObjectId?: string;
|
69
|
+
description?: string;
|
70
|
+
roles?: AccessPolicyRole[];
|
71
|
+
};
|
72
|
+
|
73
|
+
// @public
|
74
|
+
export type AccessPolicyRole = string;
|
75
|
+
|
76
|
+
// @public (undocumented)
|
77
|
+
export interface AccessPolicyUpdateParameters {
|
78
|
+
description?: string;
|
79
|
+
roles?: AccessPolicyRole[];
|
80
|
+
}
|
81
|
+
|
82
|
+
// @public
|
83
|
+
export type AzureEventSourceProperties = EventSourceCommonProperties & {
|
84
|
+
eventSourceResourceId: string;
|
85
|
+
};
|
86
|
+
|
87
|
+
// @public
|
88
|
+
export interface CloudError {
|
89
|
+
error?: CloudErrorBody;
|
90
|
+
}
|
91
|
+
|
92
|
+
// @public
|
93
|
+
export interface CloudErrorBody {
|
94
|
+
code?: string;
|
95
|
+
details?: CloudErrorBody[];
|
96
|
+
message?: string;
|
97
|
+
target?: string;
|
98
|
+
}
|
99
|
+
|
100
|
+
// @public
|
101
|
+
export interface CreateOrUpdateTrackedResourceProperties {
|
102
|
+
location: string;
|
103
|
+
tags?: {
|
104
|
+
[propertyName: string]: string;
|
105
|
+
};
|
106
|
+
}
|
107
|
+
|
108
|
+
// @public
|
109
|
+
export type DataStringComparisonBehavior = string;
|
110
|
+
|
111
|
+
// @public
|
112
|
+
export interface Dimension {
|
113
|
+
displayName?: string;
|
114
|
+
name?: string;
|
115
|
+
}
|
116
|
+
|
117
|
+
// @public
|
118
|
+
export type EnvironmentCreateOrUpdateParameters = CreateOrUpdateTrackedResourceProperties & {
|
119
|
+
kind: EnvironmentKind;
|
120
|
+
sku: Sku;
|
121
|
+
};
|
122
|
+
|
123
|
+
// @public (undocumented)
|
124
|
+
export type EnvironmentCreateOrUpdateParametersUnion = EnvironmentCreateOrUpdateParameters | Gen1EnvironmentCreateOrUpdateParameters | Gen2EnvironmentCreateOrUpdateParameters;
|
125
|
+
|
126
|
+
// @public
|
127
|
+
export type EnvironmentKind = string;
|
128
|
+
|
129
|
+
// @public
|
130
|
+
export interface EnvironmentListResponse {
|
131
|
+
value?: EnvironmentResourceUnion[];
|
132
|
+
}
|
133
|
+
|
134
|
+
// @public
|
135
|
+
export type EnvironmentResource = TrackedResource & {
|
136
|
+
sku: Sku;
|
137
|
+
kind: EnvironmentResourceKind;
|
138
|
+
};
|
139
|
+
|
140
|
+
// @public
|
141
|
+
export type EnvironmentResourceKind = string;
|
142
|
+
|
143
|
+
// @public
|
144
|
+
export type EnvironmentResourceProperties = ResourceProperties & {
|
145
|
+
readonly dataAccessId?: string;
|
146
|
+
readonly dataAccessFqdn?: string;
|
147
|
+
readonly status?: EnvironmentStatus;
|
148
|
+
};
|
149
|
+
|
150
|
+
// @public (undocumented)
|
151
|
+
export type EnvironmentResourceUnion = EnvironmentResource | Gen1EnvironmentResource | Gen2EnvironmentResource;
|
152
|
+
|
153
|
+
// @public
|
154
|
+
export interface Environments {
|
155
|
+
beginCreateOrUpdate(resourceGroupName: string, environmentName: string, parameters: EnvironmentCreateOrUpdateParametersUnion, options?: EnvironmentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EnvironmentsCreateOrUpdateResponse>, EnvironmentsCreateOrUpdateResponse>>;
|
156
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, parameters: EnvironmentCreateOrUpdateParametersUnion, options?: EnvironmentsCreateOrUpdateOptionalParams): Promise<EnvironmentsCreateOrUpdateResponse>;
|
157
|
+
beginUpdate(resourceGroupName: string, environmentName: string, environmentUpdateParameters: EnvironmentUpdateParametersUnion, options?: EnvironmentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<EnvironmentsUpdateResponse>, EnvironmentsUpdateResponse>>;
|
158
|
+
beginUpdateAndWait(resourceGroupName: string, environmentName: string, environmentUpdateParameters: EnvironmentUpdateParametersUnion, options?: EnvironmentsUpdateOptionalParams): Promise<EnvironmentsUpdateResponse>;
|
159
|
+
delete(resourceGroupName: string, environmentName: string, options?: EnvironmentsDeleteOptionalParams): Promise<void>;
|
160
|
+
get(resourceGroupName: string, environmentName: string, options?: EnvironmentsGetOptionalParams): Promise<EnvironmentsGetResponse>;
|
161
|
+
listByResourceGroup(resourceGroupName: string, options?: EnvironmentsListByResourceGroupOptionalParams): Promise<EnvironmentsListByResourceGroupResponse>;
|
162
|
+
listBySubscription(options?: EnvironmentsListBySubscriptionOptionalParams): Promise<EnvironmentsListBySubscriptionResponse>;
|
163
|
+
}
|
164
|
+
|
165
|
+
// @public
|
166
|
+
export interface EnvironmentsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
167
|
+
resumeFrom?: string;
|
168
|
+
updateIntervalInMs?: number;
|
169
|
+
}
|
170
|
+
|
171
|
+
// @public
|
172
|
+
export type EnvironmentsCreateOrUpdateResponse = EnvironmentResourceUnion;
|
173
|
+
|
174
|
+
// @public
|
175
|
+
export interface EnvironmentsDeleteOptionalParams extends coreClient.OperationOptions {
|
176
|
+
}
|
177
|
+
|
178
|
+
// @public
|
179
|
+
export interface EnvironmentsGetOptionalParams extends coreClient.OperationOptions {
|
180
|
+
expand?: string;
|
181
|
+
}
|
182
|
+
|
183
|
+
// @public
|
184
|
+
export type EnvironmentsGetResponse = EnvironmentResourceUnion;
|
185
|
+
|
186
|
+
// @public
|
187
|
+
export interface EnvironmentsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
188
|
+
}
|
189
|
+
|
190
|
+
// @public
|
191
|
+
export type EnvironmentsListByResourceGroupResponse = EnvironmentListResponse;
|
192
|
+
|
193
|
+
// @public
|
194
|
+
export interface EnvironmentsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
195
|
+
}
|
196
|
+
|
197
|
+
// @public
|
198
|
+
export type EnvironmentsListBySubscriptionResponse = EnvironmentListResponse;
|
199
|
+
|
200
|
+
// @public
|
201
|
+
export interface EnvironmentStateDetails {
|
202
|
+
code?: string;
|
203
|
+
message?: string;
|
204
|
+
}
|
205
|
+
|
206
|
+
// @public
|
207
|
+
export interface EnvironmentStatus {
|
208
|
+
readonly ingress?: IngressEnvironmentStatus;
|
209
|
+
readonly warmStorage?: WarmStorageEnvironmentStatus;
|
210
|
+
}
|
211
|
+
|
212
|
+
// @public
|
213
|
+
export interface EnvironmentsUpdateOptionalParams extends coreClient.OperationOptions {
|
214
|
+
resumeFrom?: string;
|
215
|
+
updateIntervalInMs?: number;
|
216
|
+
}
|
217
|
+
|
218
|
+
// @public
|
219
|
+
export type EnvironmentsUpdateResponse = EnvironmentResourceUnion;
|
220
|
+
|
221
|
+
// @public
|
222
|
+
export interface EnvironmentUpdateParameters {
|
223
|
+
kind: "Gen1" | "Gen2";
|
224
|
+
tags?: {
|
225
|
+
[propertyName: string]: string;
|
226
|
+
};
|
227
|
+
}
|
228
|
+
|
229
|
+
// @public (undocumented)
|
230
|
+
export type EnvironmentUpdateParametersUnion = EnvironmentUpdateParameters | Gen1EnvironmentUpdateParameters | Gen2EnvironmentUpdateParameters;
|
231
|
+
|
232
|
+
// @public
|
233
|
+
export type EventHubEventSourceCommonProperties = AzureEventSourceProperties & {
|
234
|
+
serviceBusNamespace: string;
|
235
|
+
eventHubName: string;
|
236
|
+
consumerGroupName: string;
|
237
|
+
keyName: string;
|
238
|
+
};
|
239
|
+
|
240
|
+
// @public
|
241
|
+
export type EventHubEventSourceCreateOrUpdateParameters = EventSourceCreateOrUpdateParameters & {
|
242
|
+
readonly provisioningState?: ProvisioningState;
|
243
|
+
readonly creationTime?: Date;
|
244
|
+
timestampPropertyName?: string;
|
245
|
+
localTimestampPropertiesLocalTimestamp?: LocalTimestamp;
|
246
|
+
type?: IngressStartAtType;
|
247
|
+
time?: string;
|
248
|
+
eventSourceResourceId: string;
|
249
|
+
serviceBusNamespace: string;
|
250
|
+
eventHubName: string;
|
251
|
+
consumerGroupName: string;
|
252
|
+
keyName: string;
|
253
|
+
sharedAccessKey: string;
|
254
|
+
};
|
255
|
+
|
256
|
+
// @public
|
257
|
+
export type EventHubEventSourceCreationProperties = EventHubEventSourceCommonProperties & {
|
258
|
+
sharedAccessKey: string;
|
259
|
+
};
|
260
|
+
|
261
|
+
// @public
|
262
|
+
export type EventHubEventSourceMutableProperties = EventSourceMutableProperties & {
|
263
|
+
sharedAccessKey?: string;
|
264
|
+
};
|
265
|
+
|
266
|
+
// @public
|
267
|
+
export type EventHubEventSourceResource = EventSourceResource & {
|
268
|
+
readonly provisioningState?: ProvisioningState;
|
269
|
+
readonly creationTime?: Date;
|
270
|
+
timestampPropertyName?: string;
|
271
|
+
localTimestamp?: LocalTimestamp;
|
272
|
+
typePropertiesIngressStartAtType?: IngressStartAtType;
|
273
|
+
time?: string;
|
274
|
+
eventSourceResourceId: string;
|
275
|
+
serviceBusNamespace: string;
|
276
|
+
eventHubName: string;
|
277
|
+
consumerGroupName: string;
|
278
|
+
keyName: string;
|
279
|
+
};
|
280
|
+
|
281
|
+
// @public
|
282
|
+
export type EventHubEventSourceResourceProperties = EventHubEventSourceCommonProperties & {};
|
283
|
+
|
284
|
+
// @public
|
285
|
+
export type EventHubEventSourceUpdateParameters = EventSourceUpdateParameters & {
|
286
|
+
kind: "Microsoft.EventHub";
|
287
|
+
timestampPropertyName?: string;
|
288
|
+
sharedAccessKey?: string;
|
289
|
+
};
|
290
|
+
|
291
|
+
// @public
|
292
|
+
export type EventSourceCommonProperties = ResourceProperties & {
|
293
|
+
timestampPropertyName?: string;
|
294
|
+
localTimestamp?: LocalTimestamp;
|
295
|
+
type?: IngressStartAtType;
|
296
|
+
time?: string;
|
297
|
+
};
|
298
|
+
|
299
|
+
// @public
|
300
|
+
export type EventSourceCreateOrUpdateParameters = CreateOrUpdateTrackedResourceProperties & {
|
301
|
+
kind: EventSourceKind;
|
302
|
+
localTimestamp?: LocalTimestamp;
|
303
|
+
};
|
304
|
+
|
305
|
+
// @public (undocumented)
|
306
|
+
export type EventSourceCreateOrUpdateParametersUnion = EventSourceCreateOrUpdateParameters | EventHubEventSourceCreateOrUpdateParameters | IoTHubEventSourceCreateOrUpdateParameters;
|
307
|
+
|
308
|
+
// @public
|
309
|
+
export type EventSourceKind = string;
|
310
|
+
|
311
|
+
// @public
|
312
|
+
export interface EventSourceListResponse {
|
313
|
+
value?: EventSourceResourceUnion[];
|
314
|
+
}
|
315
|
+
|
316
|
+
// @public
|
317
|
+
export interface EventSourceMutableProperties {
|
318
|
+
timestampPropertyName?: string;
|
319
|
+
}
|
320
|
+
|
321
|
+
// @public
|
322
|
+
export type EventSourceResource = TrackedResource & {
|
323
|
+
kind: EventSourceResourceKind;
|
324
|
+
};
|
325
|
+
|
326
|
+
// @public
|
327
|
+
export type EventSourceResourceKind = string;
|
328
|
+
|
329
|
+
// @public (undocumented)
|
330
|
+
export type EventSourceResourceUnion = EventSourceResource | EventHubEventSourceResource | IoTHubEventSourceResource;
|
331
|
+
|
332
|
+
// @public
|
333
|
+
export interface EventSources {
|
334
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, eventSourceName: string, parameters: EventSourceCreateOrUpdateParametersUnion, options?: EventSourcesCreateOrUpdateOptionalParams): Promise<EventSourcesCreateOrUpdateResponse>;
|
335
|
+
delete(resourceGroupName: string, environmentName: string, eventSourceName: string, options?: EventSourcesDeleteOptionalParams): Promise<void>;
|
336
|
+
get(resourceGroupName: string, environmentName: string, eventSourceName: string, options?: EventSourcesGetOptionalParams): Promise<EventSourcesGetResponse>;
|
337
|
+
listByEnvironment(resourceGroupName: string, environmentName: string, options?: EventSourcesListByEnvironmentOptionalParams): Promise<EventSourcesListByEnvironmentResponse>;
|
338
|
+
update(resourceGroupName: string, environmentName: string, eventSourceName: string, eventSourceUpdateParameters: EventSourceUpdateParametersUnion, options?: EventSourcesUpdateOptionalParams): Promise<EventSourcesUpdateResponse>;
|
339
|
+
}
|
340
|
+
|
341
|
+
// @public
|
342
|
+
export interface EventSourcesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
343
|
+
}
|
344
|
+
|
345
|
+
// @public
|
346
|
+
export type EventSourcesCreateOrUpdateResponse = EventSourceResourceUnion;
|
347
|
+
|
348
|
+
// @public
|
349
|
+
export interface EventSourcesDeleteOptionalParams extends coreClient.OperationOptions {
|
350
|
+
}
|
351
|
+
|
352
|
+
// @public
|
353
|
+
export interface EventSourcesGetOptionalParams extends coreClient.OperationOptions {
|
354
|
+
}
|
355
|
+
|
356
|
+
// @public
|
357
|
+
export type EventSourcesGetResponse = EventSourceResourceUnion;
|
358
|
+
|
359
|
+
// @public
|
360
|
+
export interface EventSourcesListByEnvironmentOptionalParams extends coreClient.OperationOptions {
|
361
|
+
}
|
362
|
+
|
363
|
+
// @public
|
364
|
+
export type EventSourcesListByEnvironmentResponse = EventSourceListResponse;
|
365
|
+
|
366
|
+
// @public
|
367
|
+
export interface EventSourcesUpdateOptionalParams extends coreClient.OperationOptions {
|
368
|
+
}
|
369
|
+
|
370
|
+
// @public
|
371
|
+
export type EventSourcesUpdateResponse = EventSourceResourceUnion;
|
372
|
+
|
373
|
+
// @public
|
374
|
+
export interface EventSourceUpdateParameters {
|
375
|
+
kind: "Microsoft.EventHub" | "Microsoft.IoTHub";
|
376
|
+
tags?: {
|
377
|
+
[propertyName: string]: string;
|
378
|
+
};
|
379
|
+
}
|
380
|
+
|
381
|
+
// @public (undocumented)
|
382
|
+
export type EventSourceUpdateParametersUnion = EventSourceUpdateParameters | EventHubEventSourceUpdateParameters | IoTHubEventSourceUpdateParameters;
|
383
|
+
|
384
|
+
// @public
|
385
|
+
export type Gen1EnvironmentCreateOrUpdateParameters = EnvironmentCreateOrUpdateParameters & {
|
386
|
+
dataRetentionTime: string;
|
387
|
+
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
388
|
+
partitionKeyProperties?: TimeSeriesIdProperty[];
|
389
|
+
};
|
390
|
+
|
391
|
+
// @public
|
392
|
+
export interface Gen1EnvironmentCreationProperties {
|
393
|
+
dataRetentionTime: string;
|
394
|
+
partitionKeyProperties?: TimeSeriesIdProperty[];
|
395
|
+
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
396
|
+
}
|
397
|
+
|
398
|
+
// @public
|
399
|
+
export type Gen1EnvironmentResource = EnvironmentResource & {
|
400
|
+
dataRetentionTime: string;
|
401
|
+
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
402
|
+
partitionKeyProperties?: TimeSeriesIdProperty[];
|
403
|
+
readonly provisioningState?: ProvisioningState;
|
404
|
+
readonly creationTime?: Date;
|
405
|
+
readonly dataAccessId?: string;
|
406
|
+
readonly dataAccessFqdn?: string;
|
407
|
+
readonly status?: EnvironmentStatus;
|
408
|
+
};
|
409
|
+
|
410
|
+
// @public
|
411
|
+
export type Gen1EnvironmentResourceProperties = Gen1EnvironmentCreationProperties & EnvironmentResourceProperties & {};
|
412
|
+
|
413
|
+
// @public
|
414
|
+
export type Gen1EnvironmentUpdateParameters = EnvironmentUpdateParameters & {
|
415
|
+
kind: "Gen1";
|
416
|
+
sku?: Sku;
|
417
|
+
dataRetentionTime?: string;
|
418
|
+
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
419
|
+
};
|
420
|
+
|
421
|
+
// @public
|
422
|
+
export type Gen2EnvironmentCreateOrUpdateParameters = EnvironmentCreateOrUpdateParameters & {
|
423
|
+
timeSeriesIdProperties: TimeSeriesIdProperty[];
|
424
|
+
storageConfiguration: Gen2StorageConfigurationInput;
|
425
|
+
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
426
|
+
};
|
427
|
+
|
428
|
+
// @public
|
429
|
+
export type Gen2EnvironmentResource = EnvironmentResource & {
|
430
|
+
readonly provisioningState?: ProvisioningState;
|
431
|
+
readonly creationTime?: Date;
|
432
|
+
readonly dataAccessId?: string;
|
433
|
+
readonly dataAccessFqdn?: string;
|
434
|
+
readonly status?: EnvironmentStatus;
|
435
|
+
timeSeriesIdProperties: TimeSeriesIdProperty[];
|
436
|
+
storageConfiguration: Gen2StorageConfigurationOutput;
|
437
|
+
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
438
|
+
};
|
439
|
+
|
440
|
+
// @public
|
441
|
+
export type Gen2EnvironmentResourceProperties = EnvironmentResourceProperties & {
|
442
|
+
timeSeriesIdProperties: TimeSeriesIdProperty[];
|
443
|
+
storageConfiguration: Gen2StorageConfigurationOutput;
|
444
|
+
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
445
|
+
};
|
446
|
+
|
447
|
+
// @public
|
448
|
+
export type Gen2EnvironmentUpdateParameters = EnvironmentUpdateParameters & {
|
449
|
+
kind: "Gen2";
|
450
|
+
storageConfiguration?: Gen2StorageConfigurationMutableProperties;
|
451
|
+
warmStoreConfiguration?: WarmStoreConfigurationProperties;
|
452
|
+
};
|
453
|
+
|
454
|
+
// @public
|
455
|
+
export interface Gen2StorageConfigurationInput {
|
456
|
+
accountName: string;
|
457
|
+
managementKey: string;
|
458
|
+
}
|
459
|
+
|
460
|
+
// @public
|
461
|
+
export interface Gen2StorageConfigurationMutableProperties {
|
462
|
+
managementKey: string;
|
463
|
+
}
|
464
|
+
|
465
|
+
// @public
|
466
|
+
export interface Gen2StorageConfigurationOutput {
|
467
|
+
accountName: string;
|
468
|
+
}
|
469
|
+
|
470
|
+
// @public
|
471
|
+
export interface IngressEnvironmentStatus {
|
472
|
+
state?: IngressState;
|
473
|
+
readonly stateDetails?: EnvironmentStateDetails;
|
474
|
+
}
|
475
|
+
|
476
|
+
// @public
|
477
|
+
export type IngressStartAtType = string;
|
478
|
+
|
479
|
+
// @public
|
480
|
+
export type IngressState = string;
|
481
|
+
|
482
|
+
// @public
|
483
|
+
export type IoTHubEventSourceCommonProperties = AzureEventSourceProperties & {
|
484
|
+
iotHubName: string;
|
485
|
+
consumerGroupName: string;
|
486
|
+
keyName: string;
|
487
|
+
};
|
488
|
+
|
489
|
+
// @public
|
490
|
+
export type IoTHubEventSourceCreateOrUpdateParameters = EventSourceCreateOrUpdateParameters & {
|
491
|
+
readonly provisioningState?: ProvisioningState;
|
492
|
+
readonly creationTime?: Date;
|
493
|
+
timestampPropertyName?: string;
|
494
|
+
localTimestampPropertiesLocalTimestamp?: LocalTimestamp;
|
495
|
+
type?: IngressStartAtType;
|
496
|
+
time?: string;
|
497
|
+
eventSourceResourceId: string;
|
498
|
+
iotHubName: string;
|
499
|
+
consumerGroupName: string;
|
500
|
+
keyName: string;
|
501
|
+
sharedAccessKey: string;
|
502
|
+
};
|
503
|
+
|
504
|
+
// @public
|
505
|
+
export type IoTHubEventSourceCreationProperties = IoTHubEventSourceCommonProperties & {
|
506
|
+
sharedAccessKey: string;
|
507
|
+
};
|
508
|
+
|
509
|
+
// @public
|
510
|
+
export type IoTHubEventSourceMutableProperties = EventSourceMutableProperties & {
|
511
|
+
sharedAccessKey?: string;
|
512
|
+
};
|
513
|
+
|
514
|
+
// @public
|
515
|
+
export type IoTHubEventSourceResource = EventSourceResource & {
|
516
|
+
readonly provisioningState?: ProvisioningState;
|
517
|
+
readonly creationTime?: Date;
|
518
|
+
timestampPropertyName?: string;
|
519
|
+
localTimestamp?: LocalTimestamp;
|
520
|
+
typePropertiesIngressStartAtType?: IngressStartAtType;
|
521
|
+
time?: string;
|
522
|
+
eventSourceResourceId: string;
|
523
|
+
iotHubName: string;
|
524
|
+
consumerGroupName: string;
|
525
|
+
keyName: string;
|
526
|
+
};
|
527
|
+
|
528
|
+
// @public
|
529
|
+
export type IoTHubEventSourceResourceProperties = IoTHubEventSourceCommonProperties & {};
|
530
|
+
|
531
|
+
// @public
|
532
|
+
export type IoTHubEventSourceUpdateParameters = EventSourceUpdateParameters & {
|
533
|
+
kind: "Microsoft.IoTHub";
|
534
|
+
timestampPropertyName?: string;
|
535
|
+
sharedAccessKey?: string;
|
536
|
+
};
|
537
|
+
|
538
|
+
// @public
|
539
|
+
export enum KnownAccessPolicyRole {
|
540
|
+
// (undocumented)
|
541
|
+
Contributor = "Contributor",
|
542
|
+
// (undocumented)
|
543
|
+
Reader = "Reader"
|
544
|
+
}
|
545
|
+
|
546
|
+
// @public
|
547
|
+
export enum KnownDataStringComparisonBehavior {
|
548
|
+
// (undocumented)
|
549
|
+
Ordinal = "Ordinal",
|
550
|
+
// (undocumented)
|
551
|
+
OrdinalIgnoreCase = "OrdinalIgnoreCase"
|
552
|
+
}
|
553
|
+
|
554
|
+
// @public
|
555
|
+
export enum KnownEnvironmentKind {
|
556
|
+
// (undocumented)
|
557
|
+
Gen1 = "Gen1",
|
558
|
+
// (undocumented)
|
559
|
+
Gen2 = "Gen2"
|
560
|
+
}
|
561
|
+
|
562
|
+
// @public
|
563
|
+
export enum KnownEnvironmentResourceKind {
|
564
|
+
// (undocumented)
|
565
|
+
Gen1 = "Gen1",
|
566
|
+
// (undocumented)
|
567
|
+
Gen2 = "Gen2"
|
568
|
+
}
|
569
|
+
|
570
|
+
// @public
|
571
|
+
export enum KnownEventSourceKind {
|
572
|
+
// (undocumented)
|
573
|
+
MicrosoftEventHub = "Microsoft.EventHub",
|
574
|
+
// (undocumented)
|
575
|
+
MicrosoftIoTHub = "Microsoft.IoTHub"
|
576
|
+
}
|
577
|
+
|
578
|
+
// @public
|
579
|
+
export enum KnownEventSourceResourceKind {
|
580
|
+
// (undocumented)
|
581
|
+
MicrosoftEventHub = "Microsoft.EventHub",
|
582
|
+
// (undocumented)
|
583
|
+
MicrosoftIoTHub = "Microsoft.IoTHub"
|
584
|
+
}
|
585
|
+
|
586
|
+
// @public
|
587
|
+
export enum KnownIngressStartAtType {
|
588
|
+
// (undocumented)
|
589
|
+
CustomEnqueuedTime = "CustomEnqueuedTime",
|
590
|
+
// (undocumented)
|
591
|
+
EarliestAvailable = "EarliestAvailable",
|
592
|
+
// (undocumented)
|
593
|
+
EventSourceCreationTime = "EventSourceCreationTime"
|
594
|
+
}
|
595
|
+
|
596
|
+
// @public
|
597
|
+
export enum KnownIngressState {
|
598
|
+
// (undocumented)
|
599
|
+
Disabled = "Disabled",
|
600
|
+
// (undocumented)
|
601
|
+
Paused = "Paused",
|
602
|
+
// (undocumented)
|
603
|
+
Ready = "Ready",
|
604
|
+
// (undocumented)
|
605
|
+
Running = "Running",
|
606
|
+
// (undocumented)
|
607
|
+
Unknown = "Unknown"
|
608
|
+
}
|
609
|
+
|
610
|
+
// @public
|
611
|
+
export enum KnownLocalTimestampFormat {
|
612
|
+
// (undocumented)
|
613
|
+
Embedded = "Embedded"
|
614
|
+
}
|
615
|
+
|
616
|
+
// @public
|
617
|
+
export enum KnownPropertyType {
|
618
|
+
// (undocumented)
|
619
|
+
String = "String"
|
620
|
+
}
|
621
|
+
|
622
|
+
// @public
|
623
|
+
export enum KnownProvisioningState {
|
624
|
+
// (undocumented)
|
625
|
+
Accepted = "Accepted",
|
626
|
+
// (undocumented)
|
627
|
+
Creating = "Creating",
|
628
|
+
// (undocumented)
|
629
|
+
Deleting = "Deleting",
|
630
|
+
// (undocumented)
|
631
|
+
Failed = "Failed",
|
632
|
+
// (undocumented)
|
633
|
+
Succeeded = "Succeeded",
|
634
|
+
// (undocumented)
|
635
|
+
Updating = "Updating"
|
636
|
+
}
|
637
|
+
|
638
|
+
// @public
|
639
|
+
export enum KnownReferenceDataKeyPropertyType {
|
640
|
+
// (undocumented)
|
641
|
+
Bool = "Bool",
|
642
|
+
// (undocumented)
|
643
|
+
DateTime = "DateTime",
|
644
|
+
// (undocumented)
|
645
|
+
Double = "Double",
|
646
|
+
// (undocumented)
|
647
|
+
String = "String"
|
648
|
+
}
|
649
|
+
|
650
|
+
// @public
|
651
|
+
export enum KnownSkuName {
|
652
|
+
// (undocumented)
|
653
|
+
L1 = "L1",
|
654
|
+
// (undocumented)
|
655
|
+
P1 = "P1",
|
656
|
+
// (undocumented)
|
657
|
+
S1 = "S1",
|
658
|
+
// (undocumented)
|
659
|
+
S2 = "S2"
|
660
|
+
}
|
661
|
+
|
662
|
+
// @public
|
663
|
+
export enum KnownStorageLimitExceededBehavior {
|
664
|
+
// (undocumented)
|
665
|
+
PauseIngress = "PauseIngress",
|
666
|
+
// (undocumented)
|
667
|
+
PurgeOldData = "PurgeOldData"
|
668
|
+
}
|
669
|
+
|
670
|
+
// @public
|
671
|
+
export enum KnownWarmStoragePropertiesState {
|
672
|
+
// (undocumented)
|
673
|
+
Error = "Error",
|
674
|
+
// (undocumented)
|
675
|
+
Ok = "Ok",
|
676
|
+
// (undocumented)
|
677
|
+
Unknown = "Unknown"
|
678
|
+
}
|
679
|
+
|
680
|
+
// @public
|
681
|
+
export interface LocalTimestamp {
|
682
|
+
format?: LocalTimestampFormat;
|
683
|
+
timeZoneOffset?: LocalTimestampTimeZoneOffset;
|
684
|
+
}
|
685
|
+
|
686
|
+
// @public
|
687
|
+
export type LocalTimestampFormat = string;
|
688
|
+
|
689
|
+
// @public
|
690
|
+
export interface LocalTimestampTimeZoneOffset {
|
691
|
+
propertyName?: string;
|
692
|
+
}
|
693
|
+
|
694
|
+
// @public
|
695
|
+
export interface LogSpecification {
|
696
|
+
displayName?: string;
|
697
|
+
name?: string;
|
698
|
+
}
|
699
|
+
|
700
|
+
// @public
|
701
|
+
export interface MetricAvailability {
|
702
|
+
// (undocumented)
|
703
|
+
blobDuration?: string;
|
704
|
+
// (undocumented)
|
705
|
+
timeGrain?: string;
|
706
|
+
}
|
707
|
+
|
708
|
+
// @public
|
709
|
+
export interface MetricSpecification {
|
710
|
+
aggregationType?: string;
|
711
|
+
availabilities?: MetricAvailability[];
|
712
|
+
category?: string;
|
713
|
+
dimensions?: Dimension[];
|
714
|
+
displayDescription?: string;
|
715
|
+
displayName?: string;
|
716
|
+
name?: string;
|
717
|
+
resourceIdDimensionNameOverride?: string;
|
718
|
+
unit?: string;
|
719
|
+
}
|
720
|
+
|
721
|
+
// @public
|
722
|
+
export interface Operation {
|
723
|
+
readonly display?: OperationDisplay;
|
724
|
+
readonly name?: string;
|
725
|
+
origin?: string;
|
726
|
+
serviceSpecification?: ServiceSpecification;
|
727
|
+
}
|
728
|
+
|
729
|
+
// @public
|
730
|
+
export interface OperationDisplay {
|
731
|
+
readonly description?: string;
|
732
|
+
readonly operation?: string;
|
733
|
+
readonly provider?: string;
|
734
|
+
readonly resource?: string;
|
735
|
+
}
|
736
|
+
|
737
|
+
// @public
|
738
|
+
export interface OperationListResult {
|
739
|
+
readonly nextLink?: string;
|
740
|
+
readonly value?: Operation[];
|
741
|
+
}
|
742
|
+
|
743
|
+
// @public
|
744
|
+
export interface Operations {
|
745
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
746
|
+
}
|
747
|
+
|
748
|
+
// @public
|
749
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
750
|
+
}
|
751
|
+
|
752
|
+
// @public
|
753
|
+
export type OperationsListNextResponse = OperationListResult;
|
754
|
+
|
755
|
+
// @public
|
756
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
757
|
+
}
|
758
|
+
|
759
|
+
// @public
|
760
|
+
export type OperationsListResponse = OperationListResult;
|
761
|
+
|
762
|
+
// @public
|
763
|
+
export type PropertyType = string;
|
764
|
+
|
765
|
+
// @public
|
766
|
+
export type ProvisioningState = string;
|
767
|
+
|
768
|
+
// @public
|
769
|
+
export type ReferenceDataKeyPropertyType = string;
|
770
|
+
|
771
|
+
// @public (undocumented)
|
772
|
+
export type ReferenceDataSetCreateOrUpdateParameters = CreateOrUpdateTrackedResourceProperties & {
|
773
|
+
keyProperties: ReferenceDataSetKeyProperty[];
|
774
|
+
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
775
|
+
};
|
776
|
+
|
777
|
+
// @public
|
778
|
+
export interface ReferenceDataSetCreationProperties {
|
779
|
+
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
780
|
+
keyProperties: ReferenceDataSetKeyProperty[];
|
781
|
+
}
|
782
|
+
|
783
|
+
// @public
|
784
|
+
export interface ReferenceDataSetKeyProperty {
|
785
|
+
name?: string;
|
786
|
+
type?: ReferenceDataKeyPropertyType;
|
787
|
+
}
|
788
|
+
|
789
|
+
// @public
|
790
|
+
export interface ReferenceDataSetListResponse {
|
791
|
+
value?: ReferenceDataSetResource[];
|
792
|
+
}
|
793
|
+
|
794
|
+
// @public
|
795
|
+
export type ReferenceDataSetResource = TrackedResource & {
|
796
|
+
keyProperties?: ReferenceDataSetKeyProperty[];
|
797
|
+
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
798
|
+
readonly provisioningState?: ProvisioningState;
|
799
|
+
readonly creationTime?: Date;
|
800
|
+
};
|
801
|
+
|
802
|
+
// @public
|
803
|
+
export type ReferenceDataSetResourceProperties = ReferenceDataSetCreationProperties & ResourceProperties & {};
|
804
|
+
|
805
|
+
// @public
|
806
|
+
export interface ReferenceDataSets {
|
807
|
+
createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: ReferenceDataSetCreateOrUpdateParameters, options?: ReferenceDataSetsCreateOrUpdateOptionalParams): Promise<ReferenceDataSetsCreateOrUpdateResponse>;
|
808
|
+
delete(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: ReferenceDataSetsDeleteOptionalParams): Promise<void>;
|
809
|
+
get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: ReferenceDataSetsGetOptionalParams): Promise<ReferenceDataSetsGetResponse>;
|
810
|
+
listByEnvironment(resourceGroupName: string, environmentName: string, options?: ReferenceDataSetsListByEnvironmentOptionalParams): Promise<ReferenceDataSetsListByEnvironmentResponse>;
|
811
|
+
update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: ReferenceDataSetUpdateParameters, options?: ReferenceDataSetsUpdateOptionalParams): Promise<ReferenceDataSetsUpdateResponse>;
|
812
|
+
}
|
813
|
+
|
814
|
+
// @public
|
815
|
+
export interface ReferenceDataSetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
816
|
+
}
|
817
|
+
|
818
|
+
// @public
|
819
|
+
export type ReferenceDataSetsCreateOrUpdateResponse = ReferenceDataSetResource;
|
820
|
+
|
821
|
+
// @public
|
822
|
+
export interface ReferenceDataSetsDeleteOptionalParams extends coreClient.OperationOptions {
|
823
|
+
}
|
824
|
+
|
825
|
+
// @public
|
826
|
+
export interface ReferenceDataSetsGetOptionalParams extends coreClient.OperationOptions {
|
827
|
+
}
|
828
|
+
|
829
|
+
// @public
|
830
|
+
export type ReferenceDataSetsGetResponse = ReferenceDataSetResource;
|
831
|
+
|
832
|
+
// @public
|
833
|
+
export interface ReferenceDataSetsListByEnvironmentOptionalParams extends coreClient.OperationOptions {
|
834
|
+
}
|
835
|
+
|
836
|
+
// @public
|
837
|
+
export type ReferenceDataSetsListByEnvironmentResponse = ReferenceDataSetListResponse;
|
838
|
+
|
839
|
+
// @public
|
840
|
+
export interface ReferenceDataSetsUpdateOptionalParams extends coreClient.OperationOptions {
|
841
|
+
}
|
842
|
+
|
843
|
+
// @public
|
844
|
+
export type ReferenceDataSetsUpdateResponse = ReferenceDataSetResource;
|
845
|
+
|
846
|
+
// @public
|
847
|
+
export interface ReferenceDataSetUpdateParameters {
|
848
|
+
tags?: {
|
849
|
+
[propertyName: string]: string;
|
850
|
+
};
|
851
|
+
}
|
852
|
+
|
853
|
+
// @public
|
854
|
+
export interface Resource {
|
855
|
+
readonly id?: string;
|
856
|
+
readonly name?: string;
|
857
|
+
readonly type?: string;
|
858
|
+
}
|
859
|
+
|
860
|
+
// @public
|
861
|
+
export interface ResourceProperties {
|
862
|
+
readonly creationTime?: Date;
|
863
|
+
readonly provisioningState?: ProvisioningState;
|
864
|
+
}
|
865
|
+
|
866
|
+
// @public
|
867
|
+
export interface ServiceSpecification {
|
868
|
+
logSpecifications?: LogSpecification[];
|
869
|
+
metricSpecifications?: MetricSpecification[];
|
870
|
+
}
|
871
|
+
|
872
|
+
// @public
|
873
|
+
export interface Sku {
|
874
|
+
capacity: number;
|
875
|
+
name: SkuName;
|
876
|
+
}
|
877
|
+
|
878
|
+
// @public
|
879
|
+
export type SkuName = string;
|
880
|
+
|
881
|
+
// @public
|
882
|
+
export type StorageLimitExceededBehavior = string;
|
883
|
+
|
884
|
+
// @public
|
885
|
+
export interface TimeSeriesIdProperty {
|
886
|
+
name?: string;
|
887
|
+
type?: PropertyType;
|
888
|
+
}
|
889
|
+
|
890
|
+
// @public (undocumented)
|
891
|
+
export class TimeSeriesInsightsClient extends coreClient.ServiceClient {
|
892
|
+
// (undocumented)
|
893
|
+
$host: string;
|
894
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: TimeSeriesInsightsClientOptionalParams);
|
895
|
+
// (undocumented)
|
896
|
+
accessPolicies: AccessPolicies;
|
897
|
+
// (undocumented)
|
898
|
+
apiVersion: string;
|
899
|
+
// (undocumented)
|
900
|
+
environments: Environments;
|
901
|
+
// (undocumented)
|
902
|
+
eventSources: EventSources;
|
903
|
+
// (undocumented)
|
904
|
+
operations: Operations;
|
905
|
+
// (undocumented)
|
906
|
+
referenceDataSets: ReferenceDataSets;
|
907
|
+
// (undocumented)
|
908
|
+
subscriptionId: string;
|
909
|
+
}
|
910
|
+
|
911
|
+
// @public
|
912
|
+
export interface TimeSeriesInsightsClientOptionalParams extends coreClient.ServiceClientOptions {
|
913
|
+
$host?: string;
|
914
|
+
apiVersion?: string;
|
915
|
+
endpoint?: string;
|
916
|
+
}
|
917
|
+
|
918
|
+
// @public
|
919
|
+
export type TrackedResource = Resource & {
|
920
|
+
location: string;
|
921
|
+
tags?: {
|
922
|
+
[propertyName: string]: string;
|
923
|
+
};
|
924
|
+
};
|
925
|
+
|
926
|
+
// @public
|
927
|
+
export interface WarmStorageEnvironmentStatus {
|
928
|
+
currentCount?: number;
|
929
|
+
maxCount?: number;
|
930
|
+
state?: WarmStoragePropertiesState;
|
931
|
+
}
|
932
|
+
|
933
|
+
// @public
|
934
|
+
export type WarmStoragePropertiesState = string;
|
935
|
+
|
936
|
+
// @public
|
937
|
+
export interface WarmStoreConfigurationProperties {
|
938
|
+
dataRetention: string;
|
939
|
+
}
|
940
|
+
|
941
|
+
// (No @packageDocumentation comment for this package)
|
942
|
+
|
943
|
+
```
|