@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,1530 @@
1
+ export declare const Access: {
2
+ readonly Allow: "Allow";
3
+ readonly Deny: "Deny";
4
+ };
5
+ /**
6
+ * The access type of the rule.
7
+ */
8
+ export type Access = (typeof Access)[keyof typeof Access];
9
+ export declare const ActionType: {
10
+ readonly AnomalyScoring: "AnomalyScoring";
11
+ readonly Allow: "Allow";
12
+ readonly Block: "Block";
13
+ readonly Log: "Log";
14
+ };
15
+ /**
16
+ * Describes the override action to be applied when rule matches.
17
+ */
18
+ export type ActionType = (typeof ActionType)[keyof typeof ActionType];
19
+ export declare const AddressPrefixType: {
20
+ readonly IPPrefix: "IPPrefix";
21
+ readonly ServiceTag: "ServiceTag";
22
+ };
23
+ /**
24
+ * Address prefix type.
25
+ */
26
+ export type AddressPrefixType = (typeof AddressPrefixType)[keyof typeof AddressPrefixType];
27
+ export declare const AdminRuleKind: {
28
+ readonly Custom: "Custom";
29
+ readonly Default: "Default";
30
+ };
31
+ /**
32
+ * Whether the rule is custom or default.
33
+ */
34
+ export type AdminRuleKind = (typeof AdminRuleKind)[keyof typeof AdminRuleKind];
35
+ export declare const AdminState: {
36
+ readonly Enabled: "Enabled";
37
+ readonly Disabled: "Disabled";
38
+ };
39
+ /**
40
+ * Property to indicate if the Express Route Gateway serves traffic when there are multiple Express Route Gateways in the vnet
41
+ */
42
+ export type AdminState = (typeof AdminState)[keyof typeof AdminState];
43
+ export declare const ApplicationGatewayClientRevocationOptions: {
44
+ readonly None: "None";
45
+ readonly OCSP: "OCSP";
46
+ };
47
+ /**
48
+ * Verify client certificate revocation status.
49
+ */
50
+ export type ApplicationGatewayClientRevocationOptions = (typeof ApplicationGatewayClientRevocationOptions)[keyof typeof ApplicationGatewayClientRevocationOptions];
51
+ export declare const ApplicationGatewayCookieBasedAffinity: {
52
+ readonly Enabled: "Enabled";
53
+ readonly Disabled: "Disabled";
54
+ };
55
+ /**
56
+ * Cookie based affinity.
57
+ */
58
+ export type ApplicationGatewayCookieBasedAffinity = (typeof ApplicationGatewayCookieBasedAffinity)[keyof typeof ApplicationGatewayCookieBasedAffinity];
59
+ export declare const ApplicationGatewayCustomErrorStatusCode: {
60
+ readonly HttpStatus400: "HttpStatus400";
61
+ readonly HttpStatus403: "HttpStatus403";
62
+ readonly HttpStatus404: "HttpStatus404";
63
+ readonly HttpStatus405: "HttpStatus405";
64
+ readonly HttpStatus408: "HttpStatus408";
65
+ readonly HttpStatus500: "HttpStatus500";
66
+ readonly HttpStatus502: "HttpStatus502";
67
+ readonly HttpStatus503: "HttpStatus503";
68
+ readonly HttpStatus504: "HttpStatus504";
69
+ };
70
+ /**
71
+ * Status code of the application gateway custom error.
72
+ */
73
+ export type ApplicationGatewayCustomErrorStatusCode = (typeof ApplicationGatewayCustomErrorStatusCode)[keyof typeof ApplicationGatewayCustomErrorStatusCode];
74
+ export declare const ApplicationGatewayFirewallMode: {
75
+ readonly Detection: "Detection";
76
+ readonly Prevention: "Prevention";
77
+ };
78
+ /**
79
+ * Web application firewall mode.
80
+ */
81
+ export type ApplicationGatewayFirewallMode = (typeof ApplicationGatewayFirewallMode)[keyof typeof ApplicationGatewayFirewallMode];
82
+ export declare const ApplicationGatewayFirewallRateLimitDuration: {
83
+ readonly OneMin: "OneMin";
84
+ readonly FiveMins: "FiveMins";
85
+ };
86
+ /**
87
+ * Duration over which Rate Limit policy will be applied. Applies only when ruleType is RateLimitRule.
88
+ */
89
+ export type ApplicationGatewayFirewallRateLimitDuration = (typeof ApplicationGatewayFirewallRateLimitDuration)[keyof typeof ApplicationGatewayFirewallRateLimitDuration];
90
+ export declare const ApplicationGatewayFirewallUserSessionVariable: {
91
+ readonly ClientAddr: "ClientAddr";
92
+ readonly GeoLocation: "GeoLocation";
93
+ readonly None: "None";
94
+ };
95
+ /**
96
+ * User Session clause variable.
97
+ */
98
+ export type ApplicationGatewayFirewallUserSessionVariable = (typeof ApplicationGatewayFirewallUserSessionVariable)[keyof typeof ApplicationGatewayFirewallUserSessionVariable];
99
+ export declare const ApplicationGatewayLoadDistributionAlgorithm: {
100
+ readonly RoundRobin: "RoundRobin";
101
+ readonly LeastConnections: "LeastConnections";
102
+ readonly IpHash: "IpHash";
103
+ };
104
+ /**
105
+ * Load Distribution Targets resource of an application gateway.
106
+ */
107
+ export type ApplicationGatewayLoadDistributionAlgorithm = (typeof ApplicationGatewayLoadDistributionAlgorithm)[keyof typeof ApplicationGatewayLoadDistributionAlgorithm];
108
+ export declare const ApplicationGatewayProtocol: {
109
+ readonly Http: "Http";
110
+ readonly Https: "Https";
111
+ readonly Tcp: "Tcp";
112
+ readonly Tls: "Tls";
113
+ };
114
+ /**
115
+ * The protocol used for the probe.
116
+ */
117
+ export type ApplicationGatewayProtocol = (typeof ApplicationGatewayProtocol)[keyof typeof ApplicationGatewayProtocol];
118
+ export declare const ApplicationGatewayRedirectType: {
119
+ readonly Permanent: "Permanent";
120
+ readonly Found: "Found";
121
+ readonly SeeOther: "SeeOther";
122
+ readonly Temporary: "Temporary";
123
+ };
124
+ /**
125
+ * HTTP redirection type.
126
+ */
127
+ export type ApplicationGatewayRedirectType = (typeof ApplicationGatewayRedirectType)[keyof typeof ApplicationGatewayRedirectType];
128
+ export declare const ApplicationGatewayRequestRoutingRuleType: {
129
+ readonly Basic: "Basic";
130
+ readonly PathBasedRouting: "PathBasedRouting";
131
+ };
132
+ /**
133
+ * Rule type.
134
+ */
135
+ export type ApplicationGatewayRequestRoutingRuleType = (typeof ApplicationGatewayRequestRoutingRuleType)[keyof typeof ApplicationGatewayRequestRoutingRuleType];
136
+ export declare const ApplicationGatewaySkuName: {
137
+ readonly Standard_Small: "Standard_Small";
138
+ readonly Standard_Medium: "Standard_Medium";
139
+ readonly Standard_Large: "Standard_Large";
140
+ readonly WAF_Medium: "WAF_Medium";
141
+ readonly WAF_Large: "WAF_Large";
142
+ readonly Standard_v2: "Standard_v2";
143
+ readonly WAF_v2: "WAF_v2";
144
+ readonly Basic: "Basic";
145
+ };
146
+ /**
147
+ * Name of an application gateway SKU.
148
+ */
149
+ export type ApplicationGatewaySkuName = (typeof ApplicationGatewaySkuName)[keyof typeof ApplicationGatewaySkuName];
150
+ export declare const ApplicationGatewaySslCipherSuite: {
151
+ readonly TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384: "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384";
152
+ readonly TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256: "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";
153
+ readonly TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA: "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA";
154
+ readonly TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA: "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA";
155
+ readonly TLS_DHE_RSA_WITH_AES_256_GCM_SHA384: "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384";
156
+ readonly TLS_DHE_RSA_WITH_AES_128_GCM_SHA256: "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";
157
+ readonly TLS_DHE_RSA_WITH_AES_256_CBC_SHA: "TLS_DHE_RSA_WITH_AES_256_CBC_SHA";
158
+ readonly TLS_DHE_RSA_WITH_AES_128_CBC_SHA: "TLS_DHE_RSA_WITH_AES_128_CBC_SHA";
159
+ readonly TLS_RSA_WITH_AES_256_GCM_SHA384: "TLS_RSA_WITH_AES_256_GCM_SHA384";
160
+ readonly TLS_RSA_WITH_AES_128_GCM_SHA256: "TLS_RSA_WITH_AES_128_GCM_SHA256";
161
+ readonly TLS_RSA_WITH_AES_256_CBC_SHA256: "TLS_RSA_WITH_AES_256_CBC_SHA256";
162
+ readonly TLS_RSA_WITH_AES_128_CBC_SHA256: "TLS_RSA_WITH_AES_128_CBC_SHA256";
163
+ readonly TLS_RSA_WITH_AES_256_CBC_SHA: "TLS_RSA_WITH_AES_256_CBC_SHA";
164
+ readonly TLS_RSA_WITH_AES_128_CBC_SHA: "TLS_RSA_WITH_AES_128_CBC_SHA";
165
+ readonly TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384: "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384";
166
+ readonly TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256: "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256";
167
+ readonly TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384: "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384";
168
+ readonly TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256: "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256";
169
+ readonly TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA: "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA";
170
+ readonly TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA: "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA";
171
+ readonly TLS_DHE_DSS_WITH_AES_256_CBC_SHA256: "TLS_DHE_DSS_WITH_AES_256_CBC_SHA256";
172
+ readonly TLS_DHE_DSS_WITH_AES_128_CBC_SHA256: "TLS_DHE_DSS_WITH_AES_128_CBC_SHA256";
173
+ readonly TLS_DHE_DSS_WITH_AES_256_CBC_SHA: "TLS_DHE_DSS_WITH_AES_256_CBC_SHA";
174
+ readonly TLS_DHE_DSS_WITH_AES_128_CBC_SHA: "TLS_DHE_DSS_WITH_AES_128_CBC_SHA";
175
+ readonly TLS_RSA_WITH_3DES_EDE_CBC_SHA: "TLS_RSA_WITH_3DES_EDE_CBC_SHA";
176
+ readonly TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA: "TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA";
177
+ readonly TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256: "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";
178
+ readonly TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384: "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384";
179
+ };
180
+ /**
181
+ * Ssl cipher suites enums.
182
+ */
183
+ export type ApplicationGatewaySslCipherSuite = (typeof ApplicationGatewaySslCipherSuite)[keyof typeof ApplicationGatewaySslCipherSuite];
184
+ export declare const ApplicationGatewaySslPolicyName: {
185
+ readonly AppGwSslPolicy20150501: "AppGwSslPolicy20150501";
186
+ readonly AppGwSslPolicy20170401: "AppGwSslPolicy20170401";
187
+ readonly AppGwSslPolicy20170401S: "AppGwSslPolicy20170401S";
188
+ readonly AppGwSslPolicy20220101: "AppGwSslPolicy20220101";
189
+ readonly AppGwSslPolicy20220101S: "AppGwSslPolicy20220101S";
190
+ };
191
+ /**
192
+ * Name of Ssl predefined policy.
193
+ */
194
+ export type ApplicationGatewaySslPolicyName = (typeof ApplicationGatewaySslPolicyName)[keyof typeof ApplicationGatewaySslPolicyName];
195
+ export declare const ApplicationGatewaySslPolicyType: {
196
+ readonly Predefined: "Predefined";
197
+ readonly Custom: "Custom";
198
+ readonly CustomV2: "CustomV2";
199
+ };
200
+ /**
201
+ * Type of Ssl Policy.
202
+ */
203
+ export type ApplicationGatewaySslPolicyType = (typeof ApplicationGatewaySslPolicyType)[keyof typeof ApplicationGatewaySslPolicyType];
204
+ export declare const ApplicationGatewaySslProtocol: {
205
+ readonly TLSv1_0: "TLSv1_0";
206
+ readonly TLSv1_1: "TLSv1_1";
207
+ readonly TLSv1_2: "TLSv1_2";
208
+ readonly TLSv1_3: "TLSv1_3";
209
+ };
210
+ /**
211
+ * Minimum version of Ssl protocol to be supported on application gateway.
212
+ */
213
+ export type ApplicationGatewaySslProtocol = (typeof ApplicationGatewaySslProtocol)[keyof typeof ApplicationGatewaySslProtocol];
214
+ export declare const ApplicationGatewayTier: {
215
+ readonly Standard: "Standard";
216
+ readonly WAF: "WAF";
217
+ readonly Standard_v2: "Standard_v2";
218
+ readonly WAF_v2: "WAF_v2";
219
+ readonly Basic: "Basic";
220
+ };
221
+ /**
222
+ * Tier of an application gateway.
223
+ */
224
+ export type ApplicationGatewayTier = (typeof ApplicationGatewayTier)[keyof typeof ApplicationGatewayTier];
225
+ export declare const AuthorizationUseStatus: {
226
+ readonly Available: "Available";
227
+ readonly InUse: "InUse";
228
+ };
229
+ /**
230
+ * The authorization use status.
231
+ */
232
+ export type AuthorizationUseStatus = (typeof AuthorizationUseStatus)[keyof typeof AuthorizationUseStatus];
233
+ export declare const AutoLearnPrivateRangesMode: {
234
+ readonly Enabled: "Enabled";
235
+ readonly Disabled: "Disabled";
236
+ };
237
+ /**
238
+ * The operation mode for automatically learning private ranges to not be SNAT
239
+ */
240
+ export type AutoLearnPrivateRangesMode = (typeof AutoLearnPrivateRangesMode)[keyof typeof AutoLearnPrivateRangesMode];
241
+ export declare const AzureFirewallApplicationRuleProtocolType: {
242
+ readonly Http: "Http";
243
+ readonly Https: "Https";
244
+ readonly Mssql: "Mssql";
245
+ };
246
+ /**
247
+ * Protocol type.
248
+ */
249
+ export type AzureFirewallApplicationRuleProtocolType = (typeof AzureFirewallApplicationRuleProtocolType)[keyof typeof AzureFirewallApplicationRuleProtocolType];
250
+ export declare const AzureFirewallNatRCActionType: {
251
+ readonly Snat: "Snat";
252
+ readonly Dnat: "Dnat";
253
+ };
254
+ /**
255
+ * The type of action.
256
+ */
257
+ export type AzureFirewallNatRCActionType = (typeof AzureFirewallNatRCActionType)[keyof typeof AzureFirewallNatRCActionType];
258
+ export declare const AzureFirewallNetworkRuleProtocol: {
259
+ readonly TCP: "TCP";
260
+ readonly UDP: "UDP";
261
+ readonly Any: "Any";
262
+ readonly ICMP: "ICMP";
263
+ };
264
+ /**
265
+ * The protocol of a Network Rule resource.
266
+ */
267
+ export type AzureFirewallNetworkRuleProtocol = (typeof AzureFirewallNetworkRuleProtocol)[keyof typeof AzureFirewallNetworkRuleProtocol];
268
+ export declare const AzureFirewallRCActionType: {
269
+ readonly Allow: "Allow";
270
+ readonly Deny: "Deny";
271
+ };
272
+ /**
273
+ * The type of action.
274
+ */
275
+ export type AzureFirewallRCActionType = (typeof AzureFirewallRCActionType)[keyof typeof AzureFirewallRCActionType];
276
+ export declare const AzureFirewallSkuName: {
277
+ readonly AZFW_VNet: "AZFW_VNet";
278
+ readonly AZFW_Hub: "AZFW_Hub";
279
+ };
280
+ /**
281
+ * Name of an Azure Firewall SKU.
282
+ */
283
+ export type AzureFirewallSkuName = (typeof AzureFirewallSkuName)[keyof typeof AzureFirewallSkuName];
284
+ export declare const AzureFirewallSkuTier: {
285
+ readonly Standard: "Standard";
286
+ readonly Premium: "Premium";
287
+ readonly Basic: "Basic";
288
+ };
289
+ /**
290
+ * Tier of an Azure Firewall.
291
+ */
292
+ export type AzureFirewallSkuTier = (typeof AzureFirewallSkuTier)[keyof typeof AzureFirewallSkuTier];
293
+ export declare const AzureFirewallThreatIntelMode: {
294
+ readonly Alert: "Alert";
295
+ readonly Deny: "Deny";
296
+ readonly Off: "Off";
297
+ };
298
+ /**
299
+ * The operation mode for Threat Intelligence.
300
+ */
301
+ export type AzureFirewallThreatIntelMode = (typeof AzureFirewallThreatIntelMode)[keyof typeof AzureFirewallThreatIntelMode];
302
+ export declare const BastionHostSkuName: {
303
+ readonly Basic: "Basic";
304
+ readonly Standard: "Standard";
305
+ };
306
+ /**
307
+ * The name of this Bastion Host.
308
+ */
309
+ export type BastionHostSkuName = (typeof BastionHostSkuName)[keyof typeof BastionHostSkuName];
310
+ export declare const CommissionedState: {
311
+ readonly Provisioning: "Provisioning";
312
+ readonly Provisioned: "Provisioned";
313
+ readonly Commissioning: "Commissioning";
314
+ readonly CommissionedNoInternetAdvertise: "CommissionedNoInternetAdvertise";
315
+ readonly Commissioned: "Commissioned";
316
+ readonly Decommissioning: "Decommissioning";
317
+ readonly Deprovisioning: "Deprovisioning";
318
+ readonly Deprovisioned: "Deprovisioned";
319
+ };
320
+ /**
321
+ * The commissioned state of the Custom IP Prefix.
322
+ */
323
+ export type CommissionedState = (typeof CommissionedState)[keyof typeof CommissionedState];
324
+ export declare const ConfigurationType: {
325
+ readonly SecurityAdmin: "SecurityAdmin";
326
+ readonly Connectivity: "Connectivity";
327
+ };
328
+ /**
329
+ * Configuration Deployment Type.
330
+ */
331
+ export type ConfigurationType = (typeof ConfigurationType)[keyof typeof ConfigurationType];
332
+ export declare const ConnectionMonitorEndpointFilterItemType: {
333
+ readonly AgentAddress: "AgentAddress";
334
+ };
335
+ /**
336
+ * The type of item included in the filter. Currently only 'AgentAddress' is supported.
337
+ */
338
+ export type ConnectionMonitorEndpointFilterItemType = (typeof ConnectionMonitorEndpointFilterItemType)[keyof typeof ConnectionMonitorEndpointFilterItemType];
339
+ export declare const ConnectionMonitorEndpointFilterType: {
340
+ readonly Include: "Include";
341
+ };
342
+ /**
343
+ * The behavior of the endpoint filter. Currently only 'Include' is supported.
344
+ */
345
+ export type ConnectionMonitorEndpointFilterType = (typeof ConnectionMonitorEndpointFilterType)[keyof typeof ConnectionMonitorEndpointFilterType];
346
+ export declare const ConnectionMonitorTestConfigurationProtocol: {
347
+ readonly Tcp: "Tcp";
348
+ readonly Http: "Http";
349
+ readonly Icmp: "Icmp";
350
+ };
351
+ /**
352
+ * The protocol to use in test evaluation.
353
+ */
354
+ export type ConnectionMonitorTestConfigurationProtocol = (typeof ConnectionMonitorTestConfigurationProtocol)[keyof typeof ConnectionMonitorTestConfigurationProtocol];
355
+ export declare const ConnectivityTopology: {
356
+ readonly HubAndSpoke: "HubAndSpoke";
357
+ readonly Mesh: "Mesh";
358
+ };
359
+ /**
360
+ * Connectivity topology type.
361
+ */
362
+ export type ConnectivityTopology = (typeof ConnectivityTopology)[keyof typeof ConnectivityTopology];
363
+ export declare const CoverageLevel: {
364
+ readonly Default: "Default";
365
+ readonly Low: "Low";
366
+ readonly BelowAverage: "BelowAverage";
367
+ readonly Average: "Average";
368
+ readonly AboveAverage: "AboveAverage";
369
+ readonly Full: "Full";
370
+ };
371
+ /**
372
+ * Test coverage for the endpoint.
373
+ */
374
+ export type CoverageLevel = (typeof CoverageLevel)[keyof typeof CoverageLevel];
375
+ export declare const CustomIpPrefixType: {
376
+ readonly Singular: "Singular";
377
+ readonly Parent: "Parent";
378
+ readonly Child: "Child";
379
+ };
380
+ /**
381
+ * Type of custom IP prefix. Should be Singular, Parent, or Child.
382
+ */
383
+ export type CustomIpPrefixType = (typeof CustomIpPrefixType)[keyof typeof CustomIpPrefixType];
384
+ export declare const DdosSettingsProtectionMode: {
385
+ readonly VirtualNetworkInherited: "VirtualNetworkInherited";
386
+ readonly Enabled: "Enabled";
387
+ readonly Disabled: "Disabled";
388
+ };
389
+ /**
390
+ * The DDoS protection mode of the public IP
391
+ */
392
+ export type DdosSettingsProtectionMode = (typeof DdosSettingsProtectionMode)[keyof typeof DdosSettingsProtectionMode];
393
+ export declare const DeleteExistingPeering: {
394
+ readonly False: "False";
395
+ readonly True: "True";
396
+ };
397
+ /**
398
+ * Flag if need to remove current existing peerings.
399
+ */
400
+ export type DeleteExistingPeering = (typeof DeleteExistingPeering)[keyof typeof DeleteExistingPeering];
401
+ export declare const DeleteOptions: {
402
+ readonly Delete: "Delete";
403
+ readonly Detach: "Detach";
404
+ };
405
+ /**
406
+ * Specify what happens to the public IP address when the VM using it is deleted
407
+ */
408
+ export type DeleteOptions = (typeof DeleteOptions)[keyof typeof DeleteOptions];
409
+ export declare const DestinationPortBehavior: {
410
+ readonly None: "None";
411
+ readonly ListenIfAvailable: "ListenIfAvailable";
412
+ };
413
+ /**
414
+ * Destination port behavior.
415
+ */
416
+ export type DestinationPortBehavior = (typeof DestinationPortBehavior)[keyof typeof DestinationPortBehavior];
417
+ export declare const DhGroup: {
418
+ readonly None: "None";
419
+ readonly DHGroup1: "DHGroup1";
420
+ readonly DHGroup2: "DHGroup2";
421
+ readonly DHGroup14: "DHGroup14";
422
+ readonly DHGroup2048: "DHGroup2048";
423
+ readonly ECP256: "ECP256";
424
+ readonly ECP384: "ECP384";
425
+ readonly DHGroup24: "DHGroup24";
426
+ };
427
+ /**
428
+ * The DH Group used in IKE Phase 1 for initial SA.
429
+ */
430
+ export type DhGroup = (typeof DhGroup)[keyof typeof DhGroup];
431
+ export declare const EndpointType: {
432
+ readonly AzureVM: "AzureVM";
433
+ readonly AzureVNet: "AzureVNet";
434
+ readonly AzureSubnet: "AzureSubnet";
435
+ readonly ExternalAddress: "ExternalAddress";
436
+ readonly MMAWorkspaceMachine: "MMAWorkspaceMachine";
437
+ readonly MMAWorkspaceNetwork: "MMAWorkspaceNetwork";
438
+ readonly AzureArcVM: "AzureArcVM";
439
+ readonly AzureVMSS: "AzureVMSS";
440
+ };
441
+ /**
442
+ * The endpoint type.
443
+ */
444
+ export type EndpointType = (typeof EndpointType)[keyof typeof EndpointType];
445
+ export declare const ExpressRouteCircuitPeeringState: {
446
+ readonly Disabled: "Disabled";
447
+ readonly Enabled: "Enabled";
448
+ };
449
+ /**
450
+ * The state of peering.
451
+ */
452
+ export type ExpressRouteCircuitPeeringState = (typeof ExpressRouteCircuitPeeringState)[keyof typeof ExpressRouteCircuitPeeringState];
453
+ export declare const ExpressRouteCircuitSkuFamily: {
454
+ readonly UnlimitedData: "UnlimitedData";
455
+ readonly MeteredData: "MeteredData";
456
+ };
457
+ /**
458
+ * The family of the SKU.
459
+ */
460
+ export type ExpressRouteCircuitSkuFamily = (typeof ExpressRouteCircuitSkuFamily)[keyof typeof ExpressRouteCircuitSkuFamily];
461
+ export declare const ExpressRouteCircuitSkuTier: {
462
+ readonly Standard: "Standard";
463
+ readonly Premium: "Premium";
464
+ readonly Basic: "Basic";
465
+ readonly Local: "Local";
466
+ };
467
+ /**
468
+ * The tier of the SKU.
469
+ */
470
+ export type ExpressRouteCircuitSkuTier = (typeof ExpressRouteCircuitSkuTier)[keyof typeof ExpressRouteCircuitSkuTier];
471
+ export declare const ExpressRouteLinkAdminState: {
472
+ readonly Enabled: "Enabled";
473
+ readonly Disabled: "Disabled";
474
+ };
475
+ /**
476
+ * Administrative state of the physical port.
477
+ */
478
+ export type ExpressRouteLinkAdminState = (typeof ExpressRouteLinkAdminState)[keyof typeof ExpressRouteLinkAdminState];
479
+ export declare const ExpressRouteLinkMacSecCipher: {
480
+ readonly GcmAes256: "GcmAes256";
481
+ readonly GcmAes128: "GcmAes128";
482
+ readonly GcmAesXpn128: "GcmAesXpn128";
483
+ readonly GcmAesXpn256: "GcmAesXpn256";
484
+ };
485
+ /**
486
+ * Mac security cipher.
487
+ */
488
+ export type ExpressRouteLinkMacSecCipher = (typeof ExpressRouteLinkMacSecCipher)[keyof typeof ExpressRouteLinkMacSecCipher];
489
+ export declare const ExpressRouteLinkMacSecSciState: {
490
+ readonly Disabled: "Disabled";
491
+ readonly Enabled: "Enabled";
492
+ };
493
+ /**
494
+ * Sci mode enabled/disabled.
495
+ */
496
+ export type ExpressRouteLinkMacSecSciState = (typeof ExpressRouteLinkMacSecSciState)[keyof typeof ExpressRouteLinkMacSecSciState];
497
+ export declare const ExpressRoutePeeringState: {
498
+ readonly Disabled: "Disabled";
499
+ readonly Enabled: "Enabled";
500
+ };
501
+ /**
502
+ * The peering state.
503
+ */
504
+ export type ExpressRoutePeeringState = (typeof ExpressRoutePeeringState)[keyof typeof ExpressRoutePeeringState];
505
+ export declare const ExpressRoutePeeringType: {
506
+ readonly AzurePublicPeering: "AzurePublicPeering";
507
+ readonly AzurePrivatePeering: "AzurePrivatePeering";
508
+ readonly MicrosoftPeering: "MicrosoftPeering";
509
+ };
510
+ /**
511
+ * The peering type.
512
+ */
513
+ export type ExpressRoutePeeringType = (typeof ExpressRoutePeeringType)[keyof typeof ExpressRoutePeeringType];
514
+ export declare const ExpressRoutePortsBillingType: {
515
+ readonly MeteredData: "MeteredData";
516
+ readonly UnlimitedData: "UnlimitedData";
517
+ };
518
+ /**
519
+ * The billing type of the ExpressRoutePort resource.
520
+ */
521
+ export type ExpressRoutePortsBillingType = (typeof ExpressRoutePortsBillingType)[keyof typeof ExpressRoutePortsBillingType];
522
+ export declare const ExpressRoutePortsEncapsulation: {
523
+ readonly Dot1Q: "Dot1Q";
524
+ readonly QinQ: "QinQ";
525
+ };
526
+ /**
527
+ * Encapsulation method on physical ports.
528
+ */
529
+ export type ExpressRoutePortsEncapsulation = (typeof ExpressRoutePortsEncapsulation)[keyof typeof ExpressRoutePortsEncapsulation];
530
+ export declare const ExtendedLocationTypes: {
531
+ readonly EdgeZone: "EdgeZone";
532
+ };
533
+ /**
534
+ * The type of the extended location.
535
+ */
536
+ export type ExtendedLocationTypes = (typeof ExtendedLocationTypes)[keyof typeof ExtendedLocationTypes];
537
+ export declare const FirewallPolicyFilterRuleCollectionActionType: {
538
+ readonly Allow: "Allow";
539
+ readonly Deny: "Deny";
540
+ };
541
+ /**
542
+ * The type of action.
543
+ */
544
+ export type FirewallPolicyFilterRuleCollectionActionType = (typeof FirewallPolicyFilterRuleCollectionActionType)[keyof typeof FirewallPolicyFilterRuleCollectionActionType];
545
+ export declare const FirewallPolicyIDPSQuerySortOrder: {
546
+ readonly Ascending: "Ascending";
547
+ readonly Descending: "Descending";
548
+ };
549
+ /**
550
+ * Describes if results should be in ascending/descending order
551
+ */
552
+ export type FirewallPolicyIDPSQuerySortOrder = (typeof FirewallPolicyIDPSQuerySortOrder)[keyof typeof FirewallPolicyIDPSQuerySortOrder];
553
+ export declare const FirewallPolicyIntrusionDetectionProtocol: {
554
+ readonly TCP: "TCP";
555
+ readonly UDP: "UDP";
556
+ readonly ICMP: "ICMP";
557
+ readonly ANY: "ANY";
558
+ };
559
+ /**
560
+ * The rule bypass protocol.
561
+ */
562
+ export type FirewallPolicyIntrusionDetectionProtocol = (typeof FirewallPolicyIntrusionDetectionProtocol)[keyof typeof FirewallPolicyIntrusionDetectionProtocol];
563
+ export declare const FirewallPolicyIntrusionDetectionStateType: {
564
+ readonly Off: "Off";
565
+ readonly Alert: "Alert";
566
+ readonly Deny: "Deny";
567
+ };
568
+ /**
569
+ * Intrusion detection general state.
570
+ */
571
+ export type FirewallPolicyIntrusionDetectionStateType = (typeof FirewallPolicyIntrusionDetectionStateType)[keyof typeof FirewallPolicyIntrusionDetectionStateType];
572
+ export declare const FirewallPolicyNatRuleCollectionActionType: {
573
+ readonly DNAT: "DNAT";
574
+ };
575
+ /**
576
+ * The type of action.
577
+ */
578
+ export type FirewallPolicyNatRuleCollectionActionType = (typeof FirewallPolicyNatRuleCollectionActionType)[keyof typeof FirewallPolicyNatRuleCollectionActionType];
579
+ export declare const FirewallPolicyRuleApplicationProtocolType: {
580
+ readonly Http: "Http";
581
+ readonly Https: "Https";
582
+ };
583
+ /**
584
+ * Protocol type.
585
+ */
586
+ export type FirewallPolicyRuleApplicationProtocolType = (typeof FirewallPolicyRuleApplicationProtocolType)[keyof typeof FirewallPolicyRuleApplicationProtocolType];
587
+ export declare const FirewallPolicyRuleCollectionType: {
588
+ readonly FirewallPolicyNatRuleCollection: "FirewallPolicyNatRuleCollection";
589
+ readonly FirewallPolicyFilterRuleCollection: "FirewallPolicyFilterRuleCollection";
590
+ };
591
+ /**
592
+ * The type of the rule collection.
593
+ */
594
+ export type FirewallPolicyRuleCollectionType = (typeof FirewallPolicyRuleCollectionType)[keyof typeof FirewallPolicyRuleCollectionType];
595
+ export declare const FirewallPolicyRuleNetworkProtocol: {
596
+ readonly TCP: "TCP";
597
+ readonly UDP: "UDP";
598
+ readonly Any: "Any";
599
+ readonly ICMP: "ICMP";
600
+ };
601
+ /**
602
+ * The Network protocol of a Rule.
603
+ */
604
+ export type FirewallPolicyRuleNetworkProtocol = (typeof FirewallPolicyRuleNetworkProtocol)[keyof typeof FirewallPolicyRuleNetworkProtocol];
605
+ export declare const FirewallPolicyRuleType: {
606
+ readonly ApplicationRule: "ApplicationRule";
607
+ readonly NetworkRule: "NetworkRule";
608
+ readonly NatRule: "NatRule";
609
+ };
610
+ /**
611
+ * Rule Type.
612
+ */
613
+ export type FirewallPolicyRuleType = (typeof FirewallPolicyRuleType)[keyof typeof FirewallPolicyRuleType];
614
+ export declare const FirewallPolicySkuTier: {
615
+ readonly Standard: "Standard";
616
+ readonly Premium: "Premium";
617
+ readonly Basic: "Basic";
618
+ };
619
+ /**
620
+ * Tier of Firewall Policy.
621
+ */
622
+ export type FirewallPolicySkuTier = (typeof FirewallPolicySkuTier)[keyof typeof FirewallPolicySkuTier];
623
+ export declare const FlowLogFormatType: {
624
+ readonly JSON: "JSON";
625
+ };
626
+ /**
627
+ * The file type of flow log.
628
+ */
629
+ export type FlowLogFormatType = (typeof FlowLogFormatType)[keyof typeof FlowLogFormatType];
630
+ export declare const GatewayLoadBalancerTunnelInterfaceType: {
631
+ readonly None: "None";
632
+ readonly Internal: "Internal";
633
+ readonly External: "External";
634
+ };
635
+ /**
636
+ * Traffic type of gateway load balancer tunnel interface.
637
+ */
638
+ export type GatewayLoadBalancerTunnelInterfaceType = (typeof GatewayLoadBalancerTunnelInterfaceType)[keyof typeof GatewayLoadBalancerTunnelInterfaceType];
639
+ export declare const GatewayLoadBalancerTunnelProtocol: {
640
+ readonly None: "None";
641
+ readonly Native: "Native";
642
+ readonly VXLAN: "VXLAN";
643
+ };
644
+ /**
645
+ * Protocol of gateway load balancer tunnel interface.
646
+ */
647
+ export type GatewayLoadBalancerTunnelProtocol = (typeof GatewayLoadBalancerTunnelProtocol)[keyof typeof GatewayLoadBalancerTunnelProtocol];
648
+ export declare const Geo: {
649
+ readonly GLOBAL: "GLOBAL";
650
+ readonly AFRI: "AFRI";
651
+ readonly APAC: "APAC";
652
+ readonly EURO: "EURO";
653
+ readonly LATAM: "LATAM";
654
+ readonly NAM: "NAM";
655
+ readonly ME: "ME";
656
+ readonly OCEANIA: "OCEANIA";
657
+ readonly AQ: "AQ";
658
+ };
659
+ /**
660
+ * The Geo for CIDR advertising. Should be an Geo code.
661
+ */
662
+ export type Geo = (typeof Geo)[keyof typeof Geo];
663
+ export declare const GroupConnectivity: {
664
+ readonly None: "None";
665
+ readonly DirectlyConnected: "DirectlyConnected";
666
+ };
667
+ /**
668
+ * Group connectivity type.
669
+ */
670
+ export type GroupConnectivity = (typeof GroupConnectivity)[keyof typeof GroupConnectivity];
671
+ export declare const HTTPConfigurationMethod: {
672
+ readonly Get: "Get";
673
+ readonly Post: "Post";
674
+ };
675
+ /**
676
+ * The HTTP method to use.
677
+ */
678
+ export type HTTPConfigurationMethod = (typeof HTTPConfigurationMethod)[keyof typeof HTTPConfigurationMethod];
679
+ export declare const HubRoutingPreference: {
680
+ readonly ExpressRoute: "ExpressRoute";
681
+ readonly VpnGateway: "VpnGateway";
682
+ readonly ASPath: "ASPath";
683
+ };
684
+ /**
685
+ * The hubRoutingPreference of this VirtualHub.
686
+ */
687
+ export type HubRoutingPreference = (typeof HubRoutingPreference)[keyof typeof HubRoutingPreference];
688
+ export declare const IPAllocationMethod: {
689
+ readonly Static: "Static";
690
+ readonly Dynamic: "Dynamic";
691
+ };
692
+ /**
693
+ * The private IP address allocation method.
694
+ */
695
+ export type IPAllocationMethod = (typeof IPAllocationMethod)[keyof typeof IPAllocationMethod];
696
+ export declare const IPVersion: {
697
+ readonly IPv4: "IPv4";
698
+ readonly IPv6: "IPv6";
699
+ };
700
+ /**
701
+ * Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.
702
+ */
703
+ export type IPVersion = (typeof IPVersion)[keyof typeof IPVersion];
704
+ export declare const IkeEncryption: {
705
+ readonly DES: "DES";
706
+ readonly DES3: "DES3";
707
+ readonly AES128: "AES128";
708
+ readonly AES192: "AES192";
709
+ readonly AES256: "AES256";
710
+ readonly GCMAES256: "GCMAES256";
711
+ readonly GCMAES128: "GCMAES128";
712
+ };
713
+ /**
714
+ * The IKE encryption algorithm (IKE phase 2).
715
+ */
716
+ export type IkeEncryption = (typeof IkeEncryption)[keyof typeof IkeEncryption];
717
+ export declare const IkeIntegrity: {
718
+ readonly MD5: "MD5";
719
+ readonly SHA1: "SHA1";
720
+ readonly SHA256: "SHA256";
721
+ readonly SHA384: "SHA384";
722
+ readonly GCMAES256: "GCMAES256";
723
+ readonly GCMAES128: "GCMAES128";
724
+ };
725
+ /**
726
+ * The IKE integrity algorithm (IKE phase 2).
727
+ */
728
+ export type IkeIntegrity = (typeof IkeIntegrity)[keyof typeof IkeIntegrity];
729
+ export declare const IpAllocationType: {
730
+ readonly Undefined: "Undefined";
731
+ readonly Hypernet: "Hypernet";
732
+ };
733
+ /**
734
+ * The type for the IpAllocation.
735
+ */
736
+ export type IpAllocationType = (typeof IpAllocationType)[keyof typeof IpAllocationType];
737
+ export declare const IpsecEncryption: {
738
+ readonly None: "None";
739
+ readonly DES: "DES";
740
+ readonly DES3: "DES3";
741
+ readonly AES128: "AES128";
742
+ readonly AES192: "AES192";
743
+ readonly AES256: "AES256";
744
+ readonly GCMAES128: "GCMAES128";
745
+ readonly GCMAES192: "GCMAES192";
746
+ readonly GCMAES256: "GCMAES256";
747
+ };
748
+ /**
749
+ * The IPSec encryption algorithm (IKE phase 1).
750
+ */
751
+ export type IpsecEncryption = (typeof IpsecEncryption)[keyof typeof IpsecEncryption];
752
+ export declare const IpsecIntegrity: {
753
+ readonly MD5: "MD5";
754
+ readonly SHA1: "SHA1";
755
+ readonly SHA256: "SHA256";
756
+ readonly GCMAES128: "GCMAES128";
757
+ readonly GCMAES192: "GCMAES192";
758
+ readonly GCMAES256: "GCMAES256";
759
+ };
760
+ /**
761
+ * The IPSec integrity algorithm (IKE phase 1).
762
+ */
763
+ export type IpsecIntegrity = (typeof IpsecIntegrity)[keyof typeof IpsecIntegrity];
764
+ export declare const IsGlobal: {
765
+ readonly False: "False";
766
+ readonly True: "True";
767
+ };
768
+ /**
769
+ * Flag if global mesh is supported.
770
+ */
771
+ export type IsGlobal = (typeof IsGlobal)[keyof typeof IsGlobal];
772
+ export declare const LoadBalancerBackendAddressAdminState: {
773
+ readonly None: "None";
774
+ readonly Up: "Up";
775
+ readonly Down: "Down";
776
+ };
777
+ /**
778
+ * A list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections.
779
+ */
780
+ export type LoadBalancerBackendAddressAdminState = (typeof LoadBalancerBackendAddressAdminState)[keyof typeof LoadBalancerBackendAddressAdminState];
781
+ export declare const LoadBalancerOutboundRuleProtocol: {
782
+ readonly Tcp: "Tcp";
783
+ readonly Udp: "Udp";
784
+ readonly All: "All";
785
+ };
786
+ /**
787
+ * The protocol for the outbound rule in load balancer.
788
+ */
789
+ export type LoadBalancerOutboundRuleProtocol = (typeof LoadBalancerOutboundRuleProtocol)[keyof typeof LoadBalancerOutboundRuleProtocol];
790
+ export declare const LoadBalancerSkuName: {
791
+ readonly Basic: "Basic";
792
+ readonly Standard: "Standard";
793
+ readonly Gateway: "Gateway";
794
+ };
795
+ /**
796
+ * Name of a load balancer SKU.
797
+ */
798
+ export type LoadBalancerSkuName = (typeof LoadBalancerSkuName)[keyof typeof LoadBalancerSkuName];
799
+ export declare const LoadBalancerSkuTier: {
800
+ readonly Regional: "Regional";
801
+ readonly Global: "Global";
802
+ };
803
+ /**
804
+ * Tier of a load balancer SKU.
805
+ */
806
+ export type LoadBalancerSkuTier = (typeof LoadBalancerSkuTier)[keyof typeof LoadBalancerSkuTier];
807
+ export declare const LoadDistribution: {
808
+ readonly Default: "Default";
809
+ readonly SourceIP: "SourceIP";
810
+ readonly SourceIPProtocol: "SourceIPProtocol";
811
+ };
812
+ /**
813
+ * The load distribution policy for this rule.
814
+ */
815
+ export type LoadDistribution = (typeof LoadDistribution)[keyof typeof LoadDistribution];
816
+ export declare const ManagedRuleEnabledState: {
817
+ readonly Disabled: "Disabled";
818
+ readonly Enabled: "Enabled";
819
+ };
820
+ /**
821
+ * The state of the managed rule. Defaults to Disabled if not specified.
822
+ */
823
+ export type ManagedRuleEnabledState = (typeof ManagedRuleEnabledState)[keyof typeof ManagedRuleEnabledState];
824
+ export declare const NatGatewaySkuName: {
825
+ readonly Standard: "Standard";
826
+ };
827
+ /**
828
+ * Name of Nat Gateway SKU.
829
+ */
830
+ export type NatGatewaySkuName = (typeof NatGatewaySkuName)[keyof typeof NatGatewaySkuName];
831
+ export declare const NetworkIntentPolicyBasedService: {
832
+ readonly None: "None";
833
+ readonly All: "All";
834
+ readonly AllowRulesOnly: "AllowRulesOnly";
835
+ };
836
+ /**
837
+ * Network intent policy based services.
838
+ */
839
+ export type NetworkIntentPolicyBasedService = (typeof NetworkIntentPolicyBasedService)[keyof typeof NetworkIntentPolicyBasedService];
840
+ export declare const NetworkInterfaceAuxiliaryMode: {
841
+ readonly None: "None";
842
+ readonly MaxConnections: "MaxConnections";
843
+ readonly Floating: "Floating";
844
+ readonly AcceleratedConnections: "AcceleratedConnections";
845
+ };
846
+ /**
847
+ * Auxiliary mode of Network Interface resource.
848
+ */
849
+ export type NetworkInterfaceAuxiliaryMode = (typeof NetworkInterfaceAuxiliaryMode)[keyof typeof NetworkInterfaceAuxiliaryMode];
850
+ export declare const NetworkInterfaceAuxiliarySku: {
851
+ readonly None: "None";
852
+ readonly A1: "A1";
853
+ readonly A2: "A2";
854
+ readonly A4: "A4";
855
+ readonly A8: "A8";
856
+ };
857
+ /**
858
+ * Auxiliary sku of Network Interface resource.
859
+ */
860
+ export type NetworkInterfaceAuxiliarySku = (typeof NetworkInterfaceAuxiliarySku)[keyof typeof NetworkInterfaceAuxiliarySku];
861
+ export declare const NetworkInterfaceMigrationPhase: {
862
+ readonly None: "None";
863
+ readonly Prepare: "Prepare";
864
+ readonly Commit: "Commit";
865
+ readonly Abort: "Abort";
866
+ readonly Committed: "Committed";
867
+ };
868
+ /**
869
+ * Migration phase of Network Interface resource.
870
+ */
871
+ export type NetworkInterfaceMigrationPhase = (typeof NetworkInterfaceMigrationPhase)[keyof typeof NetworkInterfaceMigrationPhase];
872
+ export declare const NetworkInterfaceNicType: {
873
+ readonly Standard: "Standard";
874
+ readonly Elastic: "Elastic";
875
+ };
876
+ /**
877
+ * Type of Network Interface resource.
878
+ */
879
+ export type NetworkInterfaceNicType = (typeof NetworkInterfaceNicType)[keyof typeof NetworkInterfaceNicType];
880
+ export declare const NextStep: {
881
+ readonly Unknown: "Unknown";
882
+ readonly Continue: "Continue";
883
+ readonly Terminate: "Terminate";
884
+ };
885
+ /**
886
+ * Next step after rule is evaluated. Current supported behaviors are 'Continue'(to next rule) and 'Terminate'.
887
+ */
888
+ export type NextStep = (typeof NextStep)[keyof typeof NextStep];
889
+ export declare const OutputType: {
890
+ readonly Workspace: "Workspace";
891
+ };
892
+ /**
893
+ * Connection monitor output destination type. Currently, only "Workspace" is supported.
894
+ */
895
+ export type OutputType = (typeof OutputType)[keyof typeof OutputType];
896
+ export declare const OwaspCrsExclusionEntryMatchVariable: {
897
+ readonly RequestHeaderNames: "RequestHeaderNames";
898
+ readonly RequestCookieNames: "RequestCookieNames";
899
+ readonly RequestArgNames: "RequestArgNames";
900
+ readonly RequestHeaderKeys: "RequestHeaderKeys";
901
+ readonly RequestHeaderValues: "RequestHeaderValues";
902
+ readonly RequestCookieKeys: "RequestCookieKeys";
903
+ readonly RequestCookieValues: "RequestCookieValues";
904
+ readonly RequestArgKeys: "RequestArgKeys";
905
+ readonly RequestArgValues: "RequestArgValues";
906
+ };
907
+ /**
908
+ * The variable to be excluded.
909
+ */
910
+ export type OwaspCrsExclusionEntryMatchVariable = (typeof OwaspCrsExclusionEntryMatchVariable)[keyof typeof OwaspCrsExclusionEntryMatchVariable];
911
+ export declare const OwaspCrsExclusionEntrySelectorMatchOperator: {
912
+ readonly Equals: "Equals";
913
+ readonly Contains: "Contains";
914
+ readonly StartsWith: "StartsWith";
915
+ readonly EndsWith: "EndsWith";
916
+ readonly EqualsAny: "EqualsAny";
917
+ };
918
+ /**
919
+ * When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
920
+ */
921
+ export type OwaspCrsExclusionEntrySelectorMatchOperator = (typeof OwaspCrsExclusionEntrySelectorMatchOperator)[keyof typeof OwaspCrsExclusionEntrySelectorMatchOperator];
922
+ export declare const PacketCaptureTargetType: {
923
+ readonly AzureVM: "AzureVM";
924
+ readonly AzureVMSS: "AzureVMSS";
925
+ };
926
+ /**
927
+ * Target type of the resource provided.
928
+ */
929
+ export type PacketCaptureTargetType = (typeof PacketCaptureTargetType)[keyof typeof PacketCaptureTargetType];
930
+ export declare const PcProtocol: {
931
+ readonly TCP: "TCP";
932
+ readonly UDP: "UDP";
933
+ readonly Any: "Any";
934
+ };
935
+ /**
936
+ * Protocol to be filtered on.
937
+ */
938
+ export type PcProtocol = (typeof PcProtocol)[keyof typeof PcProtocol];
939
+ export declare const PfsGroup: {
940
+ readonly None: "None";
941
+ readonly PFS1: "PFS1";
942
+ readonly PFS2: "PFS2";
943
+ readonly PFS2048: "PFS2048";
944
+ readonly ECP256: "ECP256";
945
+ readonly ECP384: "ECP384";
946
+ readonly PFS24: "PFS24";
947
+ readonly PFS14: "PFS14";
948
+ readonly PFSMM: "PFSMM";
949
+ };
950
+ /**
951
+ * The Pfs Group used in IKE Phase 2 for new child SA.
952
+ */
953
+ export type PfsGroup = (typeof PfsGroup)[keyof typeof PfsGroup];
954
+ export declare const PreferredIPVersion: {
955
+ readonly IPv4: "IPv4";
956
+ readonly IPv6: "IPv6";
957
+ };
958
+ /**
959
+ * The preferred IP version to use in test evaluation. The connection monitor may choose to use a different version depending on other parameters.
960
+ */
961
+ export type PreferredIPVersion = (typeof PreferredIPVersion)[keyof typeof PreferredIPVersion];
962
+ export declare const PreferredRoutingGateway: {
963
+ readonly ExpressRoute: "ExpressRoute";
964
+ readonly VpnGateway: "VpnGateway";
965
+ readonly None: "None";
966
+ };
967
+ /**
968
+ * The preferred gateway to route on-prem traffic
969
+ */
970
+ export type PreferredRoutingGateway = (typeof PreferredRoutingGateway)[keyof typeof PreferredRoutingGateway];
971
+ export declare const ProbeProtocol: {
972
+ readonly Http: "Http";
973
+ readonly Tcp: "Tcp";
974
+ readonly Https: "Https";
975
+ };
976
+ /**
977
+ * The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required for the probe to be successful.
978
+ */
979
+ export type ProbeProtocol = (typeof ProbeProtocol)[keyof typeof ProbeProtocol];
980
+ export declare const ProtocolType: {
981
+ readonly DoNotUse: "DoNotUse";
982
+ readonly Icmp: "Icmp";
983
+ readonly Tcp: "Tcp";
984
+ readonly Udp: "Udp";
985
+ readonly Gre: "Gre";
986
+ readonly Esp: "Esp";
987
+ readonly Ah: "Ah";
988
+ readonly Vxlan: "Vxlan";
989
+ readonly All: "All";
990
+ };
991
+ /**
992
+ * RNM supported protocol types.
993
+ */
994
+ export type ProtocolType = (typeof ProtocolType)[keyof typeof ProtocolType];
995
+ export declare const PublicIPAddressMigrationPhase: {
996
+ readonly None: "None";
997
+ readonly Prepare: "Prepare";
998
+ readonly Commit: "Commit";
999
+ readonly Abort: "Abort";
1000
+ readonly Committed: "Committed";
1001
+ };
1002
+ /**
1003
+ * Migration phase of Public IP Address.
1004
+ */
1005
+ export type PublicIPAddressMigrationPhase = (typeof PublicIPAddressMigrationPhase)[keyof typeof PublicIPAddressMigrationPhase];
1006
+ export declare const PublicIPAddressSkuName: {
1007
+ readonly Basic: "Basic";
1008
+ readonly Standard: "Standard";
1009
+ };
1010
+ /**
1011
+ * Name of a public IP address SKU.
1012
+ */
1013
+ export type PublicIPAddressSkuName = (typeof PublicIPAddressSkuName)[keyof typeof PublicIPAddressSkuName];
1014
+ export declare const PublicIPAddressSkuTier: {
1015
+ readonly Regional: "Regional";
1016
+ readonly Global: "Global";
1017
+ };
1018
+ /**
1019
+ * Tier of a public IP address SKU.
1020
+ */
1021
+ export type PublicIPAddressSkuTier = (typeof PublicIPAddressSkuTier)[keyof typeof PublicIPAddressSkuTier];
1022
+ export declare const PublicIPPrefixSkuName: {
1023
+ readonly Standard: "Standard";
1024
+ };
1025
+ /**
1026
+ * Name of a public IP prefix SKU.
1027
+ */
1028
+ export type PublicIPPrefixSkuName = (typeof PublicIPPrefixSkuName)[keyof typeof PublicIPPrefixSkuName];
1029
+ export declare const PublicIPPrefixSkuTier: {
1030
+ readonly Regional: "Regional";
1031
+ readonly Global: "Global";
1032
+ };
1033
+ /**
1034
+ * Tier of a public IP prefix SKU.
1035
+ */
1036
+ export type PublicIPPrefixSkuTier = (typeof PublicIPPrefixSkuTier)[keyof typeof PublicIPPrefixSkuTier];
1037
+ export declare const PublicIpAddressDnsSettingsDomainNameLabelScope: {
1038
+ readonly TenantReuse: "TenantReuse";
1039
+ readonly SubscriptionReuse: "SubscriptionReuse";
1040
+ readonly ResourceGroupReuse: "ResourceGroupReuse";
1041
+ readonly NoReuse: "NoReuse";
1042
+ };
1043
+ /**
1044
+ * The domain name label scope. If a domain name label and a domain name label scope are specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN.
1045
+ */
1046
+ export type PublicIpAddressDnsSettingsDomainNameLabelScope = (typeof PublicIpAddressDnsSettingsDomainNameLabelScope)[keyof typeof PublicIpAddressDnsSettingsDomainNameLabelScope];
1047
+ export declare const ResourceIdentityType: {
1048
+ readonly SystemAssigned: "SystemAssigned";
1049
+ readonly UserAssigned: "UserAssigned";
1050
+ readonly SystemAssigned_UserAssigned: "SystemAssigned, UserAssigned";
1051
+ readonly None: "None";
1052
+ };
1053
+ /**
1054
+ * The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
1055
+ */
1056
+ export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];
1057
+ export declare const RouteFilterRuleType: {
1058
+ readonly Community: "Community";
1059
+ };
1060
+ /**
1061
+ * The rule type of the rule.
1062
+ */
1063
+ export type RouteFilterRuleType = (typeof RouteFilterRuleType)[keyof typeof RouteFilterRuleType];
1064
+ export declare const RouteMapActionType: {
1065
+ readonly Unknown: "Unknown";
1066
+ readonly Remove: "Remove";
1067
+ readonly Add: "Add";
1068
+ readonly Replace: "Replace";
1069
+ readonly Drop: "Drop";
1070
+ };
1071
+ /**
1072
+ * Type of action to be taken. Supported types are 'Remove', 'Add', 'Replace', and 'Drop.'
1073
+ */
1074
+ export type RouteMapActionType = (typeof RouteMapActionType)[keyof typeof RouteMapActionType];
1075
+ export declare const RouteMapMatchCondition: {
1076
+ readonly Unknown: "Unknown";
1077
+ readonly Contains: "Contains";
1078
+ readonly Equals: "Equals";
1079
+ readonly NotContains: "NotContains";
1080
+ readonly NotEquals: "NotEquals";
1081
+ };
1082
+ /**
1083
+ * Match condition to apply RouteMap rules.
1084
+ */
1085
+ export type RouteMapMatchCondition = (typeof RouteMapMatchCondition)[keyof typeof RouteMapMatchCondition];
1086
+ export declare const RouteNextHopType: {
1087
+ readonly VirtualNetworkGateway: "VirtualNetworkGateway";
1088
+ readonly VnetLocal: "VnetLocal";
1089
+ readonly Internet: "Internet";
1090
+ readonly VirtualAppliance: "VirtualAppliance";
1091
+ readonly None: "None";
1092
+ };
1093
+ /**
1094
+ * The type of Azure hop the packet should be sent to.
1095
+ */
1096
+ export type RouteNextHopType = (typeof RouteNextHopType)[keyof typeof RouteNextHopType];
1097
+ export declare const ScrubbingRuleEntryMatchOperator: {
1098
+ readonly Equals: "Equals";
1099
+ readonly EqualsAny: "EqualsAny";
1100
+ };
1101
+ /**
1102
+ * When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
1103
+ */
1104
+ export type ScrubbingRuleEntryMatchOperator = (typeof ScrubbingRuleEntryMatchOperator)[keyof typeof ScrubbingRuleEntryMatchOperator];
1105
+ export declare const ScrubbingRuleEntryMatchVariable: {
1106
+ readonly RequestHeaderNames: "RequestHeaderNames";
1107
+ readonly RequestCookieNames: "RequestCookieNames";
1108
+ readonly RequestArgNames: "RequestArgNames";
1109
+ readonly RequestPostArgNames: "RequestPostArgNames";
1110
+ readonly RequestJSONArgNames: "RequestJSONArgNames";
1111
+ readonly RequestIPAddress: "RequestIPAddress";
1112
+ };
1113
+ /**
1114
+ * The variable to be scrubbed from the logs.
1115
+ */
1116
+ export type ScrubbingRuleEntryMatchVariable = (typeof ScrubbingRuleEntryMatchVariable)[keyof typeof ScrubbingRuleEntryMatchVariable];
1117
+ export declare const ScrubbingRuleEntryState: {
1118
+ readonly Enabled: "Enabled";
1119
+ readonly Disabled: "Disabled";
1120
+ };
1121
+ /**
1122
+ * Defines the state of log scrubbing rule. Default value is Enabled.
1123
+ */
1124
+ export type ScrubbingRuleEntryState = (typeof ScrubbingRuleEntryState)[keyof typeof ScrubbingRuleEntryState];
1125
+ export declare const SecurityConfigurationRuleAccess: {
1126
+ readonly Allow: "Allow";
1127
+ readonly Deny: "Deny";
1128
+ readonly AlwaysAllow: "AlwaysAllow";
1129
+ };
1130
+ /**
1131
+ * Indicates the access allowed for this particular rule
1132
+ */
1133
+ export type SecurityConfigurationRuleAccess = (typeof SecurityConfigurationRuleAccess)[keyof typeof SecurityConfigurationRuleAccess];
1134
+ export declare const SecurityConfigurationRuleDirection: {
1135
+ readonly Inbound: "Inbound";
1136
+ readonly Outbound: "Outbound";
1137
+ };
1138
+ /**
1139
+ * Indicates if the traffic matched against the rule in inbound or outbound.
1140
+ */
1141
+ export type SecurityConfigurationRuleDirection = (typeof SecurityConfigurationRuleDirection)[keyof typeof SecurityConfigurationRuleDirection];
1142
+ export declare const SecurityConfigurationRuleProtocol: {
1143
+ readonly Tcp: "Tcp";
1144
+ readonly Udp: "Udp";
1145
+ readonly Icmp: "Icmp";
1146
+ readonly Esp: "Esp";
1147
+ readonly Any: "Any";
1148
+ readonly Ah: "Ah";
1149
+ };
1150
+ /**
1151
+ * Network protocol this rule applies to.
1152
+ */
1153
+ export type SecurityConfigurationRuleProtocol = (typeof SecurityConfigurationRuleProtocol)[keyof typeof SecurityConfigurationRuleProtocol];
1154
+ export declare const SecurityProviderName: {
1155
+ readonly ZScaler: "ZScaler";
1156
+ readonly IBoss: "IBoss";
1157
+ readonly Checkpoint: "Checkpoint";
1158
+ };
1159
+ /**
1160
+ * The security provider name.
1161
+ */
1162
+ export type SecurityProviderName = (typeof SecurityProviderName)[keyof typeof SecurityProviderName];
1163
+ export declare const SecurityRuleAccess: {
1164
+ readonly Allow: "Allow";
1165
+ readonly Deny: "Deny";
1166
+ };
1167
+ /**
1168
+ * The network traffic is allowed or denied.
1169
+ */
1170
+ export type SecurityRuleAccess = (typeof SecurityRuleAccess)[keyof typeof SecurityRuleAccess];
1171
+ export declare const SecurityRuleDirection: {
1172
+ readonly Inbound: "Inbound";
1173
+ readonly Outbound: "Outbound";
1174
+ };
1175
+ /**
1176
+ * The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
1177
+ */
1178
+ export type SecurityRuleDirection = (typeof SecurityRuleDirection)[keyof typeof SecurityRuleDirection];
1179
+ export declare const SecurityRuleProtocol: {
1180
+ readonly Tcp: "Tcp";
1181
+ readonly Udp: "Udp";
1182
+ readonly Icmp: "Icmp";
1183
+ readonly Esp: "Esp";
1184
+ readonly Asterisk: "*";
1185
+ readonly Ah: "Ah";
1186
+ };
1187
+ /**
1188
+ * Network protocol this rule applies to.
1189
+ */
1190
+ export type SecurityRuleProtocol = (typeof SecurityRuleProtocol)[keyof typeof SecurityRuleProtocol];
1191
+ export declare const ServiceProviderProvisioningState: {
1192
+ readonly NotProvisioned: "NotProvisioned";
1193
+ readonly Provisioning: "Provisioning";
1194
+ readonly Provisioned: "Provisioned";
1195
+ readonly Deprovisioning: "Deprovisioning";
1196
+ };
1197
+ /**
1198
+ * The ServiceProviderProvisioningState state of the resource.
1199
+ */
1200
+ export type ServiceProviderProvisioningState = (typeof ServiceProviderProvisioningState)[keyof typeof ServiceProviderProvisioningState];
1201
+ export declare const SyncMode: {
1202
+ readonly Automatic: "Automatic";
1203
+ readonly Manual: "Manual";
1204
+ };
1205
+ /**
1206
+ * Backend address synchronous mode for the backend pool
1207
+ */
1208
+ export type SyncMode = (typeof SyncMode)[keyof typeof SyncMode];
1209
+ export declare const TransportProtocol: {
1210
+ readonly Udp: "Udp";
1211
+ readonly Tcp: "Tcp";
1212
+ readonly All: "All";
1213
+ };
1214
+ /**
1215
+ * The reference to the transport protocol used by the load balancing rule.
1216
+ */
1217
+ export type TransportProtocol = (typeof TransportProtocol)[keyof typeof TransportProtocol];
1218
+ export declare const UseHubGateway: {
1219
+ readonly False: "False";
1220
+ readonly True: "True";
1221
+ };
1222
+ /**
1223
+ * Flag if need to use hub gateway.
1224
+ */
1225
+ export type UseHubGateway = (typeof UseHubGateway)[keyof typeof UseHubGateway];
1226
+ export declare const VirtualNetworkEncryptionEnforcement: {
1227
+ readonly DropUnencrypted: "DropUnencrypted";
1228
+ readonly AllowUnencrypted: "AllowUnencrypted";
1229
+ };
1230
+ /**
1231
+ * If the encrypted VNet allows VM that does not support encryption
1232
+ */
1233
+ export type VirtualNetworkEncryptionEnforcement = (typeof VirtualNetworkEncryptionEnforcement)[keyof typeof VirtualNetworkEncryptionEnforcement];
1234
+ export declare const VirtualNetworkGatewayConnectionMode: {
1235
+ readonly Default: "Default";
1236
+ readonly ResponderOnly: "ResponderOnly";
1237
+ readonly InitiatorOnly: "InitiatorOnly";
1238
+ };
1239
+ /**
1240
+ * The connection mode for this connection.
1241
+ */
1242
+ export type VirtualNetworkGatewayConnectionMode = (typeof VirtualNetworkGatewayConnectionMode)[keyof typeof VirtualNetworkGatewayConnectionMode];
1243
+ export declare const VirtualNetworkGatewayConnectionProtocol: {
1244
+ readonly IKEv2: "IKEv2";
1245
+ readonly IKEv1: "IKEv1";
1246
+ };
1247
+ /**
1248
+ * Connection protocol used for this connection.
1249
+ */
1250
+ export type VirtualNetworkGatewayConnectionProtocol = (typeof VirtualNetworkGatewayConnectionProtocol)[keyof typeof VirtualNetworkGatewayConnectionProtocol];
1251
+ export declare const VirtualNetworkGatewayConnectionType: {
1252
+ readonly IPsec: "IPsec";
1253
+ readonly Vnet2Vnet: "Vnet2Vnet";
1254
+ readonly ExpressRoute: "ExpressRoute";
1255
+ readonly VPNClient: "VPNClient";
1256
+ };
1257
+ /**
1258
+ * Gateway connection type.
1259
+ */
1260
+ export type VirtualNetworkGatewayConnectionType = (typeof VirtualNetworkGatewayConnectionType)[keyof typeof VirtualNetworkGatewayConnectionType];
1261
+ export declare const VirtualNetworkGatewaySkuName: {
1262
+ readonly Basic: "Basic";
1263
+ readonly HighPerformance: "HighPerformance";
1264
+ readonly Standard: "Standard";
1265
+ readonly UltraPerformance: "UltraPerformance";
1266
+ readonly VpnGw1: "VpnGw1";
1267
+ readonly VpnGw2: "VpnGw2";
1268
+ readonly VpnGw3: "VpnGw3";
1269
+ readonly VpnGw4: "VpnGw4";
1270
+ readonly VpnGw5: "VpnGw5";
1271
+ readonly VpnGw1AZ: "VpnGw1AZ";
1272
+ readonly VpnGw2AZ: "VpnGw2AZ";
1273
+ readonly VpnGw3AZ: "VpnGw3AZ";
1274
+ readonly VpnGw4AZ: "VpnGw4AZ";
1275
+ readonly VpnGw5AZ: "VpnGw5AZ";
1276
+ readonly ErGw1AZ: "ErGw1AZ";
1277
+ readonly ErGw2AZ: "ErGw2AZ";
1278
+ readonly ErGw3AZ: "ErGw3AZ";
1279
+ };
1280
+ /**
1281
+ * Gateway SKU name.
1282
+ */
1283
+ export type VirtualNetworkGatewaySkuName = (typeof VirtualNetworkGatewaySkuName)[keyof typeof VirtualNetworkGatewaySkuName];
1284
+ export declare const VirtualNetworkGatewaySkuTier: {
1285
+ readonly Basic: "Basic";
1286
+ readonly HighPerformance: "HighPerformance";
1287
+ readonly Standard: "Standard";
1288
+ readonly UltraPerformance: "UltraPerformance";
1289
+ readonly VpnGw1: "VpnGw1";
1290
+ readonly VpnGw2: "VpnGw2";
1291
+ readonly VpnGw3: "VpnGw3";
1292
+ readonly VpnGw4: "VpnGw4";
1293
+ readonly VpnGw5: "VpnGw5";
1294
+ readonly VpnGw1AZ: "VpnGw1AZ";
1295
+ readonly VpnGw2AZ: "VpnGw2AZ";
1296
+ readonly VpnGw3AZ: "VpnGw3AZ";
1297
+ readonly VpnGw4AZ: "VpnGw4AZ";
1298
+ readonly VpnGw5AZ: "VpnGw5AZ";
1299
+ readonly ErGw1AZ: "ErGw1AZ";
1300
+ readonly ErGw2AZ: "ErGw2AZ";
1301
+ readonly ErGw3AZ: "ErGw3AZ";
1302
+ };
1303
+ /**
1304
+ * Gateway SKU tier.
1305
+ */
1306
+ export type VirtualNetworkGatewaySkuTier = (typeof VirtualNetworkGatewaySkuTier)[keyof typeof VirtualNetworkGatewaySkuTier];
1307
+ export declare const VirtualNetworkGatewayType: {
1308
+ readonly Vpn: "Vpn";
1309
+ readonly ExpressRoute: "ExpressRoute";
1310
+ readonly LocalGateway: "LocalGateway";
1311
+ };
1312
+ /**
1313
+ * The type of this virtual network gateway.
1314
+ */
1315
+ export type VirtualNetworkGatewayType = (typeof VirtualNetworkGatewayType)[keyof typeof VirtualNetworkGatewayType];
1316
+ export declare const VirtualNetworkPeeringLevel: {
1317
+ readonly FullyInSync: "FullyInSync";
1318
+ readonly RemoteNotInSync: "RemoteNotInSync";
1319
+ readonly LocalNotInSync: "LocalNotInSync";
1320
+ readonly LocalAndRemoteNotInSync: "LocalAndRemoteNotInSync";
1321
+ };
1322
+ /**
1323
+ * The peering sync status of the virtual network peering.
1324
+ */
1325
+ export type VirtualNetworkPeeringLevel = (typeof VirtualNetworkPeeringLevel)[keyof typeof VirtualNetworkPeeringLevel];
1326
+ export declare const VirtualNetworkPeeringState: {
1327
+ readonly Initiated: "Initiated";
1328
+ readonly Connected: "Connected";
1329
+ readonly Disconnected: "Disconnected";
1330
+ };
1331
+ /**
1332
+ * The status of the virtual network peering.
1333
+ */
1334
+ export type VirtualNetworkPeeringState = (typeof VirtualNetworkPeeringState)[keyof typeof VirtualNetworkPeeringState];
1335
+ export declare const VirtualNetworkPrivateEndpointNetworkPolicies: {
1336
+ readonly Enabled: "Enabled";
1337
+ readonly Disabled: "Disabled";
1338
+ };
1339
+ /**
1340
+ * Enable or Disable apply network policies on private end point in the subnet.
1341
+ */
1342
+ export type VirtualNetworkPrivateEndpointNetworkPolicies = (typeof VirtualNetworkPrivateEndpointNetworkPolicies)[keyof typeof VirtualNetworkPrivateEndpointNetworkPolicies];
1343
+ export declare const VirtualNetworkPrivateLinkServiceNetworkPolicies: {
1344
+ readonly Enabled: "Enabled";
1345
+ readonly Disabled: "Disabled";
1346
+ };
1347
+ /**
1348
+ * Enable or Disable apply network policies on private link service in the subnet.
1349
+ */
1350
+ export type VirtualNetworkPrivateLinkServiceNetworkPolicies = (typeof VirtualNetworkPrivateLinkServiceNetworkPolicies)[keyof typeof VirtualNetworkPrivateLinkServiceNetworkPolicies];
1351
+ export declare const VnetLocalRouteOverrideCriteria: {
1352
+ readonly Contains: "Contains";
1353
+ readonly Equal: "Equal";
1354
+ };
1355
+ /**
1356
+ * Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
1357
+ */
1358
+ export type VnetLocalRouteOverrideCriteria = (typeof VnetLocalRouteOverrideCriteria)[keyof typeof VnetLocalRouteOverrideCriteria];
1359
+ export declare const VpnAuthenticationType: {
1360
+ readonly Certificate: "Certificate";
1361
+ readonly Radius: "Radius";
1362
+ readonly AAD: "AAD";
1363
+ };
1364
+ /**
1365
+ * VPN authentication types enabled for the VpnServerConfiguration.
1366
+ */
1367
+ export type VpnAuthenticationType = (typeof VpnAuthenticationType)[keyof typeof VpnAuthenticationType];
1368
+ export declare const VpnClientProtocol: {
1369
+ readonly IkeV2: "IkeV2";
1370
+ readonly SSTP: "SSTP";
1371
+ readonly OpenVPN: "OpenVPN";
1372
+ };
1373
+ /**
1374
+ * VPN client protocol enabled for the virtual network gateway.
1375
+ */
1376
+ export type VpnClientProtocol = (typeof VpnClientProtocol)[keyof typeof VpnClientProtocol];
1377
+ export declare const VpnGatewayGeneration: {
1378
+ readonly None: "None";
1379
+ readonly Generation1: "Generation1";
1380
+ readonly Generation2: "Generation2";
1381
+ };
1382
+ /**
1383
+ * The generation for this VirtualNetworkGateway. Must be None if gatewayType is not VPN.
1384
+ */
1385
+ export type VpnGatewayGeneration = (typeof VpnGatewayGeneration)[keyof typeof VpnGatewayGeneration];
1386
+ export declare const VpnGatewayTunnelingProtocol: {
1387
+ readonly IkeV2: "IkeV2";
1388
+ readonly OpenVPN: "OpenVPN";
1389
+ };
1390
+ /**
1391
+ * VPN protocol enabled for the VpnServerConfiguration.
1392
+ */
1393
+ export type VpnGatewayTunnelingProtocol = (typeof VpnGatewayTunnelingProtocol)[keyof typeof VpnGatewayTunnelingProtocol];
1394
+ export declare const VpnLinkConnectionMode: {
1395
+ readonly Default: "Default";
1396
+ readonly ResponderOnly: "ResponderOnly";
1397
+ readonly InitiatorOnly: "InitiatorOnly";
1398
+ };
1399
+ /**
1400
+ * Vpn link connection mode.
1401
+ */
1402
+ export type VpnLinkConnectionMode = (typeof VpnLinkConnectionMode)[keyof typeof VpnLinkConnectionMode];
1403
+ export declare const VpnNatRuleMode: {
1404
+ readonly EgressSnat: "EgressSnat";
1405
+ readonly IngressSnat: "IngressSnat";
1406
+ };
1407
+ /**
1408
+ * The Source NAT direction of a VPN NAT.
1409
+ */
1410
+ export type VpnNatRuleMode = (typeof VpnNatRuleMode)[keyof typeof VpnNatRuleMode];
1411
+ export declare const VpnNatRuleType: {
1412
+ readonly Static: "Static";
1413
+ readonly Dynamic: "Dynamic";
1414
+ };
1415
+ /**
1416
+ * The type of NAT rule for VPN NAT.
1417
+ */
1418
+ export type VpnNatRuleType = (typeof VpnNatRuleType)[keyof typeof VpnNatRuleType];
1419
+ export declare const VpnPolicyMemberAttributeType: {
1420
+ readonly CertificateGroupId: "CertificateGroupId";
1421
+ readonly AADGroupId: "AADGroupId";
1422
+ readonly RadiusAzureGroupId: "RadiusAzureGroupId";
1423
+ };
1424
+ /**
1425
+ * The Vpn Policy member attribute type.
1426
+ */
1427
+ export type VpnPolicyMemberAttributeType = (typeof VpnPolicyMemberAttributeType)[keyof typeof VpnPolicyMemberAttributeType];
1428
+ export declare const VpnType: {
1429
+ readonly PolicyBased: "PolicyBased";
1430
+ readonly RouteBased: "RouteBased";
1431
+ };
1432
+ /**
1433
+ * The type of this virtual network gateway.
1434
+ */
1435
+ export type VpnType = (typeof VpnType)[keyof typeof VpnType];
1436
+ export declare const WebApplicationFirewallAction: {
1437
+ readonly Allow: "Allow";
1438
+ readonly Block: "Block";
1439
+ readonly Log: "Log";
1440
+ };
1441
+ /**
1442
+ * Type of Actions.
1443
+ */
1444
+ export type WebApplicationFirewallAction = (typeof WebApplicationFirewallAction)[keyof typeof WebApplicationFirewallAction];
1445
+ export declare const WebApplicationFirewallEnabledState: {
1446
+ readonly Disabled: "Disabled";
1447
+ readonly Enabled: "Enabled";
1448
+ };
1449
+ /**
1450
+ * The state of the policy.
1451
+ */
1452
+ export type WebApplicationFirewallEnabledState = (typeof WebApplicationFirewallEnabledState)[keyof typeof WebApplicationFirewallEnabledState];
1453
+ export declare const WebApplicationFirewallMatchVariable: {
1454
+ readonly RemoteAddr: "RemoteAddr";
1455
+ readonly RequestMethod: "RequestMethod";
1456
+ readonly QueryString: "QueryString";
1457
+ readonly PostArgs: "PostArgs";
1458
+ readonly RequestUri: "RequestUri";
1459
+ readonly RequestHeaders: "RequestHeaders";
1460
+ readonly RequestBody: "RequestBody";
1461
+ readonly RequestCookies: "RequestCookies";
1462
+ };
1463
+ /**
1464
+ * Match Variable.
1465
+ */
1466
+ export type WebApplicationFirewallMatchVariable = (typeof WebApplicationFirewallMatchVariable)[keyof typeof WebApplicationFirewallMatchVariable];
1467
+ export declare const WebApplicationFirewallMode: {
1468
+ readonly Prevention: "Prevention";
1469
+ readonly Detection: "Detection";
1470
+ };
1471
+ /**
1472
+ * The mode of the policy.
1473
+ */
1474
+ export type WebApplicationFirewallMode = (typeof WebApplicationFirewallMode)[keyof typeof WebApplicationFirewallMode];
1475
+ export declare const WebApplicationFirewallOperator: {
1476
+ readonly IPMatch: "IPMatch";
1477
+ readonly Equal: "Equal";
1478
+ readonly Contains: "Contains";
1479
+ readonly LessThan: "LessThan";
1480
+ readonly GreaterThan: "GreaterThan";
1481
+ readonly LessThanOrEqual: "LessThanOrEqual";
1482
+ readonly GreaterThanOrEqual: "GreaterThanOrEqual";
1483
+ readonly BeginsWith: "BeginsWith";
1484
+ readonly EndsWith: "EndsWith";
1485
+ readonly Regex: "Regex";
1486
+ readonly GeoMatch: "GeoMatch";
1487
+ readonly Any: "Any";
1488
+ };
1489
+ /**
1490
+ * The operator to be matched.
1491
+ */
1492
+ export type WebApplicationFirewallOperator = (typeof WebApplicationFirewallOperator)[keyof typeof WebApplicationFirewallOperator];
1493
+ export declare const WebApplicationFirewallRuleType: {
1494
+ readonly MatchRule: "MatchRule";
1495
+ readonly RateLimitRule: "RateLimitRule";
1496
+ readonly Invalid: "Invalid";
1497
+ };
1498
+ /**
1499
+ * The rule type.
1500
+ */
1501
+ export type WebApplicationFirewallRuleType = (typeof WebApplicationFirewallRuleType)[keyof typeof WebApplicationFirewallRuleType];
1502
+ export declare const WebApplicationFirewallScrubbingState: {
1503
+ readonly Disabled: "Disabled";
1504
+ readonly Enabled: "Enabled";
1505
+ };
1506
+ /**
1507
+ * State of the log scrubbing config. Default value is Enabled.
1508
+ */
1509
+ export type WebApplicationFirewallScrubbingState = (typeof WebApplicationFirewallScrubbingState)[keyof typeof WebApplicationFirewallScrubbingState];
1510
+ export declare const WebApplicationFirewallState: {
1511
+ readonly Disabled: "Disabled";
1512
+ readonly Enabled: "Enabled";
1513
+ };
1514
+ /**
1515
+ * Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
1516
+ */
1517
+ export type WebApplicationFirewallState = (typeof WebApplicationFirewallState)[keyof typeof WebApplicationFirewallState];
1518
+ export declare const WebApplicationFirewallTransform: {
1519
+ readonly Uppercase: "Uppercase";
1520
+ readonly Lowercase: "Lowercase";
1521
+ readonly Trim: "Trim";
1522
+ readonly UrlDecode: "UrlDecode";
1523
+ readonly UrlEncode: "UrlEncode";
1524
+ readonly RemoveNulls: "RemoveNulls";
1525
+ readonly HtmlEntityDecode: "HtmlEntityDecode";
1526
+ };
1527
+ /**
1528
+ * Transforms applied before matching.
1529
+ */
1530
+ export type WebApplicationFirewallTransform = (typeof WebApplicationFirewallTransform)[keyof typeof WebApplicationFirewallTransform];