@azure/arm-timeseriesinsights 1.3.0 → 2.0.0-alpha.20220202.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 +72 -21
- 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
package/esm/models/index.d.ts
DELETED
@@ -1,1413 +0,0 @@
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
3
|
-
export { BaseResource, CloudError };
|
4
|
-
/**
|
5
|
-
* Contains the localized display information for this particular operation / action.
|
6
|
-
*/
|
7
|
-
export interface OperationDisplay {
|
8
|
-
/**
|
9
|
-
* The localized friendly form of the resource provider name.
|
10
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
11
|
-
*/
|
12
|
-
readonly provider?: string;
|
13
|
-
/**
|
14
|
-
* The localized friendly form of the resource type related to this action/operation.
|
15
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
16
|
-
*/
|
17
|
-
readonly resource?: string;
|
18
|
-
/**
|
19
|
-
* The localized friendly name for the operation.
|
20
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
21
|
-
*/
|
22
|
-
readonly operation?: string;
|
23
|
-
/**
|
24
|
-
* The localized friendly description for the operation.
|
25
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
26
|
-
*/
|
27
|
-
readonly description?: string;
|
28
|
-
}
|
29
|
-
/**
|
30
|
-
* A Time Series Insights REST API operation
|
31
|
-
*/
|
32
|
-
export interface Operation {
|
33
|
-
/**
|
34
|
-
* The name of the operation being performed on this particular object.
|
35
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
36
|
-
*/
|
37
|
-
readonly name?: string;
|
38
|
-
/**
|
39
|
-
* Contains the localized display information for this particular operation / action.
|
40
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
41
|
-
*/
|
42
|
-
readonly display?: OperationDisplay;
|
43
|
-
}
|
44
|
-
/**
|
45
|
-
* Time Series Insights resource
|
46
|
-
*/
|
47
|
-
export interface Resource extends BaseResource {
|
48
|
-
/**
|
49
|
-
* Resource Id
|
50
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
51
|
-
*/
|
52
|
-
readonly id?: string;
|
53
|
-
/**
|
54
|
-
* Resource name
|
55
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
56
|
-
*/
|
57
|
-
readonly name?: string;
|
58
|
-
/**
|
59
|
-
* Resource type
|
60
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
61
|
-
*/
|
62
|
-
readonly type?: string;
|
63
|
-
}
|
64
|
-
/**
|
65
|
-
* Time Series Insights resource that is tracked by Azure Resource Manager.
|
66
|
-
*/
|
67
|
-
export interface TrackedResource extends Resource {
|
68
|
-
/**
|
69
|
-
* Resource location
|
70
|
-
*/
|
71
|
-
location: string;
|
72
|
-
/**
|
73
|
-
* Resource tags
|
74
|
-
*/
|
75
|
-
tags?: {
|
76
|
-
[propertyName: string]: string;
|
77
|
-
};
|
78
|
-
}
|
79
|
-
/**
|
80
|
-
* Properties that are common to all tracked resources.
|
81
|
-
*/
|
82
|
-
export interface ResourceProperties {
|
83
|
-
/**
|
84
|
-
* Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',
|
85
|
-
* 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
86
|
-
*/
|
87
|
-
provisioningState?: ProvisioningState;
|
88
|
-
/**
|
89
|
-
* The time the resource was created.
|
90
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
91
|
-
*/
|
92
|
-
readonly creationTime?: Date;
|
93
|
-
}
|
94
|
-
/**
|
95
|
-
* The sku determines the capacity of the environment, the SLA (in queries-per-minute and total
|
96
|
-
* capacity), and the billing rate.
|
97
|
-
*/
|
98
|
-
export interface Sku {
|
99
|
-
/**
|
100
|
-
* The name of this SKU. Possible values include: 'S1', 'S2'
|
101
|
-
*/
|
102
|
-
name: SkuName;
|
103
|
-
/**
|
104
|
-
* The capacity of the sku. This value can be changed to support scale out of environments after
|
105
|
-
* they have been created.
|
106
|
-
*/
|
107
|
-
capacity: number;
|
108
|
-
}
|
109
|
-
/**
|
110
|
-
* Properties required to create any resource tracked by Azure Resource Manager.
|
111
|
-
*/
|
112
|
-
export interface CreateOrUpdateTrackedResourceProperties {
|
113
|
-
/**
|
114
|
-
* The location of the resource.
|
115
|
-
*/
|
116
|
-
location: string;
|
117
|
-
/**
|
118
|
-
* Key-value pairs of additional properties for the resource.
|
119
|
-
*/
|
120
|
-
tags?: {
|
121
|
-
[propertyName: string]: string;
|
122
|
-
};
|
123
|
-
}
|
124
|
-
/**
|
125
|
-
* The structure of the property that a partition key can have. An environment can have multiple
|
126
|
-
* such properties.
|
127
|
-
*/
|
128
|
-
export interface PartitionKeyProperty {
|
129
|
-
/**
|
130
|
-
* The name of the property.
|
131
|
-
*/
|
132
|
-
name?: string;
|
133
|
-
/**
|
134
|
-
* The type of the property. Possible values include: 'String'
|
135
|
-
*/
|
136
|
-
type?: PropertyType;
|
137
|
-
}
|
138
|
-
/**
|
139
|
-
* Parameters supplied to the CreateOrUpdate Environment operation.
|
140
|
-
*/
|
141
|
-
export interface EnvironmentCreateOrUpdateParameters extends CreateOrUpdateTrackedResourceProperties {
|
142
|
-
/**
|
143
|
-
* The sku determines the capacity of the environment, the SLA (in queries-per-minute and total
|
144
|
-
* capacity), and the billing rate.
|
145
|
-
*/
|
146
|
-
sku: Sku;
|
147
|
-
/**
|
148
|
-
* ISO8601 timespan specifying the minimum number of days the environment's events will be
|
149
|
-
* available for query.
|
150
|
-
*/
|
151
|
-
dataRetentionTime: string;
|
152
|
-
/**
|
153
|
-
* The behavior the Time Series Insights service should take when the environment's capacity has
|
154
|
-
* been exceeded. If "PauseIngress" is specified, new events will not be read from the event
|
155
|
-
* source. If "PurgeOldData" is specified, new events will continue to be read and old events
|
156
|
-
* will be deleted from the environment. The default behavior is PurgeOldData. Possible values
|
157
|
-
* include: 'PurgeOldData', 'PauseIngress'
|
158
|
-
*/
|
159
|
-
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
160
|
-
/**
|
161
|
-
* The list of partition keys according to which the data in the environment will be ordered.
|
162
|
-
*/
|
163
|
-
partitionKeyProperties?: PartitionKeyProperty[];
|
164
|
-
}
|
165
|
-
/**
|
166
|
-
* Parameters supplied to the Update Environment operation.
|
167
|
-
*/
|
168
|
-
export interface EnvironmentUpdateParameters {
|
169
|
-
/**
|
170
|
-
* The sku of the environment.
|
171
|
-
*/
|
172
|
-
sku?: Sku;
|
173
|
-
/**
|
174
|
-
* Key-value pairs of additional properties for the environment.
|
175
|
-
*/
|
176
|
-
tags?: {
|
177
|
-
[propertyName: string]: string;
|
178
|
-
};
|
179
|
-
/**
|
180
|
-
* ISO8601 timespan specifying the minimum number of days the environment's events will be
|
181
|
-
* available for query.
|
182
|
-
*/
|
183
|
-
dataRetentionTime?: string;
|
184
|
-
/**
|
185
|
-
* The behavior the Time Series Insights service should take when the environment's capacity has
|
186
|
-
* been exceeded. If "PauseIngress" is specified, new events will not be read from the event
|
187
|
-
* source. If "PurgeOldData" is specified, new events will continue to be read and old events
|
188
|
-
* will be deleted from the environment. The default behavior is PurgeOldData. Possible values
|
189
|
-
* include: 'PurgeOldData', 'PauseIngress'
|
190
|
-
*/
|
191
|
-
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
192
|
-
/**
|
193
|
-
* The list of event properties which will be used to partition data in the environment.
|
194
|
-
*/
|
195
|
-
partitionKeyProperties?: PartitionKeyProperty[];
|
196
|
-
}
|
197
|
-
/**
|
198
|
-
* An object that contains the details about an environment's state.
|
199
|
-
*/
|
200
|
-
export interface EnvironmentStateDetails {
|
201
|
-
/**
|
202
|
-
* Contains the code that represents the reason of an environment being in a particular state.
|
203
|
-
* Can be used to programmatically handle specific cases.
|
204
|
-
*/
|
205
|
-
code?: string;
|
206
|
-
/**
|
207
|
-
* A message that describes the state in detail.
|
208
|
-
*/
|
209
|
-
message?: string;
|
210
|
-
}
|
211
|
-
/**
|
212
|
-
* An object that represents the status of ingress on an environment.
|
213
|
-
*/
|
214
|
-
export interface IngressEnvironmentStatus {
|
215
|
-
/**
|
216
|
-
* This string represents the state of ingress operations on an environment. It can be
|
217
|
-
* "Disabled", "Ready", "Running", "Paused" or "Unknown". Possible values include: 'Disabled',
|
218
|
-
* 'Ready', 'Running', 'Paused', 'Unknown'
|
219
|
-
*/
|
220
|
-
state?: IngressState;
|
221
|
-
/**
|
222
|
-
* An object that contains the details about an environment's state.
|
223
|
-
*/
|
224
|
-
stateDetails?: EnvironmentStateDetails;
|
225
|
-
}
|
226
|
-
/**
|
227
|
-
* An object that represents the status of the environment, and its internal state in the Time
|
228
|
-
* Series Insights service.
|
229
|
-
*/
|
230
|
-
export interface EnvironmentStatus {
|
231
|
-
/**
|
232
|
-
* An object that represents the status of ingress on an environment.
|
233
|
-
*/
|
234
|
-
ingress?: IngressEnvironmentStatus;
|
235
|
-
}
|
236
|
-
/**
|
237
|
-
* An environment is a set of time-series data available for query, and is the top level Azure Time
|
238
|
-
* Series Insights resource.
|
239
|
-
*/
|
240
|
-
export interface EnvironmentResource extends TrackedResource {
|
241
|
-
/**
|
242
|
-
* The sku determines the capacity of the environment, the SLA (in queries-per-minute and total
|
243
|
-
* capacity), and the billing rate.
|
244
|
-
*/
|
245
|
-
sku?: Sku;
|
246
|
-
/**
|
247
|
-
* ISO8601 timespan specifying the minimum number of days the environment's events will be
|
248
|
-
* available for query.
|
249
|
-
*/
|
250
|
-
dataRetentionTime: string;
|
251
|
-
/**
|
252
|
-
* The behavior the Time Series Insights service should take when the environment's capacity has
|
253
|
-
* been exceeded. If "PauseIngress" is specified, new events will not be read from the event
|
254
|
-
* source. If "PurgeOldData" is specified, new events will continue to be read and old events
|
255
|
-
* will be deleted from the environment. The default behavior is PurgeOldData. Possible values
|
256
|
-
* include: 'PurgeOldData', 'PauseIngress'
|
257
|
-
*/
|
258
|
-
storageLimitExceededBehavior?: StorageLimitExceededBehavior;
|
259
|
-
/**
|
260
|
-
* The list of partition keys according to which the data in the environment will be ordered.
|
261
|
-
*/
|
262
|
-
partitionKeyProperties?: PartitionKeyProperty[];
|
263
|
-
/**
|
264
|
-
* Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',
|
265
|
-
* 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
266
|
-
*/
|
267
|
-
provisioningState?: ProvisioningState;
|
268
|
-
/**
|
269
|
-
* The time the resource was created.
|
270
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
271
|
-
*/
|
272
|
-
readonly creationTime?: Date;
|
273
|
-
/**
|
274
|
-
* An id used to access the environment data, e.g. to query the environment's events or upload
|
275
|
-
* reference data for the environment.
|
276
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
277
|
-
*/
|
278
|
-
readonly dataAccessId?: string;
|
279
|
-
/**
|
280
|
-
* The fully qualified domain name used to access the environment data, e.g. to query the
|
281
|
-
* environment's events or upload reference data for the environment.
|
282
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
283
|
-
*/
|
284
|
-
readonly dataAccessFqdn?: string;
|
285
|
-
/**
|
286
|
-
* An object that represents the status of the environment, and its internal state in the Time
|
287
|
-
* Series Insights service.
|
288
|
-
*/
|
289
|
-
status?: EnvironmentStatus;
|
290
|
-
}
|
291
|
-
/**
|
292
|
-
* The response of the List Environments operation.
|
293
|
-
*/
|
294
|
-
export interface EnvironmentListResponse {
|
295
|
-
/**
|
296
|
-
* Result of the List Environments operation.
|
297
|
-
*/
|
298
|
-
value?: EnvironmentResource[];
|
299
|
-
}
|
300
|
-
/**
|
301
|
-
* Contains the possible cases for EventSourceCreateOrUpdateParameters.
|
302
|
-
*/
|
303
|
-
export declare type EventSourceCreateOrUpdateParametersUnion = EventSourceCreateOrUpdateParameters | EventHubEventSourceCreateOrUpdateParameters | IoTHubEventSourceCreateOrUpdateParameters;
|
304
|
-
/**
|
305
|
-
* Parameters supplied to the Create or Update Event Source operation.
|
306
|
-
*/
|
307
|
-
export interface EventSourceCreateOrUpdateParameters {
|
308
|
-
/**
|
309
|
-
* Polymorphic Discriminator
|
310
|
-
*/
|
311
|
-
kind: "EventSourceCreateOrUpdateParameters";
|
312
|
-
/**
|
313
|
-
* The location of the resource.
|
314
|
-
*/
|
315
|
-
location: string;
|
316
|
-
/**
|
317
|
-
* Key-value pairs of additional properties for the resource.
|
318
|
-
*/
|
319
|
-
tags?: {
|
320
|
-
[propertyName: string]: string;
|
321
|
-
};
|
322
|
-
}
|
323
|
-
/**
|
324
|
-
* Parameters supplied to the Create or Update Event Source operation for an EventHub event source.
|
325
|
-
*/
|
326
|
-
export interface EventHubEventSourceCreateOrUpdateParameters {
|
327
|
-
/**
|
328
|
-
* Polymorphic Discriminator
|
329
|
-
*/
|
330
|
-
kind: "Microsoft.EventHub";
|
331
|
-
/**
|
332
|
-
* The location of the resource.
|
333
|
-
*/
|
334
|
-
location: string;
|
335
|
-
/**
|
336
|
-
* Key-value pairs of additional properties for the resource.
|
337
|
-
*/
|
338
|
-
tags?: {
|
339
|
-
[propertyName: string]: string;
|
340
|
-
};
|
341
|
-
/**
|
342
|
-
* Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',
|
343
|
-
* 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
344
|
-
*/
|
345
|
-
provisioningState?: ProvisioningState;
|
346
|
-
/**
|
347
|
-
* The time the resource was created.
|
348
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
349
|
-
*/
|
350
|
-
readonly creationTime?: Date;
|
351
|
-
/**
|
352
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
353
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
354
|
-
* creation time will be used.
|
355
|
-
*/
|
356
|
-
timestampPropertyName?: string;
|
357
|
-
/**
|
358
|
-
* The resource id of the event source in Azure Resource Manager.
|
359
|
-
*/
|
360
|
-
eventSourceResourceId: string;
|
361
|
-
/**
|
362
|
-
* The name of the service bus that contains the event hub.
|
363
|
-
*/
|
364
|
-
serviceBusNamespace: string;
|
365
|
-
/**
|
366
|
-
* The name of the event hub.
|
367
|
-
*/
|
368
|
-
eventHubName: string;
|
369
|
-
/**
|
370
|
-
* The name of the event hub's consumer group that holds the partitions from which events will be
|
371
|
-
* read.
|
372
|
-
*/
|
373
|
-
consumerGroupName: string;
|
374
|
-
/**
|
375
|
-
* The name of the SAS key that grants the Time Series Insights service access to the event hub.
|
376
|
-
* The shared access policies for this key must grant 'Listen' permissions to the event hub.
|
377
|
-
*/
|
378
|
-
keyName: string;
|
379
|
-
/**
|
380
|
-
* The value of the shared access key that grants the Time Series Insights service read access to
|
381
|
-
* the event hub. This property is not shown in event source responses.
|
382
|
-
*/
|
383
|
-
sharedAccessKey: string;
|
384
|
-
}
|
385
|
-
/**
|
386
|
-
* Parameters supplied to the Create or Update Event Source operation for an IoTHub event source.
|
387
|
-
*/
|
388
|
-
export interface IoTHubEventSourceCreateOrUpdateParameters {
|
389
|
-
/**
|
390
|
-
* Polymorphic Discriminator
|
391
|
-
*/
|
392
|
-
kind: "Microsoft.IoTHub";
|
393
|
-
/**
|
394
|
-
* The location of the resource.
|
395
|
-
*/
|
396
|
-
location: string;
|
397
|
-
/**
|
398
|
-
* Key-value pairs of additional properties for the resource.
|
399
|
-
*/
|
400
|
-
tags?: {
|
401
|
-
[propertyName: string]: string;
|
402
|
-
};
|
403
|
-
/**
|
404
|
-
* Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',
|
405
|
-
* 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
406
|
-
*/
|
407
|
-
provisioningState?: ProvisioningState;
|
408
|
-
/**
|
409
|
-
* The time the resource was created.
|
410
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
411
|
-
*/
|
412
|
-
readonly creationTime?: Date;
|
413
|
-
/**
|
414
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
415
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
416
|
-
* creation time will be used.
|
417
|
-
*/
|
418
|
-
timestampPropertyName?: string;
|
419
|
-
/**
|
420
|
-
* The resource id of the event source in Azure Resource Manager.
|
421
|
-
*/
|
422
|
-
eventSourceResourceId: string;
|
423
|
-
/**
|
424
|
-
* The name of the iot hub.
|
425
|
-
*/
|
426
|
-
iotHubName: string;
|
427
|
-
/**
|
428
|
-
* The name of the iot hub's consumer group that holds the partitions from which events will be
|
429
|
-
* read.
|
430
|
-
*/
|
431
|
-
consumerGroupName: string;
|
432
|
-
/**
|
433
|
-
* The name of the Shared Access Policy key that grants the Time Series Insights service access
|
434
|
-
* to the iot hub. This shared access policy key must grant 'service connect' permissions to the
|
435
|
-
* iot hub.
|
436
|
-
*/
|
437
|
-
keyName: string;
|
438
|
-
/**
|
439
|
-
* The value of the Shared Access Policy key that grants the Time Series Insights service read
|
440
|
-
* access to the iot hub. This property is not shown in event source responses.
|
441
|
-
*/
|
442
|
-
sharedAccessKey: string;
|
443
|
-
}
|
444
|
-
/**
|
445
|
-
* Parameters supplied to the Update Event Source operation.
|
446
|
-
*/
|
447
|
-
export interface EventSourceUpdateParameters {
|
448
|
-
/**
|
449
|
-
* Key-value pairs of additional properties for the event source.
|
450
|
-
*/
|
451
|
-
tags?: {
|
452
|
-
[propertyName: string]: string;
|
453
|
-
};
|
454
|
-
}
|
455
|
-
/**
|
456
|
-
* Parameters supplied to the Update Event Source operation to update an EventHub event source.
|
457
|
-
*/
|
458
|
-
export interface EventHubEventSourceUpdateParameters extends EventSourceUpdateParameters {
|
459
|
-
/**
|
460
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
461
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
462
|
-
* creation time will be used.
|
463
|
-
*/
|
464
|
-
timestampPropertyName?: string;
|
465
|
-
/**
|
466
|
-
* An object that represents the local timestamp property. It contains the format of local
|
467
|
-
* timestamp that needs to be used and the corresponding timezone offset information. If a value
|
468
|
-
* isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed
|
469
|
-
* with the events.
|
470
|
-
*/
|
471
|
-
localTimestamp?: LocalTimestamp;
|
472
|
-
/**
|
473
|
-
* The value of the shared access key that grants the Time Series Insights service read access to
|
474
|
-
* the event hub. This property is not shown in event source responses.
|
475
|
-
*/
|
476
|
-
sharedAccessKey?: string;
|
477
|
-
}
|
478
|
-
/**
|
479
|
-
* Parameters supplied to the Update Event Source operation to update an IoTHub event source.
|
480
|
-
*/
|
481
|
-
export interface IoTHubEventSourceUpdateParameters extends EventSourceUpdateParameters {
|
482
|
-
/**
|
483
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
484
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
485
|
-
* creation time will be used.
|
486
|
-
*/
|
487
|
-
timestampPropertyName?: string;
|
488
|
-
/**
|
489
|
-
* An object that represents the local timestamp property. It contains the format of local
|
490
|
-
* timestamp that needs to be used and the corresponding timezone offset information. If a value
|
491
|
-
* isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed
|
492
|
-
* with the events.
|
493
|
-
*/
|
494
|
-
localTimestamp?: LocalTimestamp;
|
495
|
-
/**
|
496
|
-
* The value of the shared access key that grants the Time Series Insights service read access to
|
497
|
-
* the iot hub. This property is not shown in event source responses.
|
498
|
-
*/
|
499
|
-
sharedAccessKey?: string;
|
500
|
-
}
|
501
|
-
/**
|
502
|
-
* Contains the possible cases for EventSourceResource.
|
503
|
-
*/
|
504
|
-
export declare type EventSourceResourceUnion = EventSourceResource | EventHubEventSourceResource | IoTHubEventSourceResource;
|
505
|
-
/**
|
506
|
-
* An environment receives data from one or more event sources. Each event source has associated
|
507
|
-
* connection info that allows the Time Series Insights ingress pipeline to connect to and pull
|
508
|
-
* data from the event source
|
509
|
-
*/
|
510
|
-
export interface EventSourceResource {
|
511
|
-
/**
|
512
|
-
* Polymorphic Discriminator
|
513
|
-
*/
|
514
|
-
kind: "EventSourceResource";
|
515
|
-
/**
|
516
|
-
* Resource Id
|
517
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
518
|
-
*/
|
519
|
-
readonly id?: string;
|
520
|
-
/**
|
521
|
-
* Resource name
|
522
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
523
|
-
*/
|
524
|
-
readonly name?: string;
|
525
|
-
/**
|
526
|
-
* Resource type
|
527
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
528
|
-
*/
|
529
|
-
readonly type?: string;
|
530
|
-
/**
|
531
|
-
* Resource location
|
532
|
-
*/
|
533
|
-
location: string;
|
534
|
-
/**
|
535
|
-
* Resource tags
|
536
|
-
*/
|
537
|
-
tags?: {
|
538
|
-
[propertyName: string]: string;
|
539
|
-
};
|
540
|
-
}
|
541
|
-
/**
|
542
|
-
* The response of the List EventSources operation.
|
543
|
-
*/
|
544
|
-
export interface EventSourceListResponse {
|
545
|
-
/**
|
546
|
-
* Result of the List EventSources operation.
|
547
|
-
*/
|
548
|
-
value?: EventSourceResourceUnion[];
|
549
|
-
}
|
550
|
-
/**
|
551
|
-
* An event source that receives its data from an Azure EventHub.
|
552
|
-
*/
|
553
|
-
export interface EventHubEventSourceResource {
|
554
|
-
/**
|
555
|
-
* Polymorphic Discriminator
|
556
|
-
*/
|
557
|
-
kind: "Microsoft.EventHub";
|
558
|
-
/**
|
559
|
-
* Resource Id
|
560
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
561
|
-
*/
|
562
|
-
readonly id?: string;
|
563
|
-
/**
|
564
|
-
* Resource name
|
565
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
566
|
-
*/
|
567
|
-
readonly name?: string;
|
568
|
-
/**
|
569
|
-
* Resource type
|
570
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
571
|
-
*/
|
572
|
-
readonly type?: string;
|
573
|
-
/**
|
574
|
-
* Resource location
|
575
|
-
*/
|
576
|
-
location: string;
|
577
|
-
/**
|
578
|
-
* Resource tags
|
579
|
-
*/
|
580
|
-
tags?: {
|
581
|
-
[propertyName: string]: string;
|
582
|
-
};
|
583
|
-
/**
|
584
|
-
* Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',
|
585
|
-
* 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
586
|
-
*/
|
587
|
-
provisioningState?: ProvisioningState;
|
588
|
-
/**
|
589
|
-
* The time the resource was created.
|
590
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
591
|
-
*/
|
592
|
-
readonly creationTime?: Date;
|
593
|
-
/**
|
594
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
595
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
596
|
-
* creation time will be used.
|
597
|
-
*/
|
598
|
-
timestampPropertyName?: string;
|
599
|
-
/**
|
600
|
-
* The resource id of the event source in Azure Resource Manager.
|
601
|
-
*/
|
602
|
-
eventSourceResourceId: string;
|
603
|
-
/**
|
604
|
-
* The name of the service bus that contains the event hub.
|
605
|
-
*/
|
606
|
-
serviceBusNamespace: string;
|
607
|
-
/**
|
608
|
-
* The name of the event hub.
|
609
|
-
*/
|
610
|
-
eventHubName: string;
|
611
|
-
/**
|
612
|
-
* The name of the event hub's consumer group that holds the partitions from which events will be
|
613
|
-
* read.
|
614
|
-
*/
|
615
|
-
consumerGroupName: string;
|
616
|
-
/**
|
617
|
-
* The name of the SAS key that grants the Time Series Insights service access to the event hub.
|
618
|
-
* The shared access policies for this key must grant 'Listen' permissions to the event hub.
|
619
|
-
*/
|
620
|
-
keyName: string;
|
621
|
-
}
|
622
|
-
/**
|
623
|
-
* An event source that receives its data from an Azure IoTHub.
|
624
|
-
*/
|
625
|
-
export interface IoTHubEventSourceResource {
|
626
|
-
/**
|
627
|
-
* Polymorphic Discriminator
|
628
|
-
*/
|
629
|
-
kind: "Microsoft.IotHub";
|
630
|
-
/**
|
631
|
-
* Resource Id
|
632
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
633
|
-
*/
|
634
|
-
readonly id?: string;
|
635
|
-
/**
|
636
|
-
* Resource name
|
637
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
638
|
-
*/
|
639
|
-
readonly name?: string;
|
640
|
-
/**
|
641
|
-
* Resource type
|
642
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
643
|
-
*/
|
644
|
-
readonly type?: string;
|
645
|
-
/**
|
646
|
-
* Resource location
|
647
|
-
*/
|
648
|
-
location: string;
|
649
|
-
/**
|
650
|
-
* Resource tags
|
651
|
-
*/
|
652
|
-
tags?: {
|
653
|
-
[propertyName: string]: string;
|
654
|
-
};
|
655
|
-
/**
|
656
|
-
* Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',
|
657
|
-
* 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
658
|
-
*/
|
659
|
-
provisioningState?: ProvisioningState;
|
660
|
-
/**
|
661
|
-
* The time the resource was created.
|
662
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
663
|
-
*/
|
664
|
-
readonly creationTime?: Date;
|
665
|
-
/**
|
666
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
667
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
668
|
-
* creation time will be used.
|
669
|
-
*/
|
670
|
-
timestampPropertyName?: string;
|
671
|
-
/**
|
672
|
-
* The resource id of the event source in Azure Resource Manager.
|
673
|
-
*/
|
674
|
-
eventSourceResourceId: string;
|
675
|
-
/**
|
676
|
-
* The name of the iot hub.
|
677
|
-
*/
|
678
|
-
iotHubName: string;
|
679
|
-
/**
|
680
|
-
* The name of the iot hub's consumer group that holds the partitions from which events will be
|
681
|
-
* read.
|
682
|
-
*/
|
683
|
-
consumerGroupName: string;
|
684
|
-
/**
|
685
|
-
* The name of the Shared Access Policy key that grants the Time Series Insights service access
|
686
|
-
* to the iot hub. This shared access policy key must grant 'service connect' permissions to the
|
687
|
-
* iot hub.
|
688
|
-
*/
|
689
|
-
keyName: string;
|
690
|
-
}
|
691
|
-
/**
|
692
|
-
* Properties of the event source.
|
693
|
-
*/
|
694
|
-
export interface EventSourceCommonProperties extends ResourceProperties {
|
695
|
-
/**
|
696
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
697
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
698
|
-
* creation time will be used.
|
699
|
-
*/
|
700
|
-
timestampPropertyName?: string;
|
701
|
-
}
|
702
|
-
/**
|
703
|
-
* Properties of an event source that reads events from an event broker in Azure.
|
704
|
-
*/
|
705
|
-
export interface AzureEventSourceProperties extends EventSourceCommonProperties {
|
706
|
-
/**
|
707
|
-
* The resource id of the event source in Azure Resource Manager.
|
708
|
-
*/
|
709
|
-
eventSourceResourceId: string;
|
710
|
-
}
|
711
|
-
/**
|
712
|
-
* Properties of the EventHub event source.
|
713
|
-
*/
|
714
|
-
export interface EventHubEventSourceCommonProperties extends AzureEventSourceProperties {
|
715
|
-
/**
|
716
|
-
* The name of the service bus that contains the event hub.
|
717
|
-
*/
|
718
|
-
serviceBusNamespace: string;
|
719
|
-
/**
|
720
|
-
* The name of the event hub.
|
721
|
-
*/
|
722
|
-
eventHubName: string;
|
723
|
-
/**
|
724
|
-
* The name of the event hub's consumer group that holds the partitions from which events will be
|
725
|
-
* read.
|
726
|
-
*/
|
727
|
-
consumerGroupName: string;
|
728
|
-
/**
|
729
|
-
* The name of the SAS key that grants the Time Series Insights service access to the event hub.
|
730
|
-
* The shared access policies for this key must grant 'Listen' permissions to the event hub.
|
731
|
-
*/
|
732
|
-
keyName: string;
|
733
|
-
}
|
734
|
-
/**
|
735
|
-
* Properties of the IoTHub event source.
|
736
|
-
*/
|
737
|
-
export interface IoTHubEventSourceCommonProperties extends AzureEventSourceProperties {
|
738
|
-
/**
|
739
|
-
* The name of the iot hub.
|
740
|
-
*/
|
741
|
-
iotHubName: string;
|
742
|
-
/**
|
743
|
-
* The name of the iot hub's consumer group that holds the partitions from which events will be
|
744
|
-
* read.
|
745
|
-
*/
|
746
|
-
consumerGroupName: string;
|
747
|
-
/**
|
748
|
-
* The name of the Shared Access Policy key that grants the Time Series Insights service access
|
749
|
-
* to the iot hub. This shared access policy key must grant 'service connect' permissions to the
|
750
|
-
* iot hub.
|
751
|
-
*/
|
752
|
-
keyName: string;
|
753
|
-
}
|
754
|
-
/**
|
755
|
-
* An object that represents the offset information for the local timestamp format specified.
|
756
|
-
* Should not be specified for LocalTimestampFormat - Embedded.
|
757
|
-
*/
|
758
|
-
export interface LocalTimestampTimeZoneOffset {
|
759
|
-
/**
|
760
|
-
* The event property that will be contain the offset information to calculate the local
|
761
|
-
* timestamp. When the LocalTimestampFormat is Iana, the property name will contain the name of
|
762
|
-
* the column which contains IANA Timezone Name (eg: Americas/Los Angeles). When
|
763
|
-
* LocalTimestampFormat is Timespan, it contains the name of property which contains values
|
764
|
-
* representing the offset (eg: P1D or 1.00:00:00)
|
765
|
-
*/
|
766
|
-
propertyName?: string;
|
767
|
-
}
|
768
|
-
/**
|
769
|
-
* An object that represents the local timestamp property. It contains the format of local
|
770
|
-
* timestamp that needs to be used and the corresponding timezone offset information. If a value
|
771
|
-
* isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed
|
772
|
-
* with the events.
|
773
|
-
*/
|
774
|
-
export interface LocalTimestamp {
|
775
|
-
/**
|
776
|
-
* An enum that represents the format of the local timestamp property that needs to be set.
|
777
|
-
* Possible values include: 'Embedded', 'Iana', 'TimeSpan'
|
778
|
-
*/
|
779
|
-
format?: LocalTimestampFormat;
|
780
|
-
/**
|
781
|
-
* An object that represents the offset information for the local timestamp format specified.
|
782
|
-
* Should not be specified for LocalTimestampFormat - Embedded.
|
783
|
-
*/
|
784
|
-
timeZoneOffset?: LocalTimestampTimeZoneOffset;
|
785
|
-
}
|
786
|
-
/**
|
787
|
-
* An object that represents a set of mutable event source resource properties.
|
788
|
-
*/
|
789
|
-
export interface EventSourceMutableProperties {
|
790
|
-
/**
|
791
|
-
* The event property that will be used as the event source's timestamp. If a value isn't
|
792
|
-
* specified for timestampPropertyName, or if null or empty-string is specified, the event
|
793
|
-
* creation time will be used.
|
794
|
-
*/
|
795
|
-
timestampPropertyName?: string;
|
796
|
-
/**
|
797
|
-
* An object that represents the local timestamp property. It contains the format of local
|
798
|
-
* timestamp that needs to be used and the corresponding timezone offset information. If a value
|
799
|
-
* isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed
|
800
|
-
* with the events.
|
801
|
-
*/
|
802
|
-
localTimestamp?: LocalTimestamp;
|
803
|
-
}
|
804
|
-
/**
|
805
|
-
* A key property for the reference data set. A reference data set can have multiple key
|
806
|
-
* properties.
|
807
|
-
*/
|
808
|
-
export interface ReferenceDataSetKeyProperty {
|
809
|
-
/**
|
810
|
-
* The name of the key property.
|
811
|
-
*/
|
812
|
-
name?: string;
|
813
|
-
/**
|
814
|
-
* The type of the key property. Possible values include: 'String', 'Double', 'Bool', 'DateTime'
|
815
|
-
*/
|
816
|
-
type?: ReferenceDataKeyPropertyType;
|
817
|
-
}
|
818
|
-
/**
|
819
|
-
* An interface representing ReferenceDataSetCreateOrUpdateParameters.
|
820
|
-
*/
|
821
|
-
export interface ReferenceDataSetCreateOrUpdateParameters extends CreateOrUpdateTrackedResourceProperties {
|
822
|
-
/**
|
823
|
-
* The list of key properties for the reference data set.
|
824
|
-
*/
|
825
|
-
keyProperties: ReferenceDataSetKeyProperty[];
|
826
|
-
/**
|
827
|
-
* The reference data set key comparison behavior can be set using this property. By default, the
|
828
|
-
* value is 'Ordinal' - which means case sensitive key comparison will be performed while joining
|
829
|
-
* reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is
|
830
|
-
* set, case insensitive comparison will be used. Possible values include: 'Ordinal',
|
831
|
-
* 'OrdinalIgnoreCase'
|
832
|
-
*/
|
833
|
-
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
834
|
-
}
|
835
|
-
/**
|
836
|
-
* Parameters supplied to the Update Reference Data Set operation.
|
837
|
-
*/
|
838
|
-
export interface ReferenceDataSetUpdateParameters {
|
839
|
-
/**
|
840
|
-
* Key-value pairs of additional properties for the reference data set.
|
841
|
-
*/
|
842
|
-
tags?: {
|
843
|
-
[propertyName: string]: string;
|
844
|
-
};
|
845
|
-
}
|
846
|
-
/**
|
847
|
-
* A reference data set provides metadata about the events in an environment. Metadata in the
|
848
|
-
* reference data set will be joined with events as they are read from event sources. The metadata
|
849
|
-
* that makes up the reference data set is uploaded or modified through the Time Series Insights
|
850
|
-
* data plane APIs.
|
851
|
-
*/
|
852
|
-
export interface ReferenceDataSetResource extends TrackedResource {
|
853
|
-
/**
|
854
|
-
* The list of key properties for the reference data set.
|
855
|
-
*/
|
856
|
-
keyProperties: ReferenceDataSetKeyProperty[];
|
857
|
-
/**
|
858
|
-
* The reference data set key comparison behavior can be set using this property. By default, the
|
859
|
-
* value is 'Ordinal' - which means case sensitive key comparison will be performed while joining
|
860
|
-
* reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is
|
861
|
-
* set, case insensitive comparison will be used. Possible values include: 'Ordinal',
|
862
|
-
* 'OrdinalIgnoreCase'
|
863
|
-
*/
|
864
|
-
dataStringComparisonBehavior?: DataStringComparisonBehavior;
|
865
|
-
/**
|
866
|
-
* Provisioning state of the resource. Possible values include: 'Accepted', 'Creating',
|
867
|
-
* 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
868
|
-
*/
|
869
|
-
provisioningState?: ProvisioningState;
|
870
|
-
/**
|
871
|
-
* The time the resource was created.
|
872
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
873
|
-
*/
|
874
|
-
readonly creationTime?: Date;
|
875
|
-
}
|
876
|
-
/**
|
877
|
-
* The response of the List Reference Data Sets operation.
|
878
|
-
*/
|
879
|
-
export interface ReferenceDataSetListResponse {
|
880
|
-
/**
|
881
|
-
* Result of the List Reference Data Sets operation.
|
882
|
-
*/
|
883
|
-
value?: ReferenceDataSetResource[];
|
884
|
-
}
|
885
|
-
/**
|
886
|
-
* An interface representing AccessPolicyCreateOrUpdateParameters.
|
887
|
-
*/
|
888
|
-
export interface AccessPolicyCreateOrUpdateParameters {
|
889
|
-
/**
|
890
|
-
* The objectId of the principal in Azure Active Directory.
|
891
|
-
*/
|
892
|
-
principalObjectId?: string;
|
893
|
-
/**
|
894
|
-
* An description of the access policy.
|
895
|
-
*/
|
896
|
-
description?: string;
|
897
|
-
/**
|
898
|
-
* The list of roles the principal is assigned on the environment.
|
899
|
-
*/
|
900
|
-
roles?: AccessPolicyRole[];
|
901
|
-
}
|
902
|
-
/**
|
903
|
-
* An interface representing AccessPolicyUpdateParameters.
|
904
|
-
*/
|
905
|
-
export interface AccessPolicyUpdateParameters {
|
906
|
-
/**
|
907
|
-
* An description of the access policy.
|
908
|
-
*/
|
909
|
-
description?: string;
|
910
|
-
/**
|
911
|
-
* The list of roles the principal is assigned on the environment.
|
912
|
-
*/
|
913
|
-
roles?: AccessPolicyRole[];
|
914
|
-
}
|
915
|
-
/**
|
916
|
-
* An access policy is used to grant users and applications access to the environment. Roles are
|
917
|
-
* assigned to service principals in Azure Active Directory. These roles define the actions the
|
918
|
-
* principal can perform through the Time Series Insights data plane APIs.
|
919
|
-
*/
|
920
|
-
export interface AccessPolicyResource extends Resource {
|
921
|
-
/**
|
922
|
-
* The objectId of the principal in Azure Active Directory.
|
923
|
-
*/
|
924
|
-
principalObjectId?: string;
|
925
|
-
/**
|
926
|
-
* An description of the access policy.
|
927
|
-
*/
|
928
|
-
description?: string;
|
929
|
-
/**
|
930
|
-
* The list of roles the principal is assigned on the environment.
|
931
|
-
*/
|
932
|
-
roles?: AccessPolicyRole[];
|
933
|
-
}
|
934
|
-
/**
|
935
|
-
* The response of the List access policies operation.
|
936
|
-
*/
|
937
|
-
export interface AccessPolicyListResponse {
|
938
|
-
/**
|
939
|
-
* Result of the List access policies operation.
|
940
|
-
*/
|
941
|
-
value?: AccessPolicyResource[];
|
942
|
-
}
|
943
|
-
/**
|
944
|
-
* Optional Parameters.
|
945
|
-
*/
|
946
|
-
export interface EnvironmentsGetOptionalParams extends msRest.RequestOptionsBase {
|
947
|
-
/**
|
948
|
-
* Setting $expand=status will include the status of the internal services of the environment in
|
949
|
-
* the Time Series Insights service.
|
950
|
-
*/
|
951
|
-
expand?: string;
|
952
|
-
}
|
953
|
-
/**
|
954
|
-
* An interface representing TimeSeriesInsightsClientOptions.
|
955
|
-
*/
|
956
|
-
export interface TimeSeriesInsightsClientOptions extends AzureServiceClientOptions {
|
957
|
-
baseUri?: string;
|
958
|
-
}
|
959
|
-
/**
|
960
|
-
* @interface
|
961
|
-
* Result of the request to list Time Series Insights operations. It contains a list of operations
|
962
|
-
* and a URL link to get the next set of results.
|
963
|
-
* @extends Array<Operation>
|
964
|
-
*/
|
965
|
-
export interface OperationListResult extends Array<Operation> {
|
966
|
-
/**
|
967
|
-
* URL to get the next set of operation list results if there are any.
|
968
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
969
|
-
*/
|
970
|
-
readonly nextLink?: string;
|
971
|
-
}
|
972
|
-
/**
|
973
|
-
* Defines values for ProvisioningState.
|
974
|
-
* Possible values include: 'Accepted', 'Creating', 'Updating', 'Succeeded', 'Failed', 'Deleting'
|
975
|
-
* @readonly
|
976
|
-
* @enum {string}
|
977
|
-
*/
|
978
|
-
export declare type ProvisioningState = 'Accepted' | 'Creating' | 'Updating' | 'Succeeded' | 'Failed' | 'Deleting';
|
979
|
-
/**
|
980
|
-
* Defines values for SkuName.
|
981
|
-
* Possible values include: 'S1', 'S2'
|
982
|
-
* @readonly
|
983
|
-
* @enum {string}
|
984
|
-
*/
|
985
|
-
export declare type SkuName = 'S1' | 'S2';
|
986
|
-
/**
|
987
|
-
* Defines values for StorageLimitExceededBehavior.
|
988
|
-
* Possible values include: 'PurgeOldData', 'PauseIngress'
|
989
|
-
* @readonly
|
990
|
-
* @enum {string}
|
991
|
-
*/
|
992
|
-
export declare type StorageLimitExceededBehavior = 'PurgeOldData' | 'PauseIngress';
|
993
|
-
/**
|
994
|
-
* Defines values for PropertyType.
|
995
|
-
* Possible values include: 'String'
|
996
|
-
* @readonly
|
997
|
-
* @enum {string}
|
998
|
-
*/
|
999
|
-
export declare type PropertyType = 'String';
|
1000
|
-
/**
|
1001
|
-
* Defines values for IngressState.
|
1002
|
-
* Possible values include: 'Disabled', 'Ready', 'Running', 'Paused', 'Unknown'
|
1003
|
-
* @readonly
|
1004
|
-
* @enum {string}
|
1005
|
-
*/
|
1006
|
-
export declare type IngressState = 'Disabled' | 'Ready' | 'Running' | 'Paused' | 'Unknown';
|
1007
|
-
/**
|
1008
|
-
* Defines values for LocalTimestampFormat.
|
1009
|
-
* Possible values include: 'Embedded', 'Iana', 'TimeSpan'
|
1010
|
-
* @readonly
|
1011
|
-
* @enum {string}
|
1012
|
-
*/
|
1013
|
-
export declare type LocalTimestampFormat = 'Embedded' | 'Iana' | 'TimeSpan';
|
1014
|
-
/**
|
1015
|
-
* Defines values for ReferenceDataKeyPropertyType.
|
1016
|
-
* Possible values include: 'String', 'Double', 'Bool', 'DateTime'
|
1017
|
-
* @readonly
|
1018
|
-
* @enum {string}
|
1019
|
-
*/
|
1020
|
-
export declare type ReferenceDataKeyPropertyType = 'String' | 'Double' | 'Bool' | 'DateTime';
|
1021
|
-
/**
|
1022
|
-
* Defines values for DataStringComparisonBehavior.
|
1023
|
-
* Possible values include: 'Ordinal', 'OrdinalIgnoreCase'
|
1024
|
-
* @readonly
|
1025
|
-
* @enum {string}
|
1026
|
-
*/
|
1027
|
-
export declare type DataStringComparisonBehavior = 'Ordinal' | 'OrdinalIgnoreCase';
|
1028
|
-
/**
|
1029
|
-
* Defines values for AccessPolicyRole.
|
1030
|
-
* Possible values include: 'Reader', 'Contributor'
|
1031
|
-
* @readonly
|
1032
|
-
* @enum {string}
|
1033
|
-
*/
|
1034
|
-
export declare type AccessPolicyRole = 'Reader' | 'Contributor';
|
1035
|
-
/**
|
1036
|
-
* Contains response data for the list operation.
|
1037
|
-
*/
|
1038
|
-
export declare type OperationsListResponse = OperationListResult & {
|
1039
|
-
/**
|
1040
|
-
* The underlying HTTP response.
|
1041
|
-
*/
|
1042
|
-
_response: msRest.HttpResponse & {
|
1043
|
-
/**
|
1044
|
-
* The response body as text (string format)
|
1045
|
-
*/
|
1046
|
-
bodyAsText: string;
|
1047
|
-
/**
|
1048
|
-
* The response body as parsed JSON or XML
|
1049
|
-
*/
|
1050
|
-
parsedBody: OperationListResult;
|
1051
|
-
};
|
1052
|
-
};
|
1053
|
-
/**
|
1054
|
-
* Contains response data for the listNext operation.
|
1055
|
-
*/
|
1056
|
-
export declare type OperationsListNextResponse = OperationListResult & {
|
1057
|
-
/**
|
1058
|
-
* The underlying HTTP response.
|
1059
|
-
*/
|
1060
|
-
_response: msRest.HttpResponse & {
|
1061
|
-
/**
|
1062
|
-
* The response body as text (string format)
|
1063
|
-
*/
|
1064
|
-
bodyAsText: string;
|
1065
|
-
/**
|
1066
|
-
* The response body as parsed JSON or XML
|
1067
|
-
*/
|
1068
|
-
parsedBody: OperationListResult;
|
1069
|
-
};
|
1070
|
-
};
|
1071
|
-
/**
|
1072
|
-
* Contains response data for the createOrUpdate operation.
|
1073
|
-
*/
|
1074
|
-
export declare type EnvironmentsCreateOrUpdateResponse = EnvironmentResource & {
|
1075
|
-
/**
|
1076
|
-
* The underlying HTTP response.
|
1077
|
-
*/
|
1078
|
-
_response: msRest.HttpResponse & {
|
1079
|
-
/**
|
1080
|
-
* The response body as text (string format)
|
1081
|
-
*/
|
1082
|
-
bodyAsText: string;
|
1083
|
-
/**
|
1084
|
-
* The response body as parsed JSON or XML
|
1085
|
-
*/
|
1086
|
-
parsedBody: EnvironmentResource;
|
1087
|
-
};
|
1088
|
-
};
|
1089
|
-
/**
|
1090
|
-
* Contains response data for the get operation.
|
1091
|
-
*/
|
1092
|
-
export declare type EnvironmentsGetResponse = EnvironmentResource & {
|
1093
|
-
/**
|
1094
|
-
* The underlying HTTP response.
|
1095
|
-
*/
|
1096
|
-
_response: msRest.HttpResponse & {
|
1097
|
-
/**
|
1098
|
-
* The response body as text (string format)
|
1099
|
-
*/
|
1100
|
-
bodyAsText: string;
|
1101
|
-
/**
|
1102
|
-
* The response body as parsed JSON or XML
|
1103
|
-
*/
|
1104
|
-
parsedBody: EnvironmentResource;
|
1105
|
-
};
|
1106
|
-
};
|
1107
|
-
/**
|
1108
|
-
* Contains response data for the update operation.
|
1109
|
-
*/
|
1110
|
-
export declare type EnvironmentsUpdateResponse = EnvironmentResource & {
|
1111
|
-
/**
|
1112
|
-
* The underlying HTTP response.
|
1113
|
-
*/
|
1114
|
-
_response: msRest.HttpResponse & {
|
1115
|
-
/**
|
1116
|
-
* The response body as text (string format)
|
1117
|
-
*/
|
1118
|
-
bodyAsText: string;
|
1119
|
-
/**
|
1120
|
-
* The response body as parsed JSON or XML
|
1121
|
-
*/
|
1122
|
-
parsedBody: EnvironmentResource;
|
1123
|
-
};
|
1124
|
-
};
|
1125
|
-
/**
|
1126
|
-
* Contains response data for the listByResourceGroup operation.
|
1127
|
-
*/
|
1128
|
-
export declare type EnvironmentsListByResourceGroupResponse = EnvironmentListResponse & {
|
1129
|
-
/**
|
1130
|
-
* The underlying HTTP response.
|
1131
|
-
*/
|
1132
|
-
_response: msRest.HttpResponse & {
|
1133
|
-
/**
|
1134
|
-
* The response body as text (string format)
|
1135
|
-
*/
|
1136
|
-
bodyAsText: string;
|
1137
|
-
/**
|
1138
|
-
* The response body as parsed JSON or XML
|
1139
|
-
*/
|
1140
|
-
parsedBody: EnvironmentListResponse;
|
1141
|
-
};
|
1142
|
-
};
|
1143
|
-
/**
|
1144
|
-
* Contains response data for the listBySubscription operation.
|
1145
|
-
*/
|
1146
|
-
export declare type EnvironmentsListBySubscriptionResponse = EnvironmentListResponse & {
|
1147
|
-
/**
|
1148
|
-
* The underlying HTTP response.
|
1149
|
-
*/
|
1150
|
-
_response: msRest.HttpResponse & {
|
1151
|
-
/**
|
1152
|
-
* The response body as text (string format)
|
1153
|
-
*/
|
1154
|
-
bodyAsText: string;
|
1155
|
-
/**
|
1156
|
-
* The response body as parsed JSON or XML
|
1157
|
-
*/
|
1158
|
-
parsedBody: EnvironmentListResponse;
|
1159
|
-
};
|
1160
|
-
};
|
1161
|
-
/**
|
1162
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
1163
|
-
*/
|
1164
|
-
export declare type EnvironmentsBeginCreateOrUpdateResponse = EnvironmentResource & {
|
1165
|
-
/**
|
1166
|
-
* The underlying HTTP response.
|
1167
|
-
*/
|
1168
|
-
_response: msRest.HttpResponse & {
|
1169
|
-
/**
|
1170
|
-
* The response body as text (string format)
|
1171
|
-
*/
|
1172
|
-
bodyAsText: string;
|
1173
|
-
/**
|
1174
|
-
* The response body as parsed JSON or XML
|
1175
|
-
*/
|
1176
|
-
parsedBody: EnvironmentResource;
|
1177
|
-
};
|
1178
|
-
};
|
1179
|
-
/**
|
1180
|
-
* Contains response data for the beginUpdate operation.
|
1181
|
-
*/
|
1182
|
-
export declare type EnvironmentsBeginUpdateResponse = EnvironmentResource & {
|
1183
|
-
/**
|
1184
|
-
* The underlying HTTP response.
|
1185
|
-
*/
|
1186
|
-
_response: msRest.HttpResponse & {
|
1187
|
-
/**
|
1188
|
-
* The response body as text (string format)
|
1189
|
-
*/
|
1190
|
-
bodyAsText: string;
|
1191
|
-
/**
|
1192
|
-
* The response body as parsed JSON or XML
|
1193
|
-
*/
|
1194
|
-
parsedBody: EnvironmentResource;
|
1195
|
-
};
|
1196
|
-
};
|
1197
|
-
/**
|
1198
|
-
* Contains response data for the createOrUpdate operation.
|
1199
|
-
*/
|
1200
|
-
export declare type EventSourcesCreateOrUpdateResponse = EventSourceResourceUnion & {
|
1201
|
-
/**
|
1202
|
-
* The underlying HTTP response.
|
1203
|
-
*/
|
1204
|
-
_response: msRest.HttpResponse & {
|
1205
|
-
/**
|
1206
|
-
* The response body as text (string format)
|
1207
|
-
*/
|
1208
|
-
bodyAsText: string;
|
1209
|
-
/**
|
1210
|
-
* The response body as parsed JSON or XML
|
1211
|
-
*/
|
1212
|
-
parsedBody: EventSourceResourceUnion;
|
1213
|
-
};
|
1214
|
-
};
|
1215
|
-
/**
|
1216
|
-
* Contains response data for the get operation.
|
1217
|
-
*/
|
1218
|
-
export declare type EventSourcesGetResponse = EventSourceResourceUnion & {
|
1219
|
-
/**
|
1220
|
-
* The underlying HTTP response.
|
1221
|
-
*/
|
1222
|
-
_response: msRest.HttpResponse & {
|
1223
|
-
/**
|
1224
|
-
* The response body as text (string format)
|
1225
|
-
*/
|
1226
|
-
bodyAsText: string;
|
1227
|
-
/**
|
1228
|
-
* The response body as parsed JSON or XML
|
1229
|
-
*/
|
1230
|
-
parsedBody: EventSourceResourceUnion;
|
1231
|
-
};
|
1232
|
-
};
|
1233
|
-
/**
|
1234
|
-
* Contains response data for the update operation.
|
1235
|
-
*/
|
1236
|
-
export declare type EventSourcesUpdateResponse = EventSourceResourceUnion & {
|
1237
|
-
/**
|
1238
|
-
* The underlying HTTP response.
|
1239
|
-
*/
|
1240
|
-
_response: msRest.HttpResponse & {
|
1241
|
-
/**
|
1242
|
-
* The response body as text (string format)
|
1243
|
-
*/
|
1244
|
-
bodyAsText: string;
|
1245
|
-
/**
|
1246
|
-
* The response body as parsed JSON or XML
|
1247
|
-
*/
|
1248
|
-
parsedBody: EventSourceResourceUnion;
|
1249
|
-
};
|
1250
|
-
};
|
1251
|
-
/**
|
1252
|
-
* Contains response data for the listByEnvironment operation.
|
1253
|
-
*/
|
1254
|
-
export declare type EventSourcesListByEnvironmentResponse = EventSourceListResponse & {
|
1255
|
-
/**
|
1256
|
-
* The underlying HTTP response.
|
1257
|
-
*/
|
1258
|
-
_response: msRest.HttpResponse & {
|
1259
|
-
/**
|
1260
|
-
* The response body as text (string format)
|
1261
|
-
*/
|
1262
|
-
bodyAsText: string;
|
1263
|
-
/**
|
1264
|
-
* The response body as parsed JSON or XML
|
1265
|
-
*/
|
1266
|
-
parsedBody: EventSourceListResponse;
|
1267
|
-
};
|
1268
|
-
};
|
1269
|
-
/**
|
1270
|
-
* Contains response data for the createOrUpdate operation.
|
1271
|
-
*/
|
1272
|
-
export declare type ReferenceDataSetsCreateOrUpdateResponse = ReferenceDataSetResource & {
|
1273
|
-
/**
|
1274
|
-
* The underlying HTTP response.
|
1275
|
-
*/
|
1276
|
-
_response: msRest.HttpResponse & {
|
1277
|
-
/**
|
1278
|
-
* The response body as text (string format)
|
1279
|
-
*/
|
1280
|
-
bodyAsText: string;
|
1281
|
-
/**
|
1282
|
-
* The response body as parsed JSON or XML
|
1283
|
-
*/
|
1284
|
-
parsedBody: ReferenceDataSetResource;
|
1285
|
-
};
|
1286
|
-
};
|
1287
|
-
/**
|
1288
|
-
* Contains response data for the get operation.
|
1289
|
-
*/
|
1290
|
-
export declare type ReferenceDataSetsGetResponse = ReferenceDataSetResource & {
|
1291
|
-
/**
|
1292
|
-
* The underlying HTTP response.
|
1293
|
-
*/
|
1294
|
-
_response: msRest.HttpResponse & {
|
1295
|
-
/**
|
1296
|
-
* The response body as text (string format)
|
1297
|
-
*/
|
1298
|
-
bodyAsText: string;
|
1299
|
-
/**
|
1300
|
-
* The response body as parsed JSON or XML
|
1301
|
-
*/
|
1302
|
-
parsedBody: ReferenceDataSetResource;
|
1303
|
-
};
|
1304
|
-
};
|
1305
|
-
/**
|
1306
|
-
* Contains response data for the update operation.
|
1307
|
-
*/
|
1308
|
-
export declare type ReferenceDataSetsUpdateResponse = ReferenceDataSetResource & {
|
1309
|
-
/**
|
1310
|
-
* The underlying HTTP response.
|
1311
|
-
*/
|
1312
|
-
_response: msRest.HttpResponse & {
|
1313
|
-
/**
|
1314
|
-
* The response body as text (string format)
|
1315
|
-
*/
|
1316
|
-
bodyAsText: string;
|
1317
|
-
/**
|
1318
|
-
* The response body as parsed JSON or XML
|
1319
|
-
*/
|
1320
|
-
parsedBody: ReferenceDataSetResource;
|
1321
|
-
};
|
1322
|
-
};
|
1323
|
-
/**
|
1324
|
-
* Contains response data for the listByEnvironment operation.
|
1325
|
-
*/
|
1326
|
-
export declare type ReferenceDataSetsListByEnvironmentResponse = ReferenceDataSetListResponse & {
|
1327
|
-
/**
|
1328
|
-
* The underlying HTTP response.
|
1329
|
-
*/
|
1330
|
-
_response: msRest.HttpResponse & {
|
1331
|
-
/**
|
1332
|
-
* The response body as text (string format)
|
1333
|
-
*/
|
1334
|
-
bodyAsText: string;
|
1335
|
-
/**
|
1336
|
-
* The response body as parsed JSON or XML
|
1337
|
-
*/
|
1338
|
-
parsedBody: ReferenceDataSetListResponse;
|
1339
|
-
};
|
1340
|
-
};
|
1341
|
-
/**
|
1342
|
-
* Contains response data for the createOrUpdate operation.
|
1343
|
-
*/
|
1344
|
-
export declare type AccessPoliciesCreateOrUpdateResponse = AccessPolicyResource & {
|
1345
|
-
/**
|
1346
|
-
* The underlying HTTP response.
|
1347
|
-
*/
|
1348
|
-
_response: msRest.HttpResponse & {
|
1349
|
-
/**
|
1350
|
-
* The response body as text (string format)
|
1351
|
-
*/
|
1352
|
-
bodyAsText: string;
|
1353
|
-
/**
|
1354
|
-
* The response body as parsed JSON or XML
|
1355
|
-
*/
|
1356
|
-
parsedBody: AccessPolicyResource;
|
1357
|
-
};
|
1358
|
-
};
|
1359
|
-
/**
|
1360
|
-
* Contains response data for the get operation.
|
1361
|
-
*/
|
1362
|
-
export declare type AccessPoliciesGetResponse = AccessPolicyResource & {
|
1363
|
-
/**
|
1364
|
-
* The underlying HTTP response.
|
1365
|
-
*/
|
1366
|
-
_response: msRest.HttpResponse & {
|
1367
|
-
/**
|
1368
|
-
* The response body as text (string format)
|
1369
|
-
*/
|
1370
|
-
bodyAsText: string;
|
1371
|
-
/**
|
1372
|
-
* The response body as parsed JSON or XML
|
1373
|
-
*/
|
1374
|
-
parsedBody: AccessPolicyResource;
|
1375
|
-
};
|
1376
|
-
};
|
1377
|
-
/**
|
1378
|
-
* Contains response data for the update operation.
|
1379
|
-
*/
|
1380
|
-
export declare type AccessPoliciesUpdateResponse = AccessPolicyResource & {
|
1381
|
-
/**
|
1382
|
-
* The underlying HTTP response.
|
1383
|
-
*/
|
1384
|
-
_response: msRest.HttpResponse & {
|
1385
|
-
/**
|
1386
|
-
* The response body as text (string format)
|
1387
|
-
*/
|
1388
|
-
bodyAsText: string;
|
1389
|
-
/**
|
1390
|
-
* The response body as parsed JSON or XML
|
1391
|
-
*/
|
1392
|
-
parsedBody: AccessPolicyResource;
|
1393
|
-
};
|
1394
|
-
};
|
1395
|
-
/**
|
1396
|
-
* Contains response data for the listByEnvironment operation.
|
1397
|
-
*/
|
1398
|
-
export declare type AccessPoliciesListByEnvironmentResponse = AccessPolicyListResponse & {
|
1399
|
-
/**
|
1400
|
-
* The underlying HTTP response.
|
1401
|
-
*/
|
1402
|
-
_response: msRest.HttpResponse & {
|
1403
|
-
/**
|
1404
|
-
* The response body as text (string format)
|
1405
|
-
*/
|
1406
|
-
bodyAsText: string;
|
1407
|
-
/**
|
1408
|
-
* The response body as parsed JSON or XML
|
1409
|
-
*/
|
1410
|
-
parsedBody: AccessPolicyListResponse;
|
1411
|
-
};
|
1412
|
-
};
|
1413
|
-
//# sourceMappingURL=index.d.ts.map
|