pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (236) hide show
  1. pulumi_azure_native/__init__.py +65 -2
  2. pulumi_azure_native/azurefleet/_enums.py +1 -1
  3. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
  4. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
  5. pulumi_azure_native/consumption/__init__.py +3 -0
  6. pulumi_azure_native/consumption/budget.py +3 -3
  7. pulumi_azure_native/consumption/get_budget.py +2 -2
  8. pulumi_azure_native/consumption/v20230501/budget.py +1 -1
  9. pulumi_azure_native/consumption/v20231101/budget.py +1 -1
  10. pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
  11. pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
  12. pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
  13. pulumi_azure_native/consumption/v20240801/budget.py +388 -0
  14. pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
  15. pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
  16. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
  17. pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
  18. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
  19. pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
  20. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
  21. pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
  22. pulumi_azure_native/databricks/__init__.py +3 -0
  23. pulumi_azure_native/databricks/access_connector.py +3 -3
  24. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  25. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  26. pulumi_azure_native/databricks/get_workspace.py +2 -2
  27. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  28. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  29. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  31. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  32. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  33. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  35. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  36. pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
  37. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
  39. pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
  40. pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
  41. pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
  42. pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
  43. pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
  44. pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
  45. pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
  46. pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
  47. pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
  48. pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
  49. pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
  50. pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
  51. pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
  52. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  53. pulumi_azure_native/databricks/workspace.py +3 -3
  54. pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
  55. pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
  56. pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
  57. pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
  58. pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
  59. pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
  60. pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
  61. pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
  62. pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
  63. pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
  64. pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
  65. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
  66. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
  67. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
  68. pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
  69. pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
  70. pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
  71. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
  72. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
  73. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
  74. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
  75. pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
  76. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
  77. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
  78. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
  79. pulumi_azure_native/networkcloud/__init__.py +5 -0
  80. pulumi_azure_native/networkcloud/_inputs.py +52 -0
  81. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  82. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  83. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  84. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  85. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  86. pulumi_azure_native/networkcloud/cluster.py +3 -3
  87. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  88. pulumi_azure_native/networkcloud/console.py +3 -3
  89. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  90. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  91. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  92. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  93. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  94. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  95. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  96. pulumi_azure_native/networkcloud/get_console.py +2 -2
  97. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  98. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
  99. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  100. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  101. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  102. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  103. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  104. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  105. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  106. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  107. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  108. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
  109. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  110. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  111. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  112. pulumi_azure_native/networkcloud/outputs.py +30 -0
  113. pulumi_azure_native/networkcloud/rack.py +3 -3
  114. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  115. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  116. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  117. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  118. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  119. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  120. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  121. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  122. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  123. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  124. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  125. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  126. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  127. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  128. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  129. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  130. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  131. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  132. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  133. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  134. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  135. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  136. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  137. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  138. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  139. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  140. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  141. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  142. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  143. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  144. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  145. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  146. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  147. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  148. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  149. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  150. pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
  151. pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
  152. pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
  153. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
  154. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
  155. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
  156. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
  157. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
  158. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
  159. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
  160. pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
  161. pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
  162. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
  163. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
  164. pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
  165. pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
  166. pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
  167. pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
  168. pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
  169. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
  170. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
  171. pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
  172. pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
  173. pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
  174. pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
  175. pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
  176. pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
  177. pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
  178. pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
  179. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
  180. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
  181. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
  182. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
  183. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
  184. pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
  185. pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
  186. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
  187. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
  188. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
  189. pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
  190. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  191. pulumi_azure_native/networkcloud/volume.py +3 -3
  192. pulumi_azure_native/pulumi-plugin.json +1 -1
  193. pulumi_azure_native/security/__init__.py +0 -2
  194. pulumi_azure_native/security/_inputs.py +0 -536
  195. pulumi_azure_native/security/outputs.py +0 -465
  196. pulumi_azure_native/security/v20200101/__init__.py +0 -2
  197. pulumi_azure_native/security/v20200101/_inputs.py +0 -536
  198. pulumi_azure_native/security/v20200101/outputs.py +0 -465
  199. pulumi_azure_native/workloads/__init__.py +3 -0
  200. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  201. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  202. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  203. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  204. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  205. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  206. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  207. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  208. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  209. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
  210. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
  211. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
  212. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
  213. pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
  214. pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
  215. pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
  216. pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
  217. pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
  218. pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
  219. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
  220. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
  221. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
  222. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
  223. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
  224. pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
  225. pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
  226. pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
  227. pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
  228. pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
  229. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
  230. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
  231. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
  232. pulumi_azure_native/security/adaptive_application_control.py +0 -311
  233. pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
  234. pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
  235. pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
  236. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,289 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetL2NetworkResult',
20
+ 'AwaitableGetL2NetworkResult',
21
+ 'get_l2_network',
22
+ 'get_l2_network_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetL2NetworkResult:
27
+ def __init__(__self__, associated_resource_ids=None, cluster_id=None, detailed_status=None, detailed_status_message=None, extended_location=None, hybrid_aks_clusters_associated_ids=None, hybrid_aks_plugin_type=None, id=None, interface_name=None, l2_isolation_domain_id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None, virtual_machines_associated_ids=None):
28
+ if associated_resource_ids and not isinstance(associated_resource_ids, list):
29
+ raise TypeError("Expected argument 'associated_resource_ids' to be a list")
30
+ pulumi.set(__self__, "associated_resource_ids", associated_resource_ids)
31
+ if cluster_id and not isinstance(cluster_id, str):
32
+ raise TypeError("Expected argument 'cluster_id' to be a str")
33
+ pulumi.set(__self__, "cluster_id", cluster_id)
34
+ if detailed_status and not isinstance(detailed_status, str):
35
+ raise TypeError("Expected argument 'detailed_status' to be a str")
36
+ pulumi.set(__self__, "detailed_status", detailed_status)
37
+ if detailed_status_message and not isinstance(detailed_status_message, str):
38
+ raise TypeError("Expected argument 'detailed_status_message' to be a str")
39
+ pulumi.set(__self__, "detailed_status_message", detailed_status_message)
40
+ if extended_location and not isinstance(extended_location, dict):
41
+ raise TypeError("Expected argument 'extended_location' to be a dict")
42
+ pulumi.set(__self__, "extended_location", extended_location)
43
+ if hybrid_aks_clusters_associated_ids and not isinstance(hybrid_aks_clusters_associated_ids, list):
44
+ raise TypeError("Expected argument 'hybrid_aks_clusters_associated_ids' to be a list")
45
+ pulumi.set(__self__, "hybrid_aks_clusters_associated_ids", hybrid_aks_clusters_associated_ids)
46
+ if hybrid_aks_plugin_type and not isinstance(hybrid_aks_plugin_type, str):
47
+ raise TypeError("Expected argument 'hybrid_aks_plugin_type' to be a str")
48
+ pulumi.set(__self__, "hybrid_aks_plugin_type", hybrid_aks_plugin_type)
49
+ if id and not isinstance(id, str):
50
+ raise TypeError("Expected argument 'id' to be a str")
51
+ pulumi.set(__self__, "id", id)
52
+ if interface_name and not isinstance(interface_name, str):
53
+ raise TypeError("Expected argument 'interface_name' to be a str")
54
+ pulumi.set(__self__, "interface_name", interface_name)
55
+ if l2_isolation_domain_id and not isinstance(l2_isolation_domain_id, str):
56
+ raise TypeError("Expected argument 'l2_isolation_domain_id' to be a str")
57
+ pulumi.set(__self__, "l2_isolation_domain_id", l2_isolation_domain_id)
58
+ if location and not isinstance(location, str):
59
+ raise TypeError("Expected argument 'location' to be a str")
60
+ pulumi.set(__self__, "location", location)
61
+ if name and not isinstance(name, str):
62
+ raise TypeError("Expected argument 'name' to be a str")
63
+ pulumi.set(__self__, "name", name)
64
+ if provisioning_state and not isinstance(provisioning_state, str):
65
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
66
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
67
+ if system_data and not isinstance(system_data, dict):
68
+ raise TypeError("Expected argument 'system_data' to be a dict")
69
+ pulumi.set(__self__, "system_data", system_data)
70
+ if tags and not isinstance(tags, dict):
71
+ raise TypeError("Expected argument 'tags' to be a dict")
72
+ pulumi.set(__self__, "tags", tags)
73
+ if type and not isinstance(type, str):
74
+ raise TypeError("Expected argument 'type' to be a str")
75
+ pulumi.set(__self__, "type", type)
76
+ if virtual_machines_associated_ids and not isinstance(virtual_machines_associated_ids, list):
77
+ raise TypeError("Expected argument 'virtual_machines_associated_ids' to be a list")
78
+ pulumi.set(__self__, "virtual_machines_associated_ids", virtual_machines_associated_ids)
79
+
80
+ @property
81
+ @pulumi.getter(name="associatedResourceIds")
82
+ def associated_resource_ids(self) -> Sequence[str]:
83
+ """
84
+ The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
85
+ """
86
+ return pulumi.get(self, "associated_resource_ids")
87
+
88
+ @property
89
+ @pulumi.getter(name="clusterId")
90
+ def cluster_id(self) -> str:
91
+ """
92
+ The resource ID of the Network Cloud cluster this L2 network is associated with.
93
+ """
94
+ return pulumi.get(self, "cluster_id")
95
+
96
+ @property
97
+ @pulumi.getter(name="detailedStatus")
98
+ def detailed_status(self) -> str:
99
+ """
100
+ The more detailed status of the L2 network.
101
+ """
102
+ return pulumi.get(self, "detailed_status")
103
+
104
+ @property
105
+ @pulumi.getter(name="detailedStatusMessage")
106
+ def detailed_status_message(self) -> str:
107
+ """
108
+ The descriptive message about the current detailed status.
109
+ """
110
+ return pulumi.get(self, "detailed_status_message")
111
+
112
+ @property
113
+ @pulumi.getter(name="extendedLocation")
114
+ def extended_location(self) -> 'outputs.ExtendedLocationResponse':
115
+ """
116
+ The extended location of the cluster associated with the resource.
117
+ """
118
+ return pulumi.get(self, "extended_location")
119
+
120
+ @property
121
+ @pulumi.getter(name="hybridAksClustersAssociatedIds")
122
+ def hybrid_aks_clusters_associated_ids(self) -> Sequence[str]:
123
+ """
124
+ Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource ID(s) that are associated with this L2 network.
125
+ """
126
+ return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
127
+
128
+ @property
129
+ @pulumi.getter(name="hybridAksPluginType")
130
+ def hybrid_aks_plugin_type(self) -> Optional[str]:
131
+ """
132
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
133
+ """
134
+ return pulumi.get(self, "hybrid_aks_plugin_type")
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def id(self) -> str:
139
+ """
140
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
141
+ """
142
+ return pulumi.get(self, "id")
143
+
144
+ @property
145
+ @pulumi.getter(name="interfaceName")
146
+ def interface_name(self) -> Optional[str]:
147
+ """
148
+ The default interface name for this L2 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
149
+ """
150
+ return pulumi.get(self, "interface_name")
151
+
152
+ @property
153
+ @pulumi.getter(name="l2IsolationDomainId")
154
+ def l2_isolation_domain_id(self) -> str:
155
+ """
156
+ The resource ID of the Network Fabric l2IsolationDomain.
157
+ """
158
+ return pulumi.get(self, "l2_isolation_domain_id")
159
+
160
+ @property
161
+ @pulumi.getter
162
+ def location(self) -> str:
163
+ """
164
+ The geo-location where the resource lives
165
+ """
166
+ return pulumi.get(self, "location")
167
+
168
+ @property
169
+ @pulumi.getter
170
+ def name(self) -> str:
171
+ """
172
+ The name of the resource
173
+ """
174
+ return pulumi.get(self, "name")
175
+
176
+ @property
177
+ @pulumi.getter(name="provisioningState")
178
+ def provisioning_state(self) -> str:
179
+ """
180
+ The provisioning state of the L2 network.
181
+ """
182
+ return pulumi.get(self, "provisioning_state")
183
+
184
+ @property
185
+ @pulumi.getter(name="systemData")
186
+ def system_data(self) -> 'outputs.SystemDataResponse':
187
+ """
188
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
189
+ """
190
+ return pulumi.get(self, "system_data")
191
+
192
+ @property
193
+ @pulumi.getter
194
+ def tags(self) -> Optional[Mapping[str, str]]:
195
+ """
196
+ Resource tags.
197
+ """
198
+ return pulumi.get(self, "tags")
199
+
200
+ @property
201
+ @pulumi.getter
202
+ def type(self) -> str:
203
+ """
204
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
205
+ """
206
+ return pulumi.get(self, "type")
207
+
208
+ @property
209
+ @pulumi.getter(name="virtualMachinesAssociatedIds")
210
+ def virtual_machines_associated_ids(self) -> Sequence[str]:
211
+ """
212
+ Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource ID(s), excluding any Hybrid AKS virtual machines, that are currently using this L2 network.
213
+ """
214
+ return pulumi.get(self, "virtual_machines_associated_ids")
215
+
216
+
217
+ class AwaitableGetL2NetworkResult(GetL2NetworkResult):
218
+ # pylint: disable=using-constant-test
219
+ def __await__(self):
220
+ if False:
221
+ yield self
222
+ return GetL2NetworkResult(
223
+ associated_resource_ids=self.associated_resource_ids,
224
+ cluster_id=self.cluster_id,
225
+ detailed_status=self.detailed_status,
226
+ detailed_status_message=self.detailed_status_message,
227
+ extended_location=self.extended_location,
228
+ hybrid_aks_clusters_associated_ids=self.hybrid_aks_clusters_associated_ids,
229
+ hybrid_aks_plugin_type=self.hybrid_aks_plugin_type,
230
+ id=self.id,
231
+ interface_name=self.interface_name,
232
+ l2_isolation_domain_id=self.l2_isolation_domain_id,
233
+ location=self.location,
234
+ name=self.name,
235
+ provisioning_state=self.provisioning_state,
236
+ system_data=self.system_data,
237
+ tags=self.tags,
238
+ type=self.type,
239
+ virtual_machines_associated_ids=self.virtual_machines_associated_ids)
240
+
241
+
242
+ def get_l2_network(l2_network_name: Optional[str] = None,
243
+ resource_group_name: Optional[str] = None,
244
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetL2NetworkResult:
245
+ """
246
+ Get properties of the provided layer 2 (L2) network.
247
+
248
+
249
+ :param str l2_network_name: The name of the L2 network.
250
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
251
+ """
252
+ __args__ = dict()
253
+ __args__['l2NetworkName'] = l2_network_name
254
+ __args__['resourceGroupName'] = resource_group_name
255
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
256
+ __ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20240601preview:getL2Network', __args__, opts=opts, typ=GetL2NetworkResult).value
257
+
258
+ return AwaitableGetL2NetworkResult(
259
+ associated_resource_ids=pulumi.get(__ret__, 'associated_resource_ids'),
260
+ cluster_id=pulumi.get(__ret__, 'cluster_id'),
261
+ detailed_status=pulumi.get(__ret__, 'detailed_status'),
262
+ detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
263
+ extended_location=pulumi.get(__ret__, 'extended_location'),
264
+ hybrid_aks_clusters_associated_ids=pulumi.get(__ret__, 'hybrid_aks_clusters_associated_ids'),
265
+ hybrid_aks_plugin_type=pulumi.get(__ret__, 'hybrid_aks_plugin_type'),
266
+ id=pulumi.get(__ret__, 'id'),
267
+ interface_name=pulumi.get(__ret__, 'interface_name'),
268
+ l2_isolation_domain_id=pulumi.get(__ret__, 'l2_isolation_domain_id'),
269
+ location=pulumi.get(__ret__, 'location'),
270
+ name=pulumi.get(__ret__, 'name'),
271
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
272
+ system_data=pulumi.get(__ret__, 'system_data'),
273
+ tags=pulumi.get(__ret__, 'tags'),
274
+ type=pulumi.get(__ret__, 'type'),
275
+ virtual_machines_associated_ids=pulumi.get(__ret__, 'virtual_machines_associated_ids'))
276
+
277
+
278
+ @_utilities.lift_output_func(get_l2_network)
279
+ def get_l2_network_output(l2_network_name: Optional[pulumi.Input[str]] = None,
280
+ resource_group_name: Optional[pulumi.Input[str]] = None,
281
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetL2NetworkResult]:
282
+ """
283
+ Get properties of the provided layer 2 (L2) network.
284
+
285
+
286
+ :param str l2_network_name: The name of the L2 network.
287
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
288
+ """
289
+ ...
@@ -0,0 +1,356 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetL3NetworkResult',
20
+ 'AwaitableGetL3NetworkResult',
21
+ 'get_l3_network',
22
+ 'get_l3_network_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetL3NetworkResult:
27
+ def __init__(__self__, associated_resource_ids=None, cluster_id=None, detailed_status=None, detailed_status_message=None, extended_location=None, hybrid_aks_clusters_associated_ids=None, hybrid_aks_ipam_enabled=None, hybrid_aks_plugin_type=None, id=None, interface_name=None, ip_allocation_type=None, ipv4_connected_prefix=None, ipv6_connected_prefix=None, l3_isolation_domain_id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None, virtual_machines_associated_ids=None, vlan=None):
28
+ if associated_resource_ids and not isinstance(associated_resource_ids, list):
29
+ raise TypeError("Expected argument 'associated_resource_ids' to be a list")
30
+ pulumi.set(__self__, "associated_resource_ids", associated_resource_ids)
31
+ if cluster_id and not isinstance(cluster_id, str):
32
+ raise TypeError("Expected argument 'cluster_id' to be a str")
33
+ pulumi.set(__self__, "cluster_id", cluster_id)
34
+ if detailed_status and not isinstance(detailed_status, str):
35
+ raise TypeError("Expected argument 'detailed_status' to be a str")
36
+ pulumi.set(__self__, "detailed_status", detailed_status)
37
+ if detailed_status_message and not isinstance(detailed_status_message, str):
38
+ raise TypeError("Expected argument 'detailed_status_message' to be a str")
39
+ pulumi.set(__self__, "detailed_status_message", detailed_status_message)
40
+ if extended_location and not isinstance(extended_location, dict):
41
+ raise TypeError("Expected argument 'extended_location' to be a dict")
42
+ pulumi.set(__self__, "extended_location", extended_location)
43
+ if hybrid_aks_clusters_associated_ids and not isinstance(hybrid_aks_clusters_associated_ids, list):
44
+ raise TypeError("Expected argument 'hybrid_aks_clusters_associated_ids' to be a list")
45
+ pulumi.set(__self__, "hybrid_aks_clusters_associated_ids", hybrid_aks_clusters_associated_ids)
46
+ if hybrid_aks_ipam_enabled and not isinstance(hybrid_aks_ipam_enabled, str):
47
+ raise TypeError("Expected argument 'hybrid_aks_ipam_enabled' to be a str")
48
+ pulumi.set(__self__, "hybrid_aks_ipam_enabled", hybrid_aks_ipam_enabled)
49
+ if hybrid_aks_plugin_type and not isinstance(hybrid_aks_plugin_type, str):
50
+ raise TypeError("Expected argument 'hybrid_aks_plugin_type' to be a str")
51
+ pulumi.set(__self__, "hybrid_aks_plugin_type", hybrid_aks_plugin_type)
52
+ if id and not isinstance(id, str):
53
+ raise TypeError("Expected argument 'id' to be a str")
54
+ pulumi.set(__self__, "id", id)
55
+ if interface_name and not isinstance(interface_name, str):
56
+ raise TypeError("Expected argument 'interface_name' to be a str")
57
+ pulumi.set(__self__, "interface_name", interface_name)
58
+ if ip_allocation_type and not isinstance(ip_allocation_type, str):
59
+ raise TypeError("Expected argument 'ip_allocation_type' to be a str")
60
+ pulumi.set(__self__, "ip_allocation_type", ip_allocation_type)
61
+ if ipv4_connected_prefix and not isinstance(ipv4_connected_prefix, str):
62
+ raise TypeError("Expected argument 'ipv4_connected_prefix' to be a str")
63
+ pulumi.set(__self__, "ipv4_connected_prefix", ipv4_connected_prefix)
64
+ if ipv6_connected_prefix and not isinstance(ipv6_connected_prefix, str):
65
+ raise TypeError("Expected argument 'ipv6_connected_prefix' to be a str")
66
+ pulumi.set(__self__, "ipv6_connected_prefix", ipv6_connected_prefix)
67
+ if l3_isolation_domain_id and not isinstance(l3_isolation_domain_id, str):
68
+ raise TypeError("Expected argument 'l3_isolation_domain_id' to be a str")
69
+ pulumi.set(__self__, "l3_isolation_domain_id", l3_isolation_domain_id)
70
+ if location and not isinstance(location, str):
71
+ raise TypeError("Expected argument 'location' to be a str")
72
+ pulumi.set(__self__, "location", location)
73
+ if name and not isinstance(name, str):
74
+ raise TypeError("Expected argument 'name' to be a str")
75
+ pulumi.set(__self__, "name", name)
76
+ if provisioning_state and not isinstance(provisioning_state, str):
77
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
78
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
79
+ if system_data and not isinstance(system_data, dict):
80
+ raise TypeError("Expected argument 'system_data' to be a dict")
81
+ pulumi.set(__self__, "system_data", system_data)
82
+ if tags and not isinstance(tags, dict):
83
+ raise TypeError("Expected argument 'tags' to be a dict")
84
+ pulumi.set(__self__, "tags", tags)
85
+ if type and not isinstance(type, str):
86
+ raise TypeError("Expected argument 'type' to be a str")
87
+ pulumi.set(__self__, "type", type)
88
+ if virtual_machines_associated_ids and not isinstance(virtual_machines_associated_ids, list):
89
+ raise TypeError("Expected argument 'virtual_machines_associated_ids' to be a list")
90
+ pulumi.set(__self__, "virtual_machines_associated_ids", virtual_machines_associated_ids)
91
+ if vlan and not isinstance(vlan, float):
92
+ raise TypeError("Expected argument 'vlan' to be a float")
93
+ pulumi.set(__self__, "vlan", vlan)
94
+
95
+ @property
96
+ @pulumi.getter(name="associatedResourceIds")
97
+ def associated_resource_ids(self) -> Sequence[str]:
98
+ """
99
+ The list of resource IDs for the other Microsoft.NetworkCloud resources that have attached this network.
100
+ """
101
+ return pulumi.get(self, "associated_resource_ids")
102
+
103
+ @property
104
+ @pulumi.getter(name="clusterId")
105
+ def cluster_id(self) -> str:
106
+ """
107
+ The resource ID of the Network Cloud cluster this L3 network is associated with.
108
+ """
109
+ return pulumi.get(self, "cluster_id")
110
+
111
+ @property
112
+ @pulumi.getter(name="detailedStatus")
113
+ def detailed_status(self) -> str:
114
+ """
115
+ The more detailed status of the L3 network.
116
+ """
117
+ return pulumi.get(self, "detailed_status")
118
+
119
+ @property
120
+ @pulumi.getter(name="detailedStatusMessage")
121
+ def detailed_status_message(self) -> str:
122
+ """
123
+ The descriptive message about the current detailed status.
124
+ """
125
+ return pulumi.get(self, "detailed_status_message")
126
+
127
+ @property
128
+ @pulumi.getter(name="extendedLocation")
129
+ def extended_location(self) -> 'outputs.ExtendedLocationResponse':
130
+ """
131
+ The extended location of the cluster associated with the resource.
132
+ """
133
+ return pulumi.get(self, "extended_location")
134
+
135
+ @property
136
+ @pulumi.getter(name="hybridAksClustersAssociatedIds")
137
+ def hybrid_aks_clusters_associated_ids(self) -> Sequence[str]:
138
+ """
139
+ Field Deprecated. These fields will be empty/omitted. The list of Hybrid AKS cluster resource IDs that are associated with this L3 network.
140
+ """
141
+ return pulumi.get(self, "hybrid_aks_clusters_associated_ids")
142
+
143
+ @property
144
+ @pulumi.getter(name="hybridAksIpamEnabled")
145
+ def hybrid_aks_ipam_enabled(self) -> Optional[str]:
146
+ """
147
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster.
148
+ """
149
+ return pulumi.get(self, "hybrid_aks_ipam_enabled")
150
+
151
+ @property
152
+ @pulumi.getter(name="hybridAksPluginType")
153
+ def hybrid_aks_plugin_type(self) -> Optional[str]:
154
+ """
155
+ Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The network plugin type for Hybrid AKS.
156
+ """
157
+ return pulumi.get(self, "hybrid_aks_plugin_type")
158
+
159
+ @property
160
+ @pulumi.getter
161
+ def id(self) -> str:
162
+ """
163
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
164
+ """
165
+ return pulumi.get(self, "id")
166
+
167
+ @property
168
+ @pulumi.getter(name="interfaceName")
169
+ def interface_name(self) -> Optional[str]:
170
+ """
171
+ The default interface name for this L3 network in the virtual machine. This name can be overridden by the name supplied in the network attachment configuration of that virtual machine.
172
+ """
173
+ return pulumi.get(self, "interface_name")
174
+
175
+ @property
176
+ @pulumi.getter(name="ipAllocationType")
177
+ def ip_allocation_type(self) -> Optional[str]:
178
+ """
179
+ The type of the IP address allocation, defaulted to "DualStack".
180
+ """
181
+ return pulumi.get(self, "ip_allocation_type")
182
+
183
+ @property
184
+ @pulumi.getter(name="ipv4ConnectedPrefix")
185
+ def ipv4_connected_prefix(self) -> Optional[str]:
186
+ """
187
+ The IPV4 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
188
+ is IPV4 or DualStack.
189
+ """
190
+ return pulumi.get(self, "ipv4_connected_prefix")
191
+
192
+ @property
193
+ @pulumi.getter(name="ipv6ConnectedPrefix")
194
+ def ipv6_connected_prefix(self) -> Optional[str]:
195
+ """
196
+ The IPV6 prefix (CIDR) assigned to this L3 network. Required when the IP allocation type
197
+ is IPV6 or DualStack.
198
+ """
199
+ return pulumi.get(self, "ipv6_connected_prefix")
200
+
201
+ @property
202
+ @pulumi.getter(name="l3IsolationDomainId")
203
+ def l3_isolation_domain_id(self) -> str:
204
+ """
205
+ The resource ID of the Network Fabric l3IsolationDomain.
206
+ """
207
+ return pulumi.get(self, "l3_isolation_domain_id")
208
+
209
+ @property
210
+ @pulumi.getter
211
+ def location(self) -> str:
212
+ """
213
+ The geo-location where the resource lives
214
+ """
215
+ return pulumi.get(self, "location")
216
+
217
+ @property
218
+ @pulumi.getter
219
+ def name(self) -> str:
220
+ """
221
+ The name of the resource
222
+ """
223
+ return pulumi.get(self, "name")
224
+
225
+ @property
226
+ @pulumi.getter(name="provisioningState")
227
+ def provisioning_state(self) -> str:
228
+ """
229
+ The provisioning state of the L3 network.
230
+ """
231
+ return pulumi.get(self, "provisioning_state")
232
+
233
+ @property
234
+ @pulumi.getter(name="systemData")
235
+ def system_data(self) -> 'outputs.SystemDataResponse':
236
+ """
237
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
238
+ """
239
+ return pulumi.get(self, "system_data")
240
+
241
+ @property
242
+ @pulumi.getter
243
+ def tags(self) -> Optional[Mapping[str, str]]:
244
+ """
245
+ Resource tags.
246
+ """
247
+ return pulumi.get(self, "tags")
248
+
249
+ @property
250
+ @pulumi.getter
251
+ def type(self) -> str:
252
+ """
253
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
254
+ """
255
+ return pulumi.get(self, "type")
256
+
257
+ @property
258
+ @pulumi.getter(name="virtualMachinesAssociatedIds")
259
+ def virtual_machines_associated_ids(self) -> Sequence[str]:
260
+ """
261
+ Field Deprecated. These fields will be empty/omitted. The list of virtual machine resource IDs, excluding any Hybrid AKS virtual machines, that are currently using this L3 network.
262
+ """
263
+ return pulumi.get(self, "virtual_machines_associated_ids")
264
+
265
+ @property
266
+ @pulumi.getter
267
+ def vlan(self) -> float:
268
+ """
269
+ The VLAN from the l3IsolationDomain that is used for this network.
270
+ """
271
+ return pulumi.get(self, "vlan")
272
+
273
+
274
+ class AwaitableGetL3NetworkResult(GetL3NetworkResult):
275
+ # pylint: disable=using-constant-test
276
+ def __await__(self):
277
+ if False:
278
+ yield self
279
+ return GetL3NetworkResult(
280
+ associated_resource_ids=self.associated_resource_ids,
281
+ cluster_id=self.cluster_id,
282
+ detailed_status=self.detailed_status,
283
+ detailed_status_message=self.detailed_status_message,
284
+ extended_location=self.extended_location,
285
+ hybrid_aks_clusters_associated_ids=self.hybrid_aks_clusters_associated_ids,
286
+ hybrid_aks_ipam_enabled=self.hybrid_aks_ipam_enabled,
287
+ hybrid_aks_plugin_type=self.hybrid_aks_plugin_type,
288
+ id=self.id,
289
+ interface_name=self.interface_name,
290
+ ip_allocation_type=self.ip_allocation_type,
291
+ ipv4_connected_prefix=self.ipv4_connected_prefix,
292
+ ipv6_connected_prefix=self.ipv6_connected_prefix,
293
+ l3_isolation_domain_id=self.l3_isolation_domain_id,
294
+ location=self.location,
295
+ name=self.name,
296
+ provisioning_state=self.provisioning_state,
297
+ system_data=self.system_data,
298
+ tags=self.tags,
299
+ type=self.type,
300
+ virtual_machines_associated_ids=self.virtual_machines_associated_ids,
301
+ vlan=self.vlan)
302
+
303
+
304
+ def get_l3_network(l3_network_name: Optional[str] = None,
305
+ resource_group_name: Optional[str] = None,
306
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetL3NetworkResult:
307
+ """
308
+ Get properties of the provided layer 3 (L3) network.
309
+
310
+
311
+ :param str l3_network_name: The name of the L3 network.
312
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
313
+ """
314
+ __args__ = dict()
315
+ __args__['l3NetworkName'] = l3_network_name
316
+ __args__['resourceGroupName'] = resource_group_name
317
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
318
+ __ret__ = pulumi.runtime.invoke('azure-native:networkcloud/v20240601preview:getL3Network', __args__, opts=opts, typ=GetL3NetworkResult).value
319
+
320
+ return AwaitableGetL3NetworkResult(
321
+ associated_resource_ids=pulumi.get(__ret__, 'associated_resource_ids'),
322
+ cluster_id=pulumi.get(__ret__, 'cluster_id'),
323
+ detailed_status=pulumi.get(__ret__, 'detailed_status'),
324
+ detailed_status_message=pulumi.get(__ret__, 'detailed_status_message'),
325
+ extended_location=pulumi.get(__ret__, 'extended_location'),
326
+ hybrid_aks_clusters_associated_ids=pulumi.get(__ret__, 'hybrid_aks_clusters_associated_ids'),
327
+ hybrid_aks_ipam_enabled=pulumi.get(__ret__, 'hybrid_aks_ipam_enabled'),
328
+ hybrid_aks_plugin_type=pulumi.get(__ret__, 'hybrid_aks_plugin_type'),
329
+ id=pulumi.get(__ret__, 'id'),
330
+ interface_name=pulumi.get(__ret__, 'interface_name'),
331
+ ip_allocation_type=pulumi.get(__ret__, 'ip_allocation_type'),
332
+ ipv4_connected_prefix=pulumi.get(__ret__, 'ipv4_connected_prefix'),
333
+ ipv6_connected_prefix=pulumi.get(__ret__, 'ipv6_connected_prefix'),
334
+ l3_isolation_domain_id=pulumi.get(__ret__, 'l3_isolation_domain_id'),
335
+ location=pulumi.get(__ret__, 'location'),
336
+ name=pulumi.get(__ret__, 'name'),
337
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
338
+ system_data=pulumi.get(__ret__, 'system_data'),
339
+ tags=pulumi.get(__ret__, 'tags'),
340
+ type=pulumi.get(__ret__, 'type'),
341
+ virtual_machines_associated_ids=pulumi.get(__ret__, 'virtual_machines_associated_ids'),
342
+ vlan=pulumi.get(__ret__, 'vlan'))
343
+
344
+
345
+ @_utilities.lift_output_func(get_l3_network)
346
+ def get_l3_network_output(l3_network_name: Optional[pulumi.Input[str]] = None,
347
+ resource_group_name: Optional[pulumi.Input[str]] = None,
348
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetL3NetworkResult]:
349
+ """
350
+ Get properties of the provided layer 3 (L3) network.
351
+
352
+
353
+ :param str l3_network_name: The name of the L3 network.
354
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
355
+ """
356
+ ...