@pulumi/azure-native 2.1.1 → 2.1.2-alpha.1690213624

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 (880) hide show
  1. package/containerservice/agentPool.js +2 -2
  2. package/containerservice/index.d.ts +2 -1
  3. package/containerservice/index.js +4 -2
  4. package/containerservice/maintenanceConfiguration.js +2 -2
  5. package/containerservice/managedCluster.js +2 -2
  6. package/containerservice/privateEndpointConnection.js +2 -2
  7. package/containerservice/snapshot.js +2 -2
  8. package/containerservice/v20190601/managedCluster.js +2 -2
  9. package/containerservice/v20200601/agentPool.js +2 -2
  10. package/containerservice/v20210201/agentPool.js +2 -2
  11. package/containerservice/v20210501/managedCluster.js +2 -2
  12. package/containerservice/v20210801/agentPool.js +2 -2
  13. package/containerservice/v20220402preview/agentPool.js +2 -2
  14. package/containerservice/v20230401/agentPool.js +2 -2
  15. package/containerservice/v20230401/maintenanceConfiguration.js +2 -2
  16. package/containerservice/v20230401/managedCluster.js +2 -2
  17. package/containerservice/v20230401/privateEndpointConnection.js +2 -2
  18. package/containerservice/v20230401/snapshot.js +2 -2
  19. package/containerservice/v20230502preview/agentPool.js +2 -2
  20. package/containerservice/v20230502preview/maintenanceConfiguration.js +2 -2
  21. package/containerservice/v20230502preview/managedCluster.js +2 -2
  22. package/containerservice/v20230502preview/privateEndpointConnection.js +2 -2
  23. package/containerservice/v20230502preview/snapshot.js +2 -2
  24. package/containerservice/v20230601/agentPool.d.ts +376 -0
  25. package/containerservice/v20230601/agentPool.js +149 -0
  26. package/containerservice/v20230601/getAgentPool.d.ts +219 -0
  27. package/containerservice/v20230601/getAgentPool.js +27 -0
  28. package/containerservice/v20230601/getMaintenanceConfiguration.d.ts +71 -0
  29. package/containerservice/v20230601/getMaintenanceConfiguration.js +27 -0
  30. package/containerservice/v20230601/getManagedCluster.d.ts +221 -0
  31. package/containerservice/v20230601/getManagedCluster.js +26 -0
  32. package/containerservice/v20230601/getPrivateEndpointConnection.d.ts +67 -0
  33. package/containerservice/v20230601/getPrivateEndpointConnection.js +27 -0
  34. package/containerservice/v20230601/getSnapshot.d.ts +93 -0
  35. package/containerservice/v20230601/getSnapshot.js +26 -0
  36. package/containerservice/v20230601/index.d.ts +40 -0
  37. package/containerservice/v20230601/index.js +78 -0
  38. package/containerservice/v20230601/listManagedClusterAdminCredentials.d.ts +47 -0
  39. package/containerservice/v20230601/listManagedClusterAdminCredentials.js +27 -0
  40. package/containerservice/v20230601/listManagedClusterMonitoringUserCredentials.d.ts +47 -0
  41. package/containerservice/v20230601/listManagedClusterMonitoringUserCredentials.js +27 -0
  42. package/containerservice/v20230601/listManagedClusterUserCredentials.d.ts +55 -0
  43. package/containerservice/v20230601/listManagedClusterUserCredentials.js +28 -0
  44. package/containerservice/v20230601/maintenanceConfiguration.d.ts +83 -0
  45. package/containerservice/v20230601/maintenanceConfiguration.js +78 -0
  46. package/containerservice/v20230601/managedCluster.d.ts +368 -0
  47. package/containerservice/v20230601/managedCluster.js +150 -0
  48. package/containerservice/v20230601/privateEndpointConnection.d.ts +75 -0
  49. package/containerservice/v20230601/privateEndpointConnection.js +78 -0
  50. package/containerservice/v20230601/snapshot.d.ts +116 -0
  51. package/containerservice/v20230601/snapshot.js +87 -0
  52. package/elastic/getBillingInfo.d.ts +45 -0
  53. package/elastic/getBillingInfo.js +28 -0
  54. package/elastic/index.d.ts +8 -1
  55. package/elastic/index.js +10 -2
  56. package/elastic/listConnectedPartnerResource.d.ts +45 -0
  57. package/elastic/listConnectedPartnerResource.js +28 -0
  58. package/elastic/monitor.js +2 -2
  59. package/elastic/tagRule.js +2 -2
  60. package/elastic/v20230601/monitor.js +2 -2
  61. package/elastic/v20230601/tagRule.js +2 -2
  62. package/elastic/v20230615preview/monitor.js +2 -2
  63. package/elastic/v20230615preview/tagRule.js +2 -2
  64. package/elastic/v20230701preview/getBillingInfo.d.ts +43 -0
  65. package/elastic/v20230701preview/getBillingInfo.js +26 -0
  66. package/elastic/v20230701preview/getMonitor.d.ts +73 -0
  67. package/elastic/v20230701preview/getMonitor.js +26 -0
  68. package/elastic/v20230701preview/getOrganizationApiKey.d.ts +28 -0
  69. package/elastic/v20230701preview/getOrganizationApiKey.js +26 -0
  70. package/elastic/v20230701preview/getOrganizationElasticToAzureSubscriptionMapping.d.ts +17 -0
  71. package/elastic/v20230701preview/getOrganizationElasticToAzureSubscriptionMapping.js +17 -0
  72. package/elastic/v20230701preview/getTagRule.d.ts +63 -0
  73. package/elastic/v20230701preview/getTagRule.js +27 -0
  74. package/elastic/v20230701preview/index.d.ts +42 -0
  75. package/elastic/v20230701preview/index.js +77 -0
  76. package/elastic/v20230701preview/listAllTrafficFilter.d.ts +39 -0
  77. package/elastic/v20230701preview/listAllTrafficFilter.js +26 -0
  78. package/elastic/v20230701preview/listConnectedPartnerResource.d.ts +43 -0
  79. package/elastic/v20230701preview/listConnectedPartnerResource.js +26 -0
  80. package/elastic/v20230701preview/listDeploymentInfo.d.ts +59 -0
  81. package/elastic/v20230701preview/listDeploymentInfo.js +26 -0
  82. package/elastic/v20230701preview/listMonitoredResource.d.ts +43 -0
  83. package/elastic/v20230701preview/listMonitoredResource.js +26 -0
  84. package/elastic/v20230701preview/listUpgradableVersionDetails.d.ts +42 -0
  85. package/elastic/v20230701preview/listUpgradableVersionDetails.js +26 -0
  86. package/elastic/v20230701preview/listVMHost.d.ts +43 -0
  87. package/elastic/v20230701preview/listVMHost.js +26 -0
  88. package/elastic/v20230701preview/listlistAssociatedTrafficFilter.d.ts +39 -0
  89. package/elastic/v20230701preview/listlistAssociatedTrafficFilter.js +26 -0
  90. package/elastic/v20230701preview/monitor.d.ts +99 -0
  91. package/elastic/v20230701preview/monitor.js +77 -0
  92. package/elastic/v20230701preview/tagRule.d.ts +67 -0
  93. package/elastic/v20230701preview/tagRule.js +73 -0
  94. package/network/adminRule.js +2 -2
  95. package/network/adminRuleCollection.js +2 -2
  96. package/network/applicationGateway.js +2 -2
  97. package/network/applicationGatewayPrivateEndpointConnection.js +2 -2
  98. package/network/applicationSecurityGroup.js +2 -2
  99. package/network/azureFirewall.js +2 -2
  100. package/network/bastionHost.js +2 -2
  101. package/network/configurationPolicyGroup.js +2 -2
  102. package/network/connectionMonitor.js +2 -2
  103. package/network/connectivityConfiguration.js +2 -2
  104. package/network/customIPPrefix.js +2 -2
  105. package/network/ddosCustomPolicy.js +2 -2
  106. package/network/ddosProtectionPlan.js +2 -2
  107. package/network/defaultAdminRule.js +2 -2
  108. package/network/dscpConfiguration.js +2 -2
  109. package/network/expressRouteCircuit.js +2 -2
  110. package/network/expressRouteCircuitAuthorization.js +2 -2
  111. package/network/expressRouteCircuitConnection.js +2 -2
  112. package/network/expressRouteCircuitPeering.js +2 -2
  113. package/network/expressRouteConnection.js +2 -2
  114. package/network/expressRouteCrossConnectionPeering.js +2 -2
  115. package/network/expressRouteGateway.js +2 -2
  116. package/network/expressRoutePort.js +2 -2
  117. package/network/expressRoutePortAuthorization.js +2 -2
  118. package/network/firewallPolicy.js +2 -2
  119. package/network/firewallPolicyRuleCollectionGroup.js +2 -2
  120. package/network/flowLog.js +2 -2
  121. package/network/hubRouteTable.js +2 -2
  122. package/network/hubVirtualNetworkConnection.js +2 -2
  123. package/network/inboundNatRule.js +2 -2
  124. package/network/index.d.ts +2 -1
  125. package/network/index.js +4 -2
  126. package/network/interfaceEndpoint.js +2 -2
  127. package/network/ipAllocation.js +2 -2
  128. package/network/ipGroup.js +2 -2
  129. package/network/loadBalancer.js +2 -2
  130. package/network/loadBalancerBackendAddressPool.js +2 -2
  131. package/network/localNetworkGateway.js +2 -2
  132. package/network/managementGroupNetworkManagerConnection.js +2 -2
  133. package/network/natGateway.js +2 -2
  134. package/network/natRule.js +2 -2
  135. package/network/networkGroup.js +2 -2
  136. package/network/networkInterface.js +2 -2
  137. package/network/networkInterfaceTapConfiguration.js +2 -2
  138. package/network/networkManager.js +2 -2
  139. package/network/networkProfile.js +2 -2
  140. package/network/networkSecurityGroup.js +2 -2
  141. package/network/networkVirtualAppliance.js +2 -2
  142. package/network/networkVirtualApplianceConnection.js +2 -2
  143. package/network/networkWatcher.js +2 -2
  144. package/network/p2sVpnGateway.js +2 -2
  145. package/network/packetCapture.js +2 -2
  146. package/network/privateDnsZoneGroup.js +2 -2
  147. package/network/privateEndpoint.js +2 -2
  148. package/network/privateLinkService.js +2 -2
  149. package/network/privateLinkServicePrivateEndpointConnection.js +2 -2
  150. package/network/publicIPAddress.js +2 -2
  151. package/network/publicIPPrefix.js +2 -2
  152. package/network/route.js +2 -2
  153. package/network/routeFilter.js +2 -2
  154. package/network/routeFilterRule.js +2 -2
  155. package/network/routeMap.js +2 -2
  156. package/network/routeTable.js +2 -2
  157. package/network/routingIntent.js +2 -2
  158. package/network/scopeConnection.js +2 -2
  159. package/network/securityAdminConfiguration.js +2 -2
  160. package/network/securityPartnerProvider.js +2 -2
  161. package/network/securityRule.js +2 -2
  162. package/network/serviceEndpointPolicy.js +2 -2
  163. package/network/serviceEndpointPolicyDefinition.js +2 -2
  164. package/network/staticMember.js +2 -2
  165. package/network/subnet.js +2 -2
  166. package/network/subscriptionNetworkManagerConnection.js +2 -2
  167. package/network/v20180601/loadBalancer.js +2 -2
  168. package/network/v20180701/networkInterface.js +2 -2
  169. package/network/v20180701/serviceEndpointPolicy.js +2 -2
  170. package/network/v20180701/serviceEndpointPolicyDefinition.js +2 -2
  171. package/network/v20180701/virtualHub.js +2 -2
  172. package/network/v20180701/virtualWAN.js +2 -2
  173. package/network/v20180701/vpnConnection.js +2 -2
  174. package/network/v20180701/vpnGateway.js +2 -2
  175. package/network/v20180701/vpnSite.js +2 -2
  176. package/network/v20181201/expressRouteCircuit.js +2 -2
  177. package/network/v20190201/expressRouteCircuitPeering.js +2 -2
  178. package/network/v20190201/interfaceEndpoint.js +2 -2
  179. package/network/v20190201/networkInterface.js +2 -2
  180. package/network/v20190201/subnet.js +2 -2
  181. package/network/v20190601/applicationGateway.js +2 -2
  182. package/network/v20190601/expressRouteCircuit.js +2 -2
  183. package/network/v20190601/expressRouteCircuitAuthorization.js +2 -2
  184. package/network/v20190601/expressRouteCircuitPeering.js +2 -2
  185. package/network/v20190601/inboundNatRule.js +2 -2
  186. package/network/v20190601/loadBalancer.js +2 -2
  187. package/network/v20190601/natGateway.js +2 -2
  188. package/network/v20190601/networkInterface.js +2 -2
  189. package/network/v20190601/networkSecurityGroup.js +2 -2
  190. package/network/v20190601/publicIPAddress.js +2 -2
  191. package/network/v20190601/publicIPPrefix.js +2 -2
  192. package/network/v20190601/route.js +2 -2
  193. package/network/v20190601/routeTable.js +2 -2
  194. package/network/v20190601/securityRule.js +2 -2
  195. package/network/v20190601/subnet.js +2 -2
  196. package/network/v20190601/virtualNetwork.js +2 -2
  197. package/network/v20190601/virtualNetworkPeering.js +2 -2
  198. package/network/v20190701/p2sVpnGateway.js +2 -2
  199. package/network/v20190701/virtualWan.js +2 -2
  200. package/network/v20190701/webApplicationFirewallPolicy.js +2 -2
  201. package/network/v20190801/applicationGateway.js +2 -2
  202. package/network/v20190801/expressRouteCircuitPeering.js +2 -2
  203. package/network/v20190801/expressRouteCrossConnectionPeering.js +2 -2
  204. package/network/v20190801/expressRoutePort.js +2 -2
  205. package/network/v20190801/loadBalancer.js +2 -2
  206. package/network/v20190801/localNetworkGateway.js +2 -2
  207. package/network/v20190801/natGateway.js +2 -2
  208. package/network/v20190801/networkInterface.js +2 -2
  209. package/network/v20190801/networkProfile.js +2 -2
  210. package/network/v20190801/networkSecurityGroup.js +2 -2
  211. package/network/v20190801/privateLinkService.js +2 -2
  212. package/network/v20190801/publicIPAddress.js +2 -2
  213. package/network/v20190801/publicIPPrefix.js +2 -2
  214. package/network/v20190801/routeFilter.js +2 -2
  215. package/network/v20190801/subnet.js +2 -2
  216. package/network/v20190801/virtualNetwork.js +2 -2
  217. package/network/v20190801/virtualNetworkGateway.js +2 -2
  218. package/network/v20190801/virtualNetworkGatewayConnection.js +2 -2
  219. package/network/v20190901/connectionMonitor.js +2 -2
  220. package/network/v20200401/azureFirewall.js +2 -2
  221. package/network/v20200401/firewallPolicy.js +2 -2
  222. package/network/v20200401/networkVirtualAppliance.js +2 -2
  223. package/network/v20200401/virtualHub.js +2 -2
  224. package/network/v20200601/packetCapture.js +2 -2
  225. package/network/v20200601/subnet.js +2 -2
  226. package/network/v20200601/virtualHub.js +2 -2
  227. package/network/v20210201/privateDnsZoneGroup.js +2 -2
  228. package/network/v20210201/privateEndpoint.js +2 -2
  229. package/network/v20210201/privateLinkService.js +2 -2
  230. package/network/v20210201preview/adminRule.js +2 -2
  231. package/network/v20210201preview/adminRuleCollection.js +2 -2
  232. package/network/v20210201preview/connectivityConfiguration.js +2 -2
  233. package/network/v20210201preview/networkGroup.js +2 -2
  234. package/network/v20210201preview/networkManager.js +2 -2
  235. package/network/v20210301/customIPPrefix.js +2 -2
  236. package/network/v20210301/expressRouteGateway.js +2 -2
  237. package/network/v20210501preview/adminRule.js +2 -2
  238. package/network/v20210501preview/adminRuleCollection.js +2 -2
  239. package/network/v20210501preview/connectivityConfiguration.js +2 -2
  240. package/network/v20210501preview/defaultAdminRule.js +2 -2
  241. package/network/v20210501preview/networkGroup.js +2 -2
  242. package/network/v20210501preview/networkManager.js +2 -2
  243. package/network/v20210501preview/securityAdminConfiguration.js +2 -2
  244. package/network/v20210801/firewallPolicy.js +2 -2
  245. package/network/v20220101/ddosCustomPolicy.js +2 -2
  246. package/network/v20220401preview/networkGroup.js +2 -2
  247. package/network/v20220501/ddosProtectionPlan.js +2 -2
  248. package/network/v20220501/networkWatcher.js +2 -2
  249. package/network/v20220701/securityRule.js +2 -2
  250. package/network/v20220701/subnet.js +2 -2
  251. package/network/v20230201/adminRule.js +2 -2
  252. package/network/v20230201/adminRuleCollection.js +2 -2
  253. package/network/v20230201/applicationGateway.js +2 -2
  254. package/network/v20230201/applicationGatewayPrivateEndpointConnection.js +2 -2
  255. package/network/v20230201/applicationSecurityGroup.js +2 -2
  256. package/network/v20230201/azureFirewall.js +2 -2
  257. package/network/v20230201/bastionHost.js +2 -2
  258. package/network/v20230201/configurationPolicyGroup.js +2 -2
  259. package/network/v20230201/connectionMonitor.js +2 -2
  260. package/network/v20230201/connectivityConfiguration.js +2 -2
  261. package/network/v20230201/customIPPrefix.js +2 -2
  262. package/network/v20230201/ddosCustomPolicy.js +2 -2
  263. package/network/v20230201/ddosProtectionPlan.js +2 -2
  264. package/network/v20230201/defaultAdminRule.js +2 -2
  265. package/network/v20230201/dscpConfiguration.js +2 -2
  266. package/network/v20230201/expressRouteCircuit.js +2 -2
  267. package/network/v20230201/expressRouteCircuitAuthorization.js +2 -2
  268. package/network/v20230201/expressRouteCircuitConnection.js +2 -2
  269. package/network/v20230201/expressRouteCircuitPeering.js +2 -2
  270. package/network/v20230201/expressRouteConnection.js +2 -2
  271. package/network/v20230201/expressRouteCrossConnectionPeering.js +2 -2
  272. package/network/v20230201/expressRouteGateway.js +2 -2
  273. package/network/v20230201/expressRoutePort.js +2 -2
  274. package/network/v20230201/expressRoutePortAuthorization.js +2 -2
  275. package/network/v20230201/firewallPolicy.js +2 -2
  276. package/network/v20230201/firewallPolicyRuleCollectionGroup.js +2 -2
  277. package/network/v20230201/flowLog.js +2 -2
  278. package/network/v20230201/hubRouteTable.js +2 -2
  279. package/network/v20230201/hubVirtualNetworkConnection.js +2 -2
  280. package/network/v20230201/inboundNatRule.js +2 -2
  281. package/network/v20230201/ipAllocation.js +2 -2
  282. package/network/v20230201/ipGroup.js +2 -2
  283. package/network/v20230201/loadBalancer.js +2 -2
  284. package/network/v20230201/loadBalancerBackendAddressPool.js +2 -2
  285. package/network/v20230201/localNetworkGateway.js +2 -2
  286. package/network/v20230201/managementGroupNetworkManagerConnection.js +2 -2
  287. package/network/v20230201/natGateway.js +2 -2
  288. package/network/v20230201/natRule.js +2 -2
  289. package/network/v20230201/networkGroup.js +2 -2
  290. package/network/v20230201/networkInterface.js +2 -2
  291. package/network/v20230201/networkInterfaceTapConfiguration.js +2 -2
  292. package/network/v20230201/networkManager.js +2 -2
  293. package/network/v20230201/networkProfile.js +2 -2
  294. package/network/v20230201/networkSecurityGroup.js +2 -2
  295. package/network/v20230201/networkVirtualAppliance.js +2 -2
  296. package/network/v20230201/networkVirtualApplianceConnection.js +2 -2
  297. package/network/v20230201/networkWatcher.js +2 -2
  298. package/network/v20230201/p2sVpnGateway.js +2 -2
  299. package/network/v20230201/packetCapture.js +2 -2
  300. package/network/v20230201/privateDnsZoneGroup.js +2 -2
  301. package/network/v20230201/privateEndpoint.js +2 -2
  302. package/network/v20230201/privateLinkService.js +2 -2
  303. package/network/v20230201/privateLinkServicePrivateEndpointConnection.js +2 -2
  304. package/network/v20230201/publicIPAddress.js +2 -2
  305. package/network/v20230201/publicIPPrefix.js +2 -2
  306. package/network/v20230201/route.js +2 -2
  307. package/network/v20230201/routeFilter.js +2 -2
  308. package/network/v20230201/routeFilterRule.js +2 -2
  309. package/network/v20230201/routeMap.js +2 -2
  310. package/network/v20230201/routeTable.js +2 -2
  311. package/network/v20230201/routingIntent.js +2 -2
  312. package/network/v20230201/scopeConnection.js +2 -2
  313. package/network/v20230201/securityAdminConfiguration.js +2 -2
  314. package/network/v20230201/securityPartnerProvider.js +2 -2
  315. package/network/v20230201/securityRule.js +2 -2
  316. package/network/v20230201/serviceEndpointPolicy.js +2 -2
  317. package/network/v20230201/serviceEndpointPolicyDefinition.js +2 -2
  318. package/network/v20230201/staticMember.js +2 -2
  319. package/network/v20230201/subnet.js +2 -2
  320. package/network/v20230201/subscriptionNetworkManagerConnection.js +2 -2
  321. package/network/v20230201/virtualApplianceSite.js +2 -2
  322. package/network/v20230201/virtualHub.js +2 -2
  323. package/network/v20230201/virtualHubBgpConnection.js +2 -2
  324. package/network/v20230201/virtualHubIpConfiguration.js +2 -2
  325. package/network/v20230201/virtualHubRouteTableV2.js +2 -2
  326. package/network/v20230201/virtualNetwork.js +2 -2
  327. package/network/v20230201/virtualNetworkGateway.js +2 -2
  328. package/network/v20230201/virtualNetworkGatewayConnection.js +2 -2
  329. package/network/v20230201/virtualNetworkGatewayNatRule.js +2 -2
  330. package/network/v20230201/virtualNetworkPeering.js +2 -2
  331. package/network/v20230201/virtualNetworkTap.js +2 -2
  332. package/network/v20230201/virtualRouter.js +2 -2
  333. package/network/v20230201/virtualRouterPeering.js +2 -2
  334. package/network/v20230201/virtualWan.js +2 -2
  335. package/network/v20230201/vpnConnection.js +2 -2
  336. package/network/v20230201/vpnGateway.js +2 -2
  337. package/network/v20230201/vpnServerConfiguration.js +2 -2
  338. package/network/v20230201/vpnSite.js +2 -2
  339. package/network/v20230201/webApplicationFirewallPolicy.js +2 -2
  340. package/network/v20230401/adminRule.d.ts +162 -0
  341. package/network/v20230401/adminRule.js +120 -0
  342. package/network/v20230401/adminRuleCollection.d.ts +91 -0
  343. package/network/v20230401/adminRuleCollection.js +88 -0
  344. package/network/v20230401/applicationGateway.d.ts +363 -0
  345. package/network/v20230401/applicationGateway.js +148 -0
  346. package/network/v20230401/applicationGatewayPrivateEndpointConnection.d.ts +87 -0
  347. package/network/v20230401/applicationGatewayPrivateEndpointConnection.js +80 -0
  348. package/network/v20230401/applicationSecurityGroup.d.ts +85 -0
  349. package/network/v20230401/applicationSecurityGroup.js +76 -0
  350. package/network/v20230401/azureFirewall.d.ts +188 -0
  351. package/network/v20230401/azureFirewall.js +100 -0
  352. package/network/v20230401/bastionHost.d.ts +163 -0
  353. package/network/v20230401/bastionHost.js +96 -0
  354. package/network/v20230401/configurationPolicyGroup.d.ts +99 -0
  355. package/network/v20230401/configurationPolicyGroup.js +82 -0
  356. package/network/v20230401/connectionMonitor.d.ts +171 -0
  357. package/network/v20230401/connectionMonitor.js +103 -0
  358. package/network/v20230401/connectivityConfiguration.d.ts +120 -0
  359. package/network/v20230401/connectivityConfiguration.js +95 -0
  360. package/network/v20230401/customIPPrefix.d.ts +196 -0
  361. package/network/v20230401/customIPPrefix.js +106 -0
  362. package/network/v20230401/ddosCustomPolicy.d.ts +85 -0
  363. package/network/v20230401/ddosCustomPolicy.js +76 -0
  364. package/network/v20230401/ddosProtectionPlan.d.ts +90 -0
  365. package/network/v20230401/ddosProtectionPlan.js +79 -0
  366. package/network/v20230401/defaultAdminRule.d.ts +132 -0
  367. package/network/v20230401/defaultAdminRule.js +110 -0
  368. package/network/v20230401/dscpConfiguration.d.ts +152 -0
  369. package/network/v20230401/dscpConfiguration.js +94 -0
  370. package/network/v20230401/expressRouteCircuit.d.ts +204 -0
  371. package/network/v20230401/expressRouteCircuit.js +106 -0
  372. package/network/v20230401/expressRouteCircuitAuthorization.d.ts +86 -0
  373. package/network/v20230401/expressRouteCircuitAuthorization.js +78 -0
  374. package/network/v20230401/expressRouteCircuitConnection.d.ts +119 -0
  375. package/network/v20230401/expressRouteCircuitConnection.js +90 -0
  376. package/network/v20230401/expressRouteCircuitPeering.d.ts +212 -0
  377. package/network/v20230401/expressRouteCircuitPeering.js +112 -0
  378. package/network/v20230401/expressRouteConnection.d.ts +119 -0
  379. package/network/v20230401/expressRouteConnection.js +90 -0
  380. package/network/v20230401/expressRouteCrossConnectionPeering.d.ts +164 -0
  381. package/network/v20230401/expressRouteCrossConnectionPeering.js +100 -0
  382. package/network/v20230401/expressRouteGateway.d.ts +115 -0
  383. package/network/v20230401/expressRouteGateway.js +85 -0
  384. package/network/v20230401/expressRoutePort.d.ts +156 -0
  385. package/network/v20230401/expressRoutePort.js +98 -0
  386. package/network/v20230401/expressRoutePortAuthorization.d.ts +81 -0
  387. package/network/v20230401/expressRoutePortAuthorization.js +80 -0
  388. package/network/v20230401/firewallPolicy.d.ts +192 -0
  389. package/network/v20230401/firewallPolicy.js +104 -0
  390. package/network/v20230401/firewallPolicyRuleCollectionGroup.d.ts +87 -0
  391. package/network/v20230401/firewallPolicyRuleCollectionGroup.js +78 -0
  392. package/network/v20230401/flowLog.d.ts +139 -0
  393. package/network/v20230401/flowLog.js +99 -0
  394. package/network/v20230401/getActiveSessions.d.ts +43 -0
  395. package/network/v20230401/getActiveSessions.js +26 -0
  396. package/network/v20230401/getAdminRule.d.ts +128 -0
  397. package/network/v20230401/getAdminRule.js +29 -0
  398. package/network/v20230401/getAdminRuleCollection.d.ts +87 -0
  399. package/network/v20230401/getAdminRuleCollection.js +28 -0
  400. package/network/v20230401/getApplicationGateway.d.ts +213 -0
  401. package/network/v20230401/getApplicationGateway.js +26 -0
  402. package/network/v20230401/getApplicationGatewayBackendHealthOnDemand.d.ts +117 -0
  403. package/network/v20230401/getApplicationGatewayBackendHealthOnDemand.js +35 -0
  404. package/network/v20230401/getApplicationGatewayPrivateEndpointConnection.d.ts +75 -0
  405. package/network/v20230401/getApplicationGatewayPrivateEndpointConnection.js +27 -0
  406. package/network/v20230401/getApplicationSecurityGroup.d.ts +68 -0
  407. package/network/v20230401/getApplicationSecurityGroup.js +26 -0
  408. package/network/v20230401/getAzureFirewall.d.ts +119 -0
  409. package/network/v20230401/getAzureFirewall.js +26 -0
  410. package/network/v20230401/getBastionHost.d.ts +105 -0
  411. package/network/v20230401/getBastionHost.js +26 -0
  412. package/network/v20230401/getBastionShareableLink.d.ts +52 -0
  413. package/network/v20230401/getBastionShareableLink.js +27 -0
  414. package/network/v20230401/getConfigurationPolicyGroup.d.ts +79 -0
  415. package/network/v20230401/getConfigurationPolicyGroup.js +27 -0
  416. package/network/v20230401/getConnectionMonitor.d.ts +121 -0
  417. package/network/v20230401/getConnectionMonitor.js +27 -0
  418. package/network/v20230401/getConnectivityConfiguration.d.ts +95 -0
  419. package/network/v20230401/getConnectivityConfiguration.js +27 -0
  420. package/network/v20230401/getCustomIPPrefix.d.ts +137 -0
  421. package/network/v20230401/getCustomIPPrefix.js +27 -0
  422. package/network/v20230401/getDdosCustomPolicy.d.ts +68 -0
  423. package/network/v20230401/getDdosCustomPolicy.js +26 -0
  424. package/network/v20230401/getDdosProtectionPlan.d.ts +77 -0
  425. package/network/v20230401/getDdosProtectionPlan.js +26 -0
  426. package/network/v20230401/getDefaultAdminRule.d.ts +132 -0
  427. package/network/v20230401/getDefaultAdminRule.js +29 -0
  428. package/network/v20230401/getDscpConfiguration.d.ts +105 -0
  429. package/network/v20230401/getDscpConfiguration.js +26 -0
  430. package/network/v20230401/getExpressRouteCircuit.d.ts +129 -0
  431. package/network/v20230401/getExpressRouteCircuit.js +26 -0
  432. package/network/v20230401/getExpressRouteCircuitAuthorization.d.ts +70 -0
  433. package/network/v20230401/getExpressRouteCircuitAuthorization.js +27 -0
  434. package/network/v20230401/getExpressRouteCircuitConnection.d.ts +95 -0
  435. package/network/v20230401/getExpressRouteCircuitConnection.js +28 -0
  436. package/network/v20230401/getExpressRouteCircuitPeering.d.ts +139 -0
  437. package/network/v20230401/getExpressRouteCircuitPeering.js +27 -0
  438. package/network/v20230401/getExpressRouteConnection.d.ts +83 -0
  439. package/network/v20230401/getExpressRouteConnection.js +27 -0
  440. package/network/v20230401/getExpressRouteCrossConnectionPeering.d.ts +115 -0
  441. package/network/v20230401/getExpressRouteCrossConnectionPeering.js +27 -0
  442. package/network/v20230401/getExpressRouteGateway.d.ts +81 -0
  443. package/network/v20230401/getExpressRouteGateway.js +26 -0
  444. package/network/v20230401/getExpressRoutePort.d.ts +113 -0
  445. package/network/v20230401/getExpressRoutePort.js +26 -0
  446. package/network/v20230401/getExpressRoutePortAuthorization.d.ts +74 -0
  447. package/network/v20230401/getExpressRoutePortAuthorization.js +27 -0
  448. package/network/v20230401/getFirewallPolicy.d.ts +133 -0
  449. package/network/v20230401/getFirewallPolicy.js +27 -0
  450. package/network/v20230401/getFirewallPolicyRuleCollectionGroup.d.ts +71 -0
  451. package/network/v20230401/getFirewallPolicyRuleCollectionGroup.js +27 -0
  452. package/network/v20230401/getFlowLog.d.ts +101 -0
  453. package/network/v20230401/getFlowLog.js +27 -0
  454. package/network/v20230401/getHubRouteTable.d.ts +79 -0
  455. package/network/v20230401/getHubRouteTable.js +27 -0
  456. package/network/v20230401/getHubVirtualNetworkConnection.d.ts +79 -0
  457. package/network/v20230401/getHubVirtualNetworkConnection.js +27 -0
  458. package/network/v20230401/getInboundNatRule.d.ts +115 -0
  459. package/network/v20230401/getInboundNatRule.js +28 -0
  460. package/network/v20230401/getIpAllocation.d.ts +99 -0
  461. package/network/v20230401/getIpAllocation.js +27 -0
  462. package/network/v20230401/getIpGroup.d.ts +85 -0
  463. package/network/v20230401/getIpGroup.js +27 -0
  464. package/network/v20230401/getLoadBalancer.d.ts +113 -0
  465. package/network/v20230401/getLoadBalancer.js +27 -0
  466. package/network/v20230401/getLoadBalancerBackendAddressPool.d.ts +107 -0
  467. package/network/v20230401/getLoadBalancerBackendAddressPool.js +27 -0
  468. package/network/v20230401/getLocalNetworkGateway.d.ts +85 -0
  469. package/network/v20230401/getLocalNetworkGateway.js +26 -0
  470. package/network/v20230401/getManagementGroupNetworkManagerConnection.d.ts +63 -0
  471. package/network/v20230401/getManagementGroupNetworkManagerConnection.js +26 -0
  472. package/network/v20230401/getNatGateway.d.ts +101 -0
  473. package/network/v20230401/getNatGateway.js +27 -0
  474. package/network/v20230401/getNatRule.d.ts +87 -0
  475. package/network/v20230401/getNatRule.js +27 -0
  476. package/network/v20230401/getNetworkGroup.d.ts +75 -0
  477. package/network/v20230401/getNetworkGroup.js +27 -0
  478. package/network/v20230401/getNetworkInterface.d.ts +161 -0
  479. package/network/v20230401/getNetworkInterface.js +27 -0
  480. package/network/v20230401/getNetworkInterfaceTapConfiguration.d.ts +67 -0
  481. package/network/v20230401/getNetworkInterfaceTapConfiguration.js +27 -0
  482. package/network/v20230401/getNetworkManager.d.ts +85 -0
  483. package/network/v20230401/getNetworkManager.js +26 -0
  484. package/network/v20230401/getNetworkProfile.d.ts +85 -0
  485. package/network/v20230401/getNetworkProfile.js +27 -0
  486. package/network/v20230401/getNetworkSecurityGroup.d.ts +101 -0
  487. package/network/v20230401/getNetworkSecurityGroup.js +27 -0
  488. package/network/v20230401/getNetworkVirtualAppliance.d.ts +141 -0
  489. package/network/v20230401/getNetworkVirtualAppliance.js +27 -0
  490. package/network/v20230401/getNetworkVirtualApplianceConnection.d.ts +75 -0
  491. package/network/v20230401/getNetworkVirtualApplianceConnection.js +27 -0
  492. package/network/v20230401/getNetworkWatcher.d.ts +64 -0
  493. package/network/v20230401/getNetworkWatcher.js +26 -0
  494. package/network/v20230401/getP2sVpnGateway.d.ts +93 -0
  495. package/network/v20230401/getP2sVpnGateway.js +26 -0
  496. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealth.d.ts +93 -0
  497. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealth.js +26 -0
  498. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealthDetailed.d.ts +54 -0
  499. package/network/v20230401/getP2sVpnGatewayP2sVpnConnectionHealthDetailed.js +28 -0
  500. package/network/v20230401/getPacketCapture.d.ts +91 -0
  501. package/network/v20230401/getPacketCapture.js +27 -0
  502. package/network/v20230401/getPrivateDnsZoneGroup.d.ts +63 -0
  503. package/network/v20230401/getPrivateDnsZoneGroup.js +27 -0
  504. package/network/v20230401/getPrivateEndpoint.d.ts +109 -0
  505. package/network/v20230401/getPrivateEndpoint.js +27 -0
  506. package/network/v20230401/getPrivateLinkService.d.ts +113 -0
  507. package/network/v20230401/getPrivateLinkService.js +27 -0
  508. package/network/v20230401/getPrivateLinkServicePrivateEndpointConnection.d.ts +87 -0
  509. package/network/v20230401/getPrivateLinkServicePrivateEndpointConnection.js +28 -0
  510. package/network/v20230401/getPublicIPAddress.d.ts +145 -0
  511. package/network/v20230401/getPublicIPAddress.js +27 -0
  512. package/network/v20230401/getPublicIPPrefix.d.ts +121 -0
  513. package/network/v20230401/getPublicIPPrefix.js +27 -0
  514. package/network/v20230401/getRoute.d.ts +78 -0
  515. package/network/v20230401/getRoute.js +27 -0
  516. package/network/v20230401/getRouteFilter.d.ts +85 -0
  517. package/network/v20230401/getRouteFilter.js +27 -0
  518. package/network/v20230401/getRouteFilterRule.d.ts +74 -0
  519. package/network/v20230401/getRouteFilterRule.js +27 -0
  520. package/network/v20230401/getRouteMap.d.ts +75 -0
  521. package/network/v20230401/getRouteMap.js +27 -0
  522. package/network/v20230401/getRouteTable.d.ts +89 -0
  523. package/network/v20230401/getRouteTable.js +27 -0
  524. package/network/v20230401/getRoutingIntent.d.ts +67 -0
  525. package/network/v20230401/getRoutingIntent.js +27 -0
  526. package/network/v20230401/getScopeConnection.d.ts +75 -0
  527. package/network/v20230401/getScopeConnection.js +27 -0
  528. package/network/v20230401/getSecurityAdminConfiguration.d.ts +79 -0
  529. package/network/v20230401/getSecurityAdminConfiguration.js +27 -0
  530. package/network/v20230401/getSecurityPartnerProvider.d.ts +77 -0
  531. package/network/v20230401/getSecurityPartnerProvider.js +26 -0
  532. package/network/v20230401/getSecurityRule.d.ts +123 -0
  533. package/network/v20230401/getSecurityRule.js +27 -0
  534. package/network/v20230401/getServiceEndpointPolicy.d.ts +97 -0
  535. package/network/v20230401/getServiceEndpointPolicy.js +27 -0
  536. package/network/v20230401/getServiceEndpointPolicyDefinition.d.ts +74 -0
  537. package/network/v20230401/getServiceEndpointPolicyDefinition.js +27 -0
  538. package/network/v20230401/getStaticMember.d.ts +83 -0
  539. package/network/v20230401/getStaticMember.js +28 -0
  540. package/network/v20230401/getSubnet.d.ts +143 -0
  541. package/network/v20230401/getSubnet.js +28 -0
  542. package/network/v20230401/getSubscriptionNetworkManagerConnection.d.ts +55 -0
  543. package/network/v20230401/getSubscriptionNetworkManagerConnection.js +25 -0
  544. package/network/v20230401/getVirtualApplianceSite.d.ts +71 -0
  545. package/network/v20230401/getVirtualApplianceSite.js +27 -0
  546. package/network/v20230401/getVirtualHub.d.ts +153 -0
  547. package/network/v20230401/getVirtualHub.js +26 -0
  548. package/network/v20230401/getVirtualHubBgpConnection.d.ts +79 -0
  549. package/network/v20230401/getVirtualHubBgpConnection.js +27 -0
  550. package/network/v20230401/getVirtualHubIpConfiguration.d.ts +79 -0
  551. package/network/v20230401/getVirtualHubIpConfiguration.js +27 -0
  552. package/network/v20230401/getVirtualHubRouteTableV2.d.ts +67 -0
  553. package/network/v20230401/getVirtualHubRouteTableV2.js +27 -0
  554. package/network/v20230401/getVirtualNetwork.d.ts +129 -0
  555. package/network/v20230401/getVirtualNetwork.js +27 -0
  556. package/network/v20230401/getVirtualNetworkGateway.d.ts +161 -0
  557. package/network/v20230401/getVirtualNetworkGateway.js +26 -0
  558. package/network/v20230401/getVirtualNetworkGatewayAdvertisedRoutes.d.ts +47 -0
  559. package/network/v20230401/getVirtualNetworkGatewayAdvertisedRoutes.js +27 -0
  560. package/network/v20230401/getVirtualNetworkGatewayBgpPeerStatus.d.ts +47 -0
  561. package/network/v20230401/getVirtualNetworkGatewayBgpPeerStatus.js +27 -0
  562. package/network/v20230401/getVirtualNetworkGatewayConnection.d.ts +169 -0
  563. package/network/v20230401/getVirtualNetworkGatewayConnection.js +26 -0
  564. package/network/v20230401/getVirtualNetworkGatewayLearnedRoutes.d.ts +39 -0
  565. package/network/v20230401/getVirtualNetworkGatewayLearnedRoutes.js +26 -0
  566. package/network/v20230401/getVirtualNetworkGatewayNatRule.d.ts +79 -0
  567. package/network/v20230401/getVirtualNetworkGatewayNatRule.js +27 -0
  568. package/network/v20230401/getVirtualNetworkGatewayVpnclientConnectionHealth.d.ts +39 -0
  569. package/network/v20230401/getVirtualNetworkGatewayVpnclientConnectionHealth.js +26 -0
  570. package/network/v20230401/getVirtualNetworkGatewayVpnclientIpsecParameters.d.ts +66 -0
  571. package/network/v20230401/getVirtualNetworkGatewayVpnclientIpsecParameters.js +26 -0
  572. package/network/v20230401/getVirtualNetworkPeering.d.ts +115 -0
  573. package/network/v20230401/getVirtualNetworkPeering.js +27 -0
  574. package/network/v20230401/getVirtualNetworkTap.d.ts +85 -0
  575. package/network/v20230401/getVirtualNetworkTap.js +26 -0
  576. package/network/v20230401/getVirtualRouter.d.ts +93 -0
  577. package/network/v20230401/getVirtualRouter.js +27 -0
  578. package/network/v20230401/getVirtualRouterPeering.d.ts +70 -0
  579. package/network/v20230401/getVirtualRouterPeering.js +27 -0
  580. package/network/v20230401/getVirtualWan.d.ts +89 -0
  581. package/network/v20230401/getVirtualWan.js +26 -0
  582. package/network/v20230401/getVpnConnection.d.ts +131 -0
  583. package/network/v20230401/getVpnConnection.js +27 -0
  584. package/network/v20230401/getVpnGateway.d.ts +97 -0
  585. package/network/v20230401/getVpnGateway.js +26 -0
  586. package/network/v20230401/getVpnServerConfiguration.d.ts +117 -0
  587. package/network/v20230401/getVpnServerConfiguration.js +26 -0
  588. package/network/v20230401/getVpnSite.d.ts +101 -0
  589. package/network/v20230401/getVpnSite.js +26 -0
  590. package/network/v20230401/getWebApplicationFirewallPolicy.d.ts +93 -0
  591. package/network/v20230401/getWebApplicationFirewallPolicy.js +26 -0
  592. package/network/v20230401/hubRouteTable.d.ts +95 -0
  593. package/network/v20230401/hubRouteTable.js +82 -0
  594. package/network/v20230401/hubVirtualNetworkConnection.d.ts +107 -0
  595. package/network/v20230401/hubVirtualNetworkConnection.js +82 -0
  596. package/network/v20230401/inboundNatRule.d.ts +156 -0
  597. package/network/v20230401/inboundNatRule.js +96 -0
  598. package/network/v20230401/index.d.ts +586 -0
  599. package/network/v20230401/index.js +714 -0
  600. package/network/v20230401/ipAllocation.d.ts +135 -0
  601. package/network/v20230401/ipAllocation.js +87 -0
  602. package/network/v20230401/ipGroup.d.ts +98 -0
  603. package/network/v20230401/ipGroup.js +80 -0
  604. package/network/v20230401/listActiveConnectivityConfigurations.d.ts +67 -0
  605. package/network/v20230401/listActiveConnectivityConfigurations.js +29 -0
  606. package/network/v20230401/listActiveSecurityAdminRules.d.ts +67 -0
  607. package/network/v20230401/listActiveSecurityAdminRules.js +29 -0
  608. package/network/v20230401/listFirewallPolicyIdpsSignature.d.ts +84 -0
  609. package/network/v20230401/listFirewallPolicyIdpsSignature.js +31 -0
  610. package/network/v20230401/listFirewallPolicyIdpsSignaturesFilterValue.d.ts +46 -0
  611. package/network/v20230401/listFirewallPolicyIdpsSignaturesFilterValue.js +27 -0
  612. package/network/v20230401/listNetworkManagerDeploymentStatus.d.ts +76 -0
  613. package/network/v20230401/listNetworkManagerDeploymentStatus.js +30 -0
  614. package/network/v20230401/listNetworkManagerEffectiveConnectivityConfigurations.d.ts +59 -0
  615. package/network/v20230401/listNetworkManagerEffectiveConnectivityConfigurations.js +28 -0
  616. package/network/v20230401/listNetworkManagerEffectiveSecurityAdminRules.d.ts +59 -0
  617. package/network/v20230401/listNetworkManagerEffectiveSecurityAdminRules.js +28 -0
  618. package/network/v20230401/loadBalancer.d.ts +159 -0
  619. package/network/v20230401/loadBalancer.js +94 -0
  620. package/network/v20230401/loadBalancerBackendAddressPool.d.ts +140 -0
  621. package/network/v20230401/loadBalancerBackendAddressPool.js +96 -0
  622. package/network/v20230401/localNetworkGateway.d.ts +119 -0
  623. package/network/v20230401/localNetworkGateway.js +84 -0
  624. package/network/v20230401/managementGroupNetworkManagerConnection.d.ts +74 -0
  625. package/network/v20230401/managementGroupNetworkManagerConnection.js +73 -0
  626. package/network/v20230401/natGateway.d.ts +131 -0
  627. package/network/v20230401/natGateway.js +88 -0
  628. package/network/v20230401/natRule.d.ts +116 -0
  629. package/network/v20230401/natRule.js +86 -0
  630. package/network/v20230401/networkGroup.d.ts +78 -0
  631. package/network/v20230401/networkGroup.js +79 -0
  632. package/network/v20230401/networkInterface.d.ts +224 -0
  633. package/network/v20230401/networkInterface.js +118 -0
  634. package/network/v20230401/networkInterfaceTapConfiguration.d.ts +79 -0
  635. package/network/v20230401/networkInterfaceTapConfiguration.js +77 -0
  636. package/network/v20230401/networkManager.d.ts +116 -0
  637. package/network/v20230401/networkManager.js +90 -0
  638. package/network/v20230401/networkProfile.d.ts +99 -0
  639. package/network/v20230401/networkProfile.js +80 -0
  640. package/network/v20230401/networkSecurityGroup.d.ts +119 -0
  641. package/network/v20230401/networkSecurityGroup.js +88 -0
  642. package/network/v20230401/networkVirtualAppliance.d.ts +191 -0
  643. package/network/v20230401/networkVirtualAppliance.js +108 -0
  644. package/network/v20230401/networkVirtualApplianceConnection.d.ts +103 -0
  645. package/network/v20230401/networkVirtualApplianceConnection.js +80 -0
  646. package/network/v20230401/networkWatcher.d.ts +81 -0
  647. package/network/v20230401/networkWatcher.js +74 -0
  648. package/network/v20230401/p2sVpnGateway.d.ts +135 -0
  649. package/network/v20230401/p2sVpnGateway.js +88 -0
  650. package/network/v20230401/packetCapture.d.ts +124 -0
  651. package/network/v20230401/packetCapture.js +94 -0
  652. package/network/v20230401/privateDnsZoneGroup.d.ts +75 -0
  653. package/network/v20230401/privateDnsZoneGroup.js +74 -0
  654. package/network/v20230401/privateEndpoint.d.ts +151 -0
  655. package/network/v20230401/privateEndpoint.js +93 -0
  656. package/network/v20230401/privateLinkService.d.ts +151 -0
  657. package/network/v20230401/privateLinkService.js +94 -0
  658. package/network/v20230401/privateLinkServicePrivateEndpointConnection.d.ts +91 -0
  659. package/network/v20230401/privateLinkServicePrivateEndpointConnection.js +82 -0
  660. package/network/v20230401/publicIPAddress.d.ts +220 -0
  661. package/network/v20230401/publicIPAddress.js +110 -0
  662. package/network/v20230401/publicIPPrefix.d.ts +164 -0
  663. package/network/v20230401/publicIPPrefix.js +98 -0
  664. package/network/v20230401/route.d.ts +106 -0
  665. package/network/v20230401/route.js +85 -0
  666. package/network/v20230401/routeFilter.d.ts +99 -0
  667. package/network/v20230401/routeFilter.js +80 -0
  668. package/network/v20230401/routeFilterRule.d.ts +98 -0
  669. package/network/v20230401/routeFilterRule.js +89 -0
  670. package/network/v20230401/routeMap.d.ts +91 -0
  671. package/network/v20230401/routeMap.js +80 -0
  672. package/network/v20230401/routeTable.d.ts +107 -0
  673. package/network/v20230401/routeTable.js +82 -0
  674. package/network/v20230401/routingIntent.d.ts +79 -0
  675. package/network/v20230401/routingIntent.js +76 -0
  676. package/network/v20230401/scopeConnection.d.ts +86 -0
  677. package/network/v20230401/scopeConnection.js +79 -0
  678. package/network/v20230401/securityAdminConfiguration.d.ts +87 -0
  679. package/network/v20230401/securityAdminConfiguration.js +81 -0
  680. package/network/v20230401/securityPartnerProvider.d.ts +104 -0
  681. package/network/v20230401/securityPartnerProvider.js +80 -0
  682. package/network/v20230401/securityRule.d.ts +196 -0
  683. package/network/v20230401/securityRule.js +116 -0
  684. package/network/v20230401/serviceEndpointPolicy.d.ts +119 -0
  685. package/network/v20230401/serviceEndpointPolicy.js +86 -0
  686. package/network/v20230401/serviceEndpointPolicyDefinition.d.ts +97 -0
  687. package/network/v20230401/serviceEndpointPolicyDefinition.js +80 -0
  688. package/network/v20230401/staticMember.d.ts +82 -0
  689. package/network/v20230401/staticMember.js +83 -0
  690. package/network/v20230401/subnet.d.ts +196 -0
  691. package/network/v20230401/subnet.js +111 -0
  692. package/network/v20230401/subscriptionNetworkManagerConnection.d.ts +70 -0
  693. package/network/v20230401/subscriptionNetworkManagerConnection.js +69 -0
  694. package/network/v20230401/virtualApplianceSite.d.ts +87 -0
  695. package/network/v20230401/virtualApplianceSite.js +78 -0
  696. package/network/v20230401/virtualHub.d.ts +240 -0
  697. package/network/v20230401/virtualHub.js +118 -0
  698. package/network/v20230401/virtualHubBgpConnection.d.ts +99 -0
  699. package/network/v20230401/virtualHubBgpConnection.js +82 -0
  700. package/network/v20230401/virtualHubIpConfiguration.d.ts +104 -0
  701. package/network/v20230401/virtualHubIpConfiguration.js +83 -0
  702. package/network/v20230401/virtualHubRouteTableV2.d.ts +83 -0
  703. package/network/v20230401/virtualHubRouteTableV2.js +76 -0
  704. package/network/v20230401/virtualNetwork.d.ts +187 -0
  705. package/network/v20230401/virtualNetwork.js +103 -0
  706. package/network/v20230401/virtualNetworkGateway.d.ts +268 -0
  707. package/network/v20230401/virtualNetworkGateway.js +122 -0
  708. package/network/v20230401/virtualNetworkGatewayConnection.d.ts +272 -0
  709. package/network/v20230401/virtualNetworkGatewayConnection.js +132 -0
  710. package/network/v20230401/virtualNetworkGatewayNatRule.d.ts +108 -0
  711. package/network/v20230401/virtualNetworkGatewayNatRule.js +82 -0
  712. package/network/v20230401/virtualNetworkPeering.d.ts +176 -0
  713. package/network/v20230401/virtualNetworkPeering.js +101 -0
  714. package/network/v20230401/virtualNetworkTap.d.ts +115 -0
  715. package/network/v20230401/virtualNetworkTap.js +85 -0
  716. package/network/v20230401/virtualRouter.d.ts +119 -0
  717. package/network/v20230401/virtualRouter.js +84 -0
  718. package/network/v20230401/virtualRouterPeering.d.ts +85 -0
  719. package/network/v20230401/virtualRouterPeering.js +78 -0
  720. package/network/v20230401/virtualWan.d.ts +122 -0
  721. package/network/v20230401/virtualWan.js +86 -0
  722. package/network/v20230401/vpnConnection.d.ts +200 -0
  723. package/network/v20230401/vpnConnection.js +108 -0
  724. package/network/v20230401/vpnGateway.d.ts +143 -0
  725. package/network/v20230401/vpnGateway.js +90 -0
  726. package/network/v20230401/vpnServerConfiguration.d.ts +188 -0
  727. package/network/v20230401/vpnServerConfiguration.js +100 -0
  728. package/network/v20230401/vpnSite.d.ts +155 -0
  729. package/network/v20230401/vpnSite.js +92 -0
  730. package/network/v20230401/webApplicationFirewallPolicy.d.ts +123 -0
  731. package/network/v20230401/webApplicationFirewallPolicy.js +92 -0
  732. package/network/virtualApplianceSite.js +2 -2
  733. package/network/virtualHub.js +2 -2
  734. package/network/virtualHubBgpConnection.js +2 -2
  735. package/network/virtualHubIpConfiguration.js +2 -2
  736. package/network/virtualHubRouteTableV2.js +2 -2
  737. package/network/virtualNetwork.js +2 -2
  738. package/network/virtualNetworkGateway.js +2 -2
  739. package/network/virtualNetworkGatewayConnection.js +2 -2
  740. package/network/virtualNetworkGatewayNatRule.js +2 -2
  741. package/network/virtualNetworkPeering.js +2 -2
  742. package/network/virtualNetworkTap.js +2 -2
  743. package/network/virtualRouter.js +2 -2
  744. package/network/virtualRouterPeering.js +2 -2
  745. package/network/virtualWan.js +2 -2
  746. package/network/vpnConnection.js +2 -2
  747. package/network/vpnGateway.js +2 -2
  748. package/network/vpnServerConfiguration.js +2 -2
  749. package/network/vpnSite.js +2 -2
  750. package/network/webApplicationFirewallPolicy.js +2 -2
  751. package/package.json +2 -2
  752. package/storage/blobContainer.js +2 -2
  753. package/storage/blobContainerImmutabilityPolicy.js +2 -2
  754. package/storage/blobInventoryPolicy.js +2 -2
  755. package/storage/blobServiceProperties.js +2 -2
  756. package/storage/encryptionScope.js +2 -2
  757. package/storage/fileServiceProperties.js +2 -2
  758. package/storage/fileShare.js +2 -2
  759. package/storage/index.d.ts +2 -1
  760. package/storage/index.js +4 -2
  761. package/storage/localUser.js +2 -2
  762. package/storage/managementPolicy.js +2 -2
  763. package/storage/objectReplicationPolicy.js +2 -2
  764. package/storage/privateEndpointConnection.js +2 -2
  765. package/storage/queue.js +2 -2
  766. package/storage/queueServiceProperties.js +2 -2
  767. package/storage/storageAccount.js +2 -2
  768. package/storage/table.js +2 -2
  769. package/storage/tableServiceProperties.js +2 -2
  770. package/storage/v20220901/blobContainer.js +2 -2
  771. package/storage/v20220901/blobContainerImmutabilityPolicy.js +2 -2
  772. package/storage/v20220901/blobInventoryPolicy.js +2 -2
  773. package/storage/v20220901/blobServiceProperties.js +2 -2
  774. package/storage/v20220901/encryptionScope.js +2 -2
  775. package/storage/v20220901/fileServiceProperties.js +2 -2
  776. package/storage/v20220901/fileShare.js +2 -2
  777. package/storage/v20220901/localUser.js +2 -2
  778. package/storage/v20220901/managementPolicy.js +2 -2
  779. package/storage/v20220901/objectReplicationPolicy.js +2 -2
  780. package/storage/v20220901/privateEndpointConnection.js +2 -2
  781. package/storage/v20220901/queue.js +2 -2
  782. package/storage/v20220901/queueServiceProperties.js +2 -2
  783. package/storage/v20220901/storageAccount.js +2 -2
  784. package/storage/v20220901/table.js +2 -2
  785. package/storage/v20220901/tableServiceProperties.js +2 -2
  786. package/storage/v20230101/blobContainer.d.ts +168 -0
  787. package/storage/v20230101/blobContainer.js +109 -0
  788. package/storage/v20230101/blobContainerImmutabilityPolicy.d.ts +89 -0
  789. package/storage/v20230101/blobContainerImmutabilityPolicy.js +83 -0
  790. package/storage/v20230101/blobInventoryPolicy.d.ts +71 -0
  791. package/storage/v20230101/blobInventoryPolicy.js +78 -0
  792. package/storage/v20230101/blobServiceProperties.d.ts +131 -0
  793. package/storage/v20230101/blobServiceProperties.js +89 -0
  794. package/storage/v20230101/encryptionScope.d.ts +96 -0
  795. package/storage/v20230101/encryptionScope.js +81 -0
  796. package/storage/v20230101/fileServiceProperties.d.ts +83 -0
  797. package/storage/v20230101/fileServiceProperties.js +77 -0
  798. package/storage/v20230101/fileShare.d.ts +164 -0
  799. package/storage/v20230101/fileShare.js +108 -0
  800. package/storage/v20230101/getBlobContainer.d.ts +137 -0
  801. package/storage/v20230101/getBlobContainer.js +27 -0
  802. package/storage/v20230101/getBlobContainerImmutabilityPolicy.d.ts +82 -0
  803. package/storage/v20230101/getBlobContainerImmutabilityPolicy.js +28 -0
  804. package/storage/v20230101/getBlobInventoryPolicy.d.ts +67 -0
  805. package/storage/v20230101/getBlobInventoryPolicy.js +27 -0
  806. package/storage/v20230101/getBlobServiceProperties.d.ts +95 -0
  807. package/storage/v20230101/getBlobServiceProperties.js +27 -0
  808. package/storage/v20230101/getEncryptionScope.d.ts +79 -0
  809. package/storage/v20230101/getEncryptionScope.js +27 -0
  810. package/storage/v20230101/getFileServiceProperties.d.ts +71 -0
  811. package/storage/v20230101/getFileServiceProperties.js +27 -0
  812. package/storage/v20230101/getFileShare.d.ts +141 -0
  813. package/storage/v20230101/getFileShare.js +28 -0
  814. package/storage/v20230101/getLocalUser.d.ts +87 -0
  815. package/storage/v20230101/getLocalUser.js +27 -0
  816. package/storage/v20230101/getManagementPolicy.d.ts +63 -0
  817. package/storage/v20230101/getManagementPolicy.js +27 -0
  818. package/storage/v20230101/getObjectReplicationPolicy.d.ts +75 -0
  819. package/storage/v20230101/getObjectReplicationPolicy.js +27 -0
  820. package/storage/v20230101/getPrivateEndpointConnection.d.ts +67 -0
  821. package/storage/v20230101/getPrivateEndpointConnection.js +27 -0
  822. package/storage/v20230101/getQueue.d.ts +61 -0
  823. package/storage/v20230101/getQueue.js +27 -0
  824. package/storage/v20230101/getQueueServiceProperties.d.ts +59 -0
  825. package/storage/v20230101/getQueueServiceProperties.js +27 -0
  826. package/storage/v20230101/getStorageAccount.d.ts +241 -0
  827. package/storage/v20230101/getStorageAccount.js +27 -0
  828. package/storage/v20230101/getTable.d.ts +63 -0
  829. package/storage/v20230101/getTable.js +27 -0
  830. package/storage/v20230101/getTableServiceProperties.d.ts +59 -0
  831. package/storage/v20230101/getTableServiceProperties.js +27 -0
  832. package/storage/v20230101/index.d.ts +109 -0
  833. package/storage/v20230101/index.js +159 -0
  834. package/storage/v20230101/listLocalUserKeys.d.ts +51 -0
  835. package/storage/v20230101/listLocalUserKeys.js +27 -0
  836. package/storage/v20230101/listStorageAccountKeys.d.ts +47 -0
  837. package/storage/v20230101/listStorageAccountKeys.js +27 -0
  838. package/storage/v20230101/listStorageAccountSAS.d.ts +103 -0
  839. package/storage/v20230101/listStorageAccountSAS.js +34 -0
  840. package/storage/v20230101/listStorageAccountServiceSAS.d.ts +183 -0
  841. package/storage/v20230101/listStorageAccountServiceSAS.js +44 -0
  842. package/storage/v20230101/localUser.d.ts +111 -0
  843. package/storage/v20230101/localUser.js +85 -0
  844. package/storage/v20230101/managementPolicy.d.ts +67 -0
  845. package/storage/v20230101/managementPolicy.js +76 -0
  846. package/storage/v20230101/objectReplicationPolicy.d.ts +87 -0
  847. package/storage/v20230101/objectReplicationPolicy.js +85 -0
  848. package/storage/v20230101/privateEndpointConnection.d.ts +71 -0
  849. package/storage/v20230101/privateEndpointConnection.js +78 -0
  850. package/storage/v20230101/queue.d.ts +66 -0
  851. package/storage/v20230101/queue.js +70 -0
  852. package/storage/v20230101/queueServiceProperties.d.ts +63 -0
  853. package/storage/v20230101/queueServiceProperties.js +71 -0
  854. package/storage/v20230101/storageAccount.d.ts +356 -0
  855. package/storage/v20230101/storageAccount.js +164 -0
  856. package/storage/v20230101/table.d.ts +67 -0
  857. package/storage/v20230101/table.js +72 -0
  858. package/storage/v20230101/tableServiceProperties.d.ts +63 -0
  859. package/storage/v20230101/tableServiceProperties.js +71 -0
  860. package/tsconfig.tsbuildinfo +1 -1
  861. package/types/enums/containerservice/index.d.ts +2 -1
  862. package/types/enums/containerservice/index.js +4 -2
  863. package/types/enums/containerservice/v20230601/index.d.ts +517 -0
  864. package/types/enums/containerservice/v20230601/index.js +383 -0
  865. package/types/enums/elastic/index.d.ts +2 -1
  866. package/types/enums/elastic/index.js +4 -2
  867. package/types/enums/elastic/v20230701preview/index.d.ts +38 -0
  868. package/types/enums/elastic/v20230701preview/index.js +28 -0
  869. package/types/enums/network/index.d.ts +2 -1
  870. package/types/enums/network/index.js +8 -6
  871. package/types/enums/network/v20230401/index.d.ts +1530 -0
  872. package/types/enums/network/v20230401/index.js +903 -0
  873. package/types/enums/storage/index.d.ts +2 -1
  874. package/types/enums/storage/index.js +4 -2
  875. package/types/enums/storage/v20230101/index.d.ts +366 -0
  876. package/types/enums/storage/v20230101/index.js +211 -0
  877. package/types/input.d.ts +15703 -7277
  878. package/types/input.js +211 -1
  879. package/types/output.d.ts +22362 -10029
  880. package/types/output.js +282 -1
@@ -0,0 +1,81 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Network watcher in a resource group.
4
+ */
5
+ export declare class NetworkWatcher extends pulumi.CustomResource {
6
+ /**
7
+ * Get an existing NetworkWatcher resource's state with the given name, ID, and optional extra
8
+ * properties used to qualify the lookup.
9
+ *
10
+ * @param name The _unique_ name of the resulting resource.
11
+ * @param id The _unique_ provider ID of the resource to lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): NetworkWatcher;
15
+ /**
16
+ * Returns true if the given object is an instance of NetworkWatcher. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is NetworkWatcher;
20
+ /**
21
+ * A unique read-only string that changes whenever the resource is updated.
22
+ */
23
+ readonly etag: pulumi.Output<string>;
24
+ /**
25
+ * Resource location.
26
+ */
27
+ readonly location: pulumi.Output<string | undefined>;
28
+ /**
29
+ * Resource name.
30
+ */
31
+ readonly name: pulumi.Output<string>;
32
+ /**
33
+ * The provisioning state of the network watcher resource.
34
+ */
35
+ readonly provisioningState: pulumi.Output<string>;
36
+ /**
37
+ * Resource tags.
38
+ */
39
+ readonly tags: pulumi.Output<{
40
+ [key: string]: string;
41
+ } | undefined>;
42
+ /**
43
+ * Resource type.
44
+ */
45
+ readonly type: pulumi.Output<string>;
46
+ /**
47
+ * Create a NetworkWatcher resource with the given unique name, arguments, and options.
48
+ *
49
+ * @param name The _unique_ name of the resource.
50
+ * @param args The arguments to use to populate this resource's properties.
51
+ * @param opts A bag of options that control this resource's behavior.
52
+ */
53
+ constructor(name: string, args: NetworkWatcherArgs, opts?: pulumi.CustomResourceOptions);
54
+ }
55
+ /**
56
+ * The set of arguments for constructing a NetworkWatcher resource.
57
+ */
58
+ export interface NetworkWatcherArgs {
59
+ /**
60
+ * Resource ID.
61
+ */
62
+ id?: pulumi.Input<string>;
63
+ /**
64
+ * Resource location.
65
+ */
66
+ location?: pulumi.Input<string>;
67
+ /**
68
+ * The name of the network watcher.
69
+ */
70
+ networkWatcherName?: pulumi.Input<string>;
71
+ /**
72
+ * The name of the resource group.
73
+ */
74
+ resourceGroupName: pulumi.Input<string>;
75
+ /**
76
+ * Resource tags.
77
+ */
78
+ tags?: pulumi.Input<{
79
+ [key: string]: pulumi.Input<string>;
80
+ }>;
81
+ }
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi. ***
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.NetworkWatcher = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Network watcher in a resource group.
10
+ */
11
+ class NetworkWatcher extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing NetworkWatcher resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new NetworkWatcher(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of NetworkWatcher. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === NetworkWatcher.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a NetworkWatcher resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'resourceGroupName'");
46
+ }
47
+ resourceInputs["id"] = args ? args.id : undefined;
48
+ resourceInputs["location"] = args ? args.location : undefined;
49
+ resourceInputs["networkWatcherName"] = args ? args.networkWatcherName : undefined;
50
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
51
+ resourceInputs["tags"] = args ? args.tags : undefined;
52
+ resourceInputs["etag"] = undefined /*out*/;
53
+ resourceInputs["name"] = undefined /*out*/;
54
+ resourceInputs["provisioningState"] = undefined /*out*/;
55
+ resourceInputs["type"] = undefined /*out*/;
56
+ }
57
+ else {
58
+ resourceInputs["etag"] = undefined /*out*/;
59
+ resourceInputs["location"] = undefined /*out*/;
60
+ resourceInputs["name"] = undefined /*out*/;
61
+ resourceInputs["provisioningState"] = undefined /*out*/;
62
+ resourceInputs["tags"] = undefined /*out*/;
63
+ resourceInputs["type"] = undefined /*out*/;
64
+ }
65
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
66
+ const aliasOpts = { aliases: [{ type: "azure-native:network:NetworkWatcher" }, { type: "azure-native:network/v20160901:NetworkWatcher" }, { type: "azure-native:network/v20161201:NetworkWatcher" }, { type: "azure-native:network/v20170301:NetworkWatcher" }, { type: "azure-native:network/v20170601:NetworkWatcher" }, { type: "azure-native:network/v20170801:NetworkWatcher" }, { type: "azure-native:network/v20170901:NetworkWatcher" }, { type: "azure-native:network/v20171001:NetworkWatcher" }, { type: "azure-native:network/v20171101:NetworkWatcher" }, { type: "azure-native:network/v20180101:NetworkWatcher" }, { type: "azure-native:network/v20180201:NetworkWatcher" }, { type: "azure-native:network/v20180401:NetworkWatcher" }, { type: "azure-native:network/v20180601:NetworkWatcher" }, { type: "azure-native:network/v20180701:NetworkWatcher" }, { type: "azure-native:network/v20180801:NetworkWatcher" }, { type: "azure-native:network/v20181001:NetworkWatcher" }, { type: "azure-native:network/v20181101:NetworkWatcher" }, { type: "azure-native:network/v20181201:NetworkWatcher" }, { type: "azure-native:network/v20190201:NetworkWatcher" }, { type: "azure-native:network/v20190401:NetworkWatcher" }, { type: "azure-native:network/v20190601:NetworkWatcher" }, { type: "azure-native:network/v20190701:NetworkWatcher" }, { type: "azure-native:network/v20190801:NetworkWatcher" }, { type: "azure-native:network/v20190901:NetworkWatcher" }, { type: "azure-native:network/v20191101:NetworkWatcher" }, { type: "azure-native:network/v20191201:NetworkWatcher" }, { type: "azure-native:network/v20200301:NetworkWatcher" }, { type: "azure-native:network/v20200401:NetworkWatcher" }, { type: "azure-native:network/v20200501:NetworkWatcher" }, { type: "azure-native:network/v20200601:NetworkWatcher" }, { type: "azure-native:network/v20200701:NetworkWatcher" }, { type: "azure-native:network/v20200801:NetworkWatcher" }, { type: "azure-native:network/v20201101:NetworkWatcher" }, { type: "azure-native:network/v20210201:NetworkWatcher" }, { type: "azure-native:network/v20210301:NetworkWatcher" }, { type: "azure-native:network/v20210501:NetworkWatcher" }, { type: "azure-native:network/v20210801:NetworkWatcher" }, { type: "azure-native:network/v20220101:NetworkWatcher" }, { type: "azure-native:network/v20220501:NetworkWatcher" }, { type: "azure-native:network/v20220701:NetworkWatcher" }, { type: "azure-native:network/v20220901:NetworkWatcher" }, { type: "azure-native:network/v20221101:NetworkWatcher" }, { type: "azure-native:network/v20230201:NetworkWatcher" }] };
67
+ opts = pulumi.mergeOptions(opts, aliasOpts);
68
+ super(NetworkWatcher.__pulumiType, name, resourceInputs, opts);
69
+ }
70
+ }
71
+ exports.NetworkWatcher = NetworkWatcher;
72
+ /** @internal */
73
+ NetworkWatcher.__pulumiType = 'azure-native:network/v20230401:NetworkWatcher';
74
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmV0d29ya1dhdGNoZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9uZXR3b3JrL3YyMDIzMDQwMS9uZXR3b3JrV2F0Y2hlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0RBQXNEO0FBQ3RELGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLGNBQWUsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNyRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksY0FBYyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQzNFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxjQUFjLENBQUMsWUFBWSxDQUFDO0lBQy9ELENBQUM7SUEyQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBd0IsRUFBRSxJQUFtQztRQUNuRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FB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
@@ -0,0 +1,135 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * P2SVpnGateway Resource.
6
+ */
7
+ export declare class P2sVpnGateway extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing P2sVpnGateway resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): P2sVpnGateway;
17
+ /**
18
+ * Returns true if the given object is an instance of P2sVpnGateway. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is P2sVpnGateway;
22
+ /**
23
+ * List of all customer specified DNS servers IP addresses.
24
+ */
25
+ readonly customDnsServers: pulumi.Output<string[] | undefined>;
26
+ /**
27
+ * A unique read-only string that changes whenever the resource is updated.
28
+ */
29
+ readonly etag: pulumi.Output<string>;
30
+ /**
31
+ * Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
32
+ */
33
+ readonly isRoutingPreferenceInternet: pulumi.Output<boolean | undefined>;
34
+ /**
35
+ * Resource location.
36
+ */
37
+ readonly location: pulumi.Output<string>;
38
+ /**
39
+ * Resource name.
40
+ */
41
+ readonly name: pulumi.Output<string>;
42
+ /**
43
+ * List of all p2s connection configurations of the gateway.
44
+ */
45
+ readonly p2SConnectionConfigurations: pulumi.Output<outputs.network.v20230401.P2SConnectionConfigurationResponse[] | undefined>;
46
+ /**
47
+ * The provisioning state of the P2S VPN gateway resource.
48
+ */
49
+ readonly provisioningState: pulumi.Output<string>;
50
+ /**
51
+ * Resource tags.
52
+ */
53
+ readonly tags: pulumi.Output<{
54
+ [key: string]: string;
55
+ } | undefined>;
56
+ /**
57
+ * Resource type.
58
+ */
59
+ readonly type: pulumi.Output<string>;
60
+ /**
61
+ * The VirtualHub to which the gateway belongs.
62
+ */
63
+ readonly virtualHub: pulumi.Output<outputs.network.v20230401.SubResourceResponse | undefined>;
64
+ /**
65
+ * All P2S VPN clients' connection health status.
66
+ */
67
+ readonly vpnClientConnectionHealth: pulumi.Output<outputs.network.v20230401.VpnClientConnectionHealthResponse>;
68
+ /**
69
+ * The scale unit for this p2s vpn gateway.
70
+ */
71
+ readonly vpnGatewayScaleUnit: pulumi.Output<number | undefined>;
72
+ /**
73
+ * The VpnServerConfiguration to which the p2sVpnGateway is attached to.
74
+ */
75
+ readonly vpnServerConfiguration: pulumi.Output<outputs.network.v20230401.SubResourceResponse | undefined>;
76
+ /**
77
+ * Create a P2sVpnGateway resource with the given unique name, arguments, and options.
78
+ *
79
+ * @param name The _unique_ name of the resource.
80
+ * @param args The arguments to use to populate this resource's properties.
81
+ * @param opts A bag of options that control this resource's behavior.
82
+ */
83
+ constructor(name: string, args: P2sVpnGatewayArgs, opts?: pulumi.CustomResourceOptions);
84
+ }
85
+ /**
86
+ * The set of arguments for constructing a P2sVpnGateway resource.
87
+ */
88
+ export interface P2sVpnGatewayArgs {
89
+ /**
90
+ * List of all customer specified DNS servers IP addresses.
91
+ */
92
+ customDnsServers?: pulumi.Input<pulumi.Input<string>[]>;
93
+ /**
94
+ * The name of the gateway.
95
+ */
96
+ gatewayName?: pulumi.Input<string>;
97
+ /**
98
+ * Resource ID.
99
+ */
100
+ id?: pulumi.Input<string>;
101
+ /**
102
+ * Enable Routing Preference property for the Public IP Interface of the P2SVpnGateway.
103
+ */
104
+ isRoutingPreferenceInternet?: pulumi.Input<boolean>;
105
+ /**
106
+ * Resource location.
107
+ */
108
+ location?: pulumi.Input<string>;
109
+ /**
110
+ * List of all p2s connection configurations of the gateway.
111
+ */
112
+ p2SConnectionConfigurations?: pulumi.Input<pulumi.Input<inputs.network.v20230401.P2SConnectionConfigurationArgs>[]>;
113
+ /**
114
+ * The resource group name of the P2SVpnGateway.
115
+ */
116
+ resourceGroupName: pulumi.Input<string>;
117
+ /**
118
+ * Resource tags.
119
+ */
120
+ tags?: pulumi.Input<{
121
+ [key: string]: pulumi.Input<string>;
122
+ }>;
123
+ /**
124
+ * The VirtualHub to which the gateway belongs.
125
+ */
126
+ virtualHub?: pulumi.Input<inputs.network.v20230401.SubResourceArgs>;
127
+ /**
128
+ * The scale unit for this p2s vpn gateway.
129
+ */
130
+ vpnGatewayScaleUnit?: pulumi.Input<number>;
131
+ /**
132
+ * The VpnServerConfiguration to which the p2sVpnGateway is attached to.
133
+ */
134
+ vpnServerConfiguration?: pulumi.Input<inputs.network.v20230401.SubResourceArgs>;
135
+ }
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi. ***
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.P2sVpnGateway = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * P2SVpnGateway Resource.
10
+ */
11
+ class P2sVpnGateway extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing P2sVpnGateway resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new P2sVpnGateway(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of P2sVpnGateway. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === P2sVpnGateway.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a P2sVpnGateway resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'resourceGroupName'");
46
+ }
47
+ resourceInputs["customDnsServers"] = args ? args.customDnsServers : undefined;
48
+ resourceInputs["gatewayName"] = args ? args.gatewayName : undefined;
49
+ resourceInputs["id"] = args ? args.id : undefined;
50
+ resourceInputs["isRoutingPreferenceInternet"] = args ? args.isRoutingPreferenceInternet : undefined;
51
+ resourceInputs["location"] = args ? args.location : undefined;
52
+ resourceInputs["p2SConnectionConfigurations"] = args ? args.p2SConnectionConfigurations : undefined;
53
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
54
+ resourceInputs["tags"] = args ? args.tags : undefined;
55
+ resourceInputs["virtualHub"] = args ? args.virtualHub : undefined;
56
+ resourceInputs["vpnGatewayScaleUnit"] = args ? args.vpnGatewayScaleUnit : undefined;
57
+ resourceInputs["vpnServerConfiguration"] = args ? args.vpnServerConfiguration : undefined;
58
+ resourceInputs["etag"] = undefined /*out*/;
59
+ resourceInputs["name"] = undefined /*out*/;
60
+ resourceInputs["provisioningState"] = undefined /*out*/;
61
+ resourceInputs["type"] = undefined /*out*/;
62
+ resourceInputs["vpnClientConnectionHealth"] = undefined /*out*/;
63
+ }
64
+ else {
65
+ resourceInputs["customDnsServers"] = undefined /*out*/;
66
+ resourceInputs["etag"] = undefined /*out*/;
67
+ resourceInputs["isRoutingPreferenceInternet"] = undefined /*out*/;
68
+ resourceInputs["location"] = undefined /*out*/;
69
+ resourceInputs["name"] = undefined /*out*/;
70
+ resourceInputs["p2SConnectionConfigurations"] = undefined /*out*/;
71
+ resourceInputs["provisioningState"] = undefined /*out*/;
72
+ resourceInputs["tags"] = undefined /*out*/;
73
+ resourceInputs["type"] = undefined /*out*/;
74
+ resourceInputs["virtualHub"] = undefined /*out*/;
75
+ resourceInputs["vpnClientConnectionHealth"] = undefined /*out*/;
76
+ resourceInputs["vpnGatewayScaleUnit"] = undefined /*out*/;
77
+ resourceInputs["vpnServerConfiguration"] = undefined /*out*/;
78
+ }
79
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
80
+ const aliasOpts = { aliases: [{ type: "azure-native:network:P2sVpnGateway" }, { type: "azure-native:network/v20180801:P2sVpnGateway" }, { type: "azure-native:network/v20181001:P2sVpnGateway" }, { type: "azure-native:network/v20181101:P2sVpnGateway" }, { type: "azure-native:network/v20181201:P2sVpnGateway" }, { type: "azure-native:network/v20190201:P2sVpnGateway" }, { type: "azure-native:network/v20190401:P2sVpnGateway" }, { type: "azure-native:network/v20190601:P2sVpnGateway" }, { type: "azure-native:network/v20190701:P2sVpnGateway" }, { type: "azure-native:network/v20190801:P2sVpnGateway" }, { type: "azure-native:network/v20190901:P2sVpnGateway" }, { type: "azure-native:network/v20191101:P2sVpnGateway" }, { type: "azure-native:network/v20191201:P2sVpnGateway" }, { type: "azure-native:network/v20200301:P2sVpnGateway" }, { type: "azure-native:network/v20200401:P2sVpnGateway" }, { type: "azure-native:network/v20200501:P2sVpnGateway" }, { type: "azure-native:network/v20200601:P2sVpnGateway" }, { type: "azure-native:network/v20200701:P2sVpnGateway" }, { type: "azure-native:network/v20200801:P2sVpnGateway" }, { type: "azure-native:network/v20201101:P2sVpnGateway" }, { type: "azure-native:network/v20210201:P2sVpnGateway" }, { type: "azure-native:network/v20210301:P2sVpnGateway" }, { type: "azure-native:network/v20210501:P2sVpnGateway" }, { type: "azure-native:network/v20210801:P2sVpnGateway" }, { type: "azure-native:network/v20220101:P2sVpnGateway" }, { type: "azure-native:network/v20220501:P2sVpnGateway" }, { type: "azure-native:network/v20220701:P2sVpnGateway" }, { type: "azure-native:network/v20220901:P2sVpnGateway" }, { type: "azure-native:network/v20221101:P2sVpnGateway" }, { type: "azure-native:network/v20230201:P2sVpnGateway" }] };
81
+ opts = pulumi.mergeOptions(opts, aliasOpts);
82
+ super(P2sVpnGateway.__pulumiType, name, resourceInputs, opts);
83
+ }
84
+ }
85
+ exports.P2sVpnGateway = P2sVpnGateway;
86
+ /** @internal */
87
+ P2sVpnGateway.__pulumiType = 'azure-native:network/v20230401:P2sVpnGateway';
88
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicDJzVnBuR2F0ZXdheS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL25ldHdvcmsvdjIwMjMwNDAxL3Ayc1ZwbkdhdGV3YXkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxhQUFjLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDcEQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLGFBQWEsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUMxRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssYUFBYSxDQUFDLFlBQVksQ0FBQztJQUM5RCxDQUFDO0lBdUREOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXVCLEVBQUUsSUFBbUM7UUFDbEYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMs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RSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQ2x1RCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNsRSxDQUFDOztBQWpJTCxzQ0FrSUM7QUFySEcsZ0JBQWdCO0FBQ08sMEJBQVksR0FBRyw4Q0FBOEMsQ0FBQyJ9
@@ -0,0 +1,124 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import * as enums from "../../types/enums";
5
+ /**
6
+ * Information about packet capture session.
7
+ */
8
+ export declare class PacketCapture extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing PacketCapture resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): PacketCapture;
18
+ /**
19
+ * Returns true if the given object is an instance of PacketCapture. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is PacketCapture;
23
+ /**
24
+ * Number of bytes captured per packet, the remaining bytes are truncated.
25
+ */
26
+ readonly bytesToCapturePerPacket: pulumi.Output<number | undefined>;
27
+ /**
28
+ * A unique read-only string that changes whenever the resource is updated.
29
+ */
30
+ readonly etag: pulumi.Output<string>;
31
+ /**
32
+ * A list of packet capture filters.
33
+ */
34
+ readonly filters: pulumi.Output<outputs.network.v20230401.PacketCaptureFilterResponse[] | undefined>;
35
+ /**
36
+ * Name of the packet capture session.
37
+ */
38
+ readonly name: pulumi.Output<string>;
39
+ /**
40
+ * The provisioning state of the packet capture session.
41
+ */
42
+ readonly provisioningState: pulumi.Output<string>;
43
+ /**
44
+ * A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
45
+ */
46
+ readonly scope: pulumi.Output<outputs.network.v20230401.PacketCaptureMachineScopeResponse | undefined>;
47
+ /**
48
+ * The storage location for a packet capture session.
49
+ */
50
+ readonly storageLocation: pulumi.Output<outputs.network.v20230401.PacketCaptureStorageLocationResponse>;
51
+ /**
52
+ * The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
53
+ */
54
+ readonly target: pulumi.Output<string>;
55
+ /**
56
+ * Target type of the resource provided.
57
+ */
58
+ readonly targetType: pulumi.Output<string | undefined>;
59
+ /**
60
+ * Maximum duration of the capture session in seconds.
61
+ */
62
+ readonly timeLimitInSeconds: pulumi.Output<number | undefined>;
63
+ /**
64
+ * Maximum size of the capture output.
65
+ */
66
+ readonly totalBytesPerSession: pulumi.Output<number | undefined>;
67
+ /**
68
+ * Create a PacketCapture resource with the given unique name, arguments, and options.
69
+ *
70
+ * @param name The _unique_ name of the resource.
71
+ * @param args The arguments to use to populate this resource's properties.
72
+ * @param opts A bag of options that control this resource's behavior.
73
+ */
74
+ constructor(name: string, args: PacketCaptureArgs, opts?: pulumi.CustomResourceOptions);
75
+ }
76
+ /**
77
+ * The set of arguments for constructing a PacketCapture resource.
78
+ */
79
+ export interface PacketCaptureArgs {
80
+ /**
81
+ * Number of bytes captured per packet, the remaining bytes are truncated.
82
+ */
83
+ bytesToCapturePerPacket?: pulumi.Input<number>;
84
+ /**
85
+ * A list of packet capture filters.
86
+ */
87
+ filters?: pulumi.Input<pulumi.Input<inputs.network.v20230401.PacketCaptureFilterArgs>[]>;
88
+ /**
89
+ * The name of the network watcher.
90
+ */
91
+ networkWatcherName: pulumi.Input<string>;
92
+ /**
93
+ * The name of the packet capture session.
94
+ */
95
+ packetCaptureName?: pulumi.Input<string>;
96
+ /**
97
+ * The name of the resource group.
98
+ */
99
+ resourceGroupName: pulumi.Input<string>;
100
+ /**
101
+ * A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.
102
+ */
103
+ scope?: pulumi.Input<inputs.network.v20230401.PacketCaptureMachineScopeArgs>;
104
+ /**
105
+ * The storage location for a packet capture session.
106
+ */
107
+ storageLocation: pulumi.Input<inputs.network.v20230401.PacketCaptureStorageLocationArgs>;
108
+ /**
109
+ * The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.
110
+ */
111
+ target: pulumi.Input<string>;
112
+ /**
113
+ * Target type of the resource provided.
114
+ */
115
+ targetType?: pulumi.Input<enums.network.v20230401.PacketCaptureTargetType>;
116
+ /**
117
+ * Maximum duration of the capture session in seconds.
118
+ */
119
+ timeLimitInSeconds?: pulumi.Input<number>;
120
+ /**
121
+ * Maximum size of the capture output.
122
+ */
123
+ totalBytesPerSession?: pulumi.Input<number>;
124
+ }
@@ -0,0 +1,94 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi. ***
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.PacketCapture = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Information about packet capture session.
10
+ */
11
+ class PacketCapture extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing PacketCapture resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new PacketCapture(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of PacketCapture. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === PacketCapture.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a PacketCapture resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ var _a, _b, _c;
42
+ let resourceInputs = {};
43
+ opts = opts || {};
44
+ if (!opts.id) {
45
+ if ((!args || args.networkWatcherName === undefined) && !opts.urn) {
46
+ throw new Error("Missing required property 'networkWatcherName'");
47
+ }
48
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
49
+ throw new Error("Missing required property 'resourceGroupName'");
50
+ }
51
+ if ((!args || args.storageLocation === undefined) && !opts.urn) {
52
+ throw new Error("Missing required property 'storageLocation'");
53
+ }
54
+ if ((!args || args.target === undefined) && !opts.urn) {
55
+ throw new Error("Missing required property 'target'");
56
+ }
57
+ resourceInputs["bytesToCapturePerPacket"] = (_a = (args ? args.bytesToCapturePerPacket : undefined)) !== null && _a !== void 0 ? _a : 0;
58
+ resourceInputs["filters"] = args ? args.filters : undefined;
59
+ resourceInputs["networkWatcherName"] = args ? args.networkWatcherName : undefined;
60
+ resourceInputs["packetCaptureName"] = args ? args.packetCaptureName : undefined;
61
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
62
+ resourceInputs["scope"] = args ? args.scope : undefined;
63
+ resourceInputs["storageLocation"] = args ? args.storageLocation : undefined;
64
+ resourceInputs["target"] = args ? args.target : undefined;
65
+ resourceInputs["targetType"] = args ? args.targetType : undefined;
66
+ resourceInputs["timeLimitInSeconds"] = (_b = (args ? args.timeLimitInSeconds : undefined)) !== null && _b !== void 0 ? _b : 18000;
67
+ resourceInputs["totalBytesPerSession"] = (_c = (args ? args.totalBytesPerSession : undefined)) !== null && _c !== void 0 ? _c : 1073741824;
68
+ resourceInputs["etag"] = undefined /*out*/;
69
+ resourceInputs["name"] = undefined /*out*/;
70
+ resourceInputs["provisioningState"] = undefined /*out*/;
71
+ }
72
+ else {
73
+ resourceInputs["bytesToCapturePerPacket"] = undefined /*out*/;
74
+ resourceInputs["etag"] = undefined /*out*/;
75
+ resourceInputs["filters"] = undefined /*out*/;
76
+ resourceInputs["name"] = undefined /*out*/;
77
+ resourceInputs["provisioningState"] = undefined /*out*/;
78
+ resourceInputs["scope"] = undefined /*out*/;
79
+ resourceInputs["storageLocation"] = undefined /*out*/;
80
+ resourceInputs["target"] = undefined /*out*/;
81
+ resourceInputs["targetType"] = undefined /*out*/;
82
+ resourceInputs["timeLimitInSeconds"] = undefined /*out*/;
83
+ resourceInputs["totalBytesPerSession"] = undefined /*out*/;
84
+ }
85
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
86
+ const aliasOpts = { aliases: [{ type: "azure-native:network:PacketCapture" }, { type: "azure-native:network/v20160901:PacketCapture" }, { type: "azure-native:network/v20161201:PacketCapture" }, { type: "azure-native:network/v20170301:PacketCapture" }, { type: "azure-native:network/v20170601:PacketCapture" }, { type: "azure-native:network/v20170801:PacketCapture" }, { type: "azure-native:network/v20170901:PacketCapture" }, { type: "azure-native:network/v20171001:PacketCapture" }, { type: "azure-native:network/v20171101:PacketCapture" }, { type: "azure-native:network/v20180101:PacketCapture" }, { type: "azure-native:network/v20180201:PacketCapture" }, { type: "azure-native:network/v20180401:PacketCapture" }, { type: "azure-native:network/v20180601:PacketCapture" }, { type: "azure-native:network/v20180701:PacketCapture" }, { type: "azure-native:network/v20180801:PacketCapture" }, { type: "azure-native:network/v20181001:PacketCapture" }, { type: "azure-native:network/v20181101:PacketCapture" }, { type: "azure-native:network/v20181201:PacketCapture" }, { type: "azure-native:network/v20190201:PacketCapture" }, { type: "azure-native:network/v20190401:PacketCapture" }, { type: "azure-native:network/v20190601:PacketCapture" }, { type: "azure-native:network/v20190701:PacketCapture" }, { type: "azure-native:network/v20190801:PacketCapture" }, { type: "azure-native:network/v20190901:PacketCapture" }, { type: "azure-native:network/v20191101:PacketCapture" }, { type: "azure-native:network/v20191201:PacketCapture" }, { type: "azure-native:network/v20200301:PacketCapture" }, { type: "azure-native:network/v20200401:PacketCapture" }, { type: "azure-native:network/v20200501:PacketCapture" }, { type: "azure-native:network/v20200601:PacketCapture" }, { type: "azure-native:network/v20200701:PacketCapture" }, { type: "azure-native:network/v20200801:PacketCapture" }, { type: "azure-native:network/v20201101:PacketCapture" }, { type: "azure-native:network/v20210201:PacketCapture" }, { type: "azure-native:network/v20210301:PacketCapture" }, { type: "azure-native:network/v20210501:PacketCapture" }, { type: "azure-native:network/v20210801:PacketCapture" }, { type: "azure-native:network/v20220101:PacketCapture" }, { type: "azure-native:network/v20220501:PacketCapture" }, { type: "azure-native:network/v20220701:PacketCapture" }, { type: "azure-native:network/v20220901:PacketCapture" }, { type: "azure-native:network/v20221101:PacketCapture" }, { type: "azure-native:network/v20230201:PacketCapture" }] };
87
+ opts = pulumi.mergeOptions(opts, aliasOpts);
88
+ super(PacketCapture.__pulumiType, name, resourceInputs, opts);
89
+ }
90
+ }
91
+ exports.PacketCapture = PacketCapture;
92
+ /** @internal */
93
+ PacketCapture.__pulumiType = 'azure-native:network/v20230401:PacketCapture';
94
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFja2V0Q2FwdHVyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL25ldHdvcmsvdjIwMjMwNDAxL3BhY2tldENhcHR1cmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxhQUFjLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDcEQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLGFBQWEsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUMxRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssYUFBYSxDQUFDLFlBQVksQ0FBQztJQUM5RCxDQUFDO0lBK0NEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQXVCLEVBQUUsSUFBbUM7O1FBQ2xGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGtCQUFrQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxnREFBZ0QsQ0FBQyxDQUFDO2FBQ3JFO1lBQ0QsSUFBSSxDQUFD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SSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsOENBQThDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUNwOUUsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBQzVDLEtBQUssQ0FBQyxhQUFhLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDbEUsQ0FBQzs7QUE5SEwsc0NBK0hDO0FBbEhHLGdCQUFnQjtBQUNPLDBCQUFZLEdBQUcsOENBQThDLENBQUMifQ==