@pulumi/azure-native 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/dbformysql/index.d.ts +2 -1
  2. package/dbformysql/index.js +4 -2
  3. package/dbformysql/privateEndpointConnection.js +2 -2
  4. package/dbformysql/v20220930preview/privateEndpointConnection.js +2 -2
  5. package/dbformysql/v20230630/getPrivateEndpointConnection.d.ts +75 -0
  6. package/dbformysql/v20230630/getPrivateEndpointConnection.js +27 -0
  7. package/dbformysql/v20230630/index.d.ts +7 -0
  8. package/dbformysql/v20230630/index.js +41 -0
  9. package/dbformysql/v20230630/privateEndpointConnection.d.ts +76 -0
  10. package/dbformysql/v20230630/privateEndpointConnection.js +82 -0
  11. package/elasticsan/elasticSan.js +2 -2
  12. package/elasticsan/getPrivateEndpointConnection.d.ts +77 -0
  13. package/elasticsan/getPrivateEndpointConnection.js +29 -0
  14. package/elasticsan/index.d.ts +8 -1
  15. package/elasticsan/index.js +11 -2
  16. package/elasticsan/privateEndpointConnection.d.ts +84 -0
  17. package/elasticsan/privateEndpointConnection.js +83 -0
  18. package/elasticsan/v20211120preview/elasticSan.js +2 -2
  19. package/elasticsan/v20211120preview/volume.js +2 -2
  20. package/elasticsan/v20211120preview/volumeGroup.js +2 -2
  21. package/elasticsan/v20221201preview/elasticSan.d.ts +135 -0
  22. package/elasticsan/v20221201preview/elasticSan.js +102 -0
  23. package/elasticsan/v20221201preview/getElasticSan.d.ts +105 -0
  24. package/elasticsan/v20221201preview/getElasticSan.js +26 -0
  25. package/elasticsan/v20221201preview/getPrivateEndpointConnection.d.ts +75 -0
  26. package/elasticsan/v20221201preview/getPrivateEndpointConnection.js +27 -0
  27. package/elasticsan/v20221201preview/getVolume.d.ts +83 -0
  28. package/elasticsan/v20221201preview/getVolume.js +28 -0
  29. package/elasticsan/v20221201preview/getVolumeGroup.d.ts +79 -0
  30. package/elasticsan/v20221201preview/getVolumeGroup.js +27 -0
  31. package/elasticsan/v20221201preview/index.d.ts +25 -0
  32. package/elasticsan/v20221201preview/index.js +62 -0
  33. package/elasticsan/v20221201preview/privateEndpointConnection.d.ts +83 -0
  34. package/elasticsan/v20221201preview/privateEndpointConnection.js +82 -0
  35. package/elasticsan/v20221201preview/volume.d.ts +87 -0
  36. package/elasticsan/v20221201preview/volume.js +86 -0
  37. package/elasticsan/v20221201preview/volumeGroup.d.ts +92 -0
  38. package/elasticsan/v20221201preview/volumeGroup.js +81 -0
  39. package/elasticsan/volume.js +2 -2
  40. package/elasticsan/volumeGroup.js +2 -2
  41. package/maintenance/configurationAssignment.js +2 -2
  42. package/maintenance/configurationAssignmentParent.js +2 -2
  43. package/maintenance/configurationAssignmentsForResourceGroup.d.ts +88 -0
  44. package/maintenance/configurationAssignmentsForResourceGroup.js +76 -0
  45. package/maintenance/configurationAssignmentsForSubscription.d.ts +84 -0
  46. package/maintenance/configurationAssignmentsForSubscription.js +72 -0
  47. package/maintenance/getConfigurationAssignmentsForResourceGroup.d.ts +69 -0
  48. package/maintenance/getConfigurationAssignmentsForResourceGroup.js +28 -0
  49. package/maintenance/getConfigurationAssignmentsForSubscription.d.ts +61 -0
  50. package/maintenance/getConfigurationAssignmentsForSubscription.js +27 -0
  51. package/maintenance/index.d.ts +14 -1
  52. package/maintenance/index.js +18 -2
  53. package/maintenance/maintenanceConfiguration.js +2 -2
  54. package/maintenance/v20221101preview/configurationAssignment.js +2 -2
  55. package/maintenance/v20221101preview/configurationAssignmentParent.js +2 -2
  56. package/maintenance/v20221101preview/maintenanceConfiguration.js +2 -2
  57. package/maintenance/v20230401/configurationAssignment.d.ts +99 -0
  58. package/maintenance/v20230401/configurationAssignment.js +87 -0
  59. package/maintenance/v20230401/configurationAssignmentParent.d.ts +107 -0
  60. package/maintenance/v20230401/configurationAssignmentParent.js +95 -0
  61. package/maintenance/v20230401/configurationAssignmentsForResourceGroup.d.ts +87 -0
  62. package/maintenance/v20230401/configurationAssignmentsForResourceGroup.js +75 -0
  63. package/maintenance/v20230401/configurationAssignmentsForSubscription.d.ts +83 -0
  64. package/maintenance/v20230401/configurationAssignmentsForSubscription.js +71 -0
  65. package/maintenance/v20230401/getConfigurationAssignment.d.ts +91 -0
  66. package/maintenance/v20230401/getConfigurationAssignment.js +29 -0
  67. package/maintenance/v20230401/getConfigurationAssignmentParent.d.ts +107 -0
  68. package/maintenance/v20230401/getConfigurationAssignmentParent.js +31 -0
  69. package/maintenance/v20230401/getConfigurationAssignmentsForResourceGroup.d.ts +67 -0
  70. package/maintenance/v20230401/getConfigurationAssignmentsForResourceGroup.js +26 -0
  71. package/maintenance/v20230401/getConfigurationAssignmentsForSubscription.d.ts +59 -0
  72. package/maintenance/v20230401/getConfigurationAssignmentsForSubscription.js +25 -0
  73. package/maintenance/v20230401/getMaintenanceConfiguration.d.ts +103 -0
  74. package/maintenance/v20230401/getMaintenanceConfiguration.js +26 -0
  75. package/maintenance/v20230401/index.d.ts +31 -0
  76. package/maintenance/v20230401/index.js +69 -0
  77. package/maintenance/v20230401/maintenanceConfiguration.d.ts +160 -0
  78. package/maintenance/v20230401/maintenanceConfiguration.js +92 -0
  79. package/managednetworkfabric/accessControlList.js +2 -2
  80. package/managednetworkfabric/externalNetwork.js +2 -2
  81. package/managednetworkfabric/getInternetGateway.d.ts +87 -0
  82. package/managednetworkfabric/getInternetGateway.js +28 -0
  83. package/managednetworkfabric/getInternetGatewayRule.d.ts +79 -0
  84. package/managednetworkfabric/getInternetGatewayRule.js +28 -0
  85. package/managednetworkfabric/getNeighborGroup.d.ts +83 -0
  86. package/managednetworkfabric/getNeighborGroup.js +28 -0
  87. package/managednetworkfabric/getNetworkFabricTopology.d.ts +49 -0
  88. package/managednetworkfabric/getNetworkFabricTopology.js +28 -0
  89. package/managednetworkfabric/getNetworkPacketBroker.d.ts +87 -0
  90. package/managednetworkfabric/getNetworkPacketBroker.js +28 -0
  91. package/managednetworkfabric/getNetworkTap.d.ts +95 -0
  92. package/managednetworkfabric/getNetworkTap.js +28 -0
  93. package/managednetworkfabric/getNetworkTapRule.d.ts +107 -0
  94. package/managednetworkfabric/getNetworkTapRule.js +28 -0
  95. package/managednetworkfabric/index.d.ts +41 -1
  96. package/managednetworkfabric/index.js +50 -2
  97. package/managednetworkfabric/internalNetwork.js +2 -2
  98. package/managednetworkfabric/internetGateway.d.ts +116 -0
  99. package/managednetworkfabric/internetGateway.js +90 -0
  100. package/managednetworkfabric/internetGatewayRule.d.ts +100 -0
  101. package/managednetworkfabric/internetGatewayRule.js +83 -0
  102. package/managednetworkfabric/ipCommunity.js +2 -2
  103. package/managednetworkfabric/ipExtendedCommunity.js +2 -2
  104. package/managednetworkfabric/ipPrefix.js +2 -2
  105. package/managednetworkfabric/l2isolationDomain.js +2 -2
  106. package/managednetworkfabric/l3isolationDomain.js +2 -2
  107. package/managednetworkfabric/neighborGroup.d.ts +104 -0
  108. package/managednetworkfabric/neighborGroup.js +85 -0
  109. package/managednetworkfabric/networkDevice.js +2 -2
  110. package/managednetworkfabric/networkFabric.js +2 -2
  111. package/managednetworkfabric/networkFabricController.js +2 -2
  112. package/managednetworkfabric/networkInterface.js +2 -2
  113. package/managednetworkfabric/networkPacketBroker.d.ts +103 -0
  114. package/managednetworkfabric/networkPacketBroker.js +87 -0
  115. package/managednetworkfabric/networkRack.js +2 -2
  116. package/managednetworkfabric/networkTap.d.ts +125 -0
  117. package/managednetworkfabric/networkTap.js +95 -0
  118. package/managednetworkfabric/networkTapRule.d.ts +145 -0
  119. package/managednetworkfabric/networkTapRule.js +98 -0
  120. package/managednetworkfabric/networkToNetworkInterconnect.js +2 -2
  121. package/managednetworkfabric/routePolicy.js +2 -2
  122. package/managednetworkfabric/v20230201preview/accessControlList.js +2 -2
  123. package/managednetworkfabric/v20230201preview/externalNetwork.js +2 -2
  124. package/managednetworkfabric/v20230201preview/internalNetwork.js +2 -2
  125. package/managednetworkfabric/v20230201preview/ipCommunity.js +2 -2
  126. package/managednetworkfabric/v20230201preview/ipExtendedCommunity.js +2 -2
  127. package/managednetworkfabric/v20230201preview/ipPrefix.js +2 -2
  128. package/managednetworkfabric/v20230201preview/l2isolationDomain.js +2 -2
  129. package/managednetworkfabric/v20230201preview/l3isolationDomain.js +2 -2
  130. package/managednetworkfabric/v20230201preview/networkDevice.js +2 -2
  131. package/managednetworkfabric/v20230201preview/networkFabric.js +2 -2
  132. package/managednetworkfabric/v20230201preview/networkFabricController.js +2 -2
  133. package/managednetworkfabric/v20230201preview/networkInterface.js +2 -2
  134. package/managednetworkfabric/v20230201preview/networkRack.js +2 -2
  135. package/managednetworkfabric/v20230201preview/networkToNetworkInterconnect.js +2 -2
  136. package/managednetworkfabric/v20230201preview/routePolicy.js +2 -2
  137. package/managednetworkfabric/v20230615/accessControlList.d.ts +132 -0
  138. package/managednetworkfabric/v20230615/accessControlList.js +92 -0
  139. package/managednetworkfabric/v20230615/externalNetwork.d.ts +140 -0
  140. package/managednetworkfabric/v20230615/externalNetwork.js +99 -0
  141. package/managednetworkfabric/v20230615/getAccessControlList.d.ts +97 -0
  142. package/managednetworkfabric/v20230615/getAccessControlList.js +26 -0
  143. package/managednetworkfabric/v20230615/getExternalNetwork.d.ts +107 -0
  144. package/managednetworkfabric/v20230615/getExternalNetwork.js +27 -0
  145. package/managednetworkfabric/v20230615/getInternalNetwork.d.ts +131 -0
  146. package/managednetworkfabric/v20230615/getInternalNetwork.js +27 -0
  147. package/managednetworkfabric/v20230615/getInternetGateway.d.ts +85 -0
  148. package/managednetworkfabric/v20230615/getInternetGateway.js +26 -0
  149. package/managednetworkfabric/v20230615/getInternetGatewayRule.d.ts +77 -0
  150. package/managednetworkfabric/v20230615/getInternetGatewayRule.js +26 -0
  151. package/managednetworkfabric/v20230615/getIpCommunity.d.ts +81 -0
  152. package/managednetworkfabric/v20230615/getIpCommunity.js +26 -0
  153. package/managednetworkfabric/v20230615/getIpExtendedCommunity.d.ts +81 -0
  154. package/managednetworkfabric/v20230615/getIpExtendedCommunity.js +26 -0
  155. package/managednetworkfabric/v20230615/getIpPrefix.d.ts +81 -0
  156. package/managednetworkfabric/v20230615/getIpPrefix.js +26 -0
  157. package/managednetworkfabric/v20230615/getL2IsolationDomain.d.ts +89 -0
  158. package/managednetworkfabric/v20230615/getL2IsolationDomain.js +26 -0
  159. package/managednetworkfabric/v20230615/getL3IsolationDomain.d.ts +97 -0
  160. package/managednetworkfabric/v20230615/getL3IsolationDomain.js +26 -0
  161. package/managednetworkfabric/v20230615/getNeighborGroup.d.ts +81 -0
  162. package/managednetworkfabric/v20230615/getNeighborGroup.js +26 -0
  163. package/managednetworkfabric/v20230615/getNetworkDevice.d.ts +109 -0
  164. package/managednetworkfabric/v20230615/getNetworkDevice.js +26 -0
  165. package/managednetworkfabric/v20230615/getNetworkFabric.d.ts +133 -0
  166. package/managednetworkfabric/v20230615/getNetworkFabric.js +26 -0
  167. package/managednetworkfabric/v20230615/getNetworkFabricController.d.ts +117 -0
  168. package/managednetworkfabric/v20230615/getNetworkFabricController.js +26 -0
  169. package/managednetworkfabric/v20230615/getNetworkFabricTopology.d.ts +47 -0
  170. package/managednetworkfabric/v20230615/getNetworkFabricTopology.js +26 -0
  171. package/managednetworkfabric/v20230615/getNetworkInterface.d.ts +91 -0
  172. package/managednetworkfabric/v20230615/getNetworkInterface.js +27 -0
  173. package/managednetworkfabric/v20230615/getNetworkPacketBroker.d.ts +85 -0
  174. package/managednetworkfabric/v20230615/getNetworkPacketBroker.js +26 -0
  175. package/managednetworkfabric/v20230615/getNetworkRack.d.ts +81 -0
  176. package/managednetworkfabric/v20230615/getNetworkRack.js +26 -0
  177. package/managednetworkfabric/v20230615/getNetworkTap.d.ts +93 -0
  178. package/managednetworkfabric/v20230615/getNetworkTap.js +26 -0
  179. package/managednetworkfabric/v20230615/getNetworkTapRule.d.ts +105 -0
  180. package/managednetworkfabric/v20230615/getNetworkTapRule.js +26 -0
  181. package/managednetworkfabric/v20230615/getNetworkToNetworkInterconnect.d.ts +111 -0
  182. package/managednetworkfabric/v20230615/getNetworkToNetworkInterconnect.js +27 -0
  183. package/managednetworkfabric/v20230615/getRoutePolicy.d.ts +89 -0
  184. package/managednetworkfabric/v20230615/getRoutePolicy.js +26 -0
  185. package/managednetworkfabric/v20230615/index.d.ts +130 -0
  186. package/managednetworkfabric/v20230615/index.js +185 -0
  187. package/managednetworkfabric/v20230615/internalNetwork.d.ts +192 -0
  188. package/managednetworkfabric/v20230615/internalNetwork.js +112 -0
  189. package/managednetworkfabric/v20230615/internetGateway.d.ts +115 -0
  190. package/managednetworkfabric/v20230615/internetGateway.js +89 -0
  191. package/managednetworkfabric/v20230615/internetGatewayRule.d.ts +99 -0
  192. package/managednetworkfabric/v20230615/internetGatewayRule.js +82 -0
  193. package/managednetworkfabric/v20230615/ipCommunity.d.ts +103 -0
  194. package/managednetworkfabric/v20230615/ipCommunity.js +84 -0
  195. package/managednetworkfabric/v20230615/ipExtendedCommunity.d.ts +103 -0
  196. package/managednetworkfabric/v20230615/ipExtendedCommunity.js +84 -0
  197. package/managednetworkfabric/v20230615/ipPrefix.d.ts +103 -0
  198. package/managednetworkfabric/v20230615/ipPrefix.js +84 -0
  199. package/managednetworkfabric/v20230615/l2isolationDomain.d.ts +118 -0
  200. package/managednetworkfabric/v20230615/l2isolationDomain.js +92 -0
  201. package/managednetworkfabric/v20230615/l3isolationDomain.d.ts +136 -0
  202. package/managednetworkfabric/v20230615/l3isolationDomain.js +93 -0
  203. package/managednetworkfabric/v20230615/neighborGroup.d.ts +103 -0
  204. package/managednetworkfabric/v20230615/neighborGroup.js +84 -0
  205. package/managednetworkfabric/v20230615/networkDevice.d.ts +138 -0
  206. package/managednetworkfabric/v20230615/networkDevice.js +98 -0
  207. package/managednetworkfabric/v20230615/networkFabric.d.ts +187 -0
  208. package/managednetworkfabric/v20230615/networkFabric.js +129 -0
  209. package/managednetworkfabric/v20230615/networkFabricController.d.ts +164 -0
  210. package/managednetworkfabric/v20230615/networkFabricController.js +100 -0
  211. package/managednetworkfabric/v20230615/networkInterface.d.ts +94 -0
  212. package/managednetworkfabric/v20230615/networkInterface.js +87 -0
  213. package/managednetworkfabric/v20230615/networkPacketBroker.d.ts +102 -0
  214. package/managednetworkfabric/v20230615/networkPacketBroker.js +86 -0
  215. package/managednetworkfabric/v20230615/networkRack.d.ts +107 -0
  216. package/managednetworkfabric/v20230615/networkRack.js +84 -0
  217. package/managednetworkfabric/v20230615/networkTap.d.ts +124 -0
  218. package/managednetworkfabric/v20230615/networkTap.js +94 -0
  219. package/managednetworkfabric/v20230615/networkTapRule.d.ts +144 -0
  220. package/managednetworkfabric/v20230615/networkTapRule.js +97 -0
  221. package/managednetworkfabric/v20230615/networkToNetworkInterconnect.d.ts +152 -0
  222. package/managednetworkfabric/v20230615/networkToNetworkInterconnect.js +102 -0
  223. package/managednetworkfabric/v20230615/routePolicy.d.ts +120 -0
  224. package/managednetworkfabric/v20230615/routePolicy.js +92 -0
  225. package/package.json +2 -2
  226. package/storagemover/agent.js +2 -2
  227. package/storagemover/endpoint.js +2 -2
  228. package/storagemover/index.d.ts +2 -1
  229. package/storagemover/index.js +4 -2
  230. package/storagemover/jobDefinition.js +2 -2
  231. package/storagemover/project.js +2 -2
  232. package/storagemover/storageMover.js +2 -2
  233. package/storagemover/v20230301/agent.js +2 -2
  234. package/storagemover/v20230301/endpoint.js +2 -2
  235. package/storagemover/v20230301/jobDefinition.js +2 -2
  236. package/storagemover/v20230301/project.js +2 -2
  237. package/storagemover/v20230301/storageMover.js +2 -2
  238. package/storagemover/v20230701preview/agent.d.ts +115 -0
  239. package/storagemover/v20230701preview/agent.js +101 -0
  240. package/storagemover/v20230701preview/endpoint.d.ts +67 -0
  241. package/storagemover/v20230701preview/endpoint.js +76 -0
  242. package/storagemover/v20230701preview/getAgent.d.ts +104 -0
  243. package/storagemover/v20230701preview/getAgent.js +27 -0
  244. package/storagemover/v20230701preview/getEndpoint.d.ts +63 -0
  245. package/storagemover/v20230701preview/getEndpoint.js +27 -0
  246. package/storagemover/v20230701preview/getJobDefinition.d.ts +123 -0
  247. package/storagemover/v20230701preview/getJobDefinition.js +28 -0
  248. package/storagemover/v20230701preview/getProject.d.ts +67 -0
  249. package/storagemover/v20230701preview/getProject.js +27 -0
  250. package/storagemover/v20230701preview/getStorageMover.d.ts +69 -0
  251. package/storagemover/v20230701preview/getStorageMover.js +26 -0
  252. package/storagemover/v20230701preview/index.d.ts +31 -0
  253. package/storagemover/v20230701preview/index.js +69 -0
  254. package/storagemover/v20230701preview/jobDefinition.d.ts +147 -0
  255. package/storagemover/v20230701preview/jobDefinition.js +112 -0
  256. package/storagemover/v20230701preview/project.d.ts +70 -0
  257. package/storagemover/v20230701preview/project.js +75 -0
  258. package/storagemover/v20230701preview/storageMover.d.ts +86 -0
  259. package/storagemover/v20230701preview/storageMover.js +75 -0
  260. package/tsconfig.tsbuildinfo +1 -1
  261. package/types/enums/dbformysql/index.d.ts +2 -1
  262. package/types/enums/dbformysql/index.js +4 -2
  263. package/types/enums/dbformysql/v20230630/index.d.ts +9 -0
  264. package/types/enums/dbformysql/v20230630/index.js +11 -0
  265. package/types/enums/elasticsan/index.d.ts +12 -1
  266. package/types/enums/elasticsan/index.js +10 -2
  267. package/types/enums/elasticsan/v20221201preview/index.d.ts +66 -0
  268. package/types/enums/elasticsan/v20221201preview/index.js +44 -0
  269. package/types/enums/maintenance/index.d.ts +10 -1
  270. package/types/enums/maintenance/index.js +8 -2
  271. package/types/enums/maintenance/v20230401/index.d.ts +65 -0
  272. package/types/enums/maintenance/v20230401/index.js +55 -0
  273. package/types/enums/managednetworkfabric/index.d.ts +111 -1
  274. package/types/enums/managednetworkfabric/index.js +61 -2
  275. package/types/enums/managednetworkfabric/v20230615/index.d.ts +275 -0
  276. package/types/enums/managednetworkfabric/v20230615/index.js +148 -0
  277. package/types/enums/storagemover/index.d.ts +2 -1
  278. package/types/enums/storagemover/index.js +4 -2
  279. package/types/enums/storagemover/v20230701preview/index.d.ts +34 -0
  280. package/types/enums/storagemover/v20230701preview/index.js +24 -0
  281. package/types/input.d.ts +1723 -4
  282. package/types/input.js +126 -1
  283. package/types/output.d.ts +2104 -4
  284. package/types/output.js +126 -1
package/types/output.d.ts CHANGED
@@ -104286,9 +104286,9 @@ export declare namespace datafactory {
104286
104286
  */
104287
104287
  description?: string;
104288
104288
  /**
104289
- * The MongoDB Atlas Driver version that you want to choose. Allowed value are 2.10.4 and 2.19.0. Type: string (or Expression with resultType string).
104289
+ * The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string).
104290
104290
  */
104291
- mongoDbAtlasDriverVersion?: any;
104291
+ driverVersion?: any;
104292
104292
  /**
104293
104293
  * Parameters for linked service.
104294
104294
  */
@@ -128512,9 +128512,9 @@ export declare namespace datafactory {
128512
128512
  */
128513
128513
  description?: string;
128514
128514
  /**
128515
- * The MongoDB Atlas Driver version that you want to choose. Allowed value are 2.10.4 and 2.19.0. Type: string (or Expression with resultType string).
128515
+ * The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string).
128516
128516
  */
128517
- mongoDbAtlasDriverVersion?: any;
128517
+ driverVersion?: any;
128518
128518
  /**
128519
128519
  * Parameters for linked service.
128520
128520
  */
@@ -163918,6 +163918,63 @@ export declare namespace dbformysql {
163918
163918
  principalId: string;
163919
163919
  }
163920
163920
  }
163921
+ namespace v20230630 {
163922
+ /**
163923
+ * The private endpoint resource.
163924
+ */
163925
+ interface PrivateEndpointResponse {
163926
+ /**
163927
+ * The ARM identifier for private endpoint.
163928
+ */
163929
+ id: string;
163930
+ }
163931
+ /**
163932
+ * A collection of information about the state of the connection between service consumer and provider.
163933
+ */
163934
+ interface PrivateLinkServiceConnectionStateResponse {
163935
+ /**
163936
+ * A message indicating if changes on the service provider require any updates on the consumer.
163937
+ */
163938
+ actionsRequired?: string;
163939
+ /**
163940
+ * The reason for approval/rejection of the connection.
163941
+ */
163942
+ description?: string;
163943
+ /**
163944
+ * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
163945
+ */
163946
+ status?: string;
163947
+ }
163948
+ /**
163949
+ * Metadata pertaining to creation and last modification of the resource.
163950
+ */
163951
+ interface SystemDataResponse {
163952
+ /**
163953
+ * The timestamp of resource creation (UTC).
163954
+ */
163955
+ createdAt?: string;
163956
+ /**
163957
+ * The identity that created the resource.
163958
+ */
163959
+ createdBy?: string;
163960
+ /**
163961
+ * The type of identity that created the resource.
163962
+ */
163963
+ createdByType?: string;
163964
+ /**
163965
+ * The timestamp of resource last modification (UTC)
163966
+ */
163967
+ lastModifiedAt?: string;
163968
+ /**
163969
+ * The identity that last modified the resource.
163970
+ */
163971
+ lastModifiedBy?: string;
163972
+ /**
163973
+ * The type of identity that last modified the resource.
163974
+ */
163975
+ lastModifiedByType?: string;
163976
+ }
163977
+ }
163921
163978
  }
163922
163979
  export declare namespace dbforpostgresql {
163923
163980
  /**
@@ -185035,6 +185092,32 @@ export declare namespace elasticsan {
185035
185092
  */
185036
185093
  virtualNetworkRules?: outputs.elasticsan.VirtualNetworkRuleResponse[];
185037
185094
  }
185095
+ /**
185096
+ * Response for PrivateEndpoint
185097
+ */
185098
+ interface PrivateEndpointResponse {
185099
+ /**
185100
+ * The ARM identifier for Private Endpoint
185101
+ */
185102
+ id: string;
185103
+ }
185104
+ /**
185105
+ * Response for Private Link Service Connection state
185106
+ */
185107
+ interface PrivateLinkServiceConnectionStateResponse {
185108
+ /**
185109
+ * A message indicating if changes on the service provider require any updates on the consumer.
185110
+ */
185111
+ actionsRequired?: string;
185112
+ /**
185113
+ * The reason for approval/rejection of the connection.
185114
+ */
185115
+ description?: string;
185116
+ /**
185117
+ * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
185118
+ */
185119
+ status?: string;
185120
+ }
185038
185121
  /**
185039
185122
  * The SKU name. Required for account creation; optional for update.
185040
185123
  */
@@ -185223,6 +185306,181 @@ export declare namespace elasticsan {
185223
185306
  */
185224
185307
  function virtualNetworkRuleResponseProvideDefaults(val: VirtualNetworkRuleResponse): VirtualNetworkRuleResponse;
185225
185308
  }
185309
+ namespace v20221201preview {
185310
+ /**
185311
+ * Iscsi target information
185312
+ */
185313
+ interface IscsiTargetInfoResponse {
185314
+ /**
185315
+ * State of the operation on the resource.
185316
+ */
185317
+ provisioningState: string;
185318
+ /**
185319
+ * Operational status of the iSCSI Target.
185320
+ */
185321
+ status?: string;
185322
+ /**
185323
+ * iSCSI Target IQN (iSCSI Qualified Name); example: "iqn.2005-03.org.iscsi:server".
185324
+ */
185325
+ targetIqn: string;
185326
+ /**
185327
+ * iSCSI Target Portal Host Name
185328
+ */
185329
+ targetPortalHostname: string;
185330
+ /**
185331
+ * iSCSI Target Portal Port
185332
+ */
185333
+ targetPortalPort: number;
185334
+ }
185335
+ /**
185336
+ * A set of rules governing the network accessibility.
185337
+ */
185338
+ interface NetworkRuleSetResponse {
185339
+ /**
185340
+ * The list of virtual network rules.
185341
+ */
185342
+ virtualNetworkRules?: outputs.elasticsan.v20221201preview.VirtualNetworkRuleResponse[];
185343
+ }
185344
+ /**
185345
+ * Response for PrivateEndpoint Connection object
185346
+ */
185347
+ interface PrivateEndpointConnectionResponse {
185348
+ /**
185349
+ * List of resources private endpoint is mapped
185350
+ */
185351
+ groupIds?: string[];
185352
+ /**
185353
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
185354
+ */
185355
+ id: string;
185356
+ /**
185357
+ * The name of the resource
185358
+ */
185359
+ name: string;
185360
+ /**
185361
+ * Private Endpoint resource
185362
+ */
185363
+ privateEndpoint?: outputs.elasticsan.v20221201preview.PrivateEndpointResponse;
185364
+ /**
185365
+ * Private Link Service Connection State.
185366
+ */
185367
+ privateLinkServiceConnectionState: outputs.elasticsan.v20221201preview.PrivateLinkServiceConnectionStateResponse;
185368
+ /**
185369
+ * Provisioning State of Private Endpoint connection resource
185370
+ */
185371
+ provisioningState: string;
185372
+ /**
185373
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
185374
+ */
185375
+ systemData: outputs.elasticsan.v20221201preview.SystemDataResponse;
185376
+ /**
185377
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
185378
+ */
185379
+ type: string;
185380
+ }
185381
+ /**
185382
+ * Response for PrivateEndpoint
185383
+ */
185384
+ interface PrivateEndpointResponse {
185385
+ /**
185386
+ * The ARM identifier for Private Endpoint
185387
+ */
185388
+ id: string;
185389
+ }
185390
+ /**
185391
+ * Response for Private Link Service Connection state
185392
+ */
185393
+ interface PrivateLinkServiceConnectionStateResponse {
185394
+ /**
185395
+ * A message indicating if changes on the service provider require any updates on the consumer.
185396
+ */
185397
+ actionsRequired?: string;
185398
+ /**
185399
+ * The reason for approval/rejection of the connection.
185400
+ */
185401
+ description?: string;
185402
+ /**
185403
+ * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
185404
+ */
185405
+ status?: string;
185406
+ }
185407
+ /**
185408
+ * The SKU name. Required for account creation; optional for update.
185409
+ */
185410
+ interface SkuResponse {
185411
+ /**
185412
+ * The sku name.
185413
+ */
185414
+ name: string;
185415
+ /**
185416
+ * The sku tier.
185417
+ */
185418
+ tier?: string;
185419
+ }
185420
+ /**
185421
+ * Data source used when creating the volume.
185422
+ */
185423
+ interface SourceCreationDataResponse {
185424
+ /**
185425
+ * This enumerates the possible sources of a volume creation.
185426
+ */
185427
+ createSource?: string;
185428
+ /**
185429
+ * If createOption is Copy, this is the ARM id of the source snapshot or disk. If createOption is Restore, this is the ARM-like id of the source disk restore point.
185430
+ */
185431
+ sourceUri?: string;
185432
+ }
185433
+ /**
185434
+ * Metadata pertaining to creation and last modification of the resource.
185435
+ */
185436
+ interface SystemDataResponse {
185437
+ /**
185438
+ * The timestamp of resource creation (UTC).
185439
+ */
185440
+ createdAt?: string;
185441
+ /**
185442
+ * The identity that created the resource.
185443
+ */
185444
+ createdBy?: string;
185445
+ /**
185446
+ * The type of identity that created the resource.
185447
+ */
185448
+ createdByType?: string;
185449
+ /**
185450
+ * The timestamp of resource last modification (UTC)
185451
+ */
185452
+ lastModifiedAt?: string;
185453
+ /**
185454
+ * The identity that last modified the resource.
185455
+ */
185456
+ lastModifiedBy?: string;
185457
+ /**
185458
+ * The type of identity that last modified the resource.
185459
+ */
185460
+ lastModifiedByType?: string;
185461
+ }
185462
+ /**
185463
+ * Virtual Network rule.
185464
+ */
185465
+ interface VirtualNetworkRuleResponse {
185466
+ /**
185467
+ * The action of virtual network rule.
185468
+ */
185469
+ action?: string;
185470
+ /**
185471
+ * Gets the state of virtual network rule.
185472
+ */
185473
+ state: string;
185474
+ /**
185475
+ * Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
185476
+ */
185477
+ virtualNetworkResourceId: string;
185478
+ }
185479
+ /**
185480
+ * virtualNetworkRuleResponseProvideDefaults sets the appropriate defaults for VirtualNetworkRuleResponse
185481
+ */
185482
+ function virtualNetworkRuleResponseProvideDefaults(val: VirtualNetworkRuleResponse): VirtualNetworkRuleResponse;
185483
+ }
185226
185484
  }
185227
185485
  export declare namespace engagementfabric {
185228
185486
  /**
@@ -274667,6 +274925,31 @@ export declare namespace machinelearningservices {
274667
274925
  }
274668
274926
  }
274669
274927
  export declare namespace maintenance {
274928
+ /**
274929
+ * Azure query for the update configuration.
274930
+ */
274931
+ interface ConfigurationAssignmentFilterPropertiesResponse {
274932
+ /**
274933
+ * List of locations to scope the query to.
274934
+ */
274935
+ locations?: string[];
274936
+ /**
274937
+ * List of allowed operating systems.
274938
+ */
274939
+ osTypes?: string[];
274940
+ /**
274941
+ * List of allowed resource groups.
274942
+ */
274943
+ resourceGroups?: string[];
274944
+ /**
274945
+ * List of allowed resources.
274946
+ */
274947
+ resourceTypes?: string[];
274948
+ /**
274949
+ * Tag settings for the VM.
274950
+ */
274951
+ tagSettings?: outputs.maintenance.TagSettingsPropertiesResponse;
274952
+ }
274670
274953
  /**
274671
274954
  * Input properties for patching a Linux machine.
274672
274955
  */
@@ -274786,6 +275069,21 @@ export declare namespace maintenance {
274786
275069
  */
274787
275070
  lastModifiedByType?: string;
274788
275071
  }
275072
+ /**
275073
+ * Tag filter information for the VM.
275074
+ */
275075
+ interface TagSettingsPropertiesResponse {
275076
+ /**
275077
+ * Filter VMs by Any or All specified tags.
275078
+ */
275079
+ filterOperator?: string;
275080
+ /**
275081
+ * Dictionary of tags with its list of values.
275082
+ */
275083
+ tags?: {
275084
+ [key: string]: string[];
275085
+ };
275086
+ }
274789
275087
  /**
274790
275088
  * Task properties of the software update configuration.
274791
275089
  */
@@ -274953,6 +275251,136 @@ export declare namespace maintenance {
274953
275251
  */
274954
275252
  function taskPropertiesResponseProvideDefaults(val: TaskPropertiesResponse): TaskPropertiesResponse;
274955
275253
  }
275254
+ namespace v20230401 {
275255
+ /**
275256
+ * Azure query for the update configuration.
275257
+ */
275258
+ interface ConfigurationAssignmentFilterPropertiesResponse {
275259
+ /**
275260
+ * List of locations to scope the query to.
275261
+ */
275262
+ locations?: string[];
275263
+ /**
275264
+ * List of allowed operating systems.
275265
+ */
275266
+ osTypes?: string[];
275267
+ /**
275268
+ * List of allowed resource groups.
275269
+ */
275270
+ resourceGroups?: string[];
275271
+ /**
275272
+ * List of allowed resources.
275273
+ */
275274
+ resourceTypes?: string[];
275275
+ /**
275276
+ * Tag settings for the VM.
275277
+ */
275278
+ tagSettings?: outputs.maintenance.v20230401.TagSettingsPropertiesResponse;
275279
+ }
275280
+ /**
275281
+ * Input properties for patching a Linux machine.
275282
+ */
275283
+ interface InputLinuxParametersResponse {
275284
+ /**
275285
+ * Classification category of patches to be patched
275286
+ */
275287
+ classificationsToInclude?: string[];
275288
+ /**
275289
+ * Package names to be excluded for patching.
275290
+ */
275291
+ packageNameMasksToExclude?: string[];
275292
+ /**
275293
+ * Package names to be included for patching.
275294
+ */
275295
+ packageNameMasksToInclude?: string[];
275296
+ }
275297
+ /**
275298
+ * Input configuration for a patch run
275299
+ */
275300
+ interface InputPatchConfigurationResponse {
275301
+ /**
275302
+ * Input parameters specific to patching Linux machine. For Windows machines, do not pass this property.
275303
+ */
275304
+ linuxParameters?: outputs.maintenance.v20230401.InputLinuxParametersResponse;
275305
+ /**
275306
+ * Possible reboot preference as defined by the user based on which it would be decided to reboot the machine or not after the patch operation is completed.
275307
+ */
275308
+ rebootSetting?: string;
275309
+ /**
275310
+ * Input parameters specific to patching a Windows machine. For Linux machines, do not pass this property.
275311
+ */
275312
+ windowsParameters?: outputs.maintenance.v20230401.InputWindowsParametersResponse;
275313
+ }
275314
+ /**
275315
+ * inputPatchConfigurationResponseProvideDefaults sets the appropriate defaults for InputPatchConfigurationResponse
275316
+ */
275317
+ function inputPatchConfigurationResponseProvideDefaults(val: InputPatchConfigurationResponse): InputPatchConfigurationResponse;
275318
+ /**
275319
+ * Input properties for patching a Windows machine.
275320
+ */
275321
+ interface InputWindowsParametersResponse {
275322
+ /**
275323
+ * Classification category of patches to be patched
275324
+ */
275325
+ classificationsToInclude?: string[];
275326
+ /**
275327
+ * Exclude patches which need reboot
275328
+ */
275329
+ excludeKbsRequiringReboot?: boolean;
275330
+ /**
275331
+ * Windows KBID to be excluded for patching.
275332
+ */
275333
+ kbNumbersToExclude?: string[];
275334
+ /**
275335
+ * Windows KBID to be included for patching.
275336
+ */
275337
+ kbNumbersToInclude?: string[];
275338
+ }
275339
+ /**
275340
+ * Metadata pertaining to creation and last modification of the resource.
275341
+ */
275342
+ interface SystemDataResponse {
275343
+ /**
275344
+ * The timestamp of resource creation (UTC).
275345
+ */
275346
+ createdAt?: string;
275347
+ /**
275348
+ * The identity that created the resource.
275349
+ */
275350
+ createdBy?: string;
275351
+ /**
275352
+ * The type of identity that created the resource.
275353
+ */
275354
+ createdByType?: string;
275355
+ /**
275356
+ * The timestamp of resource last modification (UTC)
275357
+ */
275358
+ lastModifiedAt?: string;
275359
+ /**
275360
+ * The identity that last modified the resource.
275361
+ */
275362
+ lastModifiedBy?: string;
275363
+ /**
275364
+ * The type of identity that last modified the resource.
275365
+ */
275366
+ lastModifiedByType?: string;
275367
+ }
275368
+ /**
275369
+ * Tag filter information for the VM.
275370
+ */
275371
+ interface TagSettingsPropertiesResponse {
275372
+ /**
275373
+ * Filter VMs by Any or All specified tags.
275374
+ */
275375
+ filterOperator?: string;
275376
+ /**
275377
+ * Dictionary of tags with its list of values.
275378
+ */
275379
+ tags?: {
275380
+ [key: string]: string[];
275381
+ };
275382
+ }
275383
+ }
274956
275384
  }
274957
275385
  export declare namespace managedidentity {
274958
275386
  /**
@@ -275536,6 +275964,23 @@ export declare namespace managednetworkfabric {
275536
275964
  * bgpConfigurationResponseProvideDefaults sets the appropriate defaults for BgpConfigurationResponse
275537
275965
  */
275538
275966
  function bgpConfigurationResponseProvideDefaults(val: BgpConfigurationResponse): BgpConfigurationResponse;
275967
+ /**
275968
+ * Dynamic match configuration object.
275969
+ */
275970
+ interface CommonDynamicMatchConfigurationResponse {
275971
+ /**
275972
+ * List of IP Groups.
275973
+ */
275974
+ ipGroups?: outputs.managednetworkfabric.IpGroupPropertiesResponse[];
275975
+ /**
275976
+ * List of the port group.
275977
+ */
275978
+ portGroups?: outputs.managednetworkfabric.PortGroupPropertiesResponse[];
275979
+ /**
275980
+ * List of vlan groups.
275981
+ */
275982
+ vlanGroups?: outputs.managednetworkfabric.VlanGroupPropertiesResponse[];
275983
+ }
275539
275984
  /**
275540
275985
  * Connected Subnet properties.
275541
275986
  */
@@ -275549,6 +275994,44 @@ export declare namespace managednetworkfabric {
275549
275994
  */
275550
275995
  prefix?: string;
275551
275996
  }
275997
+ /**
275998
+ * The resource management error additional info.
275999
+ */
276000
+ interface ErrorAdditionalInfoResponse {
276001
+ /**
276002
+ * The additional info.
276003
+ */
276004
+ info: any;
276005
+ /**
276006
+ * The additional info type.
276007
+ */
276008
+ type: string;
276009
+ }
276010
+ /**
276011
+ * The error detail.
276012
+ */
276013
+ interface ErrorDetailResponse {
276014
+ /**
276015
+ * The error additional info.
276016
+ */
276017
+ additionalInfo: outputs.managednetworkfabric.ErrorAdditionalInfoResponse[];
276018
+ /**
276019
+ * The error code.
276020
+ */
276021
+ code: string;
276022
+ /**
276023
+ * The error details.
276024
+ */
276025
+ details: outputs.managednetworkfabric.ErrorDetailResponse[];
276026
+ /**
276027
+ * The error message.
276028
+ */
276029
+ message: string;
276030
+ /**
276031
+ * The error target.
276032
+ */
276033
+ target: string;
276034
+ }
275552
276035
  /**
275553
276036
  * The ExpressRoute circuit ID and the Auth Key are required for you to successfully deploy NFC service.
275554
276037
  */
@@ -275664,6 +276147,44 @@ export declare namespace managednetworkfabric {
275664
276147
  */
275665
276148
  ipExtendedCommunityIds?: string[];
275666
276149
  }
276150
+ /**
276151
+ * IP Group properties.
276152
+ */
276153
+ interface IpGroupPropertiesResponse {
276154
+ /**
276155
+ * IP Address type.
276156
+ */
276157
+ ipAddressType?: string;
276158
+ /**
276159
+ * List of IP Prefixes.
276160
+ */
276161
+ ipPrefixes?: string[];
276162
+ /**
276163
+ * IP Group name.
276164
+ */
276165
+ name?: string;
276166
+ }
276167
+ /**
276168
+ * Defines the condition that can be filtered using the selected IPs.
276169
+ */
276170
+ interface IpMatchConditionResponse {
276171
+ /**
276172
+ * The List of IP Group Names that need to be matched.
276173
+ */
276174
+ ipGroupNames?: string[];
276175
+ /**
276176
+ * The list of IP Prefixes.
276177
+ */
276178
+ ipPrefixValues?: string[];
276179
+ /**
276180
+ * IP Prefix Type.
276181
+ */
276182
+ prefixType?: string;
276183
+ /**
276184
+ * IP Address type.
276185
+ */
276186
+ type?: string;
276187
+ }
275667
276188
  interface IpPrefixPropertiesResponseIpPrefixRules {
275668
276189
  /**
275669
276190
  * Action to be taken on the configuration. Example: Permit | Deny.
@@ -275686,6 +276207,19 @@ export declare namespace managednetworkfabric {
275686
276207
  */
275687
276208
  subnetMaskLength?: number;
275688
276209
  }
276210
+ /**
276211
+ * Isolation Domain Properties.
276212
+ */
276213
+ interface IsolationDomainPropertiesResponse {
276214
+ /**
276215
+ * Type of encapsulation.
276216
+ */
276217
+ encapsulation?: string;
276218
+ /**
276219
+ * List of Neighbor Group IDs.
276220
+ */
276221
+ neighborGroupIds?: string[];
276222
+ }
275689
276223
  /**
275690
276224
  * Connected Subnet RoutePolicy
275691
276225
  */
@@ -275804,6 +276338,123 @@ export declare namespace managednetworkfabric {
275804
276338
  */
275805
276339
  operationalState: string;
275806
276340
  }
276341
+ /**
276342
+ * An array of destination IPv4 Addresses or IPv6 Addresses.
276343
+ */
276344
+ interface NeighborGroupDestinationResponse {
276345
+ /**
276346
+ * Array of IPv4 Addresses.
276347
+ */
276348
+ ipv4Addresses?: string[];
276349
+ /**
276350
+ * Array of IPv6 Addresses.
276351
+ */
276352
+ ipv6Addresses?: string[];
276353
+ }
276354
+ /**
276355
+ * Destination.
276356
+ */
276357
+ interface NetworkTapPropertiesResponseDestinations {
276358
+ /**
276359
+ * The destination Id. ARM Resource ID of either NNI or Internal Networks.
276360
+ */
276361
+ destinationId: string;
276362
+ /**
276363
+ * ARM Resource ID of destination Tap Rule that contains match configurations.
276364
+ */
276365
+ destinationTapRuleId?: string;
276366
+ /**
276367
+ * Type of destination. Input can be IsolationDomain or Direct.
276368
+ */
276369
+ destinationType: string;
276370
+ /**
276371
+ * Isolation Domain Properties.
276372
+ */
276373
+ isolationDomainProperties?: outputs.managednetworkfabric.IsolationDomainPropertiesResponse;
276374
+ /**
276375
+ * Destination name.
276376
+ */
276377
+ name: string;
276378
+ }
276379
+ /**
276380
+ * Action that need to performed.
276381
+ */
276382
+ interface NetworkTapRuleActionResponse {
276383
+ /**
276384
+ * Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
276385
+ */
276386
+ destinationId?: string;
276387
+ /**
276388
+ * The parameter to enable or disable the timestamp.
276389
+ */
276390
+ isTimestampEnabled?: string;
276391
+ /**
276392
+ * The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
276393
+ */
276394
+ matchConfigurationName?: string;
276395
+ /**
276396
+ * Truncate. 0 indicates do not truncate.
276397
+ */
276398
+ truncate?: string;
276399
+ /**
276400
+ * Type of actions that can be performed.
276401
+ */
276402
+ type?: string;
276403
+ }
276404
+ /**
276405
+ * Defines the match condition that is supported to filter the traffic.
276406
+ */
276407
+ interface NetworkTapRuleMatchConditionResponse {
276408
+ /**
276409
+ * Encapsulation Type.
276410
+ */
276411
+ encapsulationType?: string;
276412
+ /**
276413
+ * IP condition that needs to be matched.
276414
+ */
276415
+ ipCondition?: outputs.managednetworkfabric.IpMatchConditionResponse;
276416
+ /**
276417
+ * Defines the port condition that needs to be matched.
276418
+ */
276419
+ portCondition?: outputs.managednetworkfabric.PortConditionResponse;
276420
+ /**
276421
+ * List of the protocols that need to be matched.
276422
+ */
276423
+ protocolTypes?: string[];
276424
+ /**
276425
+ * Vlan match condition that needs to be matched.
276426
+ */
276427
+ vlanMatchCondition?: outputs.managednetworkfabric.VlanMatchConditionResponse;
276428
+ }
276429
+ /**
276430
+ * networkTapRuleMatchConditionResponseProvideDefaults sets the appropriate defaults for NetworkTapRuleMatchConditionResponse
276431
+ */
276432
+ function networkTapRuleMatchConditionResponseProvideDefaults(val: NetworkTapRuleMatchConditionResponse): NetworkTapRuleMatchConditionResponse;
276433
+ /**
276434
+ * Defines the match configuration that are supported to filter the traffic.
276435
+ */
276436
+ interface NetworkTapRuleMatchConfigurationResponse {
276437
+ /**
276438
+ * List of actions that need to be performed for the matched conditions.
276439
+ */
276440
+ actions?: outputs.managednetworkfabric.NetworkTapRuleActionResponse[];
276441
+ /**
276442
+ * Type of IP Address. IPv4 or IPv6
276443
+ */
276444
+ ipAddressType?: string;
276445
+ /**
276446
+ * List of the match conditions.
276447
+ */
276448
+ matchConditions?: outputs.managednetworkfabric.NetworkTapRuleMatchConditionResponse[];
276449
+ /**
276450
+ * The name of the match configuration.
276451
+ */
276452
+ matchConfigurationName?: string;
276453
+ /**
276454
+ * Sequence Number of the match configuration..
276455
+ */
276456
+ sequenceNumber?: number;
276457
+ }
275807
276458
  /**
275808
276459
  * Peering optionA properties
275809
276460
  */
@@ -275858,6 +276509,40 @@ export declare namespace managednetworkfabric {
275858
276509
  */
275859
276510
  importRouteTargets?: string[];
275860
276511
  }
276512
+ /**
276513
+ * Port condition that needs to be matched.
276514
+ */
276515
+ interface PortConditionResponse {
276516
+ /**
276517
+ * Layer4 protocol type that needs to be matched.
276518
+ */
276519
+ layer4Protocol: string;
276520
+ /**
276521
+ * List of the port Group Names that to be matched.
276522
+ */
276523
+ portGroupNames?: string[];
276524
+ /**
276525
+ * Port type that needs to be matched.
276526
+ */
276527
+ portType?: string;
276528
+ /**
276529
+ * List of the Ports that need to be matched.
276530
+ */
276531
+ ports?: string[];
276532
+ }
276533
+ /**
276534
+ * Port Group properties.
276535
+ */
276536
+ interface PortGroupPropertiesResponse {
276537
+ /**
276538
+ * The name of the port group.
276539
+ */
276540
+ name?: string;
276541
+ /**
276542
+ * List of the ports that needs to be matched.
276543
+ */
276544
+ ports?: string[];
276545
+ }
275861
276546
  /**
275862
276547
  * Route Policy Statement properties..
275863
276548
  */
@@ -275879,6 +276564,19 @@ export declare namespace managednetworkfabric {
275879
276564
  */
275880
276565
  sequenceNumber: number;
275881
276566
  }
276567
+ /**
276568
+ * Rules for the InternetGateways
276569
+ */
276570
+ interface RulePropertiesResponse {
276571
+ /**
276572
+ * Specify action.
276573
+ */
276574
+ action: string;
276575
+ /**
276576
+ * List of Addresses to be allowed or denied.
276577
+ */
276578
+ addressList: string[];
276579
+ }
275882
276580
  /**
275883
276581
  * Route policy action properties.
275884
276582
  */
@@ -276013,6 +276711,36 @@ export declare namespace managednetworkfabric {
276013
276711
  */
276014
276712
  username: string;
276015
276713
  }
276714
+ /**
276715
+ * Vlan group properties.
276716
+ */
276717
+ interface VlanGroupPropertiesResponse {
276718
+ /**
276719
+ * Vlan group name.
276720
+ */
276721
+ name?: string;
276722
+ /**
276723
+ * List of vlans.
276724
+ */
276725
+ vlans?: string[];
276726
+ }
276727
+ /**
276728
+ * The vlan match conditions that needs to be matched.
276729
+ */
276730
+ interface VlanMatchConditionResponse {
276731
+ /**
276732
+ * List of inner vlans that needs to be matched.
276733
+ */
276734
+ innerVlans?: string[];
276735
+ /**
276736
+ * List of vlan group names that to be matched.
276737
+ */
276738
+ vlanGroupNames?: string[];
276739
+ /**
276740
+ * List of vlans that needs to be matched.
276741
+ */
276742
+ vlans?: string[];
276743
+ }
276016
276744
  /**
276017
276745
  * Configuration for infrastructure vpn.
276018
276746
  */
@@ -276739,6 +277467,1207 @@ export declare namespace managednetworkfabric {
276739
277467
  ipv6AddressSpaces?: string[];
276740
277468
  }
276741
277469
  }
277470
+ namespace v20230615 {
277471
+ /**
277472
+ * Action that need to performed.
277473
+ */
277474
+ interface AccessControlListActionResponse {
277475
+ /**
277476
+ * Name of the counter block to get match count information.
277477
+ */
277478
+ counterName?: string;
277479
+ /**
277480
+ * Type of actions that can be performed.
277481
+ */
277482
+ type?: string;
277483
+ }
277484
+ /**
277485
+ * Defines the match condition that is supported to filter the traffic.
277486
+ */
277487
+ interface AccessControlListMatchConditionResponse {
277488
+ /**
277489
+ * List of DSCP Markings that needs to be matched.
277490
+ */
277491
+ dscpMarkings?: string[];
277492
+ /**
277493
+ * List of ether type values that needs to be matched.
277494
+ */
277495
+ etherTypes?: string[];
277496
+ /**
277497
+ * List of IP fragment packets that needs to be matched.
277498
+ */
277499
+ fragments?: string[];
277500
+ /**
277501
+ * IP condition that needs to be matched.
277502
+ */
277503
+ ipCondition?: outputs.managednetworkfabric.v20230615.IpMatchConditionResponse;
277504
+ /**
277505
+ * List of IP Lengths that needs to be matched.
277506
+ */
277507
+ ipLengths?: string[];
277508
+ /**
277509
+ * Defines the port condition that needs to be matched.
277510
+ */
277511
+ portCondition?: outputs.managednetworkfabric.v20230615.AccessControlListPortConditionResponse;
277512
+ /**
277513
+ * List of the protocols that need to be matched.
277514
+ */
277515
+ protocolTypes?: string[];
277516
+ /**
277517
+ * List of TTL [Time To Live] values that needs to be matched.
277518
+ */
277519
+ ttlValues?: string[];
277520
+ /**
277521
+ * Vlan match condition that needs to be matched.
277522
+ */
277523
+ vlanMatchCondition?: outputs.managednetworkfabric.v20230615.VlanMatchConditionResponse;
277524
+ }
277525
+ /**
277526
+ * Defines the match configuration that are supported to filter the traffic.
277527
+ */
277528
+ interface AccessControlListMatchConfigurationResponse {
277529
+ /**
277530
+ * List of actions that need to be performed for the matched conditions.
277531
+ */
277532
+ actions?: outputs.managednetworkfabric.v20230615.AccessControlListActionResponse[];
277533
+ /**
277534
+ * Type of IP Address. IPv4 or IPv6
277535
+ */
277536
+ ipAddressType?: string;
277537
+ /**
277538
+ * List of the match conditions.
277539
+ */
277540
+ matchConditions?: outputs.managednetworkfabric.v20230615.AccessControlListMatchConditionResponse[];
277541
+ /**
277542
+ * The name of the match configuration.
277543
+ */
277544
+ matchConfigurationName?: string;
277545
+ /**
277546
+ * Sequence Number of the match configuration.
277547
+ */
277548
+ sequenceNumber?: number;
277549
+ }
277550
+ /**
277551
+ * Defines the port condition that needs to be matched.
277552
+ */
277553
+ interface AccessControlListPortConditionResponse {
277554
+ /**
277555
+ * List of protocol flags that needs to be matched.
277556
+ */
277557
+ flags?: string[];
277558
+ /**
277559
+ * Layer4 protocol type that needs to be matched.
277560
+ */
277561
+ layer4Protocol: string;
277562
+ /**
277563
+ * List of the port Group Names that to be matched.
277564
+ */
277565
+ portGroupNames?: string[];
277566
+ /**
277567
+ * Port type that needs to be matched.
277568
+ */
277569
+ portType?: string;
277570
+ /**
277571
+ * List of the Ports that need to be matched.
277572
+ */
277573
+ ports?: string[];
277574
+ }
277575
+ /**
277576
+ * IP Community Properties.
277577
+ */
277578
+ interface ActionIpCommunityPropertiesResponse {
277579
+ /**
277580
+ * List of IP Community IDs.
277581
+ */
277582
+ add?: outputs.managednetworkfabric.v20230615.IpCommunityIdListResponse;
277583
+ /**
277584
+ * List of IP Community IDs.
277585
+ */
277586
+ delete?: outputs.managednetworkfabric.v20230615.IpCommunityIdListResponse;
277587
+ /**
277588
+ * List of IP Community IDs.
277589
+ */
277590
+ set?: outputs.managednetworkfabric.v20230615.IpCommunityIdListResponse;
277591
+ }
277592
+ /**
277593
+ * IP Extended Community Properties.
277594
+ */
277595
+ interface ActionIpExtendedCommunityPropertiesResponse {
277596
+ /**
277597
+ * List of IP Extended Community IDs.
277598
+ */
277599
+ add?: outputs.managednetworkfabric.v20230615.IpExtendedCommunityIdListResponse;
277600
+ /**
277601
+ * List of IP Extended Community IDs.
277602
+ */
277603
+ delete?: outputs.managednetworkfabric.v20230615.IpExtendedCommunityIdListResponse;
277604
+ /**
277605
+ * List of IP Extended Community IDs.
277606
+ */
277607
+ set?: outputs.managednetworkfabric.v20230615.IpExtendedCommunityIdListResponse;
277608
+ }
277609
+ /**
277610
+ * List of IPv4 and IPv6 aggregate routes.
277611
+ */
277612
+ interface AggregateRouteConfigurationResponse {
277613
+ /**
277614
+ * List of IPv4 Route prefixes.
277615
+ */
277616
+ ipv4Routes?: outputs.managednetworkfabric.v20230615.AggregateRouteResponse[];
277617
+ /**
277618
+ * List of Ipv6Routes prefixes.
277619
+ */
277620
+ ipv6Routes?: outputs.managednetworkfabric.v20230615.AggregateRouteResponse[];
277621
+ }
277622
+ /**
277623
+ * aggregateIpv4Route model.
277624
+ */
277625
+ interface AggregateRouteResponse {
277626
+ /**
277627
+ * IPv4 Prefix of the aggregate Ipv4Route.
277628
+ */
277629
+ prefix: string;
277630
+ }
277631
+ /**
277632
+ * BFD configuration properties
277633
+ */
277634
+ interface BfdConfigurationResponse {
277635
+ /**
277636
+ * Administrative state of the BfdConfiguration. Example: Enabled | Disabled.
277637
+ */
277638
+ administrativeState: string;
277639
+ /**
277640
+ * Interval in milliseconds. Example: 300.
277641
+ */
277642
+ intervalInMilliSeconds?: number;
277643
+ /**
277644
+ * Multiplier for the Bfd Configuration. Example: 5.
277645
+ */
277646
+ multiplier?: number;
277647
+ }
277648
+ /**
277649
+ * bfdConfigurationResponseProvideDefaults sets the appropriate defaults for BfdConfigurationResponse
277650
+ */
277651
+ function bfdConfigurationResponseProvideDefaults(val: BfdConfigurationResponse): BfdConfigurationResponse;
277652
+ /**
277653
+ * Dynamic match configuration object.
277654
+ */
277655
+ interface CommonDynamicMatchConfigurationResponse {
277656
+ /**
277657
+ * List of IP Groups.
277658
+ */
277659
+ ipGroups?: outputs.managednetworkfabric.v20230615.IpGroupPropertiesResponse[];
277660
+ /**
277661
+ * List of the port group.
277662
+ */
277663
+ portGroups?: outputs.managednetworkfabric.v20230615.PortGroupPropertiesResponse[];
277664
+ /**
277665
+ * List of vlan groups.
277666
+ */
277667
+ vlanGroups?: outputs.managednetworkfabric.v20230615.VlanGroupPropertiesResponse[];
277668
+ }
277669
+ /**
277670
+ * Connected Subnet properties.
277671
+ */
277672
+ interface ConnectedSubnetResponse {
277673
+ /**
277674
+ * Switch configuration description.
277675
+ */
277676
+ annotation?: string;
277677
+ /**
277678
+ * Prefix of the Connected Subnet.
277679
+ */
277680
+ prefix: string;
277681
+ }
277682
+ /**
277683
+ * Connected Subnet Route Policy properties.
277684
+ */
277685
+ interface ConnectedSubnetRoutePolicyResponse {
277686
+ /**
277687
+ * Array of ARM Resource ID of the RoutePolicies.
277688
+ */
277689
+ exportRoutePolicy?: outputs.managednetworkfabric.v20230615.L3ExportRoutePolicyResponse;
277690
+ /**
277691
+ * ARM Resource ID of the Route Policy. This is used for the backward compatibility.
277692
+ */
277693
+ exportRoutePolicyId?: string;
277694
+ }
277695
+ /**
277696
+ * Network Fabric Controller services.
277697
+ */
277698
+ interface ControllerServicesResponse {
277699
+ /**
277700
+ * The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.
277701
+ */
277702
+ ipv4AddressSpaces?: string[];
277703
+ /**
277704
+ * The IPv6 is not supported right now.
277705
+ */
277706
+ ipv6AddressSpaces?: string[];
277707
+ }
277708
+ /**
277709
+ * The resource management error additional info.
277710
+ */
277711
+ interface ErrorAdditionalInfoResponse {
277712
+ /**
277713
+ * The additional info.
277714
+ */
277715
+ info: any;
277716
+ /**
277717
+ * The additional info type.
277718
+ */
277719
+ type: string;
277720
+ }
277721
+ /**
277722
+ * The error detail.
277723
+ */
277724
+ interface ErrorDetailResponse {
277725
+ /**
277726
+ * The error additional info.
277727
+ */
277728
+ additionalInfo: outputs.managednetworkfabric.v20230615.ErrorAdditionalInfoResponse[];
277729
+ /**
277730
+ * The error code.
277731
+ */
277732
+ code: string;
277733
+ /**
277734
+ * The error details.
277735
+ */
277736
+ details: outputs.managednetworkfabric.v20230615.ErrorDetailResponse[];
277737
+ /**
277738
+ * The error message.
277739
+ */
277740
+ message: string;
277741
+ /**
277742
+ * The error target.
277743
+ */
277744
+ target: string;
277745
+ }
277746
+ /**
277747
+ * Export Route Policy Configuration.
277748
+ */
277749
+ interface ExportRoutePolicyInformationResponse {
277750
+ /**
277751
+ * Export IPv4 Route Policy Id.
277752
+ */
277753
+ exportIpv4RoutePolicyId?: string;
277754
+ /**
277755
+ * Export IPv6 Route Policy Id.
277756
+ */
277757
+ exportIpv6RoutePolicyId?: string;
277758
+ }
277759
+ /**
277760
+ * Export Route Policy either IPv4 or IPv6.
277761
+ */
277762
+ interface ExportRoutePolicyResponse {
277763
+ /**
277764
+ * ARM resource ID of RoutePolicy.
277765
+ */
277766
+ exportIpv4RoutePolicyId?: string;
277767
+ /**
277768
+ * ARM resource ID of RoutePolicy.
277769
+ */
277770
+ exportIpv6RoutePolicyId?: string;
277771
+ }
277772
+ /**
277773
+ * The ExpressRoute circuit ID and the Auth Key are required for you to successfully deploy NFC service.
277774
+ */
277775
+ interface ExpressRouteConnectionInformationResponse {
277776
+ /**
277777
+ * Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
277778
+ */
277779
+ expressRouteAuthorizationKey: string;
277780
+ /**
277781
+ * The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
277782
+ */
277783
+ expressRouteCircuitId: string;
277784
+ }
277785
+ /**
277786
+ * option A properties object
277787
+ */
277788
+ interface ExternalNetworkPropertiesResponseOptionAProperties {
277789
+ /**
277790
+ * BFD configuration properties
277791
+ */
277792
+ bfdConfiguration?: outputs.managednetworkfabric.v20230615.BfdConfigurationResponse;
277793
+ /**
277794
+ * Egress Acl. ARM resource ID of Access Control Lists.
277795
+ */
277796
+ egressAclId?: string;
277797
+ /**
277798
+ * Fabric ASN number. Example 65001
277799
+ */
277800
+ fabricASN: number;
277801
+ /**
277802
+ * Ingress Acl. ARM resource ID of Access Control Lists.
277803
+ */
277804
+ ingressAclId?: string;
277805
+ /**
277806
+ * MTU to use for option A peering.
277807
+ */
277808
+ mtu?: number;
277809
+ /**
277810
+ * Peer ASN number.Example : 28
277811
+ */
277812
+ peerASN: number;
277813
+ /**
277814
+ * IPv4 Address Prefix.
277815
+ */
277816
+ primaryIpv4Prefix?: string;
277817
+ /**
277818
+ * IPv6 Address Prefix.
277819
+ */
277820
+ primaryIpv6Prefix?: string;
277821
+ /**
277822
+ * Secondary IPv4 Address Prefix.
277823
+ */
277824
+ secondaryIpv4Prefix?: string;
277825
+ /**
277826
+ * Secondary IPv6 Address Prefix.
277827
+ */
277828
+ secondaryIpv6Prefix?: string;
277829
+ /**
277830
+ * Vlan identifier. Example : 501
277831
+ */
277832
+ vlanId: number;
277833
+ }
277834
+ /**
277835
+ * externalNetworkPropertiesResponseOptionAPropertiesProvideDefaults sets the appropriate defaults for ExternalNetworkPropertiesResponseOptionAProperties
277836
+ */
277837
+ function externalNetworkPropertiesResponseOptionAPropertiesProvideDefaults(val: ExternalNetworkPropertiesResponseOptionAProperties): ExternalNetworkPropertiesResponseOptionAProperties;
277838
+ /**
277839
+ * Option B configuration to be used for Management VPN.
277840
+ */
277841
+ interface FabricOptionBPropertiesResponse {
277842
+ /**
277843
+ * Route Targets to be applied for outgoing routes from CE. This is for backward compatibility.
277844
+ */
277845
+ exportRouteTargets?: string[];
277846
+ /**
277847
+ * Route Targets to be applied for incoming routes into CE. This is for backward compatibility.
277848
+ */
277849
+ importRouteTargets?: string[];
277850
+ /**
277851
+ * Route Targets to be applied.
277852
+ */
277853
+ routeTargets?: outputs.managednetworkfabric.v20230615.RouteTargetInformationResponse;
277854
+ }
277855
+ /**
277856
+ * Import Route Policy Configuration.
277857
+ */
277858
+ interface ImportRoutePolicyInformationResponse {
277859
+ /**
277860
+ * Import IPv4 Route Policy Id.
277861
+ */
277862
+ importIpv4RoutePolicyId?: string;
277863
+ /**
277864
+ * Import IPv6 Route Policy Id.
277865
+ */
277866
+ importIpv6RoutePolicyId?: string;
277867
+ }
277868
+ /**
277869
+ * Import Route Policy either IPv4 or IPv6.
277870
+ */
277871
+ interface ImportRoutePolicyResponse {
277872
+ /**
277873
+ * ARM resource ID of RoutePolicy.
277874
+ */
277875
+ importIpv4RoutePolicyId?: string;
277876
+ /**
277877
+ * ARM resource ID of RoutePolicy.
277878
+ */
277879
+ importIpv6RoutePolicyId?: string;
277880
+ }
277881
+ /**
277882
+ * BGP configuration properties.
277883
+ */
277884
+ interface InternalNetworkPropertiesResponseBgpConfiguration {
277885
+ /**
277886
+ * Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
277887
+ */
277888
+ allowAS?: number;
277889
+ /**
277890
+ * Enable Or Disable state.
277891
+ */
277892
+ allowASOverride?: string;
277893
+ /**
277894
+ * Switch configuration description.
277895
+ */
277896
+ annotation?: string;
277897
+ /**
277898
+ * BFD configuration properties
277899
+ */
277900
+ bfdConfiguration?: outputs.managednetworkfabric.v20230615.BfdConfigurationResponse;
277901
+ /**
277902
+ * Originate a defaultRoute. Ex: "True" | "False".
277903
+ */
277904
+ defaultRouteOriginate?: string;
277905
+ /**
277906
+ * ASN of Network Fabric. Example: 65048.
277907
+ */
277908
+ fabricASN: number;
277909
+ /**
277910
+ * List of BGP IPv4 Listen Range prefixes.
277911
+ */
277912
+ ipv4ListenRangePrefixes?: string[];
277913
+ /**
277914
+ * List with stringified IPv4 Neighbor Addresses.
277915
+ */
277916
+ ipv4NeighborAddress?: outputs.managednetworkfabric.v20230615.NeighborAddressResponse[];
277917
+ /**
277918
+ * List of BGP IPv6 Listen Ranges prefixes.
277919
+ */
277920
+ ipv6ListenRangePrefixes?: string[];
277921
+ /**
277922
+ * List with stringified IPv6 Neighbor Address.
277923
+ */
277924
+ ipv6NeighborAddress?: outputs.managednetworkfabric.v20230615.NeighborAddressResponse[];
277925
+ /**
277926
+ * Peer ASN. Example: 65047.
277927
+ */
277928
+ peerASN: number;
277929
+ }
277930
+ /**
277931
+ * internalNetworkPropertiesResponseBgpConfigurationProvideDefaults sets the appropriate defaults for InternalNetworkPropertiesResponseBgpConfiguration
277932
+ */
277933
+ function internalNetworkPropertiesResponseBgpConfigurationProvideDefaults(val: InternalNetworkPropertiesResponseBgpConfiguration): InternalNetworkPropertiesResponseBgpConfiguration;
277934
+ /**
277935
+ * Static Route Configuration properties.
277936
+ */
277937
+ interface InternalNetworkPropertiesResponseStaticRouteConfiguration {
277938
+ /**
277939
+ * BFD configuration properties
277940
+ */
277941
+ bfdConfiguration?: outputs.managednetworkfabric.v20230615.BfdConfigurationResponse;
277942
+ /**
277943
+ * Extension. Example: NoExtension | NPB.
277944
+ */
277945
+ extension?: string;
277946
+ /**
277947
+ * List of IPv4 Routes.
277948
+ */
277949
+ ipv4Routes?: outputs.managednetworkfabric.v20230615.StaticRoutePropertiesResponse[];
277950
+ /**
277951
+ * List of IPv6 Routes.
277952
+ */
277953
+ ipv6Routes?: outputs.managednetworkfabric.v20230615.StaticRoutePropertiesResponse[];
277954
+ }
277955
+ /**
277956
+ * internalNetworkPropertiesResponseStaticRouteConfigurationProvideDefaults sets the appropriate defaults for InternalNetworkPropertiesResponseStaticRouteConfiguration
277957
+ */
277958
+ function internalNetworkPropertiesResponseStaticRouteConfigurationProvideDefaults(val: InternalNetworkPropertiesResponseStaticRouteConfiguration): InternalNetworkPropertiesResponseStaticRouteConfiguration;
277959
+ /**
277960
+ * IP Community ID list properties.
277961
+ */
277962
+ interface IpCommunityIdListResponse {
277963
+ /**
277964
+ * List of IP Community resource IDs.
277965
+ */
277966
+ ipCommunityIds?: string[];
277967
+ }
277968
+ /**
277969
+ * IP Community patchable properties.
277970
+ */
277971
+ interface IpCommunityRuleResponse {
277972
+ /**
277973
+ * Action to be taken on the configuration. Example: Permit | Deny.
277974
+ */
277975
+ action: string;
277976
+ /**
277977
+ * List the community members of IP Community.
277978
+ */
277979
+ communityMembers: string[];
277980
+ /**
277981
+ * Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.
277982
+ */
277983
+ sequenceNumber: number;
277984
+ /**
277985
+ * Supported well known Community List.
277986
+ */
277987
+ wellKnownCommunities?: string[];
277988
+ }
277989
+ /**
277990
+ * IP Extended Community Id list properties.
277991
+ */
277992
+ interface IpExtendedCommunityIdListResponse {
277993
+ /**
277994
+ * List of IP Extended Community resource IDs.
277995
+ */
277996
+ ipExtendedCommunityIds?: string[];
277997
+ }
277998
+ /**
277999
+ * List of IP Extended Community Rules.
278000
+ */
278001
+ interface IpExtendedCommunityRuleResponse {
278002
+ /**
278003
+ * Action to be taken on the configuration. Example: Permit | Deny.
278004
+ */
278005
+ action: string;
278006
+ /**
278007
+ * Route Target List.The expected formats are ASN(plain):NN >> example 4294967294:50, ASN.ASN:NN >> example 65533.65333:40, IP-address:NN >> example 10.10.10.10:65535. The possible values of ASN,NN are in range of 0-65535, ASN(plain) is in range of 0-4294967295.
278008
+ */
278009
+ routeTargets: string[];
278010
+ /**
278011
+ * Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.
278012
+ */
278013
+ sequenceNumber: number;
278014
+ }
278015
+ /**
278016
+ * IP Group properties.
278017
+ */
278018
+ interface IpGroupPropertiesResponse {
278019
+ /**
278020
+ * IP Address type.
278021
+ */
278022
+ ipAddressType?: string;
278023
+ /**
278024
+ * List of IP Prefixes.
278025
+ */
278026
+ ipPrefixes?: string[];
278027
+ /**
278028
+ * IP Group name.
278029
+ */
278030
+ name?: string;
278031
+ }
278032
+ /**
278033
+ * Defines the condition that can be filtered using the selected IPs.
278034
+ */
278035
+ interface IpMatchConditionResponse {
278036
+ /**
278037
+ * The List of IP Group Names that need to be matched.
278038
+ */
278039
+ ipGroupNames?: string[];
278040
+ /**
278041
+ * The list of IP Prefixes.
278042
+ */
278043
+ ipPrefixValues?: string[];
278044
+ /**
278045
+ * IP Prefix Type.
278046
+ */
278047
+ prefixType?: string;
278048
+ /**
278049
+ * IP Address type.
278050
+ */
278051
+ type?: string;
278052
+ }
278053
+ /**
278054
+ * IP Prefix Rule properties.
278055
+ */
278056
+ interface IpPrefixRuleResponse {
278057
+ /**
278058
+ * Action to be taken on the configuration. Example: Permit | Deny.
278059
+ */
278060
+ action: string;
278061
+ /**
278062
+ * Specify prefix-list bounds.
278063
+ */
278064
+ condition?: string;
278065
+ /**
278066
+ * Network Prefix specifying IPv4/IPv6 packets to be permitted or denied. Example: 1.1.1.0/24 | 3FFE:FFFF:0:CD30::/126
278067
+ */
278068
+ networkPrefix: string;
278069
+ /**
278070
+ * Sequence to insert to/delete from existing route. Prefix lists are evaluated starting with the lowest sequence number and continue down the list until a match is made. Once a match is made, the permit or deny statement is applied to that network and the rest of the list is ignored.
278071
+ */
278072
+ sequenceNumber: number;
278073
+ /**
278074
+ * SubnetMaskLength gives the minimum NetworkPrefix length to be matched. Possible values for IPv4 are 1 - 32 . Possible values of IPv6 are 1 - 128.
278075
+ */
278076
+ subnetMaskLength?: string;
278077
+ }
278078
+ /**
278079
+ * Isolation Domain Properties.
278080
+ */
278081
+ interface IsolationDomainPropertiesResponse {
278082
+ /**
278083
+ * Type of encapsulation.
278084
+ */
278085
+ encapsulation?: string;
278086
+ /**
278087
+ * List of Neighbor Group IDs.
278088
+ */
278089
+ neighborGroupIds?: string[];
278090
+ }
278091
+ /**
278092
+ * Array of ARM Resource ID of the RoutePolicies.
278093
+ */
278094
+ interface L3ExportRoutePolicyResponse {
278095
+ /**
278096
+ * ARM Resource ID of the RoutePolicy.
278097
+ */
278098
+ exportIpv4RoutePolicyId?: string;
278099
+ /**
278100
+ * ARM Resource ID of the RoutePolicy.
278101
+ */
278102
+ exportIpv6RoutePolicyId?: string;
278103
+ }
278104
+ /**
278105
+ * Option B configuration.
278106
+ */
278107
+ interface L3OptionBPropertiesResponse {
278108
+ /**
278109
+ * RouteTargets to be applied. This is used for the backward compatibility.
278110
+ */
278111
+ exportRouteTargets?: string[];
278112
+ /**
278113
+ * RouteTargets to be applied. This is used for the backward compatibility.
278114
+ */
278115
+ importRouteTargets?: string[];
278116
+ /**
278117
+ * RouteTargets to be applied.
278118
+ */
278119
+ routeTargets?: outputs.managednetworkfabric.v20230615.RouteTargetInformationResponse;
278120
+ }
278121
+ /**
278122
+ * Common properties for Layer2 Configuration.
278123
+ */
278124
+ interface Layer2ConfigurationResponse {
278125
+ /**
278126
+ * List of network device interfaces resource IDs.
278127
+ */
278128
+ interfaces?: string[];
278129
+ /**
278130
+ * MTU of the packets between PE & CE.
278131
+ */
278132
+ mtu?: number;
278133
+ }
278134
+ /**
278135
+ * layer2ConfigurationResponseProvideDefaults sets the appropriate defaults for Layer2ConfigurationResponse
278136
+ */
278137
+ function layer2ConfigurationResponseProvideDefaults(val: Layer2ConfigurationResponse): Layer2ConfigurationResponse;
278138
+ /**
278139
+ * Managed Resource Group configuration properties.
278140
+ */
278141
+ interface ManagedResourceGroupConfigurationResponse {
278142
+ /**
278143
+ * Managed resource group location.
278144
+ */
278145
+ location?: string;
278146
+ /**
278147
+ * The NFC service will be hosted in a Managed resource group.
278148
+ */
278149
+ name?: string;
278150
+ }
278151
+ /**
278152
+ * Configuration to be used to setup the management network.
278153
+ */
278154
+ interface ManagementNetworkConfigurationPropertiesResponse {
278155
+ /**
278156
+ * VPN Configuration properties.
278157
+ */
278158
+ infrastructureVpnConfiguration: outputs.managednetworkfabric.v20230615.VpnConfigurationPropertiesResponse;
278159
+ /**
278160
+ * VPN Configuration properties.
278161
+ */
278162
+ workloadVpnConfiguration: outputs.managednetworkfabric.v20230615.VpnConfigurationPropertiesResponse;
278163
+ }
278164
+ /**
278165
+ * managementNetworkConfigurationPropertiesResponseProvideDefaults sets the appropriate defaults for ManagementNetworkConfigurationPropertiesResponse
278166
+ */
278167
+ function managementNetworkConfigurationPropertiesResponseProvideDefaults(val: ManagementNetworkConfigurationPropertiesResponse): ManagementNetworkConfigurationPropertiesResponse;
278168
+ /**
278169
+ * Neighbor Address properties.
278170
+ */
278171
+ interface NeighborAddressResponse {
278172
+ /**
278173
+ * IP Address.
278174
+ */
278175
+ address?: string;
278176
+ /**
278177
+ * Configuration state of the resource.
278178
+ */
278179
+ configurationState: string;
278180
+ }
278181
+ /**
278182
+ * An array of destination IPv4 Addresses or IPv6 Addresses.
278183
+ */
278184
+ interface NeighborGroupDestinationResponse {
278185
+ /**
278186
+ * Array of IPv4 Addresses.
278187
+ */
278188
+ ipv4Addresses?: string[];
278189
+ /**
278190
+ * Array of IPv6 Addresses.
278191
+ */
278192
+ ipv6Addresses?: string[];
278193
+ }
278194
+ /**
278195
+ * Destination.
278196
+ */
278197
+ interface NetworkTapPropertiesResponseDestinations {
278198
+ /**
278199
+ * The destination Id. ARM Resource ID of either NNI or Internal Networks.
278200
+ */
278201
+ destinationId: string;
278202
+ /**
278203
+ * ARM Resource ID of destination Tap Rule that contains match configurations.
278204
+ */
278205
+ destinationTapRuleId?: string;
278206
+ /**
278207
+ * Type of destination. Input can be IsolationDomain or Direct.
278208
+ */
278209
+ destinationType: string;
278210
+ /**
278211
+ * Isolation Domain Properties.
278212
+ */
278213
+ isolationDomainProperties?: outputs.managednetworkfabric.v20230615.IsolationDomainPropertiesResponse;
278214
+ /**
278215
+ * Destination name.
278216
+ */
278217
+ name: string;
278218
+ }
278219
+ /**
278220
+ * Action that need to performed.
278221
+ */
278222
+ interface NetworkTapRuleActionResponse {
278223
+ /**
278224
+ * Destination Id. The ARM resource Id may be either Network To Network Interconnect or NeighborGroup.
278225
+ */
278226
+ destinationId?: string;
278227
+ /**
278228
+ * The parameter to enable or disable the timestamp.
278229
+ */
278230
+ isTimestampEnabled?: string;
278231
+ /**
278232
+ * The name of the match configuration. This is used when Goto type is provided. If Goto type is selected and no match configuration name is provided. It goes to next configuration.
278233
+ */
278234
+ matchConfigurationName?: string;
278235
+ /**
278236
+ * Truncate. 0 indicates do not truncate.
278237
+ */
278238
+ truncate?: string;
278239
+ /**
278240
+ * Type of actions that can be performed.
278241
+ */
278242
+ type?: string;
278243
+ }
278244
+ /**
278245
+ * Defines the match condition that is supported to filter the traffic.
278246
+ */
278247
+ interface NetworkTapRuleMatchConditionResponse {
278248
+ /**
278249
+ * Encapsulation Type.
278250
+ */
278251
+ encapsulationType?: string;
278252
+ /**
278253
+ * IP condition that needs to be matched.
278254
+ */
278255
+ ipCondition?: outputs.managednetworkfabric.v20230615.IpMatchConditionResponse;
278256
+ /**
278257
+ * Defines the port condition that needs to be matched.
278258
+ */
278259
+ portCondition?: outputs.managednetworkfabric.v20230615.PortConditionResponse;
278260
+ /**
278261
+ * List of the protocols that need to be matched.
278262
+ */
278263
+ protocolTypes?: string[];
278264
+ /**
278265
+ * Vlan match condition that needs to be matched.
278266
+ */
278267
+ vlanMatchCondition?: outputs.managednetworkfabric.v20230615.VlanMatchConditionResponse;
278268
+ }
278269
+ /**
278270
+ * networkTapRuleMatchConditionResponseProvideDefaults sets the appropriate defaults for NetworkTapRuleMatchConditionResponse
278271
+ */
278272
+ function networkTapRuleMatchConditionResponseProvideDefaults(val: NetworkTapRuleMatchConditionResponse): NetworkTapRuleMatchConditionResponse;
278273
+ /**
278274
+ * Defines the match configuration that are supported to filter the traffic.
278275
+ */
278276
+ interface NetworkTapRuleMatchConfigurationResponse {
278277
+ /**
278278
+ * List of actions that need to be performed for the matched conditions.
278279
+ */
278280
+ actions?: outputs.managednetworkfabric.v20230615.NetworkTapRuleActionResponse[];
278281
+ /**
278282
+ * Type of IP Address. IPv4 or IPv6
278283
+ */
278284
+ ipAddressType?: string;
278285
+ /**
278286
+ * List of the match conditions.
278287
+ */
278288
+ matchConditions?: outputs.managednetworkfabric.v20230615.NetworkTapRuleMatchConditionResponse[];
278289
+ /**
278290
+ * The name of the match configuration.
278291
+ */
278292
+ matchConfigurationName?: string;
278293
+ /**
278294
+ * Sequence Number of the match configuration..
278295
+ */
278296
+ sequenceNumber?: number;
278297
+ }
278298
+ /**
278299
+ * Common properties for Layer3Configuration.
278300
+ */
278301
+ interface NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration {
278302
+ /**
278303
+ * ASN of CE devices for CE/PE connectivity.
278304
+ */
278305
+ fabricASN: number;
278306
+ /**
278307
+ * ASN of PE devices for CE/PE connectivity.Example : 28
278308
+ */
278309
+ peerASN: number;
278310
+ /**
278311
+ * IPv4 Address Prefix.
278312
+ */
278313
+ primaryIpv4Prefix?: string;
278314
+ /**
278315
+ * IPv6 Address Prefix.
278316
+ */
278317
+ primaryIpv6Prefix?: string;
278318
+ /**
278319
+ * Secondary IPv4 Address Prefix.
278320
+ */
278321
+ secondaryIpv4Prefix?: string;
278322
+ /**
278323
+ * Secondary IPv6 Address Prefix.
278324
+ */
278325
+ secondaryIpv6Prefix?: string;
278326
+ /**
278327
+ * VLAN for CE/PE Layer 3 connectivity.Example : 501
278328
+ */
278329
+ vlanId: number;
278330
+ }
278331
+ /**
278332
+ * NPB Static Route Configuration properties.
278333
+ */
278334
+ interface NpbStaticRouteConfigurationResponse {
278335
+ /**
278336
+ * BFD Configuration properties.
278337
+ */
278338
+ bfdConfiguration?: outputs.managednetworkfabric.v20230615.BfdConfigurationResponse;
278339
+ /**
278340
+ * List of IPv4 Routes.
278341
+ */
278342
+ ipv4Routes?: outputs.managednetworkfabric.v20230615.StaticRoutePropertiesResponse[];
278343
+ /**
278344
+ * List of IPv6 Routes.
278345
+ */
278346
+ ipv6Routes?: outputs.managednetworkfabric.v20230615.StaticRoutePropertiesResponse[];
278347
+ }
278348
+ /**
278349
+ * npbStaticRouteConfigurationResponseProvideDefaults sets the appropriate defaults for NpbStaticRouteConfigurationResponse
278350
+ */
278351
+ function npbStaticRouteConfigurationResponseProvideDefaults(val: NpbStaticRouteConfigurationResponse): NpbStaticRouteConfigurationResponse;
278352
+ /**
278353
+ * Port condition that needs to be matched.
278354
+ */
278355
+ interface PortConditionResponse {
278356
+ /**
278357
+ * Layer4 protocol type that needs to be matched.
278358
+ */
278359
+ layer4Protocol: string;
278360
+ /**
278361
+ * List of the port Group Names that to be matched.
278362
+ */
278363
+ portGroupNames?: string[];
278364
+ /**
278365
+ * Port type that needs to be matched.
278366
+ */
278367
+ portType?: string;
278368
+ /**
278369
+ * List of the Ports that need to be matched.
278370
+ */
278371
+ ports?: string[];
278372
+ }
278373
+ /**
278374
+ * Port Group properties.
278375
+ */
278376
+ interface PortGroupPropertiesResponse {
278377
+ /**
278378
+ * The name of the port group.
278379
+ */
278380
+ name?: string;
278381
+ /**
278382
+ * List of the ports that needs to be matched.
278383
+ */
278384
+ ports?: string[];
278385
+ }
278386
+ /**
278387
+ * Route Policy Statement properties.
278388
+ */
278389
+ interface RoutePolicyStatementPropertiesResponse {
278390
+ /**
278391
+ * Route policy action properties.
278392
+ */
278393
+ action: outputs.managednetworkfabric.v20230615.StatementActionPropertiesResponse;
278394
+ /**
278395
+ * Switch configuration description.
278396
+ */
278397
+ annotation?: string;
278398
+ /**
278399
+ * Route policy condition properties.
278400
+ */
278401
+ condition: outputs.managednetworkfabric.v20230615.StatementConditionPropertiesResponse;
278402
+ /**
278403
+ * Sequence to insert to/delete from existing route.
278404
+ */
278405
+ sequenceNumber: number;
278406
+ }
278407
+ /**
278408
+ * routePolicyStatementPropertiesResponseProvideDefaults sets the appropriate defaults for RoutePolicyStatementPropertiesResponse
278409
+ */
278410
+ function routePolicyStatementPropertiesResponseProvideDefaults(val: RoutePolicyStatementPropertiesResponse): RoutePolicyStatementPropertiesResponse;
278411
+ /**
278412
+ * Route Target Configuration.
278413
+ */
278414
+ interface RouteTargetInformationResponse {
278415
+ /**
278416
+ * Route Targets to be applied for outgoing routes into CE.
278417
+ */
278418
+ exportIpv4RouteTargets?: string[];
278419
+ /**
278420
+ * Route Targets to be applied for outgoing routes from CE.
278421
+ */
278422
+ exportIpv6RouteTargets?: string[];
278423
+ /**
278424
+ * Route Targets to be applied for incoming routes into CE.
278425
+ */
278426
+ importIpv4RouteTargets?: string[];
278427
+ /**
278428
+ * Route Targets to be applied for incoming routes from CE.
278429
+ */
278430
+ importIpv6RouteTargets?: string[];
278431
+ }
278432
+ /**
278433
+ * Rules for the InternetGateways
278434
+ */
278435
+ interface RulePropertiesResponse {
278436
+ /**
278437
+ * Specify action.
278438
+ */
278439
+ action: string;
278440
+ /**
278441
+ * List of Addresses to be allowed or denied.
278442
+ */
278443
+ addressList: string[];
278444
+ }
278445
+ /**
278446
+ * Route policy action properties.
278447
+ */
278448
+ interface StatementActionPropertiesResponse {
278449
+ /**
278450
+ * Action type. Example: Permit | Deny | Continue.
278451
+ */
278452
+ actionType: string;
278453
+ /**
278454
+ * IP Community Properties.
278455
+ */
278456
+ ipCommunityProperties?: outputs.managednetworkfabric.v20230615.ActionIpCommunityPropertiesResponse;
278457
+ /**
278458
+ * IP Extended Community Properties.
278459
+ */
278460
+ ipExtendedCommunityProperties?: outputs.managednetworkfabric.v20230615.ActionIpExtendedCommunityPropertiesResponse;
278461
+ /**
278462
+ * Local Preference of the route policy.
278463
+ */
278464
+ localPreference?: number;
278465
+ }
278466
+ /**
278467
+ * Route policy statement condition properties.
278468
+ */
278469
+ interface StatementConditionPropertiesResponse {
278470
+ /**
278471
+ * List of IP Community resource IDs.
278472
+ */
278473
+ ipCommunityIds?: string[];
278474
+ /**
278475
+ * List of IP Extended Community resource IDs.
278476
+ */
278477
+ ipExtendedCommunityIds?: string[];
278478
+ /**
278479
+ * Arm Resource Id of IpPrefix.
278480
+ */
278481
+ ipPrefixId?: string;
278482
+ /**
278483
+ * Type of the condition used.
278484
+ */
278485
+ type?: string;
278486
+ }
278487
+ /**
278488
+ * statementConditionPropertiesResponseProvideDefaults sets the appropriate defaults for StatementConditionPropertiesResponse
278489
+ */
278490
+ function statementConditionPropertiesResponseProvideDefaults(val: StatementConditionPropertiesResponse): StatementConditionPropertiesResponse;
278491
+ /**
278492
+ * Route Properties.
278493
+ */
278494
+ interface StaticRoutePropertiesResponse {
278495
+ /**
278496
+ * List of next hop addresses.
278497
+ */
278498
+ nextHop: string[];
278499
+ /**
278500
+ * Prefix of the route.
278501
+ */
278502
+ prefix: string;
278503
+ }
278504
+ /**
278505
+ * Metadata pertaining to creation and last modification of the resource.
278506
+ */
278507
+ interface SystemDataResponse {
278508
+ /**
278509
+ * The timestamp of resource creation (UTC).
278510
+ */
278511
+ createdAt?: string;
278512
+ /**
278513
+ * The identity that created the resource.
278514
+ */
278515
+ createdBy?: string;
278516
+ /**
278517
+ * The type of identity that created the resource.
278518
+ */
278519
+ createdByType?: string;
278520
+ /**
278521
+ * The timestamp of resource last modification (UTC)
278522
+ */
278523
+ lastModifiedAt?: string;
278524
+ /**
278525
+ * The identity that last modified the resource.
278526
+ */
278527
+ lastModifiedBy?: string;
278528
+ /**
278529
+ * The type of identity that last modified the resource.
278530
+ */
278531
+ lastModifiedByType?: string;
278532
+ }
278533
+ /**
278534
+ * Network and credentials configuration currently applied to terminal server.
278535
+ */
278536
+ interface TerminalServerConfigurationResponse {
278537
+ /**
278538
+ * ARM Resource ID used for the NetworkDevice.
278539
+ */
278540
+ networkDeviceId: string;
278541
+ /**
278542
+ * Password for the terminal server connection.
278543
+ */
278544
+ password: string;
278545
+ /**
278546
+ * IPv4 Address Prefix.
278547
+ */
278548
+ primaryIpv4Prefix: string;
278549
+ /**
278550
+ * IPv6 Address Prefix.
278551
+ */
278552
+ primaryIpv6Prefix?: string;
278553
+ /**
278554
+ * Secondary IPv4 Address Prefix.
278555
+ */
278556
+ secondaryIpv4Prefix: string;
278557
+ /**
278558
+ * Secondary IPv6 Address Prefix.
278559
+ */
278560
+ secondaryIpv6Prefix?: string;
278561
+ /**
278562
+ * Serial Number of Terminal server.
278563
+ */
278564
+ serialNumber?: string;
278565
+ /**
278566
+ * Username for the terminal server connection.
278567
+ */
278568
+ username: string;
278569
+ }
278570
+ /**
278571
+ * Vlan group properties.
278572
+ */
278573
+ interface VlanGroupPropertiesResponse {
278574
+ /**
278575
+ * Vlan group name.
278576
+ */
278577
+ name?: string;
278578
+ /**
278579
+ * List of vlans.
278580
+ */
278581
+ vlans?: string[];
278582
+ }
278583
+ /**
278584
+ * The vlan match conditions that needs to be matched.
278585
+ */
278586
+ interface VlanMatchConditionResponse {
278587
+ /**
278588
+ * List of inner vlans that needs to be matched.
278589
+ */
278590
+ innerVlans?: string[];
278591
+ /**
278592
+ * List of vlan group names that to be matched.
278593
+ */
278594
+ vlanGroupNames?: string[];
278595
+ /**
278596
+ * List of vlans that needs to be matched.
278597
+ */
278598
+ vlans?: string[];
278599
+ }
278600
+ /**
278601
+ * Network and credential configuration currently applied on terminal server.
278602
+ */
278603
+ interface VpnConfigurationPropertiesResponse {
278604
+ /**
278605
+ * Administrative state of the resource.
278606
+ */
278607
+ administrativeState: string;
278608
+ /**
278609
+ * ARM Resource ID of the Network To Network Interconnect.
278610
+ */
278611
+ networkToNetworkInterconnectId?: string;
278612
+ /**
278613
+ * option A properties
278614
+ */
278615
+ optionAProperties?: outputs.managednetworkfabric.v20230615.VpnConfigurationPropertiesResponseOptionAProperties;
278616
+ /**
278617
+ * option B properties
278618
+ */
278619
+ optionBProperties?: outputs.managednetworkfabric.v20230615.FabricOptionBPropertiesResponse;
278620
+ /**
278621
+ * Peering option list.
278622
+ */
278623
+ peeringOption: string;
278624
+ }
278625
+ /**
278626
+ * vpnConfigurationPropertiesResponseProvideDefaults sets the appropriate defaults for VpnConfigurationPropertiesResponse
278627
+ */
278628
+ function vpnConfigurationPropertiesResponseProvideDefaults(val: VpnConfigurationPropertiesResponse): VpnConfigurationPropertiesResponse;
278629
+ /**
278630
+ * option A properties
278631
+ */
278632
+ interface VpnConfigurationPropertiesResponseOptionAProperties {
278633
+ /**
278634
+ * BFD Configuration properties.
278635
+ */
278636
+ bfdConfiguration?: outputs.managednetworkfabric.v20230615.BfdConfigurationResponse;
278637
+ /**
278638
+ * MTU to use for option A peering.
278639
+ */
278640
+ mtu?: number;
278641
+ /**
278642
+ * Peer ASN number.Example : 28
278643
+ */
278644
+ peerASN: number;
278645
+ /**
278646
+ * IPv4 Address Prefix.
278647
+ */
278648
+ primaryIpv4Prefix?: string;
278649
+ /**
278650
+ * IPv6 Address Prefix.
278651
+ */
278652
+ primaryIpv6Prefix?: string;
278653
+ /**
278654
+ * Secondary IPv4 Address Prefix.
278655
+ */
278656
+ secondaryIpv4Prefix?: string;
278657
+ /**
278658
+ * Secondary IPv6 Address Prefix.
278659
+ */
278660
+ secondaryIpv6Prefix?: string;
278661
+ /**
278662
+ * Vlan Id.Example : 501
278663
+ */
278664
+ vlanId: number;
278665
+ }
278666
+ /**
278667
+ * vpnConfigurationPropertiesResponseOptionAPropertiesProvideDefaults sets the appropriate defaults for VpnConfigurationPropertiesResponseOptionAProperties
278668
+ */
278669
+ function vpnConfigurationPropertiesResponseOptionAPropertiesProvideDefaults(val: VpnConfigurationPropertiesResponseOptionAProperties): VpnConfigurationPropertiesResponseOptionAProperties;
278670
+ }
276742
278671
  }
276743
278672
  export declare namespace managedservices {
276744
278673
  /**
@@ -416500,6 +418429,177 @@ export declare namespace storagemover {
416500
418429
  lastModifiedByType?: string;
416501
418430
  }
416502
418431
  }
418432
+ namespace v20230701preview {
418433
+ interface AgentPropertiesResponseErrorDetails {
418434
+ /**
418435
+ * Error code reported by Agent
418436
+ */
418437
+ code?: string;
418438
+ /**
418439
+ * Expanded description of reported error code
418440
+ */
418441
+ message?: string;
418442
+ }
418443
+ /**
418444
+ * The Azure Key Vault secret URIs which store the credentials.
418445
+ */
418446
+ interface AzureKeyVaultSmbCredentialsResponse {
418447
+ /**
418448
+ * The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value.
418449
+ */
418450
+ passwordUri?: string;
418451
+ /**
418452
+ * The Credentials type.
418453
+ * Expected value is 'AzureKeyVaultSmb'.
418454
+ */
418455
+ type: "AzureKeyVaultSmb";
418456
+ /**
418457
+ * The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value.
418458
+ */
418459
+ usernameUri?: string;
418460
+ }
418461
+ /**
418462
+ * The properties of Azure Storage blob container endpoint.
418463
+ */
418464
+ interface AzureStorageBlobContainerEndpointPropertiesResponse {
418465
+ /**
418466
+ * The name of the Storage blob container that is the target destination.
418467
+ */
418468
+ blobContainerName: string;
418469
+ /**
418470
+ * A description for the Endpoint.
418471
+ */
418472
+ description?: string;
418473
+ /**
418474
+ * The Endpoint resource type.
418475
+ * Expected value is 'AzureStorageBlobContainer'.
418476
+ */
418477
+ endpointType: "AzureStorageBlobContainer";
418478
+ /**
418479
+ * The provisioning state of this resource.
418480
+ */
418481
+ provisioningState: string;
418482
+ /**
418483
+ * The Azure Resource ID of the storage account that is the target destination.
418484
+ */
418485
+ storageAccountResourceId: string;
418486
+ }
418487
+ /**
418488
+ * The properties of Azure Storage SMB file share endpoint.
418489
+ */
418490
+ interface AzureStorageSmbFileShareEndpointPropertiesResponse {
418491
+ /**
418492
+ * A description for the Endpoint.
418493
+ */
418494
+ description?: string;
418495
+ /**
418496
+ * The Endpoint resource type.
418497
+ * Expected value is 'AzureStorageSmbFileShare'.
418498
+ */
418499
+ endpointType: "AzureStorageSmbFileShare";
418500
+ /**
418501
+ * The name of the Azure Storage file share.
418502
+ */
418503
+ fileShareName: string;
418504
+ /**
418505
+ * The provisioning state of this resource.
418506
+ */
418507
+ provisioningState: string;
418508
+ /**
418509
+ * The Azure Resource ID of the storage account.
418510
+ */
418511
+ storageAccountResourceId: string;
418512
+ }
418513
+ /**
418514
+ * The properties of NFS share endpoint.
418515
+ */
418516
+ interface NfsMountEndpointPropertiesResponse {
418517
+ /**
418518
+ * A description for the Endpoint.
418519
+ */
418520
+ description?: string;
418521
+ /**
418522
+ * The Endpoint resource type.
418523
+ * Expected value is 'NfsMount'.
418524
+ */
418525
+ endpointType: "NfsMount";
418526
+ /**
418527
+ * The directory being exported from the server.
418528
+ */
418529
+ export: string;
418530
+ /**
418531
+ * The host name or IP address of the server exporting the file system.
418532
+ */
418533
+ host: string;
418534
+ /**
418535
+ * The NFS protocol version.
418536
+ */
418537
+ nfsVersion?: string;
418538
+ /**
418539
+ * The provisioning state of this resource.
418540
+ */
418541
+ provisioningState: string;
418542
+ }
418543
+ /**
418544
+ * The properties of SMB share endpoint.
418545
+ */
418546
+ interface SmbMountEndpointPropertiesResponse {
418547
+ /**
418548
+ * The Azure Key Vault secret URIs which store the required credentials to access the SMB share.
418549
+ */
418550
+ credentials?: outputs.storagemover.v20230701preview.AzureKeyVaultSmbCredentialsResponse;
418551
+ /**
418552
+ * A description for the Endpoint.
418553
+ */
418554
+ description?: string;
418555
+ /**
418556
+ * The Endpoint resource type.
418557
+ * Expected value is 'SmbMount'.
418558
+ */
418559
+ endpointType: "SmbMount";
418560
+ /**
418561
+ * The host name or IP address of the server exporting the file system.
418562
+ */
418563
+ host: string;
418564
+ /**
418565
+ * The provisioning state of this resource.
418566
+ */
418567
+ provisioningState: string;
418568
+ /**
418569
+ * The name of the SMB share being exported from the server.
418570
+ */
418571
+ shareName: string;
418572
+ }
418573
+ /**
418574
+ * Metadata pertaining to creation and last modification of the resource.
418575
+ */
418576
+ interface SystemDataResponse {
418577
+ /**
418578
+ * The timestamp of resource creation (UTC).
418579
+ */
418580
+ createdAt?: string;
418581
+ /**
418582
+ * The identity that created the resource.
418583
+ */
418584
+ createdBy?: string;
418585
+ /**
418586
+ * The type of identity that created the resource.
418587
+ */
418588
+ createdByType?: string;
418589
+ /**
418590
+ * The timestamp of resource last modification (UTC)
418591
+ */
418592
+ lastModifiedAt?: string;
418593
+ /**
418594
+ * The identity that last modified the resource.
418595
+ */
418596
+ lastModifiedBy?: string;
418597
+ /**
418598
+ * The type of identity that last modified the resource.
418599
+ */
418600
+ lastModifiedByType?: string;
418601
+ }
418602
+ }
416503
418603
  }
416504
418604
  export declare namespace storagepool {
416505
418605
  /**