@azure/arm-dashboard 1.1.1-alpha.20250619.1 → 1.1.1-alpha.20250717.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.
|
@@ -1,814 +1,814 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-dashboard"
|
|
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 { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export type ActionType = string;
|
|
15
|
-
|
|
16
|
-
// @public
|
|
17
|
-
export type ApiKey = string;
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type AutoGeneratedDomainNameLabelScope = string;
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export type AvailablePromotion = string;
|
|
24
|
-
|
|
25
|
-
// @public
|
|
26
|
-
export interface AzureMonitorWorkspaceIntegration {
|
|
27
|
-
azureMonitorWorkspaceResourceId?: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
// @public
|
|
31
|
-
export type CreatedByType = string;
|
|
32
|
-
|
|
33
|
-
// @public (undocumented)
|
|
34
|
-
export class DashboardManagementClient extends coreClient.ServiceClient {
|
|
35
|
-
// (undocumented)
|
|
36
|
-
$host: string;
|
|
37
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DashboardManagementClientOptionalParams);
|
|
38
|
-
// (undocumented)
|
|
39
|
-
apiVersion: string;
|
|
40
|
-
// (undocumented)
|
|
41
|
-
grafana: Grafana;
|
|
42
|
-
// (undocumented)
|
|
43
|
-
managedPrivateEndpoints: ManagedPrivateEndpoints;
|
|
44
|
-
// (undocumented)
|
|
45
|
-
operations: Operations;
|
|
46
|
-
// (undocumented)
|
|
47
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
48
|
-
// (undocumented)
|
|
49
|
-
privateLinkResources: PrivateLinkResources;
|
|
50
|
-
// (undocumented)
|
|
51
|
-
subscriptionId: string;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
// @public
|
|
55
|
-
export interface DashboardManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
56
|
-
$host?: string;
|
|
57
|
-
apiVersion?: string;
|
|
58
|
-
endpoint?: string;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
// @public
|
|
62
|
-
export type DeterministicOutboundIP = string;
|
|
63
|
-
|
|
64
|
-
// @public
|
|
65
|
-
export interface EnterpriseConfigurations {
|
|
66
|
-
marketplaceAutoRenew?: MarketplaceAutoRenew;
|
|
67
|
-
marketplacePlanId?: string;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// @public
|
|
71
|
-
export interface EnterpriseDetails {
|
|
72
|
-
marketplaceTrialQuota?: MarketplaceTrialQuota;
|
|
73
|
-
saasSubscriptionDetails?: SaasSubscriptionDetails;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
// @public
|
|
77
|
-
export interface ErrorAdditionalInfo {
|
|
78
|
-
readonly info?: Record<string, unknown>;
|
|
79
|
-
readonly type?: string;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// @public
|
|
83
|
-
export interface ErrorDetail {
|
|
84
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
85
|
-
readonly code?: string;
|
|
86
|
-
readonly details?: ErrorDetail[];
|
|
87
|
-
readonly message?: string;
|
|
88
|
-
readonly target?: string;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// @public
|
|
92
|
-
export interface ErrorResponse {
|
|
93
|
-
error?: ErrorDetail;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// @public
|
|
97
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
98
|
-
|
|
99
|
-
// @public
|
|
100
|
-
export interface Grafana {
|
|
101
|
-
beginCreate(resourceGroupName: string, workspaceName: string, requestBodyParameters: ManagedGrafana, options?: GrafanaCreateOptionalParams): Promise<SimplePollerLike<OperationState<GrafanaCreateResponse>, GrafanaCreateResponse>>;
|
|
102
|
-
beginCreateAndWait(resourceGroupName: string, workspaceName: string, requestBodyParameters: ManagedGrafana, options?: GrafanaCreateOptionalParams): Promise<GrafanaCreateResponse>;
|
|
103
|
-
beginDelete(resourceGroupName: string, workspaceName: string, options?: GrafanaDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: GrafanaDeleteOptionalParams): Promise<void>;
|
|
105
|
-
checkEnterpriseDetails(resourceGroupName: string, workspaceName: string, options?: GrafanaCheckEnterpriseDetailsOptionalParams): Promise<GrafanaCheckEnterpriseDetailsResponse>;
|
|
106
|
-
// (undocumented)
|
|
107
|
-
fetchAvailablePlugins(resourceGroupName: string, workspaceName: string, options?: GrafanaFetchAvailablePluginsOptionalParams): Promise<GrafanaFetchAvailablePluginsResponse>;
|
|
108
|
-
get(resourceGroupName: string, workspaceName: string, options?: GrafanaGetOptionalParams): Promise<GrafanaGetResponse>;
|
|
109
|
-
list(options?: GrafanaListOptionalParams): PagedAsyncIterableIterator<ManagedGrafana>;
|
|
110
|
-
listByResourceGroup(resourceGroupName: string, options?: GrafanaListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedGrafana>;
|
|
111
|
-
update(resourceGroupName: string, workspaceName: string, requestBodyParameters: ManagedGrafanaUpdateParameters, options?: GrafanaUpdateOptionalParams): Promise<GrafanaUpdateResponse>;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// @public
|
|
115
|
-
export interface GrafanaAvailablePlugin {
|
|
116
|
-
readonly name?: string;
|
|
117
|
-
readonly pluginId?: string;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// @public (undocumented)
|
|
121
|
-
export interface GrafanaAvailablePluginListResponse {
|
|
122
|
-
// (undocumented)
|
|
123
|
-
nextLink?: string;
|
|
124
|
-
// (undocumented)
|
|
125
|
-
value?: GrafanaAvailablePlugin[];
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
// @public
|
|
129
|
-
export interface GrafanaCheckEnterpriseDetailsOptionalParams extends coreClient.OperationOptions {
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// @public
|
|
133
|
-
export type GrafanaCheckEnterpriseDetailsResponse = EnterpriseDetails;
|
|
134
|
-
|
|
135
|
-
// @public
|
|
136
|
-
export interface GrafanaConfigurations {
|
|
137
|
-
smtp?: Smtp;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
// @public
|
|
141
|
-
export interface GrafanaCreateHeaders {
|
|
142
|
-
azureAsyncOperation?: string;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// @public
|
|
146
|
-
export interface GrafanaCreateOptionalParams extends coreClient.OperationOptions {
|
|
147
|
-
resumeFrom?: string;
|
|
148
|
-
updateIntervalInMs?: number;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
// @public
|
|
152
|
-
export type GrafanaCreateResponse = ManagedGrafana;
|
|
153
|
-
|
|
154
|
-
// @public
|
|
155
|
-
export interface GrafanaDeleteHeaders {
|
|
156
|
-
azureAsyncOperation?: string;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export interface GrafanaDeleteOptionalParams extends coreClient.OperationOptions {
|
|
161
|
-
resumeFrom?: string;
|
|
162
|
-
updateIntervalInMs?: number;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
// @public
|
|
166
|
-
export interface GrafanaFetchAvailablePluginsOptionalParams extends coreClient.OperationOptions {
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
// @public
|
|
170
|
-
export type GrafanaFetchAvailablePluginsResponse = GrafanaAvailablePluginListResponse;
|
|
171
|
-
|
|
172
|
-
// @public
|
|
173
|
-
export interface GrafanaGetOptionalParams extends coreClient.OperationOptions {
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
// @public
|
|
177
|
-
export type GrafanaGetResponse = ManagedGrafana;
|
|
178
|
-
|
|
179
|
-
// @public
|
|
180
|
-
export interface GrafanaIntegrations {
|
|
181
|
-
// (undocumented)
|
|
182
|
-
azureMonitorWorkspaceIntegrations?: AzureMonitorWorkspaceIntegration[];
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
// @public
|
|
186
|
-
export interface GrafanaListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
// @public
|
|
190
|
-
export type GrafanaListByResourceGroupNextResponse = ManagedGrafanaListResponse;
|
|
191
|
-
|
|
192
|
-
// @public
|
|
193
|
-
export interface GrafanaListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
// @public
|
|
197
|
-
export type GrafanaListByResourceGroupResponse = ManagedGrafanaListResponse;
|
|
198
|
-
|
|
199
|
-
// @public
|
|
200
|
-
export interface GrafanaListNextOptionalParams extends coreClient.OperationOptions {
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
// @public
|
|
204
|
-
export type GrafanaListNextResponse = ManagedGrafanaListResponse;
|
|
205
|
-
|
|
206
|
-
// @public
|
|
207
|
-
export interface GrafanaListOptionalParams extends coreClient.OperationOptions {
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
// @public
|
|
211
|
-
export type GrafanaListResponse = ManagedGrafanaListResponse;
|
|
212
|
-
|
|
213
|
-
// @public
|
|
214
|
-
export interface GrafanaPlugin {
|
|
215
|
-
readonly pluginId?: string;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
// @public
|
|
219
|
-
export interface GrafanaUpdateHeaders {
|
|
220
|
-
azureAsyncOperation?: string;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
// @public
|
|
224
|
-
export interface GrafanaUpdateOptionalParams extends coreClient.OperationOptions {
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
// @public
|
|
228
|
-
export type GrafanaUpdateResponse = ManagedGrafana;
|
|
229
|
-
|
|
230
|
-
// @public
|
|
231
|
-
export enum KnownActionType {
|
|
232
|
-
Internal = "Internal"
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
// @public
|
|
236
|
-
export enum KnownApiKey {
|
|
237
|
-
Disabled = "Disabled",
|
|
238
|
-
Enabled = "Enabled"
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
// @public
|
|
242
|
-
export enum KnownAutoGeneratedDomainNameLabelScope {
|
|
243
|
-
TenantReuse = "TenantReuse"
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
// @public
|
|
247
|
-
export enum KnownAvailablePromotion {
|
|
248
|
-
FreeTrial = "FreeTrial",
|
|
249
|
-
None = "None"
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
// @public
|
|
253
|
-
export enum KnownCreatedByType {
|
|
254
|
-
Application = "Application",
|
|
255
|
-
Key = "Key",
|
|
256
|
-
ManagedIdentity = "ManagedIdentity",
|
|
257
|
-
User = "User"
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
// @public
|
|
261
|
-
export enum KnownDeterministicOutboundIP {
|
|
262
|
-
Disabled = "Disabled",
|
|
263
|
-
Enabled = "Enabled"
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
// @public
|
|
267
|
-
export enum KnownManagedPrivateEndpointConnectionStatus {
|
|
268
|
-
Approved = "Approved",
|
|
269
|
-
Disconnected = "Disconnected",
|
|
270
|
-
Pending = "Pending",
|
|
271
|
-
Rejected = "Rejected"
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
// @public
|
|
275
|
-
export enum KnownManagedServiceIdentityType {
|
|
276
|
-
None = "None",
|
|
277
|
-
SystemAssigned = "SystemAssigned",
|
|
278
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
279
|
-
UserAssigned = "UserAssigned"
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// @public
|
|
283
|
-
export enum KnownMarketplaceAutoRenew {
|
|
284
|
-
Disabled = "Disabled",
|
|
285
|
-
Enabled = "Enabled"
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export enum KnownOrigin {
|
|
290
|
-
System = "system",
|
|
291
|
-
User = "user",
|
|
292
|
-
UserSystem = "user,system"
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
// @public
|
|
296
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
297
|
-
Creating = "Creating",
|
|
298
|
-
Deleting = "Deleting",
|
|
299
|
-
Failed = "Failed",
|
|
300
|
-
Succeeded = "Succeeded"
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
// @public
|
|
304
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
305
|
-
Approved = "Approved",
|
|
306
|
-
Pending = "Pending",
|
|
307
|
-
Rejected = "Rejected"
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
// @public
|
|
311
|
-
export enum KnownProvisioningState {
|
|
312
|
-
Accepted = "Accepted",
|
|
313
|
-
Canceled = "Canceled",
|
|
314
|
-
Creating = "Creating",
|
|
315
|
-
Deleted = "Deleted",
|
|
316
|
-
Deleting = "Deleting",
|
|
317
|
-
Failed = "Failed",
|
|
318
|
-
NotSpecified = "NotSpecified",
|
|
319
|
-
Succeeded = "Succeeded",
|
|
320
|
-
Updating = "Updating"
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
// @public
|
|
324
|
-
export enum KnownPublicNetworkAccess {
|
|
325
|
-
Disabled = "Disabled",
|
|
326
|
-
Enabled = "Enabled"
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
// @public
|
|
330
|
-
export enum KnownStartTLSPolicy {
|
|
331
|
-
MandatoryStartTLS = "MandatoryStartTLS",
|
|
332
|
-
NoStartTLS = "NoStartTLS",
|
|
333
|
-
OpportunisticStartTLS = "OpportunisticStartTLS"
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
// @public
|
|
337
|
-
export enum KnownZoneRedundancy {
|
|
338
|
-
Disabled = "Disabled",
|
|
339
|
-
Enabled = "Enabled"
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
// @public
|
|
343
|
-
export interface ManagedGrafana {
|
|
344
|
-
readonly id?: string;
|
|
345
|
-
identity?: ManagedServiceIdentity;
|
|
346
|
-
location?: string;
|
|
347
|
-
readonly name?: string;
|
|
348
|
-
properties?: ManagedGrafanaProperties;
|
|
349
|
-
sku?: ResourceSku;
|
|
350
|
-
readonly systemData?: SystemData;
|
|
351
|
-
tags?: {
|
|
352
|
-
[propertyName: string]: string;
|
|
353
|
-
};
|
|
354
|
-
readonly type?: string;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
// @public (undocumented)
|
|
358
|
-
export interface ManagedGrafanaListResponse {
|
|
359
|
-
// (undocumented)
|
|
360
|
-
nextLink?: string;
|
|
361
|
-
// (undocumented)
|
|
362
|
-
value?: ManagedGrafana[];
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
// @public
|
|
366
|
-
export interface ManagedGrafanaProperties {
|
|
367
|
-
apiKey?: ApiKey;
|
|
368
|
-
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
369
|
-
deterministicOutboundIP?: DeterministicOutboundIP;
|
|
370
|
-
readonly endpoint?: string;
|
|
371
|
-
enterpriseConfigurations?: EnterpriseConfigurations;
|
|
372
|
-
grafanaConfigurations?: GrafanaConfigurations;
|
|
373
|
-
grafanaIntegrations?: GrafanaIntegrations;
|
|
374
|
-
grafanaMajorVersion?: string;
|
|
375
|
-
grafanaPlugins?: {
|
|
376
|
-
[propertyName: string]: GrafanaPlugin;
|
|
377
|
-
};
|
|
378
|
-
readonly grafanaVersion?: string;
|
|
379
|
-
readonly outboundIPs?: string[];
|
|
380
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
381
|
-
readonly provisioningState?: ProvisioningState;
|
|
382
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
383
|
-
zoneRedundancy?: ZoneRedundancy;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
// @public
|
|
387
|
-
export interface ManagedGrafanaPropertiesUpdateParameters {
|
|
388
|
-
apiKey?: ApiKey;
|
|
389
|
-
deterministicOutboundIP?: DeterministicOutboundIP;
|
|
390
|
-
enterpriseConfigurations?: EnterpriseConfigurations;
|
|
391
|
-
grafanaConfigurations?: GrafanaConfigurations;
|
|
392
|
-
grafanaIntegrations?: GrafanaIntegrations;
|
|
393
|
-
grafanaMajorVersion?: string;
|
|
394
|
-
grafanaPlugins?: {
|
|
395
|
-
[propertyName: string]: GrafanaPlugin;
|
|
396
|
-
};
|
|
397
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
398
|
-
zoneRedundancy?: ZoneRedundancy;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
// @public
|
|
402
|
-
export interface ManagedGrafanaUpdateParameters {
|
|
403
|
-
identity?: ManagedServiceIdentity;
|
|
404
|
-
properties?: ManagedGrafanaPropertiesUpdateParameters;
|
|
405
|
-
// (undocumented)
|
|
406
|
-
sku?: ResourceSku;
|
|
407
|
-
tags?: {
|
|
408
|
-
[propertyName: string]: string;
|
|
409
|
-
};
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
// @public
|
|
413
|
-
export interface ManagedPrivateEndpointConnectionState {
|
|
414
|
-
readonly description?: string;
|
|
415
|
-
readonly status?: ManagedPrivateEndpointConnectionStatus;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export type ManagedPrivateEndpointConnectionStatus = string;
|
|
420
|
-
|
|
421
|
-
// @public
|
|
422
|
-
export interface ManagedPrivateEndpointModel extends TrackedResource {
|
|
423
|
-
readonly connectionState?: ManagedPrivateEndpointConnectionState;
|
|
424
|
-
groupIds?: string[];
|
|
425
|
-
privateLinkResourceId?: string;
|
|
426
|
-
privateLinkResourceRegion?: string;
|
|
427
|
-
readonly privateLinkServicePrivateIP?: string;
|
|
428
|
-
privateLinkServiceUrl?: string;
|
|
429
|
-
readonly provisioningState?: ProvisioningState;
|
|
430
|
-
requestMessage?: string;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
// @public
|
|
434
|
-
export interface ManagedPrivateEndpointModelListResponse {
|
|
435
|
-
// (undocumented)
|
|
436
|
-
nextLink?: string;
|
|
437
|
-
// (undocumented)
|
|
438
|
-
value?: ManagedPrivateEndpointModel[];
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
// @public
|
|
442
|
-
export interface ManagedPrivateEndpoints {
|
|
443
|
-
beginCreate(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointModel, options?: ManagedPrivateEndpointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsCreateResponse>, ManagedPrivateEndpointsCreateResponse>>;
|
|
444
|
-
beginCreateAndWait(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointModel, options?: ManagedPrivateEndpointsCreateOptionalParams): Promise<ManagedPrivateEndpointsCreateResponse>;
|
|
445
|
-
beginDelete(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
446
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
447
|
-
beginRefresh(resourceGroupName: string, workspaceName: string, options?: ManagedPrivateEndpointsRefreshOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
448
|
-
beginRefreshAndWait(resourceGroupName: string, workspaceName: string, options?: ManagedPrivateEndpointsRefreshOptionalParams): Promise<void>;
|
|
449
|
-
beginUpdate(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointUpdateParameters, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsUpdateResponse>, ManagedPrivateEndpointsUpdateResponse>>;
|
|
450
|
-
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointUpdateParameters, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<ManagedPrivateEndpointsUpdateResponse>;
|
|
451
|
-
get(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsGetOptionalParams): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
452
|
-
list(resourceGroupName: string, workspaceName: string, options?: ManagedPrivateEndpointsListOptionalParams): PagedAsyncIterableIterator<ManagedPrivateEndpointModel>;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export interface ManagedPrivateEndpointsCreateHeaders {
|
|
457
|
-
azureAsyncOperation?: string;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
// @public
|
|
461
|
-
export interface ManagedPrivateEndpointsCreateOptionalParams extends coreClient.OperationOptions {
|
|
462
|
-
resumeFrom?: string;
|
|
463
|
-
updateIntervalInMs?: number;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export type ManagedPrivateEndpointsCreateResponse = ManagedPrivateEndpointModel;
|
|
468
|
-
|
|
469
|
-
// @public
|
|
470
|
-
export interface ManagedPrivateEndpointsDeleteHeaders {
|
|
471
|
-
azureAsyncOperation?: string;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
// @public
|
|
475
|
-
export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
476
|
-
resumeFrom?: string;
|
|
477
|
-
updateIntervalInMs?: number;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
// @public
|
|
481
|
-
export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
// @public
|
|
485
|
-
export type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpointModel;
|
|
486
|
-
|
|
487
|
-
// @public
|
|
488
|
-
export interface ManagedPrivateEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
// @public
|
|
492
|
-
export type ManagedPrivateEndpointsListNextResponse = ManagedPrivateEndpointModelListResponse;
|
|
493
|
-
|
|
494
|
-
// @public
|
|
495
|
-
export interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
// @public
|
|
499
|
-
export type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointModelListResponse;
|
|
500
|
-
|
|
501
|
-
// @public
|
|
502
|
-
export interface ManagedPrivateEndpointsRefreshHeaders {
|
|
503
|
-
azureAsyncOperation?: string;
|
|
504
|
-
}
|
|
505
|
-
|
|
506
|
-
// @public
|
|
507
|
-
export interface ManagedPrivateEndpointsRefreshOptionalParams extends coreClient.OperationOptions {
|
|
508
|
-
resumeFrom?: string;
|
|
509
|
-
updateIntervalInMs?: number;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
// @public
|
|
513
|
-
export interface ManagedPrivateEndpointsUpdateHeaders {
|
|
514
|
-
azureAsyncOperation?: string;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
// @public
|
|
518
|
-
export interface ManagedPrivateEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
519
|
-
resumeFrom?: string;
|
|
520
|
-
updateIntervalInMs?: number;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
// @public
|
|
524
|
-
export type ManagedPrivateEndpointsUpdateResponse = ManagedPrivateEndpointModel;
|
|
525
|
-
|
|
526
|
-
// @public
|
|
527
|
-
export interface ManagedPrivateEndpointUpdateParameters {
|
|
528
|
-
tags?: {
|
|
529
|
-
[propertyName: string]: string;
|
|
530
|
-
};
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
// @public
|
|
534
|
-
export interface ManagedServiceIdentity {
|
|
535
|
-
readonly principalId?: string;
|
|
536
|
-
readonly tenantId?: string;
|
|
537
|
-
type: ManagedServiceIdentityType;
|
|
538
|
-
userAssignedIdentities?: {
|
|
539
|
-
[propertyName: string]: UserAssignedIdentity;
|
|
540
|
-
};
|
|
541
|
-
}
|
|
542
|
-
|
|
543
|
-
// @public
|
|
544
|
-
export type ManagedServiceIdentityType = string;
|
|
545
|
-
|
|
546
|
-
// @public
|
|
547
|
-
export type MarketplaceAutoRenew = string;
|
|
548
|
-
|
|
549
|
-
// @public
|
|
550
|
-
export interface MarketplaceTrialQuota {
|
|
551
|
-
availablePromotion?: AvailablePromotion;
|
|
552
|
-
grafanaResourceId?: string;
|
|
553
|
-
trialEndAt?: Date;
|
|
554
|
-
trialStartAt?: Date;
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
// @public
|
|
558
|
-
export interface Operation {
|
|
559
|
-
readonly actionType?: ActionType;
|
|
560
|
-
display?: OperationDisplay;
|
|
561
|
-
readonly isDataAction?: boolean;
|
|
562
|
-
readonly name?: string;
|
|
563
|
-
readonly origin?: Origin;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
// @public
|
|
567
|
-
export interface OperationDisplay {
|
|
568
|
-
readonly description?: string;
|
|
569
|
-
readonly operation?: string;
|
|
570
|
-
readonly provider?: string;
|
|
571
|
-
readonly resource?: string;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
// @public
|
|
575
|
-
export interface OperationListResult {
|
|
576
|
-
readonly nextLink?: string;
|
|
577
|
-
readonly value?: Operation[];
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
// @public
|
|
581
|
-
export interface Operations {
|
|
582
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
// @public
|
|
586
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
// @public
|
|
590
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
591
|
-
|
|
592
|
-
// @public
|
|
593
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
// @public
|
|
597
|
-
export type OperationsListResponse = OperationListResult;
|
|
598
|
-
|
|
599
|
-
// @public
|
|
600
|
-
export type Origin = string;
|
|
601
|
-
|
|
602
|
-
// @public
|
|
603
|
-
export interface PrivateEndpoint {
|
|
604
|
-
readonly id?: string;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
// @public
|
|
608
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
609
|
-
groupIds?: string[];
|
|
610
|
-
privateEndpoint?: PrivateEndpoint;
|
|
611
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
612
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
// @public
|
|
616
|
-
export interface PrivateEndpointConnectionListResult {
|
|
617
|
-
readonly nextLink?: string;
|
|
618
|
-
value?: PrivateEndpointConnection[];
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
// @public
|
|
622
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
623
|
-
|
|
624
|
-
// @public
|
|
625
|
-
export interface PrivateEndpointConnections {
|
|
626
|
-
beginApprove(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsApproveResponse>, PrivateEndpointConnectionsApproveResponse>>;
|
|
627
|
-
beginApproveAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<PrivateEndpointConnectionsApproveResponse>;
|
|
628
|
-
beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteResponse>, PrivateEndpointConnectionsDeleteResponse>>;
|
|
629
|
-
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
630
|
-
get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
631
|
-
list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
// @public
|
|
635
|
-
export interface PrivateEndpointConnectionsApproveHeaders {
|
|
636
|
-
azureAsyncOperation?: string;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
// @public
|
|
640
|
-
export interface PrivateEndpointConnectionsApproveOptionalParams extends coreClient.OperationOptions {
|
|
641
|
-
body?: PrivateEndpointConnection;
|
|
642
|
-
resumeFrom?: string;
|
|
643
|
-
updateIntervalInMs?: number;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
// @public
|
|
647
|
-
export type PrivateEndpointConnectionsApproveResponse = PrivateEndpointConnectionsApproveHeaders & PrivateEndpointConnection;
|
|
648
|
-
|
|
649
|
-
// @public
|
|
650
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
651
|
-
azureAsyncOperation?: string;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
// @public
|
|
655
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
656
|
-
resumeFrom?: string;
|
|
657
|
-
updateIntervalInMs?: number;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
// @public
|
|
661
|
-
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;
|
|
662
|
-
|
|
663
|
-
// @public
|
|
664
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
// @public
|
|
668
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
669
|
-
|
|
670
|
-
// @public
|
|
671
|
-
export interface PrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
// @public
|
|
675
|
-
export type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
|
|
676
|
-
|
|
677
|
-
// @public
|
|
678
|
-
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
// @public
|
|
682
|
-
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
683
|
-
|
|
684
|
-
// @public
|
|
685
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
686
|
-
|
|
687
|
-
// @public
|
|
688
|
-
export interface PrivateLinkResource extends Resource {
|
|
689
|
-
readonly groupId?: string;
|
|
690
|
-
readonly provisioningState?: ProvisioningState;
|
|
691
|
-
readonly requiredMembers?: string[];
|
|
692
|
-
requiredZoneNames?: string[];
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
// @public
|
|
696
|
-
export interface PrivateLinkResourceListResult {
|
|
697
|
-
readonly nextLink?: string;
|
|
698
|
-
value?: PrivateLinkResource[];
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
// @public
|
|
702
|
-
export interface PrivateLinkResources {
|
|
703
|
-
get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
704
|
-
list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
// @public
|
|
712
|
-
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
713
|
-
|
|
714
|
-
// @public
|
|
715
|
-
export interface PrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
// @public
|
|
719
|
-
export type PrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;
|
|
720
|
-
|
|
721
|
-
// @public
|
|
722
|
-
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
// @public
|
|
726
|
-
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
727
|
-
|
|
728
|
-
// @public
|
|
729
|
-
export interface PrivateLinkServiceConnectionState {
|
|
730
|
-
actionsRequired?: string;
|
|
731
|
-
description?: string;
|
|
732
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
// @public
|
|
736
|
-
export type ProvisioningState = string;
|
|
737
|
-
|
|
738
|
-
// @public
|
|
739
|
-
export type PublicNetworkAccess = string;
|
|
740
|
-
|
|
741
|
-
// @public
|
|
742
|
-
export interface Resource {
|
|
743
|
-
readonly id?: string;
|
|
744
|
-
readonly name?: string;
|
|
745
|
-
readonly systemData?: SystemData;
|
|
746
|
-
readonly type?: string;
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
// @public (undocumented)
|
|
750
|
-
export interface ResourceSku {
|
|
751
|
-
// (undocumented)
|
|
752
|
-
name: string;
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
// @public
|
|
756
|
-
export interface SaasSubscriptionDetails {
|
|
757
|
-
offerId?: string;
|
|
758
|
-
planId?: string;
|
|
759
|
-
publisherId?: string;
|
|
760
|
-
term?: SubscriptionTerm;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
// @public
|
|
764
|
-
export interface Smtp {
|
|
765
|
-
enabled?: boolean;
|
|
766
|
-
fromAddress?: string;
|
|
767
|
-
fromName?: string;
|
|
768
|
-
host?: string;
|
|
769
|
-
password?: string;
|
|
770
|
-
skipVerify?: boolean;
|
|
771
|
-
startTLSPolicy?: StartTLSPolicy;
|
|
772
|
-
user?: string;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
// @public
|
|
776
|
-
export type StartTLSPolicy = string;
|
|
777
|
-
|
|
778
|
-
// @public
|
|
779
|
-
export interface SubscriptionTerm {
|
|
780
|
-
endDate?: Date;
|
|
781
|
-
startDate?: Date;
|
|
782
|
-
termUnit?: string;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
// @public
|
|
786
|
-
export interface SystemData {
|
|
787
|
-
createdAt?: Date;
|
|
788
|
-
createdBy?: string;
|
|
789
|
-
createdByType?: CreatedByType;
|
|
790
|
-
lastModifiedAt?: Date;
|
|
791
|
-
lastModifiedBy?: string;
|
|
792
|
-
lastModifiedByType?: CreatedByType;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
// @public
|
|
796
|
-
export interface TrackedResource extends Resource {
|
|
797
|
-
location: string;
|
|
798
|
-
tags?: {
|
|
799
|
-
[propertyName: string]: string;
|
|
800
|
-
};
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
// @public
|
|
804
|
-
export interface UserAssignedIdentity {
|
|
805
|
-
readonly clientId?: string;
|
|
806
|
-
readonly principalId?: string;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
// @public
|
|
810
|
-
export type ZoneRedundancy = string;
|
|
811
|
-
|
|
812
|
-
// (No @packageDocumentation comment for this package)
|
|
813
|
-
|
|
814
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-dashboard"
|
|
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 { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export type ActionType = string;
|
|
15
|
+
|
|
16
|
+
// @public
|
|
17
|
+
export type ApiKey = string;
|
|
18
|
+
|
|
19
|
+
// @public
|
|
20
|
+
export type AutoGeneratedDomainNameLabelScope = string;
|
|
21
|
+
|
|
22
|
+
// @public
|
|
23
|
+
export type AvailablePromotion = string;
|
|
24
|
+
|
|
25
|
+
// @public
|
|
26
|
+
export interface AzureMonitorWorkspaceIntegration {
|
|
27
|
+
azureMonitorWorkspaceResourceId?: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// @public
|
|
31
|
+
export type CreatedByType = string;
|
|
32
|
+
|
|
33
|
+
// @public (undocumented)
|
|
34
|
+
export class DashboardManagementClient extends coreClient.ServiceClient {
|
|
35
|
+
// (undocumented)
|
|
36
|
+
$host: string;
|
|
37
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: DashboardManagementClientOptionalParams);
|
|
38
|
+
// (undocumented)
|
|
39
|
+
apiVersion: string;
|
|
40
|
+
// (undocumented)
|
|
41
|
+
grafana: Grafana;
|
|
42
|
+
// (undocumented)
|
|
43
|
+
managedPrivateEndpoints: ManagedPrivateEndpoints;
|
|
44
|
+
// (undocumented)
|
|
45
|
+
operations: Operations;
|
|
46
|
+
// (undocumented)
|
|
47
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
48
|
+
// (undocumented)
|
|
49
|
+
privateLinkResources: PrivateLinkResources;
|
|
50
|
+
// (undocumented)
|
|
51
|
+
subscriptionId: string;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export interface DashboardManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
56
|
+
$host?: string;
|
|
57
|
+
apiVersion?: string;
|
|
58
|
+
endpoint?: string;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// @public
|
|
62
|
+
export type DeterministicOutboundIP = string;
|
|
63
|
+
|
|
64
|
+
// @public
|
|
65
|
+
export interface EnterpriseConfigurations {
|
|
66
|
+
marketplaceAutoRenew?: MarketplaceAutoRenew;
|
|
67
|
+
marketplacePlanId?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export interface EnterpriseDetails {
|
|
72
|
+
marketplaceTrialQuota?: MarketplaceTrialQuota;
|
|
73
|
+
saasSubscriptionDetails?: SaasSubscriptionDetails;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// @public
|
|
77
|
+
export interface ErrorAdditionalInfo {
|
|
78
|
+
readonly info?: Record<string, unknown>;
|
|
79
|
+
readonly type?: string;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// @public
|
|
83
|
+
export interface ErrorDetail {
|
|
84
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
85
|
+
readonly code?: string;
|
|
86
|
+
readonly details?: ErrorDetail[];
|
|
87
|
+
readonly message?: string;
|
|
88
|
+
readonly target?: string;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// @public
|
|
92
|
+
export interface ErrorResponse {
|
|
93
|
+
error?: ErrorDetail;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// @public
|
|
97
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export interface Grafana {
|
|
101
|
+
beginCreate(resourceGroupName: string, workspaceName: string, requestBodyParameters: ManagedGrafana, options?: GrafanaCreateOptionalParams): Promise<SimplePollerLike<OperationState<GrafanaCreateResponse>, GrafanaCreateResponse>>;
|
|
102
|
+
beginCreateAndWait(resourceGroupName: string, workspaceName: string, requestBodyParameters: ManagedGrafana, options?: GrafanaCreateOptionalParams): Promise<GrafanaCreateResponse>;
|
|
103
|
+
beginDelete(resourceGroupName: string, workspaceName: string, options?: GrafanaDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, options?: GrafanaDeleteOptionalParams): Promise<void>;
|
|
105
|
+
checkEnterpriseDetails(resourceGroupName: string, workspaceName: string, options?: GrafanaCheckEnterpriseDetailsOptionalParams): Promise<GrafanaCheckEnterpriseDetailsResponse>;
|
|
106
|
+
// (undocumented)
|
|
107
|
+
fetchAvailablePlugins(resourceGroupName: string, workspaceName: string, options?: GrafanaFetchAvailablePluginsOptionalParams): Promise<GrafanaFetchAvailablePluginsResponse>;
|
|
108
|
+
get(resourceGroupName: string, workspaceName: string, options?: GrafanaGetOptionalParams): Promise<GrafanaGetResponse>;
|
|
109
|
+
list(options?: GrafanaListOptionalParams): PagedAsyncIterableIterator<ManagedGrafana>;
|
|
110
|
+
listByResourceGroup(resourceGroupName: string, options?: GrafanaListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedGrafana>;
|
|
111
|
+
update(resourceGroupName: string, workspaceName: string, requestBodyParameters: ManagedGrafanaUpdateParameters, options?: GrafanaUpdateOptionalParams): Promise<GrafanaUpdateResponse>;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface GrafanaAvailablePlugin {
|
|
116
|
+
readonly name?: string;
|
|
117
|
+
readonly pluginId?: string;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
// @public (undocumented)
|
|
121
|
+
export interface GrafanaAvailablePluginListResponse {
|
|
122
|
+
// (undocumented)
|
|
123
|
+
nextLink?: string;
|
|
124
|
+
// (undocumented)
|
|
125
|
+
value?: GrafanaAvailablePlugin[];
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export interface GrafanaCheckEnterpriseDetailsOptionalParams extends coreClient.OperationOptions {
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export type GrafanaCheckEnterpriseDetailsResponse = EnterpriseDetails;
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export interface GrafanaConfigurations {
|
|
137
|
+
smtp?: Smtp;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// @public
|
|
141
|
+
export interface GrafanaCreateHeaders {
|
|
142
|
+
azureAsyncOperation?: string;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface GrafanaCreateOptionalParams extends coreClient.OperationOptions {
|
|
147
|
+
resumeFrom?: string;
|
|
148
|
+
updateIntervalInMs?: number;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
// @public
|
|
152
|
+
export type GrafanaCreateResponse = ManagedGrafana;
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export interface GrafanaDeleteHeaders {
|
|
156
|
+
azureAsyncOperation?: string;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface GrafanaDeleteOptionalParams extends coreClient.OperationOptions {
|
|
161
|
+
resumeFrom?: string;
|
|
162
|
+
updateIntervalInMs?: number;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// @public
|
|
166
|
+
export interface GrafanaFetchAvailablePluginsOptionalParams extends coreClient.OperationOptions {
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// @public
|
|
170
|
+
export type GrafanaFetchAvailablePluginsResponse = GrafanaAvailablePluginListResponse;
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export interface GrafanaGetOptionalParams extends coreClient.OperationOptions {
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export type GrafanaGetResponse = ManagedGrafana;
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export interface GrafanaIntegrations {
|
|
181
|
+
// (undocumented)
|
|
182
|
+
azureMonitorWorkspaceIntegrations?: AzureMonitorWorkspaceIntegration[];
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface GrafanaListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export type GrafanaListByResourceGroupNextResponse = ManagedGrafanaListResponse;
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export interface GrafanaListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
// @public
|
|
197
|
+
export type GrafanaListByResourceGroupResponse = ManagedGrafanaListResponse;
|
|
198
|
+
|
|
199
|
+
// @public
|
|
200
|
+
export interface GrafanaListNextOptionalParams extends coreClient.OperationOptions {
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
// @public
|
|
204
|
+
export type GrafanaListNextResponse = ManagedGrafanaListResponse;
|
|
205
|
+
|
|
206
|
+
// @public
|
|
207
|
+
export interface GrafanaListOptionalParams extends coreClient.OperationOptions {
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export type GrafanaListResponse = ManagedGrafanaListResponse;
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
export interface GrafanaPlugin {
|
|
215
|
+
readonly pluginId?: string;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// @public
|
|
219
|
+
export interface GrafanaUpdateHeaders {
|
|
220
|
+
azureAsyncOperation?: string;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
// @public
|
|
224
|
+
export interface GrafanaUpdateOptionalParams extends coreClient.OperationOptions {
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
// @public
|
|
228
|
+
export type GrafanaUpdateResponse = ManagedGrafana;
|
|
229
|
+
|
|
230
|
+
// @public
|
|
231
|
+
export enum KnownActionType {
|
|
232
|
+
Internal = "Internal"
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// @public
|
|
236
|
+
export enum KnownApiKey {
|
|
237
|
+
Disabled = "Disabled",
|
|
238
|
+
Enabled = "Enabled"
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export enum KnownAutoGeneratedDomainNameLabelScope {
|
|
243
|
+
TenantReuse = "TenantReuse"
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// @public
|
|
247
|
+
export enum KnownAvailablePromotion {
|
|
248
|
+
FreeTrial = "FreeTrial",
|
|
249
|
+
None = "None"
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
// @public
|
|
253
|
+
export enum KnownCreatedByType {
|
|
254
|
+
Application = "Application",
|
|
255
|
+
Key = "Key",
|
|
256
|
+
ManagedIdentity = "ManagedIdentity",
|
|
257
|
+
User = "User"
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
// @public
|
|
261
|
+
export enum KnownDeterministicOutboundIP {
|
|
262
|
+
Disabled = "Disabled",
|
|
263
|
+
Enabled = "Enabled"
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
// @public
|
|
267
|
+
export enum KnownManagedPrivateEndpointConnectionStatus {
|
|
268
|
+
Approved = "Approved",
|
|
269
|
+
Disconnected = "Disconnected",
|
|
270
|
+
Pending = "Pending",
|
|
271
|
+
Rejected = "Rejected"
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
// @public
|
|
275
|
+
export enum KnownManagedServiceIdentityType {
|
|
276
|
+
None = "None",
|
|
277
|
+
SystemAssigned = "SystemAssigned",
|
|
278
|
+
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
279
|
+
UserAssigned = "UserAssigned"
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export enum KnownMarketplaceAutoRenew {
|
|
284
|
+
Disabled = "Disabled",
|
|
285
|
+
Enabled = "Enabled"
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export enum KnownOrigin {
|
|
290
|
+
System = "system",
|
|
291
|
+
User = "user",
|
|
292
|
+
UserSystem = "user,system"
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
// @public
|
|
296
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
297
|
+
Creating = "Creating",
|
|
298
|
+
Deleting = "Deleting",
|
|
299
|
+
Failed = "Failed",
|
|
300
|
+
Succeeded = "Succeeded"
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
// @public
|
|
304
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
305
|
+
Approved = "Approved",
|
|
306
|
+
Pending = "Pending",
|
|
307
|
+
Rejected = "Rejected"
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
// @public
|
|
311
|
+
export enum KnownProvisioningState {
|
|
312
|
+
Accepted = "Accepted",
|
|
313
|
+
Canceled = "Canceled",
|
|
314
|
+
Creating = "Creating",
|
|
315
|
+
Deleted = "Deleted",
|
|
316
|
+
Deleting = "Deleting",
|
|
317
|
+
Failed = "Failed",
|
|
318
|
+
NotSpecified = "NotSpecified",
|
|
319
|
+
Succeeded = "Succeeded",
|
|
320
|
+
Updating = "Updating"
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export enum KnownPublicNetworkAccess {
|
|
325
|
+
Disabled = "Disabled",
|
|
326
|
+
Enabled = "Enabled"
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export enum KnownStartTLSPolicy {
|
|
331
|
+
MandatoryStartTLS = "MandatoryStartTLS",
|
|
332
|
+
NoStartTLS = "NoStartTLS",
|
|
333
|
+
OpportunisticStartTLS = "OpportunisticStartTLS"
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
// @public
|
|
337
|
+
export enum KnownZoneRedundancy {
|
|
338
|
+
Disabled = "Disabled",
|
|
339
|
+
Enabled = "Enabled"
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
// @public
|
|
343
|
+
export interface ManagedGrafana {
|
|
344
|
+
readonly id?: string;
|
|
345
|
+
identity?: ManagedServiceIdentity;
|
|
346
|
+
location?: string;
|
|
347
|
+
readonly name?: string;
|
|
348
|
+
properties?: ManagedGrafanaProperties;
|
|
349
|
+
sku?: ResourceSku;
|
|
350
|
+
readonly systemData?: SystemData;
|
|
351
|
+
tags?: {
|
|
352
|
+
[propertyName: string]: string;
|
|
353
|
+
};
|
|
354
|
+
readonly type?: string;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// @public (undocumented)
|
|
358
|
+
export interface ManagedGrafanaListResponse {
|
|
359
|
+
// (undocumented)
|
|
360
|
+
nextLink?: string;
|
|
361
|
+
// (undocumented)
|
|
362
|
+
value?: ManagedGrafana[];
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export interface ManagedGrafanaProperties {
|
|
367
|
+
apiKey?: ApiKey;
|
|
368
|
+
autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
|
|
369
|
+
deterministicOutboundIP?: DeterministicOutboundIP;
|
|
370
|
+
readonly endpoint?: string;
|
|
371
|
+
enterpriseConfigurations?: EnterpriseConfigurations;
|
|
372
|
+
grafanaConfigurations?: GrafanaConfigurations;
|
|
373
|
+
grafanaIntegrations?: GrafanaIntegrations;
|
|
374
|
+
grafanaMajorVersion?: string;
|
|
375
|
+
grafanaPlugins?: {
|
|
376
|
+
[propertyName: string]: GrafanaPlugin;
|
|
377
|
+
};
|
|
378
|
+
readonly grafanaVersion?: string;
|
|
379
|
+
readonly outboundIPs?: string[];
|
|
380
|
+
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
381
|
+
readonly provisioningState?: ProvisioningState;
|
|
382
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
383
|
+
zoneRedundancy?: ZoneRedundancy;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export interface ManagedGrafanaPropertiesUpdateParameters {
|
|
388
|
+
apiKey?: ApiKey;
|
|
389
|
+
deterministicOutboundIP?: DeterministicOutboundIP;
|
|
390
|
+
enterpriseConfigurations?: EnterpriseConfigurations;
|
|
391
|
+
grafanaConfigurations?: GrafanaConfigurations;
|
|
392
|
+
grafanaIntegrations?: GrafanaIntegrations;
|
|
393
|
+
grafanaMajorVersion?: string;
|
|
394
|
+
grafanaPlugins?: {
|
|
395
|
+
[propertyName: string]: GrafanaPlugin;
|
|
396
|
+
};
|
|
397
|
+
publicNetworkAccess?: PublicNetworkAccess;
|
|
398
|
+
zoneRedundancy?: ZoneRedundancy;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// @public
|
|
402
|
+
export interface ManagedGrafanaUpdateParameters {
|
|
403
|
+
identity?: ManagedServiceIdentity;
|
|
404
|
+
properties?: ManagedGrafanaPropertiesUpdateParameters;
|
|
405
|
+
// (undocumented)
|
|
406
|
+
sku?: ResourceSku;
|
|
407
|
+
tags?: {
|
|
408
|
+
[propertyName: string]: string;
|
|
409
|
+
};
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export interface ManagedPrivateEndpointConnectionState {
|
|
414
|
+
readonly description?: string;
|
|
415
|
+
readonly status?: ManagedPrivateEndpointConnectionStatus;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export type ManagedPrivateEndpointConnectionStatus = string;
|
|
420
|
+
|
|
421
|
+
// @public
|
|
422
|
+
export interface ManagedPrivateEndpointModel extends TrackedResource {
|
|
423
|
+
readonly connectionState?: ManagedPrivateEndpointConnectionState;
|
|
424
|
+
groupIds?: string[];
|
|
425
|
+
privateLinkResourceId?: string;
|
|
426
|
+
privateLinkResourceRegion?: string;
|
|
427
|
+
readonly privateLinkServicePrivateIP?: string;
|
|
428
|
+
privateLinkServiceUrl?: string;
|
|
429
|
+
readonly provisioningState?: ProvisioningState;
|
|
430
|
+
requestMessage?: string;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export interface ManagedPrivateEndpointModelListResponse {
|
|
435
|
+
// (undocumented)
|
|
436
|
+
nextLink?: string;
|
|
437
|
+
// (undocumented)
|
|
438
|
+
value?: ManagedPrivateEndpointModel[];
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
// @public
|
|
442
|
+
export interface ManagedPrivateEndpoints {
|
|
443
|
+
beginCreate(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointModel, options?: ManagedPrivateEndpointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsCreateResponse>, ManagedPrivateEndpointsCreateResponse>>;
|
|
444
|
+
beginCreateAndWait(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointModel, options?: ManagedPrivateEndpointsCreateOptionalParams): Promise<ManagedPrivateEndpointsCreateResponse>;
|
|
445
|
+
beginDelete(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
446
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsDeleteOptionalParams): Promise<void>;
|
|
447
|
+
beginRefresh(resourceGroupName: string, workspaceName: string, options?: ManagedPrivateEndpointsRefreshOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
448
|
+
beginRefreshAndWait(resourceGroupName: string, workspaceName: string, options?: ManagedPrivateEndpointsRefreshOptionalParams): Promise<void>;
|
|
449
|
+
beginUpdate(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointUpdateParameters, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedPrivateEndpointsUpdateResponse>, ManagedPrivateEndpointsUpdateResponse>>;
|
|
450
|
+
beginUpdateAndWait(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, requestBodyParameters: ManagedPrivateEndpointUpdateParameters, options?: ManagedPrivateEndpointsUpdateOptionalParams): Promise<ManagedPrivateEndpointsUpdateResponse>;
|
|
451
|
+
get(resourceGroupName: string, workspaceName: string, managedPrivateEndpointName: string, options?: ManagedPrivateEndpointsGetOptionalParams): Promise<ManagedPrivateEndpointsGetResponse>;
|
|
452
|
+
list(resourceGroupName: string, workspaceName: string, options?: ManagedPrivateEndpointsListOptionalParams): PagedAsyncIterableIterator<ManagedPrivateEndpointModel>;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface ManagedPrivateEndpointsCreateHeaders {
|
|
457
|
+
azureAsyncOperation?: string;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
// @public
|
|
461
|
+
export interface ManagedPrivateEndpointsCreateOptionalParams extends coreClient.OperationOptions {
|
|
462
|
+
resumeFrom?: string;
|
|
463
|
+
updateIntervalInMs?: number;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export type ManagedPrivateEndpointsCreateResponse = ManagedPrivateEndpointModel;
|
|
468
|
+
|
|
469
|
+
// @public
|
|
470
|
+
export interface ManagedPrivateEndpointsDeleteHeaders {
|
|
471
|
+
azureAsyncOperation?: string;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export interface ManagedPrivateEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
476
|
+
resumeFrom?: string;
|
|
477
|
+
updateIntervalInMs?: number;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export interface ManagedPrivateEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
// @public
|
|
485
|
+
export type ManagedPrivateEndpointsGetResponse = ManagedPrivateEndpointModel;
|
|
486
|
+
|
|
487
|
+
// @public
|
|
488
|
+
export interface ManagedPrivateEndpointsListNextOptionalParams extends coreClient.OperationOptions {
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
// @public
|
|
492
|
+
export type ManagedPrivateEndpointsListNextResponse = ManagedPrivateEndpointModelListResponse;
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export interface ManagedPrivateEndpointsListOptionalParams extends coreClient.OperationOptions {
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
// @public
|
|
499
|
+
export type ManagedPrivateEndpointsListResponse = ManagedPrivateEndpointModelListResponse;
|
|
500
|
+
|
|
501
|
+
// @public
|
|
502
|
+
export interface ManagedPrivateEndpointsRefreshHeaders {
|
|
503
|
+
azureAsyncOperation?: string;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
// @public
|
|
507
|
+
export interface ManagedPrivateEndpointsRefreshOptionalParams extends coreClient.OperationOptions {
|
|
508
|
+
resumeFrom?: string;
|
|
509
|
+
updateIntervalInMs?: number;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export interface ManagedPrivateEndpointsUpdateHeaders {
|
|
514
|
+
azureAsyncOperation?: string;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export interface ManagedPrivateEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
519
|
+
resumeFrom?: string;
|
|
520
|
+
updateIntervalInMs?: number;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export type ManagedPrivateEndpointsUpdateResponse = ManagedPrivateEndpointModel;
|
|
525
|
+
|
|
526
|
+
// @public
|
|
527
|
+
export interface ManagedPrivateEndpointUpdateParameters {
|
|
528
|
+
tags?: {
|
|
529
|
+
[propertyName: string]: string;
|
|
530
|
+
};
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export interface ManagedServiceIdentity {
|
|
535
|
+
readonly principalId?: string;
|
|
536
|
+
readonly tenantId?: string;
|
|
537
|
+
type: ManagedServiceIdentityType;
|
|
538
|
+
userAssignedIdentities?: {
|
|
539
|
+
[propertyName: string]: UserAssignedIdentity;
|
|
540
|
+
};
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
// @public
|
|
544
|
+
export type ManagedServiceIdentityType = string;
|
|
545
|
+
|
|
546
|
+
// @public
|
|
547
|
+
export type MarketplaceAutoRenew = string;
|
|
548
|
+
|
|
549
|
+
// @public
|
|
550
|
+
export interface MarketplaceTrialQuota {
|
|
551
|
+
availablePromotion?: AvailablePromotion;
|
|
552
|
+
grafanaResourceId?: string;
|
|
553
|
+
trialEndAt?: Date;
|
|
554
|
+
trialStartAt?: Date;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
// @public
|
|
558
|
+
export interface Operation {
|
|
559
|
+
readonly actionType?: ActionType;
|
|
560
|
+
display?: OperationDisplay;
|
|
561
|
+
readonly isDataAction?: boolean;
|
|
562
|
+
readonly name?: string;
|
|
563
|
+
readonly origin?: Origin;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
// @public
|
|
567
|
+
export interface OperationDisplay {
|
|
568
|
+
readonly description?: string;
|
|
569
|
+
readonly operation?: string;
|
|
570
|
+
readonly provider?: string;
|
|
571
|
+
readonly resource?: string;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
// @public
|
|
575
|
+
export interface OperationListResult {
|
|
576
|
+
readonly nextLink?: string;
|
|
577
|
+
readonly value?: Operation[];
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
// @public
|
|
581
|
+
export interface Operations {
|
|
582
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
// @public
|
|
586
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
// @public
|
|
590
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
591
|
+
|
|
592
|
+
// @public
|
|
593
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
// @public
|
|
597
|
+
export type OperationsListResponse = OperationListResult;
|
|
598
|
+
|
|
599
|
+
// @public
|
|
600
|
+
export type Origin = string;
|
|
601
|
+
|
|
602
|
+
// @public
|
|
603
|
+
export interface PrivateEndpoint {
|
|
604
|
+
readonly id?: string;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
// @public
|
|
608
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
609
|
+
groupIds?: string[];
|
|
610
|
+
privateEndpoint?: PrivateEndpoint;
|
|
611
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
612
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export interface PrivateEndpointConnectionListResult {
|
|
617
|
+
readonly nextLink?: string;
|
|
618
|
+
value?: PrivateEndpointConnection[];
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
// @public
|
|
622
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export interface PrivateEndpointConnections {
|
|
626
|
+
beginApprove(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsApproveResponse>, PrivateEndpointConnectionsApproveResponse>>;
|
|
627
|
+
beginApproveAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<PrivateEndpointConnectionsApproveResponse>;
|
|
628
|
+
beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteResponse>, PrivateEndpointConnectionsDeleteResponse>>;
|
|
629
|
+
beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
630
|
+
get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
631
|
+
list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
// @public
|
|
635
|
+
export interface PrivateEndpointConnectionsApproveHeaders {
|
|
636
|
+
azureAsyncOperation?: string;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export interface PrivateEndpointConnectionsApproveOptionalParams extends coreClient.OperationOptions {
|
|
641
|
+
body?: PrivateEndpointConnection;
|
|
642
|
+
resumeFrom?: string;
|
|
643
|
+
updateIntervalInMs?: number;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// @public
|
|
647
|
+
export type PrivateEndpointConnectionsApproveResponse = PrivateEndpointConnectionsApproveHeaders & PrivateEndpointConnection;
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
651
|
+
azureAsyncOperation?: string;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
// @public
|
|
655
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
656
|
+
resumeFrom?: string;
|
|
657
|
+
updateIntervalInMs?: number;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
// @public
|
|
661
|
+
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;
|
|
662
|
+
|
|
663
|
+
// @public
|
|
664
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export interface PrivateEndpointConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
// @public
|
|
675
|
+
export type PrivateEndpointConnectionsListNextResponse = PrivateEndpointConnectionListResult;
|
|
676
|
+
|
|
677
|
+
// @public
|
|
678
|
+
export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
// @public
|
|
682
|
+
export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionListResult;
|
|
683
|
+
|
|
684
|
+
// @public
|
|
685
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export interface PrivateLinkResource extends Resource {
|
|
689
|
+
readonly groupId?: string;
|
|
690
|
+
readonly provisioningState?: ProvisioningState;
|
|
691
|
+
readonly requiredMembers?: string[];
|
|
692
|
+
requiredZoneNames?: string[];
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export interface PrivateLinkResourceListResult {
|
|
697
|
+
readonly nextLink?: string;
|
|
698
|
+
value?: PrivateLinkResource[];
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
// @public
|
|
702
|
+
export interface PrivateLinkResources {
|
|
703
|
+
get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
704
|
+
list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export interface PrivateLinkResourcesListNextOptionalParams extends coreClient.OperationOptions {
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export type PrivateLinkResourcesListNextResponse = PrivateLinkResourceListResult;
|
|
720
|
+
|
|
721
|
+
// @public
|
|
722
|
+
export interface PrivateLinkResourcesListOptionalParams extends coreClient.OperationOptions {
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
// @public
|
|
726
|
+
export type PrivateLinkResourcesListResponse = PrivateLinkResourceListResult;
|
|
727
|
+
|
|
728
|
+
// @public
|
|
729
|
+
export interface PrivateLinkServiceConnectionState {
|
|
730
|
+
actionsRequired?: string;
|
|
731
|
+
description?: string;
|
|
732
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
// @public
|
|
736
|
+
export type ProvisioningState = string;
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export type PublicNetworkAccess = string;
|
|
740
|
+
|
|
741
|
+
// @public
|
|
742
|
+
export interface Resource {
|
|
743
|
+
readonly id?: string;
|
|
744
|
+
readonly name?: string;
|
|
745
|
+
readonly systemData?: SystemData;
|
|
746
|
+
readonly type?: string;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
// @public (undocumented)
|
|
750
|
+
export interface ResourceSku {
|
|
751
|
+
// (undocumented)
|
|
752
|
+
name: string;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export interface SaasSubscriptionDetails {
|
|
757
|
+
offerId?: string;
|
|
758
|
+
planId?: string;
|
|
759
|
+
publisherId?: string;
|
|
760
|
+
term?: SubscriptionTerm;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
// @public
|
|
764
|
+
export interface Smtp {
|
|
765
|
+
enabled?: boolean;
|
|
766
|
+
fromAddress?: string;
|
|
767
|
+
fromName?: string;
|
|
768
|
+
host?: string;
|
|
769
|
+
password?: string;
|
|
770
|
+
skipVerify?: boolean;
|
|
771
|
+
startTLSPolicy?: StartTLSPolicy;
|
|
772
|
+
user?: string;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// @public
|
|
776
|
+
export type StartTLSPolicy = string;
|
|
777
|
+
|
|
778
|
+
// @public
|
|
779
|
+
export interface SubscriptionTerm {
|
|
780
|
+
endDate?: Date;
|
|
781
|
+
startDate?: Date;
|
|
782
|
+
termUnit?: string;
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
// @public
|
|
786
|
+
export interface SystemData {
|
|
787
|
+
createdAt?: Date;
|
|
788
|
+
createdBy?: string;
|
|
789
|
+
createdByType?: CreatedByType;
|
|
790
|
+
lastModifiedAt?: Date;
|
|
791
|
+
lastModifiedBy?: string;
|
|
792
|
+
lastModifiedByType?: CreatedByType;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
// @public
|
|
796
|
+
export interface TrackedResource extends Resource {
|
|
797
|
+
location: string;
|
|
798
|
+
tags?: {
|
|
799
|
+
[propertyName: string]: string;
|
|
800
|
+
};
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
// @public
|
|
804
|
+
export interface UserAssignedIdentity {
|
|
805
|
+
readonly clientId?: string;
|
|
806
|
+
readonly principalId?: string;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
// @public
|
|
810
|
+
export type ZoneRedundancy = string;
|
|
811
|
+
|
|
812
|
+
// (No @packageDocumentation comment for this package)
|
|
813
|
+
|
|
814
|
+
```
|