@azure/arm-peering 1.1.1 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -83
- package/dist/index.js +5398 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.d.ts +2 -0
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.d.ts.map +1 -0
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.js +33 -0
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.js.map +1 -0
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.d.ts +2 -0
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.js +33 -0
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.js.map +1 -0
- package/dist-esm/samples-dev/createADirectPeering.d.ts +2 -0
- package/dist-esm/samples-dev/createADirectPeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/createADirectPeering.js +66 -0
- package/dist-esm/samples-dev/createADirectPeering.js.map +1 -0
- package/dist-esm/samples-dev/createAPeerAsn.d.ts +2 -0
- package/dist-esm/samples-dev/createAPeerAsn.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAPeerAsn.js +43 -0
- package/dist-esm/samples-dev/createAPeerAsn.js.map +1 -0
- package/dist-esm/samples-dev/createAPeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/createAPeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAPeeringService.js +38 -0
- package/dist-esm/samples-dev/createAPeeringService.js.map +1 -0
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.d.ts +2 -0
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.js +59 -0
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.js.map +1 -0
- package/dist-esm/samples-dev/createAnExchangePeering.d.ts +2 -0
- package/dist-esm/samples-dev/createAnExchangePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/createAnExchangePeering.js +66 -0
- package/dist-esm/samples-dev/createAnExchangePeering.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.js +36 -0
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.js +33 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.js +33 -0
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.js.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.d.ts +2 -0
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.d.ts.map +1 -0
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.js +38 -0
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.js.map +1 -0
- package/dist-esm/samples-dev/deleteAPeerAsn.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAPeerAsn.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAPeerAsn.js +30 -0
- package/dist-esm/samples-dev/deleteAPeerAsn.js.map +1 -0
- package/dist-esm/samples-dev/deleteAPeering.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAPeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAPeering.js +31 -0
- package/dist-esm/samples-dev/deleteAPeering.js.map +1 -0
- package/dist-esm/samples-dev/deleteAPeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAPeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAPeeringService.js +31 -0
- package/dist-esm/samples-dev/deleteAPeeringService.js.map +1 -0
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.js +32 -0
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.js.map +1 -0
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.d.ts +2 -0
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.js +32 -0
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.js.map +1 -0
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.js +32 -0
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.js.map +1 -0
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.js +32 -0
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.js.map +1 -0
- package/dist-esm/samples-dev/getAPeerAsn.d.ts +2 -0
- package/dist-esm/samples-dev/getAPeerAsn.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAPeerAsn.js +30 -0
- package/dist-esm/samples-dev/getAPeerAsn.js.map +1 -0
- package/dist-esm/samples-dev/getAPeering.d.ts +2 -0
- package/dist-esm/samples-dev/getAPeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAPeering.js +31 -0
- package/dist-esm/samples-dev/getAPeering.js.map +1 -0
- package/dist-esm/samples-dev/getAPeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/getAPeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAPeeringService.js +31 -0
- package/dist-esm/samples-dev/getAPeeringService.js.map +1 -0
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.js +32 -0
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.js.map +1 -0
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.js +32 -0
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.js.map +1 -0
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.js +32 -0
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.js.map +1 -0
- package/dist-esm/samples-dev/getConnectionMonitorTest.d.ts +2 -0
- package/dist-esm/samples-dev/getConnectionMonitorTest.d.ts.map +1 -0
- package/dist-esm/samples-dev/getConnectionMonitorTest.js +32 -0
- package/dist-esm/samples-dev/getConnectionMonitorTest.js.map +1 -0
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.d.ts +2 -0
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.d.ts.map +1 -0
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.js +29 -0
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.js.map +1 -0
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.js +45 -0
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.js.map +1 -0
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.d.ts +2 -0
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.js +44 -0
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.js.map +1 -0
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.d.ts +2 -0
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.js +45 -0
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.js.map +1 -0
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.js +45 -0
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.js.map +1 -0
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.d.ts +2 -0
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.d.ts.map +1 -0
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.js +45 -0
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.js.map +1 -0
- package/dist-esm/samples-dev/listDirectPeeringLocations.d.ts +2 -0
- package/dist-esm/samples-dev/listDirectPeeringLocations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listDirectPeeringLocations.js +44 -0
- package/dist-esm/samples-dev/listDirectPeeringLocations.js.map +1 -0
- package/dist-esm/samples-dev/listExchangePeeringLocations.d.ts +2 -0
- package/dist-esm/samples-dev/listExchangePeeringLocations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listExchangePeeringLocations.js +44 -0
- package/dist-esm/samples-dev/listExchangePeeringLocations.js.map +1 -0
- package/dist-esm/samples-dev/listLegacyPeerings.d.ts +2 -0
- package/dist-esm/samples-dev/listLegacyPeerings.d.ts.map +1 -0
- package/dist-esm/samples-dev/listLegacyPeerings.js +45 -0
- package/dist-esm/samples-dev/listLegacyPeerings.js.map +1 -0
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.js +43 -0
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringOperations.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringOperations.js +43 -0
- package/dist-esm/samples-dev/listPeeringOperations.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringServiceCountries.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringServiceCountries.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringServiceCountries.js +43 -0
- package/dist-esm/samples-dev/listPeeringServiceCountries.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringServiceLocations.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringServiceLocations.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringServiceLocations.js +43 -0
- package/dist-esm/samples-dev/listPeeringServiceLocations.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringServiceProviders.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringServiceProviders.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringServiceProviders.js +43 -0
- package/dist-esm/samples-dev/listPeeringServiceProviders.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.js +43 -0
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listPeeringsInASubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listPeeringsInASubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listPeeringsInASubscription.js +43 -0
- package/dist-esm/samples-dev/listPeeringsInASubscription.js.map +1 -0
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.js +55 -0
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/updatePeeringServiceTags.d.ts +2 -0
- package/dist-esm/samples-dev/updatePeeringServiceTags.d.ts.map +1 -0
- package/dist-esm/samples-dev/updatePeeringServiceTags.js +32 -0
- package/dist-esm/samples-dev/updatePeeringServiceTags.js.map +1 -0
- package/dist-esm/samples-dev/updatePeeringTags.d.ts +2 -0
- package/dist-esm/samples-dev/updatePeeringTags.d.ts.map +1 -0
- package/dist-esm/samples-dev/updatePeeringTags.js +32 -0
- package/dist-esm/samples-dev/updatePeeringTags.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1498 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +185 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +56 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1073 -425
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +41 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +341 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/cdnPeeringPrefixes.d.ts +35 -0
- package/dist-esm/src/operations/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist-esm/src/operations/cdnPeeringPrefixes.js +127 -0
- package/dist-esm/src/operations/cdnPeeringPrefixes.js.map +1 -0
- package/dist-esm/src/operations/connectionMonitorTests.d.ts +66 -0
- package/dist-esm/src/operations/connectionMonitorTests.d.ts.map +1 -0
- package/dist-esm/src/operations/connectionMonitorTests.js +257 -0
- package/dist-esm/src/operations/connectionMonitorTests.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +7 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +24 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/legacyPeerings.d.ts +40 -0
- package/dist-esm/src/operations/legacyPeerings.d.ts.map +1 -0
- package/dist-esm/src/operations/legacyPeerings.js +142 -0
- package/dist-esm/src/operations/legacyPeerings.js.map +1 -0
- package/dist-esm/src/operations/lookingGlass.d.ts +22 -0
- package/dist-esm/src/operations/lookingGlass.d.ts.map +1 -0
- package/dist-esm/src/operations/lookingGlass.js +56 -0
- package/dist-esm/src/operations/lookingGlass.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/peerAsns.d.ts +52 -0
- package/dist-esm/src/operations/peerAsns.d.ts.map +1 -0
- package/dist-esm/src/operations/peerAsns.js +214 -0
- package/dist-esm/src/operations/peerAsns.js.map +1 -0
- package/dist-esm/src/operations/peeringLocations.d.ts +35 -0
- package/dist-esm/src/operations/peeringLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/peeringLocations.js +135 -0
- package/dist-esm/src/operations/peeringLocations.js.map +1 -0
- package/dist-esm/src/operations/peeringServiceCountries.d.ts +32 -0
- package/dist-esm/src/operations/peeringServiceCountries.d.ts.map +1 -0
- package/dist-esm/src/operations/peeringServiceCountries.js +124 -0
- package/dist-esm/src/operations/peeringServiceCountries.js.map +1 -0
- package/dist-esm/src/operations/peeringServiceLocations.d.ts +32 -0
- package/dist-esm/src/operations/peeringServiceLocations.d.ts.map +1 -0
- package/dist-esm/src/operations/peeringServiceLocations.js +124 -0
- package/dist-esm/src/operations/peeringServiceLocations.js.map +1 -0
- package/dist-esm/src/operations/peeringServiceProviders.d.ts +32 -0
- package/dist-esm/src/operations/peeringServiceProviders.d.ts.map +1 -0
- package/dist-esm/src/operations/peeringServiceProviders.js +124 -0
- package/dist-esm/src/operations/peeringServiceProviders.js.map +1 -0
- package/dist-esm/src/operations/peeringServices.d.ts +92 -0
- package/dist-esm/src/operations/peeringServices.d.ts.map +1 -0
- package/dist-esm/src/operations/peeringServices.js +384 -0
- package/dist-esm/src/operations/peeringServices.js.map +1 -0
- package/dist-esm/src/operations/peerings.d.ts +84 -0
- package/dist-esm/src/operations/peerings.d.ts.map +1 -0
- package/dist-esm/src/operations/peerings.js +360 -0
- package/dist-esm/src/operations/peerings.js.map +1 -0
- package/dist-esm/src/operations/prefixes.d.ts +66 -0
- package/dist-esm/src/operations/prefixes.d.ts.map +1 -0
- package/dist-esm/src/operations/prefixes.js +247 -0
- package/dist-esm/src/operations/prefixes.js.map +1 -0
- package/dist-esm/src/operations/receivedRoutes.d.ts +40 -0
- package/dist-esm/src/operations/receivedRoutes.d.ts.map +1 -0
- package/dist-esm/src/operations/receivedRoutes.js +153 -0
- package/dist-esm/src/operations/receivedRoutes.js.map +1 -0
- package/dist-esm/src/operations/registeredAsns.d.ts +66 -0
- package/dist-esm/src/operations/registeredAsns.d.ts.map +1 -0
- package/dist-esm/src/operations/registeredAsns.js +247 -0
- package/dist-esm/src/operations/registeredAsns.js.map +1 -0
- package/dist-esm/src/operations/registeredPrefixes.d.ts +66 -0
- package/dist-esm/src/operations/registeredPrefixes.d.ts.map +1 -0
- package/dist-esm/src/operations/registeredPrefixes.js +247 -0
- package/dist-esm/src/operations/registeredPrefixes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cdnPeeringPrefixes.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cdnPeeringPrefixes.js +9 -0
- package/dist-esm/src/operationsInterfaces/cdnPeeringPrefixes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectionMonitorTests.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/connectionMonitorTests.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/connectionMonitorTests.js +9 -0
- package/dist-esm/src/operationsInterfaces/connectionMonitorTests.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +24 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/legacyPeerings.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/legacyPeerings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/legacyPeerings.js +9 -0
- package/dist-esm/src/operationsInterfaces/legacyPeerings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/lookingGlass.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/lookingGlass.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/lookingGlass.js +9 -0
- package/dist-esm/src/operationsInterfaces/lookingGlass.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/peerAsns.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/peerAsns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/peerAsns.js +9 -0
- package/dist-esm/src/operationsInterfaces/peerAsns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringLocations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/peeringLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/peeringLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceCountries.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceCountries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceCountries.js +9 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceCountries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceLocations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceLocations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceLocations.js +9 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceLocations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceProviders.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceProviders.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceProviders.js +9 -0
- package/dist-esm/src/operationsInterfaces/peeringServiceProviders.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServices.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/peeringServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/peeringServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/peeringServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/peerings.d.ts +48 -0
- package/dist-esm/src/operationsInterfaces/peerings.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/peerings.js +9 -0
- package/dist-esm/src/operationsInterfaces/peerings.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/prefixes.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/prefixes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/prefixes.js +9 -0
- package/dist-esm/src/operationsInterfaces/prefixes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/receivedRoutes.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/receivedRoutes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/receivedRoutes.js +9 -0
- package/dist-esm/src/operationsInterfaces/receivedRoutes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/registeredAsns.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/registeredAsns.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/registeredAsns.js +9 -0
- package/dist-esm/src/operationsInterfaces/registeredAsns.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/registeredPrefixes.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/registeredPrefixes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/registeredPrefixes.js +9 -0
- package/dist-esm/src/operationsInterfaces/registeredPrefixes.js.map +1 -0
- package/dist-esm/src/peeringManagementClient.d.ts +40 -0
- package/dist-esm/src/peeringManagementClient.d.ts.map +1 -0
- package/dist-esm/src/peeringManagementClient.js +97 -0
- package/dist-esm/src/peeringManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +75 -33
- package/review/arm-peering.api.md +1331 -0
- package/rollup.config.js +181 -30
- package/src/index.ts +12 -0
- package/src/models/index.ts +1368 -1210
- package/src/models/mappers.ts +1157 -450
- package/src/models/parameters.ts +304 -44
- package/src/operations/cdnPeeringPrefixes.ts +157 -0
- package/src/operations/connectionMonitorTests.ts +345 -0
- package/src/operations/index.ts +10 -6
- package/src/operations/legacyPeerings.ts +128 -83
- package/src/operations/lookingGlass.ts +79 -0
- package/src/operations/operations.ts +87 -73
- package/src/operations/peerAsns.ts +158 -190
- package/src/operations/peeringLocations.ts +112 -82
- package/src/operations/peeringServiceCountries.ts +142 -0
- package/src/operations/peeringServiceLocations.ts +94 -78
- package/src/operations/peeringServiceProviders.ts +92 -76
- package/src/operations/peeringServices.ts +318 -319
- package/src/operations/peerings.ts +287 -321
- package/src/operations/prefixes.ts +270 -71
- package/src/operations/receivedRoutes.ts +205 -0
- package/src/operations/registeredAsns.ts +335 -0
- package/src/operations/registeredPrefixes.ts +335 -0
- package/src/operationsInterfaces/cdnPeeringPrefixes.ts +27 -0
- package/src/operationsInterfaces/connectionMonitorTests.ts +78 -0
- package/{esm/operations/index.js → src/operationsInterfaces/index.ts} +11 -7
- package/src/operationsInterfaces/legacyPeerings.ts +31 -0
- package/src/operationsInterfaces/lookingGlass.ts +33 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/peerAsns.ts +60 -0
- package/src/operationsInterfaces/peeringLocations.ts +28 -0
- package/src/operationsInterfaces/peeringServiceCountries.ts +25 -0
- package/src/operationsInterfaces/peeringServiceLocations.ts +25 -0
- package/src/operationsInterfaces/peeringServiceProviders.ts +25 -0
- package/src/operationsInterfaces/peeringServices.ts +103 -0
- package/src/operationsInterfaces/peerings.ts +92 -0
- package/src/operationsInterfaces/prefixes.ts +78 -0
- package/src/operationsInterfaces/receivedRoutes.ts +30 -0
- package/src/operationsInterfaces/registeredAsns.ts +78 -0
- package/src/operationsInterfaces/registeredPrefixes.ts +78 -0
- package/src/peeringManagementClient.ts +153 -104
- package/tsconfig.json +5 -4
- package/types/arm-peering.d.ts +2124 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-peering.js +0 -3154
- package/dist/arm-peering.js.map +0 -1
- package/dist/arm-peering.min.js +0 -1
- package/dist/arm-peering.min.js.map +0 -1
- package/esm/models/index.d.ts +0 -1439
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/legacyPeeringsMappers.d.ts +0 -2
- package/esm/models/legacyPeeringsMappers.d.ts.map +0 -1
- package/esm/models/legacyPeeringsMappers.js +0 -9
- package/esm/models/legacyPeeringsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -38
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -14
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -133
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/peerAsnsMappers.d.ts +0 -2
- package/esm/models/peerAsnsMappers.d.ts.map +0 -1
- package/esm/models/peerAsnsMappers.js +0 -9
- package/esm/models/peerAsnsMappers.js.map +0 -1
- package/esm/models/peeringLocationsMappers.d.ts +0 -2
- package/esm/models/peeringLocationsMappers.d.ts.map +0 -1
- package/esm/models/peeringLocationsMappers.js +0 -9
- package/esm/models/peeringLocationsMappers.js.map +0 -1
- package/esm/models/peeringServiceLocationsMappers.d.ts +0 -2
- package/esm/models/peeringServiceLocationsMappers.d.ts.map +0 -1
- package/esm/models/peeringServiceLocationsMappers.js +0 -9
- package/esm/models/peeringServiceLocationsMappers.js.map +0 -1
- package/esm/models/peeringServicePrefixesMappers.d.ts +0 -2
- package/esm/models/peeringServicePrefixesMappers.d.ts.map +0 -1
- package/esm/models/peeringServicePrefixesMappers.js +0 -9
- package/esm/models/peeringServicePrefixesMappers.js.map +0 -1
- package/esm/models/peeringServiceProvidersMappers.d.ts +0 -2
- package/esm/models/peeringServiceProvidersMappers.d.ts.map +0 -1
- package/esm/models/peeringServiceProvidersMappers.js +0 -9
- package/esm/models/peeringServiceProvidersMappers.js.map +0 -1
- package/esm/models/peeringServicesMappers.d.ts +0 -2
- package/esm/models/peeringServicesMappers.d.ts.map +0 -1
- package/esm/models/peeringServicesMappers.js +0 -9
- package/esm/models/peeringServicesMappers.js.map +0 -1
- package/esm/models/peeringsMappers.d.ts +0 -2
- package/esm/models/peeringsMappers.d.ts.map +0 -1
- package/esm/models/peeringsMappers.js +0 -9
- package/esm/models/peeringsMappers.js.map +0 -1
- package/esm/models/prefixesMappers.d.ts +0 -2
- package/esm/models/prefixesMappers.d.ts.map +0 -1
- package/esm/models/prefixesMappers.js +0 -9
- package/esm/models/prefixesMappers.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/legacyPeerings.d.ts +0 -54
- package/esm/operations/legacyPeerings.d.ts.map +0 -1
- package/esm/operations/legacyPeerings.js +0 -84
- package/esm/operations/legacyPeerings.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/peerAsns.d.ts +0 -104
- package/esm/operations/peerAsns.d.ts.map +0 -1
- package/esm/operations/peerAsns.js +0 -175
- package/esm/operations/peerAsns.js.map +0 -1
- package/esm/operations/peeringLocations.d.ts +0 -49
- package/esm/operations/peeringLocations.d.ts.map +0 -1
- package/esm/operations/peeringLocations.js +0 -83
- package/esm/operations/peeringLocations.js.map +0 -1
- package/esm/operations/peeringServiceLocations.d.ts +0 -46
- package/esm/operations/peeringServiceLocations.d.ts.map +0 -1
- package/esm/operations/peeringServiceLocations.js +0 -80
- package/esm/operations/peeringServiceLocations.js.map +0 -1
- package/esm/operations/peeringServicePrefixes.d.ts +0 -88
- package/esm/operations/peeringServicePrefixes.d.ts.map +0 -1
- package/esm/operations/peeringServicePrefixes.js +0 -134
- package/esm/operations/peeringServicePrefixes.js.map +0 -1
- package/esm/operations/peeringServiceProviders.d.ts +0 -46
- package/esm/operations/peeringServiceProviders.d.ts.map +0 -1
- package/esm/operations/peeringServiceProviders.js +0 -80
- package/esm/operations/peeringServiceProviders.js.map +0 -1
- package/esm/operations/peeringServices.d.ts +0 -173
- package/esm/operations/peeringServices.d.ts.map +0 -1
- package/esm/operations/peeringServices.js +0 -276
- package/esm/operations/peeringServices.js.map +0 -1
- package/esm/operations/peerings.d.ts +0 -173
- package/esm/operations/peerings.d.ts.map +0 -1
- package/esm/operations/peerings.js +0 -276
- package/esm/operations/peerings.js.map +0 -1
- package/esm/operations/prefixes.d.ts +0 -52
- package/esm/operations/prefixes.d.ts.map +0 -1
- package/esm/operations/prefixes.js +0 -84
- package/esm/operations/prefixes.js.map +0 -1
- package/esm/peeringManagementClient.d.ts +0 -48
- package/esm/peeringManagementClient.d.ts.map +0 -1
- package/esm/peeringManagementClient.js +0 -95
- package/esm/peeringManagementClient.js.map +0 -1
- package/esm/peeringManagementClientContext.d.ts +0 -22
- package/esm/peeringManagementClientContext.d.ts.map +0 -1
- package/esm/peeringManagementClientContext.js +0 -61
- package/esm/peeringManagementClientContext.js.map +0 -1
- package/src/models/legacyPeeringsMappers.ts +0 -34
- package/src/models/operationsMappers.ts +0 -14
- package/src/models/peerAsnsMappers.ts +0 -34
- package/src/models/peeringLocationsMappers.ts +0 -34
- package/src/models/peeringServiceLocationsMappers.ts +0 -34
- package/src/models/peeringServicePrefixesMappers.ts +0 -33
- package/src/models/peeringServiceProvidersMappers.ts +0 -34
- package/src/models/peeringServicesMappers.ts +0 -35
- package/src/models/peeringsMappers.ts +0 -35
- package/src/models/prefixesMappers.ts +0 -34
- package/src/operations/peeringServicePrefixes.ts +0 -229
- package/src/peeringManagementClientContext.ts +0 -68
package/esm/models/index.d.ts
DELETED
|
@@ -1,1439 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* Class for CheckServiceProviderAvailabilityInput
|
|
6
|
-
*/
|
|
7
|
-
export interface CheckServiceProviderAvailabilityInput {
|
|
8
|
-
/**
|
|
9
|
-
* Gets or sets the PeeringServiceLocation
|
|
10
|
-
*/
|
|
11
|
-
peeringServiceLocation?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Gets or sets the PeeringServiceProvider
|
|
14
|
-
*/
|
|
15
|
-
peeringServiceProvider?: string;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* The SKU that defines the tier and kind of the peering.
|
|
19
|
-
*/
|
|
20
|
-
export interface PeeringSku {
|
|
21
|
-
/**
|
|
22
|
-
* The name of the peering SKU. Possible values include: 'Basic_Exchange_Free',
|
|
23
|
-
* 'Basic_Direct_Free', 'Premium_Direct_Free', 'Premium_Exchange_Metered',
|
|
24
|
-
* 'Premium_Direct_Metered', 'Premium_Direct_Unlimited'
|
|
25
|
-
*/
|
|
26
|
-
name?: Name;
|
|
27
|
-
/**
|
|
28
|
-
* The tier of the peering SKU. Possible values include: 'Basic', 'Premium'
|
|
29
|
-
*/
|
|
30
|
-
tier?: Tier;
|
|
31
|
-
/**
|
|
32
|
-
* The family of the peering SKU. Possible values include: 'Direct', 'Exchange'
|
|
33
|
-
*/
|
|
34
|
-
family?: Family;
|
|
35
|
-
/**
|
|
36
|
-
* The size of the peering SKU. Possible values include: 'Free', 'Metered', 'Unlimited'
|
|
37
|
-
*/
|
|
38
|
-
size?: Size;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* The properties that define a BGP session.
|
|
42
|
-
*/
|
|
43
|
-
export interface BgpSession {
|
|
44
|
-
/**
|
|
45
|
-
* The IPv4 prefix that contains both ends' IPv4 addresses.
|
|
46
|
-
*/
|
|
47
|
-
sessionPrefixV4?: string;
|
|
48
|
-
/**
|
|
49
|
-
* The IPv6 prefix that contains both ends' IPv6 addresses.
|
|
50
|
-
*/
|
|
51
|
-
sessionPrefixV6?: string;
|
|
52
|
-
/**
|
|
53
|
-
* The IPv4 session address on Microsoft's end.
|
|
54
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
55
|
-
*/
|
|
56
|
-
readonly microsoftSessionIPv4Address?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The IPv6 session address on Microsoft's end.
|
|
59
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
60
|
-
*/
|
|
61
|
-
readonly microsoftSessionIPv6Address?: string;
|
|
62
|
-
/**
|
|
63
|
-
* The IPv4 session address on peer's end.
|
|
64
|
-
*/
|
|
65
|
-
peerSessionIPv4Address?: string;
|
|
66
|
-
/**
|
|
67
|
-
* The IPv6 session address on peer's end.
|
|
68
|
-
*/
|
|
69
|
-
peerSessionIPv6Address?: string;
|
|
70
|
-
/**
|
|
71
|
-
* The state of the IPv4 session. Possible values include: 'None', 'Idle', 'Connect', 'Active',
|
|
72
|
-
* 'OpenSent', 'OpenConfirm', 'OpenReceived', 'Established', 'PendingAdd', 'PendingUpdate',
|
|
73
|
-
* 'PendingRemove'
|
|
74
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
75
|
-
*/
|
|
76
|
-
readonly sessionStateV4?: SessionStateV4;
|
|
77
|
-
/**
|
|
78
|
-
* The state of the IPv6 session. Possible values include: 'None', 'Idle', 'Connect', 'Active',
|
|
79
|
-
* 'OpenSent', 'OpenConfirm', 'OpenReceived', 'Established', 'PendingAdd', 'PendingUpdate',
|
|
80
|
-
* 'PendingRemove'
|
|
81
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
82
|
-
*/
|
|
83
|
-
readonly sessionStateV6?: SessionStateV6;
|
|
84
|
-
/**
|
|
85
|
-
* The maximum number of prefixes advertised over the IPv4 session.
|
|
86
|
-
*/
|
|
87
|
-
maxPrefixesAdvertisedV4?: number;
|
|
88
|
-
/**
|
|
89
|
-
* The maximum number of prefixes advertised over the IPv6 session.
|
|
90
|
-
*/
|
|
91
|
-
maxPrefixesAdvertisedV6?: number;
|
|
92
|
-
/**
|
|
93
|
-
* The MD5 authentication key of the session.
|
|
94
|
-
*/
|
|
95
|
-
md5AuthenticationKey?: string;
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* The properties that define a direct connection.
|
|
99
|
-
*/
|
|
100
|
-
export interface DirectConnection {
|
|
101
|
-
/**
|
|
102
|
-
* The bandwidth of the connection.
|
|
103
|
-
*/
|
|
104
|
-
bandwidthInMbps?: number;
|
|
105
|
-
/**
|
|
106
|
-
* The bandwidth that is actually provisioned.
|
|
107
|
-
*/
|
|
108
|
-
provisionedBandwidthInMbps?: number;
|
|
109
|
-
/**
|
|
110
|
-
* The field indicating if Microsoft provides session ip addresses. Possible values include:
|
|
111
|
-
* 'Microsoft', 'Peer'
|
|
112
|
-
*/
|
|
113
|
-
sessionAddressProvider?: SessionAddressProvider;
|
|
114
|
-
/**
|
|
115
|
-
* The flag that indicates whether or not the connection is used for peering service.
|
|
116
|
-
*/
|
|
117
|
-
useForPeeringService?: boolean;
|
|
118
|
-
/**
|
|
119
|
-
* The PeeringDB.com ID of the facility at which the connection has to be set up.
|
|
120
|
-
*/
|
|
121
|
-
peeringDBFacilityId?: number;
|
|
122
|
-
/**
|
|
123
|
-
* The state of the connection. Possible values include: 'None', 'PendingApproval', 'Approved',
|
|
124
|
-
* 'ProvisioningStarted', 'ProvisioningFailed', 'ProvisioningCompleted', 'Validating', 'Active'
|
|
125
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
126
|
-
*/
|
|
127
|
-
readonly connectionState?: ConnectionState;
|
|
128
|
-
/**
|
|
129
|
-
* The BGP session associated with the connection.
|
|
130
|
-
*/
|
|
131
|
-
bgpSession?: BgpSession;
|
|
132
|
-
/**
|
|
133
|
-
* The unique identifier (GUID) for the connection.
|
|
134
|
-
*/
|
|
135
|
-
connectionIdentifier?: string;
|
|
136
|
-
}
|
|
137
|
-
/**
|
|
138
|
-
* The sub resource.
|
|
139
|
-
*/
|
|
140
|
-
export interface SubResource {
|
|
141
|
-
/**
|
|
142
|
-
* The identifier of the referenced resource.
|
|
143
|
-
*/
|
|
144
|
-
id?: string;
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* The properties that define a direct peering.
|
|
148
|
-
*/
|
|
149
|
-
export interface PeeringPropertiesDirect {
|
|
150
|
-
/**
|
|
151
|
-
* The set of connections that constitute a direct peering.
|
|
152
|
-
*/
|
|
153
|
-
connections?: DirectConnection[];
|
|
154
|
-
/**
|
|
155
|
-
* The flag that indicates whether or not the peering is used for peering service.
|
|
156
|
-
*/
|
|
157
|
-
useForPeeringService?: boolean;
|
|
158
|
-
/**
|
|
159
|
-
* The reference of the peer ASN.
|
|
160
|
-
*/
|
|
161
|
-
peerAsn?: SubResource;
|
|
162
|
-
/**
|
|
163
|
-
* The type of direct peering. Possible values include: 'Edge', 'Transit', 'Cdn', 'Internal'
|
|
164
|
-
*/
|
|
165
|
-
directPeeringType?: DirectPeeringType;
|
|
166
|
-
}
|
|
167
|
-
/**
|
|
168
|
-
* The properties that define an exchange connection.
|
|
169
|
-
*/
|
|
170
|
-
export interface ExchangeConnection {
|
|
171
|
-
/**
|
|
172
|
-
* The PeeringDB.com ID of the facility at which the connection has to be set up.
|
|
173
|
-
*/
|
|
174
|
-
peeringDBFacilityId?: number;
|
|
175
|
-
/**
|
|
176
|
-
* The state of the connection. Possible values include: 'None', 'PendingApproval', 'Approved',
|
|
177
|
-
* 'ProvisioningStarted', 'ProvisioningFailed', 'ProvisioningCompleted', 'Validating', 'Active'
|
|
178
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
179
|
-
*/
|
|
180
|
-
readonly connectionState?: ConnectionState;
|
|
181
|
-
/**
|
|
182
|
-
* The BGP session associated with the connection.
|
|
183
|
-
*/
|
|
184
|
-
bgpSession?: BgpSession;
|
|
185
|
-
/**
|
|
186
|
-
* The unique identifier (GUID) for the connection.
|
|
187
|
-
*/
|
|
188
|
-
connectionIdentifier?: string;
|
|
189
|
-
}
|
|
190
|
-
/**
|
|
191
|
-
* The properties that define an exchange peering.
|
|
192
|
-
*/
|
|
193
|
-
export interface PeeringPropertiesExchange {
|
|
194
|
-
/**
|
|
195
|
-
* The set of connections that constitute an exchange peering.
|
|
196
|
-
*/
|
|
197
|
-
connections?: ExchangeConnection[];
|
|
198
|
-
/**
|
|
199
|
-
* The reference of the peer ASN.
|
|
200
|
-
*/
|
|
201
|
-
peerAsn?: SubResource;
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* The ARM resource class.
|
|
205
|
-
*/
|
|
206
|
-
export interface Resource extends BaseResource {
|
|
207
|
-
/**
|
|
208
|
-
* The name of the resource.
|
|
209
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
210
|
-
*/
|
|
211
|
-
readonly name?: string;
|
|
212
|
-
/**
|
|
213
|
-
* The ID of the resource.
|
|
214
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
215
|
-
*/
|
|
216
|
-
readonly id?: string;
|
|
217
|
-
/**
|
|
218
|
-
* The type of the resource.
|
|
219
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
220
|
-
*/
|
|
221
|
-
readonly type?: string;
|
|
222
|
-
}
|
|
223
|
-
/**
|
|
224
|
-
* Peering is a logical representation of a set of connections to the Microsoft Cloud Edge at a
|
|
225
|
-
* location.
|
|
226
|
-
*/
|
|
227
|
-
export interface Peering extends Resource {
|
|
228
|
-
/**
|
|
229
|
-
* The SKU that defines the tier and kind of the peering.
|
|
230
|
-
*/
|
|
231
|
-
sku: PeeringSku;
|
|
232
|
-
/**
|
|
233
|
-
* The kind of the peering. Possible values include: 'Direct', 'Exchange'
|
|
234
|
-
*/
|
|
235
|
-
kind: Kind;
|
|
236
|
-
/**
|
|
237
|
-
* The properties that define a direct peering.
|
|
238
|
-
*/
|
|
239
|
-
direct?: PeeringPropertiesDirect;
|
|
240
|
-
/**
|
|
241
|
-
* The properties that define an exchange peering.
|
|
242
|
-
*/
|
|
243
|
-
exchange?: PeeringPropertiesExchange;
|
|
244
|
-
/**
|
|
245
|
-
* The location of the peering.
|
|
246
|
-
*/
|
|
247
|
-
peeringLocation?: string;
|
|
248
|
-
/**
|
|
249
|
-
* The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating',
|
|
250
|
-
* 'Deleting', 'Failed'
|
|
251
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
252
|
-
*/
|
|
253
|
-
readonly provisioningState?: ProvisioningState;
|
|
254
|
-
/**
|
|
255
|
-
* The location of the resource.
|
|
256
|
-
*/
|
|
257
|
-
location: string;
|
|
258
|
-
/**
|
|
259
|
-
* The resource tags.
|
|
260
|
-
*/
|
|
261
|
-
tags?: {
|
|
262
|
-
[propertyName: string]: string;
|
|
263
|
-
};
|
|
264
|
-
}
|
|
265
|
-
/**
|
|
266
|
-
* The information related to the operation.
|
|
267
|
-
*/
|
|
268
|
-
export interface OperationDisplayInfo {
|
|
269
|
-
/**
|
|
270
|
-
* The name of the resource provider.
|
|
271
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
272
|
-
*/
|
|
273
|
-
readonly provider?: string;
|
|
274
|
-
/**
|
|
275
|
-
* The type of the resource.
|
|
276
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
277
|
-
*/
|
|
278
|
-
readonly resource?: string;
|
|
279
|
-
/**
|
|
280
|
-
* The name of the operation.
|
|
281
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
282
|
-
*/
|
|
283
|
-
readonly operation?: string;
|
|
284
|
-
/**
|
|
285
|
-
* The description of the operation.
|
|
286
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
287
|
-
*/
|
|
288
|
-
readonly description?: string;
|
|
289
|
-
}
|
|
290
|
-
/**
|
|
291
|
-
* The peering API operation.
|
|
292
|
-
*/
|
|
293
|
-
export interface Operation {
|
|
294
|
-
/**
|
|
295
|
-
* The name of the operation.
|
|
296
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
297
|
-
*/
|
|
298
|
-
readonly name?: string;
|
|
299
|
-
/**
|
|
300
|
-
* The information related to the operation.
|
|
301
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
302
|
-
*/
|
|
303
|
-
readonly display?: OperationDisplayInfo;
|
|
304
|
-
/**
|
|
305
|
-
* The flag that indicates whether the operation applies to data plane.
|
|
306
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
307
|
-
*/
|
|
308
|
-
readonly isDataAction?: boolean;
|
|
309
|
-
}
|
|
310
|
-
/**
|
|
311
|
-
* The contact information of the peer.
|
|
312
|
-
*/
|
|
313
|
-
export interface ContactInfo {
|
|
314
|
-
/**
|
|
315
|
-
* The list of email addresses.
|
|
316
|
-
*/
|
|
317
|
-
emails?: string[];
|
|
318
|
-
/**
|
|
319
|
-
* The list of contact numbers.
|
|
320
|
-
*/
|
|
321
|
-
phone?: string[];
|
|
322
|
-
}
|
|
323
|
-
/**
|
|
324
|
-
* The essential information related to the peer's ASN.
|
|
325
|
-
*/
|
|
326
|
-
export interface PeerAsn extends Resource {
|
|
327
|
-
/**
|
|
328
|
-
* The Autonomous System Number (ASN) of the peer.
|
|
329
|
-
*/
|
|
330
|
-
peerAsn?: number;
|
|
331
|
-
/**
|
|
332
|
-
* The contact information of the peer.
|
|
333
|
-
*/
|
|
334
|
-
peerContactInfo?: ContactInfo;
|
|
335
|
-
/**
|
|
336
|
-
* The name of the peer.
|
|
337
|
-
*/
|
|
338
|
-
peerName?: string;
|
|
339
|
-
/**
|
|
340
|
-
* The validation state of the ASN associated with the peer. Possible values include: 'None',
|
|
341
|
-
* 'Pending', 'Approved', 'Failed'
|
|
342
|
-
*/
|
|
343
|
-
validationState?: ValidationState;
|
|
344
|
-
}
|
|
345
|
-
/**
|
|
346
|
-
* The properties that define a direct peering facility.
|
|
347
|
-
*/
|
|
348
|
-
export interface DirectPeeringFacility {
|
|
349
|
-
/**
|
|
350
|
-
* The address of the direct peering facility.
|
|
351
|
-
*/
|
|
352
|
-
address?: string;
|
|
353
|
-
/**
|
|
354
|
-
* The type of the direct peering. Possible values include: 'Edge', 'Transit', 'Cdn', 'Internal'
|
|
355
|
-
*/
|
|
356
|
-
directPeeringType?: DirectPeeringType;
|
|
357
|
-
/**
|
|
358
|
-
* The PeeringDB.com ID of the facility.
|
|
359
|
-
*/
|
|
360
|
-
peeringDBFacilityId?: number;
|
|
361
|
-
/**
|
|
362
|
-
* The PeeringDB.com URL of the facility.
|
|
363
|
-
*/
|
|
364
|
-
peeringDBFacilityLink?: string;
|
|
365
|
-
}
|
|
366
|
-
/**
|
|
367
|
-
* The properties that define a peering bandwidth offer.
|
|
368
|
-
*/
|
|
369
|
-
export interface PeeringBandwidthOffer {
|
|
370
|
-
/**
|
|
371
|
-
* The name of the bandwidth offer.
|
|
372
|
-
*/
|
|
373
|
-
offerName?: string;
|
|
374
|
-
/**
|
|
375
|
-
* The value of the bandwidth offer in Mbps.
|
|
376
|
-
*/
|
|
377
|
-
valueInMbps?: number;
|
|
378
|
-
}
|
|
379
|
-
/**
|
|
380
|
-
* The properties that define a direct peering location.
|
|
381
|
-
*/
|
|
382
|
-
export interface PeeringLocationPropertiesDirect {
|
|
383
|
-
/**
|
|
384
|
-
* The list of direct peering facilities at the peering location.
|
|
385
|
-
*/
|
|
386
|
-
peeringFacilities?: DirectPeeringFacility[];
|
|
387
|
-
/**
|
|
388
|
-
* The list of bandwidth offers available at the peering location.
|
|
389
|
-
*/
|
|
390
|
-
bandwidthOffers?: PeeringBandwidthOffer[];
|
|
391
|
-
}
|
|
392
|
-
/**
|
|
393
|
-
* The properties that define an exchange peering facility.
|
|
394
|
-
*/
|
|
395
|
-
export interface ExchangePeeringFacility {
|
|
396
|
-
/**
|
|
397
|
-
* The name of the exchange peering facility.
|
|
398
|
-
*/
|
|
399
|
-
exchangeName?: string;
|
|
400
|
-
/**
|
|
401
|
-
* The bandwidth of the connection between Microsoft and the exchange peering facility.
|
|
402
|
-
*/
|
|
403
|
-
bandwidthInMbps?: number;
|
|
404
|
-
/**
|
|
405
|
-
* The IPv4 address of Microsoft at the exchange peering facility.
|
|
406
|
-
*/
|
|
407
|
-
microsoftIPv4Address?: string;
|
|
408
|
-
/**
|
|
409
|
-
* The IPv6 address of Microsoft at the exchange peering facility.
|
|
410
|
-
*/
|
|
411
|
-
microsoftIPv6Address?: string;
|
|
412
|
-
/**
|
|
413
|
-
* The IPv4 prefixes associated with the exchange peering facility.
|
|
414
|
-
*/
|
|
415
|
-
facilityIPv4Prefix?: string;
|
|
416
|
-
/**
|
|
417
|
-
* The IPv6 prefixes associated with the exchange peering facility.
|
|
418
|
-
*/
|
|
419
|
-
facilityIPv6Prefix?: string;
|
|
420
|
-
/**
|
|
421
|
-
* The PeeringDB.com ID of the facility.
|
|
422
|
-
*/
|
|
423
|
-
peeringDBFacilityId?: number;
|
|
424
|
-
/**
|
|
425
|
-
* The PeeringDB.com URL of the facility.
|
|
426
|
-
*/
|
|
427
|
-
peeringDBFacilityLink?: string;
|
|
428
|
-
}
|
|
429
|
-
/**
|
|
430
|
-
* The properties that define an exchange peering location.
|
|
431
|
-
*/
|
|
432
|
-
export interface PeeringLocationPropertiesExchange {
|
|
433
|
-
/**
|
|
434
|
-
* The list of exchange peering facilities at the peering location.
|
|
435
|
-
*/
|
|
436
|
-
peeringFacilities?: ExchangePeeringFacility[];
|
|
437
|
-
}
|
|
438
|
-
/**
|
|
439
|
-
* Peering location is where connectivity could be established to the Microsoft Cloud Edge.
|
|
440
|
-
*/
|
|
441
|
-
export interface PeeringLocation extends Resource {
|
|
442
|
-
/**
|
|
443
|
-
* The kind of peering that the peering location supports. Possible values include: 'Direct',
|
|
444
|
-
* 'Exchange'
|
|
445
|
-
*/
|
|
446
|
-
kind?: Kind;
|
|
447
|
-
/**
|
|
448
|
-
* The properties that define a direct peering location.
|
|
449
|
-
*/
|
|
450
|
-
direct?: PeeringLocationPropertiesDirect;
|
|
451
|
-
/**
|
|
452
|
-
* The properties that define an exchange peering location.
|
|
453
|
-
*/
|
|
454
|
-
exchange?: PeeringLocationPropertiesExchange;
|
|
455
|
-
/**
|
|
456
|
-
* The name of the peering location.
|
|
457
|
-
*/
|
|
458
|
-
peeringLocation?: string;
|
|
459
|
-
/**
|
|
460
|
-
* The country in which the peering location exists.
|
|
461
|
-
*/
|
|
462
|
-
country?: string;
|
|
463
|
-
/**
|
|
464
|
-
* The Azure region associated with the peering location.
|
|
465
|
-
*/
|
|
466
|
-
azureRegion?: string;
|
|
467
|
-
}
|
|
468
|
-
/**
|
|
469
|
-
* The resource tags.
|
|
470
|
-
*/
|
|
471
|
-
export interface ResourceTags {
|
|
472
|
-
/**
|
|
473
|
-
* Gets or sets the tags, a dictionary of descriptors arm object
|
|
474
|
-
*/
|
|
475
|
-
tags?: {
|
|
476
|
-
[propertyName: string]: string;
|
|
477
|
-
};
|
|
478
|
-
}
|
|
479
|
-
/**
|
|
480
|
-
* PeeringService location
|
|
481
|
-
*/
|
|
482
|
-
export interface PeeringServiceLocation extends Resource {
|
|
483
|
-
/**
|
|
484
|
-
* Country of the customer
|
|
485
|
-
*/
|
|
486
|
-
country?: string;
|
|
487
|
-
/**
|
|
488
|
-
* State of the customer
|
|
489
|
-
*/
|
|
490
|
-
state?: string;
|
|
491
|
-
/**
|
|
492
|
-
* Azure region for the location
|
|
493
|
-
*/
|
|
494
|
-
azureRegion?: string;
|
|
495
|
-
}
|
|
496
|
-
/**
|
|
497
|
-
* The peering service prefix class.
|
|
498
|
-
*/
|
|
499
|
-
export interface PeeringServicePrefix extends Resource {
|
|
500
|
-
/**
|
|
501
|
-
* Valid route prefix
|
|
502
|
-
*/
|
|
503
|
-
prefix?: string;
|
|
504
|
-
/**
|
|
505
|
-
* The prefix validation state. Possible values include: 'None', 'Invalid', 'Verified', 'Failed',
|
|
506
|
-
* 'Pending', 'Unknown'
|
|
507
|
-
*/
|
|
508
|
-
prefixValidationState?: PrefixValidationState;
|
|
509
|
-
/**
|
|
510
|
-
* The prefix learned type. Possible values include: 'None', 'ViaPartner', 'ViaSession'
|
|
511
|
-
*/
|
|
512
|
-
learnedType?: LearnedType;
|
|
513
|
-
/**
|
|
514
|
-
* The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating',
|
|
515
|
-
* 'Deleting', 'Failed'
|
|
516
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
517
|
-
*/
|
|
518
|
-
readonly provisioningState?: ProvisioningState;
|
|
519
|
-
}
|
|
520
|
-
/**
|
|
521
|
-
* PeeringService provider
|
|
522
|
-
*/
|
|
523
|
-
export interface PeeringServiceProvider extends Resource {
|
|
524
|
-
/**
|
|
525
|
-
* The name of the service provider.
|
|
526
|
-
*/
|
|
527
|
-
serviceProviderName?: string;
|
|
528
|
-
}
|
|
529
|
-
/**
|
|
530
|
-
* Peering Service
|
|
531
|
-
*/
|
|
532
|
-
export interface PeeringService extends Resource {
|
|
533
|
-
/**
|
|
534
|
-
* The PeeringServiceLocation of the Customer.
|
|
535
|
-
*/
|
|
536
|
-
peeringServiceLocation?: string;
|
|
537
|
-
/**
|
|
538
|
-
* The MAPS Provider Name.
|
|
539
|
-
*/
|
|
540
|
-
peeringServiceProvider?: string;
|
|
541
|
-
/**
|
|
542
|
-
* The provisioning state of the resource. Possible values include: 'Succeeded', 'Updating',
|
|
543
|
-
* 'Deleting', 'Failed'
|
|
544
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
545
|
-
*/
|
|
546
|
-
readonly provisioningState?: ProvisioningState;
|
|
547
|
-
/**
|
|
548
|
-
* The location of the resource.
|
|
549
|
-
*/
|
|
550
|
-
location: string;
|
|
551
|
-
/**
|
|
552
|
-
* The resource tags.
|
|
553
|
-
*/
|
|
554
|
-
tags?: {
|
|
555
|
-
[propertyName: string]: string;
|
|
556
|
-
};
|
|
557
|
-
}
|
|
558
|
-
/**
|
|
559
|
-
* The error response that indicates why an operation has failed.
|
|
560
|
-
*/
|
|
561
|
-
export interface ErrorResponse {
|
|
562
|
-
/**
|
|
563
|
-
* The error code.
|
|
564
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
565
|
-
*/
|
|
566
|
-
readonly code?: string;
|
|
567
|
-
/**
|
|
568
|
-
* The error message.
|
|
569
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
570
|
-
*/
|
|
571
|
-
readonly message?: string;
|
|
572
|
-
}
|
|
573
|
-
/**
|
|
574
|
-
* Optional Parameters.
|
|
575
|
-
*/
|
|
576
|
-
export interface PeeringManagementClientCheckServiceProviderAvailabilityOptionalParams extends msRest.RequestOptionsBase {
|
|
577
|
-
/**
|
|
578
|
-
* Gets or sets the PeeringServiceLocation
|
|
579
|
-
*/
|
|
580
|
-
peeringServiceLocation?: string;
|
|
581
|
-
/**
|
|
582
|
-
* Gets or sets the PeeringServiceProvider
|
|
583
|
-
*/
|
|
584
|
-
peeringServiceProvider?: string;
|
|
585
|
-
}
|
|
586
|
-
/**
|
|
587
|
-
* Optional Parameters.
|
|
588
|
-
*/
|
|
589
|
-
export interface PeeringLocationsListOptionalParams extends msRest.RequestOptionsBase {
|
|
590
|
-
/**
|
|
591
|
-
* The type of direct peering. Possible values include: 'Edge', 'Transit', 'Cdn', 'Internal'
|
|
592
|
-
*/
|
|
593
|
-
directPeeringType?: DirectPeeringType1;
|
|
594
|
-
}
|
|
595
|
-
/**
|
|
596
|
-
* Optional Parameters.
|
|
597
|
-
*/
|
|
598
|
-
export interface PeeringsUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
599
|
-
/**
|
|
600
|
-
* Gets or sets the tags, a dictionary of descriptors arm object
|
|
601
|
-
*/
|
|
602
|
-
tags?: {
|
|
603
|
-
[propertyName: string]: string;
|
|
604
|
-
};
|
|
605
|
-
}
|
|
606
|
-
/**
|
|
607
|
-
* Optional Parameters.
|
|
608
|
-
*/
|
|
609
|
-
export interface PeeringServicesUpdateOptionalParams extends msRest.RequestOptionsBase {
|
|
610
|
-
/**
|
|
611
|
-
* Gets or sets the tags, a dictionary of descriptors arm object
|
|
612
|
-
*/
|
|
613
|
-
tags?: {
|
|
614
|
-
[propertyName: string]: string;
|
|
615
|
-
};
|
|
616
|
-
}
|
|
617
|
-
/**
|
|
618
|
-
* An interface representing PeeringManagementClientOptions.
|
|
619
|
-
*/
|
|
620
|
-
export interface PeeringManagementClientOptions extends AzureServiceClientOptions {
|
|
621
|
-
baseUri?: string;
|
|
622
|
-
}
|
|
623
|
-
/**
|
|
624
|
-
* @interface
|
|
625
|
-
* The paginated list of peerings.
|
|
626
|
-
* @extends Array<Peering>
|
|
627
|
-
*/
|
|
628
|
-
export interface PeeringListResult extends Array<Peering> {
|
|
629
|
-
/**
|
|
630
|
-
* The link to fetch the next page of peerings.
|
|
631
|
-
*/
|
|
632
|
-
nextLink?: string;
|
|
633
|
-
}
|
|
634
|
-
/**
|
|
635
|
-
* @interface
|
|
636
|
-
* The paginated list of peering API operations.
|
|
637
|
-
* @extends Array<Operation>
|
|
638
|
-
*/
|
|
639
|
-
export interface OperationListResult extends Array<Operation> {
|
|
640
|
-
/**
|
|
641
|
-
* The link to fetch the next page of peering API operations.
|
|
642
|
-
*/
|
|
643
|
-
nextLink?: string;
|
|
644
|
-
}
|
|
645
|
-
/**
|
|
646
|
-
* @interface
|
|
647
|
-
* The paginated list of peer ASNs.
|
|
648
|
-
* @extends Array<PeerAsn>
|
|
649
|
-
*/
|
|
650
|
-
export interface PeerAsnListResult extends Array<PeerAsn> {
|
|
651
|
-
/**
|
|
652
|
-
* The link to fetch the next page of peer ASNs.
|
|
653
|
-
*/
|
|
654
|
-
nextLink?: string;
|
|
655
|
-
}
|
|
656
|
-
/**
|
|
657
|
-
* @interface
|
|
658
|
-
* The paginated list of peering locations.
|
|
659
|
-
* @extends Array<PeeringLocation>
|
|
660
|
-
*/
|
|
661
|
-
export interface PeeringLocationListResult extends Array<PeeringLocation> {
|
|
662
|
-
/**
|
|
663
|
-
* The link to fetch the next page of peering locations.
|
|
664
|
-
*/
|
|
665
|
-
nextLink?: string;
|
|
666
|
-
}
|
|
667
|
-
/**
|
|
668
|
-
* @interface
|
|
669
|
-
* The paginated list of peering service locations.
|
|
670
|
-
* @extends Array<PeeringServiceLocation>
|
|
671
|
-
*/
|
|
672
|
-
export interface PeeringServiceLocationListResult extends Array<PeeringServiceLocation> {
|
|
673
|
-
/**
|
|
674
|
-
* The link to fetch the next page of peering service locations.
|
|
675
|
-
*/
|
|
676
|
-
nextLink?: string;
|
|
677
|
-
}
|
|
678
|
-
/**
|
|
679
|
-
* @interface
|
|
680
|
-
* The paginated list of [T].
|
|
681
|
-
* @extends Array<PeeringServicePrefix>
|
|
682
|
-
*/
|
|
683
|
-
export interface PeeringServicePrefixListResult extends Array<PeeringServicePrefix> {
|
|
684
|
-
/**
|
|
685
|
-
* The link to fetch the next page of [T].
|
|
686
|
-
*/
|
|
687
|
-
nextLink?: string;
|
|
688
|
-
}
|
|
689
|
-
/**
|
|
690
|
-
* @interface
|
|
691
|
-
* The paginated list of peering service providers.
|
|
692
|
-
* @extends Array<PeeringServiceProvider>
|
|
693
|
-
*/
|
|
694
|
-
export interface PeeringServiceProviderListResult extends Array<PeeringServiceProvider> {
|
|
695
|
-
/**
|
|
696
|
-
* The link to fetch the next page of peering service providers.
|
|
697
|
-
*/
|
|
698
|
-
nextLink?: string;
|
|
699
|
-
}
|
|
700
|
-
/**
|
|
701
|
-
* @interface
|
|
702
|
-
* The paginated list of peering services.
|
|
703
|
-
* @extends Array<PeeringService>
|
|
704
|
-
*/
|
|
705
|
-
export interface PeeringServiceListResult extends Array<PeeringService> {
|
|
706
|
-
/**
|
|
707
|
-
* The link to fetch the next page of peering services.
|
|
708
|
-
*/
|
|
709
|
-
nextLink?: string;
|
|
710
|
-
}
|
|
711
|
-
/**
|
|
712
|
-
* Defines values for Name.
|
|
713
|
-
* Possible values include: 'Basic_Exchange_Free', 'Basic_Direct_Free', 'Premium_Direct_Free',
|
|
714
|
-
* 'Premium_Exchange_Metered', 'Premium_Direct_Metered', 'Premium_Direct_Unlimited'
|
|
715
|
-
* @readonly
|
|
716
|
-
* @enum {string}
|
|
717
|
-
*/
|
|
718
|
-
export declare type Name = 'Basic_Exchange_Free' | 'Basic_Direct_Free' | 'Premium_Direct_Free' | 'Premium_Exchange_Metered' | 'Premium_Direct_Metered' | 'Premium_Direct_Unlimited';
|
|
719
|
-
/**
|
|
720
|
-
* Defines values for Tier.
|
|
721
|
-
* Possible values include: 'Basic', 'Premium'
|
|
722
|
-
* @readonly
|
|
723
|
-
* @enum {string}
|
|
724
|
-
*/
|
|
725
|
-
export declare type Tier = 'Basic' | 'Premium';
|
|
726
|
-
/**
|
|
727
|
-
* Defines values for Family.
|
|
728
|
-
* Possible values include: 'Direct', 'Exchange'
|
|
729
|
-
* @readonly
|
|
730
|
-
* @enum {string}
|
|
731
|
-
*/
|
|
732
|
-
export declare type Family = 'Direct' | 'Exchange';
|
|
733
|
-
/**
|
|
734
|
-
* Defines values for Size.
|
|
735
|
-
* Possible values include: 'Free', 'Metered', 'Unlimited'
|
|
736
|
-
* @readonly
|
|
737
|
-
* @enum {string}
|
|
738
|
-
*/
|
|
739
|
-
export declare type Size = 'Free' | 'Metered' | 'Unlimited';
|
|
740
|
-
/**
|
|
741
|
-
* Defines values for Kind.
|
|
742
|
-
* Possible values include: 'Direct', 'Exchange'
|
|
743
|
-
* @readonly
|
|
744
|
-
* @enum {string}
|
|
745
|
-
*/
|
|
746
|
-
export declare type Kind = 'Direct' | 'Exchange';
|
|
747
|
-
/**
|
|
748
|
-
* Defines values for SessionAddressProvider.
|
|
749
|
-
* Possible values include: 'Microsoft', 'Peer'
|
|
750
|
-
* @readonly
|
|
751
|
-
* @enum {string}
|
|
752
|
-
*/
|
|
753
|
-
export declare type SessionAddressProvider = 'Microsoft' | 'Peer';
|
|
754
|
-
/**
|
|
755
|
-
* Defines values for ConnectionState.
|
|
756
|
-
* Possible values include: 'None', 'PendingApproval', 'Approved', 'ProvisioningStarted',
|
|
757
|
-
* 'ProvisioningFailed', 'ProvisioningCompleted', 'Validating', 'Active'
|
|
758
|
-
* @readonly
|
|
759
|
-
* @enum {string}
|
|
760
|
-
*/
|
|
761
|
-
export declare type ConnectionState = 'None' | 'PendingApproval' | 'Approved' | 'ProvisioningStarted' | 'ProvisioningFailed' | 'ProvisioningCompleted' | 'Validating' | 'Active';
|
|
762
|
-
/**
|
|
763
|
-
* Defines values for SessionStateV4.
|
|
764
|
-
* Possible values include: 'None', 'Idle', 'Connect', 'Active', 'OpenSent', 'OpenConfirm',
|
|
765
|
-
* 'OpenReceived', 'Established', 'PendingAdd', 'PendingUpdate', 'PendingRemove'
|
|
766
|
-
* @readonly
|
|
767
|
-
* @enum {string}
|
|
768
|
-
*/
|
|
769
|
-
export declare type SessionStateV4 = 'None' | 'Idle' | 'Connect' | 'Active' | 'OpenSent' | 'OpenConfirm' | 'OpenReceived' | 'Established' | 'PendingAdd' | 'PendingUpdate' | 'PendingRemove';
|
|
770
|
-
/**
|
|
771
|
-
* Defines values for SessionStateV6.
|
|
772
|
-
* Possible values include: 'None', 'Idle', 'Connect', 'Active', 'OpenSent', 'OpenConfirm',
|
|
773
|
-
* 'OpenReceived', 'Established', 'PendingAdd', 'PendingUpdate', 'PendingRemove'
|
|
774
|
-
* @readonly
|
|
775
|
-
* @enum {string}
|
|
776
|
-
*/
|
|
777
|
-
export declare type SessionStateV6 = 'None' | 'Idle' | 'Connect' | 'Active' | 'OpenSent' | 'OpenConfirm' | 'OpenReceived' | 'Established' | 'PendingAdd' | 'PendingUpdate' | 'PendingRemove';
|
|
778
|
-
/**
|
|
779
|
-
* Defines values for DirectPeeringType.
|
|
780
|
-
* Possible values include: 'Edge', 'Transit', 'Cdn', 'Internal'
|
|
781
|
-
* @readonly
|
|
782
|
-
* @enum {string}
|
|
783
|
-
*/
|
|
784
|
-
export declare type DirectPeeringType = 'Edge' | 'Transit' | 'Cdn' | 'Internal';
|
|
785
|
-
/**
|
|
786
|
-
* Defines values for ProvisioningState.
|
|
787
|
-
* Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
|
|
788
|
-
* @readonly
|
|
789
|
-
* @enum {string}
|
|
790
|
-
*/
|
|
791
|
-
export declare type ProvisioningState = 'Succeeded' | 'Updating' | 'Deleting' | 'Failed';
|
|
792
|
-
/**
|
|
793
|
-
* Defines values for ValidationState.
|
|
794
|
-
* Possible values include: 'None', 'Pending', 'Approved', 'Failed'
|
|
795
|
-
* @readonly
|
|
796
|
-
* @enum {string}
|
|
797
|
-
*/
|
|
798
|
-
export declare type ValidationState = 'None' | 'Pending' | 'Approved' | 'Failed';
|
|
799
|
-
/**
|
|
800
|
-
* Defines values for PrefixValidationState.
|
|
801
|
-
* Possible values include: 'None', 'Invalid', 'Verified', 'Failed', 'Pending', 'Unknown'
|
|
802
|
-
* @readonly
|
|
803
|
-
* @enum {string}
|
|
804
|
-
*/
|
|
805
|
-
export declare type PrefixValidationState = 'None' | 'Invalid' | 'Verified' | 'Failed' | 'Pending' | 'Unknown';
|
|
806
|
-
/**
|
|
807
|
-
* Defines values for LearnedType.
|
|
808
|
-
* Possible values include: 'None', 'ViaPartner', 'ViaSession'
|
|
809
|
-
* @readonly
|
|
810
|
-
* @enum {string}
|
|
811
|
-
*/
|
|
812
|
-
export declare type LearnedType = 'None' | 'ViaPartner' | 'ViaSession';
|
|
813
|
-
/**
|
|
814
|
-
* Defines values for DirectPeeringType1.
|
|
815
|
-
* Possible values include: 'Edge', 'Transit', 'Cdn', 'Internal'
|
|
816
|
-
* @readonly
|
|
817
|
-
* @enum {string}
|
|
818
|
-
*/
|
|
819
|
-
export declare type DirectPeeringType1 = 'Edge' | 'Transit' | 'Cdn' | 'Internal';
|
|
820
|
-
/**
|
|
821
|
-
* Defines values for CheckServiceProviderAvailabilityOKResponse.
|
|
822
|
-
* Possible values include: 'Available', 'UnAvailable'
|
|
823
|
-
* @readonly
|
|
824
|
-
* @enum {string}
|
|
825
|
-
*/
|
|
826
|
-
export declare type CheckServiceProviderAvailabilityOKResponse = 'Available' | 'UnAvailable';
|
|
827
|
-
/**
|
|
828
|
-
* Defines values for Kind1.
|
|
829
|
-
* Possible values include: 'Direct', 'Exchange'
|
|
830
|
-
* @readonly
|
|
831
|
-
* @enum {string}
|
|
832
|
-
*/
|
|
833
|
-
export declare type Kind1 = 'Direct' | 'Exchange';
|
|
834
|
-
/**
|
|
835
|
-
* Defines values for Kind2.
|
|
836
|
-
* Possible values include: 'Direct', 'Exchange'
|
|
837
|
-
* @readonly
|
|
838
|
-
* @enum {string}
|
|
839
|
-
*/
|
|
840
|
-
export declare type Kind2 = 'Direct' | 'Exchange';
|
|
841
|
-
/**
|
|
842
|
-
* Contains response data for the checkServiceProviderAvailability operation.
|
|
843
|
-
*/
|
|
844
|
-
export declare type CheckServiceProviderAvailabilityResponse = {
|
|
845
|
-
/**
|
|
846
|
-
* The parsed response body.
|
|
847
|
-
*/
|
|
848
|
-
body: CheckServiceProviderAvailabilityOKResponse;
|
|
849
|
-
/**
|
|
850
|
-
* The underlying HTTP response.
|
|
851
|
-
*/
|
|
852
|
-
_response: msRest.HttpResponse & {
|
|
853
|
-
/**
|
|
854
|
-
* The response body as text (string format)
|
|
855
|
-
*/
|
|
856
|
-
bodyAsText: string;
|
|
857
|
-
/**
|
|
858
|
-
* The response body as parsed JSON or XML
|
|
859
|
-
*/
|
|
860
|
-
parsedBody: CheckServiceProviderAvailabilityOKResponse;
|
|
861
|
-
};
|
|
862
|
-
};
|
|
863
|
-
/**
|
|
864
|
-
* Contains response data for the list operation.
|
|
865
|
-
*/
|
|
866
|
-
export declare type LegacyPeeringsListResponse = PeeringListResult & {
|
|
867
|
-
/**
|
|
868
|
-
* The underlying HTTP response.
|
|
869
|
-
*/
|
|
870
|
-
_response: msRest.HttpResponse & {
|
|
871
|
-
/**
|
|
872
|
-
* The response body as text (string format)
|
|
873
|
-
*/
|
|
874
|
-
bodyAsText: string;
|
|
875
|
-
/**
|
|
876
|
-
* The response body as parsed JSON or XML
|
|
877
|
-
*/
|
|
878
|
-
parsedBody: PeeringListResult;
|
|
879
|
-
};
|
|
880
|
-
};
|
|
881
|
-
/**
|
|
882
|
-
* Contains response data for the listNext operation.
|
|
883
|
-
*/
|
|
884
|
-
export declare type LegacyPeeringsListNextResponse = PeeringListResult & {
|
|
885
|
-
/**
|
|
886
|
-
* The underlying HTTP response.
|
|
887
|
-
*/
|
|
888
|
-
_response: msRest.HttpResponse & {
|
|
889
|
-
/**
|
|
890
|
-
* The response body as text (string format)
|
|
891
|
-
*/
|
|
892
|
-
bodyAsText: string;
|
|
893
|
-
/**
|
|
894
|
-
* The response body as parsed JSON or XML
|
|
895
|
-
*/
|
|
896
|
-
parsedBody: PeeringListResult;
|
|
897
|
-
};
|
|
898
|
-
};
|
|
899
|
-
/**
|
|
900
|
-
* Contains response data for the list operation.
|
|
901
|
-
*/
|
|
902
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
903
|
-
/**
|
|
904
|
-
* The underlying HTTP response.
|
|
905
|
-
*/
|
|
906
|
-
_response: msRest.HttpResponse & {
|
|
907
|
-
/**
|
|
908
|
-
* The response body as text (string format)
|
|
909
|
-
*/
|
|
910
|
-
bodyAsText: string;
|
|
911
|
-
/**
|
|
912
|
-
* The response body as parsed JSON or XML
|
|
913
|
-
*/
|
|
914
|
-
parsedBody: OperationListResult;
|
|
915
|
-
};
|
|
916
|
-
};
|
|
917
|
-
/**
|
|
918
|
-
* Contains response data for the listNext operation.
|
|
919
|
-
*/
|
|
920
|
-
export declare type OperationsListNextResponse = OperationListResult & {
|
|
921
|
-
/**
|
|
922
|
-
* The underlying HTTP response.
|
|
923
|
-
*/
|
|
924
|
-
_response: msRest.HttpResponse & {
|
|
925
|
-
/**
|
|
926
|
-
* The response body as text (string format)
|
|
927
|
-
*/
|
|
928
|
-
bodyAsText: string;
|
|
929
|
-
/**
|
|
930
|
-
* The response body as parsed JSON or XML
|
|
931
|
-
*/
|
|
932
|
-
parsedBody: OperationListResult;
|
|
933
|
-
};
|
|
934
|
-
};
|
|
935
|
-
/**
|
|
936
|
-
* Contains response data for the get operation.
|
|
937
|
-
*/
|
|
938
|
-
export declare type PeerAsnsGetResponse = PeerAsn & {
|
|
939
|
-
/**
|
|
940
|
-
* The underlying HTTP response.
|
|
941
|
-
*/
|
|
942
|
-
_response: msRest.HttpResponse & {
|
|
943
|
-
/**
|
|
944
|
-
* The response body as text (string format)
|
|
945
|
-
*/
|
|
946
|
-
bodyAsText: string;
|
|
947
|
-
/**
|
|
948
|
-
* The response body as parsed JSON or XML
|
|
949
|
-
*/
|
|
950
|
-
parsedBody: PeerAsn;
|
|
951
|
-
};
|
|
952
|
-
};
|
|
953
|
-
/**
|
|
954
|
-
* Contains response data for the createOrUpdate operation.
|
|
955
|
-
*/
|
|
956
|
-
export declare type PeerAsnsCreateOrUpdateResponse = PeerAsn & {
|
|
957
|
-
/**
|
|
958
|
-
* The underlying HTTP response.
|
|
959
|
-
*/
|
|
960
|
-
_response: msRest.HttpResponse & {
|
|
961
|
-
/**
|
|
962
|
-
* The response body as text (string format)
|
|
963
|
-
*/
|
|
964
|
-
bodyAsText: string;
|
|
965
|
-
/**
|
|
966
|
-
* The response body as parsed JSON or XML
|
|
967
|
-
*/
|
|
968
|
-
parsedBody: PeerAsn;
|
|
969
|
-
};
|
|
970
|
-
};
|
|
971
|
-
/**
|
|
972
|
-
* Contains response data for the listBySubscription operation.
|
|
973
|
-
*/
|
|
974
|
-
export declare type PeerAsnsListBySubscriptionResponse = PeerAsnListResult & {
|
|
975
|
-
/**
|
|
976
|
-
* The underlying HTTP response.
|
|
977
|
-
*/
|
|
978
|
-
_response: msRest.HttpResponse & {
|
|
979
|
-
/**
|
|
980
|
-
* The response body as text (string format)
|
|
981
|
-
*/
|
|
982
|
-
bodyAsText: string;
|
|
983
|
-
/**
|
|
984
|
-
* The response body as parsed JSON or XML
|
|
985
|
-
*/
|
|
986
|
-
parsedBody: PeerAsnListResult;
|
|
987
|
-
};
|
|
988
|
-
};
|
|
989
|
-
/**
|
|
990
|
-
* Contains response data for the listBySubscriptionNext operation.
|
|
991
|
-
*/
|
|
992
|
-
export declare type PeerAsnsListBySubscriptionNextResponse = PeerAsnListResult & {
|
|
993
|
-
/**
|
|
994
|
-
* The underlying HTTP response.
|
|
995
|
-
*/
|
|
996
|
-
_response: msRest.HttpResponse & {
|
|
997
|
-
/**
|
|
998
|
-
* The response body as text (string format)
|
|
999
|
-
*/
|
|
1000
|
-
bodyAsText: string;
|
|
1001
|
-
/**
|
|
1002
|
-
* The response body as parsed JSON or XML
|
|
1003
|
-
*/
|
|
1004
|
-
parsedBody: PeerAsnListResult;
|
|
1005
|
-
};
|
|
1006
|
-
};
|
|
1007
|
-
/**
|
|
1008
|
-
* Contains response data for the list operation.
|
|
1009
|
-
*/
|
|
1010
|
-
export declare type PeeringLocationsListResponse = PeeringLocationListResult & {
|
|
1011
|
-
/**
|
|
1012
|
-
* The underlying HTTP response.
|
|
1013
|
-
*/
|
|
1014
|
-
_response: msRest.HttpResponse & {
|
|
1015
|
-
/**
|
|
1016
|
-
* The response body as text (string format)
|
|
1017
|
-
*/
|
|
1018
|
-
bodyAsText: string;
|
|
1019
|
-
/**
|
|
1020
|
-
* The response body as parsed JSON or XML
|
|
1021
|
-
*/
|
|
1022
|
-
parsedBody: PeeringLocationListResult;
|
|
1023
|
-
};
|
|
1024
|
-
};
|
|
1025
|
-
/**
|
|
1026
|
-
* Contains response data for the listNext operation.
|
|
1027
|
-
*/
|
|
1028
|
-
export declare type PeeringLocationsListNextResponse = PeeringLocationListResult & {
|
|
1029
|
-
/**
|
|
1030
|
-
* The underlying HTTP response.
|
|
1031
|
-
*/
|
|
1032
|
-
_response: msRest.HttpResponse & {
|
|
1033
|
-
/**
|
|
1034
|
-
* The response body as text (string format)
|
|
1035
|
-
*/
|
|
1036
|
-
bodyAsText: string;
|
|
1037
|
-
/**
|
|
1038
|
-
* The response body as parsed JSON or XML
|
|
1039
|
-
*/
|
|
1040
|
-
parsedBody: PeeringLocationListResult;
|
|
1041
|
-
};
|
|
1042
|
-
};
|
|
1043
|
-
/**
|
|
1044
|
-
* Contains response data for the get operation.
|
|
1045
|
-
*/
|
|
1046
|
-
export declare type PeeringsGetResponse = Peering & {
|
|
1047
|
-
/**
|
|
1048
|
-
* The underlying HTTP response.
|
|
1049
|
-
*/
|
|
1050
|
-
_response: msRest.HttpResponse & {
|
|
1051
|
-
/**
|
|
1052
|
-
* The response body as text (string format)
|
|
1053
|
-
*/
|
|
1054
|
-
bodyAsText: string;
|
|
1055
|
-
/**
|
|
1056
|
-
* The response body as parsed JSON or XML
|
|
1057
|
-
*/
|
|
1058
|
-
parsedBody: Peering;
|
|
1059
|
-
};
|
|
1060
|
-
};
|
|
1061
|
-
/**
|
|
1062
|
-
* Contains response data for the createOrUpdate operation.
|
|
1063
|
-
*/
|
|
1064
|
-
export declare type PeeringsCreateOrUpdateResponse = Peering & {
|
|
1065
|
-
/**
|
|
1066
|
-
* The underlying HTTP response.
|
|
1067
|
-
*/
|
|
1068
|
-
_response: msRest.HttpResponse & {
|
|
1069
|
-
/**
|
|
1070
|
-
* The response body as text (string format)
|
|
1071
|
-
*/
|
|
1072
|
-
bodyAsText: string;
|
|
1073
|
-
/**
|
|
1074
|
-
* The response body as parsed JSON or XML
|
|
1075
|
-
*/
|
|
1076
|
-
parsedBody: Peering;
|
|
1077
|
-
};
|
|
1078
|
-
};
|
|
1079
|
-
/**
|
|
1080
|
-
* Contains response data for the update operation.
|
|
1081
|
-
*/
|
|
1082
|
-
export declare type PeeringsUpdateResponse = Peering & {
|
|
1083
|
-
/**
|
|
1084
|
-
* The underlying HTTP response.
|
|
1085
|
-
*/
|
|
1086
|
-
_response: msRest.HttpResponse & {
|
|
1087
|
-
/**
|
|
1088
|
-
* The response body as text (string format)
|
|
1089
|
-
*/
|
|
1090
|
-
bodyAsText: string;
|
|
1091
|
-
/**
|
|
1092
|
-
* The response body as parsed JSON or XML
|
|
1093
|
-
*/
|
|
1094
|
-
parsedBody: Peering;
|
|
1095
|
-
};
|
|
1096
|
-
};
|
|
1097
|
-
/**
|
|
1098
|
-
* Contains response data for the listByResourceGroup operation.
|
|
1099
|
-
*/
|
|
1100
|
-
export declare type PeeringsListByResourceGroupResponse = PeeringListResult & {
|
|
1101
|
-
/**
|
|
1102
|
-
* The underlying HTTP response.
|
|
1103
|
-
*/
|
|
1104
|
-
_response: msRest.HttpResponse & {
|
|
1105
|
-
/**
|
|
1106
|
-
* The response body as text (string format)
|
|
1107
|
-
*/
|
|
1108
|
-
bodyAsText: string;
|
|
1109
|
-
/**
|
|
1110
|
-
* The response body as parsed JSON or XML
|
|
1111
|
-
*/
|
|
1112
|
-
parsedBody: PeeringListResult;
|
|
1113
|
-
};
|
|
1114
|
-
};
|
|
1115
|
-
/**
|
|
1116
|
-
* Contains response data for the listBySubscription operation.
|
|
1117
|
-
*/
|
|
1118
|
-
export declare type PeeringsListBySubscriptionResponse = PeeringListResult & {
|
|
1119
|
-
/**
|
|
1120
|
-
* The underlying HTTP response.
|
|
1121
|
-
*/
|
|
1122
|
-
_response: msRest.HttpResponse & {
|
|
1123
|
-
/**
|
|
1124
|
-
* The response body as text (string format)
|
|
1125
|
-
*/
|
|
1126
|
-
bodyAsText: string;
|
|
1127
|
-
/**
|
|
1128
|
-
* The response body as parsed JSON or XML
|
|
1129
|
-
*/
|
|
1130
|
-
parsedBody: PeeringListResult;
|
|
1131
|
-
};
|
|
1132
|
-
};
|
|
1133
|
-
/**
|
|
1134
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1135
|
-
*/
|
|
1136
|
-
export declare type PeeringsListByResourceGroupNextResponse = PeeringListResult & {
|
|
1137
|
-
/**
|
|
1138
|
-
* The underlying HTTP response.
|
|
1139
|
-
*/
|
|
1140
|
-
_response: msRest.HttpResponse & {
|
|
1141
|
-
/**
|
|
1142
|
-
* The response body as text (string format)
|
|
1143
|
-
*/
|
|
1144
|
-
bodyAsText: string;
|
|
1145
|
-
/**
|
|
1146
|
-
* The response body as parsed JSON or XML
|
|
1147
|
-
*/
|
|
1148
|
-
parsedBody: PeeringListResult;
|
|
1149
|
-
};
|
|
1150
|
-
};
|
|
1151
|
-
/**
|
|
1152
|
-
* Contains response data for the listBySubscriptionNext operation.
|
|
1153
|
-
*/
|
|
1154
|
-
export declare type PeeringsListBySubscriptionNextResponse = PeeringListResult & {
|
|
1155
|
-
/**
|
|
1156
|
-
* The underlying HTTP response.
|
|
1157
|
-
*/
|
|
1158
|
-
_response: msRest.HttpResponse & {
|
|
1159
|
-
/**
|
|
1160
|
-
* The response body as text (string format)
|
|
1161
|
-
*/
|
|
1162
|
-
bodyAsText: string;
|
|
1163
|
-
/**
|
|
1164
|
-
* The response body as parsed JSON or XML
|
|
1165
|
-
*/
|
|
1166
|
-
parsedBody: PeeringListResult;
|
|
1167
|
-
};
|
|
1168
|
-
};
|
|
1169
|
-
/**
|
|
1170
|
-
* Contains response data for the list operation.
|
|
1171
|
-
*/
|
|
1172
|
-
export declare type PeeringServiceLocationsListResponse = PeeringServiceLocationListResult & {
|
|
1173
|
-
/**
|
|
1174
|
-
* The underlying HTTP response.
|
|
1175
|
-
*/
|
|
1176
|
-
_response: msRest.HttpResponse & {
|
|
1177
|
-
/**
|
|
1178
|
-
* The response body as text (string format)
|
|
1179
|
-
*/
|
|
1180
|
-
bodyAsText: string;
|
|
1181
|
-
/**
|
|
1182
|
-
* The response body as parsed JSON or XML
|
|
1183
|
-
*/
|
|
1184
|
-
parsedBody: PeeringServiceLocationListResult;
|
|
1185
|
-
};
|
|
1186
|
-
};
|
|
1187
|
-
/**
|
|
1188
|
-
* Contains response data for the listNext operation.
|
|
1189
|
-
*/
|
|
1190
|
-
export declare type PeeringServiceLocationsListNextResponse = PeeringServiceLocationListResult & {
|
|
1191
|
-
/**
|
|
1192
|
-
* The underlying HTTP response.
|
|
1193
|
-
*/
|
|
1194
|
-
_response: msRest.HttpResponse & {
|
|
1195
|
-
/**
|
|
1196
|
-
* The response body as text (string format)
|
|
1197
|
-
*/
|
|
1198
|
-
bodyAsText: string;
|
|
1199
|
-
/**
|
|
1200
|
-
* The response body as parsed JSON or XML
|
|
1201
|
-
*/
|
|
1202
|
-
parsedBody: PeeringServiceLocationListResult;
|
|
1203
|
-
};
|
|
1204
|
-
};
|
|
1205
|
-
/**
|
|
1206
|
-
* Contains response data for the get operation.
|
|
1207
|
-
*/
|
|
1208
|
-
export declare type PeeringServicePrefixesGetResponse = PeeringServicePrefix & {
|
|
1209
|
-
/**
|
|
1210
|
-
* The underlying HTTP response.
|
|
1211
|
-
*/
|
|
1212
|
-
_response: msRest.HttpResponse & {
|
|
1213
|
-
/**
|
|
1214
|
-
* The response body as text (string format)
|
|
1215
|
-
*/
|
|
1216
|
-
bodyAsText: string;
|
|
1217
|
-
/**
|
|
1218
|
-
* The response body as parsed JSON or XML
|
|
1219
|
-
*/
|
|
1220
|
-
parsedBody: PeeringServicePrefix;
|
|
1221
|
-
};
|
|
1222
|
-
};
|
|
1223
|
-
/**
|
|
1224
|
-
* Contains response data for the createOrUpdate operation.
|
|
1225
|
-
*/
|
|
1226
|
-
export declare type PeeringServicePrefixesCreateOrUpdateResponse = PeeringServicePrefix & {
|
|
1227
|
-
/**
|
|
1228
|
-
* The underlying HTTP response.
|
|
1229
|
-
*/
|
|
1230
|
-
_response: msRest.HttpResponse & {
|
|
1231
|
-
/**
|
|
1232
|
-
* The response body as text (string format)
|
|
1233
|
-
*/
|
|
1234
|
-
bodyAsText: string;
|
|
1235
|
-
/**
|
|
1236
|
-
* The response body as parsed JSON or XML
|
|
1237
|
-
*/
|
|
1238
|
-
parsedBody: PeeringServicePrefix;
|
|
1239
|
-
};
|
|
1240
|
-
};
|
|
1241
|
-
/**
|
|
1242
|
-
* Contains response data for the listByPeeringService operation.
|
|
1243
|
-
*/
|
|
1244
|
-
export declare type PrefixesListByPeeringServiceResponse = PeeringServicePrefixListResult & {
|
|
1245
|
-
/**
|
|
1246
|
-
* The underlying HTTP response.
|
|
1247
|
-
*/
|
|
1248
|
-
_response: msRest.HttpResponse & {
|
|
1249
|
-
/**
|
|
1250
|
-
* The response body as text (string format)
|
|
1251
|
-
*/
|
|
1252
|
-
bodyAsText: string;
|
|
1253
|
-
/**
|
|
1254
|
-
* The response body as parsed JSON or XML
|
|
1255
|
-
*/
|
|
1256
|
-
parsedBody: PeeringServicePrefixListResult;
|
|
1257
|
-
};
|
|
1258
|
-
};
|
|
1259
|
-
/**
|
|
1260
|
-
* Contains response data for the listByPeeringServiceNext operation.
|
|
1261
|
-
*/
|
|
1262
|
-
export declare type PrefixesListByPeeringServiceNextResponse = PeeringServicePrefixListResult & {
|
|
1263
|
-
/**
|
|
1264
|
-
* The underlying HTTP response.
|
|
1265
|
-
*/
|
|
1266
|
-
_response: msRest.HttpResponse & {
|
|
1267
|
-
/**
|
|
1268
|
-
* The response body as text (string format)
|
|
1269
|
-
*/
|
|
1270
|
-
bodyAsText: string;
|
|
1271
|
-
/**
|
|
1272
|
-
* The response body as parsed JSON or XML
|
|
1273
|
-
*/
|
|
1274
|
-
parsedBody: PeeringServicePrefixListResult;
|
|
1275
|
-
};
|
|
1276
|
-
};
|
|
1277
|
-
/**
|
|
1278
|
-
* Contains response data for the list operation.
|
|
1279
|
-
*/
|
|
1280
|
-
export declare type PeeringServiceProvidersListResponse = PeeringServiceProviderListResult & {
|
|
1281
|
-
/**
|
|
1282
|
-
* The underlying HTTP response.
|
|
1283
|
-
*/
|
|
1284
|
-
_response: msRest.HttpResponse & {
|
|
1285
|
-
/**
|
|
1286
|
-
* The response body as text (string format)
|
|
1287
|
-
*/
|
|
1288
|
-
bodyAsText: string;
|
|
1289
|
-
/**
|
|
1290
|
-
* The response body as parsed JSON or XML
|
|
1291
|
-
*/
|
|
1292
|
-
parsedBody: PeeringServiceProviderListResult;
|
|
1293
|
-
};
|
|
1294
|
-
};
|
|
1295
|
-
/**
|
|
1296
|
-
* Contains response data for the listNext operation.
|
|
1297
|
-
*/
|
|
1298
|
-
export declare type PeeringServiceProvidersListNextResponse = PeeringServiceProviderListResult & {
|
|
1299
|
-
/**
|
|
1300
|
-
* The underlying HTTP response.
|
|
1301
|
-
*/
|
|
1302
|
-
_response: msRest.HttpResponse & {
|
|
1303
|
-
/**
|
|
1304
|
-
* The response body as text (string format)
|
|
1305
|
-
*/
|
|
1306
|
-
bodyAsText: string;
|
|
1307
|
-
/**
|
|
1308
|
-
* The response body as parsed JSON or XML
|
|
1309
|
-
*/
|
|
1310
|
-
parsedBody: PeeringServiceProviderListResult;
|
|
1311
|
-
};
|
|
1312
|
-
};
|
|
1313
|
-
/**
|
|
1314
|
-
* Contains response data for the get operation.
|
|
1315
|
-
*/
|
|
1316
|
-
export declare type PeeringServicesGetResponse = PeeringService & {
|
|
1317
|
-
/**
|
|
1318
|
-
* The underlying HTTP response.
|
|
1319
|
-
*/
|
|
1320
|
-
_response: msRest.HttpResponse & {
|
|
1321
|
-
/**
|
|
1322
|
-
* The response body as text (string format)
|
|
1323
|
-
*/
|
|
1324
|
-
bodyAsText: string;
|
|
1325
|
-
/**
|
|
1326
|
-
* The response body as parsed JSON or XML
|
|
1327
|
-
*/
|
|
1328
|
-
parsedBody: PeeringService;
|
|
1329
|
-
};
|
|
1330
|
-
};
|
|
1331
|
-
/**
|
|
1332
|
-
* Contains response data for the createOrUpdate operation.
|
|
1333
|
-
*/
|
|
1334
|
-
export declare type PeeringServicesCreateOrUpdateResponse = PeeringService & {
|
|
1335
|
-
/**
|
|
1336
|
-
* The underlying HTTP response.
|
|
1337
|
-
*/
|
|
1338
|
-
_response: msRest.HttpResponse & {
|
|
1339
|
-
/**
|
|
1340
|
-
* The response body as text (string format)
|
|
1341
|
-
*/
|
|
1342
|
-
bodyAsText: string;
|
|
1343
|
-
/**
|
|
1344
|
-
* The response body as parsed JSON or XML
|
|
1345
|
-
*/
|
|
1346
|
-
parsedBody: PeeringService;
|
|
1347
|
-
};
|
|
1348
|
-
};
|
|
1349
|
-
/**
|
|
1350
|
-
* Contains response data for the update operation.
|
|
1351
|
-
*/
|
|
1352
|
-
export declare type PeeringServicesUpdateResponse = PeeringService & {
|
|
1353
|
-
/**
|
|
1354
|
-
* The underlying HTTP response.
|
|
1355
|
-
*/
|
|
1356
|
-
_response: msRest.HttpResponse & {
|
|
1357
|
-
/**
|
|
1358
|
-
* The response body as text (string format)
|
|
1359
|
-
*/
|
|
1360
|
-
bodyAsText: string;
|
|
1361
|
-
/**
|
|
1362
|
-
* The response body as parsed JSON or XML
|
|
1363
|
-
*/
|
|
1364
|
-
parsedBody: PeeringService;
|
|
1365
|
-
};
|
|
1366
|
-
};
|
|
1367
|
-
/**
|
|
1368
|
-
* Contains response data for the listByResourceGroup operation.
|
|
1369
|
-
*/
|
|
1370
|
-
export declare type PeeringServicesListByResourceGroupResponse = PeeringServiceListResult & {
|
|
1371
|
-
/**
|
|
1372
|
-
* The underlying HTTP response.
|
|
1373
|
-
*/
|
|
1374
|
-
_response: msRest.HttpResponse & {
|
|
1375
|
-
/**
|
|
1376
|
-
* The response body as text (string format)
|
|
1377
|
-
*/
|
|
1378
|
-
bodyAsText: string;
|
|
1379
|
-
/**
|
|
1380
|
-
* The response body as parsed JSON or XML
|
|
1381
|
-
*/
|
|
1382
|
-
parsedBody: PeeringServiceListResult;
|
|
1383
|
-
};
|
|
1384
|
-
};
|
|
1385
|
-
/**
|
|
1386
|
-
* Contains response data for the listBySubscription operation.
|
|
1387
|
-
*/
|
|
1388
|
-
export declare type PeeringServicesListBySubscriptionResponse = PeeringServiceListResult & {
|
|
1389
|
-
/**
|
|
1390
|
-
* The underlying HTTP response.
|
|
1391
|
-
*/
|
|
1392
|
-
_response: msRest.HttpResponse & {
|
|
1393
|
-
/**
|
|
1394
|
-
* The response body as text (string format)
|
|
1395
|
-
*/
|
|
1396
|
-
bodyAsText: string;
|
|
1397
|
-
/**
|
|
1398
|
-
* The response body as parsed JSON or XML
|
|
1399
|
-
*/
|
|
1400
|
-
parsedBody: PeeringServiceListResult;
|
|
1401
|
-
};
|
|
1402
|
-
};
|
|
1403
|
-
/**
|
|
1404
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1405
|
-
*/
|
|
1406
|
-
export declare type PeeringServicesListByResourceGroupNextResponse = PeeringServiceListResult & {
|
|
1407
|
-
/**
|
|
1408
|
-
* The underlying HTTP response.
|
|
1409
|
-
*/
|
|
1410
|
-
_response: msRest.HttpResponse & {
|
|
1411
|
-
/**
|
|
1412
|
-
* The response body as text (string format)
|
|
1413
|
-
*/
|
|
1414
|
-
bodyAsText: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* The response body as parsed JSON or XML
|
|
1417
|
-
*/
|
|
1418
|
-
parsedBody: PeeringServiceListResult;
|
|
1419
|
-
};
|
|
1420
|
-
};
|
|
1421
|
-
/**
|
|
1422
|
-
* Contains response data for the listBySubscriptionNext operation.
|
|
1423
|
-
*/
|
|
1424
|
-
export declare type PeeringServicesListBySubscriptionNextResponse = PeeringServiceListResult & {
|
|
1425
|
-
/**
|
|
1426
|
-
* The underlying HTTP response.
|
|
1427
|
-
*/
|
|
1428
|
-
_response: msRest.HttpResponse & {
|
|
1429
|
-
/**
|
|
1430
|
-
* The response body as text (string format)
|
|
1431
|
-
*/
|
|
1432
|
-
bodyAsText: string;
|
|
1433
|
-
/**
|
|
1434
|
-
* The response body as parsed JSON or XML
|
|
1435
|
-
*/
|
|
1436
|
-
parsedBody: PeeringServiceListResult;
|
|
1437
|
-
};
|
|
1438
|
-
};
|
|
1439
|
-
//# sourceMappingURL=index.d.ts.map
|