@azure/arm-trafficmanager 6.1.1-alpha.20250128.1 → 6.1.1-alpha.20250130.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 -12
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- 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-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/endpoints.d.ts +3 -3
- package/dist/browser/operations/endpoints.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/endpoints.js +2 -2
- package/dist/browser/operations/endpoints.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/geographicHierarchies.d.ts +3 -3
- package/dist/browser/operations/geographicHierarchies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/geographicHierarchies.js +2 -2
- package/dist/browser/operations/geographicHierarchies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/heatMap.d.ts +3 -3
- package/dist/browser/operations/heatMap.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/heatMap.js +2 -2
- package/dist/browser/operations/heatMap.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/profiles.d.ts +3 -3
- package/dist/browser/operations/profiles.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/profiles.js +2 -2
- package/dist/browser/operations/profiles.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/trafficManagerUserMetricsKeys.d.ts +3 -3
- package/dist/browser/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/trafficManagerUserMetricsKeys.js +2 -2
- package/dist/browser/operations/trafficManagerUserMetricsKeys.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/endpoints.d.ts +1 -1
- package/dist/browser/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/endpoints.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/geographicHierarchies.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/geographicHierarchies.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/geographicHierarchies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/heatMap.d.ts +1 -1
- package/dist/browser/operationsInterfaces/heatMap.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/heatMap.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/profiles.d.ts +1 -1
- package/dist/browser/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/profiles.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +1 -1
- package/dist/browser/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/trafficManagerManagementClient.d.ts +2 -2
- package/dist/browser/trafficManagerManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/trafficManagerManagementClient.js +15 -18
- package/dist/browser/trafficManagerManagementClient.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/{types/arm-trafficmanager.d.ts → dist/commonjs/models/index.d.ts} +531 -781
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +113 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +26 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +731 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +17 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +175 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/endpoints.d.ts +51 -0
- package/dist/commonjs/operations/endpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/endpoints.js +188 -0
- package/dist/commonjs/operations/endpoints.js.map +1 -0
- package/dist/commonjs/operations/geographicHierarchies.d.ts +18 -0
- package/dist/commonjs/operations/geographicHierarchies.d.ts.map +1 -0
- package/dist/commonjs/operations/geographicHierarchies.js +51 -0
- package/dist/commonjs/operations/geographicHierarchies.js.map +1 -0
- package/dist/commonjs/operations/heatMap.d.ts +20 -0
- package/dist/commonjs/operations/heatMap.d.ts.map +1 -0
- package/dist/commonjs/operations/heatMap.js +63 -0
- package/dist/commonjs/operations/heatMap.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/profiles.d.ts +84 -0
- package/dist/commonjs/operations/profiles.d.ts.map +1 -0
- package/dist/commonjs/operations/profiles.js +361 -0
- package/dist/commonjs/operations/profiles.js.map +1 -0
- package/dist/commonjs/operations/trafficManagerUserMetricsKeys.d.ts +28 -0
- package/dist/commonjs/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/trafficManagerUserMetricsKeys.js +97 -0
- package/dist/commonjs/operations/trafficManagerUserMetricsKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/endpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/geographicHierarchies.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/geographicHierarchies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/geographicHierarchies.js +10 -0
- package/dist/commonjs/operationsInterfaces/geographicHierarchies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/heatMap.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/heatMap.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/heatMap.js +10 -0
- package/dist/commonjs/operationsInterfaces/heatMap.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/profiles.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/profiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/profiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/trafficManagerUserMetricsKeys.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/trafficManagerManagementClient.d.ts +24 -0
- package/dist/commonjs/trafficManagerManagementClient.d.ts.map +1 -0
- package/dist/commonjs/trafficManagerManagementClient.js +106 -0
- package/dist/commonjs/trafficManagerManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models/index.d.ts +531 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +110 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +26 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +728 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +17 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +172 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/endpoints.d.ts +51 -0
- package/dist/esm/operations/endpoints.d.ts.map +1 -0
- package/dist/esm/operations/endpoints.js +183 -0
- package/dist/esm/operations/endpoints.js.map +1 -0
- package/dist/esm/operations/geographicHierarchies.d.ts +18 -0
- package/dist/esm/operations/geographicHierarchies.d.ts.map +1 -0
- package/dist/esm/operations/geographicHierarchies.js +46 -0
- package/dist/esm/operations/geographicHierarchies.js.map +1 -0
- package/dist/esm/operations/heatMap.d.ts +20 -0
- package/dist/esm/operations/heatMap.d.ts.map +1 -0
- package/dist/esm/operations/heatMap.js +58 -0
- package/dist/esm/operations/heatMap.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/profiles.d.ts +84 -0
- package/dist/esm/operations/profiles.d.ts.map +1 -0
- package/dist/esm/operations/profiles.js +357 -0
- package/dist/esm/operations/profiles.js.map +1 -0
- package/dist/esm/operations/trafficManagerUserMetricsKeys.d.ts +28 -0
- package/dist/esm/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/dist/esm/operations/trafficManagerUserMetricsKeys.js +92 -0
- package/dist/esm/operations/trafficManagerUserMetricsKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/endpoints.d.ts +43 -0
- package/dist/esm/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/endpoints.js +9 -0
- package/dist/esm/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/geographicHierarchies.d.ts +10 -0
- package/dist/esm/operationsInterfaces/geographicHierarchies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/geographicHierarchies.js +9 -0
- package/dist/esm/operationsInterfaces/geographicHierarchies.js.map +1 -0
- package/dist/esm/operationsInterfaces/heatMap.d.ts +12 -0
- package/dist/esm/operationsInterfaces/heatMap.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/heatMap.js +9 -0
- package/dist/esm/operationsInterfaces/heatMap.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/profiles.d.ts +61 -0
- package/dist/esm/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/profiles.js +9 -0
- package/dist/esm/operationsInterfaces/profiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +20 -0
- package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.js +9 -0
- package/dist/esm/operationsInterfaces/trafficManagerUserMetricsKeys.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/trafficManagerManagementClient.d.ts +24 -0
- package/dist/esm/trafficManagerManagementClient.d.ts.map +1 -0
- package/dist/esm/trafficManagerManagementClient.js +101 -0
- package/dist/esm/trafficManagerManagementClient.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 +531 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +110 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +26 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +728 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +17 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +172 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/endpoints.d.ts +51 -0
- package/dist/react-native/operations/endpoints.d.ts.map +1 -0
- package/dist/react-native/operations/endpoints.js +183 -0
- package/dist/react-native/operations/endpoints.js.map +1 -0
- package/dist/react-native/operations/geographicHierarchies.d.ts +18 -0
- package/dist/react-native/operations/geographicHierarchies.d.ts.map +1 -0
- package/dist/react-native/operations/geographicHierarchies.js +46 -0
- package/dist/react-native/operations/geographicHierarchies.js.map +1 -0
- package/dist/react-native/operations/heatMap.d.ts +20 -0
- package/dist/react-native/operations/heatMap.d.ts.map +1 -0
- package/dist/react-native/operations/heatMap.js +58 -0
- package/dist/react-native/operations/heatMap.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/profiles.d.ts +84 -0
- package/dist/react-native/operations/profiles.d.ts.map +1 -0
- package/dist/react-native/operations/profiles.js +357 -0
- package/dist/react-native/operations/profiles.js.map +1 -0
- package/dist/react-native/operations/trafficManagerUserMetricsKeys.d.ts +28 -0
- package/dist/react-native/operations/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/dist/react-native/operations/trafficManagerUserMetricsKeys.js +92 -0
- package/dist/react-native/operations/trafficManagerUserMetricsKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/endpoints.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/endpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/endpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/endpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/geographicHierarchies.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/geographicHierarchies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/geographicHierarchies.js +9 -0
- package/dist/react-native/operationsInterfaces/geographicHierarchies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/heatMap.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/heatMap.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/heatMap.js +9 -0
- package/dist/react-native/operationsInterfaces/heatMap.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/profiles.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/profiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/profiles.js +9 -0
- package/dist/react-native/operationsInterfaces/profiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/trafficManagerUserMetricsKeys.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/trafficManagerManagementClient.d.ts +24 -0
- package/dist/react-native/trafficManagerManagementClient.d.ts.map +1 -0
- package/dist/react-native/trafficManagerManagementClient.js +101 -0
- package/dist/react-native/trafficManagerManagementClient.js.map +1 -0
- package/package.json +69 -40
- package/dist/index.js +0 -1911
- 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/endpointsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js +0 -154
- package/dist-esm/samples-dev/endpointsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsDeleteSample.js +0 -38
- package/dist-esm/samples-dev/endpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsGetSample.js +0 -78
- package/dist-esm/samples-dev/endpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/endpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/endpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/endpointsUpdateSample.js +0 -37
- package/dist-esm/samples-dev/endpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.d.ts +0 -2
- package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.js +0 -34
- package/dist-esm/samples-dev/geographicHierarchiesGetDefaultSample.js.map +0 -1
- package/dist-esm/samples-dev/heatMapGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/heatMapGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/heatMapGetSample.js +0 -68
- package/dist-esm/samples-dev/heatMapGetSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.js +0 -51
- package/dist-esm/samples-dev/profilesCheckTrafficManagerNameAvailabilityV2Sample.js.map +0 -1
- package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.js +0 -51
- package/dist-esm/samples-dev/profilesCheckTrafficManagerRelativeDnsNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/profilesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesCreateOrUpdateSample.js +0 -262
- package/dist-esm/samples-dev/profilesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/profilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesGetSample.js +0 -72
- package/dist-esm/samples-dev/profilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/profilesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/profilesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/profilesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/profilesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/profilesUpdateSample.js +0 -43
- package/dist-esm/samples-dev/profilesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.js +0 -34
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.js +0 -34
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.js +0 -34
- package/dist-esm/samples-dev/trafficManagerUserMetricsKeysGetSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- 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.map +0 -1
- package/dist-esm/src/operations/endpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/endpoints.js.map +0 -1
- package/dist-esm/src/operations/geographicHierarchies.d.ts.map +0 -1
- package/dist-esm/src/operations/geographicHierarchies.js.map +0 -1
- package/dist-esm/src/operations/heatMap.d.ts.map +0 -1
- package/dist-esm/src/operations/heatMap.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/profiles.d.ts.map +0 -1
- package/dist-esm/src/operations/profiles.js.map +0 -1
- package/dist-esm/src/operations/trafficManagerUserMetricsKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/trafficManagerUserMetricsKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/endpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/endpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/geographicHierarchies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/heatMap.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/heatMap.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/profiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/profiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/trafficManagerUserMetricsKeys.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/trafficManagerManagementClient.d.ts.map +0 -1
- package/dist-esm/src/trafficManagerManagementClient.js.map +0 -1
- package/dist-esm/test/trafficmanager_examples.spec.d.ts +0 -4
- package/dist-esm/test/trafficmanager_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/trafficmanager_examples.spec.js +0 -120
- package/dist-esm/test/trafficmanager_examples.spec.js.map +0 -1
- package/src/models/index.ts +0 -616
- package/src/models/mappers.ts +0 -797
- package/src/models/parameters.ts +0 -196
- package/src/operations/endpoints.ts +0 -247
- package/src/operations/geographicHierarchies.ts +0 -63
- package/src/operations/heatMap.ts +0 -74
- package/src/operations/index.ts +0 -13
- package/src/operations/profiles.ts +0 -447
- package/src/operations/trafficManagerUserMetricsKeys.ts +0 -122
- package/src/operationsInterfaces/endpoints.ts +0 -88
- package/src/operationsInterfaces/geographicHierarchies.ts +0 -23
- package/src/operationsInterfaces/heatMap.ts +0 -24
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/profiles.ts +0 -116
- package/src/operationsInterfaces/trafficManagerUserMetricsKeys.ts +0 -41
- package/src/pagingHelper.ts +0 -39
- package/src/trafficManagerManagementClient.ts +0 -162
- package/tsconfig.json +0 -33
- /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/endpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/geographicHierarchies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/heatMap.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/profiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/trafficManagerUserMetricsKeys.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 → dist/commonjs}/tsdoc-metadata.json +0 -0
|
@@ -0,0 +1,531 @@
|
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
|
2
|
+
/** Subnet first address, scope, and/or last address. */
|
|
3
|
+
export interface EndpointPropertiesSubnetsItem {
|
|
4
|
+
/** First address in the subnet. */
|
|
5
|
+
first?: string;
|
|
6
|
+
/** Last address in the subnet. */
|
|
7
|
+
last?: string;
|
|
8
|
+
/** Block size (number of leading bits in the subnet mask). */
|
|
9
|
+
scope?: number;
|
|
10
|
+
}
|
|
11
|
+
/** Custom header name and value. */
|
|
12
|
+
export interface EndpointPropertiesCustomHeadersItem {
|
|
13
|
+
/** Header name. */
|
|
14
|
+
name?: string;
|
|
15
|
+
/** Header value. */
|
|
16
|
+
value?: string;
|
|
17
|
+
}
|
|
18
|
+
/** The core properties of ARM resources */
|
|
19
|
+
export interface Resource {
|
|
20
|
+
/** Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} */
|
|
21
|
+
id?: string;
|
|
22
|
+
/** The name of the resource */
|
|
23
|
+
name?: string;
|
|
24
|
+
/** The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles. */
|
|
25
|
+
type?: string;
|
|
26
|
+
}
|
|
27
|
+
/** An error returned by the Azure Resource Manager */
|
|
28
|
+
export interface CloudError {
|
|
29
|
+
/** The content of the error. */
|
|
30
|
+
error?: CloudErrorBody;
|
|
31
|
+
}
|
|
32
|
+
/** The content of an error returned by the Azure Resource Manager */
|
|
33
|
+
export interface CloudErrorBody {
|
|
34
|
+
/** Error code */
|
|
35
|
+
code?: string;
|
|
36
|
+
/** Error message */
|
|
37
|
+
message?: string;
|
|
38
|
+
/** Error target */
|
|
39
|
+
target?: string;
|
|
40
|
+
/** Error details */
|
|
41
|
+
details?: CloudErrorBody[];
|
|
42
|
+
}
|
|
43
|
+
/** The result of the request or operation. */
|
|
44
|
+
export interface DeleteOperationResult {
|
|
45
|
+
/**
|
|
46
|
+
* The result of the operation or request.
|
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
48
|
+
*/
|
|
49
|
+
readonly operationResult?: boolean;
|
|
50
|
+
}
|
|
51
|
+
/** Parameters supplied to check Traffic Manager name operation. */
|
|
52
|
+
export interface CheckTrafficManagerRelativeDnsNameAvailabilityParameters {
|
|
53
|
+
/** The name of the resource. */
|
|
54
|
+
name?: string;
|
|
55
|
+
/** The type of the resource. */
|
|
56
|
+
type?: string;
|
|
57
|
+
}
|
|
58
|
+
/** Class representing a Traffic Manager Name Availability response. */
|
|
59
|
+
export interface TrafficManagerNameAvailability {
|
|
60
|
+
/** The relative name. */
|
|
61
|
+
name?: string;
|
|
62
|
+
/** Traffic Manager profile resource type. */
|
|
63
|
+
type?: string;
|
|
64
|
+
/** Describes whether the relative name is available or not. */
|
|
65
|
+
nameAvailable?: boolean;
|
|
66
|
+
/** The reason why the name is not available, when applicable. */
|
|
67
|
+
reason?: string;
|
|
68
|
+
/** Descriptive message that explains why the name is not available, when applicable. */
|
|
69
|
+
message?: string;
|
|
70
|
+
}
|
|
71
|
+
/** The list Traffic Manager profiles operation response. */
|
|
72
|
+
export interface ProfileListResult {
|
|
73
|
+
/** Gets the list of Traffic manager profiles. */
|
|
74
|
+
value?: Profile[];
|
|
75
|
+
}
|
|
76
|
+
/** Class containing DNS settings in a Traffic Manager profile. */
|
|
77
|
+
export interface DnsConfig {
|
|
78
|
+
/** The relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile. */
|
|
79
|
+
relativeName?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The fully-qualified domain name (FQDN) of the Traffic Manager profile. This is formed from the concatenation of the RelativeName with the DNS domain used by Azure Traffic Manager.
|
|
82
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
83
|
+
*/
|
|
84
|
+
readonly fqdn?: string;
|
|
85
|
+
/** The DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile. */
|
|
86
|
+
ttl?: number;
|
|
87
|
+
}
|
|
88
|
+
/** Class containing endpoint monitoring settings in a Traffic Manager profile. */
|
|
89
|
+
export interface MonitorConfig {
|
|
90
|
+
/** The profile-level monitoring status of the Traffic Manager profile. */
|
|
91
|
+
profileMonitorStatus?: ProfileMonitorStatus;
|
|
92
|
+
/** The protocol (HTTP, HTTPS or TCP) used to probe for endpoint health. */
|
|
93
|
+
protocol?: MonitorProtocol;
|
|
94
|
+
/** The TCP port used to probe for endpoint health. */
|
|
95
|
+
port?: number;
|
|
96
|
+
/** The path relative to the endpoint domain name used to probe for endpoint health. */
|
|
97
|
+
path?: string;
|
|
98
|
+
/** The monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile. */
|
|
99
|
+
intervalInSeconds?: number;
|
|
100
|
+
/** The monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check. */
|
|
101
|
+
timeoutInSeconds?: number;
|
|
102
|
+
/** The number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check. */
|
|
103
|
+
toleratedNumberOfFailures?: number;
|
|
104
|
+
/** List of custom headers. */
|
|
105
|
+
customHeaders?: MonitorConfigCustomHeadersItem[];
|
|
106
|
+
/** List of expected status code ranges. */
|
|
107
|
+
expectedStatusCodeRanges?: MonitorConfigExpectedStatusCodeRangesItem[];
|
|
108
|
+
}
|
|
109
|
+
/** Custom header name and value. */
|
|
110
|
+
export interface MonitorConfigCustomHeadersItem {
|
|
111
|
+
/** Header name. */
|
|
112
|
+
name?: string;
|
|
113
|
+
/** Header value. */
|
|
114
|
+
value?: string;
|
|
115
|
+
}
|
|
116
|
+
/** Min and max value of a status code range. */
|
|
117
|
+
export interface MonitorConfigExpectedStatusCodeRangesItem {
|
|
118
|
+
/** Min status code. */
|
|
119
|
+
min?: number;
|
|
120
|
+
/** Max status code. */
|
|
121
|
+
max?: number;
|
|
122
|
+
}
|
|
123
|
+
/** Class representing a region in the Geographic hierarchy used with the Geographic traffic routing method. */
|
|
124
|
+
export interface Region {
|
|
125
|
+
/** The code of the region */
|
|
126
|
+
code?: string;
|
|
127
|
+
/** The name of the region */
|
|
128
|
+
name?: string;
|
|
129
|
+
/** The list of Regions grouped under this Region in the Geographic Hierarchy. */
|
|
130
|
+
regions?: Region[];
|
|
131
|
+
}
|
|
132
|
+
/** Class which is a sparse representation of a Traffic Manager endpoint. */
|
|
133
|
+
export interface HeatMapEndpoint {
|
|
134
|
+
/** The ARM Resource ID of this Traffic Manager endpoint. */
|
|
135
|
+
resourceId?: string;
|
|
136
|
+
/** A number uniquely identifying this endpoint in query experiences. */
|
|
137
|
+
endpointId?: number;
|
|
138
|
+
}
|
|
139
|
+
/** Class representing a Traffic Manager HeatMap traffic flow properties. */
|
|
140
|
+
export interface TrafficFlow {
|
|
141
|
+
/** The IP address that this query experience originated from. */
|
|
142
|
+
sourceIp?: string;
|
|
143
|
+
/** The approximate latitude that these queries originated from. */
|
|
144
|
+
latitude?: number;
|
|
145
|
+
/** The approximate longitude that these queries originated from. */
|
|
146
|
+
longitude?: number;
|
|
147
|
+
/** The query experiences produced in this HeatMap calculation. */
|
|
148
|
+
queryExperiences?: QueryExperience[];
|
|
149
|
+
}
|
|
150
|
+
/** Class representing a Traffic Manager HeatMap query experience properties. */
|
|
151
|
+
export interface QueryExperience {
|
|
152
|
+
/** The id of the endpoint from the 'endpoints' array which these queries were routed to. */
|
|
153
|
+
endpointId: number;
|
|
154
|
+
/** The number of queries originating from this location. */
|
|
155
|
+
queryCount: number;
|
|
156
|
+
/** The latency experienced by queries originating from this location. */
|
|
157
|
+
latency?: number;
|
|
158
|
+
}
|
|
159
|
+
/** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
|
|
160
|
+
export interface ProxyResource extends Resource {
|
|
161
|
+
}
|
|
162
|
+
/** The resource model definition for a ARM tracked top level resource */
|
|
163
|
+
export interface TrackedResource extends Resource {
|
|
164
|
+
/** Resource tags. */
|
|
165
|
+
tags?: {
|
|
166
|
+
[propertyName: string]: string;
|
|
167
|
+
};
|
|
168
|
+
/** The Azure Region where the resource lives */
|
|
169
|
+
location?: string;
|
|
170
|
+
}
|
|
171
|
+
/** Class representing a Traffic Manager endpoint. */
|
|
172
|
+
export interface Endpoint extends ProxyResource {
|
|
173
|
+
/** The Azure Resource URI of the of the endpoint. Not applicable to endpoints of type 'ExternalEndpoints'. */
|
|
174
|
+
targetResourceId?: string;
|
|
175
|
+
/** The fully-qualified DNS name or IP address of the endpoint. Traffic Manager returns this value in DNS responses to direct traffic to this endpoint. */
|
|
176
|
+
target?: string;
|
|
177
|
+
/** The status of the endpoint. If the endpoint is Enabled, it is probed for endpoint health and is included in the traffic routing method. */
|
|
178
|
+
endpointStatus?: EndpointStatus;
|
|
179
|
+
/** The weight of this endpoint when using the 'Weighted' traffic routing method. Possible values are from 1 to 1000. */
|
|
180
|
+
weight?: number;
|
|
181
|
+
/** The priority of this endpoint when using the 'Priority' traffic routing method. Possible values are from 1 to 1000, lower values represent higher priority. This is an optional parameter. If specified, it must be specified on all endpoints, and no two endpoints can share the same priority value. */
|
|
182
|
+
priority?: number;
|
|
183
|
+
/** Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method. */
|
|
184
|
+
endpointLocation?: string;
|
|
185
|
+
/** The monitoring status of the endpoint. */
|
|
186
|
+
endpointMonitorStatus?: EndpointMonitorStatus;
|
|
187
|
+
/** The minimum number of endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. */
|
|
188
|
+
minChildEndpoints?: number;
|
|
189
|
+
/** The minimum number of IPv4 (DNS record type A) endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. */
|
|
190
|
+
minChildEndpointsIPv4?: number;
|
|
191
|
+
/** The minimum number of IPv6 (DNS record type AAAA) endpoints that must be available in the child profile in order for the parent profile to be considered available. Only applicable to endpoint of type 'NestedEndpoints'. */
|
|
192
|
+
minChildEndpointsIPv6?: number;
|
|
193
|
+
/** The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values. */
|
|
194
|
+
geoMapping?: string[];
|
|
195
|
+
/** The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints. */
|
|
196
|
+
subnets?: EndpointPropertiesSubnetsItem[];
|
|
197
|
+
/** List of custom headers. */
|
|
198
|
+
customHeaders?: EndpointPropertiesCustomHeadersItem[];
|
|
199
|
+
/** If Always Serve is enabled, probing for endpoint health will be disabled and endpoints will be included in the traffic routing method. */
|
|
200
|
+
alwaysServe?: AlwaysServe;
|
|
201
|
+
}
|
|
202
|
+
/** Class representing the Geographic hierarchy used with the Geographic traffic routing method. */
|
|
203
|
+
export interface TrafficManagerGeographicHierarchy extends ProxyResource {
|
|
204
|
+
/** The region at the root of the hierarchy from all the regions in the hierarchy can be retrieved. */
|
|
205
|
+
geographicHierarchy?: Region;
|
|
206
|
+
}
|
|
207
|
+
/** Class representing a Traffic Manager HeatMap. */
|
|
208
|
+
export interface HeatMapModel extends ProxyResource {
|
|
209
|
+
/** The beginning of the time window for this HeatMap, inclusive. */
|
|
210
|
+
startTime?: Date;
|
|
211
|
+
/** The ending of the time window for this HeatMap, exclusive. */
|
|
212
|
+
endTime?: Date;
|
|
213
|
+
/** The endpoints used in this HeatMap calculation. */
|
|
214
|
+
endpoints?: HeatMapEndpoint[];
|
|
215
|
+
/** The traffic flows produced in this HeatMap calculation. */
|
|
216
|
+
trafficFlows?: TrafficFlow[];
|
|
217
|
+
}
|
|
218
|
+
/** Class representing Traffic Manager User Metrics. */
|
|
219
|
+
export interface UserMetricsModel extends ProxyResource {
|
|
220
|
+
/** The key returned by the User Metrics operation. */
|
|
221
|
+
key?: string;
|
|
222
|
+
}
|
|
223
|
+
/** Class representing a Traffic Manager profile. */
|
|
224
|
+
export interface Profile extends TrackedResource {
|
|
225
|
+
/** The status of the Traffic Manager profile. */
|
|
226
|
+
profileStatus?: ProfileStatus;
|
|
227
|
+
/** The traffic routing method of the Traffic Manager profile. */
|
|
228
|
+
trafficRoutingMethod?: TrafficRoutingMethod;
|
|
229
|
+
/** The DNS settings of the Traffic Manager profile. */
|
|
230
|
+
dnsConfig?: DnsConfig;
|
|
231
|
+
/** The endpoint monitoring settings of the Traffic Manager profile. */
|
|
232
|
+
monitorConfig?: MonitorConfig;
|
|
233
|
+
/** The list of endpoints in the Traffic Manager profile. */
|
|
234
|
+
endpoints?: Endpoint[];
|
|
235
|
+
/** Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile. */
|
|
236
|
+
trafficViewEnrollmentStatus?: TrafficViewEnrollmentStatus;
|
|
237
|
+
/** The list of allowed endpoint record types. */
|
|
238
|
+
allowedEndpointRecordTypes?: AllowedEndpointRecordType[];
|
|
239
|
+
/** Maximum number of endpoints to be returned for MultiValue routing type. */
|
|
240
|
+
maxReturn?: number;
|
|
241
|
+
}
|
|
242
|
+
/** Known values of {@link EndpointStatus} that the service accepts. */
|
|
243
|
+
export declare enum KnownEndpointStatus {
|
|
244
|
+
/** Enabled */
|
|
245
|
+
Enabled = "Enabled",
|
|
246
|
+
/** Disabled */
|
|
247
|
+
Disabled = "Disabled"
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Defines values for EndpointStatus. \
|
|
251
|
+
* {@link KnownEndpointStatus} can be used interchangeably with EndpointStatus,
|
|
252
|
+
* this enum contains the known values that the service supports.
|
|
253
|
+
* ### Known values supported by the service
|
|
254
|
+
* **Enabled** \
|
|
255
|
+
* **Disabled**
|
|
256
|
+
*/
|
|
257
|
+
export type EndpointStatus = string;
|
|
258
|
+
/** Known values of {@link EndpointMonitorStatus} that the service accepts. */
|
|
259
|
+
export declare enum KnownEndpointMonitorStatus {
|
|
260
|
+
/** CheckingEndpoint */
|
|
261
|
+
CheckingEndpoint = "CheckingEndpoint",
|
|
262
|
+
/** Online */
|
|
263
|
+
Online = "Online",
|
|
264
|
+
/** Degraded */
|
|
265
|
+
Degraded = "Degraded",
|
|
266
|
+
/** Disabled */
|
|
267
|
+
Disabled = "Disabled",
|
|
268
|
+
/** Inactive */
|
|
269
|
+
Inactive = "Inactive",
|
|
270
|
+
/** Stopped */
|
|
271
|
+
Stopped = "Stopped",
|
|
272
|
+
/** Unmonitored */
|
|
273
|
+
Unmonitored = "Unmonitored"
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Defines values for EndpointMonitorStatus. \
|
|
277
|
+
* {@link KnownEndpointMonitorStatus} can be used interchangeably with EndpointMonitorStatus,
|
|
278
|
+
* this enum contains the known values that the service supports.
|
|
279
|
+
* ### Known values supported by the service
|
|
280
|
+
* **CheckingEndpoint** \
|
|
281
|
+
* **Online** \
|
|
282
|
+
* **Degraded** \
|
|
283
|
+
* **Disabled** \
|
|
284
|
+
* **Inactive** \
|
|
285
|
+
* **Stopped** \
|
|
286
|
+
* **Unmonitored**
|
|
287
|
+
*/
|
|
288
|
+
export type EndpointMonitorStatus = string;
|
|
289
|
+
/** Known values of {@link AlwaysServe} that the service accepts. */
|
|
290
|
+
export declare enum KnownAlwaysServe {
|
|
291
|
+
/** Enabled */
|
|
292
|
+
Enabled = "Enabled",
|
|
293
|
+
/** Disabled */
|
|
294
|
+
Disabled = "Disabled"
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* Defines values for AlwaysServe. \
|
|
298
|
+
* {@link KnownAlwaysServe} can be used interchangeably with AlwaysServe,
|
|
299
|
+
* this enum contains the known values that the service supports.
|
|
300
|
+
* ### Known values supported by the service
|
|
301
|
+
* **Enabled** \
|
|
302
|
+
* **Disabled**
|
|
303
|
+
*/
|
|
304
|
+
export type AlwaysServe = string;
|
|
305
|
+
/** Known values of {@link ProfileStatus} that the service accepts. */
|
|
306
|
+
export declare enum KnownProfileStatus {
|
|
307
|
+
/** Enabled */
|
|
308
|
+
Enabled = "Enabled",
|
|
309
|
+
/** Disabled */
|
|
310
|
+
Disabled = "Disabled"
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* Defines values for ProfileStatus. \
|
|
314
|
+
* {@link KnownProfileStatus} can be used interchangeably with ProfileStatus,
|
|
315
|
+
* this enum contains the known values that the service supports.
|
|
316
|
+
* ### Known values supported by the service
|
|
317
|
+
* **Enabled** \
|
|
318
|
+
* **Disabled**
|
|
319
|
+
*/
|
|
320
|
+
export type ProfileStatus = string;
|
|
321
|
+
/** Known values of {@link TrafficRoutingMethod} that the service accepts. */
|
|
322
|
+
export declare enum KnownTrafficRoutingMethod {
|
|
323
|
+
/** Performance */
|
|
324
|
+
Performance = "Performance",
|
|
325
|
+
/** Priority */
|
|
326
|
+
Priority = "Priority",
|
|
327
|
+
/** Weighted */
|
|
328
|
+
Weighted = "Weighted",
|
|
329
|
+
/** Geographic */
|
|
330
|
+
Geographic = "Geographic",
|
|
331
|
+
/** MultiValue */
|
|
332
|
+
MultiValue = "MultiValue",
|
|
333
|
+
/** Subnet */
|
|
334
|
+
Subnet = "Subnet"
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* Defines values for TrafficRoutingMethod. \
|
|
338
|
+
* {@link KnownTrafficRoutingMethod} can be used interchangeably with TrafficRoutingMethod,
|
|
339
|
+
* this enum contains the known values that the service supports.
|
|
340
|
+
* ### Known values supported by the service
|
|
341
|
+
* **Performance** \
|
|
342
|
+
* **Priority** \
|
|
343
|
+
* **Weighted** \
|
|
344
|
+
* **Geographic** \
|
|
345
|
+
* **MultiValue** \
|
|
346
|
+
* **Subnet**
|
|
347
|
+
*/
|
|
348
|
+
export type TrafficRoutingMethod = string;
|
|
349
|
+
/** Known values of {@link ProfileMonitorStatus} that the service accepts. */
|
|
350
|
+
export declare enum KnownProfileMonitorStatus {
|
|
351
|
+
/** CheckingEndpoints */
|
|
352
|
+
CheckingEndpoints = "CheckingEndpoints",
|
|
353
|
+
/** Online */
|
|
354
|
+
Online = "Online",
|
|
355
|
+
/** Degraded */
|
|
356
|
+
Degraded = "Degraded",
|
|
357
|
+
/** Disabled */
|
|
358
|
+
Disabled = "Disabled",
|
|
359
|
+
/** Inactive */
|
|
360
|
+
Inactive = "Inactive"
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* Defines values for ProfileMonitorStatus. \
|
|
364
|
+
* {@link KnownProfileMonitorStatus} can be used interchangeably with ProfileMonitorStatus,
|
|
365
|
+
* this enum contains the known values that the service supports.
|
|
366
|
+
* ### Known values supported by the service
|
|
367
|
+
* **CheckingEndpoints** \
|
|
368
|
+
* **Online** \
|
|
369
|
+
* **Degraded** \
|
|
370
|
+
* **Disabled** \
|
|
371
|
+
* **Inactive**
|
|
372
|
+
*/
|
|
373
|
+
export type ProfileMonitorStatus = string;
|
|
374
|
+
/** Known values of {@link MonitorProtocol} that the service accepts. */
|
|
375
|
+
export declare enum KnownMonitorProtocol {
|
|
376
|
+
/** Http */
|
|
377
|
+
Http = "HTTP",
|
|
378
|
+
/** Https */
|
|
379
|
+
Https = "HTTPS",
|
|
380
|
+
/** TCP */
|
|
381
|
+
TCP = "TCP"
|
|
382
|
+
}
|
|
383
|
+
/**
|
|
384
|
+
* Defines values for MonitorProtocol. \
|
|
385
|
+
* {@link KnownMonitorProtocol} can be used interchangeably with MonitorProtocol,
|
|
386
|
+
* this enum contains the known values that the service supports.
|
|
387
|
+
* ### Known values supported by the service
|
|
388
|
+
* **HTTP** \
|
|
389
|
+
* **HTTPS** \
|
|
390
|
+
* **TCP**
|
|
391
|
+
*/
|
|
392
|
+
export type MonitorProtocol = string;
|
|
393
|
+
/** Known values of {@link TrafficViewEnrollmentStatus} that the service accepts. */
|
|
394
|
+
export declare enum KnownTrafficViewEnrollmentStatus {
|
|
395
|
+
/** Enabled */
|
|
396
|
+
Enabled = "Enabled",
|
|
397
|
+
/** Disabled */
|
|
398
|
+
Disabled = "Disabled"
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* Defines values for TrafficViewEnrollmentStatus. \
|
|
402
|
+
* {@link KnownTrafficViewEnrollmentStatus} can be used interchangeably with TrafficViewEnrollmentStatus,
|
|
403
|
+
* this enum contains the known values that the service supports.
|
|
404
|
+
* ### Known values supported by the service
|
|
405
|
+
* **Enabled** \
|
|
406
|
+
* **Disabled**
|
|
407
|
+
*/
|
|
408
|
+
export type TrafficViewEnrollmentStatus = string;
|
|
409
|
+
/** Known values of {@link AllowedEndpointRecordType} that the service accepts. */
|
|
410
|
+
export declare enum KnownAllowedEndpointRecordType {
|
|
411
|
+
/** DomainName */
|
|
412
|
+
DomainName = "DomainName",
|
|
413
|
+
/** IPv4Address */
|
|
414
|
+
IPv4Address = "IPv4Address",
|
|
415
|
+
/** IPv6Address */
|
|
416
|
+
IPv6Address = "IPv6Address",
|
|
417
|
+
/** Any */
|
|
418
|
+
Any = "Any"
|
|
419
|
+
}
|
|
420
|
+
/**
|
|
421
|
+
* Defines values for AllowedEndpointRecordType. \
|
|
422
|
+
* {@link KnownAllowedEndpointRecordType} can be used interchangeably with AllowedEndpointRecordType,
|
|
423
|
+
* this enum contains the known values that the service supports.
|
|
424
|
+
* ### Known values supported by the service
|
|
425
|
+
* **DomainName** \
|
|
426
|
+
* **IPv4Address** \
|
|
427
|
+
* **IPv6Address** \
|
|
428
|
+
* **Any**
|
|
429
|
+
*/
|
|
430
|
+
export type AllowedEndpointRecordType = string;
|
|
431
|
+
/** Defines values for EndpointType. */
|
|
432
|
+
export type EndpointType = "AzureEndpoints" | "ExternalEndpoints" | "NestedEndpoints";
|
|
433
|
+
/** Optional parameters. */
|
|
434
|
+
export interface EndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
435
|
+
}
|
|
436
|
+
/** Contains response data for the update operation. */
|
|
437
|
+
export type EndpointsUpdateResponse = Endpoint;
|
|
438
|
+
/** Optional parameters. */
|
|
439
|
+
export interface EndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
440
|
+
}
|
|
441
|
+
/** Contains response data for the get operation. */
|
|
442
|
+
export type EndpointsGetResponse = Endpoint;
|
|
443
|
+
/** Optional parameters. */
|
|
444
|
+
export interface EndpointsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
445
|
+
}
|
|
446
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
447
|
+
export type EndpointsCreateOrUpdateResponse = Endpoint;
|
|
448
|
+
/** Optional parameters. */
|
|
449
|
+
export interface EndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
450
|
+
}
|
|
451
|
+
/** Contains response data for the delete operation. */
|
|
452
|
+
export type EndpointsDeleteResponse = DeleteOperationResult;
|
|
453
|
+
/** Optional parameters. */
|
|
454
|
+
export interface ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
455
|
+
}
|
|
456
|
+
/** Contains response data for the checkTrafficManagerRelativeDnsNameAvailability operation. */
|
|
457
|
+
export type ProfilesCheckTrafficManagerRelativeDnsNameAvailabilityResponse = TrafficManagerNameAvailability;
|
|
458
|
+
/** Optional parameters. */
|
|
459
|
+
export interface ProfilesCheckTrafficManagerNameAvailabilityV2OptionalParams extends coreClient.OperationOptions {
|
|
460
|
+
}
|
|
461
|
+
/** Contains response data for the checkTrafficManagerNameAvailabilityV2 operation. */
|
|
462
|
+
export type ProfilesCheckTrafficManagerNameAvailabilityV2Response = TrafficManagerNameAvailability;
|
|
463
|
+
/** Optional parameters. */
|
|
464
|
+
export interface ProfilesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
465
|
+
}
|
|
466
|
+
/** Contains response data for the listByResourceGroup operation. */
|
|
467
|
+
export type ProfilesListByResourceGroupResponse = ProfileListResult;
|
|
468
|
+
/** Optional parameters. */
|
|
469
|
+
export interface ProfilesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
470
|
+
}
|
|
471
|
+
/** Contains response data for the listBySubscription operation. */
|
|
472
|
+
export type ProfilesListBySubscriptionResponse = ProfileListResult;
|
|
473
|
+
/** Optional parameters. */
|
|
474
|
+
export interface ProfilesGetOptionalParams extends coreClient.OperationOptions {
|
|
475
|
+
}
|
|
476
|
+
/** Contains response data for the get operation. */
|
|
477
|
+
export type ProfilesGetResponse = Profile;
|
|
478
|
+
/** Optional parameters. */
|
|
479
|
+
export interface ProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
480
|
+
}
|
|
481
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
482
|
+
export type ProfilesCreateOrUpdateResponse = Profile;
|
|
483
|
+
/** Optional parameters. */
|
|
484
|
+
export interface ProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
485
|
+
}
|
|
486
|
+
/** Contains response data for the delete operation. */
|
|
487
|
+
export type ProfilesDeleteResponse = DeleteOperationResult;
|
|
488
|
+
/** Optional parameters. */
|
|
489
|
+
export interface ProfilesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
490
|
+
}
|
|
491
|
+
/** Contains response data for the update operation. */
|
|
492
|
+
export type ProfilesUpdateResponse = Profile;
|
|
493
|
+
/** Optional parameters. */
|
|
494
|
+
export interface GeographicHierarchiesGetDefaultOptionalParams extends coreClient.OperationOptions {
|
|
495
|
+
}
|
|
496
|
+
/** Contains response data for the getDefault operation. */
|
|
497
|
+
export type GeographicHierarchiesGetDefaultResponse = TrafficManagerGeographicHierarchy;
|
|
498
|
+
/** Optional parameters. */
|
|
499
|
+
export interface HeatMapGetOptionalParams extends coreClient.OperationOptions {
|
|
500
|
+
/** The top left latitude,longitude pair of the rectangular viewport to query for. */
|
|
501
|
+
topLeft?: number[];
|
|
502
|
+
/** The bottom right latitude,longitude pair of the rectangular viewport to query for. */
|
|
503
|
+
botRight?: number[];
|
|
504
|
+
}
|
|
505
|
+
/** Contains response data for the get operation. */
|
|
506
|
+
export type HeatMapGetResponse = HeatMapModel;
|
|
507
|
+
/** Optional parameters. */
|
|
508
|
+
export interface TrafficManagerUserMetricsKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
509
|
+
}
|
|
510
|
+
/** Contains response data for the get operation. */
|
|
511
|
+
export type TrafficManagerUserMetricsKeysGetResponse = UserMetricsModel;
|
|
512
|
+
/** Optional parameters. */
|
|
513
|
+
export interface TrafficManagerUserMetricsKeysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
514
|
+
}
|
|
515
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
516
|
+
export type TrafficManagerUserMetricsKeysCreateOrUpdateResponse = UserMetricsModel;
|
|
517
|
+
/** Optional parameters. */
|
|
518
|
+
export interface TrafficManagerUserMetricsKeysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
519
|
+
}
|
|
520
|
+
/** Contains response data for the delete operation. */
|
|
521
|
+
export type TrafficManagerUserMetricsKeysDeleteResponse = DeleteOperationResult;
|
|
522
|
+
/** Optional parameters. */
|
|
523
|
+
export interface TrafficManagerManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
524
|
+
/** server parameter */
|
|
525
|
+
$host?: string;
|
|
526
|
+
/** Api Version */
|
|
527
|
+
apiVersion?: string;
|
|
528
|
+
/** Overrides client endpoint. */
|
|
529
|
+
endpoint?: string;
|
|
530
|
+
}
|
|
531
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/** Known values of {@link EndpointStatus} that the service accepts. */
|
|
9
|
+
export var KnownEndpointStatus;
|
|
10
|
+
(function (KnownEndpointStatus) {
|
|
11
|
+
/** Enabled */
|
|
12
|
+
KnownEndpointStatus["Enabled"] = "Enabled";
|
|
13
|
+
/** Disabled */
|
|
14
|
+
KnownEndpointStatus["Disabled"] = "Disabled";
|
|
15
|
+
})(KnownEndpointStatus || (KnownEndpointStatus = {}));
|
|
16
|
+
/** Known values of {@link EndpointMonitorStatus} that the service accepts. */
|
|
17
|
+
export var KnownEndpointMonitorStatus;
|
|
18
|
+
(function (KnownEndpointMonitorStatus) {
|
|
19
|
+
/** CheckingEndpoint */
|
|
20
|
+
KnownEndpointMonitorStatus["CheckingEndpoint"] = "CheckingEndpoint";
|
|
21
|
+
/** Online */
|
|
22
|
+
KnownEndpointMonitorStatus["Online"] = "Online";
|
|
23
|
+
/** Degraded */
|
|
24
|
+
KnownEndpointMonitorStatus["Degraded"] = "Degraded";
|
|
25
|
+
/** Disabled */
|
|
26
|
+
KnownEndpointMonitorStatus["Disabled"] = "Disabled";
|
|
27
|
+
/** Inactive */
|
|
28
|
+
KnownEndpointMonitorStatus["Inactive"] = "Inactive";
|
|
29
|
+
/** Stopped */
|
|
30
|
+
KnownEndpointMonitorStatus["Stopped"] = "Stopped";
|
|
31
|
+
/** Unmonitored */
|
|
32
|
+
KnownEndpointMonitorStatus["Unmonitored"] = "Unmonitored";
|
|
33
|
+
})(KnownEndpointMonitorStatus || (KnownEndpointMonitorStatus = {}));
|
|
34
|
+
/** Known values of {@link AlwaysServe} that the service accepts. */
|
|
35
|
+
export var KnownAlwaysServe;
|
|
36
|
+
(function (KnownAlwaysServe) {
|
|
37
|
+
/** Enabled */
|
|
38
|
+
KnownAlwaysServe["Enabled"] = "Enabled";
|
|
39
|
+
/** Disabled */
|
|
40
|
+
KnownAlwaysServe["Disabled"] = "Disabled";
|
|
41
|
+
})(KnownAlwaysServe || (KnownAlwaysServe = {}));
|
|
42
|
+
/** Known values of {@link ProfileStatus} that the service accepts. */
|
|
43
|
+
export var KnownProfileStatus;
|
|
44
|
+
(function (KnownProfileStatus) {
|
|
45
|
+
/** Enabled */
|
|
46
|
+
KnownProfileStatus["Enabled"] = "Enabled";
|
|
47
|
+
/** Disabled */
|
|
48
|
+
KnownProfileStatus["Disabled"] = "Disabled";
|
|
49
|
+
})(KnownProfileStatus || (KnownProfileStatus = {}));
|
|
50
|
+
/** Known values of {@link TrafficRoutingMethod} that the service accepts. */
|
|
51
|
+
export var KnownTrafficRoutingMethod;
|
|
52
|
+
(function (KnownTrafficRoutingMethod) {
|
|
53
|
+
/** Performance */
|
|
54
|
+
KnownTrafficRoutingMethod["Performance"] = "Performance";
|
|
55
|
+
/** Priority */
|
|
56
|
+
KnownTrafficRoutingMethod["Priority"] = "Priority";
|
|
57
|
+
/** Weighted */
|
|
58
|
+
KnownTrafficRoutingMethod["Weighted"] = "Weighted";
|
|
59
|
+
/** Geographic */
|
|
60
|
+
KnownTrafficRoutingMethod["Geographic"] = "Geographic";
|
|
61
|
+
/** MultiValue */
|
|
62
|
+
KnownTrafficRoutingMethod["MultiValue"] = "MultiValue";
|
|
63
|
+
/** Subnet */
|
|
64
|
+
KnownTrafficRoutingMethod["Subnet"] = "Subnet";
|
|
65
|
+
})(KnownTrafficRoutingMethod || (KnownTrafficRoutingMethod = {}));
|
|
66
|
+
/** Known values of {@link ProfileMonitorStatus} that the service accepts. */
|
|
67
|
+
export var KnownProfileMonitorStatus;
|
|
68
|
+
(function (KnownProfileMonitorStatus) {
|
|
69
|
+
/** CheckingEndpoints */
|
|
70
|
+
KnownProfileMonitorStatus["CheckingEndpoints"] = "CheckingEndpoints";
|
|
71
|
+
/** Online */
|
|
72
|
+
KnownProfileMonitorStatus["Online"] = "Online";
|
|
73
|
+
/** Degraded */
|
|
74
|
+
KnownProfileMonitorStatus["Degraded"] = "Degraded";
|
|
75
|
+
/** Disabled */
|
|
76
|
+
KnownProfileMonitorStatus["Disabled"] = "Disabled";
|
|
77
|
+
/** Inactive */
|
|
78
|
+
KnownProfileMonitorStatus["Inactive"] = "Inactive";
|
|
79
|
+
})(KnownProfileMonitorStatus || (KnownProfileMonitorStatus = {}));
|
|
80
|
+
/** Known values of {@link MonitorProtocol} that the service accepts. */
|
|
81
|
+
export var KnownMonitorProtocol;
|
|
82
|
+
(function (KnownMonitorProtocol) {
|
|
83
|
+
/** Http */
|
|
84
|
+
KnownMonitorProtocol["Http"] = "HTTP";
|
|
85
|
+
/** Https */
|
|
86
|
+
KnownMonitorProtocol["Https"] = "HTTPS";
|
|
87
|
+
/** TCP */
|
|
88
|
+
KnownMonitorProtocol["TCP"] = "TCP";
|
|
89
|
+
})(KnownMonitorProtocol || (KnownMonitorProtocol = {}));
|
|
90
|
+
/** Known values of {@link TrafficViewEnrollmentStatus} that the service accepts. */
|
|
91
|
+
export var KnownTrafficViewEnrollmentStatus;
|
|
92
|
+
(function (KnownTrafficViewEnrollmentStatus) {
|
|
93
|
+
/** Enabled */
|
|
94
|
+
KnownTrafficViewEnrollmentStatus["Enabled"] = "Enabled";
|
|
95
|
+
/** Disabled */
|
|
96
|
+
KnownTrafficViewEnrollmentStatus["Disabled"] = "Disabled";
|
|
97
|
+
})(KnownTrafficViewEnrollmentStatus || (KnownTrafficViewEnrollmentStatus = {}));
|
|
98
|
+
/** Known values of {@link AllowedEndpointRecordType} that the service accepts. */
|
|
99
|
+
export var KnownAllowedEndpointRecordType;
|
|
100
|
+
(function (KnownAllowedEndpointRecordType) {
|
|
101
|
+
/** DomainName */
|
|
102
|
+
KnownAllowedEndpointRecordType["DomainName"] = "DomainName";
|
|
103
|
+
/** IPv4Address */
|
|
104
|
+
KnownAllowedEndpointRecordType["IPv4Address"] = "IPv4Address";
|
|
105
|
+
/** IPv6Address */
|
|
106
|
+
KnownAllowedEndpointRecordType["IPv6Address"] = "IPv6Address";
|
|
107
|
+
/** Any */
|
|
108
|
+
KnownAllowedEndpointRecordType["Any"] = "Any";
|
|
109
|
+
})(KnownAllowedEndpointRecordType || (KnownAllowedEndpointRecordType = {}));
|
|
110
|
+
//# sourceMappingURL=index.js.map
|