@azure/arm-peering 2.1.1-alpha.20250619.1 → 2.1.1-alpha.20250718.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,1242 +1,1242 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-peering"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
-
|
|
11
|
-
// @public
|
|
12
|
-
export interface BgpSession {
|
|
13
|
-
maxPrefixesAdvertisedV4?: number;
|
|
14
|
-
maxPrefixesAdvertisedV6?: number;
|
|
15
|
-
md5AuthenticationKey?: string;
|
|
16
|
-
microsoftSessionIPv4Address?: string;
|
|
17
|
-
microsoftSessionIPv6Address?: string;
|
|
18
|
-
peerSessionIPv4Address?: string;
|
|
19
|
-
peerSessionIPv6Address?: string;
|
|
20
|
-
sessionPrefixV4?: string;
|
|
21
|
-
sessionPrefixV6?: string;
|
|
22
|
-
readonly sessionStateV4?: SessionStateV4;
|
|
23
|
-
readonly sessionStateV6?: SessionStateV6;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
// @public
|
|
27
|
-
export interface CdnPeeringPrefix extends Resource {
|
|
28
|
-
readonly azureRegion?: string;
|
|
29
|
-
readonly azureService?: string;
|
|
30
|
-
readonly bgpCommunity?: string;
|
|
31
|
-
readonly isPrimaryRegion?: boolean;
|
|
32
|
-
readonly prefix?: string;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// @public
|
|
36
|
-
export interface CdnPeeringPrefixes {
|
|
37
|
-
list(peeringLocation: string, options?: CdnPeeringPrefixesListOptionalParams): PagedAsyncIterableIterator<CdnPeeringPrefix>;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
// @public
|
|
41
|
-
export interface CdnPeeringPrefixesListNextOptionalParams extends coreClient.OperationOptions {
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
// @public
|
|
45
|
-
export type CdnPeeringPrefixesListNextResponse = CdnPeeringPrefixListResult;
|
|
46
|
-
|
|
47
|
-
// @public
|
|
48
|
-
export interface CdnPeeringPrefixesListOptionalParams extends coreClient.OperationOptions {
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// @public
|
|
52
|
-
export type CdnPeeringPrefixesListResponse = CdnPeeringPrefixListResult;
|
|
53
|
-
|
|
54
|
-
// @public
|
|
55
|
-
export interface CdnPeeringPrefixListResult {
|
|
56
|
-
nextLink?: string;
|
|
57
|
-
value?: CdnPeeringPrefix[];
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// @public
|
|
61
|
-
export interface CheckServiceProviderAvailabilityInput {
|
|
62
|
-
peeringServiceLocation?: string;
|
|
63
|
-
peeringServiceProvider?: string;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// @public
|
|
67
|
-
export interface CheckServiceProviderAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
// @public
|
|
71
|
-
export type CheckServiceProviderAvailabilityResponse = {
|
|
72
|
-
body: Enum0;
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
// @public
|
|
76
|
-
export type Command = string;
|
|
77
|
-
|
|
78
|
-
// @public
|
|
79
|
-
export interface ConnectionMonitorTest extends Resource {
|
|
80
|
-
destination?: string;
|
|
81
|
-
destinationPort?: number;
|
|
82
|
-
readonly isTestSuccessful?: boolean;
|
|
83
|
-
readonly path?: string[];
|
|
84
|
-
readonly provisioningState?: ProvisioningState;
|
|
85
|
-
sourceAgent?: string;
|
|
86
|
-
testFrequencyInSec?: number;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// @public
|
|
90
|
-
export interface ConnectionMonitorTestListResult {
|
|
91
|
-
nextLink?: string;
|
|
92
|
-
value?: ConnectionMonitorTest[];
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// @public
|
|
96
|
-
export interface ConnectionMonitorTests {
|
|
97
|
-
createOrUpdate(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams): Promise<ConnectionMonitorTestsCreateOrUpdateResponse>;
|
|
98
|
-
delete(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams): Promise<void>;
|
|
99
|
-
get(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams): Promise<ConnectionMonitorTestsGetResponse>;
|
|
100
|
-
listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<ConnectionMonitorTest>;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
// @public
|
|
104
|
-
export interface ConnectionMonitorTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// @public
|
|
108
|
-
export type ConnectionMonitorTestsCreateOrUpdateResponse = ConnectionMonitorTest;
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export interface ConnectionMonitorTestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// @public
|
|
115
|
-
export interface ConnectionMonitorTestsGetOptionalParams extends coreClient.OperationOptions {
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
// @public
|
|
119
|
-
export type ConnectionMonitorTestsGetResponse = ConnectionMonitorTest;
|
|
120
|
-
|
|
121
|
-
// @public
|
|
122
|
-
export interface ConnectionMonitorTestsListByPeeringServiceNextOptionalParams extends coreClient.OperationOptions {
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
// @public
|
|
126
|
-
export type ConnectionMonitorTestsListByPeeringServiceNextResponse = ConnectionMonitorTestListResult;
|
|
127
|
-
|
|
128
|
-
// @public
|
|
129
|
-
export interface ConnectionMonitorTestsListByPeeringServiceOptionalParams extends coreClient.OperationOptions {
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// @public
|
|
133
|
-
export type ConnectionMonitorTestsListByPeeringServiceResponse = ConnectionMonitorTestListResult;
|
|
134
|
-
|
|
135
|
-
// @public
|
|
136
|
-
export type ConnectionState = string;
|
|
137
|
-
|
|
138
|
-
// @public
|
|
139
|
-
export interface ContactDetail {
|
|
140
|
-
email?: string;
|
|
141
|
-
phone?: string;
|
|
142
|
-
role?: Role;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
// @public
|
|
146
|
-
export interface DirectConnection {
|
|
147
|
-
bandwidthInMbps?: number;
|
|
148
|
-
bgpSession?: BgpSession;
|
|
149
|
-
connectionIdentifier?: string;
|
|
150
|
-
readonly connectionState?: ConnectionState;
|
|
151
|
-
readonly errorMessage?: string;
|
|
152
|
-
readonly microsoftTrackingId?: string;
|
|
153
|
-
peeringDBFacilityId?: number;
|
|
154
|
-
readonly provisionedBandwidthInMbps?: number;
|
|
155
|
-
sessionAddressProvider?: SessionAddressProvider;
|
|
156
|
-
useForPeeringService?: boolean;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export interface DirectPeeringFacility {
|
|
161
|
-
address?: string;
|
|
162
|
-
directPeeringType?: DirectPeeringType;
|
|
163
|
-
peeringDBFacilityId?: number;
|
|
164
|
-
peeringDBFacilityLink?: string;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
// @public
|
|
168
|
-
export type DirectPeeringType = string;
|
|
169
|
-
|
|
170
|
-
// @public
|
|
171
|
-
export type Enum0 = string;
|
|
172
|
-
|
|
173
|
-
// @public
|
|
174
|
-
export interface ErrorDetail {
|
|
175
|
-
readonly code?: string;
|
|
176
|
-
readonly message?: string;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
// @public
|
|
180
|
-
export interface ErrorResponse {
|
|
181
|
-
error?: ErrorDetail;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
// @public
|
|
185
|
-
export interface ExchangeConnection {
|
|
186
|
-
bgpSession?: BgpSession;
|
|
187
|
-
connectionIdentifier?: string;
|
|
188
|
-
readonly connectionState?: ConnectionState;
|
|
189
|
-
readonly errorMessage?: string;
|
|
190
|
-
peeringDBFacilityId?: number;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
// @public
|
|
194
|
-
export interface ExchangePeeringFacility {
|
|
195
|
-
bandwidthInMbps?: number;
|
|
196
|
-
exchangeName?: string;
|
|
197
|
-
facilityIPv4Prefix?: string;
|
|
198
|
-
facilityIPv6Prefix?: string;
|
|
199
|
-
microsoftIPv4Address?: string;
|
|
200
|
-
microsoftIPv6Address?: string;
|
|
201
|
-
peeringDBFacilityId?: number;
|
|
202
|
-
peeringDBFacilityLink?: string;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// @public
|
|
206
|
-
export type Family = string;
|
|
207
|
-
|
|
208
|
-
// @public
|
|
209
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
210
|
-
|
|
211
|
-
// @public
|
|
212
|
-
export type Kind = string;
|
|
213
|
-
|
|
214
|
-
// @public
|
|
215
|
-
export enum KnownCommand {
|
|
216
|
-
BgpRoute = "BgpRoute",
|
|
217
|
-
Ping = "Ping",
|
|
218
|
-
Traceroute = "Traceroute"
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
// @public
|
|
222
|
-
export enum KnownConnectionState {
|
|
223
|
-
Active = "Active",
|
|
224
|
-
Approved = "Approved",
|
|
225
|
-
None = "None",
|
|
226
|
-
PendingApproval = "PendingApproval",
|
|
227
|
-
ProvisioningCompleted = "ProvisioningCompleted",
|
|
228
|
-
ProvisioningFailed = "ProvisioningFailed",
|
|
229
|
-
ProvisioningStarted = "ProvisioningStarted",
|
|
230
|
-
Validating = "Validating"
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
// @public
|
|
234
|
-
export enum KnownDirectPeeringType {
|
|
235
|
-
Cdn = "Cdn",
|
|
236
|
-
Edge = "Edge",
|
|
237
|
-
Internal = "Internal",
|
|
238
|
-
Ix = "Ix",
|
|
239
|
-
IxRs = "IxRs",
|
|
240
|
-
Transit = "Transit",
|
|
241
|
-
Voice = "Voice"
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
// @public
|
|
245
|
-
export enum KnownEnum0 {
|
|
246
|
-
Available = "Available",
|
|
247
|
-
Unavailable = "Unavailable"
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
// @public
|
|
251
|
-
export enum KnownFamily {
|
|
252
|
-
Direct = "Direct",
|
|
253
|
-
Exchange = "Exchange"
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// @public
|
|
257
|
-
export enum KnownKind {
|
|
258
|
-
Direct = "Direct",
|
|
259
|
-
Exchange = "Exchange"
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export enum KnownLearnedType {
|
|
264
|
-
None = "None",
|
|
265
|
-
ViaServiceProvider = "ViaServiceProvider",
|
|
266
|
-
ViaSession = "ViaSession"
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// @public
|
|
270
|
-
export enum KnownLegacyPeeringsKind {
|
|
271
|
-
Direct = "Direct",
|
|
272
|
-
Exchange = "Exchange"
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
// @public
|
|
276
|
-
export enum KnownLookingGlassCommand {
|
|
277
|
-
BgpRoute = "BgpRoute",
|
|
278
|
-
Ping = "Ping",
|
|
279
|
-
Traceroute = "Traceroute"
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
// @public
|
|
283
|
-
export enum KnownLookingGlassSourceType {
|
|
284
|
-
AzureRegion = "AzureRegion",
|
|
285
|
-
EdgeSite = "EdgeSite"
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export enum KnownPeeringLocationsDirectPeeringType {
|
|
290
|
-
Cdn = "Cdn",
|
|
291
|
-
Edge = "Edge",
|
|
292
|
-
Internal = "Internal",
|
|
293
|
-
Ix = "Ix",
|
|
294
|
-
IxRs = "IxRs",
|
|
295
|
-
Transit = "Transit",
|
|
296
|
-
Voice = "Voice"
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
// @public
|
|
300
|
-
export enum KnownPeeringLocationsKind {
|
|
301
|
-
Direct = "Direct",
|
|
302
|
-
Exchange = "Exchange"
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
// @public
|
|
306
|
-
export enum KnownPrefixValidationState {
|
|
307
|
-
Failed = "Failed",
|
|
308
|
-
Invalid = "Invalid",
|
|
309
|
-
None = "None",
|
|
310
|
-
Pending = "Pending",
|
|
311
|
-
Unknown = "Unknown",
|
|
312
|
-
Verified = "Verified",
|
|
313
|
-
Warning = "Warning"
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
// @public
|
|
317
|
-
export enum KnownProvisioningState {
|
|
318
|
-
Deleting = "Deleting",
|
|
319
|
-
Failed = "Failed",
|
|
320
|
-
Succeeded = "Succeeded",
|
|
321
|
-
Updating = "Updating"
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
// @public
|
|
325
|
-
export enum KnownRole {
|
|
326
|
-
Escalation = "Escalation",
|
|
327
|
-
Noc = "Noc",
|
|
328
|
-
Other = "Other",
|
|
329
|
-
Policy = "Policy",
|
|
330
|
-
Service = "Service",
|
|
331
|
-
Technical = "Technical"
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
// @public
|
|
335
|
-
export enum KnownSessionAddressProvider {
|
|
336
|
-
Microsoft = "Microsoft",
|
|
337
|
-
Peer = "Peer"
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
// @public
|
|
341
|
-
export enum KnownSessionStateV4 {
|
|
342
|
-
Active = "Active",
|
|
343
|
-
Connect = "Connect",
|
|
344
|
-
Established = "Established",
|
|
345
|
-
Idle = "Idle",
|
|
346
|
-
None = "None",
|
|
347
|
-
OpenConfirm = "OpenConfirm",
|
|
348
|
-
OpenReceived = "OpenReceived",
|
|
349
|
-
OpenSent = "OpenSent",
|
|
350
|
-
PendingAdd = "PendingAdd",
|
|
351
|
-
PendingRemove = "PendingRemove",
|
|
352
|
-
PendingUpdate = "PendingUpdate"
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
// @public
|
|
356
|
-
export enum KnownSessionStateV6 {
|
|
357
|
-
Active = "Active",
|
|
358
|
-
Connect = "Connect",
|
|
359
|
-
Established = "Established",
|
|
360
|
-
Idle = "Idle",
|
|
361
|
-
None = "None",
|
|
362
|
-
OpenConfirm = "OpenConfirm",
|
|
363
|
-
OpenReceived = "OpenReceived",
|
|
364
|
-
OpenSent = "OpenSent",
|
|
365
|
-
PendingAdd = "PendingAdd",
|
|
366
|
-
PendingRemove = "PendingRemove",
|
|
367
|
-
PendingUpdate = "PendingUpdate"
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
// @public
|
|
371
|
-
export enum KnownSize {
|
|
372
|
-
Free = "Free",
|
|
373
|
-
Metered = "Metered",
|
|
374
|
-
Unlimited = "Unlimited"
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
// @public
|
|
378
|
-
export enum KnownTier {
|
|
379
|
-
Basic = "Basic",
|
|
380
|
-
Premium = "Premium"
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
// @public
|
|
384
|
-
export enum KnownValidationState {
|
|
385
|
-
Approved = "Approved",
|
|
386
|
-
Failed = "Failed",
|
|
387
|
-
None = "None",
|
|
388
|
-
Pending = "Pending"
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
// @public
|
|
392
|
-
export type LearnedType = string;
|
|
393
|
-
|
|
394
|
-
// @public
|
|
395
|
-
export interface LegacyPeerings {
|
|
396
|
-
list(peeringLocation: string, kind: LegacyPeeringsKind, options?: LegacyPeeringsListOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
// @public
|
|
400
|
-
export type LegacyPeeringsKind = string;
|
|
401
|
-
|
|
402
|
-
// @public
|
|
403
|
-
export interface LegacyPeeringsListNextOptionalParams extends coreClient.OperationOptions {
|
|
404
|
-
asn?: number;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
// @public
|
|
408
|
-
export type LegacyPeeringsListNextResponse = PeeringListResult;
|
|
409
|
-
|
|
410
|
-
// @public
|
|
411
|
-
export interface LegacyPeeringsListOptionalParams extends coreClient.OperationOptions {
|
|
412
|
-
asn?: number;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
// @public
|
|
416
|
-
export type LegacyPeeringsListResponse = PeeringListResult;
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export interface LogAnalyticsWorkspaceProperties {
|
|
420
|
-
readonly connectedAgents?: string[];
|
|
421
|
-
readonly key?: string;
|
|
422
|
-
readonly workspaceID?: string;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
// @public
|
|
426
|
-
export interface LookingGlass {
|
|
427
|
-
invoke(command: LookingGlassCommand, sourceType: LookingGlassSourceType, sourceLocation: string, destinationIP: string, options?: LookingGlassInvokeOptionalParams): Promise<LookingGlassInvokeResponse>;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
// @public
|
|
431
|
-
export type LookingGlassCommand = string;
|
|
432
|
-
|
|
433
|
-
// @public
|
|
434
|
-
export interface LookingGlassInvokeOptionalParams extends coreClient.OperationOptions {
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
// @public
|
|
438
|
-
export type LookingGlassInvokeResponse = LookingGlassOutput;
|
|
439
|
-
|
|
440
|
-
// @public
|
|
441
|
-
export interface LookingGlassOutput {
|
|
442
|
-
command?: Command;
|
|
443
|
-
output?: string;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
// @public
|
|
447
|
-
export type LookingGlassSourceType = string;
|
|
448
|
-
|
|
449
|
-
// @public
|
|
450
|
-
export interface MetricDimension {
|
|
451
|
-
readonly displayName?: string;
|
|
452
|
-
readonly name?: string;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export interface MetricSpecification {
|
|
457
|
-
readonly aggregationType?: string;
|
|
458
|
-
readonly dimensions?: MetricDimension[];
|
|
459
|
-
readonly displayDescription?: string;
|
|
460
|
-
readonly displayName?: string;
|
|
461
|
-
readonly name?: string;
|
|
462
|
-
readonly supportedTimeGrainTypes?: string[];
|
|
463
|
-
readonly unit?: string;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
// @public
|
|
467
|
-
export interface Operation {
|
|
468
|
-
readonly display?: OperationDisplayInfo;
|
|
469
|
-
readonly isDataAction?: boolean;
|
|
470
|
-
readonly name?: string;
|
|
471
|
-
readonly serviceSpecification?: ServiceSpecification;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
// @public
|
|
475
|
-
export interface OperationDisplayInfo {
|
|
476
|
-
readonly description?: string;
|
|
477
|
-
readonly operation?: string;
|
|
478
|
-
readonly provider?: string;
|
|
479
|
-
readonly resource?: string;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
// @public
|
|
483
|
-
export interface OperationListResult {
|
|
484
|
-
nextLink?: string;
|
|
485
|
-
value?: Operation[];
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
// @public
|
|
489
|
-
export interface Operations {
|
|
490
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
// @public
|
|
494
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
// @public
|
|
498
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
499
|
-
|
|
500
|
-
// @public
|
|
501
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
// @public
|
|
505
|
-
export type OperationsListResponse = OperationListResult;
|
|
506
|
-
|
|
507
|
-
// @public
|
|
508
|
-
export interface PeerAsn extends Resource {
|
|
509
|
-
readonly errorMessage?: string;
|
|
510
|
-
peerAsn?: number;
|
|
511
|
-
peerContactDetail?: ContactDetail[];
|
|
512
|
-
peerName?: string;
|
|
513
|
-
readonly validationState?: ValidationState;
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
// @public
|
|
517
|
-
export interface PeerAsnListResult {
|
|
518
|
-
nextLink?: string;
|
|
519
|
-
value?: PeerAsn[];
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
// @public
|
|
523
|
-
export interface PeerAsns {
|
|
524
|
-
createOrUpdate(peerAsnName: string, peerAsn: PeerAsn, options?: PeerAsnsCreateOrUpdateOptionalParams): Promise<PeerAsnsCreateOrUpdateResponse>;
|
|
525
|
-
delete(peerAsnName: string, options?: PeerAsnsDeleteOptionalParams): Promise<void>;
|
|
526
|
-
get(peerAsnName: string, options?: PeerAsnsGetOptionalParams): Promise<PeerAsnsGetResponse>;
|
|
527
|
-
listBySubscription(options?: PeerAsnsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PeerAsn>;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
// @public
|
|
531
|
-
export interface PeerAsnsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
// @public
|
|
535
|
-
export type PeerAsnsCreateOrUpdateResponse = PeerAsn;
|
|
536
|
-
|
|
537
|
-
// @public
|
|
538
|
-
export interface PeerAsnsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
// @public
|
|
542
|
-
export interface PeerAsnsGetOptionalParams extends coreClient.OperationOptions {
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
// @public
|
|
546
|
-
export type PeerAsnsGetResponse = PeerAsn;
|
|
547
|
-
|
|
548
|
-
// @public
|
|
549
|
-
export interface PeerAsnsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
// @public
|
|
553
|
-
export type PeerAsnsListBySubscriptionNextResponse = PeerAsnListResult;
|
|
554
|
-
|
|
555
|
-
// @public
|
|
556
|
-
export interface PeerAsnsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
// @public
|
|
560
|
-
export type PeerAsnsListBySubscriptionResponse = PeerAsnListResult;
|
|
561
|
-
|
|
562
|
-
// @public
|
|
563
|
-
export interface Peering extends Resource {
|
|
564
|
-
direct?: PeeringPropertiesDirect;
|
|
565
|
-
exchange?: PeeringPropertiesExchange;
|
|
566
|
-
kind: Kind;
|
|
567
|
-
location: string;
|
|
568
|
-
peeringLocation?: string;
|
|
569
|
-
readonly provisioningState?: ProvisioningState;
|
|
570
|
-
sku: PeeringSku;
|
|
571
|
-
tags?: {
|
|
572
|
-
[propertyName: string]: string;
|
|
573
|
-
};
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
// @public
|
|
577
|
-
export interface PeeringBandwidthOffer {
|
|
578
|
-
offerName?: string;
|
|
579
|
-
valueInMbps?: number;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
// @public
|
|
583
|
-
export interface PeeringListResult {
|
|
584
|
-
nextLink?: string;
|
|
585
|
-
value?: Peering[];
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
// @public
|
|
589
|
-
export interface PeeringLocation extends Resource {
|
|
590
|
-
azureRegion?: string;
|
|
591
|
-
country?: string;
|
|
592
|
-
direct?: PeeringLocationPropertiesDirect;
|
|
593
|
-
exchange?: PeeringLocationPropertiesExchange;
|
|
594
|
-
kind?: Kind;
|
|
595
|
-
peeringLocation?: string;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
// @public
|
|
599
|
-
export interface PeeringLocationListResult {
|
|
600
|
-
nextLink?: string;
|
|
601
|
-
value?: PeeringLocation[];
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
// @public
|
|
605
|
-
export interface PeeringLocationPropertiesDirect {
|
|
606
|
-
bandwidthOffers?: PeeringBandwidthOffer[];
|
|
607
|
-
peeringFacilities?: DirectPeeringFacility[];
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
// @public
|
|
611
|
-
export interface PeeringLocationPropertiesExchange {
|
|
612
|
-
peeringFacilities?: ExchangePeeringFacility[];
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
// @public
|
|
616
|
-
export interface PeeringLocations {
|
|
617
|
-
list(kind: PeeringLocationsKind, options?: PeeringLocationsListOptionalParams): PagedAsyncIterableIterator<PeeringLocation>;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
// @public
|
|
621
|
-
export type PeeringLocationsDirectPeeringType = string;
|
|
622
|
-
|
|
623
|
-
// @public
|
|
624
|
-
export type PeeringLocationsKind = string;
|
|
625
|
-
|
|
626
|
-
// @public
|
|
627
|
-
export interface PeeringLocationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
628
|
-
directPeeringType?: PeeringLocationsDirectPeeringType;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
// @public
|
|
632
|
-
export type PeeringLocationsListNextResponse = PeeringLocationListResult;
|
|
633
|
-
|
|
634
|
-
// @public
|
|
635
|
-
export interface PeeringLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
636
|
-
directPeeringType?: PeeringLocationsDirectPeeringType;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
// @public
|
|
640
|
-
export type PeeringLocationsListResponse = PeeringLocationListResult;
|
|
641
|
-
|
|
642
|
-
// @public (undocumented)
|
|
643
|
-
export class PeeringManagementClient extends coreClient.ServiceClient {
|
|
644
|
-
// (undocumented)
|
|
645
|
-
$host: string;
|
|
646
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PeeringManagementClientOptionalParams);
|
|
647
|
-
// (undocumented)
|
|
648
|
-
apiVersion: string;
|
|
649
|
-
// (undocumented)
|
|
650
|
-
cdnPeeringPrefixes: CdnPeeringPrefixes;
|
|
651
|
-
checkServiceProviderAvailability(checkServiceProviderAvailabilityInput: CheckServiceProviderAvailabilityInput, options?: CheckServiceProviderAvailabilityOptionalParams): Promise<CheckServiceProviderAvailabilityResponse>;
|
|
652
|
-
// (undocumented)
|
|
653
|
-
connectionMonitorTests: ConnectionMonitorTests;
|
|
654
|
-
// (undocumented)
|
|
655
|
-
legacyPeerings: LegacyPeerings;
|
|
656
|
-
// (undocumented)
|
|
657
|
-
lookingGlass: LookingGlass;
|
|
658
|
-
// (undocumented)
|
|
659
|
-
operations: Operations;
|
|
660
|
-
// (undocumented)
|
|
661
|
-
peerAsns: PeerAsns;
|
|
662
|
-
// (undocumented)
|
|
663
|
-
peeringLocations: PeeringLocations;
|
|
664
|
-
// (undocumented)
|
|
665
|
-
peerings: Peerings;
|
|
666
|
-
// (undocumented)
|
|
667
|
-
peeringServiceCountries: PeeringServiceCountries;
|
|
668
|
-
// (undocumented)
|
|
669
|
-
peeringServiceLocations: PeeringServiceLocations;
|
|
670
|
-
// (undocumented)
|
|
671
|
-
peeringServiceProviders: PeeringServiceProviders;
|
|
672
|
-
// (undocumented)
|
|
673
|
-
peeringServices: PeeringServices;
|
|
674
|
-
// (undocumented)
|
|
675
|
-
prefixes: Prefixes;
|
|
676
|
-
// (undocumented)
|
|
677
|
-
receivedRoutes: ReceivedRoutes;
|
|
678
|
-
// (undocumented)
|
|
679
|
-
registeredAsns: RegisteredAsns;
|
|
680
|
-
// (undocumented)
|
|
681
|
-
registeredPrefixes: RegisteredPrefixes;
|
|
682
|
-
// (undocumented)
|
|
683
|
-
subscriptionId: string;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
// @public
|
|
687
|
-
export interface PeeringManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
688
|
-
$host?: string;
|
|
689
|
-
apiVersion?: string;
|
|
690
|
-
endpoint?: string;
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
// @public
|
|
694
|
-
export interface PeeringPropertiesDirect {
|
|
695
|
-
connections?: DirectConnection[];
|
|
696
|
-
directPeeringType?: DirectPeeringType;
|
|
697
|
-
peerAsn?: SubResource;
|
|
698
|
-
readonly useForPeeringService?: boolean;
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
// @public
|
|
702
|
-
export interface PeeringPropertiesExchange {
|
|
703
|
-
connections?: ExchangeConnection[];
|
|
704
|
-
peerAsn?: SubResource;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export interface PeeringReceivedRoute {
|
|
709
|
-
readonly asPath?: string;
|
|
710
|
-
readonly nextHop?: string;
|
|
711
|
-
readonly originAsValidationState?: string;
|
|
712
|
-
readonly prefix?: string;
|
|
713
|
-
readonly receivedTimestamp?: string;
|
|
714
|
-
readonly rpkiValidationState?: string;
|
|
715
|
-
readonly trustAnchor?: string;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
// @public
|
|
719
|
-
export interface PeeringReceivedRouteListResult {
|
|
720
|
-
nextLink?: string;
|
|
721
|
-
value?: PeeringReceivedRoute[];
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
// @public
|
|
725
|
-
export interface PeeringRegisteredAsn extends Resource {
|
|
726
|
-
asn?: number;
|
|
727
|
-
readonly peeringServicePrefixKey?: string;
|
|
728
|
-
readonly provisioningState?: ProvisioningState;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
// @public
|
|
732
|
-
export interface PeeringRegisteredAsnListResult {
|
|
733
|
-
nextLink?: string;
|
|
734
|
-
value?: PeeringRegisteredAsn[];
|
|
735
|
-
}
|
|
736
|
-
|
|
737
|
-
// @public
|
|
738
|
-
export interface PeeringRegisteredPrefix extends Resource {
|
|
739
|
-
readonly errorMessage?: string;
|
|
740
|
-
readonly peeringServicePrefixKey?: string;
|
|
741
|
-
prefix?: string;
|
|
742
|
-
readonly prefixValidationState?: PrefixValidationState;
|
|
743
|
-
readonly provisioningState?: ProvisioningState;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
// @public
|
|
747
|
-
export interface PeeringRegisteredPrefixListResult {
|
|
748
|
-
nextLink?: string;
|
|
749
|
-
value?: PeeringRegisteredPrefix[];
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
// @public
|
|
753
|
-
export interface Peerings {
|
|
754
|
-
createOrUpdate(resourceGroupName: string, peeringName: string, peering: Peering, options?: PeeringsCreateOrUpdateOptionalParams): Promise<PeeringsCreateOrUpdateResponse>;
|
|
755
|
-
delete(resourceGroupName: string, peeringName: string, options?: PeeringsDeleteOptionalParams): Promise<void>;
|
|
756
|
-
get(resourceGroupName: string, peeringName: string, options?: PeeringsGetOptionalParams): Promise<PeeringsGetResponse>;
|
|
757
|
-
listByResourceGroup(resourceGroupName: string, options?: PeeringsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
758
|
-
listBySubscription(options?: PeeringsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
759
|
-
update(resourceGroupName: string, peeringName: string, tags: ResourceTags, options?: PeeringsUpdateOptionalParams): Promise<PeeringsUpdateResponse>;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
// @public
|
|
763
|
-
export interface PeeringsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
// @public
|
|
767
|
-
export type PeeringsCreateOrUpdateResponse = Peering;
|
|
768
|
-
|
|
769
|
-
// @public
|
|
770
|
-
export interface PeeringsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
// @public
|
|
774
|
-
export interface PeeringService extends Resource {
|
|
775
|
-
location: string;
|
|
776
|
-
logAnalyticsWorkspaceProperties?: LogAnalyticsWorkspaceProperties;
|
|
777
|
-
peeringServiceLocation?: string;
|
|
778
|
-
peeringServiceProvider?: string;
|
|
779
|
-
providerBackupPeeringLocation?: string;
|
|
780
|
-
providerPrimaryPeeringLocation?: string;
|
|
781
|
-
readonly provisioningState?: ProvisioningState;
|
|
782
|
-
sku?: PeeringServiceSku;
|
|
783
|
-
tags?: {
|
|
784
|
-
[propertyName: string]: string;
|
|
785
|
-
};
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
// @public
|
|
789
|
-
export interface PeeringServiceCountries {
|
|
790
|
-
list(options?: PeeringServiceCountriesListOptionalParams): PagedAsyncIterableIterator<PeeringServiceCountry>;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
// @public
|
|
794
|
-
export interface PeeringServiceCountriesListNextOptionalParams extends coreClient.OperationOptions {
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
// @public
|
|
798
|
-
export type PeeringServiceCountriesListNextResponse = PeeringServiceCountryListResult;
|
|
799
|
-
|
|
800
|
-
// @public
|
|
801
|
-
export interface PeeringServiceCountriesListOptionalParams extends coreClient.OperationOptions {
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
// @public
|
|
805
|
-
export type PeeringServiceCountriesListResponse = PeeringServiceCountryListResult;
|
|
806
|
-
|
|
807
|
-
// @public
|
|
808
|
-
export interface PeeringServiceCountry extends Resource {
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
// @public
|
|
812
|
-
export interface PeeringServiceCountryListResult {
|
|
813
|
-
nextLink?: string;
|
|
814
|
-
value?: PeeringServiceCountry[];
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
// @public
|
|
818
|
-
export interface PeeringServiceListResult {
|
|
819
|
-
nextLink?: string;
|
|
820
|
-
value?: PeeringService[];
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
// @public
|
|
824
|
-
export interface PeeringServiceLocation extends Resource {
|
|
825
|
-
azureRegion?: string;
|
|
826
|
-
country?: string;
|
|
827
|
-
state?: string;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
// @public
|
|
831
|
-
export interface PeeringServiceLocationListResult {
|
|
832
|
-
nextLink?: string;
|
|
833
|
-
value?: PeeringServiceLocation[];
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
// @public
|
|
837
|
-
export interface PeeringServiceLocations {
|
|
838
|
-
list(options?: PeeringServiceLocationsListOptionalParams): PagedAsyncIterableIterator<PeeringServiceLocation>;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
// @public
|
|
842
|
-
export interface PeeringServiceLocationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
843
|
-
country?: string;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
// @public
|
|
847
|
-
export type PeeringServiceLocationsListNextResponse = PeeringServiceLocationListResult;
|
|
848
|
-
|
|
849
|
-
// @public
|
|
850
|
-
export interface PeeringServiceLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
851
|
-
country?: string;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
// @public
|
|
855
|
-
export type PeeringServiceLocationsListResponse = PeeringServiceLocationListResult;
|
|
856
|
-
|
|
857
|
-
// @public
|
|
858
|
-
export interface PeeringServicePrefix extends Resource {
|
|
859
|
-
readonly errorMessage?: string;
|
|
860
|
-
readonly events?: PeeringServicePrefixEvent[];
|
|
861
|
-
readonly learnedType?: LearnedType;
|
|
862
|
-
peeringServicePrefixKey?: string;
|
|
863
|
-
prefix?: string;
|
|
864
|
-
readonly prefixValidationState?: PrefixValidationState;
|
|
865
|
-
readonly provisioningState?: ProvisioningState;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
// @public
|
|
869
|
-
export interface PeeringServicePrefixEvent {
|
|
870
|
-
readonly eventDescription?: string;
|
|
871
|
-
readonly eventLevel?: string;
|
|
872
|
-
readonly eventSummary?: string;
|
|
873
|
-
readonly eventTimestamp?: Date;
|
|
874
|
-
readonly eventType?: string;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
// @public
|
|
878
|
-
export interface PeeringServicePrefixListResult {
|
|
879
|
-
nextLink?: string;
|
|
880
|
-
value?: PeeringServicePrefix[];
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
// @public
|
|
884
|
-
export interface PeeringServiceProvider extends Resource {
|
|
885
|
-
peeringLocations?: string[];
|
|
886
|
-
serviceProviderName?: string;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
// @public
|
|
890
|
-
export interface PeeringServiceProviderListResult {
|
|
891
|
-
nextLink?: string;
|
|
892
|
-
value?: PeeringServiceProvider[];
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
// @public
|
|
896
|
-
export interface PeeringServiceProviders {
|
|
897
|
-
list(options?: PeeringServiceProvidersListOptionalParams): PagedAsyncIterableIterator<PeeringServiceProvider>;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
// @public
|
|
901
|
-
export interface PeeringServiceProvidersListNextOptionalParams extends coreClient.OperationOptions {
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
// @public
|
|
905
|
-
export type PeeringServiceProvidersListNextResponse = PeeringServiceProviderListResult;
|
|
906
|
-
|
|
907
|
-
// @public
|
|
908
|
-
export interface PeeringServiceProvidersListOptionalParams extends coreClient.OperationOptions {
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
// @public
|
|
912
|
-
export type PeeringServiceProvidersListResponse = PeeringServiceProviderListResult;
|
|
913
|
-
|
|
914
|
-
// @public
|
|
915
|
-
export interface PeeringServices {
|
|
916
|
-
createOrUpdate(resourceGroupName: string, peeringServiceName: string, peeringService: PeeringService, options?: PeeringServicesCreateOrUpdateOptionalParams): Promise<PeeringServicesCreateOrUpdateResponse>;
|
|
917
|
-
delete(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesDeleteOptionalParams): Promise<void>;
|
|
918
|
-
get(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesGetOptionalParams): Promise<PeeringServicesGetResponse>;
|
|
919
|
-
initializeConnectionMonitor(options?: PeeringServicesInitializeConnectionMonitorOptionalParams): Promise<void>;
|
|
920
|
-
listByResourceGroup(resourceGroupName: string, options?: PeeringServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PeeringService>;
|
|
921
|
-
listBySubscription(options?: PeeringServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PeeringService>;
|
|
922
|
-
update(resourceGroupName: string, peeringServiceName: string, tags: ResourceTags, options?: PeeringServicesUpdateOptionalParams): Promise<PeeringServicesUpdateResponse>;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
// @public
|
|
926
|
-
export interface PeeringServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
// @public
|
|
930
|
-
export type PeeringServicesCreateOrUpdateResponse = PeeringService;
|
|
931
|
-
|
|
932
|
-
// @public
|
|
933
|
-
export interface PeeringServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
// @public
|
|
937
|
-
export interface PeeringServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
938
|
-
}
|
|
939
|
-
|
|
940
|
-
// @public
|
|
941
|
-
export type PeeringServicesGetResponse = PeeringService;
|
|
942
|
-
|
|
943
|
-
// @public
|
|
944
|
-
export interface PeeringServicesInitializeConnectionMonitorOptionalParams extends coreClient.OperationOptions {
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
// @public
|
|
948
|
-
export interface PeeringServiceSku {
|
|
949
|
-
name?: string;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
// @public
|
|
953
|
-
export interface PeeringServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
// @public
|
|
957
|
-
export type PeeringServicesListByResourceGroupNextResponse = PeeringServiceListResult;
|
|
958
|
-
|
|
959
|
-
// @public
|
|
960
|
-
export interface PeeringServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
// @public
|
|
964
|
-
export type PeeringServicesListByResourceGroupResponse = PeeringServiceListResult;
|
|
965
|
-
|
|
966
|
-
// @public
|
|
967
|
-
export interface PeeringServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
// @public
|
|
971
|
-
export type PeeringServicesListBySubscriptionNextResponse = PeeringServiceListResult;
|
|
972
|
-
|
|
973
|
-
// @public
|
|
974
|
-
export interface PeeringServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
// @public
|
|
978
|
-
export type PeeringServicesListBySubscriptionResponse = PeeringServiceListResult;
|
|
979
|
-
|
|
980
|
-
// @public
|
|
981
|
-
export interface PeeringServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
// @public
|
|
985
|
-
export type PeeringServicesUpdateResponse = PeeringService;
|
|
986
|
-
|
|
987
|
-
// @public
|
|
988
|
-
export interface PeeringsGetOptionalParams extends coreClient.OperationOptions {
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
// @public
|
|
992
|
-
export type PeeringsGetResponse = Peering;
|
|
993
|
-
|
|
994
|
-
// @public
|
|
995
|
-
export interface PeeringSku {
|
|
996
|
-
readonly family?: Family;
|
|
997
|
-
name?: string;
|
|
998
|
-
readonly size?: Size;
|
|
999
|
-
readonly tier?: Tier;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
// @public
|
|
1003
|
-
export interface PeeringsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
// @public
|
|
1007
|
-
export type PeeringsListByResourceGroupNextResponse = PeeringListResult;
|
|
1008
|
-
|
|
1009
|
-
// @public
|
|
1010
|
-
export interface PeeringsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
// @public
|
|
1014
|
-
export type PeeringsListByResourceGroupResponse = PeeringListResult;
|
|
1015
|
-
|
|
1016
|
-
// @public
|
|
1017
|
-
export interface PeeringsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
// @public
|
|
1021
|
-
export type PeeringsListBySubscriptionNextResponse = PeeringListResult;
|
|
1022
|
-
|
|
1023
|
-
// @public
|
|
1024
|
-
export interface PeeringsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
// @public
|
|
1028
|
-
export type PeeringsListBySubscriptionResponse = PeeringListResult;
|
|
1029
|
-
|
|
1030
|
-
// @public
|
|
1031
|
-
export interface PeeringsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
// @public
|
|
1035
|
-
export type PeeringsUpdateResponse = Peering;
|
|
1036
|
-
|
|
1037
|
-
// @public
|
|
1038
|
-
export interface Prefixes {
|
|
1039
|
-
createOrUpdate(resourceGroupName: string, peeringServiceName: string, prefixName: string, peeringServicePrefix: PeeringServicePrefix, options?: PrefixesCreateOrUpdateOptionalParams): Promise<PrefixesCreateOrUpdateResponse>;
|
|
1040
|
-
delete(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesDeleteOptionalParams): Promise<void>;
|
|
1041
|
-
get(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesGetOptionalParams): Promise<PrefixesGetResponse>;
|
|
1042
|
-
listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: PrefixesListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<PeeringServicePrefix>;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
// @public
|
|
1046
|
-
export interface PrefixesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
// @public
|
|
1050
|
-
export type PrefixesCreateOrUpdateResponse = PeeringServicePrefix;
|
|
1051
|
-
|
|
1052
|
-
// @public
|
|
1053
|
-
export interface PrefixesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
// @public
|
|
1057
|
-
export interface PrefixesGetOptionalParams extends coreClient.OperationOptions {
|
|
1058
|
-
expand?: string;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
// @public
|
|
1062
|
-
export type PrefixesGetResponse = PeeringServicePrefix;
|
|
1063
|
-
|
|
1064
|
-
// @public
|
|
1065
|
-
export interface PrefixesListByPeeringServiceNextOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
-
expand?: string;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
// @public
|
|
1070
|
-
export type PrefixesListByPeeringServiceNextResponse = PeeringServicePrefixListResult;
|
|
1071
|
-
|
|
1072
|
-
// @public
|
|
1073
|
-
export interface PrefixesListByPeeringServiceOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
-
expand?: string;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
// @public
|
|
1078
|
-
export type PrefixesListByPeeringServiceResponse = PeeringServicePrefixListResult;
|
|
1079
|
-
|
|
1080
|
-
// @public
|
|
1081
|
-
export type PrefixValidationState = string;
|
|
1082
|
-
|
|
1083
|
-
// @public
|
|
1084
|
-
export type ProvisioningState = string;
|
|
1085
|
-
|
|
1086
|
-
// @public
|
|
1087
|
-
export interface ReceivedRoutes {
|
|
1088
|
-
listByPeering(resourceGroupName: string, peeringName: string, options?: ReceivedRoutesListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringReceivedRoute>;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
// @public
|
|
1092
|
-
export interface ReceivedRoutesListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
1093
|
-
asPath?: string;
|
|
1094
|
-
originAsValidationState?: string;
|
|
1095
|
-
prefix?: string;
|
|
1096
|
-
rpkiValidationState?: string;
|
|
1097
|
-
skipToken?: string;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
// @public
|
|
1101
|
-
export type ReceivedRoutesListByPeeringNextResponse = PeeringReceivedRouteListResult;
|
|
1102
|
-
|
|
1103
|
-
// @public
|
|
1104
|
-
export interface ReceivedRoutesListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
1105
|
-
asPath?: string;
|
|
1106
|
-
originAsValidationState?: string;
|
|
1107
|
-
prefix?: string;
|
|
1108
|
-
rpkiValidationState?: string;
|
|
1109
|
-
skipToken?: string;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
// @public
|
|
1113
|
-
export type ReceivedRoutesListByPeeringResponse = PeeringReceivedRouteListResult;
|
|
1114
|
-
|
|
1115
|
-
// @public
|
|
1116
|
-
export interface RegisteredAsns {
|
|
1117
|
-
createOrUpdate(resourceGroupName: string, peeringName: string, registeredAsnName: string, registeredAsn: PeeringRegisteredAsn, options?: RegisteredAsnsCreateOrUpdateOptionalParams): Promise<RegisteredAsnsCreateOrUpdateResponse>;
|
|
1118
|
-
delete(resourceGroupName: string, peeringName: string, registeredAsnName: string, options?: RegisteredAsnsDeleteOptionalParams): Promise<void>;
|
|
1119
|
-
get(resourceGroupName: string, peeringName: string, registeredAsnName: string, options?: RegisteredAsnsGetOptionalParams): Promise<RegisteredAsnsGetResponse>;
|
|
1120
|
-
listByPeering(resourceGroupName: string, peeringName: string, options?: RegisteredAsnsListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringRegisteredAsn>;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
// @public
|
|
1124
|
-
export interface RegisteredAsnsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
// @public
|
|
1128
|
-
export type RegisteredAsnsCreateOrUpdateResponse = PeeringRegisteredAsn;
|
|
1129
|
-
|
|
1130
|
-
// @public
|
|
1131
|
-
export interface RegisteredAsnsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
// @public
|
|
1135
|
-
export interface RegisteredAsnsGetOptionalParams extends coreClient.OperationOptions {
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
// @public
|
|
1139
|
-
export type RegisteredAsnsGetResponse = PeeringRegisteredAsn;
|
|
1140
|
-
|
|
1141
|
-
// @public
|
|
1142
|
-
export interface RegisteredAsnsListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
1143
|
-
}
|
|
1144
|
-
|
|
1145
|
-
// @public
|
|
1146
|
-
export type RegisteredAsnsListByPeeringNextResponse = PeeringRegisteredAsnListResult;
|
|
1147
|
-
|
|
1148
|
-
// @public
|
|
1149
|
-
export interface RegisteredAsnsListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
// @public
|
|
1153
|
-
export type RegisteredAsnsListByPeeringResponse = PeeringRegisteredAsnListResult;
|
|
1154
|
-
|
|
1155
|
-
// @public
|
|
1156
|
-
export interface RegisteredPrefixes {
|
|
1157
|
-
createOrUpdate(resourceGroupName: string, peeringName: string, registeredPrefixName: string, registeredPrefix: PeeringRegisteredPrefix, options?: RegisteredPrefixesCreateOrUpdateOptionalParams): Promise<RegisteredPrefixesCreateOrUpdateResponse>;
|
|
1158
|
-
delete(resourceGroupName: string, peeringName: string, registeredPrefixName: string, options?: RegisteredPrefixesDeleteOptionalParams): Promise<void>;
|
|
1159
|
-
get(resourceGroupName: string, peeringName: string, registeredPrefixName: string, options?: RegisteredPrefixesGetOptionalParams): Promise<RegisteredPrefixesGetResponse>;
|
|
1160
|
-
listByPeering(resourceGroupName: string, peeringName: string, options?: RegisteredPrefixesListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringRegisteredPrefix>;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
// @public
|
|
1164
|
-
export interface RegisteredPrefixesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
// @public
|
|
1168
|
-
export type RegisteredPrefixesCreateOrUpdateResponse = PeeringRegisteredPrefix;
|
|
1169
|
-
|
|
1170
|
-
// @public
|
|
1171
|
-
export interface RegisteredPrefixesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
// @public
|
|
1175
|
-
export interface RegisteredPrefixesGetOptionalParams extends coreClient.OperationOptions {
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
// @public
|
|
1179
|
-
export type RegisteredPrefixesGetResponse = PeeringRegisteredPrefix;
|
|
1180
|
-
|
|
1181
|
-
// @public
|
|
1182
|
-
export interface RegisteredPrefixesListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
// @public
|
|
1186
|
-
export type RegisteredPrefixesListByPeeringNextResponse = PeeringRegisteredPrefixListResult;
|
|
1187
|
-
|
|
1188
|
-
// @public
|
|
1189
|
-
export interface RegisteredPrefixesListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
// @public
|
|
1193
|
-
export type RegisteredPrefixesListByPeeringResponse = PeeringRegisteredPrefixListResult;
|
|
1194
|
-
|
|
1195
|
-
// @public
|
|
1196
|
-
export interface Resource {
|
|
1197
|
-
readonly id?: string;
|
|
1198
|
-
readonly name?: string;
|
|
1199
|
-
readonly type?: string;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
// @public
|
|
1203
|
-
export interface ResourceTags {
|
|
1204
|
-
tags?: {
|
|
1205
|
-
[propertyName: string]: string;
|
|
1206
|
-
};
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
// @public
|
|
1210
|
-
export type Role = string;
|
|
1211
|
-
|
|
1212
|
-
// @public
|
|
1213
|
-
export interface ServiceSpecification {
|
|
1214
|
-
readonly metricSpecifications?: MetricSpecification[];
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
// @public
|
|
1218
|
-
export type SessionAddressProvider = string;
|
|
1219
|
-
|
|
1220
|
-
// @public
|
|
1221
|
-
export type SessionStateV4 = string;
|
|
1222
|
-
|
|
1223
|
-
// @public
|
|
1224
|
-
export type SessionStateV6 = string;
|
|
1225
|
-
|
|
1226
|
-
// @public
|
|
1227
|
-
export type Size = string;
|
|
1228
|
-
|
|
1229
|
-
// @public
|
|
1230
|
-
export interface SubResource {
|
|
1231
|
-
id?: string;
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
// @public
|
|
1235
|
-
export type Tier = string;
|
|
1236
|
-
|
|
1237
|
-
// @public
|
|
1238
|
-
export type ValidationState = string;
|
|
1239
|
-
|
|
1240
|
-
// (No @packageDocumentation comment for this package)
|
|
1241
|
-
|
|
1242
|
-
```
|
|
1
|
+
## API Report File for "@azure/arm-peering"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
|
|
11
|
+
// @public
|
|
12
|
+
export interface BgpSession {
|
|
13
|
+
maxPrefixesAdvertisedV4?: number;
|
|
14
|
+
maxPrefixesAdvertisedV6?: number;
|
|
15
|
+
md5AuthenticationKey?: string;
|
|
16
|
+
microsoftSessionIPv4Address?: string;
|
|
17
|
+
microsoftSessionIPv6Address?: string;
|
|
18
|
+
peerSessionIPv4Address?: string;
|
|
19
|
+
peerSessionIPv6Address?: string;
|
|
20
|
+
sessionPrefixV4?: string;
|
|
21
|
+
sessionPrefixV6?: string;
|
|
22
|
+
readonly sessionStateV4?: SessionStateV4;
|
|
23
|
+
readonly sessionStateV6?: SessionStateV6;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// @public
|
|
27
|
+
export interface CdnPeeringPrefix extends Resource {
|
|
28
|
+
readonly azureRegion?: string;
|
|
29
|
+
readonly azureService?: string;
|
|
30
|
+
readonly bgpCommunity?: string;
|
|
31
|
+
readonly isPrimaryRegion?: boolean;
|
|
32
|
+
readonly prefix?: string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// @public
|
|
36
|
+
export interface CdnPeeringPrefixes {
|
|
37
|
+
list(peeringLocation: string, options?: CdnPeeringPrefixesListOptionalParams): PagedAsyncIterableIterator<CdnPeeringPrefix>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// @public
|
|
41
|
+
export interface CdnPeeringPrefixesListNextOptionalParams extends coreClient.OperationOptions {
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// @public
|
|
45
|
+
export type CdnPeeringPrefixesListNextResponse = CdnPeeringPrefixListResult;
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export interface CdnPeeringPrefixesListOptionalParams extends coreClient.OperationOptions {
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export type CdnPeeringPrefixesListResponse = CdnPeeringPrefixListResult;
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export interface CdnPeeringPrefixListResult {
|
|
56
|
+
nextLink?: string;
|
|
57
|
+
value?: CdnPeeringPrefix[];
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export interface CheckServiceProviderAvailabilityInput {
|
|
62
|
+
peeringServiceLocation?: string;
|
|
63
|
+
peeringServiceProvider?: string;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export interface CheckServiceProviderAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// @public
|
|
71
|
+
export type CheckServiceProviderAvailabilityResponse = {
|
|
72
|
+
body: Enum0;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
// @public
|
|
76
|
+
export type Command = string;
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export interface ConnectionMonitorTest extends Resource {
|
|
80
|
+
destination?: string;
|
|
81
|
+
destinationPort?: number;
|
|
82
|
+
readonly isTestSuccessful?: boolean;
|
|
83
|
+
readonly path?: string[];
|
|
84
|
+
readonly provisioningState?: ProvisioningState;
|
|
85
|
+
sourceAgent?: string;
|
|
86
|
+
testFrequencyInSec?: number;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// @public
|
|
90
|
+
export interface ConnectionMonitorTestListResult {
|
|
91
|
+
nextLink?: string;
|
|
92
|
+
value?: ConnectionMonitorTest[];
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface ConnectionMonitorTests {
|
|
97
|
+
createOrUpdate(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams): Promise<ConnectionMonitorTestsCreateOrUpdateResponse>;
|
|
98
|
+
delete(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams): Promise<void>;
|
|
99
|
+
get(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams): Promise<ConnectionMonitorTestsGetResponse>;
|
|
100
|
+
listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<ConnectionMonitorTest>;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// @public
|
|
104
|
+
export interface ConnectionMonitorTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export type ConnectionMonitorTestsCreateOrUpdateResponse = ConnectionMonitorTest;
|
|
109
|
+
|
|
110
|
+
// @public
|
|
111
|
+
export interface ConnectionMonitorTestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
// @public
|
|
115
|
+
export interface ConnectionMonitorTestsGetOptionalParams extends coreClient.OperationOptions {
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export type ConnectionMonitorTestsGetResponse = ConnectionMonitorTest;
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export interface ConnectionMonitorTestsListByPeeringServiceNextOptionalParams extends coreClient.OperationOptions {
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// @public
|
|
126
|
+
export type ConnectionMonitorTestsListByPeeringServiceNextResponse = ConnectionMonitorTestListResult;
|
|
127
|
+
|
|
128
|
+
// @public
|
|
129
|
+
export interface ConnectionMonitorTestsListByPeeringServiceOptionalParams extends coreClient.OperationOptions {
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export type ConnectionMonitorTestsListByPeeringServiceResponse = ConnectionMonitorTestListResult;
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export type ConnectionState = string;
|
|
137
|
+
|
|
138
|
+
// @public
|
|
139
|
+
export interface ContactDetail {
|
|
140
|
+
email?: string;
|
|
141
|
+
phone?: string;
|
|
142
|
+
role?: Role;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
// @public
|
|
146
|
+
export interface DirectConnection {
|
|
147
|
+
bandwidthInMbps?: number;
|
|
148
|
+
bgpSession?: BgpSession;
|
|
149
|
+
connectionIdentifier?: string;
|
|
150
|
+
readonly connectionState?: ConnectionState;
|
|
151
|
+
readonly errorMessage?: string;
|
|
152
|
+
readonly microsoftTrackingId?: string;
|
|
153
|
+
peeringDBFacilityId?: number;
|
|
154
|
+
readonly provisionedBandwidthInMbps?: number;
|
|
155
|
+
sessionAddressProvider?: SessionAddressProvider;
|
|
156
|
+
useForPeeringService?: boolean;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// @public
|
|
160
|
+
export interface DirectPeeringFacility {
|
|
161
|
+
address?: string;
|
|
162
|
+
directPeeringType?: DirectPeeringType;
|
|
163
|
+
peeringDBFacilityId?: number;
|
|
164
|
+
peeringDBFacilityLink?: string;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
// @public
|
|
168
|
+
export type DirectPeeringType = string;
|
|
169
|
+
|
|
170
|
+
// @public
|
|
171
|
+
export type Enum0 = string;
|
|
172
|
+
|
|
173
|
+
// @public
|
|
174
|
+
export interface ErrorDetail {
|
|
175
|
+
readonly code?: string;
|
|
176
|
+
readonly message?: string;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export interface ErrorResponse {
|
|
181
|
+
error?: ErrorDetail;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// @public
|
|
185
|
+
export interface ExchangeConnection {
|
|
186
|
+
bgpSession?: BgpSession;
|
|
187
|
+
connectionIdentifier?: string;
|
|
188
|
+
readonly connectionState?: ConnectionState;
|
|
189
|
+
readonly errorMessage?: string;
|
|
190
|
+
peeringDBFacilityId?: number;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
// @public
|
|
194
|
+
export interface ExchangePeeringFacility {
|
|
195
|
+
bandwidthInMbps?: number;
|
|
196
|
+
exchangeName?: string;
|
|
197
|
+
facilityIPv4Prefix?: string;
|
|
198
|
+
facilityIPv6Prefix?: string;
|
|
199
|
+
microsoftIPv4Address?: string;
|
|
200
|
+
microsoftIPv6Address?: string;
|
|
201
|
+
peeringDBFacilityId?: number;
|
|
202
|
+
peeringDBFacilityLink?: string;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// @public
|
|
206
|
+
export type Family = string;
|
|
207
|
+
|
|
208
|
+
// @public
|
|
209
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export type Kind = string;
|
|
213
|
+
|
|
214
|
+
// @public
|
|
215
|
+
export enum KnownCommand {
|
|
216
|
+
BgpRoute = "BgpRoute",
|
|
217
|
+
Ping = "Ping",
|
|
218
|
+
Traceroute = "Traceroute"
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export enum KnownConnectionState {
|
|
223
|
+
Active = "Active",
|
|
224
|
+
Approved = "Approved",
|
|
225
|
+
None = "None",
|
|
226
|
+
PendingApproval = "PendingApproval",
|
|
227
|
+
ProvisioningCompleted = "ProvisioningCompleted",
|
|
228
|
+
ProvisioningFailed = "ProvisioningFailed",
|
|
229
|
+
ProvisioningStarted = "ProvisioningStarted",
|
|
230
|
+
Validating = "Validating"
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export enum KnownDirectPeeringType {
|
|
235
|
+
Cdn = "Cdn",
|
|
236
|
+
Edge = "Edge",
|
|
237
|
+
Internal = "Internal",
|
|
238
|
+
Ix = "Ix",
|
|
239
|
+
IxRs = "IxRs",
|
|
240
|
+
Transit = "Transit",
|
|
241
|
+
Voice = "Voice"
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
// @public
|
|
245
|
+
export enum KnownEnum0 {
|
|
246
|
+
Available = "Available",
|
|
247
|
+
Unavailable = "Unavailable"
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
// @public
|
|
251
|
+
export enum KnownFamily {
|
|
252
|
+
Direct = "Direct",
|
|
253
|
+
Exchange = "Exchange"
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
// @public
|
|
257
|
+
export enum KnownKind {
|
|
258
|
+
Direct = "Direct",
|
|
259
|
+
Exchange = "Exchange"
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// @public
|
|
263
|
+
export enum KnownLearnedType {
|
|
264
|
+
None = "None",
|
|
265
|
+
ViaServiceProvider = "ViaServiceProvider",
|
|
266
|
+
ViaSession = "ViaSession"
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export enum KnownLegacyPeeringsKind {
|
|
271
|
+
Direct = "Direct",
|
|
272
|
+
Exchange = "Exchange"
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
// @public
|
|
276
|
+
export enum KnownLookingGlassCommand {
|
|
277
|
+
BgpRoute = "BgpRoute",
|
|
278
|
+
Ping = "Ping",
|
|
279
|
+
Traceroute = "Traceroute"
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// @public
|
|
283
|
+
export enum KnownLookingGlassSourceType {
|
|
284
|
+
AzureRegion = "AzureRegion",
|
|
285
|
+
EdgeSite = "EdgeSite"
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
// @public
|
|
289
|
+
export enum KnownPeeringLocationsDirectPeeringType {
|
|
290
|
+
Cdn = "Cdn",
|
|
291
|
+
Edge = "Edge",
|
|
292
|
+
Internal = "Internal",
|
|
293
|
+
Ix = "Ix",
|
|
294
|
+
IxRs = "IxRs",
|
|
295
|
+
Transit = "Transit",
|
|
296
|
+
Voice = "Voice"
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export enum KnownPeeringLocationsKind {
|
|
301
|
+
Direct = "Direct",
|
|
302
|
+
Exchange = "Exchange"
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
// @public
|
|
306
|
+
export enum KnownPrefixValidationState {
|
|
307
|
+
Failed = "Failed",
|
|
308
|
+
Invalid = "Invalid",
|
|
309
|
+
None = "None",
|
|
310
|
+
Pending = "Pending",
|
|
311
|
+
Unknown = "Unknown",
|
|
312
|
+
Verified = "Verified",
|
|
313
|
+
Warning = "Warning"
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// @public
|
|
317
|
+
export enum KnownProvisioningState {
|
|
318
|
+
Deleting = "Deleting",
|
|
319
|
+
Failed = "Failed",
|
|
320
|
+
Succeeded = "Succeeded",
|
|
321
|
+
Updating = "Updating"
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
// @public
|
|
325
|
+
export enum KnownRole {
|
|
326
|
+
Escalation = "Escalation",
|
|
327
|
+
Noc = "Noc",
|
|
328
|
+
Other = "Other",
|
|
329
|
+
Policy = "Policy",
|
|
330
|
+
Service = "Service",
|
|
331
|
+
Technical = "Technical"
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
// @public
|
|
335
|
+
export enum KnownSessionAddressProvider {
|
|
336
|
+
Microsoft = "Microsoft",
|
|
337
|
+
Peer = "Peer"
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export enum KnownSessionStateV4 {
|
|
342
|
+
Active = "Active",
|
|
343
|
+
Connect = "Connect",
|
|
344
|
+
Established = "Established",
|
|
345
|
+
Idle = "Idle",
|
|
346
|
+
None = "None",
|
|
347
|
+
OpenConfirm = "OpenConfirm",
|
|
348
|
+
OpenReceived = "OpenReceived",
|
|
349
|
+
OpenSent = "OpenSent",
|
|
350
|
+
PendingAdd = "PendingAdd",
|
|
351
|
+
PendingRemove = "PendingRemove",
|
|
352
|
+
PendingUpdate = "PendingUpdate"
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export enum KnownSessionStateV6 {
|
|
357
|
+
Active = "Active",
|
|
358
|
+
Connect = "Connect",
|
|
359
|
+
Established = "Established",
|
|
360
|
+
Idle = "Idle",
|
|
361
|
+
None = "None",
|
|
362
|
+
OpenConfirm = "OpenConfirm",
|
|
363
|
+
OpenReceived = "OpenReceived",
|
|
364
|
+
OpenSent = "OpenSent",
|
|
365
|
+
PendingAdd = "PendingAdd",
|
|
366
|
+
PendingRemove = "PendingRemove",
|
|
367
|
+
PendingUpdate = "PendingUpdate"
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
// @public
|
|
371
|
+
export enum KnownSize {
|
|
372
|
+
Free = "Free",
|
|
373
|
+
Metered = "Metered",
|
|
374
|
+
Unlimited = "Unlimited"
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export enum KnownTier {
|
|
379
|
+
Basic = "Basic",
|
|
380
|
+
Premium = "Premium"
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export enum KnownValidationState {
|
|
385
|
+
Approved = "Approved",
|
|
386
|
+
Failed = "Failed",
|
|
387
|
+
None = "None",
|
|
388
|
+
Pending = "Pending"
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export type LearnedType = string;
|
|
393
|
+
|
|
394
|
+
// @public
|
|
395
|
+
export interface LegacyPeerings {
|
|
396
|
+
list(peeringLocation: string, kind: LegacyPeeringsKind, options?: LegacyPeeringsListOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export type LegacyPeeringsKind = string;
|
|
401
|
+
|
|
402
|
+
// @public
|
|
403
|
+
export interface LegacyPeeringsListNextOptionalParams extends coreClient.OperationOptions {
|
|
404
|
+
asn?: number;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
// @public
|
|
408
|
+
export type LegacyPeeringsListNextResponse = PeeringListResult;
|
|
409
|
+
|
|
410
|
+
// @public
|
|
411
|
+
export interface LegacyPeeringsListOptionalParams extends coreClient.OperationOptions {
|
|
412
|
+
asn?: number;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export type LegacyPeeringsListResponse = PeeringListResult;
|
|
417
|
+
|
|
418
|
+
// @public
|
|
419
|
+
export interface LogAnalyticsWorkspaceProperties {
|
|
420
|
+
readonly connectedAgents?: string[];
|
|
421
|
+
readonly key?: string;
|
|
422
|
+
readonly workspaceID?: string;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
// @public
|
|
426
|
+
export interface LookingGlass {
|
|
427
|
+
invoke(command: LookingGlassCommand, sourceType: LookingGlassSourceType, sourceLocation: string, destinationIP: string, options?: LookingGlassInvokeOptionalParams): Promise<LookingGlassInvokeResponse>;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
// @public
|
|
431
|
+
export type LookingGlassCommand = string;
|
|
432
|
+
|
|
433
|
+
// @public
|
|
434
|
+
export interface LookingGlassInvokeOptionalParams extends coreClient.OperationOptions {
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
// @public
|
|
438
|
+
export type LookingGlassInvokeResponse = LookingGlassOutput;
|
|
439
|
+
|
|
440
|
+
// @public
|
|
441
|
+
export interface LookingGlassOutput {
|
|
442
|
+
command?: Command;
|
|
443
|
+
output?: string;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
// @public
|
|
447
|
+
export type LookingGlassSourceType = string;
|
|
448
|
+
|
|
449
|
+
// @public
|
|
450
|
+
export interface MetricDimension {
|
|
451
|
+
readonly displayName?: string;
|
|
452
|
+
readonly name?: string;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
// @public
|
|
456
|
+
export interface MetricSpecification {
|
|
457
|
+
readonly aggregationType?: string;
|
|
458
|
+
readonly dimensions?: MetricDimension[];
|
|
459
|
+
readonly displayDescription?: string;
|
|
460
|
+
readonly displayName?: string;
|
|
461
|
+
readonly name?: string;
|
|
462
|
+
readonly supportedTimeGrainTypes?: string[];
|
|
463
|
+
readonly unit?: string;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
// @public
|
|
467
|
+
export interface Operation {
|
|
468
|
+
readonly display?: OperationDisplayInfo;
|
|
469
|
+
readonly isDataAction?: boolean;
|
|
470
|
+
readonly name?: string;
|
|
471
|
+
readonly serviceSpecification?: ServiceSpecification;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export interface OperationDisplayInfo {
|
|
476
|
+
readonly description?: string;
|
|
477
|
+
readonly operation?: string;
|
|
478
|
+
readonly provider?: string;
|
|
479
|
+
readonly resource?: string;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export interface OperationListResult {
|
|
484
|
+
nextLink?: string;
|
|
485
|
+
value?: Operation[];
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface Operations {
|
|
490
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
// @public
|
|
494
|
+
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
// @public
|
|
498
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
499
|
+
|
|
500
|
+
// @public
|
|
501
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
// @public
|
|
505
|
+
export type OperationsListResponse = OperationListResult;
|
|
506
|
+
|
|
507
|
+
// @public
|
|
508
|
+
export interface PeerAsn extends Resource {
|
|
509
|
+
readonly errorMessage?: string;
|
|
510
|
+
peerAsn?: number;
|
|
511
|
+
peerContactDetail?: ContactDetail[];
|
|
512
|
+
peerName?: string;
|
|
513
|
+
readonly validationState?: ValidationState;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
// @public
|
|
517
|
+
export interface PeerAsnListResult {
|
|
518
|
+
nextLink?: string;
|
|
519
|
+
value?: PeerAsn[];
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export interface PeerAsns {
|
|
524
|
+
createOrUpdate(peerAsnName: string, peerAsn: PeerAsn, options?: PeerAsnsCreateOrUpdateOptionalParams): Promise<PeerAsnsCreateOrUpdateResponse>;
|
|
525
|
+
delete(peerAsnName: string, options?: PeerAsnsDeleteOptionalParams): Promise<void>;
|
|
526
|
+
get(peerAsnName: string, options?: PeerAsnsGetOptionalParams): Promise<PeerAsnsGetResponse>;
|
|
527
|
+
listBySubscription(options?: PeerAsnsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PeerAsn>;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export interface PeerAsnsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
// @public
|
|
535
|
+
export type PeerAsnsCreateOrUpdateResponse = PeerAsn;
|
|
536
|
+
|
|
537
|
+
// @public
|
|
538
|
+
export interface PeerAsnsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export interface PeerAsnsGetOptionalParams extends coreClient.OperationOptions {
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
// @public
|
|
546
|
+
export type PeerAsnsGetResponse = PeerAsn;
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export interface PeerAsnsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
// @public
|
|
553
|
+
export type PeerAsnsListBySubscriptionNextResponse = PeerAsnListResult;
|
|
554
|
+
|
|
555
|
+
// @public
|
|
556
|
+
export interface PeerAsnsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
// @public
|
|
560
|
+
export type PeerAsnsListBySubscriptionResponse = PeerAsnListResult;
|
|
561
|
+
|
|
562
|
+
// @public
|
|
563
|
+
export interface Peering extends Resource {
|
|
564
|
+
direct?: PeeringPropertiesDirect;
|
|
565
|
+
exchange?: PeeringPropertiesExchange;
|
|
566
|
+
kind: Kind;
|
|
567
|
+
location: string;
|
|
568
|
+
peeringLocation?: string;
|
|
569
|
+
readonly provisioningState?: ProvisioningState;
|
|
570
|
+
sku: PeeringSku;
|
|
571
|
+
tags?: {
|
|
572
|
+
[propertyName: string]: string;
|
|
573
|
+
};
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
// @public
|
|
577
|
+
export interface PeeringBandwidthOffer {
|
|
578
|
+
offerName?: string;
|
|
579
|
+
valueInMbps?: number;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// @public
|
|
583
|
+
export interface PeeringListResult {
|
|
584
|
+
nextLink?: string;
|
|
585
|
+
value?: Peering[];
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
// @public
|
|
589
|
+
export interface PeeringLocation extends Resource {
|
|
590
|
+
azureRegion?: string;
|
|
591
|
+
country?: string;
|
|
592
|
+
direct?: PeeringLocationPropertiesDirect;
|
|
593
|
+
exchange?: PeeringLocationPropertiesExchange;
|
|
594
|
+
kind?: Kind;
|
|
595
|
+
peeringLocation?: string;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
// @public
|
|
599
|
+
export interface PeeringLocationListResult {
|
|
600
|
+
nextLink?: string;
|
|
601
|
+
value?: PeeringLocation[];
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
// @public
|
|
605
|
+
export interface PeeringLocationPropertiesDirect {
|
|
606
|
+
bandwidthOffers?: PeeringBandwidthOffer[];
|
|
607
|
+
peeringFacilities?: DirectPeeringFacility[];
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export interface PeeringLocationPropertiesExchange {
|
|
612
|
+
peeringFacilities?: ExchangePeeringFacility[];
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// @public
|
|
616
|
+
export interface PeeringLocations {
|
|
617
|
+
list(kind: PeeringLocationsKind, options?: PeeringLocationsListOptionalParams): PagedAsyncIterableIterator<PeeringLocation>;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
// @public
|
|
621
|
+
export type PeeringLocationsDirectPeeringType = string;
|
|
622
|
+
|
|
623
|
+
// @public
|
|
624
|
+
export type PeeringLocationsKind = string;
|
|
625
|
+
|
|
626
|
+
// @public
|
|
627
|
+
export interface PeeringLocationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
628
|
+
directPeeringType?: PeeringLocationsDirectPeeringType;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
// @public
|
|
632
|
+
export type PeeringLocationsListNextResponse = PeeringLocationListResult;
|
|
633
|
+
|
|
634
|
+
// @public
|
|
635
|
+
export interface PeeringLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
636
|
+
directPeeringType?: PeeringLocationsDirectPeeringType;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export type PeeringLocationsListResponse = PeeringLocationListResult;
|
|
641
|
+
|
|
642
|
+
// @public (undocumented)
|
|
643
|
+
export class PeeringManagementClient extends coreClient.ServiceClient {
|
|
644
|
+
// (undocumented)
|
|
645
|
+
$host: string;
|
|
646
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PeeringManagementClientOptionalParams);
|
|
647
|
+
// (undocumented)
|
|
648
|
+
apiVersion: string;
|
|
649
|
+
// (undocumented)
|
|
650
|
+
cdnPeeringPrefixes: CdnPeeringPrefixes;
|
|
651
|
+
checkServiceProviderAvailability(checkServiceProviderAvailabilityInput: CheckServiceProviderAvailabilityInput, options?: CheckServiceProviderAvailabilityOptionalParams): Promise<CheckServiceProviderAvailabilityResponse>;
|
|
652
|
+
// (undocumented)
|
|
653
|
+
connectionMonitorTests: ConnectionMonitorTests;
|
|
654
|
+
// (undocumented)
|
|
655
|
+
legacyPeerings: LegacyPeerings;
|
|
656
|
+
// (undocumented)
|
|
657
|
+
lookingGlass: LookingGlass;
|
|
658
|
+
// (undocumented)
|
|
659
|
+
operations: Operations;
|
|
660
|
+
// (undocumented)
|
|
661
|
+
peerAsns: PeerAsns;
|
|
662
|
+
// (undocumented)
|
|
663
|
+
peeringLocations: PeeringLocations;
|
|
664
|
+
// (undocumented)
|
|
665
|
+
peerings: Peerings;
|
|
666
|
+
// (undocumented)
|
|
667
|
+
peeringServiceCountries: PeeringServiceCountries;
|
|
668
|
+
// (undocumented)
|
|
669
|
+
peeringServiceLocations: PeeringServiceLocations;
|
|
670
|
+
// (undocumented)
|
|
671
|
+
peeringServiceProviders: PeeringServiceProviders;
|
|
672
|
+
// (undocumented)
|
|
673
|
+
peeringServices: PeeringServices;
|
|
674
|
+
// (undocumented)
|
|
675
|
+
prefixes: Prefixes;
|
|
676
|
+
// (undocumented)
|
|
677
|
+
receivedRoutes: ReceivedRoutes;
|
|
678
|
+
// (undocumented)
|
|
679
|
+
registeredAsns: RegisteredAsns;
|
|
680
|
+
// (undocumented)
|
|
681
|
+
registeredPrefixes: RegisteredPrefixes;
|
|
682
|
+
// (undocumented)
|
|
683
|
+
subscriptionId: string;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
// @public
|
|
687
|
+
export interface PeeringManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
688
|
+
$host?: string;
|
|
689
|
+
apiVersion?: string;
|
|
690
|
+
endpoint?: string;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
// @public
|
|
694
|
+
export interface PeeringPropertiesDirect {
|
|
695
|
+
connections?: DirectConnection[];
|
|
696
|
+
directPeeringType?: DirectPeeringType;
|
|
697
|
+
peerAsn?: SubResource;
|
|
698
|
+
readonly useForPeeringService?: boolean;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
// @public
|
|
702
|
+
export interface PeeringPropertiesExchange {
|
|
703
|
+
connections?: ExchangeConnection[];
|
|
704
|
+
peerAsn?: SubResource;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
// @public
|
|
708
|
+
export interface PeeringReceivedRoute {
|
|
709
|
+
readonly asPath?: string;
|
|
710
|
+
readonly nextHop?: string;
|
|
711
|
+
readonly originAsValidationState?: string;
|
|
712
|
+
readonly prefix?: string;
|
|
713
|
+
readonly receivedTimestamp?: string;
|
|
714
|
+
readonly rpkiValidationState?: string;
|
|
715
|
+
readonly trustAnchor?: string;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export interface PeeringReceivedRouteListResult {
|
|
720
|
+
nextLink?: string;
|
|
721
|
+
value?: PeeringReceivedRoute[];
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
// @public
|
|
725
|
+
export interface PeeringRegisteredAsn extends Resource {
|
|
726
|
+
asn?: number;
|
|
727
|
+
readonly peeringServicePrefixKey?: string;
|
|
728
|
+
readonly provisioningState?: ProvisioningState;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
// @public
|
|
732
|
+
export interface PeeringRegisteredAsnListResult {
|
|
733
|
+
nextLink?: string;
|
|
734
|
+
value?: PeeringRegisteredAsn[];
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
// @public
|
|
738
|
+
export interface PeeringRegisteredPrefix extends Resource {
|
|
739
|
+
readonly errorMessage?: string;
|
|
740
|
+
readonly peeringServicePrefixKey?: string;
|
|
741
|
+
prefix?: string;
|
|
742
|
+
readonly prefixValidationState?: PrefixValidationState;
|
|
743
|
+
readonly provisioningState?: ProvisioningState;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
// @public
|
|
747
|
+
export interface PeeringRegisteredPrefixListResult {
|
|
748
|
+
nextLink?: string;
|
|
749
|
+
value?: PeeringRegisteredPrefix[];
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
// @public
|
|
753
|
+
export interface Peerings {
|
|
754
|
+
createOrUpdate(resourceGroupName: string, peeringName: string, peering: Peering, options?: PeeringsCreateOrUpdateOptionalParams): Promise<PeeringsCreateOrUpdateResponse>;
|
|
755
|
+
delete(resourceGroupName: string, peeringName: string, options?: PeeringsDeleteOptionalParams): Promise<void>;
|
|
756
|
+
get(resourceGroupName: string, peeringName: string, options?: PeeringsGetOptionalParams): Promise<PeeringsGetResponse>;
|
|
757
|
+
listByResourceGroup(resourceGroupName: string, options?: PeeringsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
758
|
+
listBySubscription(options?: PeeringsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
759
|
+
update(resourceGroupName: string, peeringName: string, tags: ResourceTags, options?: PeeringsUpdateOptionalParams): Promise<PeeringsUpdateResponse>;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export interface PeeringsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
// @public
|
|
767
|
+
export type PeeringsCreateOrUpdateResponse = Peering;
|
|
768
|
+
|
|
769
|
+
// @public
|
|
770
|
+
export interface PeeringsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
// @public
|
|
774
|
+
export interface PeeringService extends Resource {
|
|
775
|
+
location: string;
|
|
776
|
+
logAnalyticsWorkspaceProperties?: LogAnalyticsWorkspaceProperties;
|
|
777
|
+
peeringServiceLocation?: string;
|
|
778
|
+
peeringServiceProvider?: string;
|
|
779
|
+
providerBackupPeeringLocation?: string;
|
|
780
|
+
providerPrimaryPeeringLocation?: string;
|
|
781
|
+
readonly provisioningState?: ProvisioningState;
|
|
782
|
+
sku?: PeeringServiceSku;
|
|
783
|
+
tags?: {
|
|
784
|
+
[propertyName: string]: string;
|
|
785
|
+
};
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
// @public
|
|
789
|
+
export interface PeeringServiceCountries {
|
|
790
|
+
list(options?: PeeringServiceCountriesListOptionalParams): PagedAsyncIterableIterator<PeeringServiceCountry>;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
// @public
|
|
794
|
+
export interface PeeringServiceCountriesListNextOptionalParams extends coreClient.OperationOptions {
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
// @public
|
|
798
|
+
export type PeeringServiceCountriesListNextResponse = PeeringServiceCountryListResult;
|
|
799
|
+
|
|
800
|
+
// @public
|
|
801
|
+
export interface PeeringServiceCountriesListOptionalParams extends coreClient.OperationOptions {
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
// @public
|
|
805
|
+
export type PeeringServiceCountriesListResponse = PeeringServiceCountryListResult;
|
|
806
|
+
|
|
807
|
+
// @public
|
|
808
|
+
export interface PeeringServiceCountry extends Resource {
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
// @public
|
|
812
|
+
export interface PeeringServiceCountryListResult {
|
|
813
|
+
nextLink?: string;
|
|
814
|
+
value?: PeeringServiceCountry[];
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// @public
|
|
818
|
+
export interface PeeringServiceListResult {
|
|
819
|
+
nextLink?: string;
|
|
820
|
+
value?: PeeringService[];
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
// @public
|
|
824
|
+
export interface PeeringServiceLocation extends Resource {
|
|
825
|
+
azureRegion?: string;
|
|
826
|
+
country?: string;
|
|
827
|
+
state?: string;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
// @public
|
|
831
|
+
export interface PeeringServiceLocationListResult {
|
|
832
|
+
nextLink?: string;
|
|
833
|
+
value?: PeeringServiceLocation[];
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
// @public
|
|
837
|
+
export interface PeeringServiceLocations {
|
|
838
|
+
list(options?: PeeringServiceLocationsListOptionalParams): PagedAsyncIterableIterator<PeeringServiceLocation>;
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
// @public
|
|
842
|
+
export interface PeeringServiceLocationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
843
|
+
country?: string;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
// @public
|
|
847
|
+
export type PeeringServiceLocationsListNextResponse = PeeringServiceLocationListResult;
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export interface PeeringServiceLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
851
|
+
country?: string;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
// @public
|
|
855
|
+
export type PeeringServiceLocationsListResponse = PeeringServiceLocationListResult;
|
|
856
|
+
|
|
857
|
+
// @public
|
|
858
|
+
export interface PeeringServicePrefix extends Resource {
|
|
859
|
+
readonly errorMessage?: string;
|
|
860
|
+
readonly events?: PeeringServicePrefixEvent[];
|
|
861
|
+
readonly learnedType?: LearnedType;
|
|
862
|
+
peeringServicePrefixKey?: string;
|
|
863
|
+
prefix?: string;
|
|
864
|
+
readonly prefixValidationState?: PrefixValidationState;
|
|
865
|
+
readonly provisioningState?: ProvisioningState;
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
// @public
|
|
869
|
+
export interface PeeringServicePrefixEvent {
|
|
870
|
+
readonly eventDescription?: string;
|
|
871
|
+
readonly eventLevel?: string;
|
|
872
|
+
readonly eventSummary?: string;
|
|
873
|
+
readonly eventTimestamp?: Date;
|
|
874
|
+
readonly eventType?: string;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
// @public
|
|
878
|
+
export interface PeeringServicePrefixListResult {
|
|
879
|
+
nextLink?: string;
|
|
880
|
+
value?: PeeringServicePrefix[];
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
// @public
|
|
884
|
+
export interface PeeringServiceProvider extends Resource {
|
|
885
|
+
peeringLocations?: string[];
|
|
886
|
+
serviceProviderName?: string;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
// @public
|
|
890
|
+
export interface PeeringServiceProviderListResult {
|
|
891
|
+
nextLink?: string;
|
|
892
|
+
value?: PeeringServiceProvider[];
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
// @public
|
|
896
|
+
export interface PeeringServiceProviders {
|
|
897
|
+
list(options?: PeeringServiceProvidersListOptionalParams): PagedAsyncIterableIterator<PeeringServiceProvider>;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
// @public
|
|
901
|
+
export interface PeeringServiceProvidersListNextOptionalParams extends coreClient.OperationOptions {
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
// @public
|
|
905
|
+
export type PeeringServiceProvidersListNextResponse = PeeringServiceProviderListResult;
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export interface PeeringServiceProvidersListOptionalParams extends coreClient.OperationOptions {
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
// @public
|
|
912
|
+
export type PeeringServiceProvidersListResponse = PeeringServiceProviderListResult;
|
|
913
|
+
|
|
914
|
+
// @public
|
|
915
|
+
export interface PeeringServices {
|
|
916
|
+
createOrUpdate(resourceGroupName: string, peeringServiceName: string, peeringService: PeeringService, options?: PeeringServicesCreateOrUpdateOptionalParams): Promise<PeeringServicesCreateOrUpdateResponse>;
|
|
917
|
+
delete(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesDeleteOptionalParams): Promise<void>;
|
|
918
|
+
get(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesGetOptionalParams): Promise<PeeringServicesGetResponse>;
|
|
919
|
+
initializeConnectionMonitor(options?: PeeringServicesInitializeConnectionMonitorOptionalParams): Promise<void>;
|
|
920
|
+
listByResourceGroup(resourceGroupName: string, options?: PeeringServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PeeringService>;
|
|
921
|
+
listBySubscription(options?: PeeringServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PeeringService>;
|
|
922
|
+
update(resourceGroupName: string, peeringServiceName: string, tags: ResourceTags, options?: PeeringServicesUpdateOptionalParams): Promise<PeeringServicesUpdateResponse>;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
// @public
|
|
926
|
+
export interface PeeringServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
// @public
|
|
930
|
+
export type PeeringServicesCreateOrUpdateResponse = PeeringService;
|
|
931
|
+
|
|
932
|
+
// @public
|
|
933
|
+
export interface PeeringServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
// @public
|
|
937
|
+
export interface PeeringServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
// @public
|
|
941
|
+
export type PeeringServicesGetResponse = PeeringService;
|
|
942
|
+
|
|
943
|
+
// @public
|
|
944
|
+
export interface PeeringServicesInitializeConnectionMonitorOptionalParams extends coreClient.OperationOptions {
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
// @public
|
|
948
|
+
export interface PeeringServiceSku {
|
|
949
|
+
name?: string;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
// @public
|
|
953
|
+
export interface PeeringServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
// @public
|
|
957
|
+
export type PeeringServicesListByResourceGroupNextResponse = PeeringServiceListResult;
|
|
958
|
+
|
|
959
|
+
// @public
|
|
960
|
+
export interface PeeringServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
// @public
|
|
964
|
+
export type PeeringServicesListByResourceGroupResponse = PeeringServiceListResult;
|
|
965
|
+
|
|
966
|
+
// @public
|
|
967
|
+
export interface PeeringServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
// @public
|
|
971
|
+
export type PeeringServicesListBySubscriptionNextResponse = PeeringServiceListResult;
|
|
972
|
+
|
|
973
|
+
// @public
|
|
974
|
+
export interface PeeringServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
// @public
|
|
978
|
+
export type PeeringServicesListBySubscriptionResponse = PeeringServiceListResult;
|
|
979
|
+
|
|
980
|
+
// @public
|
|
981
|
+
export interface PeeringServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
// @public
|
|
985
|
+
export type PeeringServicesUpdateResponse = PeeringService;
|
|
986
|
+
|
|
987
|
+
// @public
|
|
988
|
+
export interface PeeringsGetOptionalParams extends coreClient.OperationOptions {
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
// @public
|
|
992
|
+
export type PeeringsGetResponse = Peering;
|
|
993
|
+
|
|
994
|
+
// @public
|
|
995
|
+
export interface PeeringSku {
|
|
996
|
+
readonly family?: Family;
|
|
997
|
+
name?: string;
|
|
998
|
+
readonly size?: Size;
|
|
999
|
+
readonly tier?: Tier;
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
// @public
|
|
1003
|
+
export interface PeeringsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
// @public
|
|
1007
|
+
export type PeeringsListByResourceGroupNextResponse = PeeringListResult;
|
|
1008
|
+
|
|
1009
|
+
// @public
|
|
1010
|
+
export interface PeeringsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
// @public
|
|
1014
|
+
export type PeeringsListByResourceGroupResponse = PeeringListResult;
|
|
1015
|
+
|
|
1016
|
+
// @public
|
|
1017
|
+
export interface PeeringsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
// @public
|
|
1021
|
+
export type PeeringsListBySubscriptionNextResponse = PeeringListResult;
|
|
1022
|
+
|
|
1023
|
+
// @public
|
|
1024
|
+
export interface PeeringsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// @public
|
|
1028
|
+
export type PeeringsListBySubscriptionResponse = PeeringListResult;
|
|
1029
|
+
|
|
1030
|
+
// @public
|
|
1031
|
+
export interface PeeringsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
// @public
|
|
1035
|
+
export type PeeringsUpdateResponse = Peering;
|
|
1036
|
+
|
|
1037
|
+
// @public
|
|
1038
|
+
export interface Prefixes {
|
|
1039
|
+
createOrUpdate(resourceGroupName: string, peeringServiceName: string, prefixName: string, peeringServicePrefix: PeeringServicePrefix, options?: PrefixesCreateOrUpdateOptionalParams): Promise<PrefixesCreateOrUpdateResponse>;
|
|
1040
|
+
delete(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesDeleteOptionalParams): Promise<void>;
|
|
1041
|
+
get(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesGetOptionalParams): Promise<PrefixesGetResponse>;
|
|
1042
|
+
listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: PrefixesListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<PeeringServicePrefix>;
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
// @public
|
|
1046
|
+
export interface PrefixesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
// @public
|
|
1050
|
+
export type PrefixesCreateOrUpdateResponse = PeeringServicePrefix;
|
|
1051
|
+
|
|
1052
|
+
// @public
|
|
1053
|
+
export interface PrefixesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
// @public
|
|
1057
|
+
export interface PrefixesGetOptionalParams extends coreClient.OperationOptions {
|
|
1058
|
+
expand?: string;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
// @public
|
|
1062
|
+
export type PrefixesGetResponse = PeeringServicePrefix;
|
|
1063
|
+
|
|
1064
|
+
// @public
|
|
1065
|
+
export interface PrefixesListByPeeringServiceNextOptionalParams extends coreClient.OperationOptions {
|
|
1066
|
+
expand?: string;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
// @public
|
|
1070
|
+
export type PrefixesListByPeeringServiceNextResponse = PeeringServicePrefixListResult;
|
|
1071
|
+
|
|
1072
|
+
// @public
|
|
1073
|
+
export interface PrefixesListByPeeringServiceOptionalParams extends coreClient.OperationOptions {
|
|
1074
|
+
expand?: string;
|
|
1075
|
+
}
|
|
1076
|
+
|
|
1077
|
+
// @public
|
|
1078
|
+
export type PrefixesListByPeeringServiceResponse = PeeringServicePrefixListResult;
|
|
1079
|
+
|
|
1080
|
+
// @public
|
|
1081
|
+
export type PrefixValidationState = string;
|
|
1082
|
+
|
|
1083
|
+
// @public
|
|
1084
|
+
export type ProvisioningState = string;
|
|
1085
|
+
|
|
1086
|
+
// @public
|
|
1087
|
+
export interface ReceivedRoutes {
|
|
1088
|
+
listByPeering(resourceGroupName: string, peeringName: string, options?: ReceivedRoutesListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringReceivedRoute>;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
// @public
|
|
1092
|
+
export interface ReceivedRoutesListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
1093
|
+
asPath?: string;
|
|
1094
|
+
originAsValidationState?: string;
|
|
1095
|
+
prefix?: string;
|
|
1096
|
+
rpkiValidationState?: string;
|
|
1097
|
+
skipToken?: string;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
// @public
|
|
1101
|
+
export type ReceivedRoutesListByPeeringNextResponse = PeeringReceivedRouteListResult;
|
|
1102
|
+
|
|
1103
|
+
// @public
|
|
1104
|
+
export interface ReceivedRoutesListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
1105
|
+
asPath?: string;
|
|
1106
|
+
originAsValidationState?: string;
|
|
1107
|
+
prefix?: string;
|
|
1108
|
+
rpkiValidationState?: string;
|
|
1109
|
+
skipToken?: string;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
// @public
|
|
1113
|
+
export type ReceivedRoutesListByPeeringResponse = PeeringReceivedRouteListResult;
|
|
1114
|
+
|
|
1115
|
+
// @public
|
|
1116
|
+
export interface RegisteredAsns {
|
|
1117
|
+
createOrUpdate(resourceGroupName: string, peeringName: string, registeredAsnName: string, registeredAsn: PeeringRegisteredAsn, options?: RegisteredAsnsCreateOrUpdateOptionalParams): Promise<RegisteredAsnsCreateOrUpdateResponse>;
|
|
1118
|
+
delete(resourceGroupName: string, peeringName: string, registeredAsnName: string, options?: RegisteredAsnsDeleteOptionalParams): Promise<void>;
|
|
1119
|
+
get(resourceGroupName: string, peeringName: string, registeredAsnName: string, options?: RegisteredAsnsGetOptionalParams): Promise<RegisteredAsnsGetResponse>;
|
|
1120
|
+
listByPeering(resourceGroupName: string, peeringName: string, options?: RegisteredAsnsListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringRegisteredAsn>;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
// @public
|
|
1124
|
+
export interface RegisteredAsnsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
// @public
|
|
1128
|
+
export type RegisteredAsnsCreateOrUpdateResponse = PeeringRegisteredAsn;
|
|
1129
|
+
|
|
1130
|
+
// @public
|
|
1131
|
+
export interface RegisteredAsnsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
// @public
|
|
1135
|
+
export interface RegisteredAsnsGetOptionalParams extends coreClient.OperationOptions {
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
// @public
|
|
1139
|
+
export type RegisteredAsnsGetResponse = PeeringRegisteredAsn;
|
|
1140
|
+
|
|
1141
|
+
// @public
|
|
1142
|
+
export interface RegisteredAsnsListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
// @public
|
|
1146
|
+
export type RegisteredAsnsListByPeeringNextResponse = PeeringRegisteredAsnListResult;
|
|
1147
|
+
|
|
1148
|
+
// @public
|
|
1149
|
+
export interface RegisteredAsnsListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
// @public
|
|
1153
|
+
export type RegisteredAsnsListByPeeringResponse = PeeringRegisteredAsnListResult;
|
|
1154
|
+
|
|
1155
|
+
// @public
|
|
1156
|
+
export interface RegisteredPrefixes {
|
|
1157
|
+
createOrUpdate(resourceGroupName: string, peeringName: string, registeredPrefixName: string, registeredPrefix: PeeringRegisteredPrefix, options?: RegisteredPrefixesCreateOrUpdateOptionalParams): Promise<RegisteredPrefixesCreateOrUpdateResponse>;
|
|
1158
|
+
delete(resourceGroupName: string, peeringName: string, registeredPrefixName: string, options?: RegisteredPrefixesDeleteOptionalParams): Promise<void>;
|
|
1159
|
+
get(resourceGroupName: string, peeringName: string, registeredPrefixName: string, options?: RegisteredPrefixesGetOptionalParams): Promise<RegisteredPrefixesGetResponse>;
|
|
1160
|
+
listByPeering(resourceGroupName: string, peeringName: string, options?: RegisteredPrefixesListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringRegisteredPrefix>;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
// @public
|
|
1164
|
+
export interface RegisteredPrefixesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
// @public
|
|
1168
|
+
export type RegisteredPrefixesCreateOrUpdateResponse = PeeringRegisteredPrefix;
|
|
1169
|
+
|
|
1170
|
+
// @public
|
|
1171
|
+
export interface RegisteredPrefixesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
// @public
|
|
1175
|
+
export interface RegisteredPrefixesGetOptionalParams extends coreClient.OperationOptions {
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
// @public
|
|
1179
|
+
export type RegisteredPrefixesGetResponse = PeeringRegisteredPrefix;
|
|
1180
|
+
|
|
1181
|
+
// @public
|
|
1182
|
+
export interface RegisteredPrefixesListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
// @public
|
|
1186
|
+
export type RegisteredPrefixesListByPeeringNextResponse = PeeringRegisteredPrefixListResult;
|
|
1187
|
+
|
|
1188
|
+
// @public
|
|
1189
|
+
export interface RegisteredPrefixesListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
// @public
|
|
1193
|
+
export type RegisteredPrefixesListByPeeringResponse = PeeringRegisteredPrefixListResult;
|
|
1194
|
+
|
|
1195
|
+
// @public
|
|
1196
|
+
export interface Resource {
|
|
1197
|
+
readonly id?: string;
|
|
1198
|
+
readonly name?: string;
|
|
1199
|
+
readonly type?: string;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
// @public
|
|
1203
|
+
export interface ResourceTags {
|
|
1204
|
+
tags?: {
|
|
1205
|
+
[propertyName: string]: string;
|
|
1206
|
+
};
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
// @public
|
|
1210
|
+
export type Role = string;
|
|
1211
|
+
|
|
1212
|
+
// @public
|
|
1213
|
+
export interface ServiceSpecification {
|
|
1214
|
+
readonly metricSpecifications?: MetricSpecification[];
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
// @public
|
|
1218
|
+
export type SessionAddressProvider = string;
|
|
1219
|
+
|
|
1220
|
+
// @public
|
|
1221
|
+
export type SessionStateV4 = string;
|
|
1222
|
+
|
|
1223
|
+
// @public
|
|
1224
|
+
export type SessionStateV6 = string;
|
|
1225
|
+
|
|
1226
|
+
// @public
|
|
1227
|
+
export type Size = string;
|
|
1228
|
+
|
|
1229
|
+
// @public
|
|
1230
|
+
export interface SubResource {
|
|
1231
|
+
id?: string;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
// @public
|
|
1235
|
+
export type Tier = string;
|
|
1236
|
+
|
|
1237
|
+
// @public
|
|
1238
|
+
export type ValidationState = string;
|
|
1239
|
+
|
|
1240
|
+
// (No @packageDocumentation comment for this package)
|
|
1241
|
+
|
|
1242
|
+
```
|