@azure/arm-peering 2.1.1-alpha.20250218.1 → 2.1.1-alpha.20250220.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +341 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/cdnPeeringPrefixes.d.ts +35 -0
- package/dist/browser/operations/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/browser/operations/cdnPeeringPrefixes.js +141 -0
- package/dist/browser/operations/cdnPeeringPrefixes.js.map +1 -0
- package/dist/browser/operations/connectionMonitorTests.d.ts +66 -0
- package/dist/browser/operations/connectionMonitorTests.d.ts.map +1 -0
- package/dist/browser/operations/connectionMonitorTests.js +271 -0
- package/dist/browser/operations/connectionMonitorTests.js.map +1 -0
- package/dist/browser/operations/index.d.ts +17 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +24 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/legacyPeerings.d.ts +40 -0
- package/dist/browser/operations/legacyPeerings.d.ts.map +1 -0
- package/dist/browser/operations/legacyPeerings.js +156 -0
- package/dist/browser/operations/legacyPeerings.js.map +1 -0
- package/dist/browser/operations/lookingGlass.d.ts +22 -0
- package/dist/browser/operations/lookingGlass.d.ts.map +1 -0
- package/dist/browser/operations/lookingGlass.js +56 -0
- package/dist/browser/operations/lookingGlass.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +134 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/peerAsns.d.ts +52 -0
- package/dist/browser/operations/peerAsns.d.ts.map +1 -0
- package/dist/browser/operations/peerAsns.js +228 -0
- package/dist/browser/operations/peerAsns.js.map +1 -0
- package/dist/browser/operations/peeringLocations.d.ts +35 -0
- package/dist/browser/operations/peeringLocations.d.ts.map +1 -0
- package/dist/browser/operations/peeringLocations.js +149 -0
- package/dist/browser/operations/peeringLocations.js.map +1 -0
- package/dist/browser/operations/peeringServiceCountries.d.ts +32 -0
- package/dist/browser/operations/peeringServiceCountries.d.ts.map +1 -0
- package/dist/browser/operations/peeringServiceCountries.js +138 -0
- package/dist/browser/operations/peeringServiceCountries.js.map +1 -0
- package/dist/browser/operations/peeringServiceLocations.d.ts +32 -0
- package/dist/browser/operations/peeringServiceLocations.d.ts.map +1 -0
- package/dist/browser/operations/peeringServiceLocations.js +138 -0
- package/dist/browser/operations/peeringServiceLocations.js.map +1 -0
- package/dist/browser/operations/peeringServiceProviders.d.ts +32 -0
- package/dist/browser/operations/peeringServiceProviders.d.ts.map +1 -0
- package/dist/browser/operations/peeringServiceProviders.js +138 -0
- package/dist/browser/operations/peeringServiceProviders.js.map +1 -0
- package/dist/browser/operations/peeringServices.d.ts +92 -0
- package/dist/browser/operations/peeringServices.d.ts.map +1 -0
- package/dist/browser/operations/peeringServices.js +411 -0
- package/dist/browser/operations/peeringServices.js.map +1 -0
- package/dist/browser/operations/peerings.d.ts +84 -0
- package/dist/browser/operations/peerings.d.ts.map +1 -0
- package/dist/browser/operations/peerings.js +387 -0
- package/dist/browser/operations/peerings.js.map +1 -0
- package/dist/browser/operations/prefixes.d.ts +66 -0
- package/dist/browser/operations/prefixes.d.ts.map +1 -0
- package/dist/browser/operations/prefixes.js +261 -0
- package/dist/browser/operations/prefixes.js.map +1 -0
- package/dist/browser/operations/receivedRoutes.d.ts +40 -0
- package/dist/browser/operations/receivedRoutes.d.ts.map +1 -0
- package/dist/browser/operations/receivedRoutes.js +167 -0
- package/dist/browser/operations/receivedRoutes.js.map +1 -0
- package/dist/browser/operations/registeredAsns.d.ts +66 -0
- package/dist/browser/operations/registeredAsns.d.ts.map +1 -0
- package/dist/browser/operations/registeredAsns.js +261 -0
- package/dist/browser/operations/registeredAsns.js.map +1 -0
- package/dist/browser/operations/registeredPrefixes.d.ts +66 -0
- package/dist/browser/operations/registeredPrefixes.d.ts.map +1 -0
- package/dist/browser/operations/registeredPrefixes.js +261 -0
- package/dist/browser/operations/registeredPrefixes.js.map +1 -0
- package/dist/browser/operationsInterfaces/cdnPeeringPrefixes.d.ts +12 -0
- package/dist/browser/operationsInterfaces/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/cdnPeeringPrefixes.js.map +1 -0
- package/dist/browser/operationsInterfaces/connectionMonitorTests.d.ts +41 -0
- package/dist/browser/operationsInterfaces/connectionMonitorTests.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connectionMonitorTests.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +17 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +24 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/legacyPeerings.d.ts +14 -0
- package/dist/browser/operationsInterfaces/legacyPeerings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/legacyPeerings.js.map +1 -0
- package/dist/browser/operationsInterfaces/lookingGlass.d.ts +14 -0
- package/dist/browser/operationsInterfaces/lookingGlass.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/lookingGlass.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/peerAsns.d.ts +31 -0
- package/dist/browser/operationsInterfaces/peerAsns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/peerAsns.js.map +1 -0
- package/dist/browser/operationsInterfaces/peeringLocations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/peeringLocations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/peeringLocations.js.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServiceCountries.d.ts +11 -0
- package/dist/browser/operationsInterfaces/peeringServiceCountries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServiceCountries.js.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServiceLocations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/peeringServiceLocations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServiceLocations.js.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServiceProviders.d.ts +11 -0
- package/dist/browser/operationsInterfaces/peeringServiceProviders.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServiceProviders.js.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServices.d.ts +56 -0
- package/dist/browser/operationsInterfaces/peeringServices.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/peeringServices.js.map +1 -0
- package/dist/browser/operationsInterfaces/peerings.d.ts +48 -0
- package/dist/browser/operationsInterfaces/peerings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/peerings.js.map +1 -0
- package/dist/browser/operationsInterfaces/prefixes.d.ts +41 -0
- package/dist/browser/operationsInterfaces/prefixes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/prefixes.js.map +1 -0
- package/dist/browser/operationsInterfaces/receivedRoutes.d.ts +14 -0
- package/dist/browser/operationsInterfaces/receivedRoutes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/receivedRoutes.js.map +1 -0
- package/dist/browser/operationsInterfaces/registeredAsns.d.ts +41 -0
- package/dist/browser/operationsInterfaces/registeredAsns.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/registeredAsns.js.map +1 -0
- package/dist/browser/operationsInterfaces/registeredPrefixes.d.ts +41 -0
- package/dist/browser/operationsInterfaces/registeredPrefixes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/registeredPrefixes.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/peeringManagementClient.d.ts +42 -0
- package/dist/browser/peeringManagementClient.d.ts.map +1 -0
- package/dist/browser/peeringManagementClient.js +143 -0
- package/dist/browser/peeringManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +1592 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +281 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +56 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1761 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +41 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +344 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/cdnPeeringPrefixes.d.ts +35 -0
- package/dist/commonjs/operations/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/commonjs/operations/cdnPeeringPrefixes.js +145 -0
- package/dist/commonjs/operations/cdnPeeringPrefixes.js.map +1 -0
- package/dist/commonjs/operations/connectionMonitorTests.d.ts +66 -0
- package/dist/commonjs/operations/connectionMonitorTests.d.ts.map +1 -0
- package/dist/commonjs/operations/connectionMonitorTests.js +275 -0
- package/dist/commonjs/operations/connectionMonitorTests.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +17 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +27 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/legacyPeerings.d.ts +40 -0
- package/dist/commonjs/operations/legacyPeerings.d.ts.map +1 -0
- package/dist/commonjs/operations/legacyPeerings.js +160 -0
- package/dist/commonjs/operations/legacyPeerings.js.map +1 -0
- package/dist/commonjs/operations/lookingGlass.d.ts +22 -0
- package/dist/commonjs/operations/lookingGlass.d.ts.map +1 -0
- package/dist/commonjs/operations/lookingGlass.js +61 -0
- package/dist/commonjs/operations/lookingGlass.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +138 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/peerAsns.d.ts +52 -0
- package/dist/commonjs/operations/peerAsns.d.ts.map +1 -0
- package/dist/commonjs/operations/peerAsns.js +232 -0
- package/dist/commonjs/operations/peerAsns.js.map +1 -0
- package/dist/commonjs/operations/peeringLocations.d.ts +35 -0
- package/dist/commonjs/operations/peeringLocations.d.ts.map +1 -0
- package/dist/commonjs/operations/peeringLocations.js +153 -0
- package/dist/commonjs/operations/peeringLocations.js.map +1 -0
- package/dist/commonjs/operations/peeringServiceCountries.d.ts +32 -0
- package/dist/commonjs/operations/peeringServiceCountries.d.ts.map +1 -0
- package/dist/commonjs/operations/peeringServiceCountries.js +142 -0
- package/dist/commonjs/operations/peeringServiceCountries.js.map +1 -0
- package/dist/commonjs/operations/peeringServiceLocations.d.ts +32 -0
- package/dist/commonjs/operations/peeringServiceLocations.d.ts.map +1 -0
- package/dist/commonjs/operations/peeringServiceLocations.js +142 -0
- package/dist/commonjs/operations/peeringServiceLocations.js.map +1 -0
- package/dist/commonjs/operations/peeringServiceProviders.d.ts +32 -0
- package/dist/commonjs/operations/peeringServiceProviders.d.ts.map +1 -0
- package/dist/commonjs/operations/peeringServiceProviders.js +142 -0
- package/dist/commonjs/operations/peeringServiceProviders.js.map +1 -0
- package/dist/commonjs/operations/peeringServices.d.ts +92 -0
- package/dist/commonjs/operations/peeringServices.d.ts.map +1 -0
- package/dist/commonjs/operations/peeringServices.js +415 -0
- package/dist/commonjs/operations/peeringServices.js.map +1 -0
- package/dist/commonjs/operations/peerings.d.ts +84 -0
- package/dist/commonjs/operations/peerings.d.ts.map +1 -0
- package/dist/commonjs/operations/peerings.js +391 -0
- package/dist/commonjs/operations/peerings.js.map +1 -0
- package/dist/commonjs/operations/prefixes.d.ts +66 -0
- package/dist/commonjs/operations/prefixes.d.ts.map +1 -0
- package/dist/commonjs/operations/prefixes.js +265 -0
- package/dist/commonjs/operations/prefixes.js.map +1 -0
- package/dist/commonjs/operations/receivedRoutes.d.ts +40 -0
- package/dist/commonjs/operations/receivedRoutes.d.ts.map +1 -0
- package/dist/commonjs/operations/receivedRoutes.js +171 -0
- package/dist/commonjs/operations/receivedRoutes.js.map +1 -0
- package/dist/commonjs/operations/registeredAsns.d.ts +66 -0
- package/dist/commonjs/operations/registeredAsns.d.ts.map +1 -0
- package/dist/commonjs/operations/registeredAsns.js +265 -0
- package/dist/commonjs/operations/registeredAsns.js.map +1 -0
- package/dist/commonjs/operations/registeredPrefixes.d.ts +66 -0
- package/dist/commonjs/operations/registeredPrefixes.d.ts.map +1 -0
- package/dist/commonjs/operations/registeredPrefixes.js +265 -0
- package/dist/commonjs/operations/registeredPrefixes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/cdnPeeringPrefixes.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/cdnPeeringPrefixes.js +10 -0
- package/dist/commonjs/operationsInterfaces/cdnPeeringPrefixes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionMonitorTests.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/connectionMonitorTests.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connectionMonitorTests.js +10 -0
- package/dist/commonjs/operationsInterfaces/connectionMonitorTests.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +27 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/legacyPeerings.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/legacyPeerings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/legacyPeerings.js +10 -0
- package/dist/commonjs/operationsInterfaces/legacyPeerings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/lookingGlass.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/lookingGlass.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/lookingGlass.js +10 -0
- package/dist/commonjs/operationsInterfaces/lookingGlass.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/peerAsns.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/peerAsns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/peerAsns.js +10 -0
- package/dist/commonjs/operationsInterfaces/peerAsns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringLocations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/peeringLocations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringLocations.js +10 -0
- package/dist/commonjs/operationsInterfaces/peeringLocations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceCountries.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceCountries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceCountries.js +10 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceCountries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceLocations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceLocations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceLocations.js +10 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceLocations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceProviders.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceProviders.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceProviders.js +10 -0
- package/dist/commonjs/operationsInterfaces/peeringServiceProviders.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServices.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/peeringServices.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/peeringServices.js +10 -0
- package/dist/commonjs/operationsInterfaces/peeringServices.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/peerings.d.ts +48 -0
- package/dist/commonjs/operationsInterfaces/peerings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/peerings.js +10 -0
- package/dist/commonjs/operationsInterfaces/peerings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixes.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/prefixes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/prefixes.js +10 -0
- package/dist/commonjs/operationsInterfaces/prefixes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/receivedRoutes.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/receivedRoutes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/receivedRoutes.js +10 -0
- package/dist/commonjs/operationsInterfaces/receivedRoutes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/registeredAsns.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/registeredAsns.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/registeredAsns.js +10 -0
- package/dist/commonjs/operationsInterfaces/registeredAsns.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/registeredPrefixes.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/registeredPrefixes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/registeredPrefixes.js +10 -0
- package/dist/commonjs/operationsInterfaces/registeredPrefixes.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/peeringManagementClient.d.ts +42 -0
- package/dist/commonjs/peeringManagementClient.d.ts.map +1 -0
- package/dist/commonjs/peeringManagementClient.js +148 -0
- package/dist/commonjs/peeringManagementClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +1592 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +278 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +56 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1757 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +41 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +341 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/cdnPeeringPrefixes.d.ts +35 -0
- package/dist/esm/operations/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/esm/operations/cdnPeeringPrefixes.js +141 -0
- package/dist/esm/operations/cdnPeeringPrefixes.js.map +1 -0
- package/dist/esm/operations/connectionMonitorTests.d.ts +66 -0
- package/dist/esm/operations/connectionMonitorTests.d.ts.map +1 -0
- package/dist/esm/operations/connectionMonitorTests.js +271 -0
- package/dist/esm/operations/connectionMonitorTests.js.map +1 -0
- package/dist/esm/operations/index.d.ts +17 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +24 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/legacyPeerings.d.ts +40 -0
- package/dist/esm/operations/legacyPeerings.d.ts.map +1 -0
- package/dist/esm/operations/legacyPeerings.js +156 -0
- package/dist/esm/operations/legacyPeerings.js.map +1 -0
- package/dist/esm/operations/lookingGlass.d.ts +22 -0
- package/dist/esm/operations/lookingGlass.d.ts.map +1 -0
- package/dist/esm/operations/lookingGlass.js +56 -0
- package/dist/esm/operations/lookingGlass.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +134 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/peerAsns.d.ts +52 -0
- package/dist/esm/operations/peerAsns.d.ts.map +1 -0
- package/dist/esm/operations/peerAsns.js +228 -0
- package/dist/esm/operations/peerAsns.js.map +1 -0
- package/dist/esm/operations/peeringLocations.d.ts +35 -0
- package/dist/esm/operations/peeringLocations.d.ts.map +1 -0
- package/dist/esm/operations/peeringLocations.js +149 -0
- package/dist/esm/operations/peeringLocations.js.map +1 -0
- package/dist/esm/operations/peeringServiceCountries.d.ts +32 -0
- package/dist/esm/operations/peeringServiceCountries.d.ts.map +1 -0
- package/dist/esm/operations/peeringServiceCountries.js +138 -0
- package/dist/esm/operations/peeringServiceCountries.js.map +1 -0
- package/dist/esm/operations/peeringServiceLocations.d.ts +32 -0
- package/dist/esm/operations/peeringServiceLocations.d.ts.map +1 -0
- package/dist/esm/operations/peeringServiceLocations.js +138 -0
- package/dist/esm/operations/peeringServiceLocations.js.map +1 -0
- package/dist/esm/operations/peeringServiceProviders.d.ts +32 -0
- package/dist/esm/operations/peeringServiceProviders.d.ts.map +1 -0
- package/dist/esm/operations/peeringServiceProviders.js +138 -0
- package/dist/esm/operations/peeringServiceProviders.js.map +1 -0
- package/dist/esm/operations/peeringServices.d.ts +92 -0
- package/dist/esm/operations/peeringServices.d.ts.map +1 -0
- package/dist/esm/operations/peeringServices.js +411 -0
- package/dist/esm/operations/peeringServices.js.map +1 -0
- package/dist/esm/operations/peerings.d.ts +84 -0
- package/dist/esm/operations/peerings.d.ts.map +1 -0
- package/dist/esm/operations/peerings.js +387 -0
- package/dist/esm/operations/peerings.js.map +1 -0
- package/dist/esm/operations/prefixes.d.ts +66 -0
- package/dist/esm/operations/prefixes.d.ts.map +1 -0
- package/dist/esm/operations/prefixes.js +261 -0
- package/dist/esm/operations/prefixes.js.map +1 -0
- package/dist/esm/operations/receivedRoutes.d.ts +40 -0
- package/dist/esm/operations/receivedRoutes.d.ts.map +1 -0
- package/dist/esm/operations/receivedRoutes.js +167 -0
- package/dist/esm/operations/receivedRoutes.js.map +1 -0
- package/dist/esm/operations/registeredAsns.d.ts +66 -0
- package/dist/esm/operations/registeredAsns.d.ts.map +1 -0
- package/dist/esm/operations/registeredAsns.js +261 -0
- package/dist/esm/operations/registeredAsns.js.map +1 -0
- package/dist/esm/operations/registeredPrefixes.d.ts +66 -0
- package/dist/esm/operations/registeredPrefixes.d.ts.map +1 -0
- package/dist/esm/operations/registeredPrefixes.js +261 -0
- package/dist/esm/operations/registeredPrefixes.js.map +1 -0
- package/dist/esm/operationsInterfaces/cdnPeeringPrefixes.d.ts +12 -0
- package/dist/esm/operationsInterfaces/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/cdnPeeringPrefixes.js +9 -0
- package/dist/esm/operationsInterfaces/cdnPeeringPrefixes.js.map +1 -0
- package/dist/esm/operationsInterfaces/connectionMonitorTests.d.ts +41 -0
- package/dist/esm/operationsInterfaces/connectionMonitorTests.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connectionMonitorTests.js +9 -0
- package/dist/esm/operationsInterfaces/connectionMonitorTests.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +17 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +24 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/legacyPeerings.d.ts +14 -0
- package/dist/esm/operationsInterfaces/legacyPeerings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/legacyPeerings.js +9 -0
- package/dist/esm/operationsInterfaces/legacyPeerings.js.map +1 -0
- package/dist/esm/operationsInterfaces/lookingGlass.d.ts +14 -0
- package/dist/esm/operationsInterfaces/lookingGlass.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/lookingGlass.js +9 -0
- package/dist/esm/operationsInterfaces/lookingGlass.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/peerAsns.d.ts +31 -0
- package/dist/esm/operationsInterfaces/peerAsns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/peerAsns.js +9 -0
- package/dist/esm/operationsInterfaces/peerAsns.js.map +1 -0
- package/dist/esm/operationsInterfaces/peeringLocations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/peeringLocations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/peeringLocations.js +9 -0
- package/dist/esm/operationsInterfaces/peeringLocations.js.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServiceCountries.d.ts +11 -0
- package/dist/esm/operationsInterfaces/peeringServiceCountries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServiceCountries.js +9 -0
- package/dist/esm/operationsInterfaces/peeringServiceCountries.js.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServiceLocations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/peeringServiceLocations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServiceLocations.js +9 -0
- package/dist/esm/operationsInterfaces/peeringServiceLocations.js.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServiceProviders.d.ts +11 -0
- package/dist/esm/operationsInterfaces/peeringServiceProviders.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServiceProviders.js +9 -0
- package/dist/esm/operationsInterfaces/peeringServiceProviders.js.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServices.d.ts +56 -0
- package/dist/esm/operationsInterfaces/peeringServices.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/peeringServices.js +9 -0
- package/dist/esm/operationsInterfaces/peeringServices.js.map +1 -0
- package/dist/esm/operationsInterfaces/peerings.d.ts +48 -0
- package/dist/esm/operationsInterfaces/peerings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/peerings.js +9 -0
- package/dist/esm/operationsInterfaces/peerings.js.map +1 -0
- package/dist/esm/operationsInterfaces/prefixes.d.ts +41 -0
- package/dist/esm/operationsInterfaces/prefixes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/prefixes.js +9 -0
- package/dist/esm/operationsInterfaces/prefixes.js.map +1 -0
- package/dist/esm/operationsInterfaces/receivedRoutes.d.ts +14 -0
- package/dist/esm/operationsInterfaces/receivedRoutes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/receivedRoutes.js +9 -0
- package/dist/esm/operationsInterfaces/receivedRoutes.js.map +1 -0
- package/dist/esm/operationsInterfaces/registeredAsns.d.ts +41 -0
- package/dist/esm/operationsInterfaces/registeredAsns.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/registeredAsns.js +9 -0
- package/dist/esm/operationsInterfaces/registeredAsns.js.map +1 -0
- package/dist/esm/operationsInterfaces/registeredPrefixes.d.ts +41 -0
- package/dist/esm/operationsInterfaces/registeredPrefixes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/registeredPrefixes.js +9 -0
- package/dist/esm/operationsInterfaces/registeredPrefixes.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/peeringManagementClient.d.ts +42 -0
- package/dist/esm/peeringManagementClient.d.ts.map +1 -0
- package/dist/esm/peeringManagementClient.js +143 -0
- package/dist/esm/peeringManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1592 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +278 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +56 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1757 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +41 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +341 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/cdnPeeringPrefixes.d.ts +35 -0
- package/dist/react-native/operations/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/react-native/operations/cdnPeeringPrefixes.js +141 -0
- package/dist/react-native/operations/cdnPeeringPrefixes.js.map +1 -0
- package/dist/react-native/operations/connectionMonitorTests.d.ts +66 -0
- package/dist/react-native/operations/connectionMonitorTests.d.ts.map +1 -0
- package/dist/react-native/operations/connectionMonitorTests.js +271 -0
- package/dist/react-native/operations/connectionMonitorTests.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +17 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +24 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/legacyPeerings.d.ts +40 -0
- package/dist/react-native/operations/legacyPeerings.d.ts.map +1 -0
- package/dist/react-native/operations/legacyPeerings.js +156 -0
- package/dist/react-native/operations/legacyPeerings.js.map +1 -0
- package/dist/react-native/operations/lookingGlass.d.ts +22 -0
- package/dist/react-native/operations/lookingGlass.d.ts.map +1 -0
- package/dist/react-native/operations/lookingGlass.js +56 -0
- package/dist/react-native/operations/lookingGlass.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +134 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/peerAsns.d.ts +52 -0
- package/dist/react-native/operations/peerAsns.d.ts.map +1 -0
- package/dist/react-native/operations/peerAsns.js +228 -0
- package/dist/react-native/operations/peerAsns.js.map +1 -0
- package/dist/react-native/operations/peeringLocations.d.ts +35 -0
- package/dist/react-native/operations/peeringLocations.d.ts.map +1 -0
- package/dist/react-native/operations/peeringLocations.js +149 -0
- package/dist/react-native/operations/peeringLocations.js.map +1 -0
- package/dist/react-native/operations/peeringServiceCountries.d.ts +32 -0
- package/dist/react-native/operations/peeringServiceCountries.d.ts.map +1 -0
- package/dist/react-native/operations/peeringServiceCountries.js +138 -0
- package/dist/react-native/operations/peeringServiceCountries.js.map +1 -0
- package/dist/react-native/operations/peeringServiceLocations.d.ts +32 -0
- package/dist/react-native/operations/peeringServiceLocations.d.ts.map +1 -0
- package/dist/react-native/operations/peeringServiceLocations.js +138 -0
- package/dist/react-native/operations/peeringServiceLocations.js.map +1 -0
- package/dist/react-native/operations/peeringServiceProviders.d.ts +32 -0
- package/dist/react-native/operations/peeringServiceProviders.d.ts.map +1 -0
- package/dist/react-native/operations/peeringServiceProviders.js +138 -0
- package/dist/react-native/operations/peeringServiceProviders.js.map +1 -0
- package/dist/react-native/operations/peeringServices.d.ts +92 -0
- package/dist/react-native/operations/peeringServices.d.ts.map +1 -0
- package/dist/react-native/operations/peeringServices.js +411 -0
- package/dist/react-native/operations/peeringServices.js.map +1 -0
- package/dist/react-native/operations/peerings.d.ts +84 -0
- package/dist/react-native/operations/peerings.d.ts.map +1 -0
- package/dist/react-native/operations/peerings.js +387 -0
- package/dist/react-native/operations/peerings.js.map +1 -0
- package/dist/react-native/operations/prefixes.d.ts +66 -0
- package/dist/react-native/operations/prefixes.d.ts.map +1 -0
- package/dist/react-native/operations/prefixes.js +261 -0
- package/dist/react-native/operations/prefixes.js.map +1 -0
- package/dist/react-native/operations/receivedRoutes.d.ts +40 -0
- package/dist/react-native/operations/receivedRoutes.d.ts.map +1 -0
- package/dist/react-native/operations/receivedRoutes.js +167 -0
- package/dist/react-native/operations/receivedRoutes.js.map +1 -0
- package/dist/react-native/operations/registeredAsns.d.ts +66 -0
- package/dist/react-native/operations/registeredAsns.d.ts.map +1 -0
- package/dist/react-native/operations/registeredAsns.js +261 -0
- package/dist/react-native/operations/registeredAsns.js.map +1 -0
- package/dist/react-native/operations/registeredPrefixes.d.ts +66 -0
- package/dist/react-native/operations/registeredPrefixes.d.ts.map +1 -0
- package/dist/react-native/operations/registeredPrefixes.js +261 -0
- package/dist/react-native/operations/registeredPrefixes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/cdnPeeringPrefixes.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/cdnPeeringPrefixes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/cdnPeeringPrefixes.js +9 -0
- package/dist/react-native/operationsInterfaces/cdnPeeringPrefixes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionMonitorTests.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/connectionMonitorTests.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connectionMonitorTests.js +9 -0
- package/dist/react-native/operationsInterfaces/connectionMonitorTests.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +24 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/legacyPeerings.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/legacyPeerings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/legacyPeerings.js +9 -0
- package/dist/react-native/operationsInterfaces/legacyPeerings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/lookingGlass.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/lookingGlass.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/lookingGlass.js +9 -0
- package/dist/react-native/operationsInterfaces/lookingGlass.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/peerAsns.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/peerAsns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/peerAsns.js +9 -0
- package/dist/react-native/operationsInterfaces/peerAsns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringLocations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/peeringLocations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringLocations.js +9 -0
- package/dist/react-native/operationsInterfaces/peeringLocations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServiceCountries.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/peeringServiceCountries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServiceCountries.js +9 -0
- package/dist/react-native/operationsInterfaces/peeringServiceCountries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServiceLocations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/peeringServiceLocations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServiceLocations.js +9 -0
- package/dist/react-native/operationsInterfaces/peeringServiceLocations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServiceProviders.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/peeringServiceProviders.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServiceProviders.js +9 -0
- package/dist/react-native/operationsInterfaces/peeringServiceProviders.js.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServices.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/peeringServices.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/peeringServices.js +9 -0
- package/dist/react-native/operationsInterfaces/peeringServices.js.map +1 -0
- package/dist/react-native/operationsInterfaces/peerings.d.ts +48 -0
- package/dist/react-native/operationsInterfaces/peerings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/peerings.js +9 -0
- package/dist/react-native/operationsInterfaces/peerings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixes.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/prefixes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/prefixes.js +9 -0
- package/dist/react-native/operationsInterfaces/prefixes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/receivedRoutes.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/receivedRoutes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/receivedRoutes.js +9 -0
- package/dist/react-native/operationsInterfaces/receivedRoutes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/registeredAsns.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/registeredAsns.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/registeredAsns.js +9 -0
- package/dist/react-native/operationsInterfaces/registeredAsns.js.map +1 -0
- package/dist/react-native/operationsInterfaces/registeredPrefixes.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/registeredPrefixes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/registeredPrefixes.js +9 -0
- package/dist/react-native/operationsInterfaces/registeredPrefixes.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/peeringManagementClient.d.ts +42 -0
- package/dist/react-native/peeringManagementClient.d.ts.map +1 -0
- package/dist/react-native/peeringManagementClient.js +143 -0
- package/dist/react-native/peeringManagementClient.js.map +1 -0
- package/package.json +69 -40
- package/dist/index.js +0 -5855
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.d.ts +0 -2
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.d.ts.map +0 -1
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.js +0 -31
- package/dist-esm/samples-dev/callLookingGlassToExecuteACommand.js.map +0 -1
- package/dist-esm/samples-dev/cdnPeeringPrefixesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/cdnPeeringPrefixesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cdnPeeringPrefixesListSample.js +0 -44
- package/dist-esm/samples-dev/cdnPeeringPrefixesListSample.js.map +0 -1
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.d.ts +0 -2
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.js +0 -18
- package/dist-esm/samples-dev/checkIfPeeringServiceProviderIsAvailableInCustomerLocation.js.map +0 -1
- package/dist-esm/samples-dev/checkServiceProviderAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkServiceProviderAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkServiceProviderAvailabilitySample.js +0 -24
- package/dist-esm/samples-dev/checkServiceProviderAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionMonitorTestsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsCreateOrUpdateSample.js +0 -29
- package/dist-esm/samples-dev/connectionMonitorTestsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionMonitorTestsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsDeleteSample.js +0 -30
- package/dist-esm/samples-dev/connectionMonitorTestsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionMonitorTestsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsGetSample.js +0 -30
- package/dist-esm/samples-dev/connectionMonitorTestsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsListByPeeringServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectionMonitorTestsListByPeeringServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectionMonitorTestsListByPeeringServiceSample.js +0 -45
- package/dist-esm/samples-dev/connectionMonitorTestsListByPeeringServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/createADirectPeering.d.ts +0 -2
- package/dist-esm/samples-dev/createADirectPeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/createADirectPeering.js +0 -51
- package/dist-esm/samples-dev/createADirectPeering.js.map +0 -1
- package/dist-esm/samples-dev/createAPeerAsn.d.ts +0 -2
- package/dist-esm/samples-dev/createAPeerAsn.d.ts.map +0 -1
- package/dist-esm/samples-dev/createAPeerAsn.js +0 -28
- package/dist-esm/samples-dev/createAPeerAsn.js.map +0 -1
- package/dist-esm/samples-dev/createAPeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/createAPeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/createAPeeringService.js +0 -23
- package/dist-esm/samples-dev/createAPeeringService.js.map +0 -1
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.d.ts +0 -2
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.d.ts.map +0 -1
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.js +0 -44
- package/dist-esm/samples-dev/createAPeeringWithExchangeRouteServer.js.map +0 -1
- package/dist-esm/samples-dev/createAnExchangePeering.d.ts +0 -2
- package/dist-esm/samples-dev/createAnExchangePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/createAnExchangePeering.js +0 -51
- package/dist-esm/samples-dev/createAnExchangePeering.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.js +0 -21
- package/dist-esm/samples-dev/createOrUpdateAPrefixForThePeeringService.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.js +0 -18
- package/dist-esm/samples-dev/createOrUpdateARegisteredAsnForThePeering.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.js +0 -18
- package/dist-esm/samples-dev/createOrUpdateARegisteredPrefixForThePeering.js.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.d.ts +0 -2
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.d.ts.map +0 -1
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.js +0 -23
- package/dist-esm/samples-dev/createOrUpdateConnectionMonitorTest.js.map +0 -1
- package/dist-esm/samples-dev/deleteAPeerAsn.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAPeerAsn.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAPeerAsn.js +0 -28
- package/dist-esm/samples-dev/deleteAPeerAsn.js.map +0 -1
- package/dist-esm/samples-dev/deleteAPeering.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAPeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAPeering.js +0 -29
- package/dist-esm/samples-dev/deleteAPeering.js.map +0 -1
- package/dist-esm/samples-dev/deleteAPeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAPeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAPeeringService.js +0 -29
- package/dist-esm/samples-dev/deleteAPeeringService.js.map +0 -1
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.js +0 -30
- package/dist-esm/samples-dev/deleteAPrefixAssociatedWithThePeeringService.js.map +0 -1
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.d.ts +0 -2
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.d.ts.map +0 -1
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.js +0 -30
- package/dist-esm/samples-dev/deleteConnectionMonitorTest.js.map +0 -1
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.js +0 -30
- package/dist-esm/samples-dev/deletesARegisteredAsnAssociatedWithThePeering.js.map +0 -1
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.js +0 -30
- package/dist-esm/samples-dev/deletesARegisteredPrefixAssociatedWithThePeering.js.map +0 -1
- package/dist-esm/samples-dev/getAPeerAsn.d.ts +0 -2
- package/dist-esm/samples-dev/getAPeerAsn.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAPeerAsn.js +0 -28
- package/dist-esm/samples-dev/getAPeerAsn.js.map +0 -1
- package/dist-esm/samples-dev/getAPeering.d.ts +0 -2
- package/dist-esm/samples-dev/getAPeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAPeering.js +0 -29
- package/dist-esm/samples-dev/getAPeering.js.map +0 -1
- package/dist-esm/samples-dev/getAPeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/getAPeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAPeeringService.js +0 -29
- package/dist-esm/samples-dev/getAPeeringService.js.map +0 -1
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.js +0 -30
- package/dist-esm/samples-dev/getAPrefixAssociatedWithThePeeringService.js.map +0 -1
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.js +0 -30
- package/dist-esm/samples-dev/getARegisteredAsnAssociatedWithThePeering.js.map +0 -1
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.js +0 -30
- package/dist-esm/samples-dev/getARegisteredPrefixAssociatedWithThePeering.js.map +0 -1
- package/dist-esm/samples-dev/getConnectionMonitorTest.d.ts +0 -2
- package/dist-esm/samples-dev/getConnectionMonitorTest.d.ts.map +0 -1
- package/dist-esm/samples-dev/getConnectionMonitorTest.js +0 -30
- package/dist-esm/samples-dev/getConnectionMonitorTest.js.map +0 -1
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.d.ts +0 -2
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.d.ts.map +0 -1
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.js +0 -27
- package/dist-esm/samples-dev/initializePeeringServiceForConnectionMonitorFunctionality.js.map +0 -1
- package/dist-esm/samples-dev/legacyPeeringsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/legacyPeeringsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/legacyPeeringsListSample.js +0 -45
- package/dist-esm/samples-dev/legacyPeeringsListSample.js.map +0 -1
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.js +0 -45
- package/dist-esm/samples-dev/listAllConnectionMonitorTestsAssociatedWithThePeeringService.js.map +0 -1
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.d.ts +0 -2
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.d.ts.map +0 -1
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.js +0 -44
- package/dist-esm/samples-dev/listAllTheCdnPeeringPrefixesAdvertisedAtAParticularPeeringLocation.js.map +0 -1
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.d.ts +0 -2
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.d.ts.map +0 -1
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.js +0 -45
- package/dist-esm/samples-dev/listAllThePrefixesAssociatedWithThePeeringService.js.map +0 -1
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.js +0 -45
- package/dist-esm/samples-dev/listAllTheRegisteredAsNsAssociatedWithThePeering.js.map +0 -1
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.d.ts +0 -2
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.d.ts.map +0 -1
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.js +0 -45
- package/dist-esm/samples-dev/listAllTheRegisteredPrefixesAssociatedWithThePeering.js.map +0 -1
- package/dist-esm/samples-dev/listDirectPeeringLocations.d.ts +0 -2
- package/dist-esm/samples-dev/listDirectPeeringLocations.d.ts.map +0 -1
- package/dist-esm/samples-dev/listDirectPeeringLocations.js +0 -44
- package/dist-esm/samples-dev/listDirectPeeringLocations.js.map +0 -1
- package/dist-esm/samples-dev/listExchangePeeringLocations.d.ts +0 -2
- package/dist-esm/samples-dev/listExchangePeeringLocations.d.ts.map +0 -1
- package/dist-esm/samples-dev/listExchangePeeringLocations.js +0 -44
- package/dist-esm/samples-dev/listExchangePeeringLocations.js.map +0 -1
- package/dist-esm/samples-dev/listLegacyPeerings.d.ts +0 -2
- package/dist-esm/samples-dev/listLegacyPeerings.d.ts.map +0 -1
- package/dist-esm/samples-dev/listLegacyPeerings.js +0 -45
- package/dist-esm/samples-dev/listLegacyPeerings.js.map +0 -1
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.js +0 -43
- package/dist-esm/samples-dev/listPeerAsNsInASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringOperations.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringOperations.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringOperations.js +0 -43
- package/dist-esm/samples-dev/listPeeringOperations.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringServiceCountries.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringServiceCountries.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringServiceCountries.js +0 -43
- package/dist-esm/samples-dev/listPeeringServiceCountries.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringServiceLocations.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringServiceLocations.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringServiceLocations.js +0 -43
- package/dist-esm/samples-dev/listPeeringServiceLocations.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringServiceProviders.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringServiceProviders.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringServiceProviders.js +0 -43
- package/dist-esm/samples-dev/listPeeringServiceProviders.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listPeeringServicesInAResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.js +0 -43
- package/dist-esm/samples-dev/listPeeringServicesInASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.js +0 -44
- package/dist-esm/samples-dev/listPeeringsInAResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/listPeeringsInASubscription.d.ts +0 -2
- package/dist-esm/samples-dev/listPeeringsInASubscription.d.ts.map +0 -1
- package/dist-esm/samples-dev/listPeeringsInASubscription.js +0 -43
- package/dist-esm/samples-dev/listPeeringsInASubscription.js.map +0 -1
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.d.ts +0 -2
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.d.ts.map +0 -1
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.js +0 -55
- package/dist-esm/samples-dev/listsThePrefixesReceivedOverTheSpecifiedPeeringUnderTheGivenSubscriptionAndResourceGroup.js.map +0 -1
- package/dist-esm/samples-dev/lookingGlassInvokeSample.d.ts +0 -2
- package/dist-esm/samples-dev/lookingGlassInvokeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/lookingGlassInvokeSample.js +0 -31
- package/dist-esm/samples-dev/lookingGlassInvokeSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -43
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/peerAsnsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/peerAsnsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peerAsnsCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/peerAsnsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/peerAsnsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/peerAsnsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peerAsnsDeleteSample.js +0 -28
- package/dist-esm/samples-dev/peerAsnsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/peerAsnsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/peerAsnsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peerAsnsGetSample.js +0 -28
- package/dist-esm/samples-dev/peerAsnsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/peerAsnsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/peerAsnsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peerAsnsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/peerAsnsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringLocationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringLocationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringLocationsListSample.js +0 -77
- package/dist-esm/samples-dev/peeringLocationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServiceCountriesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServiceCountriesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServiceCountriesListSample.js +0 -43
- package/dist-esm/samples-dev/peeringServiceCountriesListSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServiceLocationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServiceLocationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServiceLocationsListSample.js +0 -43
- package/dist-esm/samples-dev/peeringServiceLocationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServiceProvidersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServiceProvidersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServiceProvidersListSample.js +0 -43
- package/dist-esm/samples-dev/peeringServiceProvidersListSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServicesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServicesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServicesCreateOrUpdateSample.js +0 -29
- package/dist-esm/samples-dev/peeringServicesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServicesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServicesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServicesDeleteSample.js +0 -29
- package/dist-esm/samples-dev/peeringServicesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServicesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServicesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServicesGetSample.js +0 -29
- package/dist-esm/samples-dev/peeringServicesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServicesInitializeConnectionMonitorSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServicesInitializeConnectionMonitorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServicesInitializeConnectionMonitorSample.js +0 -27
- package/dist-esm/samples-dev/peeringServicesInitializeConnectionMonitorSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServicesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServicesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServicesListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/peeringServicesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServicesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServicesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServicesListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/peeringServicesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringServicesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringServicesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringServicesUpdateSample.js +0 -23
- package/dist-esm/samples-dev/peeringServicesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringsCreateOrUpdateSample.js +0 -156
- package/dist-esm/samples-dev/peeringsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringsDeleteSample.js +0 -29
- package/dist-esm/samples-dev/peeringsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringsGetSample.js +0 -29
- package/dist-esm/samples-dev/peeringsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringsListByResourceGroupSample.js +0 -44
- package/dist-esm/samples-dev/peeringsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringsListBySubscriptionSample.js +0 -43
- package/dist-esm/samples-dev/peeringsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/peeringsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/peeringsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/peeringsUpdateSample.js +0 -23
- package/dist-esm/samples-dev/peeringsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixesCreateOrUpdateSample.js +0 -27
- package/dist-esm/samples-dev/prefixesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixesDeleteSample.js +0 -30
- package/dist-esm/samples-dev/prefixesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixesGetSample.js +0 -30
- package/dist-esm/samples-dev/prefixesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/prefixesListByPeeringServiceSample.d.ts +0 -2
- package/dist-esm/samples-dev/prefixesListByPeeringServiceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/prefixesListByPeeringServiceSample.js +0 -45
- package/dist-esm/samples-dev/prefixesListByPeeringServiceSample.js.map +0 -1
- package/dist-esm/samples-dev/receivedRoutesListByPeeringSample.d.ts +0 -2
- package/dist-esm/samples-dev/receivedRoutesListByPeeringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/receivedRoutesListByPeeringSample.js +0 -48
- package/dist-esm/samples-dev/receivedRoutesListByPeeringSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredAsnsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsCreateOrUpdateSample.js +0 -24
- package/dist-esm/samples-dev/registeredAsnsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredAsnsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsDeleteSample.js +0 -30
- package/dist-esm/samples-dev/registeredAsnsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredAsnsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsGetSample.js +0 -30
- package/dist-esm/samples-dev/registeredAsnsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsListByPeeringSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredAsnsListByPeeringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredAsnsListByPeeringSample.js +0 -45
- package/dist-esm/samples-dev/registeredAsnsListByPeeringSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredPrefixesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesCreateOrUpdateSample.js +0 -24
- package/dist-esm/samples-dev/registeredPrefixesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredPrefixesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesDeleteSample.js +0 -30
- package/dist-esm/samples-dev/registeredPrefixesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredPrefixesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesGetSample.js +0 -30
- package/dist-esm/samples-dev/registeredPrefixesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesListByPeeringSample.d.ts +0 -2
- package/dist-esm/samples-dev/registeredPrefixesListByPeeringSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/registeredPrefixesListByPeeringSample.js +0 -45
- package/dist-esm/samples-dev/registeredPrefixesListByPeeringSample.js.map +0 -1
- package/dist-esm/samples-dev/updatePeeringServiceTags.d.ts +0 -2
- package/dist-esm/samples-dev/updatePeeringServiceTags.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatePeeringServiceTags.js +0 -17
- package/dist-esm/samples-dev/updatePeeringServiceTags.js.map +0 -1
- package/dist-esm/samples-dev/updatePeeringTags.d.ts +0 -2
- package/dist-esm/samples-dev/updatePeeringTags.d.ts.map +0 -1
- package/dist-esm/samples-dev/updatePeeringTags.js +0 -17
- package/dist-esm/samples-dev/updatePeeringTags.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -341
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/cdnPeeringPrefixes.d.ts +0 -35
- package/dist-esm/src/operations/cdnPeeringPrefixes.d.ts.map +0 -1
- package/dist-esm/src/operations/cdnPeeringPrefixes.js +0 -141
- package/dist-esm/src/operations/cdnPeeringPrefixes.js.map +0 -1
- package/dist-esm/src/operations/connectionMonitorTests.d.ts +0 -66
- package/dist-esm/src/operations/connectionMonitorTests.d.ts.map +0 -1
- package/dist-esm/src/operations/connectionMonitorTests.js +0 -271
- package/dist-esm/src/operations/connectionMonitorTests.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -17
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -24
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/legacyPeerings.d.ts +0 -40
- package/dist-esm/src/operations/legacyPeerings.d.ts.map +0 -1
- package/dist-esm/src/operations/legacyPeerings.js +0 -156
- package/dist-esm/src/operations/legacyPeerings.js.map +0 -1
- package/dist-esm/src/operations/lookingGlass.d.ts +0 -22
- package/dist-esm/src/operations/lookingGlass.d.ts.map +0 -1
- package/dist-esm/src/operations/lookingGlass.js +0 -56
- package/dist-esm/src/operations/lookingGlass.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -134
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/peerAsns.d.ts +0 -52
- package/dist-esm/src/operations/peerAsns.d.ts.map +0 -1
- package/dist-esm/src/operations/peerAsns.js +0 -228
- package/dist-esm/src/operations/peerAsns.js.map +0 -1
- package/dist-esm/src/operations/peeringLocations.d.ts +0 -35
- package/dist-esm/src/operations/peeringLocations.d.ts.map +0 -1
- package/dist-esm/src/operations/peeringLocations.js +0 -149
- package/dist-esm/src/operations/peeringLocations.js.map +0 -1
- package/dist-esm/src/operations/peeringServiceCountries.d.ts +0 -32
- package/dist-esm/src/operations/peeringServiceCountries.d.ts.map +0 -1
- package/dist-esm/src/operations/peeringServiceCountries.js +0 -138
- package/dist-esm/src/operations/peeringServiceCountries.js.map +0 -1
- package/dist-esm/src/operations/peeringServiceLocations.d.ts +0 -32
- package/dist-esm/src/operations/peeringServiceLocations.d.ts.map +0 -1
- package/dist-esm/src/operations/peeringServiceLocations.js +0 -138
- package/dist-esm/src/operations/peeringServiceLocations.js.map +0 -1
- package/dist-esm/src/operations/peeringServiceProviders.d.ts +0 -32
- package/dist-esm/src/operations/peeringServiceProviders.d.ts.map +0 -1
- package/dist-esm/src/operations/peeringServiceProviders.js +0 -138
- package/dist-esm/src/operations/peeringServiceProviders.js.map +0 -1
- package/dist-esm/src/operations/peeringServices.d.ts +0 -92
- package/dist-esm/src/operations/peeringServices.d.ts.map +0 -1
- package/dist-esm/src/operations/peeringServices.js +0 -411
- package/dist-esm/src/operations/peeringServices.js.map +0 -1
- package/dist-esm/src/operations/peerings.d.ts +0 -84
- package/dist-esm/src/operations/peerings.d.ts.map +0 -1
- package/dist-esm/src/operations/peerings.js +0 -387
- package/dist-esm/src/operations/peerings.js.map +0 -1
- package/dist-esm/src/operations/prefixes.d.ts +0 -66
- package/dist-esm/src/operations/prefixes.d.ts.map +0 -1
- package/dist-esm/src/operations/prefixes.js +0 -261
- package/dist-esm/src/operations/prefixes.js.map +0 -1
- package/dist-esm/src/operations/receivedRoutes.d.ts +0 -40
- package/dist-esm/src/operations/receivedRoutes.d.ts.map +0 -1
- package/dist-esm/src/operations/receivedRoutes.js +0 -167
- package/dist-esm/src/operations/receivedRoutes.js.map +0 -1
- package/dist-esm/src/operations/registeredAsns.d.ts +0 -66
- package/dist-esm/src/operations/registeredAsns.d.ts.map +0 -1
- package/dist-esm/src/operations/registeredAsns.js +0 -261
- package/dist-esm/src/operations/registeredAsns.js.map +0 -1
- package/dist-esm/src/operations/registeredPrefixes.d.ts +0 -66
- package/dist-esm/src/operations/registeredPrefixes.d.ts.map +0 -1
- package/dist-esm/src/operations/registeredPrefixes.js +0 -261
- package/dist-esm/src/operations/registeredPrefixes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cdnPeeringPrefixes.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/cdnPeeringPrefixes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cdnPeeringPrefixes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionMonitorTests.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/connectionMonitorTests.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connectionMonitorTests.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -24
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/legacyPeerings.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/legacyPeerings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/legacyPeerings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/lookingGlass.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/lookingGlass.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/lookingGlass.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/peerAsns.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/peerAsns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/peerAsns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringLocations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/peeringLocations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringLocations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServiceCountries.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/peeringServiceCountries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServiceCountries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServiceLocations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/peeringServiceLocations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServiceLocations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServiceProviders.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/peeringServiceProviders.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServiceProviders.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServices.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/peeringServices.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/peeringServices.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/peerings.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/peerings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/peerings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixes.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/prefixes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/prefixes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/receivedRoutes.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/receivedRoutes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/receivedRoutes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/registeredAsns.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/registeredAsns.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/registeredAsns.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/registeredPrefixes.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/registeredPrefixes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/registeredPrefixes.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/peeringManagementClient.d.ts +0 -42
- package/dist-esm/src/peeringManagementClient.d.ts.map +0 -1
- package/dist-esm/src/peeringManagementClient.js +0 -146
- package/dist-esm/src/peeringManagementClient.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -1812
- package/src/models/mappers.ts +0 -1896
- package/src/models/parameters.ts +0 -395
- package/src/operations/cdnPeeringPrefixes.ts +0 -170
- package/src/operations/connectionMonitorTests.ts +0 -359
- package/src/operations/index.ts +0 -24
- package/src/operations/legacyPeerings.ts +0 -196
- package/src/operations/lookingGlass.ts +0 -79
- package/src/operations/operations.ts +0 -150
- package/src/operations/peerAsns.ts +0 -277
- package/src/operations/peeringLocations.ts +0 -175
- package/src/operations/peeringServiceCountries.ts +0 -155
- package/src/operations/peeringServiceLocations.ts +0 -155
- package/src/operations/peeringServiceProviders.ts +0 -155
- package/src/operations/peeringServices.ts +0 -512
- package/src/operations/peerings.ts +0 -479
- package/src/operations/prefixes.ts +0 -349
- package/src/operations/receivedRoutes.ts +0 -219
- package/src/operations/registeredAsns.ts +0 -349
- package/src/operations/registeredPrefixes.ts +0 -349
- package/src/operationsInterfaces/cdnPeeringPrefixes.ts +0 -27
- package/src/operationsInterfaces/connectionMonitorTests.ts +0 -78
- package/src/operationsInterfaces/index.ts +0 -24
- package/src/operationsInterfaces/legacyPeerings.ts +0 -31
- package/src/operationsInterfaces/lookingGlass.ts +0 -33
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/peerAsns.ts +0 -60
- package/src/operationsInterfaces/peeringLocations.ts +0 -28
- package/src/operationsInterfaces/peeringServiceCountries.ts +0 -25
- package/src/operationsInterfaces/peeringServiceLocations.ts +0 -25
- package/src/operationsInterfaces/peeringServiceProviders.ts +0 -25
- package/src/operationsInterfaces/peeringServices.ts +0 -103
- package/src/operationsInterfaces/peerings.ts +0 -92
- package/src/operationsInterfaces/prefixes.ts +0 -78
- package/src/operationsInterfaces/receivedRoutes.ts +0 -30
- package/src/operationsInterfaces/registeredAsns.ts +0 -78
- package/src/operationsInterfaces/registeredPrefixes.ts +0 -78
- package/src/pagingHelper.ts +0 -39
- package/src/peeringManagementClient.ts +0 -249
- package/tsconfig.json +0 -33
- package/types/arm-peering.d.ts +0 -2229
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/cdnPeeringPrefixes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectionMonitorTests.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/legacyPeerings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/lookingGlass.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/peerAsns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/peeringLocations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/peeringServiceCountries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/peeringServiceLocations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/peeringServiceProviders.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/peeringServices.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/peerings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/prefixes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/receivedRoutes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/registeredAsns.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/registeredPrefixes.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
package/types/arm-peering.d.ts
DELETED
|
@@ -1,2229 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
-
|
|
5
|
-
/** The properties that define a BGP session. */
|
|
6
|
-
export declare interface BgpSession {
|
|
7
|
-
/** The IPv4 prefix that contains both ends' IPv4 addresses. */
|
|
8
|
-
sessionPrefixV4?: string;
|
|
9
|
-
/** The IPv6 prefix that contains both ends' IPv6 addresses. */
|
|
10
|
-
sessionPrefixV6?: string;
|
|
11
|
-
/** The IPv4 session address on Microsoft's end. */
|
|
12
|
-
microsoftSessionIPv4Address?: string;
|
|
13
|
-
/** The IPv6 session address on Microsoft's end. */
|
|
14
|
-
microsoftSessionIPv6Address?: string;
|
|
15
|
-
/** The IPv4 session address on peer's end. */
|
|
16
|
-
peerSessionIPv4Address?: string;
|
|
17
|
-
/** The IPv6 session address on peer's end. */
|
|
18
|
-
peerSessionIPv6Address?: string;
|
|
19
|
-
/**
|
|
20
|
-
* The state of the IPv4 session.
|
|
21
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
-
*/
|
|
23
|
-
readonly sessionStateV4?: SessionStateV4;
|
|
24
|
-
/**
|
|
25
|
-
* The state of the IPv6 session.
|
|
26
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
-
*/
|
|
28
|
-
readonly sessionStateV6?: SessionStateV6;
|
|
29
|
-
/** The maximum number of prefixes advertised over the IPv4 session. */
|
|
30
|
-
maxPrefixesAdvertisedV4?: number;
|
|
31
|
-
/** The maximum number of prefixes advertised over the IPv6 session. */
|
|
32
|
-
maxPrefixesAdvertisedV6?: number;
|
|
33
|
-
/** The MD5 authentication key of the session. */
|
|
34
|
-
md5AuthenticationKey?: string;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
/** The CDN peering prefix */
|
|
38
|
-
export declare interface CdnPeeringPrefix extends Resource {
|
|
39
|
-
/**
|
|
40
|
-
* The prefix.
|
|
41
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
42
|
-
*/
|
|
43
|
-
readonly prefix?: string;
|
|
44
|
-
/**
|
|
45
|
-
* The Azure region.
|
|
46
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
47
|
-
*/
|
|
48
|
-
readonly azureRegion?: string;
|
|
49
|
-
/**
|
|
50
|
-
* The Azure service.
|
|
51
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
52
|
-
*/
|
|
53
|
-
readonly azureService?: string;
|
|
54
|
-
/**
|
|
55
|
-
* The flag that indicates whether or not this is the primary region.
|
|
56
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
-
*/
|
|
58
|
-
readonly isPrimaryRegion?: boolean;
|
|
59
|
-
/**
|
|
60
|
-
* The BGP Community
|
|
61
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
-
*/
|
|
63
|
-
readonly bgpCommunity?: string;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/** Interface representing a CdnPeeringPrefixes. */
|
|
67
|
-
export declare interface CdnPeeringPrefixes {
|
|
68
|
-
/**
|
|
69
|
-
* Lists all of the advertised prefixes for the specified peering location
|
|
70
|
-
* @param peeringLocation The peering location.
|
|
71
|
-
* @param options The options parameters.
|
|
72
|
-
*/
|
|
73
|
-
list(peeringLocation: string, options?: CdnPeeringPrefixesListOptionalParams): PagedAsyncIterableIterator<CdnPeeringPrefix>;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
/** Optional parameters. */
|
|
77
|
-
export declare interface CdnPeeringPrefixesListNextOptionalParams extends coreClient.OperationOptions {
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/** Contains response data for the listNext operation. */
|
|
81
|
-
export declare type CdnPeeringPrefixesListNextResponse = CdnPeeringPrefixListResult;
|
|
82
|
-
|
|
83
|
-
/** Optional parameters. */
|
|
84
|
-
export declare interface CdnPeeringPrefixesListOptionalParams extends coreClient.OperationOptions {
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/** Contains response data for the list operation. */
|
|
88
|
-
export declare type CdnPeeringPrefixesListResponse = CdnPeeringPrefixListResult;
|
|
89
|
-
|
|
90
|
-
/** The paginated list of CDN peering prefixes. */
|
|
91
|
-
export declare interface CdnPeeringPrefixListResult {
|
|
92
|
-
/** The list of CDN peering prefixes. */
|
|
93
|
-
value?: CdnPeeringPrefix[];
|
|
94
|
-
/** The link to fetch the next page of CDN peering prefixes. */
|
|
95
|
-
nextLink?: string;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
/** Class for CheckServiceProviderAvailabilityInput */
|
|
99
|
-
export declare interface CheckServiceProviderAvailabilityInput {
|
|
100
|
-
/** Gets or sets the peering service location. */
|
|
101
|
-
peeringServiceLocation?: string;
|
|
102
|
-
/** Gets or sets the peering service provider. */
|
|
103
|
-
peeringServiceProvider?: string;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/** Optional parameters. */
|
|
107
|
-
export declare interface CheckServiceProviderAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
/** Contains response data for the checkServiceProviderAvailability operation. */
|
|
111
|
-
export declare type CheckServiceProviderAvailabilityResponse = {
|
|
112
|
-
/** The parsed response body. */
|
|
113
|
-
body: Enum0;
|
|
114
|
-
};
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Defines values for Command. \
|
|
118
|
-
* {@link KnownCommand} can be used interchangeably with Command,
|
|
119
|
-
* this enum contains the known values that the service supports.
|
|
120
|
-
* ### Known values supported by the service
|
|
121
|
-
* **Traceroute** \
|
|
122
|
-
* **Ping** \
|
|
123
|
-
* **BgpRoute**
|
|
124
|
-
*/
|
|
125
|
-
export declare type Command = string;
|
|
126
|
-
|
|
127
|
-
/** The Connection Monitor Test class. */
|
|
128
|
-
export declare interface ConnectionMonitorTest extends Resource {
|
|
129
|
-
/** The Connection Monitor test source agent */
|
|
130
|
-
sourceAgent?: string;
|
|
131
|
-
/** The Connection Monitor test destination */
|
|
132
|
-
destination?: string;
|
|
133
|
-
/** The Connection Monitor test destination port */
|
|
134
|
-
destinationPort?: number;
|
|
135
|
-
/** The Connection Monitor test frequency in seconds */
|
|
136
|
-
testFrequencyInSec?: number;
|
|
137
|
-
/**
|
|
138
|
-
* The flag that indicates if the Connection Monitor test is successful or not.
|
|
139
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
140
|
-
*/
|
|
141
|
-
readonly isTestSuccessful?: boolean;
|
|
142
|
-
/**
|
|
143
|
-
* The path representing the Connection Monitor test.
|
|
144
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
145
|
-
*/
|
|
146
|
-
readonly path?: string[];
|
|
147
|
-
/**
|
|
148
|
-
* The provisioning state of the resource.
|
|
149
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
150
|
-
*/
|
|
151
|
-
readonly provisioningState?: ProvisioningState;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
/** The paginated list of [T]. */
|
|
155
|
-
export declare interface ConnectionMonitorTestListResult {
|
|
156
|
-
/** The list of [T]. */
|
|
157
|
-
value?: ConnectionMonitorTest[];
|
|
158
|
-
/** The link to fetch the next page of [T]. */
|
|
159
|
-
nextLink?: string;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/** Interface representing a ConnectionMonitorTests. */
|
|
163
|
-
export declare interface ConnectionMonitorTests {
|
|
164
|
-
/**
|
|
165
|
-
* Lists all connection monitor tests under the given subscription, resource group and peering service.
|
|
166
|
-
* @param resourceGroupName The name of the resource group.
|
|
167
|
-
* @param peeringServiceName The name of the peering service.
|
|
168
|
-
* @param options The options parameters.
|
|
169
|
-
*/
|
|
170
|
-
listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: ConnectionMonitorTestsListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<ConnectionMonitorTest>;
|
|
171
|
-
/**
|
|
172
|
-
* Gets an existing connection monitor test with the specified name under the given subscription,
|
|
173
|
-
* resource group and peering service.
|
|
174
|
-
* @param resourceGroupName The name of the resource group.
|
|
175
|
-
* @param peeringServiceName The name of the peering service.
|
|
176
|
-
* @param connectionMonitorTestName The name of the connection monitor test
|
|
177
|
-
* @param options The options parameters.
|
|
178
|
-
*/
|
|
179
|
-
get(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsGetOptionalParams): Promise<ConnectionMonitorTestsGetResponse>;
|
|
180
|
-
/**
|
|
181
|
-
* Creates or updates a connection monitor test with the specified name under the given subscription,
|
|
182
|
-
* resource group and peering service.
|
|
183
|
-
* @param resourceGroupName The name of the resource group.
|
|
184
|
-
* @param peeringServiceName The name of the peering service.
|
|
185
|
-
* @param connectionMonitorTestName The name of the connection monitor test
|
|
186
|
-
* @param connectionMonitorTest The properties needed to create a connection monitor test
|
|
187
|
-
* @param options The options parameters.
|
|
188
|
-
*/
|
|
189
|
-
createOrUpdate(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, connectionMonitorTest: ConnectionMonitorTest, options?: ConnectionMonitorTestsCreateOrUpdateOptionalParams): Promise<ConnectionMonitorTestsCreateOrUpdateResponse>;
|
|
190
|
-
/**
|
|
191
|
-
* Deletes an existing connection monitor test with the specified name under the given subscription,
|
|
192
|
-
* resource group and peering service.
|
|
193
|
-
* @param resourceGroupName The name of the resource group.
|
|
194
|
-
* @param peeringServiceName The name of the peering service.
|
|
195
|
-
* @param connectionMonitorTestName The name of the connection monitor test
|
|
196
|
-
* @param options The options parameters.
|
|
197
|
-
*/
|
|
198
|
-
delete(resourceGroupName: string, peeringServiceName: string, connectionMonitorTestName: string, options?: ConnectionMonitorTestsDeleteOptionalParams): Promise<void>;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/** Optional parameters. */
|
|
202
|
-
export declare interface ConnectionMonitorTestsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
206
|
-
export declare type ConnectionMonitorTestsCreateOrUpdateResponse = ConnectionMonitorTest;
|
|
207
|
-
|
|
208
|
-
/** Optional parameters. */
|
|
209
|
-
export declare interface ConnectionMonitorTestsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
/** Optional parameters. */
|
|
213
|
-
export declare interface ConnectionMonitorTestsGetOptionalParams extends coreClient.OperationOptions {
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
/** Contains response data for the get operation. */
|
|
217
|
-
export declare type ConnectionMonitorTestsGetResponse = ConnectionMonitorTest;
|
|
218
|
-
|
|
219
|
-
/** Optional parameters. */
|
|
220
|
-
export declare interface ConnectionMonitorTestsListByPeeringServiceNextOptionalParams extends coreClient.OperationOptions {
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/** Contains response data for the listByPeeringServiceNext operation. */
|
|
224
|
-
export declare type ConnectionMonitorTestsListByPeeringServiceNextResponse = ConnectionMonitorTestListResult;
|
|
225
|
-
|
|
226
|
-
/** Optional parameters. */
|
|
227
|
-
export declare interface ConnectionMonitorTestsListByPeeringServiceOptionalParams extends coreClient.OperationOptions {
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/** Contains response data for the listByPeeringService operation. */
|
|
231
|
-
export declare type ConnectionMonitorTestsListByPeeringServiceResponse = ConnectionMonitorTestListResult;
|
|
232
|
-
|
|
233
|
-
/**
|
|
234
|
-
* Defines values for ConnectionState. \
|
|
235
|
-
* {@link KnownConnectionState} can be used interchangeably with ConnectionState,
|
|
236
|
-
* this enum contains the known values that the service supports.
|
|
237
|
-
* ### Known values supported by the service
|
|
238
|
-
* **None** \
|
|
239
|
-
* **PendingApproval** \
|
|
240
|
-
* **Approved** \
|
|
241
|
-
* **ProvisioningStarted** \
|
|
242
|
-
* **ProvisioningFailed** \
|
|
243
|
-
* **ProvisioningCompleted** \
|
|
244
|
-
* **Validating** \
|
|
245
|
-
* **Active**
|
|
246
|
-
*/
|
|
247
|
-
export declare type ConnectionState = string;
|
|
248
|
-
|
|
249
|
-
/** The contact detail class. */
|
|
250
|
-
export declare interface ContactDetail {
|
|
251
|
-
/** The role of the contact. */
|
|
252
|
-
role?: Role;
|
|
253
|
-
/** The e-mail address of the contact. */
|
|
254
|
-
email?: string;
|
|
255
|
-
/** The phone number of the contact. */
|
|
256
|
-
phone?: string;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/** The properties that define a direct connection. */
|
|
260
|
-
export declare interface DirectConnection {
|
|
261
|
-
/** The bandwidth of the connection. */
|
|
262
|
-
bandwidthInMbps?: number;
|
|
263
|
-
/**
|
|
264
|
-
* The bandwidth that is actually provisioned.
|
|
265
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
266
|
-
*/
|
|
267
|
-
readonly provisionedBandwidthInMbps?: number;
|
|
268
|
-
/** The field indicating if Microsoft provides session ip addresses. */
|
|
269
|
-
sessionAddressProvider?: SessionAddressProvider;
|
|
270
|
-
/** The flag that indicates whether or not the connection is used for peering service. */
|
|
271
|
-
useForPeeringService?: boolean;
|
|
272
|
-
/**
|
|
273
|
-
* The ID used within Microsoft's peering provisioning system to track the connection
|
|
274
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
275
|
-
*/
|
|
276
|
-
readonly microsoftTrackingId?: string;
|
|
277
|
-
/** The PeeringDB.com ID of the facility at which the connection has to be set up. */
|
|
278
|
-
peeringDBFacilityId?: number;
|
|
279
|
-
/**
|
|
280
|
-
* The state of the connection.
|
|
281
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
282
|
-
*/
|
|
283
|
-
readonly connectionState?: ConnectionState;
|
|
284
|
-
/** The BGP session associated with the connection. */
|
|
285
|
-
bgpSession?: BgpSession;
|
|
286
|
-
/** The unique identifier (GUID) for the connection. */
|
|
287
|
-
connectionIdentifier?: string;
|
|
288
|
-
/**
|
|
289
|
-
* The error message related to the connection state, if any.
|
|
290
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
-
*/
|
|
292
|
-
readonly errorMessage?: string;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/** The properties that define a direct peering facility. */
|
|
296
|
-
export declare interface DirectPeeringFacility {
|
|
297
|
-
/** The address of the direct peering facility. */
|
|
298
|
-
address?: string;
|
|
299
|
-
/** The type of the direct peering. */
|
|
300
|
-
directPeeringType?: DirectPeeringType;
|
|
301
|
-
/** The PeeringDB.com ID of the facility. */
|
|
302
|
-
peeringDBFacilityId?: number;
|
|
303
|
-
/** The PeeringDB.com URL of the facility. */
|
|
304
|
-
peeringDBFacilityLink?: string;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
/**
|
|
308
|
-
* Defines values for DirectPeeringType. \
|
|
309
|
-
* {@link KnownDirectPeeringType} can be used interchangeably with DirectPeeringType,
|
|
310
|
-
* this enum contains the known values that the service supports.
|
|
311
|
-
* ### Known values supported by the service
|
|
312
|
-
* **Edge** \
|
|
313
|
-
* **Transit** \
|
|
314
|
-
* **Cdn** \
|
|
315
|
-
* **Internal** \
|
|
316
|
-
* **Ix** \
|
|
317
|
-
* **IxRs** \
|
|
318
|
-
* **Voice**
|
|
319
|
-
*/
|
|
320
|
-
export declare type DirectPeeringType = string;
|
|
321
|
-
|
|
322
|
-
/**
|
|
323
|
-
* Defines values for Enum0. \
|
|
324
|
-
* {@link KnownEnum0} can be used interchangeably with Enum0,
|
|
325
|
-
* this enum contains the known values that the service supports.
|
|
326
|
-
* ### Known values supported by the service
|
|
327
|
-
* **Available** \
|
|
328
|
-
* **Unavailable**
|
|
329
|
-
*/
|
|
330
|
-
export declare type Enum0 = string;
|
|
331
|
-
|
|
332
|
-
/** The error detail that describes why an operation has failed. */
|
|
333
|
-
export declare interface ErrorDetail {
|
|
334
|
-
/**
|
|
335
|
-
* The error code.
|
|
336
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
337
|
-
*/
|
|
338
|
-
readonly code?: string;
|
|
339
|
-
/**
|
|
340
|
-
* The error message.
|
|
341
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
342
|
-
*/
|
|
343
|
-
readonly message?: string;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
/** The error response that indicates why an operation has failed. */
|
|
347
|
-
export declare interface ErrorResponse {
|
|
348
|
-
/** The error detail that describes why an operation has failed. */
|
|
349
|
-
error?: ErrorDetail;
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
/** The properties that define an exchange connection. */
|
|
353
|
-
export declare interface ExchangeConnection {
|
|
354
|
-
/** The PeeringDB.com ID of the facility at which the connection has to be set up. */
|
|
355
|
-
peeringDBFacilityId?: number;
|
|
356
|
-
/**
|
|
357
|
-
* The state of the connection.
|
|
358
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
-
*/
|
|
360
|
-
readonly connectionState?: ConnectionState;
|
|
361
|
-
/** The BGP session associated with the connection. */
|
|
362
|
-
bgpSession?: BgpSession;
|
|
363
|
-
/** The unique identifier (GUID) for the connection. */
|
|
364
|
-
connectionIdentifier?: string;
|
|
365
|
-
/**
|
|
366
|
-
* The error message related to the connection state, if any.
|
|
367
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
-
*/
|
|
369
|
-
readonly errorMessage?: string;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/** The properties that define an exchange peering facility. */
|
|
373
|
-
export declare interface ExchangePeeringFacility {
|
|
374
|
-
/** The name of the exchange peering facility. */
|
|
375
|
-
exchangeName?: string;
|
|
376
|
-
/** The bandwidth of the connection between Microsoft and the exchange peering facility. */
|
|
377
|
-
bandwidthInMbps?: number;
|
|
378
|
-
/** The IPv4 address of Microsoft at the exchange peering facility. */
|
|
379
|
-
microsoftIPv4Address?: string;
|
|
380
|
-
/** The IPv6 address of Microsoft at the exchange peering facility. */
|
|
381
|
-
microsoftIPv6Address?: string;
|
|
382
|
-
/** The IPv4 prefixes associated with the exchange peering facility. */
|
|
383
|
-
facilityIPv4Prefix?: string;
|
|
384
|
-
/** The IPv6 prefixes associated with the exchange peering facility. */
|
|
385
|
-
facilityIPv6Prefix?: string;
|
|
386
|
-
/** The PeeringDB.com ID of the facility. */
|
|
387
|
-
peeringDBFacilityId?: number;
|
|
388
|
-
/** The PeeringDB.com URL of the facility. */
|
|
389
|
-
peeringDBFacilityLink?: string;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
/**
|
|
393
|
-
* Defines values for Family. \
|
|
394
|
-
* {@link KnownFamily} can be used interchangeably with Family,
|
|
395
|
-
* this enum contains the known values that the service supports.
|
|
396
|
-
* ### Known values supported by the service
|
|
397
|
-
* **Direct** \
|
|
398
|
-
* **Exchange**
|
|
399
|
-
*/
|
|
400
|
-
export declare type Family = string;
|
|
401
|
-
|
|
402
|
-
/**
|
|
403
|
-
* Given a result page from a pageable operation, returns a
|
|
404
|
-
* continuation token that can be used to begin paging from
|
|
405
|
-
* that point later.
|
|
406
|
-
* @param page A result object from calling .byPage() on a paged operation.
|
|
407
|
-
* @returns The continuation token that can be passed into byPage().
|
|
408
|
-
*/
|
|
409
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
410
|
-
|
|
411
|
-
/**
|
|
412
|
-
* Defines values for Kind. \
|
|
413
|
-
* {@link KnownKind} can be used interchangeably with Kind,
|
|
414
|
-
* this enum contains the known values that the service supports.
|
|
415
|
-
* ### Known values supported by the service
|
|
416
|
-
* **Direct** \
|
|
417
|
-
* **Exchange**
|
|
418
|
-
*/
|
|
419
|
-
export declare type Kind = string;
|
|
420
|
-
|
|
421
|
-
/** Known values of {@link Command} that the service accepts. */
|
|
422
|
-
export declare enum KnownCommand {
|
|
423
|
-
/** Traceroute */
|
|
424
|
-
Traceroute = "Traceroute",
|
|
425
|
-
/** Ping */
|
|
426
|
-
Ping = "Ping",
|
|
427
|
-
/** BgpRoute */
|
|
428
|
-
BgpRoute = "BgpRoute"
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
/** Known values of {@link ConnectionState} that the service accepts. */
|
|
432
|
-
export declare enum KnownConnectionState {
|
|
433
|
-
/** None */
|
|
434
|
-
None = "None",
|
|
435
|
-
/** PendingApproval */
|
|
436
|
-
PendingApproval = "PendingApproval",
|
|
437
|
-
/** Approved */
|
|
438
|
-
Approved = "Approved",
|
|
439
|
-
/** ProvisioningStarted */
|
|
440
|
-
ProvisioningStarted = "ProvisioningStarted",
|
|
441
|
-
/** ProvisioningFailed */
|
|
442
|
-
ProvisioningFailed = "ProvisioningFailed",
|
|
443
|
-
/** ProvisioningCompleted */
|
|
444
|
-
ProvisioningCompleted = "ProvisioningCompleted",
|
|
445
|
-
/** Validating */
|
|
446
|
-
Validating = "Validating",
|
|
447
|
-
/** Active */
|
|
448
|
-
Active = "Active"
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/** Known values of {@link DirectPeeringType} that the service accepts. */
|
|
452
|
-
export declare enum KnownDirectPeeringType {
|
|
453
|
-
/** Edge */
|
|
454
|
-
Edge = "Edge",
|
|
455
|
-
/** Transit */
|
|
456
|
-
Transit = "Transit",
|
|
457
|
-
/** Cdn */
|
|
458
|
-
Cdn = "Cdn",
|
|
459
|
-
/** Internal */
|
|
460
|
-
Internal = "Internal",
|
|
461
|
-
/** Ix */
|
|
462
|
-
Ix = "Ix",
|
|
463
|
-
/** IxRs */
|
|
464
|
-
IxRs = "IxRs",
|
|
465
|
-
/** Voice */
|
|
466
|
-
Voice = "Voice"
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
/** Known values of {@link Enum0} that the service accepts. */
|
|
470
|
-
export declare enum KnownEnum0 {
|
|
471
|
-
/** Available */
|
|
472
|
-
Available = "Available",
|
|
473
|
-
/** Unavailable */
|
|
474
|
-
Unavailable = "Unavailable"
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
/** Known values of {@link Family} that the service accepts. */
|
|
478
|
-
export declare enum KnownFamily {
|
|
479
|
-
/** Direct */
|
|
480
|
-
Direct = "Direct",
|
|
481
|
-
/** Exchange */
|
|
482
|
-
Exchange = "Exchange"
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
/** Known values of {@link Kind} that the service accepts. */
|
|
486
|
-
export declare enum KnownKind {
|
|
487
|
-
/** Direct */
|
|
488
|
-
Direct = "Direct",
|
|
489
|
-
/** Exchange */
|
|
490
|
-
Exchange = "Exchange"
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
/** Known values of {@link LearnedType} that the service accepts. */
|
|
494
|
-
export declare enum KnownLearnedType {
|
|
495
|
-
/** None */
|
|
496
|
-
None = "None",
|
|
497
|
-
/** ViaServiceProvider */
|
|
498
|
-
ViaServiceProvider = "ViaServiceProvider",
|
|
499
|
-
/** ViaSession */
|
|
500
|
-
ViaSession = "ViaSession"
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
/** Known values of {@link LegacyPeeringsKind} that the service accepts. */
|
|
504
|
-
export declare enum KnownLegacyPeeringsKind {
|
|
505
|
-
/** Direct */
|
|
506
|
-
Direct = "Direct",
|
|
507
|
-
/** Exchange */
|
|
508
|
-
Exchange = "Exchange"
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
/** Known values of {@link LookingGlassCommand} that the service accepts. */
|
|
512
|
-
export declare enum KnownLookingGlassCommand {
|
|
513
|
-
/** Traceroute */
|
|
514
|
-
Traceroute = "Traceroute",
|
|
515
|
-
/** Ping */
|
|
516
|
-
Ping = "Ping",
|
|
517
|
-
/** BgpRoute */
|
|
518
|
-
BgpRoute = "BgpRoute"
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
/** Known values of {@link LookingGlassSourceType} that the service accepts. */
|
|
522
|
-
export declare enum KnownLookingGlassSourceType {
|
|
523
|
-
/** EdgeSite */
|
|
524
|
-
EdgeSite = "EdgeSite",
|
|
525
|
-
/** AzureRegion */
|
|
526
|
-
AzureRegion = "AzureRegion"
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
/** Known values of {@link PeeringLocationsDirectPeeringType} that the service accepts. */
|
|
530
|
-
export declare enum KnownPeeringLocationsDirectPeeringType {
|
|
531
|
-
/** Edge */
|
|
532
|
-
Edge = "Edge",
|
|
533
|
-
/** Transit */
|
|
534
|
-
Transit = "Transit",
|
|
535
|
-
/** Cdn */
|
|
536
|
-
Cdn = "Cdn",
|
|
537
|
-
/** Internal */
|
|
538
|
-
Internal = "Internal",
|
|
539
|
-
/** Ix */
|
|
540
|
-
Ix = "Ix",
|
|
541
|
-
/** IxRs */
|
|
542
|
-
IxRs = "IxRs",
|
|
543
|
-
/** Voice */
|
|
544
|
-
Voice = "Voice"
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
/** Known values of {@link PeeringLocationsKind} that the service accepts. */
|
|
548
|
-
export declare enum KnownPeeringLocationsKind {
|
|
549
|
-
/** Direct */
|
|
550
|
-
Direct = "Direct",
|
|
551
|
-
/** Exchange */
|
|
552
|
-
Exchange = "Exchange"
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
/** Known values of {@link PrefixValidationState} that the service accepts. */
|
|
556
|
-
export declare enum KnownPrefixValidationState {
|
|
557
|
-
/** None */
|
|
558
|
-
None = "None",
|
|
559
|
-
/** Invalid */
|
|
560
|
-
Invalid = "Invalid",
|
|
561
|
-
/** Verified */
|
|
562
|
-
Verified = "Verified",
|
|
563
|
-
/** Failed */
|
|
564
|
-
Failed = "Failed",
|
|
565
|
-
/** Pending */
|
|
566
|
-
Pending = "Pending",
|
|
567
|
-
/** Warning */
|
|
568
|
-
Warning = "Warning",
|
|
569
|
-
/** Unknown */
|
|
570
|
-
Unknown = "Unknown"
|
|
571
|
-
}
|
|
572
|
-
|
|
573
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
574
|
-
export declare enum KnownProvisioningState {
|
|
575
|
-
/** Succeeded */
|
|
576
|
-
Succeeded = "Succeeded",
|
|
577
|
-
/** Updating */
|
|
578
|
-
Updating = "Updating",
|
|
579
|
-
/** Deleting */
|
|
580
|
-
Deleting = "Deleting",
|
|
581
|
-
/** Failed */
|
|
582
|
-
Failed = "Failed"
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
/** Known values of {@link Role} that the service accepts. */
|
|
586
|
-
export declare enum KnownRole {
|
|
587
|
-
/** Noc */
|
|
588
|
-
Noc = "Noc",
|
|
589
|
-
/** Policy */
|
|
590
|
-
Policy = "Policy",
|
|
591
|
-
/** Technical */
|
|
592
|
-
Technical = "Technical",
|
|
593
|
-
/** Service */
|
|
594
|
-
Service = "Service",
|
|
595
|
-
/** Escalation */
|
|
596
|
-
Escalation = "Escalation",
|
|
597
|
-
/** Other */
|
|
598
|
-
Other = "Other"
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/** Known values of {@link SessionAddressProvider} that the service accepts. */
|
|
602
|
-
export declare enum KnownSessionAddressProvider {
|
|
603
|
-
/** Microsoft */
|
|
604
|
-
Microsoft = "Microsoft",
|
|
605
|
-
/** Peer */
|
|
606
|
-
Peer = "Peer"
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
/** Known values of {@link SessionStateV4} that the service accepts. */
|
|
610
|
-
export declare enum KnownSessionStateV4 {
|
|
611
|
-
/** None */
|
|
612
|
-
None = "None",
|
|
613
|
-
/** Idle */
|
|
614
|
-
Idle = "Idle",
|
|
615
|
-
/** Connect */
|
|
616
|
-
Connect = "Connect",
|
|
617
|
-
/** Active */
|
|
618
|
-
Active = "Active",
|
|
619
|
-
/** OpenSent */
|
|
620
|
-
OpenSent = "OpenSent",
|
|
621
|
-
/** OpenConfirm */
|
|
622
|
-
OpenConfirm = "OpenConfirm",
|
|
623
|
-
/** OpenReceived */
|
|
624
|
-
OpenReceived = "OpenReceived",
|
|
625
|
-
/** Established */
|
|
626
|
-
Established = "Established",
|
|
627
|
-
/** PendingAdd */
|
|
628
|
-
PendingAdd = "PendingAdd",
|
|
629
|
-
/** PendingUpdate */
|
|
630
|
-
PendingUpdate = "PendingUpdate",
|
|
631
|
-
/** PendingRemove */
|
|
632
|
-
PendingRemove = "PendingRemove"
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
/** Known values of {@link SessionStateV6} that the service accepts. */
|
|
636
|
-
export declare enum KnownSessionStateV6 {
|
|
637
|
-
/** None */
|
|
638
|
-
None = "None",
|
|
639
|
-
/** Idle */
|
|
640
|
-
Idle = "Idle",
|
|
641
|
-
/** Connect */
|
|
642
|
-
Connect = "Connect",
|
|
643
|
-
/** Active */
|
|
644
|
-
Active = "Active",
|
|
645
|
-
/** OpenSent */
|
|
646
|
-
OpenSent = "OpenSent",
|
|
647
|
-
/** OpenConfirm */
|
|
648
|
-
OpenConfirm = "OpenConfirm",
|
|
649
|
-
/** OpenReceived */
|
|
650
|
-
OpenReceived = "OpenReceived",
|
|
651
|
-
/** Established */
|
|
652
|
-
Established = "Established",
|
|
653
|
-
/** PendingAdd */
|
|
654
|
-
PendingAdd = "PendingAdd",
|
|
655
|
-
/** PendingUpdate */
|
|
656
|
-
PendingUpdate = "PendingUpdate",
|
|
657
|
-
/** PendingRemove */
|
|
658
|
-
PendingRemove = "PendingRemove"
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
/** Known values of {@link Size} that the service accepts. */
|
|
662
|
-
export declare enum KnownSize {
|
|
663
|
-
/** Free */
|
|
664
|
-
Free = "Free",
|
|
665
|
-
/** Metered */
|
|
666
|
-
Metered = "Metered",
|
|
667
|
-
/** Unlimited */
|
|
668
|
-
Unlimited = "Unlimited"
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
/** Known values of {@link Tier} that the service accepts. */
|
|
672
|
-
export declare enum KnownTier {
|
|
673
|
-
/** Basic */
|
|
674
|
-
Basic = "Basic",
|
|
675
|
-
/** Premium */
|
|
676
|
-
Premium = "Premium"
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
/** Known values of {@link ValidationState} that the service accepts. */
|
|
680
|
-
export declare enum KnownValidationState {
|
|
681
|
-
/** None */
|
|
682
|
-
None = "None",
|
|
683
|
-
/** Pending */
|
|
684
|
-
Pending = "Pending",
|
|
685
|
-
/** Approved */
|
|
686
|
-
Approved = "Approved",
|
|
687
|
-
/** Failed */
|
|
688
|
-
Failed = "Failed"
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
/**
|
|
692
|
-
* Defines values for LearnedType. \
|
|
693
|
-
* {@link KnownLearnedType} can be used interchangeably with LearnedType,
|
|
694
|
-
* this enum contains the known values that the service supports.
|
|
695
|
-
* ### Known values supported by the service
|
|
696
|
-
* **None** \
|
|
697
|
-
* **ViaServiceProvider** \
|
|
698
|
-
* **ViaSession**
|
|
699
|
-
*/
|
|
700
|
-
export declare type LearnedType = string;
|
|
701
|
-
|
|
702
|
-
/** Interface representing a LegacyPeerings. */
|
|
703
|
-
export declare interface LegacyPeerings {
|
|
704
|
-
/**
|
|
705
|
-
* Lists all of the legacy peerings under the given subscription matching the specified kind and
|
|
706
|
-
* location.
|
|
707
|
-
* @param peeringLocation The location of the peering.
|
|
708
|
-
* @param kind The kind of the peering.
|
|
709
|
-
* @param options The options parameters.
|
|
710
|
-
*/
|
|
711
|
-
list(peeringLocation: string, kind: LegacyPeeringsKind, options?: LegacyPeeringsListOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
/**
|
|
715
|
-
* Defines values for LegacyPeeringsKind. \
|
|
716
|
-
* {@link KnownLegacyPeeringsKind} can be used interchangeably with LegacyPeeringsKind,
|
|
717
|
-
* this enum contains the known values that the service supports.
|
|
718
|
-
* ### Known values supported by the service
|
|
719
|
-
* **Direct** \
|
|
720
|
-
* **Exchange**
|
|
721
|
-
*/
|
|
722
|
-
export declare type LegacyPeeringsKind = string;
|
|
723
|
-
|
|
724
|
-
/** Optional parameters. */
|
|
725
|
-
export declare interface LegacyPeeringsListNextOptionalParams extends coreClient.OperationOptions {
|
|
726
|
-
/** The ASN number associated with a legacy peering. */
|
|
727
|
-
asn?: number;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
/** Contains response data for the listNext operation. */
|
|
731
|
-
export declare type LegacyPeeringsListNextResponse = PeeringListResult;
|
|
732
|
-
|
|
733
|
-
/** Optional parameters. */
|
|
734
|
-
export declare interface LegacyPeeringsListOptionalParams extends coreClient.OperationOptions {
|
|
735
|
-
/** The ASN number associated with a legacy peering. */
|
|
736
|
-
asn?: number;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
/** Contains response data for the list operation. */
|
|
740
|
-
export declare type LegacyPeeringsListResponse = PeeringListResult;
|
|
741
|
-
|
|
742
|
-
/** The properties that define a Log Analytics Workspace. */
|
|
743
|
-
export declare interface LogAnalyticsWorkspaceProperties {
|
|
744
|
-
/**
|
|
745
|
-
* The Workspace ID.
|
|
746
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
747
|
-
*/
|
|
748
|
-
readonly workspaceID?: string;
|
|
749
|
-
/**
|
|
750
|
-
* The Workspace Key.
|
|
751
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
752
|
-
*/
|
|
753
|
-
readonly key?: string;
|
|
754
|
-
/**
|
|
755
|
-
* The list of connected agents.
|
|
756
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
757
|
-
*/
|
|
758
|
-
readonly connectedAgents?: string[];
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
/** Interface representing a LookingGlass. */
|
|
762
|
-
export declare interface LookingGlass {
|
|
763
|
-
/**
|
|
764
|
-
* Run looking glass functionality
|
|
765
|
-
* @param command The command to be executed: ping, traceroute, bgpRoute.
|
|
766
|
-
* @param sourceType The type of the source: Edge site or Azure Region.
|
|
767
|
-
* @param sourceLocation The location of the source.
|
|
768
|
-
* @param destinationIP The IP address of the destination.
|
|
769
|
-
* @param options The options parameters.
|
|
770
|
-
*/
|
|
771
|
-
invoke(command: LookingGlassCommand, sourceType: LookingGlassSourceType, sourceLocation: string, destinationIP: string, options?: LookingGlassInvokeOptionalParams): Promise<LookingGlassInvokeResponse>;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
/**
|
|
775
|
-
* Defines values for LookingGlassCommand. \
|
|
776
|
-
* {@link KnownLookingGlassCommand} can be used interchangeably with LookingGlassCommand,
|
|
777
|
-
* this enum contains the known values that the service supports.
|
|
778
|
-
* ### Known values supported by the service
|
|
779
|
-
* **Traceroute** \
|
|
780
|
-
* **Ping** \
|
|
781
|
-
* **BgpRoute**
|
|
782
|
-
*/
|
|
783
|
-
export declare type LookingGlassCommand = string;
|
|
784
|
-
|
|
785
|
-
/** Optional parameters. */
|
|
786
|
-
export declare interface LookingGlassInvokeOptionalParams extends coreClient.OperationOptions {
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/** Contains response data for the invoke operation. */
|
|
790
|
-
export declare type LookingGlassInvokeResponse = LookingGlassOutput;
|
|
791
|
-
|
|
792
|
-
/** Looking glass output model */
|
|
793
|
-
export declare interface LookingGlassOutput {
|
|
794
|
-
/** Invoked command */
|
|
795
|
-
command?: Command;
|
|
796
|
-
/** Output of the command */
|
|
797
|
-
output?: string;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
/**
|
|
801
|
-
* Defines values for LookingGlassSourceType. \
|
|
802
|
-
* {@link KnownLookingGlassSourceType} can be used interchangeably with LookingGlassSourceType,
|
|
803
|
-
* this enum contains the known values that the service supports.
|
|
804
|
-
* ### Known values supported by the service
|
|
805
|
-
* **EdgeSite** \
|
|
806
|
-
* **AzureRegion**
|
|
807
|
-
*/
|
|
808
|
-
export declare type LookingGlassSourceType = string;
|
|
809
|
-
|
|
810
|
-
/** Dimensions of the metric. */
|
|
811
|
-
export declare interface MetricDimension {
|
|
812
|
-
/**
|
|
813
|
-
* Name of the dimension.
|
|
814
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
815
|
-
*/
|
|
816
|
-
readonly name?: string;
|
|
817
|
-
/**
|
|
818
|
-
* Localized friendly display name of the dimension.
|
|
819
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
820
|
-
*/
|
|
821
|
-
readonly displayName?: string;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
/** Specifications of the Metrics for Azure Monitoring. */
|
|
825
|
-
export declare interface MetricSpecification {
|
|
826
|
-
/**
|
|
827
|
-
* Name of the metric.
|
|
828
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
829
|
-
*/
|
|
830
|
-
readonly name?: string;
|
|
831
|
-
/**
|
|
832
|
-
* Localized friendly display name of the metric.
|
|
833
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
834
|
-
*/
|
|
835
|
-
readonly displayName?: string;
|
|
836
|
-
/**
|
|
837
|
-
* Localized friendly description of the metric.
|
|
838
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
839
|
-
*/
|
|
840
|
-
readonly displayDescription?: string;
|
|
841
|
-
/**
|
|
842
|
-
* Unit that makes sense for the metric.
|
|
843
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
844
|
-
*/
|
|
845
|
-
readonly unit?: string;
|
|
846
|
-
/**
|
|
847
|
-
* Aggregation type will be set to one of the values: Average, Minimum, Maximum, Total, Count.
|
|
848
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
849
|
-
*/
|
|
850
|
-
readonly aggregationType?: string;
|
|
851
|
-
/**
|
|
852
|
-
* Supported time grain types for the metric.
|
|
853
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
854
|
-
*/
|
|
855
|
-
readonly supportedTimeGrainTypes?: string[];
|
|
856
|
-
/**
|
|
857
|
-
* Dimensions of the metric.
|
|
858
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
859
|
-
*/
|
|
860
|
-
readonly dimensions?: MetricDimension[];
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
/** The peering API operation. */
|
|
864
|
-
export declare interface Operation {
|
|
865
|
-
/**
|
|
866
|
-
* The name of the operation.
|
|
867
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
868
|
-
*/
|
|
869
|
-
readonly name?: string;
|
|
870
|
-
/**
|
|
871
|
-
* The information related to the operation.
|
|
872
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
873
|
-
*/
|
|
874
|
-
readonly display?: OperationDisplayInfo;
|
|
875
|
-
/**
|
|
876
|
-
* The flag that indicates whether the operation applies to data plane.
|
|
877
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
878
|
-
*/
|
|
879
|
-
readonly isDataAction?: boolean;
|
|
880
|
-
/**
|
|
881
|
-
* Service specification payload.
|
|
882
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
883
|
-
*/
|
|
884
|
-
readonly serviceSpecification?: ServiceSpecification;
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
/** The information related to the operation. */
|
|
888
|
-
export declare interface OperationDisplayInfo {
|
|
889
|
-
/**
|
|
890
|
-
* The name of the resource provider.
|
|
891
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
892
|
-
*/
|
|
893
|
-
readonly provider?: string;
|
|
894
|
-
/**
|
|
895
|
-
* The type of the resource.
|
|
896
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
897
|
-
*/
|
|
898
|
-
readonly resource?: string;
|
|
899
|
-
/**
|
|
900
|
-
* The name of the operation.
|
|
901
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
902
|
-
*/
|
|
903
|
-
readonly operation?: string;
|
|
904
|
-
/**
|
|
905
|
-
* The description of the operation.
|
|
906
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
907
|
-
*/
|
|
908
|
-
readonly description?: string;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
/** The paginated list of peering API operations. */
|
|
912
|
-
export declare interface OperationListResult {
|
|
913
|
-
/** The list of peering API operations. */
|
|
914
|
-
value?: Operation[];
|
|
915
|
-
/** The link to fetch the next page of peering API operations. */
|
|
916
|
-
nextLink?: string;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
/** Interface representing a Operations. */
|
|
920
|
-
export declare interface Operations {
|
|
921
|
-
/**
|
|
922
|
-
* Lists all of the available API operations for peering resources.
|
|
923
|
-
* @param options The options parameters.
|
|
924
|
-
*/
|
|
925
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
/** Optional parameters. */
|
|
929
|
-
export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
/** Contains response data for the listNext operation. */
|
|
933
|
-
export declare type OperationsListNextResponse = OperationListResult;
|
|
934
|
-
|
|
935
|
-
/** Optional parameters. */
|
|
936
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
/** Contains response data for the list operation. */
|
|
940
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
941
|
-
|
|
942
|
-
/** The essential information related to the peer's ASN. */
|
|
943
|
-
export declare interface PeerAsn extends Resource {
|
|
944
|
-
/** The Autonomous System Number (ASN) of the peer. */
|
|
945
|
-
peerAsn?: number;
|
|
946
|
-
/** The contact details of the peer. */
|
|
947
|
-
peerContactDetail?: ContactDetail[];
|
|
948
|
-
/** The name of the peer. */
|
|
949
|
-
peerName?: string;
|
|
950
|
-
/**
|
|
951
|
-
* The validation state of the ASN associated with the peer.
|
|
952
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
953
|
-
*/
|
|
954
|
-
readonly validationState?: ValidationState;
|
|
955
|
-
/**
|
|
956
|
-
* The error message for the validation state
|
|
957
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
958
|
-
*/
|
|
959
|
-
readonly errorMessage?: string;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
/** The paginated list of peer ASNs. */
|
|
963
|
-
export declare interface PeerAsnListResult {
|
|
964
|
-
/** The list of peer ASNs. */
|
|
965
|
-
value?: PeerAsn[];
|
|
966
|
-
/** The link to fetch the next page of peer ASNs. */
|
|
967
|
-
nextLink?: string;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
/** Interface representing a PeerAsns. */
|
|
971
|
-
export declare interface PeerAsns {
|
|
972
|
-
/**
|
|
973
|
-
* Lists all of the peer ASNs under the given subscription.
|
|
974
|
-
* @param options The options parameters.
|
|
975
|
-
*/
|
|
976
|
-
listBySubscription(options?: PeerAsnsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PeerAsn>;
|
|
977
|
-
/**
|
|
978
|
-
* Gets the peer ASN with the specified name under the given subscription.
|
|
979
|
-
* @param peerAsnName The peer ASN name.
|
|
980
|
-
* @param options The options parameters.
|
|
981
|
-
*/
|
|
982
|
-
get(peerAsnName: string, options?: PeerAsnsGetOptionalParams): Promise<PeerAsnsGetResponse>;
|
|
983
|
-
/**
|
|
984
|
-
* Creates a new peer ASN or updates an existing peer ASN with the specified name under the given
|
|
985
|
-
* subscription.
|
|
986
|
-
* @param peerAsnName The peer ASN name.
|
|
987
|
-
* @param peerAsn The peer ASN.
|
|
988
|
-
* @param options The options parameters.
|
|
989
|
-
*/
|
|
990
|
-
createOrUpdate(peerAsnName: string, peerAsn: PeerAsn, options?: PeerAsnsCreateOrUpdateOptionalParams): Promise<PeerAsnsCreateOrUpdateResponse>;
|
|
991
|
-
/**
|
|
992
|
-
* Deletes an existing peer ASN with the specified name under the given subscription.
|
|
993
|
-
* @param peerAsnName The peer ASN name.
|
|
994
|
-
* @param options The options parameters.
|
|
995
|
-
*/
|
|
996
|
-
delete(peerAsnName: string, options?: PeerAsnsDeleteOptionalParams): Promise<void>;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
/** Optional parameters. */
|
|
1000
|
-
export declare interface PeerAsnsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1004
|
-
export declare type PeerAsnsCreateOrUpdateResponse = PeerAsn;
|
|
1005
|
-
|
|
1006
|
-
/** Optional parameters. */
|
|
1007
|
-
export declare interface PeerAsnsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
/** Optional parameters. */
|
|
1011
|
-
export declare interface PeerAsnsGetOptionalParams extends coreClient.OperationOptions {
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
/** Contains response data for the get operation. */
|
|
1015
|
-
export declare type PeerAsnsGetResponse = PeerAsn;
|
|
1016
|
-
|
|
1017
|
-
/** Optional parameters. */
|
|
1018
|
-
export declare interface PeerAsnsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1022
|
-
export declare type PeerAsnsListBySubscriptionNextResponse = PeerAsnListResult;
|
|
1023
|
-
|
|
1024
|
-
/** Optional parameters. */
|
|
1025
|
-
export declare interface PeerAsnsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1029
|
-
export declare type PeerAsnsListBySubscriptionResponse = PeerAsnListResult;
|
|
1030
|
-
|
|
1031
|
-
/** Peering is a logical representation of a set of connections to the Microsoft Cloud Edge at a location. */
|
|
1032
|
-
export declare interface Peering extends Resource {
|
|
1033
|
-
/** The SKU that defines the tier and kind of the peering. */
|
|
1034
|
-
sku: PeeringSku;
|
|
1035
|
-
/** The kind of the peering. */
|
|
1036
|
-
kind: Kind;
|
|
1037
|
-
/** The location of the resource. */
|
|
1038
|
-
location: string;
|
|
1039
|
-
/** The resource tags. */
|
|
1040
|
-
tags?: {
|
|
1041
|
-
[propertyName: string]: string;
|
|
1042
|
-
};
|
|
1043
|
-
/** The properties that define a direct peering. */
|
|
1044
|
-
direct?: PeeringPropertiesDirect;
|
|
1045
|
-
/** The properties that define an exchange peering. */
|
|
1046
|
-
exchange?: PeeringPropertiesExchange;
|
|
1047
|
-
/** The location of the peering. */
|
|
1048
|
-
peeringLocation?: string;
|
|
1049
|
-
/**
|
|
1050
|
-
* The provisioning state of the resource.
|
|
1051
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1052
|
-
*/
|
|
1053
|
-
readonly provisioningState?: ProvisioningState;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
/** The properties that define a peering bandwidth offer. */
|
|
1057
|
-
export declare interface PeeringBandwidthOffer {
|
|
1058
|
-
/** The name of the bandwidth offer. */
|
|
1059
|
-
offerName?: string;
|
|
1060
|
-
/** The value of the bandwidth offer in Mbps. */
|
|
1061
|
-
valueInMbps?: number;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
/** The paginated list of peerings. */
|
|
1065
|
-
export declare interface PeeringListResult {
|
|
1066
|
-
/** The list of peerings. */
|
|
1067
|
-
value?: Peering[];
|
|
1068
|
-
/** The link to fetch the next page of peerings. */
|
|
1069
|
-
nextLink?: string;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
/** Peering location is where connectivity could be established to the Microsoft Cloud Edge. */
|
|
1073
|
-
export declare interface PeeringLocation extends Resource {
|
|
1074
|
-
/** The kind of peering that the peering location supports. */
|
|
1075
|
-
kind?: Kind;
|
|
1076
|
-
/** The properties that define a direct peering location. */
|
|
1077
|
-
direct?: PeeringLocationPropertiesDirect;
|
|
1078
|
-
/** The properties that define an exchange peering location. */
|
|
1079
|
-
exchange?: PeeringLocationPropertiesExchange;
|
|
1080
|
-
/** The name of the peering location. */
|
|
1081
|
-
peeringLocation?: string;
|
|
1082
|
-
/** The country in which the peering location exists. */
|
|
1083
|
-
country?: string;
|
|
1084
|
-
/** The Azure region associated with the peering location. */
|
|
1085
|
-
azureRegion?: string;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
/** The paginated list of peering locations. */
|
|
1089
|
-
export declare interface PeeringLocationListResult {
|
|
1090
|
-
/** The list of peering locations. */
|
|
1091
|
-
value?: PeeringLocation[];
|
|
1092
|
-
/** The link to fetch the next page of peering locations. */
|
|
1093
|
-
nextLink?: string;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
/** The properties that define a direct peering location. */
|
|
1097
|
-
export declare interface PeeringLocationPropertiesDirect {
|
|
1098
|
-
/** The list of direct peering facilities at the peering location. */
|
|
1099
|
-
peeringFacilities?: DirectPeeringFacility[];
|
|
1100
|
-
/** The list of bandwidth offers available at the peering location. */
|
|
1101
|
-
bandwidthOffers?: PeeringBandwidthOffer[];
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
/** The properties that define an exchange peering location. */
|
|
1105
|
-
export declare interface PeeringLocationPropertiesExchange {
|
|
1106
|
-
/** The list of exchange peering facilities at the peering location. */
|
|
1107
|
-
peeringFacilities?: ExchangePeeringFacility[];
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
/** Interface representing a PeeringLocations. */
|
|
1111
|
-
export declare interface PeeringLocations {
|
|
1112
|
-
/**
|
|
1113
|
-
* Lists all of the available peering locations for the specified kind of peering.
|
|
1114
|
-
* @param kind The kind of the peering.
|
|
1115
|
-
* @param options The options parameters.
|
|
1116
|
-
*/
|
|
1117
|
-
list(kind: PeeringLocationsKind, options?: PeeringLocationsListOptionalParams): PagedAsyncIterableIterator<PeeringLocation>;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
/**
|
|
1121
|
-
* Defines values for PeeringLocationsDirectPeeringType. \
|
|
1122
|
-
* {@link KnownPeeringLocationsDirectPeeringType} can be used interchangeably with PeeringLocationsDirectPeeringType,
|
|
1123
|
-
* this enum contains the known values that the service supports.
|
|
1124
|
-
* ### Known values supported by the service
|
|
1125
|
-
* **Edge** \
|
|
1126
|
-
* **Transit** \
|
|
1127
|
-
* **Cdn** \
|
|
1128
|
-
* **Internal** \
|
|
1129
|
-
* **Ix** \
|
|
1130
|
-
* **IxRs** \
|
|
1131
|
-
* **Voice**
|
|
1132
|
-
*/
|
|
1133
|
-
export declare type PeeringLocationsDirectPeeringType = string;
|
|
1134
|
-
|
|
1135
|
-
/**
|
|
1136
|
-
* Defines values for PeeringLocationsKind. \
|
|
1137
|
-
* {@link KnownPeeringLocationsKind} can be used interchangeably with PeeringLocationsKind,
|
|
1138
|
-
* this enum contains the known values that the service supports.
|
|
1139
|
-
* ### Known values supported by the service
|
|
1140
|
-
* **Direct** \
|
|
1141
|
-
* **Exchange**
|
|
1142
|
-
*/
|
|
1143
|
-
export declare type PeeringLocationsKind = string;
|
|
1144
|
-
|
|
1145
|
-
/** Optional parameters. */
|
|
1146
|
-
export declare interface PeeringLocationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1147
|
-
/** The type of direct peering. */
|
|
1148
|
-
directPeeringType?: PeeringLocationsDirectPeeringType;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
/** Contains response data for the listNext operation. */
|
|
1152
|
-
export declare type PeeringLocationsListNextResponse = PeeringLocationListResult;
|
|
1153
|
-
|
|
1154
|
-
/** Optional parameters. */
|
|
1155
|
-
export declare interface PeeringLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
1156
|
-
/** The type of direct peering. */
|
|
1157
|
-
directPeeringType?: PeeringLocationsDirectPeeringType;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
/** Contains response data for the list operation. */
|
|
1161
|
-
export declare type PeeringLocationsListResponse = PeeringLocationListResult;
|
|
1162
|
-
|
|
1163
|
-
export declare class PeeringManagementClient extends coreClient.ServiceClient {
|
|
1164
|
-
$host: string;
|
|
1165
|
-
subscriptionId: string;
|
|
1166
|
-
apiVersion: string;
|
|
1167
|
-
/**
|
|
1168
|
-
* Initializes a new instance of the PeeringManagementClient class.
|
|
1169
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1170
|
-
* @param subscriptionId The Azure subscription ID.
|
|
1171
|
-
* @param options The parameter options
|
|
1172
|
-
*/
|
|
1173
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PeeringManagementClientOptionalParams);
|
|
1174
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
1175
|
-
private addCustomApiVersionPolicy;
|
|
1176
|
-
/**
|
|
1177
|
-
* Checks if the peering service provider is present within 1000 miles of customer's location
|
|
1178
|
-
* @param checkServiceProviderAvailabilityInput The CheckServiceProviderAvailabilityInput indicating
|
|
1179
|
-
* customer location and service provider.
|
|
1180
|
-
* @param options The options parameters.
|
|
1181
|
-
*/
|
|
1182
|
-
checkServiceProviderAvailability(checkServiceProviderAvailabilityInput: CheckServiceProviderAvailabilityInput, options?: CheckServiceProviderAvailabilityOptionalParams): Promise<CheckServiceProviderAvailabilityResponse>;
|
|
1183
|
-
cdnPeeringPrefixes: CdnPeeringPrefixes;
|
|
1184
|
-
legacyPeerings: LegacyPeerings;
|
|
1185
|
-
lookingGlass: LookingGlass;
|
|
1186
|
-
operations: Operations;
|
|
1187
|
-
peerAsns: PeerAsns;
|
|
1188
|
-
peeringLocations: PeeringLocations;
|
|
1189
|
-
registeredAsns: RegisteredAsns;
|
|
1190
|
-
registeredPrefixes: RegisteredPrefixes;
|
|
1191
|
-
peerings: Peerings;
|
|
1192
|
-
receivedRoutes: ReceivedRoutes;
|
|
1193
|
-
connectionMonitorTests: ConnectionMonitorTests;
|
|
1194
|
-
peeringServiceCountries: PeeringServiceCountries;
|
|
1195
|
-
peeringServiceLocations: PeeringServiceLocations;
|
|
1196
|
-
prefixes: Prefixes;
|
|
1197
|
-
peeringServiceProviders: PeeringServiceProviders;
|
|
1198
|
-
peeringServices: PeeringServices;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
/** Optional parameters. */
|
|
1202
|
-
export declare interface PeeringManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1203
|
-
/** server parameter */
|
|
1204
|
-
$host?: string;
|
|
1205
|
-
/** Api Version */
|
|
1206
|
-
apiVersion?: string;
|
|
1207
|
-
/** Overrides client endpoint. */
|
|
1208
|
-
endpoint?: string;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
/** The properties that define a direct peering. */
|
|
1212
|
-
export declare interface PeeringPropertiesDirect {
|
|
1213
|
-
/** The set of connections that constitute a direct peering. */
|
|
1214
|
-
connections?: DirectConnection[];
|
|
1215
|
-
/**
|
|
1216
|
-
* The flag that indicates whether or not the peering is used for peering service.
|
|
1217
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1218
|
-
*/
|
|
1219
|
-
readonly useForPeeringService?: boolean;
|
|
1220
|
-
/** The reference of the peer ASN. */
|
|
1221
|
-
peerAsn?: SubResource;
|
|
1222
|
-
/** The type of direct peering. */
|
|
1223
|
-
directPeeringType?: DirectPeeringType;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
/** The properties that define an exchange peering. */
|
|
1227
|
-
export declare interface PeeringPropertiesExchange {
|
|
1228
|
-
/** The set of connections that constitute an exchange peering. */
|
|
1229
|
-
connections?: ExchangeConnection[];
|
|
1230
|
-
/** The reference of the peer ASN. */
|
|
1231
|
-
peerAsn?: SubResource;
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
/** The properties that define a received route. */
|
|
1235
|
-
export declare interface PeeringReceivedRoute {
|
|
1236
|
-
/**
|
|
1237
|
-
* The prefix.
|
|
1238
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1239
|
-
*/
|
|
1240
|
-
readonly prefix?: string;
|
|
1241
|
-
/**
|
|
1242
|
-
* The next hop for the prefix.
|
|
1243
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1244
|
-
*/
|
|
1245
|
-
readonly nextHop?: string;
|
|
1246
|
-
/**
|
|
1247
|
-
* The AS path for the prefix.
|
|
1248
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1249
|
-
*/
|
|
1250
|
-
readonly asPath?: string;
|
|
1251
|
-
/**
|
|
1252
|
-
* The origin AS change information for the prefix.
|
|
1253
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1254
|
-
*/
|
|
1255
|
-
readonly originAsValidationState?: string;
|
|
1256
|
-
/**
|
|
1257
|
-
* The RPKI validation state for the prefix and origin AS that's listed in the AS path.
|
|
1258
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1259
|
-
*/
|
|
1260
|
-
readonly rpkiValidationState?: string;
|
|
1261
|
-
/**
|
|
1262
|
-
* The authority which holds the Route Origin Authorization record for the prefix, if any.
|
|
1263
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1264
|
-
*/
|
|
1265
|
-
readonly trustAnchor?: string;
|
|
1266
|
-
/**
|
|
1267
|
-
* The received timestamp associated with the prefix.
|
|
1268
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1269
|
-
*/
|
|
1270
|
-
readonly receivedTimestamp?: string;
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
/** The paginated list of received routes for the peering. */
|
|
1274
|
-
export declare interface PeeringReceivedRouteListResult {
|
|
1275
|
-
/** The list of received routes for the peering. */
|
|
1276
|
-
value?: PeeringReceivedRoute[];
|
|
1277
|
-
/** The link to fetch the next page of received routes for the peering. */
|
|
1278
|
-
nextLink?: string;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
/** The customer's ASN that is registered by the peering service provider. */
|
|
1282
|
-
export declare interface PeeringRegisteredAsn extends Resource {
|
|
1283
|
-
/** The customer's ASN from which traffic originates. */
|
|
1284
|
-
asn?: number;
|
|
1285
|
-
/**
|
|
1286
|
-
* The peering service prefix key that is to be shared with the customer.
|
|
1287
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1288
|
-
*/
|
|
1289
|
-
readonly peeringServicePrefixKey?: string;
|
|
1290
|
-
/**
|
|
1291
|
-
* The provisioning state of the resource.
|
|
1292
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1293
|
-
*/
|
|
1294
|
-
readonly provisioningState?: ProvisioningState;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
/** The paginated list of peering registered ASNs. */
|
|
1298
|
-
export declare interface PeeringRegisteredAsnListResult {
|
|
1299
|
-
/** The list of peering registered ASNs. */
|
|
1300
|
-
value?: PeeringRegisteredAsn[];
|
|
1301
|
-
/** The link to fetch the next page of peering registered ASNs. */
|
|
1302
|
-
nextLink?: string;
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
/** The customer's prefix that is registered by the peering service provider. */
|
|
1306
|
-
export declare interface PeeringRegisteredPrefix extends Resource {
|
|
1307
|
-
/** The customer's prefix from which traffic originates. */
|
|
1308
|
-
prefix?: string;
|
|
1309
|
-
/**
|
|
1310
|
-
* The prefix validation state.
|
|
1311
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1312
|
-
*/
|
|
1313
|
-
readonly prefixValidationState?: PrefixValidationState;
|
|
1314
|
-
/**
|
|
1315
|
-
* The peering service prefix key that is to be shared with the customer.
|
|
1316
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1317
|
-
*/
|
|
1318
|
-
readonly peeringServicePrefixKey?: string;
|
|
1319
|
-
/**
|
|
1320
|
-
* The error message associated with the validation state, if any.
|
|
1321
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1322
|
-
*/
|
|
1323
|
-
readonly errorMessage?: string;
|
|
1324
|
-
/**
|
|
1325
|
-
* The provisioning state of the resource.
|
|
1326
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1327
|
-
*/
|
|
1328
|
-
readonly provisioningState?: ProvisioningState;
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
/** The paginated list of peering registered prefixes. */
|
|
1332
|
-
export declare interface PeeringRegisteredPrefixListResult {
|
|
1333
|
-
/** The list of peering registered prefixes. */
|
|
1334
|
-
value?: PeeringRegisteredPrefix[];
|
|
1335
|
-
/** The link to fetch the next page of peering registered prefixes. */
|
|
1336
|
-
nextLink?: string;
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
/** Interface representing a Peerings. */
|
|
1340
|
-
export declare interface Peerings {
|
|
1341
|
-
/**
|
|
1342
|
-
* Lists all of the peerings under the given subscription and resource group.
|
|
1343
|
-
* @param resourceGroupName The name of the resource group.
|
|
1344
|
-
* @param options The options parameters.
|
|
1345
|
-
*/
|
|
1346
|
-
listByResourceGroup(resourceGroupName: string, options?: PeeringsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
1347
|
-
/**
|
|
1348
|
-
* Lists all of the peerings under the given subscription.
|
|
1349
|
-
* @param options The options parameters.
|
|
1350
|
-
*/
|
|
1351
|
-
listBySubscription(options?: PeeringsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Peering>;
|
|
1352
|
-
/**
|
|
1353
|
-
* Gets an existing peering with the specified name under the given subscription and resource group.
|
|
1354
|
-
* @param resourceGroupName The name of the resource group.
|
|
1355
|
-
* @param peeringName The name of the peering.
|
|
1356
|
-
* @param options The options parameters.
|
|
1357
|
-
*/
|
|
1358
|
-
get(resourceGroupName: string, peeringName: string, options?: PeeringsGetOptionalParams): Promise<PeeringsGetResponse>;
|
|
1359
|
-
/**
|
|
1360
|
-
* Creates a new peering or updates an existing peering with the specified name under the given
|
|
1361
|
-
* subscription and resource group.
|
|
1362
|
-
* @param resourceGroupName The name of the resource group.
|
|
1363
|
-
* @param peeringName The name of the peering.
|
|
1364
|
-
* @param peering The properties needed to create or update a peering.
|
|
1365
|
-
* @param options The options parameters.
|
|
1366
|
-
*/
|
|
1367
|
-
createOrUpdate(resourceGroupName: string, peeringName: string, peering: Peering, options?: PeeringsCreateOrUpdateOptionalParams): Promise<PeeringsCreateOrUpdateResponse>;
|
|
1368
|
-
/**
|
|
1369
|
-
* Deletes an existing peering with the specified name under the given subscription and resource group.
|
|
1370
|
-
* @param resourceGroupName The name of the resource group.
|
|
1371
|
-
* @param peeringName The name of the peering.
|
|
1372
|
-
* @param options The options parameters.
|
|
1373
|
-
*/
|
|
1374
|
-
delete(resourceGroupName: string, peeringName: string, options?: PeeringsDeleteOptionalParams): Promise<void>;
|
|
1375
|
-
/**
|
|
1376
|
-
* Updates tags for a peering with the specified name under the given subscription and resource group.
|
|
1377
|
-
* @param resourceGroupName The name of the resource group.
|
|
1378
|
-
* @param peeringName The name of the peering.
|
|
1379
|
-
* @param tags The resource tags.
|
|
1380
|
-
* @param options The options parameters.
|
|
1381
|
-
*/
|
|
1382
|
-
update(resourceGroupName: string, peeringName: string, tags: ResourceTags, options?: PeeringsUpdateOptionalParams): Promise<PeeringsUpdateResponse>;
|
|
1383
|
-
}
|
|
1384
|
-
|
|
1385
|
-
/** Optional parameters. */
|
|
1386
|
-
export declare interface PeeringsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1387
|
-
}
|
|
1388
|
-
|
|
1389
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1390
|
-
export declare type PeeringsCreateOrUpdateResponse = Peering;
|
|
1391
|
-
|
|
1392
|
-
/** Optional parameters. */
|
|
1393
|
-
export declare interface PeeringsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
/** Peering Service */
|
|
1397
|
-
export declare interface PeeringService extends Resource {
|
|
1398
|
-
/** The SKU that defines the type of the peering service. */
|
|
1399
|
-
sku?: PeeringServiceSku;
|
|
1400
|
-
/** The location of the resource. */
|
|
1401
|
-
location: string;
|
|
1402
|
-
/** The resource tags. */
|
|
1403
|
-
tags?: {
|
|
1404
|
-
[propertyName: string]: string;
|
|
1405
|
-
};
|
|
1406
|
-
/** The location (state/province) of the customer. */
|
|
1407
|
-
peeringServiceLocation?: string;
|
|
1408
|
-
/** The name of the service provider. */
|
|
1409
|
-
peeringServiceProvider?: string;
|
|
1410
|
-
/**
|
|
1411
|
-
* The provisioning state of the resource.
|
|
1412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1413
|
-
*/
|
|
1414
|
-
readonly provisioningState?: ProvisioningState;
|
|
1415
|
-
/** The primary peering (Microsoft/service provider) location to be used for customer traffic. */
|
|
1416
|
-
providerPrimaryPeeringLocation?: string;
|
|
1417
|
-
/** The backup peering (Microsoft/service provider) location to be used for customer traffic. */
|
|
1418
|
-
providerBackupPeeringLocation?: string;
|
|
1419
|
-
/** The Log Analytics Workspace Properties */
|
|
1420
|
-
logAnalyticsWorkspaceProperties?: LogAnalyticsWorkspaceProperties;
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
/** Interface representing a PeeringServiceCountries. */
|
|
1424
|
-
export declare interface PeeringServiceCountries {
|
|
1425
|
-
/**
|
|
1426
|
-
* Lists all of the available countries for peering service.
|
|
1427
|
-
* @param options The options parameters.
|
|
1428
|
-
*/
|
|
1429
|
-
list(options?: PeeringServiceCountriesListOptionalParams): PagedAsyncIterableIterator<PeeringServiceCountry>;
|
|
1430
|
-
}
|
|
1431
|
-
|
|
1432
|
-
/** Optional parameters. */
|
|
1433
|
-
export declare interface PeeringServiceCountriesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
/** Contains response data for the listNext operation. */
|
|
1437
|
-
export declare type PeeringServiceCountriesListNextResponse = PeeringServiceCountryListResult;
|
|
1438
|
-
|
|
1439
|
-
/** Optional parameters. */
|
|
1440
|
-
export declare interface PeeringServiceCountriesListOptionalParams extends coreClient.OperationOptions {
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
/** Contains response data for the list operation. */
|
|
1444
|
-
export declare type PeeringServiceCountriesListResponse = PeeringServiceCountryListResult;
|
|
1445
|
-
|
|
1446
|
-
/** The peering service country. */
|
|
1447
|
-
export declare interface PeeringServiceCountry extends Resource {
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
/** The paginated list of peering service countries. */
|
|
1451
|
-
export declare interface PeeringServiceCountryListResult {
|
|
1452
|
-
/** The list of peering service countries. */
|
|
1453
|
-
value?: PeeringServiceCountry[];
|
|
1454
|
-
/** The link to fetch the next page of peering service countries. */
|
|
1455
|
-
nextLink?: string;
|
|
1456
|
-
}
|
|
1457
|
-
|
|
1458
|
-
/** The paginated list of peering services. */
|
|
1459
|
-
export declare interface PeeringServiceListResult {
|
|
1460
|
-
/** The list of peering services. */
|
|
1461
|
-
value?: PeeringService[];
|
|
1462
|
-
/** The link to fetch the next page of peering services. */
|
|
1463
|
-
nextLink?: string;
|
|
1464
|
-
}
|
|
1465
|
-
|
|
1466
|
-
/** The peering service location. */
|
|
1467
|
-
export declare interface PeeringServiceLocation extends Resource {
|
|
1468
|
-
/** Country of the customer */
|
|
1469
|
-
country?: string;
|
|
1470
|
-
/** State of the customer */
|
|
1471
|
-
state?: string;
|
|
1472
|
-
/** Azure region for the location */
|
|
1473
|
-
azureRegion?: string;
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
/** The paginated list of peering service locations. */
|
|
1477
|
-
export declare interface PeeringServiceLocationListResult {
|
|
1478
|
-
/** The list of peering service locations. */
|
|
1479
|
-
value?: PeeringServiceLocation[];
|
|
1480
|
-
/** The link to fetch the next page of peering service locations. */
|
|
1481
|
-
nextLink?: string;
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
/** Interface representing a PeeringServiceLocations. */
|
|
1485
|
-
export declare interface PeeringServiceLocations {
|
|
1486
|
-
/**
|
|
1487
|
-
* Lists all of the available locations for peering service.
|
|
1488
|
-
* @param options The options parameters.
|
|
1489
|
-
*/
|
|
1490
|
-
list(options?: PeeringServiceLocationsListOptionalParams): PagedAsyncIterableIterator<PeeringServiceLocation>;
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
/** Optional parameters. */
|
|
1494
|
-
export declare interface PeeringServiceLocationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1495
|
-
/** The country of interest, in which the locations are to be present. */
|
|
1496
|
-
country?: string;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
/** Contains response data for the listNext operation. */
|
|
1500
|
-
export declare type PeeringServiceLocationsListNextResponse = PeeringServiceLocationListResult;
|
|
1501
|
-
|
|
1502
|
-
/** Optional parameters. */
|
|
1503
|
-
export declare interface PeeringServiceLocationsListOptionalParams extends coreClient.OperationOptions {
|
|
1504
|
-
/** The country of interest, in which the locations are to be present. */
|
|
1505
|
-
country?: string;
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
/** Contains response data for the list operation. */
|
|
1509
|
-
export declare type PeeringServiceLocationsListResponse = PeeringServiceLocationListResult;
|
|
1510
|
-
|
|
1511
|
-
/** The peering service prefix class. */
|
|
1512
|
-
export declare interface PeeringServicePrefix extends Resource {
|
|
1513
|
-
/** The prefix from which your traffic originates. */
|
|
1514
|
-
prefix?: string;
|
|
1515
|
-
/**
|
|
1516
|
-
* The prefix validation state
|
|
1517
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1518
|
-
*/
|
|
1519
|
-
readonly prefixValidationState?: PrefixValidationState;
|
|
1520
|
-
/**
|
|
1521
|
-
* The prefix learned type
|
|
1522
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1523
|
-
*/
|
|
1524
|
-
readonly learnedType?: LearnedType;
|
|
1525
|
-
/**
|
|
1526
|
-
* The error message for validation state
|
|
1527
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1528
|
-
*/
|
|
1529
|
-
readonly errorMessage?: string;
|
|
1530
|
-
/**
|
|
1531
|
-
* The list of events for peering service prefix
|
|
1532
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1533
|
-
*/
|
|
1534
|
-
readonly events?: PeeringServicePrefixEvent[];
|
|
1535
|
-
/** The peering service prefix key */
|
|
1536
|
-
peeringServicePrefixKey?: string;
|
|
1537
|
-
/**
|
|
1538
|
-
* The provisioning state of the resource.
|
|
1539
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1540
|
-
*/
|
|
1541
|
-
readonly provisioningState?: ProvisioningState;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
/** The details of the event associated with a prefix. */
|
|
1545
|
-
export declare interface PeeringServicePrefixEvent {
|
|
1546
|
-
/**
|
|
1547
|
-
* The timestamp of the event associated with a prefix.
|
|
1548
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1549
|
-
*/
|
|
1550
|
-
readonly eventTimestamp?: Date;
|
|
1551
|
-
/**
|
|
1552
|
-
* The type of the event associated with a prefix.
|
|
1553
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1554
|
-
*/
|
|
1555
|
-
readonly eventType?: string;
|
|
1556
|
-
/**
|
|
1557
|
-
* The summary of the event associated with a prefix.
|
|
1558
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1559
|
-
*/
|
|
1560
|
-
readonly eventSummary?: string;
|
|
1561
|
-
/**
|
|
1562
|
-
* The level of the event associated with a prefix.
|
|
1563
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1564
|
-
*/
|
|
1565
|
-
readonly eventLevel?: string;
|
|
1566
|
-
/**
|
|
1567
|
-
* The description of the event associated with a prefix.
|
|
1568
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1569
|
-
*/
|
|
1570
|
-
readonly eventDescription?: string;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
/** The paginated list of peering service prefixes. */
|
|
1574
|
-
export declare interface PeeringServicePrefixListResult {
|
|
1575
|
-
/** The list of peering service prefixes. */
|
|
1576
|
-
value?: PeeringServicePrefix[];
|
|
1577
|
-
/** The link to fetch the next page of peering service prefixes. */
|
|
1578
|
-
nextLink?: string;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
|
-
/** PeeringService provider */
|
|
1582
|
-
export declare interface PeeringServiceProvider extends Resource {
|
|
1583
|
-
/** The name of the service provider. */
|
|
1584
|
-
serviceProviderName?: string;
|
|
1585
|
-
/** The list of locations at which the service provider peers with Microsoft. */
|
|
1586
|
-
peeringLocations?: string[];
|
|
1587
|
-
}
|
|
1588
|
-
|
|
1589
|
-
/** The paginated list of peering service providers. */
|
|
1590
|
-
export declare interface PeeringServiceProviderListResult {
|
|
1591
|
-
/** The list of peering service providers. */
|
|
1592
|
-
value?: PeeringServiceProvider[];
|
|
1593
|
-
/** The link to fetch the next page of peering service providers. */
|
|
1594
|
-
nextLink?: string;
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
/** Interface representing a PeeringServiceProviders. */
|
|
1598
|
-
export declare interface PeeringServiceProviders {
|
|
1599
|
-
/**
|
|
1600
|
-
* Lists all of the available peering service locations for the specified kind of peering.
|
|
1601
|
-
* @param options The options parameters.
|
|
1602
|
-
*/
|
|
1603
|
-
list(options?: PeeringServiceProvidersListOptionalParams): PagedAsyncIterableIterator<PeeringServiceProvider>;
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
/** Optional parameters. */
|
|
1607
|
-
export declare interface PeeringServiceProvidersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
/** Contains response data for the listNext operation. */
|
|
1611
|
-
export declare type PeeringServiceProvidersListNextResponse = PeeringServiceProviderListResult;
|
|
1612
|
-
|
|
1613
|
-
/** Optional parameters. */
|
|
1614
|
-
export declare interface PeeringServiceProvidersListOptionalParams extends coreClient.OperationOptions {
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
/** Contains response data for the list operation. */
|
|
1618
|
-
export declare type PeeringServiceProvidersListResponse = PeeringServiceProviderListResult;
|
|
1619
|
-
|
|
1620
|
-
/** Interface representing a PeeringServices. */
|
|
1621
|
-
export declare interface PeeringServices {
|
|
1622
|
-
/**
|
|
1623
|
-
* Lists all of the peering services under the given subscription and resource group.
|
|
1624
|
-
* @param resourceGroupName The name of the resource group.
|
|
1625
|
-
* @param options The options parameters.
|
|
1626
|
-
*/
|
|
1627
|
-
listByResourceGroup(resourceGroupName: string, options?: PeeringServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PeeringService>;
|
|
1628
|
-
/**
|
|
1629
|
-
* Lists all of the peerings under the given subscription.
|
|
1630
|
-
* @param options The options parameters.
|
|
1631
|
-
*/
|
|
1632
|
-
listBySubscription(options?: PeeringServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PeeringService>;
|
|
1633
|
-
/**
|
|
1634
|
-
* Gets an existing peering service with the specified name under the given subscription and resource
|
|
1635
|
-
* group.
|
|
1636
|
-
* @param resourceGroupName The name of the resource group.
|
|
1637
|
-
* @param peeringServiceName The name of the peering.
|
|
1638
|
-
* @param options The options parameters.
|
|
1639
|
-
*/
|
|
1640
|
-
get(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesGetOptionalParams): Promise<PeeringServicesGetResponse>;
|
|
1641
|
-
/**
|
|
1642
|
-
* Creates a new peering service or updates an existing peering with the specified name under the given
|
|
1643
|
-
* subscription and resource group.
|
|
1644
|
-
* @param resourceGroupName The name of the resource group.
|
|
1645
|
-
* @param peeringServiceName The name of the peering service.
|
|
1646
|
-
* @param peeringService The properties needed to create or update a peering service.
|
|
1647
|
-
* @param options The options parameters.
|
|
1648
|
-
*/
|
|
1649
|
-
createOrUpdate(resourceGroupName: string, peeringServiceName: string, peeringService: PeeringService, options?: PeeringServicesCreateOrUpdateOptionalParams): Promise<PeeringServicesCreateOrUpdateResponse>;
|
|
1650
|
-
/**
|
|
1651
|
-
* Deletes an existing peering service with the specified name under the given subscription and
|
|
1652
|
-
* resource group.
|
|
1653
|
-
* @param resourceGroupName The name of the resource group.
|
|
1654
|
-
* @param peeringServiceName The name of the peering service.
|
|
1655
|
-
* @param options The options parameters.
|
|
1656
|
-
*/
|
|
1657
|
-
delete(resourceGroupName: string, peeringServiceName: string, options?: PeeringServicesDeleteOptionalParams): Promise<void>;
|
|
1658
|
-
/**
|
|
1659
|
-
* Updates tags for a peering service with the specified name under the given subscription and resource
|
|
1660
|
-
* group.
|
|
1661
|
-
* @param resourceGroupName The name of the resource group.
|
|
1662
|
-
* @param peeringServiceName The name of the peering service.
|
|
1663
|
-
* @param tags The resource tags.
|
|
1664
|
-
* @param options The options parameters.
|
|
1665
|
-
*/
|
|
1666
|
-
update(resourceGroupName: string, peeringServiceName: string, tags: ResourceTags, options?: PeeringServicesUpdateOptionalParams): Promise<PeeringServicesUpdateResponse>;
|
|
1667
|
-
/**
|
|
1668
|
-
* Initialize Peering Service for Connection Monitor functionality
|
|
1669
|
-
* @param options The options parameters.
|
|
1670
|
-
*/
|
|
1671
|
-
initializeConnectionMonitor(options?: PeeringServicesInitializeConnectionMonitorOptionalParams): Promise<void>;
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
/** Optional parameters. */
|
|
1675
|
-
export declare interface PeeringServicesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1679
|
-
export declare type PeeringServicesCreateOrUpdateResponse = PeeringService;
|
|
1680
|
-
|
|
1681
|
-
/** Optional parameters. */
|
|
1682
|
-
export declare interface PeeringServicesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
/** Optional parameters. */
|
|
1686
|
-
export declare interface PeeringServicesGetOptionalParams extends coreClient.OperationOptions {
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
/** Contains response data for the get operation. */
|
|
1690
|
-
export declare type PeeringServicesGetResponse = PeeringService;
|
|
1691
|
-
|
|
1692
|
-
/** Optional parameters. */
|
|
1693
|
-
export declare interface PeeringServicesInitializeConnectionMonitorOptionalParams extends coreClient.OperationOptions {
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
/** The SKU that defines the type of the peering service. */
|
|
1697
|
-
export declare interface PeeringServiceSku {
|
|
1698
|
-
/** The name of the peering service SKU. */
|
|
1699
|
-
name?: string;
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
/** Optional parameters. */
|
|
1703
|
-
export declare interface PeeringServicesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1704
|
-
}
|
|
1705
|
-
|
|
1706
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1707
|
-
export declare type PeeringServicesListByResourceGroupNextResponse = PeeringServiceListResult;
|
|
1708
|
-
|
|
1709
|
-
/** Optional parameters. */
|
|
1710
|
-
export declare interface PeeringServicesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1714
|
-
export declare type PeeringServicesListByResourceGroupResponse = PeeringServiceListResult;
|
|
1715
|
-
|
|
1716
|
-
/** Optional parameters. */
|
|
1717
|
-
export declare interface PeeringServicesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1721
|
-
export declare type PeeringServicesListBySubscriptionNextResponse = PeeringServiceListResult;
|
|
1722
|
-
|
|
1723
|
-
/** Optional parameters. */
|
|
1724
|
-
export declare interface PeeringServicesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1728
|
-
export declare type PeeringServicesListBySubscriptionResponse = PeeringServiceListResult;
|
|
1729
|
-
|
|
1730
|
-
/** Optional parameters. */
|
|
1731
|
-
export declare interface PeeringServicesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
/** Contains response data for the update operation. */
|
|
1735
|
-
export declare type PeeringServicesUpdateResponse = PeeringService;
|
|
1736
|
-
|
|
1737
|
-
/** Optional parameters. */
|
|
1738
|
-
export declare interface PeeringsGetOptionalParams extends coreClient.OperationOptions {
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
/** Contains response data for the get operation. */
|
|
1742
|
-
export declare type PeeringsGetResponse = Peering;
|
|
1743
|
-
|
|
1744
|
-
/** The SKU that defines the tier and kind of the peering. */
|
|
1745
|
-
export declare interface PeeringSku {
|
|
1746
|
-
/** The name of the peering SKU. */
|
|
1747
|
-
name?: string;
|
|
1748
|
-
/**
|
|
1749
|
-
* The tier of the peering SKU.
|
|
1750
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1751
|
-
*/
|
|
1752
|
-
readonly tier?: Tier;
|
|
1753
|
-
/**
|
|
1754
|
-
* The family of the peering SKU.
|
|
1755
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1756
|
-
*/
|
|
1757
|
-
readonly family?: Family;
|
|
1758
|
-
/**
|
|
1759
|
-
* The size of the peering SKU.
|
|
1760
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1761
|
-
*/
|
|
1762
|
-
readonly size?: Size;
|
|
1763
|
-
}
|
|
1764
|
-
|
|
1765
|
-
/** Optional parameters. */
|
|
1766
|
-
export declare interface PeeringsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1770
|
-
export declare type PeeringsListByResourceGroupNextResponse = PeeringListResult;
|
|
1771
|
-
|
|
1772
|
-
/** Optional parameters. */
|
|
1773
|
-
export declare interface PeeringsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1777
|
-
export declare type PeeringsListByResourceGroupResponse = PeeringListResult;
|
|
1778
|
-
|
|
1779
|
-
/** Optional parameters. */
|
|
1780
|
-
export declare interface PeeringsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
1784
|
-
export declare type PeeringsListBySubscriptionNextResponse = PeeringListResult;
|
|
1785
|
-
|
|
1786
|
-
/** Optional parameters. */
|
|
1787
|
-
export declare interface PeeringsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
/** Contains response data for the listBySubscription operation. */
|
|
1791
|
-
export declare type PeeringsListBySubscriptionResponse = PeeringListResult;
|
|
1792
|
-
|
|
1793
|
-
/** Optional parameters. */
|
|
1794
|
-
export declare interface PeeringsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1795
|
-
}
|
|
1796
|
-
|
|
1797
|
-
/** Contains response data for the update operation. */
|
|
1798
|
-
export declare type PeeringsUpdateResponse = Peering;
|
|
1799
|
-
|
|
1800
|
-
/** Interface representing a Prefixes. */
|
|
1801
|
-
export declare interface Prefixes {
|
|
1802
|
-
/**
|
|
1803
|
-
* Lists all prefixes under the given subscription, resource group and peering service.
|
|
1804
|
-
* @param resourceGroupName The name of the resource group.
|
|
1805
|
-
* @param peeringServiceName The name of the peering service.
|
|
1806
|
-
* @param options The options parameters.
|
|
1807
|
-
*/
|
|
1808
|
-
listByPeeringService(resourceGroupName: string, peeringServiceName: string, options?: PrefixesListByPeeringServiceOptionalParams): PagedAsyncIterableIterator<PeeringServicePrefix>;
|
|
1809
|
-
/**
|
|
1810
|
-
* Gets an existing prefix with the specified name under the given subscription, resource group and
|
|
1811
|
-
* peering service.
|
|
1812
|
-
* @param resourceGroupName The name of the resource group.
|
|
1813
|
-
* @param peeringServiceName The name of the peering service.
|
|
1814
|
-
* @param prefixName The name of the prefix.
|
|
1815
|
-
* @param options The options parameters.
|
|
1816
|
-
*/
|
|
1817
|
-
get(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesGetOptionalParams): Promise<PrefixesGetResponse>;
|
|
1818
|
-
/**
|
|
1819
|
-
* Creates a new prefix with the specified name under the given subscription, resource group and
|
|
1820
|
-
* peering service.
|
|
1821
|
-
* @param resourceGroupName The name of the resource group.
|
|
1822
|
-
* @param peeringServiceName The name of the peering service.
|
|
1823
|
-
* @param prefixName The name of the prefix.
|
|
1824
|
-
* @param peeringServicePrefix The properties needed to create a prefix.
|
|
1825
|
-
* @param options The options parameters.
|
|
1826
|
-
*/
|
|
1827
|
-
createOrUpdate(resourceGroupName: string, peeringServiceName: string, prefixName: string, peeringServicePrefix: PeeringServicePrefix, options?: PrefixesCreateOrUpdateOptionalParams): Promise<PrefixesCreateOrUpdateResponse>;
|
|
1828
|
-
/**
|
|
1829
|
-
* Deletes an existing prefix with the specified name under the given subscription, resource group and
|
|
1830
|
-
* peering service.
|
|
1831
|
-
* @param resourceGroupName The name of the resource group.
|
|
1832
|
-
* @param peeringServiceName The name of the peering service.
|
|
1833
|
-
* @param prefixName The name of the prefix.
|
|
1834
|
-
* @param options The options parameters.
|
|
1835
|
-
*/
|
|
1836
|
-
delete(resourceGroupName: string, peeringServiceName: string, prefixName: string, options?: PrefixesDeleteOptionalParams): Promise<void>;
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
|
-
/** Optional parameters. */
|
|
1840
|
-
export declare interface PrefixesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1844
|
-
export declare type PrefixesCreateOrUpdateResponse = PeeringServicePrefix;
|
|
1845
|
-
|
|
1846
|
-
/** Optional parameters. */
|
|
1847
|
-
export declare interface PrefixesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1848
|
-
}
|
|
1849
|
-
|
|
1850
|
-
/** Optional parameters. */
|
|
1851
|
-
export declare interface PrefixesGetOptionalParams extends coreClient.OperationOptions {
|
|
1852
|
-
/** The properties to be expanded. */
|
|
1853
|
-
expand?: string;
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
/** Contains response data for the get operation. */
|
|
1857
|
-
export declare type PrefixesGetResponse = PeeringServicePrefix;
|
|
1858
|
-
|
|
1859
|
-
/** Optional parameters. */
|
|
1860
|
-
export declare interface PrefixesListByPeeringServiceNextOptionalParams extends coreClient.OperationOptions {
|
|
1861
|
-
/** The properties to be expanded. */
|
|
1862
|
-
expand?: string;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
/** Contains response data for the listByPeeringServiceNext operation. */
|
|
1866
|
-
export declare type PrefixesListByPeeringServiceNextResponse = PeeringServicePrefixListResult;
|
|
1867
|
-
|
|
1868
|
-
/** Optional parameters. */
|
|
1869
|
-
export declare interface PrefixesListByPeeringServiceOptionalParams extends coreClient.OperationOptions {
|
|
1870
|
-
/** The properties to be expanded. */
|
|
1871
|
-
expand?: string;
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
/** Contains response data for the listByPeeringService operation. */
|
|
1875
|
-
export declare type PrefixesListByPeeringServiceResponse = PeeringServicePrefixListResult;
|
|
1876
|
-
|
|
1877
|
-
/**
|
|
1878
|
-
* Defines values for PrefixValidationState. \
|
|
1879
|
-
* {@link KnownPrefixValidationState} can be used interchangeably with PrefixValidationState,
|
|
1880
|
-
* this enum contains the known values that the service supports.
|
|
1881
|
-
* ### Known values supported by the service
|
|
1882
|
-
* **None** \
|
|
1883
|
-
* **Invalid** \
|
|
1884
|
-
* **Verified** \
|
|
1885
|
-
* **Failed** \
|
|
1886
|
-
* **Pending** \
|
|
1887
|
-
* **Warning** \
|
|
1888
|
-
* **Unknown**
|
|
1889
|
-
*/
|
|
1890
|
-
export declare type PrefixValidationState = string;
|
|
1891
|
-
|
|
1892
|
-
/**
|
|
1893
|
-
* Defines values for ProvisioningState. \
|
|
1894
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1895
|
-
* this enum contains the known values that the service supports.
|
|
1896
|
-
* ### Known values supported by the service
|
|
1897
|
-
* **Succeeded** \
|
|
1898
|
-
* **Updating** \
|
|
1899
|
-
* **Deleting** \
|
|
1900
|
-
* **Failed**
|
|
1901
|
-
*/
|
|
1902
|
-
export declare type ProvisioningState = string;
|
|
1903
|
-
|
|
1904
|
-
/** Interface representing a ReceivedRoutes. */
|
|
1905
|
-
export declare interface ReceivedRoutes {
|
|
1906
|
-
/**
|
|
1907
|
-
* Lists the prefixes received over the specified peering under the given subscription and resource
|
|
1908
|
-
* group.
|
|
1909
|
-
* @param resourceGroupName The name of the resource group.
|
|
1910
|
-
* @param peeringName The name of the peering.
|
|
1911
|
-
* @param options The options parameters.
|
|
1912
|
-
*/
|
|
1913
|
-
listByPeering(resourceGroupName: string, peeringName: string, options?: ReceivedRoutesListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringReceivedRoute>;
|
|
1914
|
-
}
|
|
1915
|
-
|
|
1916
|
-
/** Optional parameters. */
|
|
1917
|
-
export declare interface ReceivedRoutesListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
1918
|
-
/** The optional prefix that can be used to filter the routes. */
|
|
1919
|
-
prefix?: string;
|
|
1920
|
-
/** The optional AS path that can be used to filter the routes. */
|
|
1921
|
-
asPath?: string;
|
|
1922
|
-
/** The optional origin AS validation state that can be used to filter the routes. */
|
|
1923
|
-
originAsValidationState?: string;
|
|
1924
|
-
/** The optional RPKI validation state that can be used to filter the routes. */
|
|
1925
|
-
rpkiValidationState?: string;
|
|
1926
|
-
/** The optional page continuation token that is used in the event of paginated result. */
|
|
1927
|
-
skipToken?: string;
|
|
1928
|
-
}
|
|
1929
|
-
|
|
1930
|
-
/** Contains response data for the listByPeeringNext operation. */
|
|
1931
|
-
export declare type ReceivedRoutesListByPeeringNextResponse = PeeringReceivedRouteListResult;
|
|
1932
|
-
|
|
1933
|
-
/** Optional parameters. */
|
|
1934
|
-
export declare interface ReceivedRoutesListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
1935
|
-
/** The optional prefix that can be used to filter the routes. */
|
|
1936
|
-
prefix?: string;
|
|
1937
|
-
/** The optional AS path that can be used to filter the routes. */
|
|
1938
|
-
asPath?: string;
|
|
1939
|
-
/** The optional origin AS validation state that can be used to filter the routes. */
|
|
1940
|
-
originAsValidationState?: string;
|
|
1941
|
-
/** The optional RPKI validation state that can be used to filter the routes. */
|
|
1942
|
-
rpkiValidationState?: string;
|
|
1943
|
-
/** The optional page continuation token that is used in the event of paginated result. */
|
|
1944
|
-
skipToken?: string;
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
|
-
/** Contains response data for the listByPeering operation. */
|
|
1948
|
-
export declare type ReceivedRoutesListByPeeringResponse = PeeringReceivedRouteListResult;
|
|
1949
|
-
|
|
1950
|
-
/** Interface representing a RegisteredAsns. */
|
|
1951
|
-
export declare interface RegisteredAsns {
|
|
1952
|
-
/**
|
|
1953
|
-
* Lists all registered ASNs under the given subscription, resource group and peering.
|
|
1954
|
-
* @param resourceGroupName The name of the resource group.
|
|
1955
|
-
* @param peeringName The name of the peering.
|
|
1956
|
-
* @param options The options parameters.
|
|
1957
|
-
*/
|
|
1958
|
-
listByPeering(resourceGroupName: string, peeringName: string, options?: RegisteredAsnsListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringRegisteredAsn>;
|
|
1959
|
-
/**
|
|
1960
|
-
* Gets an existing registered ASN with the specified name under the given subscription, resource group
|
|
1961
|
-
* and peering.
|
|
1962
|
-
* @param resourceGroupName The name of the resource group.
|
|
1963
|
-
* @param peeringName The name of the peering.
|
|
1964
|
-
* @param registeredAsnName The name of the registered ASN.
|
|
1965
|
-
* @param options The options parameters.
|
|
1966
|
-
*/
|
|
1967
|
-
get(resourceGroupName: string, peeringName: string, registeredAsnName: string, options?: RegisteredAsnsGetOptionalParams): Promise<RegisteredAsnsGetResponse>;
|
|
1968
|
-
/**
|
|
1969
|
-
* Creates a new registered ASN with the specified name under the given subscription, resource group
|
|
1970
|
-
* and peering.
|
|
1971
|
-
* @param resourceGroupName The name of the resource group.
|
|
1972
|
-
* @param peeringName The name of the peering.
|
|
1973
|
-
* @param registeredAsnName The name of the ASN.
|
|
1974
|
-
* @param registeredAsn The properties needed to create a registered ASN.
|
|
1975
|
-
* @param options The options parameters.
|
|
1976
|
-
*/
|
|
1977
|
-
createOrUpdate(resourceGroupName: string, peeringName: string, registeredAsnName: string, registeredAsn: PeeringRegisteredAsn, options?: RegisteredAsnsCreateOrUpdateOptionalParams): Promise<RegisteredAsnsCreateOrUpdateResponse>;
|
|
1978
|
-
/**
|
|
1979
|
-
* Deletes an existing registered ASN with the specified name under the given subscription, resource
|
|
1980
|
-
* group and peering.
|
|
1981
|
-
* @param resourceGroupName The name of the resource group.
|
|
1982
|
-
* @param peeringName The name of the peering.
|
|
1983
|
-
* @param registeredAsnName The name of the registered ASN.
|
|
1984
|
-
* @param options The options parameters.
|
|
1985
|
-
*/
|
|
1986
|
-
delete(resourceGroupName: string, peeringName: string, registeredAsnName: string, options?: RegisteredAsnsDeleteOptionalParams): Promise<void>;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
/** Optional parameters. */
|
|
1990
|
-
export declare interface RegisteredAsnsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1994
|
-
export declare type RegisteredAsnsCreateOrUpdateResponse = PeeringRegisteredAsn;
|
|
1995
|
-
|
|
1996
|
-
/** Optional parameters. */
|
|
1997
|
-
export declare interface RegisteredAsnsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
/** Optional parameters. */
|
|
2001
|
-
export declare interface RegisteredAsnsGetOptionalParams extends coreClient.OperationOptions {
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
/** Contains response data for the get operation. */
|
|
2005
|
-
export declare type RegisteredAsnsGetResponse = PeeringRegisteredAsn;
|
|
2006
|
-
|
|
2007
|
-
/** Optional parameters. */
|
|
2008
|
-
export declare interface RegisteredAsnsListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
/** Contains response data for the listByPeeringNext operation. */
|
|
2012
|
-
export declare type RegisteredAsnsListByPeeringNextResponse = PeeringRegisteredAsnListResult;
|
|
2013
|
-
|
|
2014
|
-
/** Optional parameters. */
|
|
2015
|
-
export declare interface RegisteredAsnsListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
/** Contains response data for the listByPeering operation. */
|
|
2019
|
-
export declare type RegisteredAsnsListByPeeringResponse = PeeringRegisteredAsnListResult;
|
|
2020
|
-
|
|
2021
|
-
/** Interface representing a RegisteredPrefixes. */
|
|
2022
|
-
export declare interface RegisteredPrefixes {
|
|
2023
|
-
/**
|
|
2024
|
-
* Lists all registered prefixes under the given subscription, resource group and peering.
|
|
2025
|
-
* @param resourceGroupName The name of the resource group.
|
|
2026
|
-
* @param peeringName The name of the peering.
|
|
2027
|
-
* @param options The options parameters.
|
|
2028
|
-
*/
|
|
2029
|
-
listByPeering(resourceGroupName: string, peeringName: string, options?: RegisteredPrefixesListByPeeringOptionalParams): PagedAsyncIterableIterator<PeeringRegisteredPrefix>;
|
|
2030
|
-
/**
|
|
2031
|
-
* Gets an existing registered prefix with the specified name under the given subscription, resource
|
|
2032
|
-
* group and peering.
|
|
2033
|
-
* @param resourceGroupName The name of the resource group.
|
|
2034
|
-
* @param peeringName The name of the peering.
|
|
2035
|
-
* @param registeredPrefixName The name of the registered prefix.
|
|
2036
|
-
* @param options The options parameters.
|
|
2037
|
-
*/
|
|
2038
|
-
get(resourceGroupName: string, peeringName: string, registeredPrefixName: string, options?: RegisteredPrefixesGetOptionalParams): Promise<RegisteredPrefixesGetResponse>;
|
|
2039
|
-
/**
|
|
2040
|
-
* Creates a new registered prefix with the specified name under the given subscription, resource group
|
|
2041
|
-
* and peering.
|
|
2042
|
-
* @param resourceGroupName The name of the resource group.
|
|
2043
|
-
* @param peeringName The name of the peering.
|
|
2044
|
-
* @param registeredPrefixName The name of the registered prefix.
|
|
2045
|
-
* @param registeredPrefix The properties needed to create a registered prefix.
|
|
2046
|
-
* @param options The options parameters.
|
|
2047
|
-
*/
|
|
2048
|
-
createOrUpdate(resourceGroupName: string, peeringName: string, registeredPrefixName: string, registeredPrefix: PeeringRegisteredPrefix, options?: RegisteredPrefixesCreateOrUpdateOptionalParams): Promise<RegisteredPrefixesCreateOrUpdateResponse>;
|
|
2049
|
-
/**
|
|
2050
|
-
* Deletes an existing registered prefix with the specified name under the given subscription, resource
|
|
2051
|
-
* group and peering.
|
|
2052
|
-
* @param resourceGroupName The name of the resource group.
|
|
2053
|
-
* @param peeringName The name of the peering.
|
|
2054
|
-
* @param registeredPrefixName The name of the registered prefix.
|
|
2055
|
-
* @param options The options parameters.
|
|
2056
|
-
*/
|
|
2057
|
-
delete(resourceGroupName: string, peeringName: string, registeredPrefixName: string, options?: RegisteredPrefixesDeleteOptionalParams): Promise<void>;
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
/** Optional parameters. */
|
|
2061
|
-
export declare interface RegisteredPrefixesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2062
|
-
}
|
|
2063
|
-
|
|
2064
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2065
|
-
export declare type RegisteredPrefixesCreateOrUpdateResponse = PeeringRegisteredPrefix;
|
|
2066
|
-
|
|
2067
|
-
/** Optional parameters. */
|
|
2068
|
-
export declare interface RegisteredPrefixesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2069
|
-
}
|
|
2070
|
-
|
|
2071
|
-
/** Optional parameters. */
|
|
2072
|
-
export declare interface RegisteredPrefixesGetOptionalParams extends coreClient.OperationOptions {
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
/** Contains response data for the get operation. */
|
|
2076
|
-
export declare type RegisteredPrefixesGetResponse = PeeringRegisteredPrefix;
|
|
2077
|
-
|
|
2078
|
-
/** Optional parameters. */
|
|
2079
|
-
export declare interface RegisteredPrefixesListByPeeringNextOptionalParams extends coreClient.OperationOptions {
|
|
2080
|
-
}
|
|
2081
|
-
|
|
2082
|
-
/** Contains response data for the listByPeeringNext operation. */
|
|
2083
|
-
export declare type RegisteredPrefixesListByPeeringNextResponse = PeeringRegisteredPrefixListResult;
|
|
2084
|
-
|
|
2085
|
-
/** Optional parameters. */
|
|
2086
|
-
export declare interface RegisteredPrefixesListByPeeringOptionalParams extends coreClient.OperationOptions {
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
/** Contains response data for the listByPeering operation. */
|
|
2090
|
-
export declare type RegisteredPrefixesListByPeeringResponse = PeeringRegisteredPrefixListResult;
|
|
2091
|
-
|
|
2092
|
-
/** The ARM resource class. */
|
|
2093
|
-
export declare interface Resource {
|
|
2094
|
-
/**
|
|
2095
|
-
* The name of the resource.
|
|
2096
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2097
|
-
*/
|
|
2098
|
-
readonly name?: string;
|
|
2099
|
-
/**
|
|
2100
|
-
* The ID of the resource.
|
|
2101
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2102
|
-
*/
|
|
2103
|
-
readonly id?: string;
|
|
2104
|
-
/**
|
|
2105
|
-
* The type of the resource.
|
|
2106
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2107
|
-
*/
|
|
2108
|
-
readonly type?: string;
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
|
-
/** The resource tags. */
|
|
2112
|
-
export declare interface ResourceTags {
|
|
2113
|
-
/** Gets or sets the tags, a dictionary of descriptors arm object */
|
|
2114
|
-
tags?: {
|
|
2115
|
-
[propertyName: string]: string;
|
|
2116
|
-
};
|
|
2117
|
-
}
|
|
2118
|
-
|
|
2119
|
-
/**
|
|
2120
|
-
* Defines values for Role. \
|
|
2121
|
-
* {@link KnownRole} can be used interchangeably with Role,
|
|
2122
|
-
* this enum contains the known values that the service supports.
|
|
2123
|
-
* ### Known values supported by the service
|
|
2124
|
-
* **Noc** \
|
|
2125
|
-
* **Policy** \
|
|
2126
|
-
* **Technical** \
|
|
2127
|
-
* **Service** \
|
|
2128
|
-
* **Escalation** \
|
|
2129
|
-
* **Other**
|
|
2130
|
-
*/
|
|
2131
|
-
export declare type Role = string;
|
|
2132
|
-
|
|
2133
|
-
/** Service specification payload. */
|
|
2134
|
-
export declare interface ServiceSpecification {
|
|
2135
|
-
/**
|
|
2136
|
-
* Specifications of the Metrics for Azure Monitoring.
|
|
2137
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2138
|
-
*/
|
|
2139
|
-
readonly metricSpecifications?: MetricSpecification[];
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
/**
|
|
2143
|
-
* Defines values for SessionAddressProvider. \
|
|
2144
|
-
* {@link KnownSessionAddressProvider} can be used interchangeably with SessionAddressProvider,
|
|
2145
|
-
* this enum contains the known values that the service supports.
|
|
2146
|
-
* ### Known values supported by the service
|
|
2147
|
-
* **Microsoft** \
|
|
2148
|
-
* **Peer**
|
|
2149
|
-
*/
|
|
2150
|
-
export declare type SessionAddressProvider = string;
|
|
2151
|
-
|
|
2152
|
-
/**
|
|
2153
|
-
* Defines values for SessionStateV4. \
|
|
2154
|
-
* {@link KnownSessionStateV4} can be used interchangeably with SessionStateV4,
|
|
2155
|
-
* this enum contains the known values that the service supports.
|
|
2156
|
-
* ### Known values supported by the service
|
|
2157
|
-
* **None** \
|
|
2158
|
-
* **Idle** \
|
|
2159
|
-
* **Connect** \
|
|
2160
|
-
* **Active** \
|
|
2161
|
-
* **OpenSent** \
|
|
2162
|
-
* **OpenConfirm** \
|
|
2163
|
-
* **OpenReceived** \
|
|
2164
|
-
* **Established** \
|
|
2165
|
-
* **PendingAdd** \
|
|
2166
|
-
* **PendingUpdate** \
|
|
2167
|
-
* **PendingRemove**
|
|
2168
|
-
*/
|
|
2169
|
-
export declare type SessionStateV4 = string;
|
|
2170
|
-
|
|
2171
|
-
/**
|
|
2172
|
-
* Defines values for SessionStateV6. \
|
|
2173
|
-
* {@link KnownSessionStateV6} can be used interchangeably with SessionStateV6,
|
|
2174
|
-
* this enum contains the known values that the service supports.
|
|
2175
|
-
* ### Known values supported by the service
|
|
2176
|
-
* **None** \
|
|
2177
|
-
* **Idle** \
|
|
2178
|
-
* **Connect** \
|
|
2179
|
-
* **Active** \
|
|
2180
|
-
* **OpenSent** \
|
|
2181
|
-
* **OpenConfirm** \
|
|
2182
|
-
* **OpenReceived** \
|
|
2183
|
-
* **Established** \
|
|
2184
|
-
* **PendingAdd** \
|
|
2185
|
-
* **PendingUpdate** \
|
|
2186
|
-
* **PendingRemove**
|
|
2187
|
-
*/
|
|
2188
|
-
export declare type SessionStateV6 = string;
|
|
2189
|
-
|
|
2190
|
-
/**
|
|
2191
|
-
* Defines values for Size. \
|
|
2192
|
-
* {@link KnownSize} can be used interchangeably with Size,
|
|
2193
|
-
* this enum contains the known values that the service supports.
|
|
2194
|
-
* ### Known values supported by the service
|
|
2195
|
-
* **Free** \
|
|
2196
|
-
* **Metered** \
|
|
2197
|
-
* **Unlimited**
|
|
2198
|
-
*/
|
|
2199
|
-
export declare type Size = string;
|
|
2200
|
-
|
|
2201
|
-
/** The sub resource. */
|
|
2202
|
-
export declare interface SubResource {
|
|
2203
|
-
/** The identifier of the referenced resource. */
|
|
2204
|
-
id?: string;
|
|
2205
|
-
}
|
|
2206
|
-
|
|
2207
|
-
/**
|
|
2208
|
-
* Defines values for Tier. \
|
|
2209
|
-
* {@link KnownTier} can be used interchangeably with Tier,
|
|
2210
|
-
* this enum contains the known values that the service supports.
|
|
2211
|
-
* ### Known values supported by the service
|
|
2212
|
-
* **Basic** \
|
|
2213
|
-
* **Premium**
|
|
2214
|
-
*/
|
|
2215
|
-
export declare type Tier = string;
|
|
2216
|
-
|
|
2217
|
-
/**
|
|
2218
|
-
* Defines values for ValidationState. \
|
|
2219
|
-
* {@link KnownValidationState} can be used interchangeably with ValidationState,
|
|
2220
|
-
* this enum contains the known values that the service supports.
|
|
2221
|
-
* ### Known values supported by the service
|
|
2222
|
-
* **None** \
|
|
2223
|
-
* **Pending** \
|
|
2224
|
-
* **Approved** \
|
|
2225
|
-
* **Failed**
|
|
2226
|
-
*/
|
|
2227
|
-
export declare type ValidationState = string;
|
|
2228
|
-
|
|
2229
|
-
export { }
|