@azure/arm-datadog 1.0.0 → 3.0.0

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.
Files changed (175) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +70 -70
  4. package/dist/index.js +3359 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/microsoftDatadogClient.d.ts +22 -0
  17. package/dist-esm/src/microsoftDatadogClient.d.ts.map +1 -0
  18. package/dist-esm/src/microsoftDatadogClient.js +55 -0
  19. package/dist-esm/src/microsoftDatadogClient.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +790 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +69 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +42 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +554 -596
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +18 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/dist-esm/src/models/parameters.js +145 -0
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +1 -2
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/marketplaceAgreements.d.ts +37 -0
  37. package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +1 -0
  38. package/dist-esm/src/operations/marketplaceAgreements.js +149 -0
  39. package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -0
  40. package/dist-esm/src/operations/monitors.d.ts +220 -0
  41. package/dist-esm/src/operations/monitors.d.ts.map +1 -0
  42. package/dist-esm/src/operations/monitors.js +1035 -0
  43. package/dist-esm/src/operations/monitors.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/singleSignOnConfigurations.d.ts +63 -0
  49. package/dist-esm/src/operations/singleSignOnConfigurations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/singleSignOnConfigurations.js +256 -0
  51. package/dist-esm/src/operations/singleSignOnConfigurations.js.map +1 -0
  52. package/dist-esm/src/operations/tagRules.d.ts +54 -0
  53. package/dist-esm/src/operations/tagRules.d.ts.map +1 -0
  54. package/dist-esm/src/operations/tagRules.js +203 -0
  55. package/dist-esm/src/operations/tagRules.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  57. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  59. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
  61. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
  62. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/marketplaceAgreements.js} +2 -9
  63. package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/monitors.d.ts +116 -0
  65. package/dist-esm/src/operationsInterfaces/monitors.d.ts.map +1 -0
  66. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/monitors.js} +2 -1
  67. package/dist-esm/src/operationsInterfaces/monitors.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/operations.js} +2 -2
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts +38 -0
  73. package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/singleSignOnConfigurations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/tagRules.d.ts +29 -0
  77. package/dist-esm/src/operationsInterfaces/tagRules.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/tagRules.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/tagRules.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +65 -31
  85. package/review/arm-datadog.api.md +746 -0
  86. package/rollup.config.js +181 -30
  87. package/src/index.ts +12 -0
  88. package/src/lroImpl.ts +34 -0
  89. package/src/microsoftDatadogClient.ts +80 -34
  90. package/src/models/index.ts +652 -1254
  91. package/src/models/mappers.ts +564 -605
  92. package/src/models/parameters.ts +104 -34
  93. package/src/operations/index.ts +1 -2
  94. package/src/operations/marketplaceAgreements.ts +110 -116
  95. package/src/operations/monitors.ts +1010 -696
  96. package/src/operations/operations.ts +87 -75
  97. package/src/operations/singleSignOnConfigurations.ts +247 -166
  98. package/src/operations/tagRules.ts +169 -171
  99. package/src/operationsInterfaces/index.ts +13 -0
  100. package/src/operationsInterfaces/marketplaceAgreements.ts +34 -0
  101. package/src/operationsInterfaces/monitors.ts +220 -0
  102. package/src/operationsInterfaces/operations.ts +22 -0
  103. package/src/operationsInterfaces/singleSignOnConfigurations.ts +78 -0
  104. package/src/operationsInterfaces/tagRules.ts +59 -0
  105. package/tsconfig.json +3 -3
  106. package/types/arm-datadog.d.ts +1130 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-datadog.js +0 -2959
  109. package/dist/arm-datadog.js.map +0 -1
  110. package/dist/arm-datadog.min.js +0 -1
  111. package/dist/arm-datadog.min.js.map +0 -1
  112. package/esm/microsoftDatadogClient.d.ts +0 -22
  113. package/esm/microsoftDatadogClient.d.ts.map +0 -1
  114. package/esm/microsoftDatadogClient.js +0 -36
  115. package/esm/microsoftDatadogClient.js.map +0 -1
  116. package/esm/microsoftDatadogClientContext.d.ts +0 -16
  117. package/esm/microsoftDatadogClientContext.d.ts.map +0 -1
  118. package/esm/microsoftDatadogClientContext.js +0 -55
  119. package/esm/microsoftDatadogClientContext.js.map +0 -1
  120. package/esm/models/index.d.ts +0 -1397
  121. package/esm/models/index.d.ts.map +0 -1
  122. package/esm/models/index.js.map +0 -1
  123. package/esm/models/mappers.d.ts +0 -44
  124. package/esm/models/mappers.d.ts.map +0 -1
  125. package/esm/models/mappers.js.map +0 -1
  126. package/esm/models/marketplaceAgreementsMappers.d.ts +0 -2
  127. package/esm/models/marketplaceAgreementsMappers.d.ts.map +0 -1
  128. package/esm/models/marketplaceAgreementsMappers.js +0 -9
  129. package/esm/models/marketplaceAgreementsMappers.js.map +0 -1
  130. package/esm/models/monitorsMappers.d.ts +0 -2
  131. package/esm/models/monitorsMappers.d.ts.map +0 -1
  132. package/esm/models/monitorsMappers.js +0 -9
  133. package/esm/models/monitorsMappers.js.map +0 -1
  134. package/esm/models/operationsMappers.d.ts +0 -2
  135. package/esm/models/operationsMappers.d.ts.map +0 -1
  136. package/esm/models/operationsMappers.js.map +0 -1
  137. package/esm/models/parameters.d.ts +0 -10
  138. package/esm/models/parameters.d.ts.map +0 -1
  139. package/esm/models/parameters.js +0 -101
  140. package/esm/models/parameters.js.map +0 -1
  141. package/esm/models/singleSignOnConfigurationsMappers.d.ts +0 -2
  142. package/esm/models/singleSignOnConfigurationsMappers.d.ts.map +0 -1
  143. package/esm/models/singleSignOnConfigurationsMappers.js +0 -9
  144. package/esm/models/singleSignOnConfigurationsMappers.js.map +0 -1
  145. package/esm/models/tagRulesMappers.d.ts +0 -2
  146. package/esm/models/tagRulesMappers.d.ts.map +0 -1
  147. package/esm/models/tagRulesMappers.js +0 -9
  148. package/esm/models/tagRulesMappers.js.map +0 -1
  149. package/esm/operations/index.d.ts.map +0 -1
  150. package/esm/operations/index.js.map +0 -1
  151. package/esm/operations/marketplaceAgreements.d.ts +0 -61
  152. package/esm/operations/marketplaceAgreements.d.ts.map +0 -1
  153. package/esm/operations/marketplaceAgreements.js +0 -116
  154. package/esm/operations/marketplaceAgreements.js.map +0 -1
  155. package/esm/operations/monitors.d.ts +0 -378
  156. package/esm/operations/monitors.d.ts.map +0 -1
  157. package/esm/operations/monitors.js +0 -655
  158. package/esm/operations/monitors.js.map +0 -1
  159. package/esm/operations/operations.d.ts +0 -46
  160. package/esm/operations/operations.d.ts.map +0 -1
  161. package/esm/operations/operations.js +0 -79
  162. package/esm/operations/operations.js.map +0 -1
  163. package/esm/operations/singleSignOnConfigurations.d.ts +0 -95
  164. package/esm/operations/singleSignOnConfigurations.d.ts.map +0 -1
  165. package/esm/operations/singleSignOnConfigurations.js +0 -182
  166. package/esm/operations/singleSignOnConfigurations.js.map +0 -1
  167. package/esm/operations/tagRules.d.ts +0 -100
  168. package/esm/operations/tagRules.d.ts.map +0 -1
  169. package/esm/operations/tagRules.js +0 -159
  170. package/esm/operations/tagRules.js.map +0 -1
  171. package/src/microsoftDatadogClientContext.ts +0 -61
  172. package/src/models/marketplaceAgreementsMappers.ts +0 -31
  173. package/src/models/monitorsMappers.ts +0 -45
  174. package/src/models/singleSignOnConfigurationsMappers.ts +0 -31
  175. package/src/models/tagRulesMappers.ts +0 -31
@@ -6,1517 +6,915 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
 
9
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
10
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
11
10
 
12
- export { BaseResource, CloudError };
11
+ /** Response of a list operation. */
12
+ export interface DatadogAgreementResourceListResponse {
13
+ /** Results of a list operation. */
14
+ value?: DatadogAgreementResource[];
15
+ /** Link to the next set of results, if any. */
16
+ nextLink?: string;
17
+ }
13
18
 
14
- /**
15
- * Terms properties.
16
- */
17
- export interface DatadogAgreementProperties {
19
+ export interface DatadogAgreementResource {
18
20
  /**
19
- * Publisher identifier string.
21
+ * ARM id of the resource.
22
+ * NOTE: This property will not be serialized. It can only be populated by the server.
20
23
  */
21
- publisher?: string;
24
+ readonly id?: string;
22
25
  /**
23
- * Product identifier string.
26
+ * Name of the agreement.
27
+ * NOTE: This property will not be serialized. It can only be populated by the server.
24
28
  */
25
- product?: string;
29
+ readonly name?: string;
26
30
  /**
27
- * Plan identifier string.
31
+ * The type of the resource.
32
+ * NOTE: This property will not be serialized. It can only be populated by the server.
28
33
  */
29
- plan?: string;
34
+ readonly type?: string;
35
+ /** Represents the properties of the resource. */
36
+ properties?: DatadogAgreementProperties;
30
37
  /**
31
- * Link to HTML with Microsoft and Publisher terms.
38
+ * Metadata pertaining to creation and last modification of the resource.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
32
40
  */
41
+ readonly systemData?: SystemData;
42
+ }
43
+
44
+ /** Terms properties. */
45
+ export interface DatadogAgreementProperties {
46
+ /** Publisher identifier string. */
47
+ publisher?: string;
48
+ /** Product identifier string. */
49
+ product?: string;
50
+ /** Plan identifier string. */
51
+ plan?: string;
52
+ /** Link to HTML with Microsoft and Publisher terms. */
33
53
  licenseTextLink?: string;
34
- /**
35
- * Link to the privacy policy of the publisher.
36
- */
54
+ /** Link to the privacy policy of the publisher. */
37
55
  privacyPolicyLink?: string;
38
- /**
39
- * Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.
40
- */
56
+ /** Date and time in UTC of when the terms were accepted. This is empty if Accepted is false. */
41
57
  retrieveDatetime?: Date;
42
- /**
43
- * Terms signature.
44
- */
58
+ /** Terms signature. */
45
59
  signature?: string;
46
- /**
47
- * If any version of the terms have been accepted, otherwise false.
48
- */
60
+ /** If any version of the terms have been accepted, otherwise false. */
49
61
  accepted?: boolean;
50
62
  }
51
63
 
52
- /**
53
- * Metadata pertaining to creation and last modification of the resource.
54
- */
64
+ /** Metadata pertaining to creation and last modification of the resource. */
55
65
  export interface SystemData {
56
- /**
57
- * The identity that created the resource.
58
- */
66
+ /** The identity that created the resource. */
59
67
  createdBy?: string;
60
- /**
61
- * The type of identity that created the resource. Possible values include: 'User',
62
- * 'Application', 'ManagedIdentity', 'Key'
63
- */
68
+ /** The type of identity that created the resource. */
64
69
  createdByType?: CreatedByType;
65
- /**
66
- * The timestamp of resource creation (UTC).
67
- */
70
+ /** The timestamp of resource creation (UTC). */
68
71
  createdAt?: Date;
69
- /**
70
- * The identity that last modified the resource.
71
- */
72
+ /** The identity that last modified the resource. */
72
73
  lastModifiedBy?: string;
73
- /**
74
- * The type of identity that last modified the resource. Possible values include: 'User',
75
- * 'Application', 'ManagedIdentity', 'Key'
76
- */
74
+ /** The type of identity that last modified the resource. */
77
75
  lastModifiedByType?: CreatedByType;
78
- /**
79
- * The timestamp of resource last modification (UTC)
80
- */
76
+ /** The timestamp of resource last modification (UTC) */
81
77
  lastModifiedAt?: Date;
82
78
  }
83
79
 
84
- /**
85
- * An interface representing DatadogAgreementResource.
86
- */
87
- export interface DatadogAgreementResource extends BaseResource {
80
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
81
+ export interface ErrorResponse {
82
+ /** The error object. */
83
+ error?: ErrorDetail;
84
+ }
85
+
86
+ /** The error detail. */
87
+ export interface ErrorDetail {
88
88
  /**
89
- * ARM id of the resource.
90
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
89
+ * The error code.
90
+ * NOTE: This property will not be serialized. It can only be populated by the server.
91
91
  */
92
- readonly id?: string;
92
+ readonly code?: string;
93
93
  /**
94
- * Name of the agreement.
95
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
94
+ * The error message.
95
+ * NOTE: This property will not be serialized. It can only be populated by the server.
96
96
  */
97
- readonly name?: string;
97
+ readonly message?: string;
98
98
  /**
99
- * The type of the resource.
100
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
99
+ * The error target.
100
+ * NOTE: This property will not be serialized. It can only be populated by the server.
101
101
  */
102
- readonly type?: string;
102
+ readonly target?: string;
103
103
  /**
104
- * Represents the properties of the resource.
104
+ * The error details.
105
+ * NOTE: This property will not be serialized. It can only be populated by the server.
105
106
  */
106
- properties?: DatadogAgreementProperties;
107
+ readonly details?: ErrorDetail[];
107
108
  /**
108
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
109
+ * The error additional info.
110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
109
111
  */
110
- readonly systemData?: SystemData;
112
+ readonly additionalInfo?: ErrorAdditionalInfo[];
111
113
  }
112
114
 
113
- /**
114
- * An interface representing DatadogApiKey.
115
- */
116
- export interface DatadogApiKey {
115
+ /** The resource management error additional info. */
116
+ export interface ErrorAdditionalInfo {
117
117
  /**
118
- * The user that created the API key.
118
+ * The additional info type.
119
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
120
  */
120
- createdBy?: string;
121
+ readonly type?: string;
121
122
  /**
122
- * The name of the API key.
123
+ * The additional info.
124
+ * NOTE: This property will not be serialized. It can only be populated by the server.
123
125
  */
126
+ readonly info?: Record<string, unknown>;
127
+ }
128
+
129
+ /** Response of a list operation. */
130
+ export interface DatadogApiKeyListResponse {
131
+ /** Results of a list operation. */
132
+ value?: DatadogApiKey[];
133
+ /** Link to the next set of results, if any. */
134
+ nextLink?: string;
135
+ }
136
+
137
+ export interface DatadogApiKey {
138
+ /** The user that created the API key. */
139
+ createdBy?: string;
140
+ /** The name of the API key. */
124
141
  name?: string;
125
- /**
126
- * The value of the API key.
127
- */
142
+ /** The value of the API key. */
128
143
  key: string;
129
- /**
130
- * The time of creation of the API key.
131
- */
144
+ /** The time of creation of the API key. */
132
145
  created?: string;
133
146
  }
134
147
 
135
- /**
136
- * An interface representing DatadogInstallMethod.
137
- */
138
- export interface DatadogInstallMethod {
139
- /**
140
- * The tool.
141
- */
142
- tool?: string;
143
- /**
144
- * The tool version.
145
- */
146
- toolVersion?: string;
147
- /**
148
- * The installer version.
149
- */
150
- installerVersion?: string;
148
+ /** Response of a list operation. */
149
+ export interface DatadogHostListResponse {
150
+ /** Results of a list operation. */
151
+ value?: DatadogHost[];
152
+ /** Link to the next set of results, if any. */
153
+ nextLink?: string;
151
154
  }
152
155
 
153
- /**
154
- * An interface representing DatadogLogsAgent.
155
- */
156
- export interface DatadogLogsAgent {
157
- /**
158
- * The transport.
159
- */
160
- transport?: string;
156
+ export interface DatadogHost {
157
+ /** The name of the host. */
158
+ name?: string;
159
+ /** The aliases for the host. */
160
+ aliases?: string[];
161
+ /** The Datadog integrations reporting metrics for the host. */
162
+ apps?: string[];
163
+ meta?: DatadogHostMetadata;
161
164
  }
162
165
 
163
- /**
164
- * An interface representing DatadogHostMetadata.
165
- */
166
166
  export interface DatadogHostMetadata {
167
- /**
168
- * The agent version.
169
- */
167
+ /** The agent version. */
170
168
  agentVersion?: string;
171
169
  installMethod?: DatadogInstallMethod;
172
170
  logsAgent?: DatadogLogsAgent;
173
171
  }
174
172
 
175
- /**
176
- * An interface representing DatadogHost.
177
- */
178
- export interface DatadogHost {
179
- /**
180
- * The name of the host.
181
- */
182
- name?: string;
183
- /**
184
- * The aliases for the host.
185
- */
186
- aliases?: string[];
187
- /**
188
- * The Datadog integrations reporting metrics for the host.
189
- */
190
- apps?: string[];
191
- meta?: DatadogHostMetadata;
173
+ export interface DatadogInstallMethod {
174
+ /** The tool. */
175
+ tool?: string;
176
+ /** The tool version. */
177
+ toolVersion?: string;
178
+ /** The installer version. */
179
+ installerVersion?: string;
192
180
  }
193
181
 
194
- /**
195
- * The definition of a linked resource.
196
- */
182
+ export interface DatadogLogsAgent {
183
+ /** The transport. */
184
+ transport?: string;
185
+ }
186
+
187
+ /** Response of a list operation. */
188
+ export interface LinkedResourceListResponse {
189
+ /** Results of a list operation. */
190
+ value?: LinkedResource[];
191
+ /** Link to the next set of results, if any. */
192
+ nextLink?: string;
193
+ }
194
+
195
+ /** The definition of a linked resource. */
197
196
  export interface LinkedResource {
198
- /**
199
- * The ARM id of the linked resource.
200
- */
197
+ /** The ARM id of the linked resource. */
201
198
  id?: string;
202
199
  }
203
200
 
204
- /**
205
- * The properties of a resource currently being monitored by the Datadog monitor resource.
206
- */
201
+ /** Response of a list operation. */
202
+ export interface MonitoredResourceListResponse {
203
+ /** Results of a list operation. */
204
+ value?: MonitoredResource[];
205
+ /** Link to the next set of results, if any. */
206
+ nextLink?: string;
207
+ }
208
+
209
+ /** The properties of a resource currently being monitored by the Datadog monitor resource. */
207
210
  export interface MonitoredResource {
208
- /**
209
- * The ARM id of the resource.
210
- */
211
+ /** The ARM id of the resource. */
211
212
  id?: string;
212
- /**
213
- * Flag indicating if resource is sending metrics to Datadog.
214
- */
213
+ /** Flag indicating if resource is sending metrics to Datadog. */
215
214
  sendingMetrics?: boolean;
216
- /**
217
- * Reason for why the resource is sending metrics (or why it is not sending).
218
- */
215
+ /** Reason for why the resource is sending metrics (or why it is not sending). */
219
216
  reasonForMetricsStatus?: string;
220
- /**
221
- * Flag indicating if resource is sending logs to Datadog.
222
- */
217
+ /** Flag indicating if resource is sending logs to Datadog. */
223
218
  sendingLogs?: boolean;
224
- /**
225
- * Reason for why the resource is sending logs (or why it is not sending).
226
- */
219
+ /** Reason for why the resource is sending logs (or why it is not sending). */
227
220
  reasonForLogsStatus?: string;
228
221
  }
229
222
 
230
- /**
231
- * The object that represents the operation.
232
- */
223
+ /** Result of GET request to list the Microsoft.Datadog operations. */
224
+ export interface OperationListResult {
225
+ /** List of operations supported by the Microsoft.Datadog provider. */
226
+ value?: OperationResult[];
227
+ /** URL to get the next set of operation list results if there are any. */
228
+ nextLink?: string;
229
+ }
230
+
231
+ /** A Microsoft.Datadog REST API operation. */
232
+ export interface OperationResult {
233
+ /** Operation name, i.e., {provider}/{resource}/{operation}. */
234
+ name?: string;
235
+ /** The object that represents the operation. */
236
+ display?: OperationDisplay;
237
+ /** Indicates whether the operation is a data action */
238
+ isDataAction?: boolean;
239
+ }
240
+
241
+ /** The object that represents the operation. */
233
242
  export interface OperationDisplay {
234
- /**
235
- * Service provider, i.e., Microsoft.Datadog.
236
- */
243
+ /** Service provider, i.e., Microsoft.Datadog. */
237
244
  provider?: string;
238
- /**
239
- * Type on which the operation is performed, e.g., 'monitors'.
240
- */
245
+ /** Type on which the operation is performed, e.g., 'monitors'. */
241
246
  resource?: string;
242
- /**
243
- * Operation type, e.g., read, write, delete, etc.
244
- */
247
+ /** Operation type, e.g., read, write, delete, etc. */
245
248
  operation?: string;
246
- /**
247
- * Description of the operation, e.g., 'Write monitors'.
248
- */
249
+ /** Description of the operation, e.g., 'Write monitors'. */
249
250
  description?: string;
250
251
  }
251
252
 
252
- /**
253
- * A Microsoft.Datadog REST API operation.
254
- */
255
- export interface OperationResult {
253
+ /** Response of a list operation. */
254
+ export interface DatadogMonitorResourceListResponse {
255
+ /** Results of a list operation. */
256
+ value?: DatadogMonitorResource[];
257
+ /** Link to the next set of results, if any. */
258
+ nextLink?: string;
259
+ }
260
+
261
+ export interface DatadogMonitorResource {
256
262
  /**
257
- * Operation name, i.e., {provider}/{resource}/{operation}.
263
+ * ARM id of the monitor resource.
264
+ * NOTE: This property will not be serialized. It can only be populated by the server.
258
265
  */
259
- name?: string;
260
- display?: OperationDisplay;
266
+ readonly id?: string;
261
267
  /**
262
- * Indicates whether the operation is a data action
268
+ * Name of the monitor resource.
269
+ * NOTE: This property will not be serialized. It can only be populated by the server.
263
270
  */
264
- isDataAction?: boolean;
271
+ readonly name?: string;
272
+ /**
273
+ * The type of the monitor resource.
274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
275
+ */
276
+ readonly type?: string;
277
+ sku?: ResourceSku;
278
+ /** Properties specific to the monitor resource. */
279
+ properties?: MonitorProperties;
280
+ identity?: IdentityProperties;
281
+ /** Dictionary of <string> */
282
+ tags?: { [propertyName: string]: string };
283
+ location: string;
284
+ /**
285
+ * Metadata pertaining to creation and last modification of the resource.
286
+ * NOTE: This property will not be serialized. It can only be populated by the server.
287
+ */
288
+ readonly systemData?: SystemData;
265
289
  }
266
290
 
267
- /**
268
- * An interface representing ResourceSku.
269
- */
270
291
  export interface ResourceSku {
292
+ /** Name of the SKU. */
293
+ name: string;
294
+ }
295
+
296
+ /** Properties specific to the monitor resource. */
297
+ export interface MonitorProperties {
298
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
299
+ readonly provisioningState?: ProvisioningState;
300
+ /** Flag specifying if the resource monitoring is enabled or disabled. */
301
+ monitoringStatus?: MonitoringStatus;
271
302
  /**
272
- * Name of the SKU.
303
+ * Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
304
+ * NOTE: This property will not be serialized. It can only be populated by the server.
273
305
  */
274
- name: string;
306
+ readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
307
+ /** Datadog organization properties */
308
+ datadogOrganizationProperties?: DatadogOrganizationProperties;
309
+ /** User info */
310
+ userInfo?: UserInfo;
311
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
312
+ readonly liftrResourceCategory?: LiftrResourceCategories;
313
+ /**
314
+ * The priority of the resource.
315
+ * NOTE: This property will not be serialized. It can only be populated by the server.
316
+ */
317
+ readonly liftrResourcePreference?: number;
275
318
  }
276
319
 
277
- /**
278
- * Datadog organization properties
279
- */
320
+ /** Datadog organization properties */
280
321
  export interface DatadogOrganizationProperties {
281
322
  /**
282
323
  * Name of the Datadog organization.
283
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
324
+ * NOTE: This property will not be serialized. It can only be populated by the server.
284
325
  */
285
326
  readonly name?: string;
286
327
  /**
287
328
  * Id of the Datadog organization.
288
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
329
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
330
  */
290
331
  readonly id?: string;
291
- /**
292
- * The auth code used to linking to an existing datadog organization.
293
- */
332
+ /** The auth code used to linking to an existing datadog organization. */
294
333
  linkingAuthCode?: string;
295
- /**
296
- * The client_id from an existing in exchange for an auth token to link organization.
297
- */
334
+ /** The client_id from an existing in exchange for an auth token to link organization. */
298
335
  linkingClientId?: string;
299
- /**
300
- * The redirect uri for linking.
301
- */
336
+ /** The redirect uri for linking. */
302
337
  redirectUri?: string;
303
- /**
304
- * Api key associated to the Datadog organization.
305
- */
338
+ /** Api key associated to the Datadog organization. */
306
339
  apiKey?: string;
307
- /**
308
- * Application key associated to the Datadog organization.
309
- */
340
+ /** Application key associated to the Datadog organization. */
310
341
  applicationKey?: string;
311
- /**
312
- * The Id of the Enterprise App used for Single sign on.
313
- */
342
+ /** The Id of the Enterprise App used for Single sign on. */
314
343
  enterpriseAppId?: string;
315
344
  }
316
345
 
317
- /**
318
- * User info
319
- */
346
+ /** User info */
320
347
  export interface UserInfo {
321
- /**
322
- * Name of the user
323
- */
348
+ /** Name of the user */
324
349
  name?: string;
325
- /**
326
- * Email of the user used by Datadog for contacting them if needed
327
- */
350
+ /** Email of the user used by Datadog for contacting them if needed */
328
351
  emailAddress?: string;
329
- /**
330
- * Phone number of the user used by Datadog for contacting them if needed
331
- */
352
+ /** Phone number of the user used by Datadog for contacting them if needed */
332
353
  phoneNumber?: string;
333
354
  }
334
355
 
335
- /**
336
- * Properties specific to the monitor resource.
337
- */
338
- export interface MonitorProperties {
339
- /**
340
- * Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded',
341
- * 'Failed', 'Canceled', 'Deleted', 'NotSpecified'
342
- */
343
- provisioningState?: ProvisioningState;
344
- /**
345
- * Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
346
- */
347
- monitoringStatus?: MonitoringStatus;
348
- /**
349
- * Possible values include: 'Provisioning', 'Active', 'Suspended', 'Unsubscribed'
350
- */
351
- marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;
352
- datadogOrganizationProperties?: DatadogOrganizationProperties;
353
- userInfo?: UserInfo;
356
+ export interface IdentityProperties {
354
357
  /**
355
- * Possible values include: 'Unknown', 'MonitorLogs'
358
+ * The identity ID.
359
+ * NOTE: This property will not be serialized. It can only be populated by the server.
356
360
  */
357
- liftrResourceCategory?: LiftrResourceCategories;
361
+ readonly principalId?: string;
358
362
  /**
359
- * The priority of the resource.
360
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
361
- */
362
- readonly liftrResourcePreference?: number;
363
- }
364
-
365
- /**
366
- * An interface representing IdentityProperties.
367
- */
368
- export interface IdentityProperties {
369
- /**
370
- * The identity ID.
371
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
372
- */
373
- readonly principalId?: string;
374
- /**
375
- * The tenant ID of resource.
376
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
363
+ * The tenant ID of resource.
364
+ * NOTE: This property will not be serialized. It can only be populated by the server.
377
365
  */
378
366
  readonly tenantId?: string;
379
- /**
380
- * Possible values include: 'SystemAssigned', 'UserAssigned'
381
- */
367
+ /** Identity type */
382
368
  type?: ManagedIdentityTypes;
383
369
  }
384
370
 
385
- /**
386
- * An interface representing DatadogMonitorResource.
387
- */
388
- export interface DatadogMonitorResource extends BaseResource {
389
- /**
390
- * ARM id of the monitor resource.
391
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
392
- */
393
- readonly id?: string;
394
- /**
395
- * Name of the monitor resource.
396
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
397
- */
398
- readonly name?: string;
399
- /**
400
- * The type of the monitor resource.
401
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
402
- */
403
- readonly type?: string;
404
- sku?: ResourceSku;
405
- properties?: MonitorProperties;
406
- identity?: IdentityProperties;
371
+ /** The parameters for a PATCH request to a monitor resource. */
372
+ export interface DatadogMonitorResourceUpdateParameters {
373
+ /** The set of properties that can be update in a PATCH request to a monitor resource. */
374
+ properties?: MonitorUpdateProperties;
375
+ /** The new tags of the monitor resource. */
407
376
  tags?: { [propertyName: string]: string };
408
- location: string;
409
- /**
410
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
411
- */
412
- readonly systemData?: SystemData;
377
+ sku?: ResourceSku;
413
378
  }
414
379
 
415
- /**
416
- * The set of properties that can be update in a PATCH request to a monitor resource.
417
- */
380
+ /** The set of properties that can be update in a PATCH request to a monitor resource. */
418
381
  export interface MonitorUpdateProperties {
419
- /**
420
- * Possible values include: 'Enabled', 'Disabled'. Default value: 'Enabled'.
421
- */
382
+ /** Flag specifying if the resource monitoring is enabled or disabled. */
422
383
  monitoringStatus?: MonitoringStatus;
423
384
  }
424
385
 
425
- /**
426
- * The parameters for a PATCH request to a monitor resource.
427
- */
428
- export interface DatadogMonitorResourceUpdateParameters {
429
- properties?: MonitorUpdateProperties;
430
- /**
431
- * The new tags of the monitor resource.
432
- */
433
- tags?: { [propertyName: string]: string };
434
- }
435
-
436
- /**
437
- * An interface representing DatadogSetPasswordLink.
438
- */
439
386
  export interface DatadogSetPasswordLink {
440
387
  setPasswordLink?: string;
441
388
  }
442
389
 
443
- /**
444
- * The definition of a filtering tag. Filtering tags are used for capturing resources and
445
- * include/exclude them from being monitored.
446
- */
447
- export interface FilteringTag {
448
- /**
449
- * The name (also known as the key) of the tag.
450
- */
451
- name?: string;
452
- /**
453
- * The value of the tag.
454
- */
455
- value?: string;
456
- /**
457
- * Possible values include: 'Include', 'Exclude'
458
- */
459
- action?: TagAction;
460
- }
461
-
462
- /**
463
- * Set of rules for sending logs for the Monitor resource.
464
- */
465
- export interface LogRules {
466
- /**
467
- * Flag specifying if AAD logs should be sent for the Monitor resource.
468
- */
469
- sendAadLogs?: boolean;
470
- /**
471
- * Flag specifying if Azure subscription logs should be sent for the Monitor resource.
472
- */
473
- sendSubscriptionLogs?: boolean;
474
- /**
475
- * Flag specifying if Azure resource logs should be sent for the Monitor resource.
476
- */
477
- sendResourceLogs?: boolean;
478
- /**
479
- * List of filtering tags to be used for capturing logs. This only takes effect if
480
- * SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude
481
- * action is specified, the rules will apply to the list of all available resources. If Include
482
- * actions are specified, the rules will only include resources with the associated tags.
483
- */
484
- filteringTags?: FilteringTag[];
485
- }
486
-
487
- /**
488
- * Set of rules for sending metrics for the Monitor resource.
489
- */
490
- export interface MetricRules {
491
- /**
492
- * List of filtering tags to be used for capturing metrics. If empty, all resources will be
493
- * captured. If only Exclude action is specified, the rules will apply to the list of all
494
- * available resources. If Include actions are specified, the rules will only include resources
495
- * with the associated tags.
496
- */
497
- filteringTags?: FilteringTag[];
498
- }
499
-
500
- /**
501
- * Definition of the properties for a TagRules resource.
502
- */
503
- export interface MonitoringTagRulesProperties {
504
- /**
505
- * Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded',
506
- * 'Failed', 'Canceled', 'Deleted', 'NotSpecified'
507
- */
508
- provisioningState?: ProvisioningState;
509
- logRules?: LogRules;
510
- metricRules?: MetricRules;
390
+ /** Response of a list operation. */
391
+ export interface MonitoringTagRulesListResponse {
392
+ /** Results of a list operation. */
393
+ value?: MonitoringTagRules[];
394
+ /** Link to the next set of results, if any. */
395
+ nextLink?: string;
511
396
  }
512
397
 
513
- /**
514
- * Capture logs and metrics of Azure resources based on ARM tags.
515
- */
516
- export interface MonitoringTagRules extends BaseResource {
398
+ /** Capture logs and metrics of Azure resources based on ARM tags. */
399
+ export interface MonitoringTagRules {
517
400
  /**
518
401
  * Name of the rule set.
519
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
402
+ * NOTE: This property will not be serialized. It can only be populated by the server.
520
403
  */
521
404
  readonly name?: string;
522
405
  /**
523
406
  * The id of the rule set.
524
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
407
+ * NOTE: This property will not be serialized. It can only be populated by the server.
525
408
  */
526
409
  readonly id?: string;
527
410
  /**
528
411
  * The type of the rule set.
529
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
412
+ * NOTE: This property will not be serialized. It can only be populated by the server.
530
413
  */
531
414
  readonly type?: string;
415
+ /** Definition of the properties for a TagRules resource. */
532
416
  properties?: MonitoringTagRulesProperties;
533
417
  /**
534
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
418
+ * Metadata pertaining to creation and last modification of the resource.
419
+ * NOTE: This property will not be serialized. It can only be populated by the server.
535
420
  */
536
421
  readonly systemData?: SystemData;
537
422
  }
538
423
 
539
- /**
540
- * An interface representing DatadogSingleSignOnProperties.
541
- */
542
- export interface DatadogSingleSignOnProperties {
543
- /**
544
- * Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded',
545
- * 'Failed', 'Canceled', 'Deleted', 'NotSpecified'
546
- */
547
- provisioningState?: ProvisioningState;
548
- /**
549
- * Possible values include: 'Initial', 'Enable', 'Disable', 'Existing'
550
- */
551
- singleSignOnState?: SingleSignOnStates;
552
- /**
553
- * The Id of the Enterprise App used for Single sign-on.
554
- */
555
- enterpriseAppId?: string;
556
- /**
557
- * The login URL specific to this Datadog Organization.
558
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
559
- */
560
- readonly singleSignOnUrl?: string;
424
+ /** Definition of the properties for a TagRules resource. */
425
+ export interface MonitoringTagRulesProperties {
426
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
427
+ readonly provisioningState?: ProvisioningState;
428
+ /** Set of rules for sending logs for the Monitor resource. */
429
+ logRules?: LogRules;
430
+ /** Set of rules for sending metrics for the Monitor resource. */
431
+ metricRules?: MetricRules;
561
432
  }
562
433
 
563
- /**
564
- * An interface representing DatadogSingleSignOnResource.
565
- */
566
- export interface DatadogSingleSignOnResource extends BaseResource {
434
+ /** Set of rules for sending logs for the Monitor resource. */
435
+ export interface LogRules {
436
+ /** Flag specifying if AAD logs should be sent for the Monitor resource. */
437
+ sendAadLogs?: boolean;
438
+ /** Flag specifying if Azure subscription logs should be sent for the Monitor resource. */
439
+ sendSubscriptionLogs?: boolean;
440
+ /** Flag specifying if Azure resource logs should be sent for the Monitor resource. */
441
+ sendResourceLogs?: boolean;
442
+ /** List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */
443
+ filteringTags?: FilteringTag[];
444
+ }
445
+
446
+ /** The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored. */
447
+ export interface FilteringTag {
448
+ /** The name (also known as the key) of the tag. */
449
+ name?: string;
450
+ /** The value of the tag. */
451
+ value?: string;
452
+ /** Valid actions for a filtering tag. Exclusion takes priority over inclusion. */
453
+ action?: TagAction;
454
+ }
455
+
456
+ /** Set of rules for sending metrics for the Monitor resource. */
457
+ export interface MetricRules {
458
+ /** List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags. */
459
+ filteringTags?: FilteringTag[];
460
+ }
461
+
462
+ /** Response of a list operation. */
463
+ export interface DatadogSingleSignOnResourceListResponse {
464
+ /** Results of a list operation. */
465
+ value?: DatadogSingleSignOnResource[];
466
+ /** Link to the next set of results, if any. */
467
+ nextLink?: string;
468
+ }
469
+
470
+ export interface DatadogSingleSignOnResource {
567
471
  /**
568
472
  * ARM id of the resource.
569
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
473
+ * NOTE: This property will not be serialized. It can only be populated by the server.
570
474
  */
571
475
  readonly id?: string;
572
476
  /**
573
477
  * Name of the configuration.
574
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
478
+ * NOTE: This property will not be serialized. It can only be populated by the server.
575
479
  */
576
480
  readonly name?: string;
577
481
  /**
578
482
  * The type of the resource.
579
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
483
+ * NOTE: This property will not be serialized. It can only be populated by the server.
580
484
  */
581
485
  readonly type?: string;
582
486
  properties?: DatadogSingleSignOnProperties;
583
487
  /**
584
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
488
+ * Metadata pertaining to creation and last modification of the resource.
489
+ * NOTE: This property will not be serialized. It can only be populated by the server.
585
490
  */
586
491
  readonly systemData?: SystemData;
587
492
  }
588
493
 
589
- /**
590
- * The resource management error additional info.
591
- */
592
- export interface ErrorAdditionalInfo {
593
- /**
594
- * The additional info type.
595
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
596
- */
597
- readonly type?: string;
494
+ export interface DatadogSingleSignOnProperties {
495
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
496
+ readonly provisioningState?: ProvisioningState;
497
+ /** Various states of the SSO resource */
498
+ singleSignOnState?: SingleSignOnStates;
499
+ /** The Id of the Enterprise App used for Single sign-on. */
500
+ enterpriseAppId?: string;
598
501
  /**
599
- * The additional info.
600
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
502
+ * The login URL specific to this Datadog Organization.
503
+ * NOTE: This property will not be serialized. It can only be populated by the server.
601
504
  */
602
- readonly info?: any;
505
+ readonly singleSignOnUrl?: string;
603
506
  }
604
507
 
605
- /**
606
- * The error detail.
607
- */
608
- export interface ErrorDetail {
609
- /**
610
- * The error code.
611
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
612
- */
613
- readonly code?: string;
614
- /**
615
- * The error message.
616
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
617
- */
618
- readonly message?: string;
619
- /**
620
- * The error target.
621
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
622
- */
623
- readonly target?: string;
624
- /**
625
- * The error details.
626
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
627
- */
628
- readonly details?: ErrorDetail[];
629
- /**
630
- * The error additional info.
631
- * **NOTE: This property will not be serialized. It can only be populated by the server.**
632
- */
633
- readonly additionalInfo?: ErrorAdditionalInfo[];
508
+ /** Known values of {@link CreatedByType} that the service accepts. */
509
+ export enum KnownCreatedByType {
510
+ User = "User",
511
+ Application = "Application",
512
+ ManagedIdentity = "ManagedIdentity",
513
+ Key = "Key"
634
514
  }
635
515
 
636
516
  /**
637
- * Common error response for all Azure Resource Manager APIs to return error details for failed
638
- * operations. (This also follows the OData error response format.).
639
- * @summary Error response
517
+ * Defines values for CreatedByType. \
518
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
519
+ * this enum contains the known values that the service supports.
520
+ * ### Known values supported by the service
521
+ * **User** \
522
+ * **Application** \
523
+ * **ManagedIdentity** \
524
+ * **Key**
640
525
  */
641
- export interface ErrorResponse {
642
- /**
643
- * The error object.
644
- */
645
- error?: ErrorDetail;
646
- }
526
+ export type CreatedByType = string;
647
527
 
648
- /**
649
- * Optional Parameters.
650
- */
651
- export interface MarketplaceAgreementsCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
652
- body?: DatadogAgreementResource;
528
+ /** Known values of {@link ProvisioningState} that the service accepts. */
529
+ export enum KnownProvisioningState {
530
+ Accepted = "Accepted",
531
+ Creating = "Creating",
532
+ Updating = "Updating",
533
+ Deleting = "Deleting",
534
+ Succeeded = "Succeeded",
535
+ Failed = "Failed",
536
+ Canceled = "Canceled",
537
+ Deleted = "Deleted",
538
+ NotSpecified = "NotSpecified"
653
539
  }
654
540
 
655
541
  /**
656
- * Optional Parameters.
542
+ * Defines values for ProvisioningState. \
543
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
544
+ * this enum contains the known values that the service supports.
545
+ * ### Known values supported by the service
546
+ * **Accepted** \
547
+ * **Creating** \
548
+ * **Updating** \
549
+ * **Deleting** \
550
+ * **Succeeded** \
551
+ * **Failed** \
552
+ * **Canceled** \
553
+ * **Deleted** \
554
+ * **NotSpecified**
657
555
  */
658
- export interface MonitorsSetDefaultKeyOptionalParams extends msRest.RequestOptionsBase {
659
- body?: DatadogApiKey;
660
- }
556
+ export type ProvisioningState = string;
661
557
 
662
- /**
663
- * Optional Parameters.
664
- */
665
- export interface MonitorsCreateOptionalParams extends msRest.RequestOptionsBase {
666
- body?: DatadogMonitorResource;
558
+ /** Known values of {@link MonitoringStatus} that the service accepts. */
559
+ export enum KnownMonitoringStatus {
560
+ Enabled = "Enabled",
561
+ Disabled = "Disabled"
667
562
  }
668
563
 
669
564
  /**
670
- * Optional Parameters.
565
+ * Defines values for MonitoringStatus. \
566
+ * {@link KnownMonitoringStatus} can be used interchangeably with MonitoringStatus,
567
+ * this enum contains the known values that the service supports.
568
+ * ### Known values supported by the service
569
+ * **Enabled** \
570
+ * **Disabled**
671
571
  */
672
- export interface MonitorsUpdateOptionalParams extends msRest.RequestOptionsBase {
673
- body?: DatadogMonitorResourceUpdateParameters;
674
- }
572
+ export type MonitoringStatus = string;
675
573
 
676
- /**
677
- * Optional Parameters.
678
- */
679
- export interface MonitorsBeginCreateOptionalParams extends msRest.RequestOptionsBase {
680
- body?: DatadogMonitorResource;
574
+ /** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */
575
+ export enum KnownMarketplaceSubscriptionStatus {
576
+ Provisioning = "Provisioning",
577
+ Active = "Active",
578
+ Suspended = "Suspended",
579
+ Unsubscribed = "Unsubscribed"
681
580
  }
682
581
 
683
582
  /**
684
- * Optional Parameters.
583
+ * Defines values for MarketplaceSubscriptionStatus. \
584
+ * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,
585
+ * this enum contains the known values that the service supports.
586
+ * ### Known values supported by the service
587
+ * **Provisioning** \
588
+ * **Active** \
589
+ * **Suspended** \
590
+ * **Unsubscribed**
685
591
  */
686
- export interface TagRulesCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
687
- body?: MonitoringTagRules;
688
- }
592
+ export type MarketplaceSubscriptionStatus = string;
689
593
 
690
- /**
691
- * Optional Parameters.
692
- */
693
- export interface SingleSignOnConfigurationsCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
694
- body?: DatadogSingleSignOnResource;
594
+ /** Known values of {@link LiftrResourceCategories} that the service accepts. */
595
+ export enum KnownLiftrResourceCategories {
596
+ Unknown = "Unknown",
597
+ MonitorLogs = "MonitorLogs"
695
598
  }
696
599
 
697
600
  /**
698
- * Optional Parameters.
601
+ * Defines values for LiftrResourceCategories. \
602
+ * {@link KnownLiftrResourceCategories} can be used interchangeably with LiftrResourceCategories,
603
+ * this enum contains the known values that the service supports.
604
+ * ### Known values supported by the service
605
+ * **Unknown** \
606
+ * **MonitorLogs**
699
607
  */
700
- export interface SingleSignOnConfigurationsBeginCreateOrUpdateOptionalParams extends msRest.RequestOptionsBase {
701
- body?: DatadogSingleSignOnResource;
702
- }
608
+ export type LiftrResourceCategories = string;
703
609
 
704
- /**
705
- * An interface representing MicrosoftDatadogClientOptions.
706
- */
707
- export interface MicrosoftDatadogClientOptions extends AzureServiceClientOptions {
708
- baseUri?: string;
610
+ /** Known values of {@link ManagedIdentityTypes} that the service accepts. */
611
+ export enum KnownManagedIdentityTypes {
612
+ SystemAssigned = "SystemAssigned",
613
+ UserAssigned = "UserAssigned"
709
614
  }
710
615
 
711
616
  /**
712
- * @interface
713
- * Response of a list operation.
714
- * @extends Array<DatadogAgreementResource>
617
+ * Defines values for ManagedIdentityTypes. \
618
+ * {@link KnownManagedIdentityTypes} can be used interchangeably with ManagedIdentityTypes,
619
+ * this enum contains the known values that the service supports.
620
+ * ### Known values supported by the service
621
+ * **SystemAssigned** \
622
+ * **UserAssigned**
715
623
  */
716
- export interface DatadogAgreementResourceListResponse extends Array<DatadogAgreementResource> {
717
- /**
718
- * Link to the next set of results, if any.
719
- */
720
- nextLink?: string;
721
- }
624
+ export type ManagedIdentityTypes = string;
722
625
 
723
- /**
724
- * @interface
725
- * Response of a list operation.
726
- * @extends Array<DatadogApiKey>
727
- */
728
- export interface DatadogApiKeyListResponse extends Array<DatadogApiKey> {
729
- /**
730
- * Link to the next set of results, if any.
731
- */
732
- nextLink?: string;
626
+ /** Known values of {@link TagAction} that the service accepts. */
627
+ export enum KnownTagAction {
628
+ Include = "Include",
629
+ Exclude = "Exclude"
733
630
  }
734
631
 
735
632
  /**
736
- * @interface
737
- * Response of a list operation.
738
- * @extends Array<DatadogHost>
633
+ * Defines values for TagAction. \
634
+ * {@link KnownTagAction} can be used interchangeably with TagAction,
635
+ * this enum contains the known values that the service supports.
636
+ * ### Known values supported by the service
637
+ * **Include** \
638
+ * **Exclude**
739
639
  */
740
- export interface DatadogHostListResponse extends Array<DatadogHost> {
741
- /**
742
- * Link to the next set of results, if any.
743
- */
744
- nextLink?: string;
745
- }
640
+ export type TagAction = string;
746
641
 
747
- /**
748
- * @interface
749
- * Response of a list operation.
750
- * @extends Array<LinkedResource>
751
- */
752
- export interface LinkedResourceListResponse extends Array<LinkedResource> {
753
- /**
754
- * Link to the next set of results, if any.
755
- */
756
- nextLink?: string;
642
+ /** Known values of {@link SingleSignOnStates} that the service accepts. */
643
+ export enum KnownSingleSignOnStates {
644
+ Initial = "Initial",
645
+ Enable = "Enable",
646
+ Disable = "Disable",
647
+ Existing = "Existing"
757
648
  }
758
649
 
759
650
  /**
760
- * @interface
761
- * Response of a list operation.
762
- * @extends Array<MonitoredResource>
651
+ * Defines values for SingleSignOnStates. \
652
+ * {@link KnownSingleSignOnStates} can be used interchangeably with SingleSignOnStates,
653
+ * this enum contains the known values that the service supports.
654
+ * ### Known values supported by the service
655
+ * **Initial** \
656
+ * **Enable** \
657
+ * **Disable** \
658
+ * **Existing**
763
659
  */
764
- export interface MonitoredResourceListResponse extends Array<MonitoredResource> {
765
- /**
766
- * Link to the next set of results, if any.
767
- */
768
- nextLink?: string;
769
- }
660
+ export type SingleSignOnStates = string;
770
661
 
771
- /**
772
- * @interface
773
- * Response of a list operation.
774
- * @extends Array<DatadogMonitorResource>
775
- */
776
- export interface DatadogMonitorResourceListResponse extends Array<DatadogMonitorResource> {
777
- /**
778
- * Link to the next set of results, if any.
779
- */
780
- nextLink?: string;
781
- }
662
+ /** Optional parameters. */
663
+ export interface MarketplaceAgreementsListOptionalParams
664
+ extends coreClient.OperationOptions {}
782
665
 
783
- /**
784
- * @interface
785
- * Result of GET request to list the Microsoft.Datadog operations.
786
- * @extends Array<OperationResult>
787
- */
788
- export interface OperationListResult extends Array<OperationResult> {
789
- /**
790
- * URL to get the next set of operation list results if there are any.
791
- */
792
- nextLink?: string;
793
- }
666
+ /** Contains response data for the list operation. */
667
+ export type MarketplaceAgreementsListResponse = DatadogAgreementResourceListResponse;
794
668
 
795
- /**
796
- * @interface
797
- * Response of a list operation.
798
- * @extends Array<MonitoringTagRules>
799
- */
800
- export interface MonitoringTagRulesListResponse extends Array<MonitoringTagRules> {
801
- /**
802
- * Link to the next set of results, if any.
803
- */
804
- nextLink?: string;
669
+ /** Optional parameters. */
670
+ export interface MarketplaceAgreementsCreateOrUpdateOptionalParams
671
+ extends coreClient.OperationOptions {
672
+ body?: DatadogAgreementResource;
805
673
  }
806
674
 
807
- /**
808
- * @interface
809
- * Response of a list operation.
810
- * @extends Array<DatadogSingleSignOnResource>
811
- */
812
- export interface DatadogSingleSignOnResourceListResponse extends Array<DatadogSingleSignOnResource> {
813
- /**
814
- * Link to the next set of results, if any.
815
- */
816
- nextLink?: string;
675
+ /** Contains response data for the createOrUpdate operation. */
676
+ export type MarketplaceAgreementsCreateOrUpdateResponse = DatadogAgreementResource;
677
+
678
+ /** Optional parameters. */
679
+ export interface MarketplaceAgreementsListNextOptionalParams
680
+ extends coreClient.OperationOptions {}
681
+
682
+ /** Contains response data for the listNext operation. */
683
+ export type MarketplaceAgreementsListNextResponse = DatadogAgreementResourceListResponse;
684
+
685
+ /** Optional parameters. */
686
+ export interface MonitorsListApiKeysOptionalParams
687
+ extends coreClient.OperationOptions {}
688
+
689
+ /** Contains response data for the listApiKeys operation. */
690
+ export type MonitorsListApiKeysResponse = DatadogApiKeyListResponse;
691
+
692
+ /** Optional parameters. */
693
+ export interface MonitorsGetDefaultKeyOptionalParams
694
+ extends coreClient.OperationOptions {}
695
+
696
+ /** Contains response data for the getDefaultKey operation. */
697
+ export type MonitorsGetDefaultKeyResponse = DatadogApiKey;
698
+
699
+ /** Optional parameters. */
700
+ export interface MonitorsSetDefaultKeyOptionalParams
701
+ extends coreClient.OperationOptions {
702
+ body?: DatadogApiKey;
817
703
  }
818
704
 
819
- /**
820
- * Defines values for CreatedByType.
821
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
822
- * @readonly
823
- * @enum {string}
824
- */
825
- export type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
705
+ /** Optional parameters. */
706
+ export interface MonitorsListHostsOptionalParams
707
+ extends coreClient.OperationOptions {}
826
708
 
827
- /**
828
- * Defines values for ProvisioningState.
829
- * Possible values include: 'Accepted', 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed',
830
- * 'Canceled', 'Deleted', 'NotSpecified'
831
- * @readonly
832
- * @enum {string}
833
- */
834
- export type ProvisioningState = 'Accepted' | 'Creating' | 'Updating' | 'Deleting' | 'Succeeded' | 'Failed' | 'Canceled' | 'Deleted' | 'NotSpecified';
709
+ /** Contains response data for the listHosts operation. */
710
+ export type MonitorsListHostsResponse = DatadogHostListResponse;
835
711
 
836
- /**
837
- * Defines values for MonitoringStatus.
838
- * Possible values include: 'Enabled', 'Disabled'
839
- * @readonly
840
- * @enum {string}
841
- */
842
- export type MonitoringStatus = 'Enabled' | 'Disabled';
712
+ /** Optional parameters. */
713
+ export interface MonitorsListLinkedResourcesOptionalParams
714
+ extends coreClient.OperationOptions {}
843
715
 
844
- /**
845
- * Defines values for MarketplaceSubscriptionStatus.
846
- * Possible values include: 'Provisioning', 'Active', 'Suspended', 'Unsubscribed'
847
- * @readonly
848
- * @enum {string}
849
- */
850
- export type MarketplaceSubscriptionStatus = 'Provisioning' | 'Active' | 'Suspended' | 'Unsubscribed';
716
+ /** Contains response data for the listLinkedResources operation. */
717
+ export type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse;
851
718
 
852
- /**
853
- * Defines values for LiftrResourceCategories.
854
- * Possible values include: 'Unknown', 'MonitorLogs'
855
- * @readonly
856
- * @enum {string}
857
- */
858
- export type LiftrResourceCategories = 'Unknown' | 'MonitorLogs';
719
+ /** Optional parameters. */
720
+ export interface MonitorsListMonitoredResourcesOptionalParams
721
+ extends coreClient.OperationOptions {}
859
722
 
860
- /**
861
- * Defines values for ManagedIdentityTypes.
862
- * Possible values include: 'SystemAssigned', 'UserAssigned'
863
- * @readonly
864
- * @enum {string}
865
- */
866
- export type ManagedIdentityTypes = 'SystemAssigned' | 'UserAssigned';
723
+ /** Contains response data for the listMonitoredResources operation. */
724
+ export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse;
867
725
 
868
- /**
869
- * Defines values for TagAction.
870
- * Possible values include: 'Include', 'Exclude'
871
- * @readonly
872
- * @enum {string}
873
- */
874
- export type TagAction = 'Include' | 'Exclude';
726
+ /** Optional parameters. */
727
+ export interface MonitorsListOptionalParams
728
+ extends coreClient.OperationOptions {}
875
729
 
876
- /**
877
- * Defines values for SingleSignOnStates.
878
- * Possible values include: 'Initial', 'Enable', 'Disable', 'Existing'
879
- * @readonly
880
- * @enum {string}
881
- */
882
- export type SingleSignOnStates = 'Initial' | 'Enable' | 'Disable' | 'Existing';
730
+ /** Contains response data for the list operation. */
731
+ export type MonitorsListResponse = DatadogMonitorResourceListResponse;
883
732
 
884
- /**
885
- * Contains response data for the list operation.
886
- */
887
- export type MarketplaceAgreementsListResponse = DatadogAgreementResourceListResponse & {
888
- /**
889
- * The underlying HTTP response.
890
- */
891
- _response: msRest.HttpResponse & {
892
- /**
893
- * The response body as text (string format)
894
- */
895
- bodyAsText: string;
896
-
897
- /**
898
- * The response body as parsed JSON or XML
899
- */
900
- parsedBody: DatadogAgreementResourceListResponse;
901
- };
902
- };
733
+ /** Optional parameters. */
734
+ export interface MonitorsListByResourceGroupOptionalParams
735
+ extends coreClient.OperationOptions {}
903
736
 
904
- /**
905
- * Contains response data for the createOrUpdate operation.
906
- */
907
- export type MarketplaceAgreementsCreateOrUpdateResponse = DatadogAgreementResource & {
908
- /**
909
- * The underlying HTTP response.
910
- */
911
- _response: msRest.HttpResponse & {
912
- /**
913
- * The response body as text (string format)
914
- */
915
- bodyAsText: string;
916
-
917
- /**
918
- * The response body as parsed JSON or XML
919
- */
920
- parsedBody: DatadogAgreementResource;
921
- };
922
- };
737
+ /** Contains response data for the listByResourceGroup operation. */
738
+ export type MonitorsListByResourceGroupResponse = DatadogMonitorResourceListResponse;
923
739
 
924
- /**
925
- * Contains response data for the listNext operation.
926
- */
927
- export type MarketplaceAgreementsListNextResponse = DatadogAgreementResourceListResponse & {
928
- /**
929
- * The underlying HTTP response.
930
- */
931
- _response: msRest.HttpResponse & {
932
- /**
933
- * The response body as text (string format)
934
- */
935
- bodyAsText: string;
936
-
937
- /**
938
- * The response body as parsed JSON or XML
939
- */
940
- parsedBody: DatadogAgreementResourceListResponse;
941
- };
942
- };
740
+ /** Optional parameters. */
741
+ export interface MonitorsGetOptionalParams
742
+ extends coreClient.OperationOptions {}
943
743
 
944
- /**
945
- * Contains response data for the listApiKeys operation.
946
- */
947
- export type MonitorsListApiKeysResponse = DatadogApiKeyListResponse & {
948
- /**
949
- * The underlying HTTP response.
950
- */
951
- _response: msRest.HttpResponse & {
952
- /**
953
- * The response body as text (string format)
954
- */
955
- bodyAsText: string;
956
-
957
- /**
958
- * The response body as parsed JSON or XML
959
- */
960
- parsedBody: DatadogApiKeyListResponse;
961
- };
962
- };
744
+ /** Contains response data for the get operation. */
745
+ export type MonitorsGetResponse = DatadogMonitorResource;
963
746
 
964
- /**
965
- * Contains response data for the getDefaultKey operation.
966
- */
967
- export type MonitorsGetDefaultKeyResponse = DatadogApiKey & {
968
- /**
969
- * The underlying HTTP response.
970
- */
971
- _response: msRest.HttpResponse & {
972
- /**
973
- * The response body as text (string format)
974
- */
975
- bodyAsText: string;
976
-
977
- /**
978
- * The response body as parsed JSON or XML
979
- */
980
- parsedBody: DatadogApiKey;
981
- };
982
- };
747
+ /** Optional parameters. */
748
+ export interface MonitorsCreateOptionalParams
749
+ extends coreClient.OperationOptions {
750
+ body?: DatadogMonitorResource;
751
+ /** Delay to wait until next poll, in milliseconds. */
752
+ updateIntervalInMs?: number;
753
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
754
+ resumeFrom?: string;
755
+ }
983
756
 
984
- /**
985
- * Contains response data for the listHosts operation.
986
- */
987
- export type MonitorsListHostsResponse = DatadogHostListResponse & {
988
- /**
989
- * The underlying HTTP response.
990
- */
991
- _response: msRest.HttpResponse & {
992
- /**
993
- * The response body as text (string format)
994
- */
995
- bodyAsText: string;
996
-
997
- /**
998
- * The response body as parsed JSON or XML
999
- */
1000
- parsedBody: DatadogHostListResponse;
1001
- };
1002
- };
757
+ /** Contains response data for the create operation. */
758
+ export type MonitorsCreateResponse = DatadogMonitorResource;
1003
759
 
1004
- /**
1005
- * Contains response data for the listLinkedResources operation.
1006
- */
1007
- export type MonitorsListLinkedResourcesResponse = LinkedResourceListResponse & {
1008
- /**
1009
- * The underlying HTTP response.
1010
- */
1011
- _response: msRest.HttpResponse & {
1012
- /**
1013
- * The response body as text (string format)
1014
- */
1015
- bodyAsText: string;
1016
-
1017
- /**
1018
- * The response body as parsed JSON or XML
1019
- */
1020
- parsedBody: LinkedResourceListResponse;
1021
- };
1022
- };
760
+ /** Optional parameters. */
761
+ export interface MonitorsUpdateOptionalParams
762
+ extends coreClient.OperationOptions {
763
+ /** The parameters for a PATCH request to a monitor resource. */
764
+ body?: DatadogMonitorResourceUpdateParameters;
765
+ /** Delay to wait until next poll, in milliseconds. */
766
+ updateIntervalInMs?: number;
767
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
768
+ resumeFrom?: string;
769
+ }
1023
770
 
1024
- /**
1025
- * Contains response data for the listMonitoredResources operation.
1026
- */
1027
- export type MonitorsListMonitoredResourcesResponse = MonitoredResourceListResponse & {
1028
- /**
1029
- * The underlying HTTP response.
1030
- */
1031
- _response: msRest.HttpResponse & {
1032
- /**
1033
- * The response body as text (string format)
1034
- */
1035
- bodyAsText: string;
1036
-
1037
- /**
1038
- * The response body as parsed JSON or XML
1039
- */
1040
- parsedBody: MonitoredResourceListResponse;
1041
- };
1042
- };
771
+ /** Contains response data for the update operation. */
772
+ export type MonitorsUpdateResponse = DatadogMonitorResource;
1043
773
 
1044
- /**
1045
- * Contains response data for the list operation.
1046
- */
1047
- export type MonitorsListResponse = DatadogMonitorResourceListResponse & {
1048
- /**
1049
- * The underlying HTTP response.
1050
- */
1051
- _response: msRest.HttpResponse & {
1052
- /**
1053
- * The response body as text (string format)
1054
- */
1055
- bodyAsText: string;
1056
-
1057
- /**
1058
- * The response body as parsed JSON or XML
1059
- */
1060
- parsedBody: DatadogMonitorResourceListResponse;
1061
- };
1062
- };
774
+ /** Optional parameters. */
775
+ export interface MonitorsDeleteOptionalParams
776
+ extends coreClient.OperationOptions {
777
+ /** Delay to wait until next poll, in milliseconds. */
778
+ updateIntervalInMs?: number;
779
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
780
+ resumeFrom?: string;
781
+ }
1063
782
 
1064
- /**
1065
- * Contains response data for the listByResourceGroup operation.
1066
- */
1067
- export type MonitorsListByResourceGroupResponse = DatadogMonitorResourceListResponse & {
1068
- /**
1069
- * The underlying HTTP response.
1070
- */
1071
- _response: msRest.HttpResponse & {
1072
- /**
1073
- * The response body as text (string format)
1074
- */
1075
- bodyAsText: string;
1076
-
1077
- /**
1078
- * The response body as parsed JSON or XML
1079
- */
1080
- parsedBody: DatadogMonitorResourceListResponse;
1081
- };
1082
- };
783
+ /** Optional parameters. */
784
+ export interface MonitorsRefreshSetPasswordLinkOptionalParams
785
+ extends coreClient.OperationOptions {}
1083
786
 
1084
- /**
1085
- * Contains response data for the get operation.
1086
- */
1087
- export type MonitorsGetResponse = DatadogMonitorResource & {
1088
- /**
1089
- * The underlying HTTP response.
1090
- */
1091
- _response: msRest.HttpResponse & {
1092
- /**
1093
- * The response body as text (string format)
1094
- */
1095
- bodyAsText: string;
1096
-
1097
- /**
1098
- * The response body as parsed JSON or XML
1099
- */
1100
- parsedBody: DatadogMonitorResource;
1101
- };
1102
- };
787
+ /** Contains response data for the refreshSetPasswordLink operation. */
788
+ export type MonitorsRefreshSetPasswordLinkResponse = DatadogSetPasswordLink;
1103
789
 
1104
- /**
1105
- * Contains response data for the create operation.
1106
- */
1107
- export type MonitorsCreateResponse = DatadogMonitorResource & {
1108
- /**
1109
- * The underlying HTTP response.
1110
- */
1111
- _response: msRest.HttpResponse & {
1112
- /**
1113
- * The response body as text (string format)
1114
- */
1115
- bodyAsText: string;
1116
-
1117
- /**
1118
- * The response body as parsed JSON or XML
1119
- */
1120
- parsedBody: DatadogMonitorResource;
1121
- };
1122
- };
790
+ /** Optional parameters. */
791
+ export interface MonitorsListApiKeysNextOptionalParams
792
+ extends coreClient.OperationOptions {}
1123
793
 
1124
- /**
1125
- * Contains response data for the update operation.
1126
- */
1127
- export type MonitorsUpdateResponse = DatadogMonitorResource & {
1128
- /**
1129
- * The underlying HTTP response.
1130
- */
1131
- _response: msRest.HttpResponse & {
1132
- /**
1133
- * The response body as text (string format)
1134
- */
1135
- bodyAsText: string;
1136
-
1137
- /**
1138
- * The response body as parsed JSON or XML
1139
- */
1140
- parsedBody: DatadogMonitorResource;
1141
- };
1142
- };
794
+ /** Contains response data for the listApiKeysNext operation. */
795
+ export type MonitorsListApiKeysNextResponse = DatadogApiKeyListResponse;
1143
796
 
1144
- /**
1145
- * Contains response data for the refreshSetPasswordLink operation.
1146
- */
1147
- export type MonitorsRefreshSetPasswordLinkResponse = DatadogSetPasswordLink & {
1148
- /**
1149
- * The underlying HTTP response.
1150
- */
1151
- _response: msRest.HttpResponse & {
1152
- /**
1153
- * The response body as text (string format)
1154
- */
1155
- bodyAsText: string;
1156
-
1157
- /**
1158
- * The response body as parsed JSON or XML
1159
- */
1160
- parsedBody: DatadogSetPasswordLink;
1161
- };
1162
- };
797
+ /** Optional parameters. */
798
+ export interface MonitorsListHostsNextOptionalParams
799
+ extends coreClient.OperationOptions {}
1163
800
 
1164
- /**
1165
- * Contains response data for the beginCreate operation.
1166
- */
1167
- export type MonitorsBeginCreateResponse = DatadogMonitorResource & {
1168
- /**
1169
- * The underlying HTTP response.
1170
- */
1171
- _response: msRest.HttpResponse & {
1172
- /**
1173
- * The response body as text (string format)
1174
- */
1175
- bodyAsText: string;
1176
-
1177
- /**
1178
- * The response body as parsed JSON or XML
1179
- */
1180
- parsedBody: DatadogMonitorResource;
1181
- };
1182
- };
801
+ /** Contains response data for the listHostsNext operation. */
802
+ export type MonitorsListHostsNextResponse = DatadogHostListResponse;
1183
803
 
1184
- /**
1185
- * Contains response data for the listApiKeysNext operation.
1186
- */
1187
- export type MonitorsListApiKeysNextResponse = DatadogApiKeyListResponse & {
1188
- /**
1189
- * The underlying HTTP response.
1190
- */
1191
- _response: msRest.HttpResponse & {
1192
- /**
1193
- * The response body as text (string format)
1194
- */
1195
- bodyAsText: string;
1196
-
1197
- /**
1198
- * The response body as parsed JSON or XML
1199
- */
1200
- parsedBody: DatadogApiKeyListResponse;
1201
- };
1202
- };
804
+ /** Optional parameters. */
805
+ export interface MonitorsListLinkedResourcesNextOptionalParams
806
+ extends coreClient.OperationOptions {}
1203
807
 
1204
- /**
1205
- * Contains response data for the listHostsNext operation.
1206
- */
1207
- export type MonitorsListHostsNextResponse = DatadogHostListResponse & {
1208
- /**
1209
- * The underlying HTTP response.
1210
- */
1211
- _response: msRest.HttpResponse & {
1212
- /**
1213
- * The response body as text (string format)
1214
- */
1215
- bodyAsText: string;
1216
-
1217
- /**
1218
- * The response body as parsed JSON or XML
1219
- */
1220
- parsedBody: DatadogHostListResponse;
1221
- };
1222
- };
808
+ /** Contains response data for the listLinkedResourcesNext operation. */
809
+ export type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse;
1223
810
 
1224
- /**
1225
- * Contains response data for the listLinkedResourcesNext operation.
1226
- */
1227
- export type MonitorsListLinkedResourcesNextResponse = LinkedResourceListResponse & {
1228
- /**
1229
- * The underlying HTTP response.
1230
- */
1231
- _response: msRest.HttpResponse & {
1232
- /**
1233
- * The response body as text (string format)
1234
- */
1235
- bodyAsText: string;
1236
-
1237
- /**
1238
- * The response body as parsed JSON or XML
1239
- */
1240
- parsedBody: LinkedResourceListResponse;
1241
- };
1242
- };
811
+ /** Optional parameters. */
812
+ export interface MonitorsListMonitoredResourcesNextOptionalParams
813
+ extends coreClient.OperationOptions {}
1243
814
 
1244
- /**
1245
- * Contains response data for the listMonitoredResourcesNext operation.
1246
- */
1247
- export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse & {
1248
- /**
1249
- * The underlying HTTP response.
1250
- */
1251
- _response: msRest.HttpResponse & {
1252
- /**
1253
- * The response body as text (string format)
1254
- */
1255
- bodyAsText: string;
1256
-
1257
- /**
1258
- * The response body as parsed JSON or XML
1259
- */
1260
- parsedBody: MonitoredResourceListResponse;
1261
- };
1262
- };
815
+ /** Contains response data for the listMonitoredResourcesNext operation. */
816
+ export type MonitorsListMonitoredResourcesNextResponse = MonitoredResourceListResponse;
1263
817
 
1264
- /**
1265
- * Contains response data for the listNext operation.
1266
- */
1267
- export type MonitorsListNextResponse = DatadogMonitorResourceListResponse & {
1268
- /**
1269
- * The underlying HTTP response.
1270
- */
1271
- _response: msRest.HttpResponse & {
1272
- /**
1273
- * The response body as text (string format)
1274
- */
1275
- bodyAsText: string;
1276
-
1277
- /**
1278
- * The response body as parsed JSON or XML
1279
- */
1280
- parsedBody: DatadogMonitorResourceListResponse;
1281
- };
1282
- };
818
+ /** Optional parameters. */
819
+ export interface MonitorsListNextOptionalParams
820
+ extends coreClient.OperationOptions {}
1283
821
 
1284
- /**
1285
- * Contains response data for the listByResourceGroupNext operation.
1286
- */
1287
- export type MonitorsListByResourceGroupNextResponse = DatadogMonitorResourceListResponse & {
1288
- /**
1289
- * The underlying HTTP response.
1290
- */
1291
- _response: msRest.HttpResponse & {
1292
- /**
1293
- * The response body as text (string format)
1294
- */
1295
- bodyAsText: string;
1296
-
1297
- /**
1298
- * The response body as parsed JSON or XML
1299
- */
1300
- parsedBody: DatadogMonitorResourceListResponse;
1301
- };
1302
- };
822
+ /** Contains response data for the listNext operation. */
823
+ export type MonitorsListNextResponse = DatadogMonitorResourceListResponse;
1303
824
 
1304
- /**
1305
- * Contains response data for the list operation.
1306
- */
1307
- export type OperationsListResponse = OperationListResult & {
1308
- /**
1309
- * The underlying HTTP response.
1310
- */
1311
- _response: msRest.HttpResponse & {
1312
- /**
1313
- * The response body as text (string format)
1314
- */
1315
- bodyAsText: string;
1316
-
1317
- /**
1318
- * The response body as parsed JSON or XML
1319
- */
1320
- parsedBody: OperationListResult;
1321
- };
1322
- };
825
+ /** Optional parameters. */
826
+ export interface MonitorsListByResourceGroupNextOptionalParams
827
+ extends coreClient.OperationOptions {}
1323
828
 
1324
- /**
1325
- * Contains response data for the listNext operation.
1326
- */
1327
- export type OperationsListNextResponse = OperationListResult & {
1328
- /**
1329
- * The underlying HTTP response.
1330
- */
1331
- _response: msRest.HttpResponse & {
1332
- /**
1333
- * The response body as text (string format)
1334
- */
1335
- bodyAsText: string;
1336
-
1337
- /**
1338
- * The response body as parsed JSON or XML
1339
- */
1340
- parsedBody: OperationListResult;
1341
- };
1342
- };
829
+ /** Contains response data for the listByResourceGroupNext operation. */
830
+ export type MonitorsListByResourceGroupNextResponse = DatadogMonitorResourceListResponse;
1343
831
 
1344
- /**
1345
- * Contains response data for the list operation.
1346
- */
1347
- export type TagRulesListResponse = MonitoringTagRulesListResponse & {
1348
- /**
1349
- * The underlying HTTP response.
1350
- */
1351
- _response: msRest.HttpResponse & {
1352
- /**
1353
- * The response body as text (string format)
1354
- */
1355
- bodyAsText: string;
1356
-
1357
- /**
1358
- * The response body as parsed JSON or XML
1359
- */
1360
- parsedBody: MonitoringTagRulesListResponse;
1361
- };
1362
- };
832
+ /** Optional parameters. */
833
+ export interface OperationsListOptionalParams
834
+ extends coreClient.OperationOptions {}
1363
835
 
1364
- /**
1365
- * Contains response data for the createOrUpdate operation.
1366
- */
1367
- export type TagRulesCreateOrUpdateResponse = MonitoringTagRules & {
1368
- /**
1369
- * The underlying HTTP response.
1370
- */
1371
- _response: msRest.HttpResponse & {
1372
- /**
1373
- * The response body as text (string format)
1374
- */
1375
- bodyAsText: string;
1376
-
1377
- /**
1378
- * The response body as parsed JSON or XML
1379
- */
1380
- parsedBody: MonitoringTagRules;
1381
- };
1382
- };
836
+ /** Contains response data for the list operation. */
837
+ export type OperationsListResponse = OperationListResult;
1383
838
 
1384
- /**
1385
- * Contains response data for the get operation.
1386
- */
1387
- export type TagRulesGetResponse = MonitoringTagRules & {
1388
- /**
1389
- * The underlying HTTP response.
1390
- */
1391
- _response: msRest.HttpResponse & {
1392
- /**
1393
- * The response body as text (string format)
1394
- */
1395
- bodyAsText: string;
1396
-
1397
- /**
1398
- * The response body as parsed JSON or XML
1399
- */
1400
- parsedBody: MonitoringTagRules;
1401
- };
1402
- };
839
+ /** Optional parameters. */
840
+ export interface OperationsListNextOptionalParams
841
+ extends coreClient.OperationOptions {}
1403
842
 
1404
- /**
1405
- * Contains response data for the listNext operation.
1406
- */
1407
- export type TagRulesListNextResponse = MonitoringTagRulesListResponse & {
1408
- /**
1409
- * The underlying HTTP response.
1410
- */
1411
- _response: msRest.HttpResponse & {
1412
- /**
1413
- * The response body as text (string format)
1414
- */
1415
- bodyAsText: string;
1416
-
1417
- /**
1418
- * The response body as parsed JSON or XML
1419
- */
1420
- parsedBody: MonitoringTagRulesListResponse;
1421
- };
1422
- };
843
+ /** Contains response data for the listNext operation. */
844
+ export type OperationsListNextResponse = OperationListResult;
1423
845
 
1424
- /**
1425
- * Contains response data for the list operation.
1426
- */
1427
- export type SingleSignOnConfigurationsListResponse = DatadogSingleSignOnResourceListResponse & {
1428
- /**
1429
- * The underlying HTTP response.
1430
- */
1431
- _response: msRest.HttpResponse & {
1432
- /**
1433
- * The response body as text (string format)
1434
- */
1435
- bodyAsText: string;
1436
-
1437
- /**
1438
- * The response body as parsed JSON or XML
1439
- */
1440
- parsedBody: DatadogSingleSignOnResourceListResponse;
1441
- };
1442
- };
846
+ /** Optional parameters. */
847
+ export interface TagRulesListOptionalParams
848
+ extends coreClient.OperationOptions {}
1443
849
 
1444
- /**
1445
- * Contains response data for the createOrUpdate operation.
1446
- */
1447
- export type SingleSignOnConfigurationsCreateOrUpdateResponse = DatadogSingleSignOnResource & {
1448
- /**
1449
- * The underlying HTTP response.
1450
- */
1451
- _response: msRest.HttpResponse & {
1452
- /**
1453
- * The response body as text (string format)
1454
- */
1455
- bodyAsText: string;
1456
-
1457
- /**
1458
- * The response body as parsed JSON or XML
1459
- */
1460
- parsedBody: DatadogSingleSignOnResource;
1461
- };
1462
- };
850
+ /** Contains response data for the list operation. */
851
+ export type TagRulesListResponse = MonitoringTagRulesListResponse;
1463
852
 
1464
- /**
1465
- * Contains response data for the get operation.
1466
- */
1467
- export type SingleSignOnConfigurationsGetResponse = DatadogSingleSignOnResource & {
1468
- /**
1469
- * The underlying HTTP response.
1470
- */
1471
- _response: msRest.HttpResponse & {
1472
- /**
1473
- * The response body as text (string format)
1474
- */
1475
- bodyAsText: string;
1476
-
1477
- /**
1478
- * The response body as parsed JSON or XML
1479
- */
1480
- parsedBody: DatadogSingleSignOnResource;
1481
- };
1482
- };
853
+ /** Optional parameters. */
854
+ export interface TagRulesCreateOrUpdateOptionalParams
855
+ extends coreClient.OperationOptions {
856
+ /** Capture logs and metrics of Azure resources based on ARM tags. */
857
+ body?: MonitoringTagRules;
858
+ }
1483
859
 
1484
- /**
1485
- * Contains response data for the beginCreateOrUpdate operation.
1486
- */
1487
- export type SingleSignOnConfigurationsBeginCreateOrUpdateResponse = DatadogSingleSignOnResource & {
1488
- /**
1489
- * The underlying HTTP response.
1490
- */
1491
- _response: msRest.HttpResponse & {
1492
- /**
1493
- * The response body as text (string format)
1494
- */
1495
- bodyAsText: string;
1496
-
1497
- /**
1498
- * The response body as parsed JSON or XML
1499
- */
1500
- parsedBody: DatadogSingleSignOnResource;
1501
- };
1502
- };
860
+ /** Contains response data for the createOrUpdate operation. */
861
+ export type TagRulesCreateOrUpdateResponse = MonitoringTagRules;
1503
862
 
1504
- /**
1505
- * Contains response data for the listNext operation.
1506
- */
1507
- export type SingleSignOnConfigurationsListNextResponse = DatadogSingleSignOnResourceListResponse & {
1508
- /**
1509
- * The underlying HTTP response.
1510
- */
1511
- _response: msRest.HttpResponse & {
1512
- /**
1513
- * The response body as text (string format)
1514
- */
1515
- bodyAsText: string;
1516
-
1517
- /**
1518
- * The response body as parsed JSON or XML
1519
- */
1520
- parsedBody: DatadogSingleSignOnResourceListResponse;
1521
- };
1522
- };
863
+ /** Optional parameters. */
864
+ export interface TagRulesGetOptionalParams
865
+ extends coreClient.OperationOptions {}
866
+
867
+ /** Contains response data for the get operation. */
868
+ export type TagRulesGetResponse = MonitoringTagRules;
869
+
870
+ /** Optional parameters. */
871
+ export interface TagRulesListNextOptionalParams
872
+ extends coreClient.OperationOptions {}
873
+
874
+ /** Contains response data for the listNext operation. */
875
+ export type TagRulesListNextResponse = MonitoringTagRulesListResponse;
876
+
877
+ /** Optional parameters. */
878
+ export interface SingleSignOnConfigurationsListOptionalParams
879
+ extends coreClient.OperationOptions {}
880
+
881
+ /** Contains response data for the list operation. */
882
+ export type SingleSignOnConfigurationsListResponse = DatadogSingleSignOnResourceListResponse;
883
+
884
+ /** Optional parameters. */
885
+ export interface SingleSignOnConfigurationsCreateOrUpdateOptionalParams
886
+ extends coreClient.OperationOptions {
887
+ body?: DatadogSingleSignOnResource;
888
+ /** Delay to wait until next poll, in milliseconds. */
889
+ updateIntervalInMs?: number;
890
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
891
+ resumeFrom?: string;
892
+ }
893
+
894
+ /** Contains response data for the createOrUpdate operation. */
895
+ export type SingleSignOnConfigurationsCreateOrUpdateResponse = DatadogSingleSignOnResource;
896
+
897
+ /** Optional parameters. */
898
+ export interface SingleSignOnConfigurationsGetOptionalParams
899
+ extends coreClient.OperationOptions {}
900
+
901
+ /** Contains response data for the get operation. */
902
+ export type SingleSignOnConfigurationsGetResponse = DatadogSingleSignOnResource;
903
+
904
+ /** Optional parameters. */
905
+ export interface SingleSignOnConfigurationsListNextOptionalParams
906
+ extends coreClient.OperationOptions {}
907
+
908
+ /** Contains response data for the listNext operation. */
909
+ export type SingleSignOnConfigurationsListNextResponse = DatadogSingleSignOnResourceListResponse;
910
+
911
+ /** Optional parameters. */
912
+ export interface MicrosoftDatadogClientOptionalParams
913
+ extends coreClient.ServiceClientOptions {
914
+ /** server parameter */
915
+ $host?: string;
916
+ /** Api Version */
917
+ apiVersion?: string;
918
+ /** Overrides client endpoint. */
919
+ endpoint?: string;
920
+ }