@pulumi/azure-native 2.55.0 → 2.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (355) hide show
  1. package/cdn/afdcustomDomain.d.ts +1 -1
  2. package/cdn/afdcustomDomain.js +3 -3
  3. package/cdn/afdendpoint.d.ts +1 -1
  4. package/cdn/afdendpoint.js +3 -3
  5. package/cdn/afdorigin.d.ts +1 -1
  6. package/cdn/afdorigin.js +3 -3
  7. package/cdn/afdoriginGroup.d.ts +1 -1
  8. package/cdn/afdoriginGroup.js +3 -3
  9. package/cdn/afdtargetGroup.d.ts +73 -0
  10. package/cdn/afdtargetGroup.js +81 -0
  11. package/cdn/customDomain.d.ts +1 -1
  12. package/cdn/customDomain.js +3 -3
  13. package/cdn/endpoint.d.ts +1 -1
  14. package/cdn/endpoint.js +3 -3
  15. package/cdn/getAFDCustomDomain.d.ts +2 -2
  16. package/cdn/getAFDCustomDomain.js +2 -2
  17. package/cdn/getAFDEndpoint.d.ts +2 -2
  18. package/cdn/getAFDEndpoint.js +2 -2
  19. package/cdn/getAFDOrigin.d.ts +2 -2
  20. package/cdn/getAFDOrigin.js +2 -2
  21. package/cdn/getAFDOriginGroup.d.ts +2 -2
  22. package/cdn/getAFDOriginGroup.js +2 -2
  23. package/cdn/getAFDTargetGroup.d.ts +70 -0
  24. package/cdn/getAFDTargetGroup.js +29 -0
  25. package/cdn/getCustomDomain.d.ts +2 -2
  26. package/cdn/getCustomDomain.js +2 -2
  27. package/cdn/getEndpoint.d.ts +2 -2
  28. package/cdn/getEndpoint.js +2 -2
  29. package/cdn/getKeyGroup.d.ts +2 -2
  30. package/cdn/getKeyGroup.js +2 -2
  31. package/cdn/getOrigin.d.ts +2 -2
  32. package/cdn/getOrigin.js +2 -2
  33. package/cdn/getOriginGroup.d.ts +2 -2
  34. package/cdn/getOriginGroup.js +2 -2
  35. package/cdn/getPolicy.d.ts +2 -2
  36. package/cdn/getPolicy.js +2 -2
  37. package/cdn/getProfile.d.ts +2 -2
  38. package/cdn/getProfile.js +2 -2
  39. package/cdn/getProfileSupportedOptimizationTypes.d.ts +2 -2
  40. package/cdn/getProfileSupportedOptimizationTypes.js +2 -2
  41. package/cdn/getRoute.d.ts +2 -2
  42. package/cdn/getRoute.js +2 -2
  43. package/cdn/getRule.d.ts +2 -2
  44. package/cdn/getRule.js +2 -2
  45. package/cdn/getRuleSet.d.ts +2 -2
  46. package/cdn/getRuleSet.js +2 -2
  47. package/cdn/getSecret.d.ts +2 -2
  48. package/cdn/getSecret.js +2 -2
  49. package/cdn/getSecurityPolicy.d.ts +2 -2
  50. package/cdn/getSecurityPolicy.js +2 -2
  51. package/cdn/getTunnelPolicy.d.ts +78 -0
  52. package/cdn/getTunnelPolicy.js +29 -0
  53. package/cdn/index.d.ts +14 -1
  54. package/cdn/index.js +19 -3
  55. package/cdn/keyGroup.d.ts +1 -1
  56. package/cdn/keyGroup.js +3 -3
  57. package/cdn/origin.d.ts +1 -1
  58. package/cdn/origin.js +3 -3
  59. package/cdn/originGroup.d.ts +1 -1
  60. package/cdn/originGroup.js +3 -3
  61. package/cdn/policy.d.ts +1 -1
  62. package/cdn/policy.js +3 -3
  63. package/cdn/profile.d.ts +1 -1
  64. package/cdn/profile.js +3 -3
  65. package/cdn/route.d.ts +1 -1
  66. package/cdn/route.js +3 -3
  67. package/cdn/rule.d.ts +1 -1
  68. package/cdn/rule.js +3 -3
  69. package/cdn/ruleSet.d.ts +1 -1
  70. package/cdn/ruleSet.js +3 -3
  71. package/cdn/secret.d.ts +1 -1
  72. package/cdn/secret.js +3 -3
  73. package/cdn/securityPolicy.d.ts +1 -1
  74. package/cdn/securityPolicy.js +3 -3
  75. package/cdn/tunnelPolicy.d.ts +90 -0
  76. package/cdn/tunnelPolicy.js +85 -0
  77. package/cdn/v20200901/afdendpoint.js +2 -2
  78. package/cdn/v20200901/afdoriginGroup.js +2 -2
  79. package/cdn/v20200901/profile.js +2 -2
  80. package/cdn/v20200901/route.js +2 -2
  81. package/cdn/v20230501/afdcustomDomain.js +2 -2
  82. package/cdn/v20230501/afdendpoint.js +2 -2
  83. package/cdn/v20230501/afdorigin.js +2 -2
  84. package/cdn/v20230501/afdoriginGroup.js +2 -2
  85. package/cdn/v20230501/customDomain.js +2 -2
  86. package/cdn/v20230501/endpoint.js +2 -2
  87. package/cdn/v20230501/origin.js +2 -2
  88. package/cdn/v20230501/originGroup.js +2 -2
  89. package/cdn/v20230501/policy.js +2 -2
  90. package/cdn/v20230501/profile.js +2 -2
  91. package/cdn/v20230501/route.js +2 -2
  92. package/cdn/v20230501/rule.js +2 -2
  93. package/cdn/v20230501/ruleSet.js +2 -2
  94. package/cdn/v20230501/secret.js +2 -2
  95. package/cdn/v20230501/securityPolicy.js +2 -2
  96. package/cdn/v20230701preview/afdcustomDomain.js +2 -2
  97. package/cdn/v20230701preview/afdendpoint.js +2 -2
  98. package/cdn/v20230701preview/afdorigin.js +2 -2
  99. package/cdn/v20230701preview/afdoriginGroup.js +2 -2
  100. package/cdn/v20230701preview/customDomain.js +2 -2
  101. package/cdn/v20230701preview/endpoint.js +2 -2
  102. package/cdn/v20230701preview/keyGroup.js +2 -2
  103. package/cdn/v20230701preview/origin.js +2 -2
  104. package/cdn/v20230701preview/originGroup.js +2 -2
  105. package/cdn/v20230701preview/policy.js +2 -2
  106. package/cdn/v20230701preview/profile.js +2 -2
  107. package/cdn/v20230701preview/route.js +2 -2
  108. package/cdn/v20230701preview/rule.js +2 -2
  109. package/cdn/v20230701preview/ruleSet.js +2 -2
  110. package/cdn/v20230701preview/secret.js +2 -2
  111. package/cdn/v20230701preview/securityPolicy.js +2 -2
  112. package/cdn/v20240201/afdcustomDomain.js +2 -2
  113. package/cdn/v20240201/afdendpoint.js +2 -2
  114. package/cdn/v20240201/afdorigin.js +2 -2
  115. package/cdn/v20240201/afdoriginGroup.js +2 -2
  116. package/cdn/v20240201/customDomain.js +2 -2
  117. package/cdn/v20240201/endpoint.js +2 -2
  118. package/cdn/v20240201/origin.js +2 -2
  119. package/cdn/v20240201/originGroup.js +2 -2
  120. package/cdn/v20240201/policy.js +2 -2
  121. package/cdn/v20240201/profile.js +2 -2
  122. package/cdn/v20240201/route.js +2 -2
  123. package/cdn/v20240201/rule.js +2 -2
  124. package/cdn/v20240201/ruleSet.js +2 -2
  125. package/cdn/v20240201/secret.js +2 -2
  126. package/cdn/v20240201/securityPolicy.js +2 -2
  127. package/cdn/v20240501preview/afdcustomDomain.js +2 -2
  128. package/cdn/v20240501preview/afdendpoint.js +2 -2
  129. package/cdn/v20240501preview/afdorigin.js +2 -2
  130. package/cdn/v20240501preview/afdoriginGroup.js +2 -2
  131. package/cdn/v20240501preview/customDomain.js +2 -2
  132. package/cdn/v20240501preview/endpoint.js +2 -2
  133. package/cdn/v20240501preview/keyGroup.js +2 -2
  134. package/cdn/v20240501preview/origin.js +2 -2
  135. package/cdn/v20240501preview/originGroup.js +2 -2
  136. package/cdn/v20240501preview/policy.js +2 -2
  137. package/cdn/v20240501preview/profile.js +2 -2
  138. package/cdn/v20240501preview/route.js +2 -2
  139. package/cdn/v20240501preview/rule.js +2 -2
  140. package/cdn/v20240501preview/ruleSet.js +2 -2
  141. package/cdn/v20240501preview/secret.js +2 -2
  142. package/cdn/v20240501preview/securityPolicy.js +2 -2
  143. package/cdn/v20240601preview/afdcustomDomain.d.ts +132 -0
  144. package/cdn/v20240601preview/afdcustomDomain.js +97 -0
  145. package/cdn/v20240601preview/afdendpoint.d.ts +108 -0
  146. package/cdn/v20240601preview/afdendpoint.js +86 -0
  147. package/cdn/v20240601preview/afdorigin.d.ts +153 -0
  148. package/cdn/v20240601preview/afdorigin.js +104 -0
  149. package/cdn/v20240601preview/afdoriginGroup.d.ts +101 -0
  150. package/cdn/v20240601preview/afdoriginGroup.js +84 -0
  151. package/cdn/v20240601preview/afdtargetGroup.d.ts +72 -0
  152. package/cdn/v20240601preview/afdtargetGroup.js +80 -0
  153. package/cdn/v20240601preview/customDomain.d.ts +94 -0
  154. package/cdn/v20240601preview/customDomain.js +92 -0
  155. package/cdn/v20240601preview/endpoint.d.ts +224 -0
  156. package/cdn/v20240601preview/endpoint.js +119 -0
  157. package/cdn/v20240601preview/getAFDCustomDomain.d.ts +106 -0
  158. package/cdn/v20240601preview/getAFDCustomDomain.js +27 -0
  159. package/cdn/v20240601preview/getAFDEndpoint.d.ts +90 -0
  160. package/cdn/v20240601preview/getAFDEndpoint.js +27 -0
  161. package/cdn/v20240601preview/getAFDOrigin.d.ts +116 -0
  162. package/cdn/v20240601preview/getAFDOrigin.js +28 -0
  163. package/cdn/v20240601preview/getAFDOriginGroup.d.ts +84 -0
  164. package/cdn/v20240601preview/getAFDOriginGroup.js +27 -0
  165. package/cdn/v20240601preview/getAFDTargetGroup.d.ts +68 -0
  166. package/cdn/v20240601preview/getAFDTargetGroup.js +27 -0
  167. package/cdn/v20240601preview/getCustomDomain.d.ts +95 -0
  168. package/cdn/v20240601preview/getCustomDomain.js +28 -0
  169. package/cdn/v20240601preview/getEndpoint.d.ts +149 -0
  170. package/cdn/v20240601preview/getEndpoint.js +27 -0
  171. package/cdn/v20240601preview/getKeyGroup.d.ts +68 -0
  172. package/cdn/v20240601preview/getKeyGroup.js +27 -0
  173. package/cdn/v20240601preview/getOrigin.d.ts +123 -0
  174. package/cdn/v20240601preview/getOrigin.js +28 -0
  175. package/cdn/v20240601preview/getOriginGroup.d.ts +91 -0
  176. package/cdn/v20240601preview/getOriginGroup.js +28 -0
  177. package/cdn/v20240601preview/getPolicy.d.ts +100 -0
  178. package/cdn/v20240601preview/getPolicy.js +26 -0
  179. package/cdn/v20240601preview/getProfile.d.ts +99 -0
  180. package/cdn/v20240601preview/getProfile.js +26 -0
  181. package/cdn/v20240601preview/getProfileSupportedOptimizationTypes.d.ts +38 -0
  182. package/cdn/v20240601preview/getProfileSupportedOptimizationTypes.js +26 -0
  183. package/cdn/v20240601preview/getRoute.d.ts +124 -0
  184. package/cdn/v20240601preview/getRoute.js +28 -0
  185. package/cdn/v20240601preview/getRule.d.ts +92 -0
  186. package/cdn/v20240601preview/getRule.js +28 -0
  187. package/cdn/v20240601preview/getRuleSet.d.ts +68 -0
  188. package/cdn/v20240601preview/getRuleSet.js +27 -0
  189. package/cdn/v20240601preview/getSecret.d.ts +72 -0
  190. package/cdn/v20240601preview/getSecret.js +27 -0
  191. package/cdn/v20240601preview/getSecurityPolicy.d.ts +72 -0
  192. package/cdn/v20240601preview/getSecurityPolicy.js +27 -0
  193. package/cdn/v20240601preview/getTunnelPolicy.d.ts +76 -0
  194. package/cdn/v20240601preview/getTunnelPolicy.js +27 -0
  195. package/cdn/v20240601preview/index.d.ts +112 -0
  196. package/cdn/v20240601preview/index.js +164 -0
  197. package/cdn/v20240601preview/keyGroup.d.ts +72 -0
  198. package/cdn/v20240601preview/keyGroup.js +77 -0
  199. package/cdn/v20240601preview/origin.d.ts +162 -0
  200. package/cdn/v20240601preview/origin.js +106 -0
  201. package/cdn/v20240601preview/originGroup.d.ts +103 -0
  202. package/cdn/v20240601preview/originGroup.js +90 -0
  203. package/cdn/v20240601preview/policy.d.ts +140 -0
  204. package/cdn/v20240601preview/policy.js +94 -0
  205. package/cdn/v20240601preview/profile.d.ts +129 -0
  206. package/cdn/v20240601preview/profile.js +92 -0
  207. package/cdn/v20240601preview/route.d.ts +169 -0
  208. package/cdn/v20240601preview/route.js +108 -0
  209. package/cdn/v20240601preview/rule.d.ts +105 -0
  210. package/cdn/v20240601preview/rule.js +95 -0
  211. package/cdn/v20240601preview/ruleSet.d.ts +67 -0
  212. package/cdn/v20240601preview/ruleSet.js +76 -0
  213. package/cdn/v20240601preview/secret.d.ts +76 -0
  214. package/cdn/v20240601preview/secret.js +78 -0
  215. package/cdn/v20240601preview/securityPolicy.d.ts +76 -0
  216. package/cdn/v20240601preview/securityPolicy.js +78 -0
  217. package/cdn/v20240601preview/tunnelPolicy.d.ts +89 -0
  218. package/cdn/v20240601preview/tunnelPolicy.js +84 -0
  219. package/confidentialledger/getLedger.d.ts +2 -2
  220. package/confidentialledger/getLedger.js +2 -2
  221. package/confidentialledger/getManagedCCF.d.ts +2 -2
  222. package/confidentialledger/getManagedCCF.js +2 -2
  223. package/confidentialledger/index.d.ts +2 -1
  224. package/confidentialledger/index.js +4 -2
  225. package/confidentialledger/ledger.d.ts +1 -1
  226. package/confidentialledger/ledger.js +3 -3
  227. package/confidentialledger/managedCCF.d.ts +1 -1
  228. package/confidentialledger/managedCCF.js +3 -3
  229. package/confidentialledger/v20220513/ledger.js +2 -2
  230. package/confidentialledger/v20230126preview/ledger.js +2 -2
  231. package/confidentialledger/v20230126preview/managedCCF.js +2 -2
  232. package/confidentialledger/v20230628preview/ledger.js +2 -2
  233. package/confidentialledger/v20230628preview/managedCCF.js +2 -2
  234. package/confidentialledger/v20240709preview/getLedger.d.ts +65 -0
  235. package/confidentialledger/v20240709preview/getLedger.js +26 -0
  236. package/confidentialledger/v20240709preview/getManagedCCF.d.ts +65 -0
  237. package/confidentialledger/v20240709preview/getManagedCCF.js +26 -0
  238. package/confidentialledger/v20240709preview/index.d.ts +13 -0
  239. package/confidentialledger/v20240709preview/index.js +48 -0
  240. package/confidentialledger/v20240709preview/ledger.d.ts +83 -0
  241. package/confidentialledger/v20240709preview/ledger.js +73 -0
  242. package/confidentialledger/v20240709preview/managedCCF.d.ts +83 -0
  243. package/confidentialledger/v20240709preview/managedCCF.js +73 -0
  244. package/package.json +2 -2
  245. package/package.json.bak +2 -2
  246. package/resources/deployment.d.ts +1 -1
  247. package/resources/deployment.js +3 -3
  248. package/resources/deploymentAtManagementGroupScope.d.ts +1 -1
  249. package/resources/deploymentAtManagementGroupScope.js +3 -3
  250. package/resources/deploymentAtScope.d.ts +1 -1
  251. package/resources/deploymentAtScope.js +3 -3
  252. package/resources/deploymentAtSubscriptionScope.d.ts +1 -1
  253. package/resources/deploymentAtSubscriptionScope.js +3 -3
  254. package/resources/deploymentAtTenantScope.d.ts +1 -1
  255. package/resources/deploymentAtTenantScope.js +3 -3
  256. package/resources/getDeployment.d.ts +2 -2
  257. package/resources/getDeployment.js +2 -2
  258. package/resources/getDeploymentAtManagementGroupScope.d.ts +2 -2
  259. package/resources/getDeploymentAtManagementGroupScope.js +2 -2
  260. package/resources/getDeploymentAtScope.d.ts +2 -2
  261. package/resources/getDeploymentAtScope.js +2 -2
  262. package/resources/getDeploymentAtSubscriptionScope.d.ts +2 -2
  263. package/resources/getDeploymentAtSubscriptionScope.js +2 -2
  264. package/resources/getDeploymentAtTenantScope.d.ts +2 -2
  265. package/resources/getDeploymentAtTenantScope.js +2 -2
  266. package/resources/getResource.d.ts +2 -2
  267. package/resources/getResource.js +2 -2
  268. package/resources/getResourceGroup.d.ts +2 -2
  269. package/resources/getResourceGroup.js +2 -2
  270. package/resources/getTagAtScope.d.ts +2 -2
  271. package/resources/getTagAtScope.js +2 -2
  272. package/resources/index.d.ts +2 -1
  273. package/resources/index.js +4 -2
  274. package/resources/resource.d.ts +1 -1
  275. package/resources/resource.js +3 -3
  276. package/resources/resourceGroup.d.ts +1 -1
  277. package/resources/resourceGroup.js +3 -3
  278. package/resources/tagAtScope.d.ts +1 -1
  279. package/resources/tagAtScope.js +3 -3
  280. package/resources/v20220901/deployment.js +2 -2
  281. package/resources/v20220901/deploymentAtManagementGroupScope.js +2 -2
  282. package/resources/v20220901/deploymentAtScope.js +2 -2
  283. package/resources/v20220901/deploymentAtSubscriptionScope.js +2 -2
  284. package/resources/v20220901/deploymentAtTenantScope.js +2 -2
  285. package/resources/v20220901/resource.js +2 -2
  286. package/resources/v20220901/resourceGroup.js +2 -2
  287. package/resources/v20220901/tagAtScope.js +2 -2
  288. package/resources/v20230701/deployment.js +2 -2
  289. package/resources/v20230701/deploymentAtManagementGroupScope.js +2 -2
  290. package/resources/v20230701/deploymentAtScope.js +2 -2
  291. package/resources/v20230701/deploymentAtSubscriptionScope.js +2 -2
  292. package/resources/v20230701/deploymentAtTenantScope.js +2 -2
  293. package/resources/v20230701/resource.js +2 -2
  294. package/resources/v20230701/resourceGroup.js +2 -2
  295. package/resources/v20230701/tagAtScope.js +2 -2
  296. package/resources/v20240301/deployment.js +2 -2
  297. package/resources/v20240301/deploymentAtManagementGroupScope.js +2 -2
  298. package/resources/v20240301/deploymentAtScope.js +2 -2
  299. package/resources/v20240301/deploymentAtSubscriptionScope.js +2 -2
  300. package/resources/v20240301/deploymentAtTenantScope.js +2 -2
  301. package/resources/v20240301/resource.js +2 -2
  302. package/resources/v20240301/resourceGroup.js +2 -2
  303. package/resources/v20240301/tagAtScope.js +2 -2
  304. package/resources/v20240701/deployment.d.ts +79 -0
  305. package/resources/v20240701/deployment.js +74 -0
  306. package/resources/v20240701/deploymentAtManagementGroupScope.d.ts +79 -0
  307. package/resources/v20240701/deploymentAtManagementGroupScope.js +74 -0
  308. package/resources/v20240701/deploymentAtScope.d.ts +79 -0
  309. package/resources/v20240701/deploymentAtScope.js +74 -0
  310. package/resources/v20240701/deploymentAtSubscriptionScope.d.ts +75 -0
  311. package/resources/v20240701/deploymentAtSubscriptionScope.js +70 -0
  312. package/resources/v20240701/deploymentAtTenantScope.d.ts +75 -0
  313. package/resources/v20240701/deploymentAtTenantScope.js +70 -0
  314. package/resources/v20240701/getDeployment.d.ts +61 -0
  315. package/resources/v20240701/getDeployment.js +26 -0
  316. package/resources/v20240701/getDeploymentAtManagementGroupScope.d.ts +61 -0
  317. package/resources/v20240701/getDeploymentAtManagementGroupScope.js +26 -0
  318. package/resources/v20240701/getDeploymentAtScope.d.ts +61 -0
  319. package/resources/v20240701/getDeploymentAtScope.js +26 -0
  320. package/resources/v20240701/getDeploymentAtSubscriptionScope.d.ts +53 -0
  321. package/resources/v20240701/getDeploymentAtSubscriptionScope.js +25 -0
  322. package/resources/v20240701/getDeploymentAtTenantScope.d.ts +53 -0
  323. package/resources/v20240701/getDeploymentAtTenantScope.js +25 -0
  324. package/resources/v20240701/getResource.d.ts +109 -0
  325. package/resources/v20240701/getResource.js +29 -0
  326. package/resources/v20240701/getResourceGroup.d.ts +57 -0
  327. package/resources/v20240701/getResourceGroup.js +25 -0
  328. package/resources/v20240701/getTagAtScope.d.ts +43 -0
  329. package/resources/v20240701/getTagAtScope.js +25 -0
  330. package/resources/v20240701/index.d.ts +49 -0
  331. package/resources/v20240701/index.js +90 -0
  332. package/resources/v20240701/resource.d.ts +139 -0
  333. package/resources/v20240701/resource.js +95 -0
  334. package/resources/v20240701/resourceGroup.d.ts +78 -0
  335. package/resources/v20240701/resourceGroup.js +69 -0
  336. package/resources/v20240701/tagAtScope.d.ts +55 -0
  337. package/resources/v20240701/tagAtScope.js +69 -0
  338. package/storage/blob.d.ts +1 -1
  339. package/tsconfig.tsbuildinfo +1 -1
  340. package/types/enums/cdn/index.d.ts +9 -1
  341. package/types/enums/cdn/index.js +8 -3
  342. package/types/enums/cdn/v20240601preview/index.d.ts +824 -0
  343. package/types/enums/cdn/v20240601preview/index.js +546 -0
  344. package/types/enums/confidentialledger/index.d.ts +2 -1
  345. package/types/enums/confidentialledger/index.js +4 -2
  346. package/types/enums/confidentialledger/v20240709preview/index.d.ts +46 -0
  347. package/types/enums/confidentialledger/v20240709preview/index.js +32 -0
  348. package/types/enums/resources/index.d.ts +2 -1
  349. package/types/enums/resources/index.js +4 -2
  350. package/types/enums/resources/v20240701/index.d.ts +42 -0
  351. package/types/enums/resources/v20240701/index.js +28 -0
  352. package/types/input.d.ts +3186 -756
  353. package/types/input.js +289 -1
  354. package/types/output.d.ts +3542 -477
  355. package/types/output.js +289 -1
@@ -0,0 +1,95 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets an existing custom domain within an endpoint.
5
+ */
6
+ export declare function getCustomDomain(args: GetCustomDomainArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomDomainResult>;
7
+ export interface GetCustomDomainArgs {
8
+ /**
9
+ * Name of the custom domain within an endpoint.
10
+ */
11
+ customDomainName: string;
12
+ /**
13
+ * Name of the endpoint under the profile which is unique globally.
14
+ */
15
+ endpointName: string;
16
+ /**
17
+ * Name of the CDN profile which is unique within the resource group.
18
+ */
19
+ profileName: string;
20
+ /**
21
+ * Name of the Resource group within the Azure subscription.
22
+ */
23
+ resourceGroupName: string;
24
+ }
25
+ /**
26
+ * Friendly domain name mapping to the endpoint hostname that the customer provides for branding purposes, e.g. www.contoso.com.
27
+ */
28
+ export interface GetCustomDomainResult {
29
+ /**
30
+ * Certificate parameters for securing custom HTTPS
31
+ */
32
+ readonly customHttpsParameters?: outputs.cdn.v20240601preview.CdnManagedHttpsParametersResponse | outputs.cdn.v20240601preview.UserManagedHttpsParametersResponse;
33
+ /**
34
+ * Provisioning status of the custom domain.
35
+ */
36
+ readonly customHttpsProvisioningState: string;
37
+ /**
38
+ * Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
39
+ */
40
+ readonly customHttpsProvisioningSubstate: string;
41
+ /**
42
+ * The host name of the custom domain. Must be a domain name.
43
+ */
44
+ readonly hostName: string;
45
+ /**
46
+ * Resource ID.
47
+ */
48
+ readonly id: string;
49
+ /**
50
+ * Resource name.
51
+ */
52
+ readonly name: string;
53
+ /**
54
+ * Provisioning status of Custom Https of the custom domain.
55
+ */
56
+ readonly provisioningState: string;
57
+ /**
58
+ * Resource status of the custom domain.
59
+ */
60
+ readonly resourceState: string;
61
+ /**
62
+ * Read only system data
63
+ */
64
+ readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
65
+ /**
66
+ * Resource type.
67
+ */
68
+ readonly type: string;
69
+ /**
70
+ * Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.
71
+ */
72
+ readonly validationData?: string;
73
+ }
74
+ /**
75
+ * Gets an existing custom domain within an endpoint.
76
+ */
77
+ export declare function getCustomDomainOutput(args: GetCustomDomainOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCustomDomainResult>;
78
+ export interface GetCustomDomainOutputArgs {
79
+ /**
80
+ * Name of the custom domain within an endpoint.
81
+ */
82
+ customDomainName: pulumi.Input<string>;
83
+ /**
84
+ * Name of the endpoint under the profile which is unique globally.
85
+ */
86
+ endpointName: pulumi.Input<string>;
87
+ /**
88
+ * Name of the CDN profile which is unique within the resource group.
89
+ */
90
+ profileName: pulumi.Input<string>;
91
+ /**
92
+ * Name of the Resource group within the Azure subscription.
93
+ */
94
+ resourceGroupName: pulumi.Input<string>;
95
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCustomDomainOutput = exports.getCustomDomain = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets an existing custom domain within an endpoint.
10
+ */
11
+ function getCustomDomain(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getCustomDomain", {
14
+ "customDomainName": args.customDomainName,
15
+ "endpointName": args.endpointName,
16
+ "profileName": args.profileName,
17
+ "resourceGroupName": args.resourceGroupName,
18
+ }, opts);
19
+ }
20
+ exports.getCustomDomain = getCustomDomain;
21
+ /**
22
+ * Gets an existing custom domain within an endpoint.
23
+ */
24
+ function getCustomDomainOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getCustomDomain(a, opts));
26
+ }
27
+ exports.getCustomDomainOutput = getCustomDomainOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q3VzdG9tRG9tYWluLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY2RuL3YyMDI0MDYwMXByZXZpZXcvZ2V0Q3VzdG9tRG9tYWluLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGVBQWUsQ0FBQyxJQUF5QixFQUFFLElBQTJCO0lBRWxGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLG1EQUFtRCxFQUFFO1FBQzlFLGtCQUFrQixFQUFFLElBQUksQ0FBQyxnQkFBZ0I7UUFDekMsY0FBYyxFQUFFLElBQUksQ0FBQyxZQUFZO1FBQ2pDLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVEQsMENBU0M7QUFzRUQ7O0dBRUc7QUFDSCxTQUFnQixxQkFBcUIsQ0FBQyxJQUErQixFQUFFLElBQTJCO0lBQzlGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUMxRSxDQUFDO0FBRkQsc0RBRUMifQ==
@@ -0,0 +1,149 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
5
+ */
6
+ export declare function getEndpoint(args: GetEndpointArgs, opts?: pulumi.InvokeOptions): Promise<GetEndpointResult>;
7
+ export interface GetEndpointArgs {
8
+ /**
9
+ * Name of the endpoint under the profile which is unique globally.
10
+ */
11
+ endpointName: string;
12
+ /**
13
+ * Name of the CDN profile which is unique within the resource group.
14
+ */
15
+ profileName: string;
16
+ /**
17
+ * Name of the Resource group within the Azure subscription.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * CDN endpoint is the entity within a CDN profile containing configuration information such as origin, protocol, content caching and delivery behavior. The CDN endpoint uses the URL format <endpointname>.azureedge.net.
23
+ */
24
+ export interface GetEndpointResult {
25
+ /**
26
+ * List of content types on which compression applies. The value should be a valid MIME type.
27
+ */
28
+ readonly contentTypesToCompress?: string[];
29
+ /**
30
+ * The custom domains under the endpoint.
31
+ */
32
+ readonly customDomains: outputs.cdn.v20240601preview.DeepCreatedCustomDomainResponse[];
33
+ /**
34
+ * A reference to the origin group.
35
+ */
36
+ readonly defaultOriginGroup?: outputs.cdn.v20240601preview.ResourceReferenceResponse;
37
+ /**
38
+ * A policy that specifies the delivery rules to be used for an endpoint.
39
+ */
40
+ readonly deliveryPolicy?: outputs.cdn.v20240601preview.EndpointPropertiesUpdateParametersResponseDeliveryPolicy;
41
+ /**
42
+ * List of rules defining the user's geo access within a CDN endpoint. Each geo filter defines an access rule to a specified path or content, e.g. block APAC for path /pictures/
43
+ */
44
+ readonly geoFilters?: outputs.cdn.v20240601preview.GeoFilterResponse[];
45
+ /**
46
+ * The host name of the endpoint structured as {endpointName}.{DNSZone}, e.g. contoso.azureedge.net
47
+ */
48
+ readonly hostName: string;
49
+ /**
50
+ * Resource ID.
51
+ */
52
+ readonly id: string;
53
+ /**
54
+ * Indicates whether content compression is enabled on CDN. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on CDN when requested content is smaller than 1 byte or larger than 1 MB.
55
+ */
56
+ readonly isCompressionEnabled?: boolean;
57
+ /**
58
+ * Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.
59
+ */
60
+ readonly isHttpAllowed?: boolean;
61
+ /**
62
+ * Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.
63
+ */
64
+ readonly isHttpsAllowed?: boolean;
65
+ /**
66
+ * Resource location.
67
+ */
68
+ readonly location: string;
69
+ /**
70
+ * Resource name.
71
+ */
72
+ readonly name: string;
73
+ /**
74
+ * Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization.
75
+ */
76
+ readonly optimizationType?: string;
77
+ /**
78
+ * The origin groups comprising of origins that are used for load balancing the traffic based on availability.
79
+ */
80
+ readonly originGroups?: outputs.cdn.v20240601preview.DeepCreatedOriginGroupResponse[];
81
+ /**
82
+ * The host header value sent to the origin with each request. This property at Endpoint is only allowed when endpoint uses single origin and can be overridden by the same property specified at origin.If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default.
83
+ */
84
+ readonly originHostHeader?: string;
85
+ /**
86
+ * A directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
87
+ */
88
+ readonly originPath?: string;
89
+ /**
90
+ * The source of the content being delivered via CDN.
91
+ */
92
+ readonly origins: outputs.cdn.v20240601preview.DeepCreatedOriginResponse[];
93
+ /**
94
+ * Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path. This property is only relevant when using a single origin.
95
+ */
96
+ readonly probePath?: string;
97
+ /**
98
+ * Provisioning status of the endpoint.
99
+ */
100
+ readonly provisioningState: string;
101
+ /**
102
+ * Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL.
103
+ */
104
+ readonly queryStringCachingBehavior?: string;
105
+ /**
106
+ * Resource status of the endpoint.
107
+ */
108
+ readonly resourceState: string;
109
+ /**
110
+ * Read only system data
111
+ */
112
+ readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
113
+ /**
114
+ * Resource tags.
115
+ */
116
+ readonly tags?: {
117
+ [key: string]: string;
118
+ };
119
+ /**
120
+ * Resource type.
121
+ */
122
+ readonly type: string;
123
+ /**
124
+ * List of keys used to validate the signed URL hashes.
125
+ */
126
+ readonly urlSigningKeys?: outputs.cdn.v20240601preview.UrlSigningKeyResponse[];
127
+ /**
128
+ * Defines the Web Application Firewall policy for the endpoint (if applicable)
129
+ */
130
+ readonly webApplicationFirewallPolicyLink?: outputs.cdn.v20240601preview.EndpointPropertiesUpdateParametersResponseWebApplicationFirewallPolicyLink;
131
+ }
132
+ /**
133
+ * Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
134
+ */
135
+ export declare function getEndpointOutput(args: GetEndpointOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetEndpointResult>;
136
+ export interface GetEndpointOutputArgs {
137
+ /**
138
+ * Name of the endpoint under the profile which is unique globally.
139
+ */
140
+ endpointName: pulumi.Input<string>;
141
+ /**
142
+ * Name of the CDN profile which is unique within the resource group.
143
+ */
144
+ profileName: pulumi.Input<string>;
145
+ /**
146
+ * Name of the Resource group within the Azure subscription.
147
+ */
148
+ resourceGroupName: pulumi.Input<string>;
149
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getEndpointOutput = exports.getEndpoint = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
10
+ */
11
+ function getEndpoint(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getEndpoint", {
14
+ "endpointName": args.endpointName,
15
+ "profileName": args.profileName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getEndpoint = getEndpoint;
20
+ /**
21
+ * Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.
22
+ */
23
+ function getEndpointOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getEndpoint(a, opts));
25
+ }
26
+ exports.getEndpointOutput = getEndpointOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RW5kcG9pbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jZG4vdjIwMjQwNjAxcHJldmlldy9nZXRFbmRwb2ludC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixXQUFXLENBQUMsSUFBcUIsRUFBRSxJQUEyQjtJQUUxRSxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywrQ0FBK0MsRUFBRTtRQUMxRSxjQUFjLEVBQUUsSUFBSSxDQUFDLFlBQVk7UUFDakMsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCxrQ0FRQztBQThIRDs7R0FFRztBQUNILFNBQWdCLGlCQUFpQixDQUFDLElBQTJCLEVBQUUsSUFBMkI7SUFDdEYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsV0FBVyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3RFLENBQUM7QUFGRCw4Q0FFQyJ9
@@ -0,0 +1,68 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets an existing KeyGroup within a profile.
5
+ */
6
+ export declare function getKeyGroup(args: GetKeyGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetKeyGroupResult>;
7
+ export interface GetKeyGroupArgs {
8
+ /**
9
+ * Name of the KeyGroup under the profile.
10
+ */
11
+ keyGroupName: string;
12
+ /**
13
+ * Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
14
+ */
15
+ profileName: string;
16
+ /**
17
+ * The name of the resource group. The name is case insensitive.
18
+ */
19
+ resourceGroupName: string;
20
+ }
21
+ /**
22
+ * Contains a list of references of UrlSigningKey type secret objects.
23
+ */
24
+ export interface GetKeyGroupResult {
25
+ readonly deploymentStatus: string;
26
+ /**
27
+ * Resource ID.
28
+ */
29
+ readonly id: string;
30
+ /**
31
+ * Names of UrlSigningKey type secret objects
32
+ */
33
+ readonly keyReferences?: outputs.cdn.v20240601preview.ResourceReferenceResponse[];
34
+ /**
35
+ * Resource name.
36
+ */
37
+ readonly name: string;
38
+ /**
39
+ * Provisioning status
40
+ */
41
+ readonly provisioningState: string;
42
+ /**
43
+ * Read only system data
44
+ */
45
+ readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
46
+ /**
47
+ * Resource type.
48
+ */
49
+ readonly type: string;
50
+ }
51
+ /**
52
+ * Gets an existing KeyGroup within a profile.
53
+ */
54
+ export declare function getKeyGroupOutput(args: GetKeyGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetKeyGroupResult>;
55
+ export interface GetKeyGroupOutputArgs {
56
+ /**
57
+ * Name of the KeyGroup under the profile.
58
+ */
59
+ keyGroupName: pulumi.Input<string>;
60
+ /**
61
+ * Name of the Azure Front Door Standard or Azure Front Door Premium which is unique within the resource group.
62
+ */
63
+ profileName: pulumi.Input<string>;
64
+ /**
65
+ * The name of the resource group. The name is case insensitive.
66
+ */
67
+ resourceGroupName: pulumi.Input<string>;
68
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getKeyGroupOutput = exports.getKeyGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets an existing KeyGroup within a profile.
10
+ */
11
+ function getKeyGroup(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getKeyGroup", {
14
+ "keyGroupName": args.keyGroupName,
15
+ "profileName": args.profileName,
16
+ "resourceGroupName": args.resourceGroupName,
17
+ }, opts);
18
+ }
19
+ exports.getKeyGroup = getKeyGroup;
20
+ /**
21
+ * Gets an existing KeyGroup within a profile.
22
+ */
23
+ function getKeyGroupOutput(args, opts) {
24
+ return pulumi.output(args).apply((a) => getKeyGroup(a, opts));
25
+ }
26
+ exports.getKeyGroupOutput = getKeyGroupOutput;
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0S2V5R3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jZG4vdjIwMjQwNjAxcHJldmlldy9nZXRLZXlHcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixXQUFXLENBQUMsSUFBcUIsRUFBRSxJQUEyQjtJQUUxRSxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywrQ0FBK0MsRUFBRTtRQUMxRSxjQUFjLEVBQUUsSUFBSSxDQUFDLFlBQVk7UUFDakMsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCxrQ0FRQztBQStDRDs7R0FFRztBQUNILFNBQWdCLGlCQUFpQixDQUFDLElBQTJCLEVBQUUsSUFBMkI7SUFDdEYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsV0FBVyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3RFLENBQUM7QUFGRCw4Q0FFQyJ9
@@ -0,0 +1,123 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets an existing origin within an endpoint.
5
+ */
6
+ export declare function getOrigin(args: GetOriginArgs, opts?: pulumi.InvokeOptions): Promise<GetOriginResult>;
7
+ export interface GetOriginArgs {
8
+ /**
9
+ * Name of the endpoint under the profile which is unique globally.
10
+ */
11
+ endpointName: string;
12
+ /**
13
+ * Name of the origin which is unique within the endpoint.
14
+ */
15
+ originName: string;
16
+ /**
17
+ * Name of the CDN profile which is unique within the resource group.
18
+ */
19
+ profileName: string;
20
+ /**
21
+ * Name of the Resource group within the Azure subscription.
22
+ */
23
+ resourceGroupName: string;
24
+ }
25
+ /**
26
+ * CDN origin is the source of the content being delivered via CDN. When the edge nodes represented by an endpoint do not have the requested content cached, they attempt to fetch it from one or more of the configured origins.
27
+ */
28
+ export interface GetOriginResult {
29
+ /**
30
+ * Origin is enabled for load balancing or not
31
+ */
32
+ readonly enabled?: boolean;
33
+ /**
34
+ * The address of the origin. Domain names, IPv4 addresses, and IPv6 addresses are supported.This should be unique across all origins in an endpoint.
35
+ */
36
+ readonly hostName: string;
37
+ /**
38
+ * The value of the HTTP port. Must be between 1 and 65535.
39
+ */
40
+ readonly httpPort?: number;
41
+ /**
42
+ * The value of the HTTPS port. Must be between 1 and 65535.
43
+ */
44
+ readonly httpsPort?: number;
45
+ /**
46
+ * Resource ID.
47
+ */
48
+ readonly id: string;
49
+ /**
50
+ * Resource name.
51
+ */
52
+ readonly name: string;
53
+ /**
54
+ * The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. This overrides the host header defined at Endpoint
55
+ */
56
+ readonly originHostHeader?: string;
57
+ /**
58
+ * Priority of origin in given origin group for load balancing. Higher priorities will not be used for load balancing if any lower priority origin is healthy.Must be between 1 and 5
59
+ */
60
+ readonly priority?: number;
61
+ /**
62
+ * The approval status for the connection to the Private Link
63
+ */
64
+ readonly privateEndpointStatus: string;
65
+ /**
66
+ * The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'
67
+ */
68
+ readonly privateLinkAlias?: string;
69
+ /**
70
+ * A custom message to be included in the approval request to connect to the Private Link.
71
+ */
72
+ readonly privateLinkApprovalMessage?: string;
73
+ /**
74
+ * The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated
75
+ */
76
+ readonly privateLinkLocation?: string;
77
+ /**
78
+ * The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
79
+ */
80
+ readonly privateLinkResourceId?: string;
81
+ /**
82
+ * Provisioning status of the origin.
83
+ */
84
+ readonly provisioningState: string;
85
+ /**
86
+ * Resource status of the origin.
87
+ */
88
+ readonly resourceState: string;
89
+ /**
90
+ * Read only system data
91
+ */
92
+ readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
93
+ /**
94
+ * Resource type.
95
+ */
96
+ readonly type: string;
97
+ /**
98
+ * Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
99
+ */
100
+ readonly weight?: number;
101
+ }
102
+ /**
103
+ * Gets an existing origin within an endpoint.
104
+ */
105
+ export declare function getOriginOutput(args: GetOriginOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOriginResult>;
106
+ export interface GetOriginOutputArgs {
107
+ /**
108
+ * Name of the endpoint under the profile which is unique globally.
109
+ */
110
+ endpointName: pulumi.Input<string>;
111
+ /**
112
+ * Name of the origin which is unique within the endpoint.
113
+ */
114
+ originName: pulumi.Input<string>;
115
+ /**
116
+ * Name of the CDN profile which is unique within the resource group.
117
+ */
118
+ profileName: pulumi.Input<string>;
119
+ /**
120
+ * Name of the Resource group within the Azure subscription.
121
+ */
122
+ resourceGroupName: pulumi.Input<string>;
123
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getOriginOutput = exports.getOrigin = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets an existing origin within an endpoint.
10
+ */
11
+ function getOrigin(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getOrigin", {
14
+ "endpointName": args.endpointName,
15
+ "originName": args.originName,
16
+ "profileName": args.profileName,
17
+ "resourceGroupName": args.resourceGroupName,
18
+ }, opts);
19
+ }
20
+ exports.getOrigin = getOrigin;
21
+ /**
22
+ * Gets an existing origin within an endpoint.
23
+ */
24
+ function getOriginOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getOrigin(a, opts));
26
+ }
27
+ exports.getOriginOutput = getOriginOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0T3JpZ2luLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY2RuL3YyMDI0MDYwMXByZXZpZXcvZ2V0T3JpZ2luLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLFNBQVMsQ0FBQyxJQUFtQixFQUFFLElBQTJCO0lBRXRFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDZDQUE2QyxFQUFFO1FBQ3hFLGNBQWMsRUFBRSxJQUFJLENBQUMsWUFBWTtRQUNqQyxZQUFZLEVBQUUsSUFBSSxDQUFDLFVBQVU7UUFDN0IsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFURCw4QkFTQztBQWtHRDs7R0FFRztBQUNILFNBQWdCLGVBQWUsQ0FBQyxJQUF5QixFQUFFLElBQTJCO0lBQ2xGLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNwRSxDQUFDO0FBRkQsMENBRUMifQ==
@@ -0,0 +1,91 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../../types/output";
3
+ /**
4
+ * Gets an existing origin group within an endpoint.
5
+ */
6
+ export declare function getOriginGroup(args: GetOriginGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetOriginGroupResult>;
7
+ export interface GetOriginGroupArgs {
8
+ /**
9
+ * Name of the endpoint under the profile which is unique globally.
10
+ */
11
+ endpointName: string;
12
+ /**
13
+ * Name of the origin group which is unique within the endpoint.
14
+ */
15
+ originGroupName: string;
16
+ /**
17
+ * Name of the CDN profile which is unique within the resource group.
18
+ */
19
+ profileName: string;
20
+ /**
21
+ * Name of the Resource group within the Azure subscription.
22
+ */
23
+ resourceGroupName: string;
24
+ }
25
+ /**
26
+ * Origin group comprising of origins is used for load balancing to origins when the content cannot be served from CDN.
27
+ */
28
+ export interface GetOriginGroupResult {
29
+ /**
30
+ * Health probe settings to the origin that is used to determine the health of the origin.
31
+ */
32
+ readonly healthProbeSettings?: outputs.cdn.v20240601preview.HealthProbeParametersResponse;
33
+ /**
34
+ * Resource ID.
35
+ */
36
+ readonly id: string;
37
+ /**
38
+ * Resource name.
39
+ */
40
+ readonly name: string;
41
+ /**
42
+ * The source of the content being delivered via CDN within given origin group.
43
+ */
44
+ readonly origins: outputs.cdn.v20240601preview.ResourceReferenceResponse[];
45
+ /**
46
+ * Provisioning status of the origin group.
47
+ */
48
+ readonly provisioningState: string;
49
+ /**
50
+ * Resource status of the origin group.
51
+ */
52
+ readonly resourceState: string;
53
+ /**
54
+ * The JSON object that contains the properties to determine origin health using real requests/responses. This property is currently not supported.
55
+ */
56
+ readonly responseBasedOriginErrorDetectionSettings?: outputs.cdn.v20240601preview.ResponseBasedOriginErrorDetectionParametersResponse;
57
+ /**
58
+ * Read only system data
59
+ */
60
+ readonly systemData: outputs.cdn.v20240601preview.SystemDataResponse;
61
+ /**
62
+ * Time in minutes to shift the traffic to the endpoint gradually when an unhealthy endpoint comes healthy or a new endpoint is added. Default is 10 mins. This property is currently not supported.
63
+ */
64
+ readonly trafficRestorationTimeToHealedOrNewEndpointsInMinutes?: number;
65
+ /**
66
+ * Resource type.
67
+ */
68
+ readonly type: string;
69
+ }
70
+ /**
71
+ * Gets an existing origin group within an endpoint.
72
+ */
73
+ export declare function getOriginGroupOutput(args: GetOriginGroupOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOriginGroupResult>;
74
+ export interface GetOriginGroupOutputArgs {
75
+ /**
76
+ * Name of the endpoint under the profile which is unique globally.
77
+ */
78
+ endpointName: pulumi.Input<string>;
79
+ /**
80
+ * Name of the origin group which is unique within the endpoint.
81
+ */
82
+ originGroupName: pulumi.Input<string>;
83
+ /**
84
+ * Name of the CDN profile which is unique within the resource group.
85
+ */
86
+ profileName: pulumi.Input<string>;
87
+ /**
88
+ * Name of the Resource group within the Azure subscription.
89
+ */
90
+ resourceGroupName: pulumi.Input<string>;
91
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getOriginGroupOutput = exports.getOriginGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Gets an existing origin group within an endpoint.
10
+ */
11
+ function getOriginGroup(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("azure-native:cdn/v20240601preview:getOriginGroup", {
14
+ "endpointName": args.endpointName,
15
+ "originGroupName": args.originGroupName,
16
+ "profileName": args.profileName,
17
+ "resourceGroupName": args.resourceGroupName,
18
+ }, opts);
19
+ }
20
+ exports.getOriginGroup = getOriginGroup;
21
+ /**
22
+ * Gets an existing origin group within an endpoint.
23
+ */
24
+ function getOriginGroupOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getOriginGroup(a, opts));
26
+ }
27
+ exports.getOriginGroupOutput = getOriginGroupOutput;
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0T3JpZ2luR3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jZG4vdjIwMjQwNjAxcHJldmlldy9nZXRPcmlnaW5Hcm91cC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixjQUFjLENBQUMsSUFBd0IsRUFBRSxJQUEyQjtJQUVoRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxrREFBa0QsRUFBRTtRQUM3RSxjQUFjLEVBQUUsSUFBSSxDQUFDLFlBQVk7UUFDakMsaUJBQWlCLEVBQUUsSUFBSSxDQUFDLGVBQWU7UUFDdkMsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFURCx3Q0FTQztBQWtFRDs7R0FFRztBQUNILFNBQWdCLG9CQUFvQixDQUFDLElBQThCLEVBQUUsSUFBMkI7SUFDNUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsY0FBYyxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ3pFLENBQUM7QUFGRCxvREFFQyJ9