@azure/arm-datadog 2.1.1 → 3.0.1-alpha.20220120.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 +21 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +3359 -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/microsoftDatadogClient.d.ts +22 -0
- package/dist-esm/src/microsoftDatadogClient.d.ts.map +1 -0
- package/dist-esm/src/microsoftDatadogClient.js +55 -0
- package/dist-esm/src/microsoftDatadogClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +790 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +69 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +42 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +551 -600
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +145 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/marketplaceAgreements.d.ts +37 -0
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist-esm/src/operations/marketplaceAgreements.js +149 -0
- package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -0
- package/dist-esm/src/operations/monitors.d.ts +220 -0
- package/dist-esm/src/operations/monitors.d.ts.map +1 -0
- package/dist-esm/src/operations/monitors.js +1035 -0
- package/dist-esm/src/operations/monitors.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/singleSignOnConfigurations.d.ts +63 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.js +256 -0
- package/dist-esm/src/operations/singleSignOnConfigurations.js.map +1 -0
- package/dist-esm/src/operations/tagRules.d.ts +54 -0
- package/dist-esm/src/operations/tagRules.d.ts.map +1 -0
- package/dist-esm/src/operations/tagRules.js +203 -0
- package/dist-esm/src/operations/tagRules.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/marketplaceAgreements.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/marketplaceAgreements.js} +2 -9
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/monitors.d.ts +116 -0
- package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/monitors.js} +2 -1
- package/dist-esm/src/operationsInterfaces/monitors.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/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/tagRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/tagRules.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 +65 -22
- package/review/arm-datadog.api.md +746 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/microsoftDatadogClient.ts +80 -40
- package/src/models/index.ts +650 -1297
- package/src/models/mappers.ts +561 -609
- package/src/models/parameters.ts +104 -34
- package/src/operations/index.ts +1 -2
- package/src/operations/marketplaceAgreements.ts +110 -116
- package/src/operations/monitors.ts +960 -819
- package/src/operations/operations.ts +87 -75
- package/src/operations/singleSignOnConfigurations.ts +247 -166
- package/src/operations/tagRules.ts +169 -171
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/marketplaceAgreements.ts +34 -0
- package/src/operationsInterfaces/monitors.ts +220 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/singleSignOnConfigurations.ts +78 -0
- package/src/operationsInterfaces/tagRules.ts +59 -0
- package/tsconfig.json +3 -3
- package/types/arm-datadog.d.ts +1130 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datadog.js +0 -2855
- package/dist/arm-datadog.js.map +0 -1
- package/dist/arm-datadog.min.js +0 -1
- package/dist/arm-datadog.min.js.map +0 -1
- package/esm/microsoftDatadogClient.d.ts +0 -28
- package/esm/microsoftDatadogClient.d.ts.map +0 -1
- package/esm/microsoftDatadogClient.js +0 -41
- package/esm/microsoftDatadogClient.js.map +0 -1
- package/esm/microsoftDatadogClientContext.d.ts +0 -22
- package/esm/microsoftDatadogClientContext.d.ts.map +0 -1
- package/esm/microsoftDatadogClientContext.js +0 -61
- package/esm/microsoftDatadogClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1422
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -44
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/marketplaceAgreementsMappers.d.ts +0 -2
- package/esm/models/marketplaceAgreementsMappers.d.ts.map +0 -1
- package/esm/models/marketplaceAgreementsMappers.js +0 -9
- package/esm/models/marketplaceAgreementsMappers.js.map +0 -1
- package/esm/models/monitorsMappers.d.ts +0 -2
- package/esm/models/monitorsMappers.d.ts.map +0 -1
- package/esm/models/monitorsMappers.js +0 -9
- package/esm/models/monitorsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -101
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/singleSignOnConfigurationsMappers.d.ts +0 -2
- package/esm/models/singleSignOnConfigurationsMappers.d.ts.map +0 -1
- package/esm/models/singleSignOnConfigurationsMappers.js +0 -9
- package/esm/models/singleSignOnConfigurationsMappers.js.map +0 -1
- package/esm/models/tagRulesMappers.d.ts +0 -2
- package/esm/models/tagRulesMappers.d.ts.map +0 -1
- package/esm/models/tagRulesMappers.js +0 -9
- package/esm/models/tagRulesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/marketplaceAgreements.d.ts +0 -61
- package/esm/operations/marketplaceAgreements.d.ts.map +0 -1
- package/esm/operations/marketplaceAgreements.js +0 -116
- package/esm/operations/marketplaceAgreements.js.map +0 -1
- package/esm/operations/monitors.d.ts +0 -373
- package/esm/operations/monitors.d.ts.map +0 -1
- package/esm/operations/monitors.js +0 -533
- package/esm/operations/monitors.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -79
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/singleSignOnConfigurations.d.ts +0 -95
- package/esm/operations/singleSignOnConfigurations.d.ts.map +0 -1
- package/esm/operations/singleSignOnConfigurations.js +0 -182
- package/esm/operations/singleSignOnConfigurations.js.map +0 -1
- package/esm/operations/tagRules.d.ts +0 -100
- package/esm/operations/tagRules.d.ts.map +0 -1
- package/esm/operations/tagRules.js +0 -159
- package/esm/operations/tagRules.js.map +0 -1
- package/src/microsoftDatadogClientContext.ts +0 -74
- package/src/models/marketplaceAgreementsMappers.ts +0 -31
- package/src/models/monitorsMappers.ts +0 -45
- package/src/models/singleSignOnConfigurationsMappers.ts +0 -31
- package/src/models/tagRulesMappers.ts +0 -31
@@ -0,0 +1,746 @@
|
|
1
|
+
## API Report File for "@azure/arm-datadog"
|
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 type CreatedByType = string;
|
15
|
+
|
16
|
+
// @public
|
17
|
+
export interface DatadogAgreementProperties {
|
18
|
+
accepted?: boolean;
|
19
|
+
licenseTextLink?: string;
|
20
|
+
plan?: string;
|
21
|
+
privacyPolicyLink?: string;
|
22
|
+
product?: string;
|
23
|
+
publisher?: string;
|
24
|
+
retrieveDatetime?: Date;
|
25
|
+
signature?: string;
|
26
|
+
}
|
27
|
+
|
28
|
+
// @public (undocumented)
|
29
|
+
export interface DatadogAgreementResource {
|
30
|
+
readonly id?: string;
|
31
|
+
readonly name?: string;
|
32
|
+
properties?: DatadogAgreementProperties;
|
33
|
+
readonly systemData?: SystemData;
|
34
|
+
readonly type?: string;
|
35
|
+
}
|
36
|
+
|
37
|
+
// @public
|
38
|
+
export interface DatadogAgreementResourceListResponse {
|
39
|
+
nextLink?: string;
|
40
|
+
value?: DatadogAgreementResource[];
|
41
|
+
}
|
42
|
+
|
43
|
+
// @public (undocumented)
|
44
|
+
export interface DatadogApiKey {
|
45
|
+
created?: string;
|
46
|
+
createdBy?: string;
|
47
|
+
key: string;
|
48
|
+
name?: string;
|
49
|
+
}
|
50
|
+
|
51
|
+
// @public
|
52
|
+
export interface DatadogApiKeyListResponse {
|
53
|
+
nextLink?: string;
|
54
|
+
value?: DatadogApiKey[];
|
55
|
+
}
|
56
|
+
|
57
|
+
// @public (undocumented)
|
58
|
+
export interface DatadogHost {
|
59
|
+
aliases?: string[];
|
60
|
+
apps?: string[];
|
61
|
+
// (undocumented)
|
62
|
+
meta?: DatadogHostMetadata;
|
63
|
+
name?: string;
|
64
|
+
}
|
65
|
+
|
66
|
+
// @public
|
67
|
+
export interface DatadogHostListResponse {
|
68
|
+
nextLink?: string;
|
69
|
+
value?: DatadogHost[];
|
70
|
+
}
|
71
|
+
|
72
|
+
// @public (undocumented)
|
73
|
+
export interface DatadogHostMetadata {
|
74
|
+
agentVersion?: string;
|
75
|
+
// (undocumented)
|
76
|
+
installMethod?: DatadogInstallMethod;
|
77
|
+
// (undocumented)
|
78
|
+
logsAgent?: DatadogLogsAgent;
|
79
|
+
}
|
80
|
+
|
81
|
+
// @public (undocumented)
|
82
|
+
export interface DatadogInstallMethod {
|
83
|
+
installerVersion?: string;
|
84
|
+
tool?: string;
|
85
|
+
toolVersion?: string;
|
86
|
+
}
|
87
|
+
|
88
|
+
// @public (undocumented)
|
89
|
+
export interface DatadogLogsAgent {
|
90
|
+
transport?: string;
|
91
|
+
}
|
92
|
+
|
93
|
+
// @public (undocumented)
|
94
|
+
export interface DatadogMonitorResource {
|
95
|
+
readonly id?: string;
|
96
|
+
// (undocumented)
|
97
|
+
identity?: IdentityProperties;
|
98
|
+
// (undocumented)
|
99
|
+
location: string;
|
100
|
+
readonly name?: string;
|
101
|
+
properties?: MonitorProperties;
|
102
|
+
// (undocumented)
|
103
|
+
sku?: ResourceSku;
|
104
|
+
readonly systemData?: SystemData;
|
105
|
+
tags?: {
|
106
|
+
[propertyName: string]: string;
|
107
|
+
};
|
108
|
+
readonly type?: string;
|
109
|
+
}
|
110
|
+
|
111
|
+
// @public
|
112
|
+
export interface DatadogMonitorResourceListResponse {
|
113
|
+
nextLink?: string;
|
114
|
+
value?: DatadogMonitorResource[];
|
115
|
+
}
|
116
|
+
|
117
|
+
// @public
|
118
|
+
export interface DatadogMonitorResourceUpdateParameters {
|
119
|
+
properties?: MonitorUpdateProperties;
|
120
|
+
// (undocumented)
|
121
|
+
sku?: ResourceSku;
|
122
|
+
tags?: {
|
123
|
+
[propertyName: string]: string;
|
124
|
+
};
|
125
|
+
}
|
126
|
+
|
127
|
+
// @public
|
128
|
+
export interface DatadogOrganizationProperties {
|
129
|
+
apiKey?: string;
|
130
|
+
applicationKey?: string;
|
131
|
+
enterpriseAppId?: string;
|
132
|
+
readonly id?: string;
|
133
|
+
linkingAuthCode?: string;
|
134
|
+
linkingClientId?: string;
|
135
|
+
readonly name?: string;
|
136
|
+
redirectUri?: string;
|
137
|
+
}
|
138
|
+
|
139
|
+
// @public (undocumented)
|
140
|
+
export interface DatadogSetPasswordLink {
|
141
|
+
// (undocumented)
|
142
|
+
setPasswordLink?: string;
|
143
|
+
}
|
144
|
+
|
145
|
+
// @public (undocumented)
|
146
|
+
export interface DatadogSingleSignOnProperties {
|
147
|
+
enterpriseAppId?: string;
|
148
|
+
readonly provisioningState?: ProvisioningState;
|
149
|
+
singleSignOnState?: SingleSignOnStates;
|
150
|
+
readonly singleSignOnUrl?: string;
|
151
|
+
}
|
152
|
+
|
153
|
+
// @public (undocumented)
|
154
|
+
export interface DatadogSingleSignOnResource {
|
155
|
+
readonly id?: string;
|
156
|
+
readonly name?: string;
|
157
|
+
// (undocumented)
|
158
|
+
properties?: DatadogSingleSignOnProperties;
|
159
|
+
readonly systemData?: SystemData;
|
160
|
+
readonly type?: string;
|
161
|
+
}
|
162
|
+
|
163
|
+
// @public
|
164
|
+
export interface DatadogSingleSignOnResourceListResponse {
|
165
|
+
nextLink?: string;
|
166
|
+
value?: DatadogSingleSignOnResource[];
|
167
|
+
}
|
168
|
+
|
169
|
+
// @public
|
170
|
+
export interface ErrorAdditionalInfo {
|
171
|
+
readonly info?: Record<string, unknown>;
|
172
|
+
readonly type?: string;
|
173
|
+
}
|
174
|
+
|
175
|
+
// @public
|
176
|
+
export interface ErrorDetail {
|
177
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
178
|
+
readonly code?: string;
|
179
|
+
readonly details?: ErrorDetail[];
|
180
|
+
readonly message?: string;
|
181
|
+
readonly target?: string;
|
182
|
+
}
|
183
|
+
|
184
|
+
// @public
|
185
|
+
export interface ErrorResponse {
|
186
|
+
error?: ErrorDetail;
|
187
|
+
}
|
188
|
+
|
189
|
+
// @public
|
190
|
+
export interface FilteringTag {
|
191
|
+
action?: TagAction;
|
192
|
+
name?: string;
|
193
|
+
value?: string;
|
194
|
+
}
|
195
|
+
|
196
|
+
// @public (undocumented)
|
197
|
+
export interface IdentityProperties {
|
198
|
+
readonly principalId?: string;
|
199
|
+
readonly tenantId?: string;
|
200
|
+
type?: ManagedIdentityTypes;
|
201
|
+
}
|
202
|
+
|
203
|
+
// @public
|
204
|
+
export enum KnownCreatedByType {
|
205
|
+
// (undocumented)
|
206
|
+
Application = "Application",
|
207
|
+
// (undocumented)
|
208
|
+
Key = "Key",
|
209
|
+
// (undocumented)
|
210
|
+
ManagedIdentity = "ManagedIdentity",
|
211
|
+
// (undocumented)
|
212
|
+
User = "User"
|
213
|
+
}
|
214
|
+
|
215
|
+
// @public
|
216
|
+
export enum KnownLiftrResourceCategories {
|
217
|
+
// (undocumented)
|
218
|
+
MonitorLogs = "MonitorLogs",
|
219
|
+
// (undocumented)
|
220
|
+
Unknown = "Unknown"
|
221
|
+
}
|
222
|
+
|
223
|
+
// @public
|
224
|
+
export enum KnownManagedIdentityTypes {
|
225
|
+
// (undocumented)
|
226
|
+
SystemAssigned = "SystemAssigned",
|
227
|
+
// (undocumented)
|
228
|
+
UserAssigned = "UserAssigned"
|
229
|
+
}
|
230
|
+
|
231
|
+
// @public
|
232
|
+
export enum KnownMarketplaceSubscriptionStatus {
|
233
|
+
// (undocumented)
|
234
|
+
Active = "Active",
|
235
|
+
// (undocumented)
|
236
|
+
Provisioning = "Provisioning",
|
237
|
+
// (undocumented)
|
238
|
+
Suspended = "Suspended",
|
239
|
+
// (undocumented)
|
240
|
+
Unsubscribed = "Unsubscribed"
|
241
|
+
}
|
242
|
+
|
243
|
+
// @public
|
244
|
+
export enum KnownMonitoringStatus {
|
245
|
+
// (undocumented)
|
246
|
+
Disabled = "Disabled",
|
247
|
+
// (undocumented)
|
248
|
+
Enabled = "Enabled"
|
249
|
+
}
|
250
|
+
|
251
|
+
// @public
|
252
|
+
export enum KnownProvisioningState {
|
253
|
+
// (undocumented)
|
254
|
+
Accepted = "Accepted",
|
255
|
+
// (undocumented)
|
256
|
+
Canceled = "Canceled",
|
257
|
+
// (undocumented)
|
258
|
+
Creating = "Creating",
|
259
|
+
// (undocumented)
|
260
|
+
Deleted = "Deleted",
|
261
|
+
// (undocumented)
|
262
|
+
Deleting = "Deleting",
|
263
|
+
// (undocumented)
|
264
|
+
Failed = "Failed",
|
265
|
+
// (undocumented)
|
266
|
+
NotSpecified = "NotSpecified",
|
267
|
+
// (undocumented)
|
268
|
+
Succeeded = "Succeeded",
|
269
|
+
// (undocumented)
|
270
|
+
Updating = "Updating"
|
271
|
+
}
|
272
|
+
|
273
|
+
// @public
|
274
|
+
export enum KnownSingleSignOnStates {
|
275
|
+
// (undocumented)
|
276
|
+
Disable = "Disable",
|
277
|
+
// (undocumented)
|
278
|
+
Enable = "Enable",
|
279
|
+
// (undocumented)
|
280
|
+
Existing = "Existing",
|
281
|
+
// (undocumented)
|
282
|
+
Initial = "Initial"
|
283
|
+
}
|
284
|
+
|
285
|
+
// @public
|
286
|
+
export enum KnownTagAction {
|
287
|
+
// (undocumented)
|
288
|
+
Exclude = "Exclude",
|
289
|
+
// (undocumented)
|
290
|
+
Include = "Include"
|
291
|
+
}
|
292
|
+
|
293
|
+
// @public
|
294
|
+
export type LiftrResourceCategories = string;
|
295
|
+
|
296
|
+
// @public
|
297
|
+
export interface LinkedResource {
|
298
|
+
id?: string;
|
299
|
+
}
|
300
|
+
|
301
|
+
// @public
|
302
|
+
export interface LinkedResourceListResponse {
|
303
|
+
nextLink?: string;
|
304
|
+
value?: LinkedResource[];
|
305
|
+
}
|
306
|
+
|
307
|
+
// @public
|
308
|
+
export interface LogRules {
|
309
|
+
filteringTags?: FilteringTag[];
|
310
|
+
sendAadLogs?: boolean;
|
311
|
+
sendResourceLogs?: boolean;
|
312
|
+
sendSubscriptionLogs?: boolean;
|
313
|
+
}
|
314
|
+
|
315
|
+
// @public
|
316
|
+
export type ManagedIdentityTypes = string;
|
317
|
+
|
318
|
+
// @public
|
319
|
+
export interface MarketplaceAgreements {
|
320
|
+
createOrUpdate(options?: MarketplaceAgreementsCreateOrUpdateOptionalParams): Promise<MarketplaceAgreementsCreateOrUpdateResponse>;
|
321
|
+
list(options?: MarketplaceAgreementsListOptionalParams): PagedAsyncIterableIterator<DatadogAgreementResource>;
|
322
|
+
}
|
323
|
+
|
324
|
+
// @public
|
325
|
+
export interface MarketplaceAgreementsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
326
|
+
// (undocumented)
|
327
|
+
body?: DatadogAgreementResource;
|
328
|
+
}
|
329
|
+
|
330
|
+
// @public
|
331
|
+
export type MarketplaceAgreementsCreateOrUpdateResponse = DatadogAgreementResource;
|
332
|
+
|
333
|
+
// @public
|
334
|
+
export interface MarketplaceAgreementsListNextOptionalParams extends coreClient.OperationOptions {
|
335
|
+
}
|
336
|
+
|
337
|
+
// @public
|
338
|
+
export type MarketplaceAgreementsListNextResponse = DatadogAgreementResourceListResponse;
|
339
|
+
|
340
|
+
// @public
|
341
|
+
export interface MarketplaceAgreementsListOptionalParams extends coreClient.OperationOptions {
|
342
|
+
}
|
343
|
+
|
344
|
+
// @public
|
345
|
+
export type MarketplaceAgreementsListResponse = DatadogAgreementResourceListResponse;
|
346
|
+
|
347
|
+
// @public
|
348
|
+
export type MarketplaceSubscriptionStatus = string;
|
349
|
+
|
350
|
+
// @public
|
351
|
+
export interface MetricRules {
|
352
|
+
filteringTags?: FilteringTag[];
|
353
|
+
}
|
354
|
+
|
355
|
+
// @public (undocumented)
|
356
|
+
export class MicrosoftDatadogClient extends coreClient.ServiceClient {
|
357
|
+
// (undocumented)
|
358
|
+
$host: string;
|
359
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MicrosoftDatadogClientOptionalParams);
|
360
|
+
// (undocumented)
|
361
|
+
apiVersion: string;
|
362
|
+
// (undocumented)
|
363
|
+
marketplaceAgreements: MarketplaceAgreements;
|
364
|
+
// (undocumented)
|
365
|
+
monitors: Monitors;
|
366
|
+
// (undocumented)
|
367
|
+
operations: Operations;
|
368
|
+
// (undocumented)
|
369
|
+
singleSignOnConfigurations: SingleSignOnConfigurations;
|
370
|
+
// (undocumented)
|
371
|
+
subscriptionId: string;
|
372
|
+
// (undocumented)
|
373
|
+
tagRules: TagRules;
|
374
|
+
}
|
375
|
+
|
376
|
+
// @public
|
377
|
+
export interface MicrosoftDatadogClientOptionalParams extends coreClient.ServiceClientOptions {
|
378
|
+
$host?: string;
|
379
|
+
apiVersion?: string;
|
380
|
+
endpoint?: string;
|
381
|
+
}
|
382
|
+
|
383
|
+
// @public
|
384
|
+
export interface MonitoredResource {
|
385
|
+
id?: string;
|
386
|
+
reasonForLogsStatus?: string;
|
387
|
+
reasonForMetricsStatus?: string;
|
388
|
+
sendingLogs?: boolean;
|
389
|
+
sendingMetrics?: boolean;
|
390
|
+
}
|
391
|
+
|
392
|
+
// @public
|
393
|
+
export interface MonitoredResourceListResponse {
|
394
|
+
nextLink?: string;
|
395
|
+
value?: MonitoredResource[];
|
396
|
+
}
|
397
|
+
|
398
|
+
// @public
|
399
|
+
export type MonitoringStatus = string;
|
400
|
+
|
401
|
+
// @public
|
402
|
+
export interface MonitoringTagRules {
|
403
|
+
readonly id?: string;
|
404
|
+
readonly name?: string;
|
405
|
+
properties?: MonitoringTagRulesProperties;
|
406
|
+
readonly systemData?: SystemData;
|
407
|
+
readonly type?: string;
|
408
|
+
}
|
409
|
+
|
410
|
+
// @public
|
411
|
+
export interface MonitoringTagRulesListResponse {
|
412
|
+
nextLink?: string;
|
413
|
+
value?: MonitoringTagRules[];
|
414
|
+
}
|
415
|
+
|
416
|
+
// @public
|
417
|
+
export interface MonitoringTagRulesProperties {
|
418
|
+
logRules?: LogRules;
|
419
|
+
metricRules?: MetricRules;
|
420
|
+
readonly provisioningState?: ProvisioningState;
|
421
|
+
}
|
422
|
+
|
423
|
+
// @public
|
424
|
+
export interface MonitorProperties {
|
425
|
+
datadogOrganizationProperties?: DatadogOrganizationProperties;
|
426
|
+
readonly liftrResourceCategory?: LiftrResourceCategories;
|
427
|
+
readonly liftrResourcePreference?: number;
|
428
|
+
readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
|
429
|
+
monitoringStatus?: MonitoringStatus;
|
430
|
+
readonly provisioningState?: ProvisioningState;
|
431
|
+
userInfo?: UserInfo;
|
432
|
+
}
|
433
|
+
|
434
|
+
// @public
|
435
|
+
export interface Monitors {
|
436
|
+
beginCreate(resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams): Promise<PollerLike<PollOperationState<MonitorsCreateResponse>, MonitorsCreateResponse>>;
|
437
|
+
beginCreateAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsCreateOptionalParams): Promise<MonitorsCreateResponse>;
|
438
|
+
beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
439
|
+
beginDeleteAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<void>;
|
440
|
+
beginUpdate(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams): Promise<PollerLike<PollOperationState<MonitorsUpdateResponse>, MonitorsUpdateResponse>>;
|
441
|
+
beginUpdateAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams): Promise<MonitorsUpdateResponse>;
|
442
|
+
get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<MonitorsGetResponse>;
|
443
|
+
getDefaultKey(resourceGroupName: string, monitorName: string, options?: MonitorsGetDefaultKeyOptionalParams): Promise<MonitorsGetDefaultKeyResponse>;
|
444
|
+
list(options?: MonitorsListOptionalParams): PagedAsyncIterableIterator<DatadogMonitorResource>;
|
445
|
+
listApiKeys(resourceGroupName: string, monitorName: string, options?: MonitorsListApiKeysOptionalParams): PagedAsyncIterableIterator<DatadogApiKey>;
|
446
|
+
listByResourceGroup(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DatadogMonitorResource>;
|
447
|
+
listHosts(resourceGroupName: string, monitorName: string, options?: MonitorsListHostsOptionalParams): PagedAsyncIterableIterator<DatadogHost>;
|
448
|
+
listLinkedResources(resourceGroupName: string, monitorName: string, options?: MonitorsListLinkedResourcesOptionalParams): PagedAsyncIterableIterator<LinkedResource>;
|
449
|
+
listMonitoredResources(resourceGroupName: string, monitorName: string, options?: MonitorsListMonitoredResourcesOptionalParams): PagedAsyncIterableIterator<MonitoredResource>;
|
450
|
+
refreshSetPasswordLink(resourceGroupName: string, monitorName: string, options?: MonitorsRefreshSetPasswordLinkOptionalParams): Promise<MonitorsRefreshSetPasswordLinkResponse>;
|
451
|
+
setDefaultKey(resourceGroupName: string, monitorName: string, options?: MonitorsSetDefaultKeyOptionalParams): Promise<void>;
|
452
|
+
}
|
453
|
+
|
454
|
+
// @public
|
455
|
+
export interface MonitorsCreateOptionalParams extends coreClient.OperationOptions {
|
456
|
+
// (undocumented)
|
457
|
+
body?: DatadogMonitorResource;
|
458
|
+
resumeFrom?: string;
|
459
|
+
updateIntervalInMs?: number;
|
460
|
+
}
|
461
|
+
|
462
|
+
// @public
|
463
|
+
export type MonitorsCreateResponse = DatadogMonitorResource;
|
464
|
+
|
465
|
+
// @public
|
466
|
+
export interface MonitorsDeleteOptionalParams extends coreClient.OperationOptions {
|
467
|
+
resumeFrom?: string;
|
468
|
+
updateIntervalInMs?: number;
|
469
|
+
}
|
470
|
+
|
471
|
+
// @public
|
472
|
+
export interface MonitorsGetDefaultKeyOptionalParams extends coreClient.OperationOptions {
|
473
|
+
}
|
474
|
+
|
475
|
+
// @public
|
476
|
+
export type MonitorsGetDefaultKeyResponse = DatadogApiKey;
|
477
|
+
|
478
|
+
// @public
|
479
|
+
export interface MonitorsGetOptionalParams extends coreClient.OperationOptions {
|
480
|
+
}
|
481
|
+
|
482
|
+
// @public
|
483
|
+
export type MonitorsGetResponse = DatadogMonitorResource;
|
484
|
+
|
485
|
+
// @public
|
486
|
+
export interface MonitorsListApiKeysNextOptionalParams extends coreClient.OperationOptions {
|
487
|
+
}
|
488
|
+
|
489
|
+
// @public
|
490
|
+
export type MonitorsListApiKeysNextResponse = DatadogApiKeyListResponse;
|
491
|
+
|
492
|
+
// @public
|
493
|
+
export interface MonitorsListApiKeysOptionalParams extends coreClient.OperationOptions {
|
494
|
+
}
|
495
|
+
|
496
|
+
// @public
|
497
|
+
export type MonitorsListApiKeysResponse = DatadogApiKeyListResponse;
|
498
|
+
|
499
|
+
// @public
|
500
|
+
export interface MonitorsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
501
|
+
}
|
502
|
+
|
503
|
+
// @public
|
504
|
+
export type MonitorsListByResourceGroupNextResponse = DatadogMonitorResourceListResponse;
|
505
|
+
|
506
|
+
// @public
|
507
|
+
export interface MonitorsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
508
|
+
}
|
509
|
+
|
510
|
+
// @public
|
511
|
+
export type MonitorsListByResourceGroupResponse = DatadogMonitorResourceListResponse;
|
512
|
+
|
513
|
+
// @public
|
514
|
+
export interface MonitorsListHostsNextOptionalParams extends coreClient.OperationOptions {
|
515
|
+
}
|
516
|
+
|
517
|
+
// @public
|
518
|
+
export type MonitorsListHostsNextResponse = DatadogHostListResponse;
|
519
|
+
|
520
|
+
// @public
|
521
|
+
export interface MonitorsListHostsOptionalParams extends coreClient.OperationOptions {
|
522
|
+
}
|
523
|
+
|
524
|
+
// @public
|
525
|
+
export type MonitorsListHostsResponse = DatadogHostListResponse;
|
526
|
+
|
527
|
+
// @public
|
528
|
+
export interface MonitorsListLinkedResourcesNextOptionalParams extends coreClient.OperationOptions {
|
529
|
+
}
|
530
|
+
|
531
|
+
// @public
|
532
|
+
export type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse;
|
533
|
+
|
534
|
+
// @public
|
535
|
+
export interface MonitorsListLinkedResourcesOptionalParams extends coreClient.OperationOptions {
|
536
|
+
}
|
537
|
+
|
538
|
+
// @public
|
539
|
+
export type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;
|
540
|
+
|
541
|
+
// @public
|
542
|
+
export interface MonitorsListMonitoredResourcesNextOptionalParams extends coreClient.OperationOptions {
|
543
|
+
}
|
544
|
+
|
545
|
+
// @public
|
546
|
+
export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
|
547
|
+
|
548
|
+
// @public
|
549
|
+
export interface MonitorsListMonitoredResourcesOptionalParams extends coreClient.OperationOptions {
|
550
|
+
}
|
551
|
+
|
552
|
+
// @public
|
553
|
+
export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
|
554
|
+
|
555
|
+
// @public
|
556
|
+
export interface MonitorsListNextOptionalParams extends coreClient.OperationOptions {
|
557
|
+
}
|
558
|
+
|
559
|
+
// @public
|
560
|
+
export type MonitorsListNextResponse = DatadogMonitorResourceListResponse;
|
561
|
+
|
562
|
+
// @public
|
563
|
+
export interface MonitorsListOptionalParams extends coreClient.OperationOptions {
|
564
|
+
}
|
565
|
+
|
566
|
+
// @public
|
567
|
+
export type MonitorsListResponse = DatadogMonitorResourceListResponse;
|
568
|
+
|
569
|
+
// @public
|
570
|
+
export interface MonitorsRefreshSetPasswordLinkOptionalParams extends coreClient.OperationOptions {
|
571
|
+
}
|
572
|
+
|
573
|
+
// @public
|
574
|
+
export type MonitorsRefreshSetPasswordLinkResponse = DatadogSetPasswordLink;
|
575
|
+
|
576
|
+
// @public
|
577
|
+
export interface MonitorsSetDefaultKeyOptionalParams extends coreClient.OperationOptions {
|
578
|
+
// (undocumented)
|
579
|
+
body?: DatadogApiKey;
|
580
|
+
}
|
581
|
+
|
582
|
+
// @public
|
583
|
+
export interface MonitorsUpdateOptionalParams extends coreClient.OperationOptions {
|
584
|
+
body?: DatadogMonitorResourceUpdateParameters;
|
585
|
+
resumeFrom?: string;
|
586
|
+
updateIntervalInMs?: number;
|
587
|
+
}
|
588
|
+
|
589
|
+
// @public
|
590
|
+
export type MonitorsUpdateResponse = DatadogMonitorResource;
|
591
|
+
|
592
|
+
// @public
|
593
|
+
export interface MonitorUpdateProperties {
|
594
|
+
monitoringStatus?: MonitoringStatus;
|
595
|
+
}
|
596
|
+
|
597
|
+
// @public
|
598
|
+
export interface OperationDisplay {
|
599
|
+
description?: string;
|
600
|
+
operation?: string;
|
601
|
+
provider?: string;
|
602
|
+
resource?: string;
|
603
|
+
}
|
604
|
+
|
605
|
+
// @public
|
606
|
+
export interface OperationListResult {
|
607
|
+
nextLink?: string;
|
608
|
+
value?: OperationResult[];
|
609
|
+
}
|
610
|
+
|
611
|
+
// @public
|
612
|
+
export interface OperationResult {
|
613
|
+
display?: OperationDisplay;
|
614
|
+
isDataAction?: boolean;
|
615
|
+
name?: string;
|
616
|
+
}
|
617
|
+
|
618
|
+
// @public
|
619
|
+
export interface Operations {
|
620
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
|
621
|
+
}
|
622
|
+
|
623
|
+
// @public
|
624
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
625
|
+
}
|
626
|
+
|
627
|
+
// @public
|
628
|
+
export type OperationsListNextResponse = OperationListResult;
|
629
|
+
|
630
|
+
// @public
|
631
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
632
|
+
}
|
633
|
+
|
634
|
+
// @public
|
635
|
+
export type OperationsListResponse = OperationListResult;
|
636
|
+
|
637
|
+
// @public
|
638
|
+
export type ProvisioningState = string;
|
639
|
+
|
640
|
+
// @public (undocumented)
|
641
|
+
export interface ResourceSku {
|
642
|
+
name: string;
|
643
|
+
}
|
644
|
+
|
645
|
+
// @public
|
646
|
+
export interface SingleSignOnConfigurations {
|
647
|
+
beginCreateOrUpdate(resourceGroupName: string, monitorName: string, configurationName: string, options?: SingleSignOnConfigurationsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SingleSignOnConfigurationsCreateOrUpdateResponse>, SingleSignOnConfigurationsCreateOrUpdateResponse>>;
|
648
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, configurationName: string, options?: SingleSignOnConfigurationsCreateOrUpdateOptionalParams): Promise<SingleSignOnConfigurationsCreateOrUpdateResponse>;
|
649
|
+
get(resourceGroupName: string, monitorName: string, configurationName: string, options?: SingleSignOnConfigurationsGetOptionalParams): Promise<SingleSignOnConfigurationsGetResponse>;
|
650
|
+
list(resourceGroupName: string, monitorName: string, options?: SingleSignOnConfigurationsListOptionalParams): PagedAsyncIterableIterator<DatadogSingleSignOnResource>;
|
651
|
+
}
|
652
|
+
|
653
|
+
// @public
|
654
|
+
export interface SingleSignOnConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
655
|
+
// (undocumented)
|
656
|
+
body?: DatadogSingleSignOnResource;
|
657
|
+
resumeFrom?: string;
|
658
|
+
updateIntervalInMs?: number;
|
659
|
+
}
|
660
|
+
|
661
|
+
// @public
|
662
|
+
export type SingleSignOnConfigurationsCreateOrUpdateResponse = DatadogSingleSignOnResource;
|
663
|
+
|
664
|
+
// @public
|
665
|
+
export interface SingleSignOnConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
666
|
+
}
|
667
|
+
|
668
|
+
// @public
|
669
|
+
export type SingleSignOnConfigurationsGetResponse = DatadogSingleSignOnResource;
|
670
|
+
|
671
|
+
// @public
|
672
|
+
export interface SingleSignOnConfigurationsListNextOptionalParams extends coreClient.OperationOptions {
|
673
|
+
}
|
674
|
+
|
675
|
+
// @public
|
676
|
+
export type SingleSignOnConfigurationsListNextResponse = DatadogSingleSignOnResourceListResponse;
|
677
|
+
|
678
|
+
// @public
|
679
|
+
export interface SingleSignOnConfigurationsListOptionalParams extends coreClient.OperationOptions {
|
680
|
+
}
|
681
|
+
|
682
|
+
// @public
|
683
|
+
export type SingleSignOnConfigurationsListResponse = DatadogSingleSignOnResourceListResponse;
|
684
|
+
|
685
|
+
// @public
|
686
|
+
export type SingleSignOnStates = string;
|
687
|
+
|
688
|
+
// @public
|
689
|
+
export interface SystemData {
|
690
|
+
createdAt?: Date;
|
691
|
+
createdBy?: string;
|
692
|
+
createdByType?: CreatedByType;
|
693
|
+
lastModifiedAt?: Date;
|
694
|
+
lastModifiedBy?: string;
|
695
|
+
lastModifiedByType?: CreatedByType;
|
696
|
+
}
|
697
|
+
|
698
|
+
// @public
|
699
|
+
export type TagAction = string;
|
700
|
+
|
701
|
+
// @public
|
702
|
+
export interface TagRules {
|
703
|
+
createOrUpdate(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesCreateOrUpdateOptionalParams): Promise<TagRulesCreateOrUpdateResponse>;
|
704
|
+
get(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesGetOptionalParams): Promise<TagRulesGetResponse>;
|
705
|
+
list(resourceGroupName: string, monitorName: string, options?: TagRulesListOptionalParams): PagedAsyncIterableIterator<MonitoringTagRules>;
|
706
|
+
}
|
707
|
+
|
708
|
+
// @public
|
709
|
+
export interface TagRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
710
|
+
body?: MonitoringTagRules;
|
711
|
+
}
|
712
|
+
|
713
|
+
// @public
|
714
|
+
export type TagRulesCreateOrUpdateResponse = MonitoringTagRules;
|
715
|
+
|
716
|
+
// @public
|
717
|
+
export interface TagRulesGetOptionalParams extends coreClient.OperationOptions {
|
718
|
+
}
|
719
|
+
|
720
|
+
// @public
|
721
|
+
export type TagRulesGetResponse = MonitoringTagRules;
|
722
|
+
|
723
|
+
// @public
|
724
|
+
export interface TagRulesListNextOptionalParams extends coreClient.OperationOptions {
|
725
|
+
}
|
726
|
+
|
727
|
+
// @public
|
728
|
+
export type TagRulesListNextResponse = MonitoringTagRulesListResponse;
|
729
|
+
|
730
|
+
// @public
|
731
|
+
export interface TagRulesListOptionalParams extends coreClient.OperationOptions {
|
732
|
+
}
|
733
|
+
|
734
|
+
// @public
|
735
|
+
export type TagRulesListResponse = MonitoringTagRulesListResponse;
|
736
|
+
|
737
|
+
// @public
|
738
|
+
export interface UserInfo {
|
739
|
+
emailAddress?: string;
|
740
|
+
name?: string;
|
741
|
+
phoneNumber?: string;
|
742
|
+
}
|
743
|
+
|
744
|
+
// (No @packageDocumentation comment for this package)
|
745
|
+
|
746
|
+
```
|