pulumi-azure-native 2.34.0__py3-none-any.whl → 2.34.1a1712062553__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 (231) hide show
  1. pulumi_azure_native/__init__.py +60 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/arc_setting.py +3 -3
  4. pulumi_azure_native/azurestackhci/cluster.py +3 -3
  5. pulumi_azure_native/azurestackhci/deployment_setting.py +3 -3
  6. pulumi_azure_native/azurestackhci/edge_device.py +3 -3
  7. pulumi_azure_native/azurestackhci/extension.py +3 -3
  8. pulumi_azure_native/azurestackhci/get_arc_setting.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_cluster.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_deployment_setting.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_edge_device.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_extension.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_security_setting.py +2 -2
  14. pulumi_azure_native/azurestackhci/get_update.py +2 -2
  15. pulumi_azure_native/azurestackhci/get_update_run.py +2 -2
  16. pulumi_azure_native/azurestackhci/get_update_summary.py +2 -2
  17. pulumi_azure_native/azurestackhci/security_setting.py +3 -3
  18. pulumi_azure_native/azurestackhci/update.py +3 -3
  19. pulumi_azure_native/azurestackhci/update_run.py +3 -3
  20. pulumi_azure_native/azurestackhci/update_summary.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/arc_setting.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20220101/cluster.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20220901/cluster.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20221215preview/arc_setting.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20221215preview/cluster.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/extension.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/update.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/update_run.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/update_summary.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20230301/arc_setting.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230301/cluster.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230301/extension.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230301/update.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230301/update_run.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230301/update_summary.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230601/arc_setting.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230601/cluster.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230601/extension.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230601/update.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230601/update_run.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230601/update_summary.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230801/arc_setting.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230801/cluster.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230801/extension.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230801/update.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20230801/update_run.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20230801/update_summary.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20230801preview/arc_setting.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20230801preview/cluster.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20230801preview/deployment_setting.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20230801preview/edge_device.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20230801preview/extension.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20230801preview/update.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20230801preview/update_run.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20230801preview/update_summary.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20231101preview/arc_setting.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20231101preview/cluster.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20231101preview/deployment_setting.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20231101preview/edge_device.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20231101preview/extension.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20231101preview/security_setting.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20231101preview/update.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20231101preview/update_run.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20231101preview/update_summary.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240101/arc_setting.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240101/cluster.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240101/deployment_setting.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240101/edge_device.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240101/extension.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240101/security_setting.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240101/update.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240101/update_run.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240101/update_summary.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240215preview/__init__.py +28 -0
  75. pulumi_azure_native/azurestackhci/v20240215preview/_enums.py +181 -0
  76. pulumi_azure_native/azurestackhci/v20240215preview/_inputs.py +2355 -0
  77. pulumi_azure_native/azurestackhci/v20240215preview/arc_setting.py +401 -0
  78. pulumi_azure_native/azurestackhci/v20240215preview/cluster.py +646 -0
  79. pulumi_azure_native/azurestackhci/v20240215preview/deployment_setting.py +297 -0
  80. pulumi_azure_native/azurestackhci/v20240215preview/extension.py +468 -0
  81. pulumi_azure_native/azurestackhci/v20240215preview/get_arc_setting.py +253 -0
  82. pulumi_azure_native/azurestackhci/v20240215preview/get_cluster.py +469 -0
  83. pulumi_azure_native/azurestackhci/v20240215preview/get_deployment_setting.py +188 -0
  84. pulumi_azure_native/azurestackhci/v20240215preview/get_extension.py +271 -0
  85. pulumi_azure_native/azurestackhci/v20240215preview/get_hci_edge_device.py +145 -0
  86. pulumi_azure_native/azurestackhci/v20240215preview/get_security_setting.py +162 -0
  87. pulumi_azure_native/azurestackhci/v20240215preview/get_update.py +357 -0
  88. pulumi_azure_native/azurestackhci/v20240215preview/get_update_run.py +297 -0
  89. pulumi_azure_native/azurestackhci/v20240215preview/get_update_summary.py +235 -0
  90. pulumi_azure_native/azurestackhci/v20240215preview/hci_edge_device.py +228 -0
  91. pulumi_azure_native/azurestackhci/v20240215preview/outputs.py +5337 -0
  92. pulumi_azure_native/azurestackhci/v20240215preview/security_setting.py +239 -0
  93. pulumi_azure_native/azurestackhci/v20240215preview/update.py +690 -0
  94. pulumi_azure_native/azurestackhci/v20240215preview/update_run.py +585 -0
  95. pulumi_azure_native/azurestackhci/v20240215preview/update_summary.py +408 -0
  96. pulumi_azure_native/devcenter/__init__.py +7 -0
  97. pulumi_azure_native/devcenter/_enums.py +9 -0
  98. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  99. pulumi_azure_native/devcenter/catalog.py +3 -3
  100. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  101. pulumi_azure_native/devcenter/dev_center.py +3 -3
  102. pulumi_azure_native/devcenter/environment_type.py +3 -3
  103. pulumi_azure_native/devcenter/gallery.py +3 -3
  104. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  105. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  106. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  107. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  108. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  109. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  110. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  111. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  112. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  113. pulumi_azure_native/devcenter/get_pool.py +2 -2
  114. pulumi_azure_native/devcenter/get_project.py +2 -2
  115. pulumi_azure_native/devcenter/get_project_catalog.py +255 -0
  116. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +91 -0
  117. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +112 -0
  118. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  119. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  120. pulumi_azure_native/devcenter/network_connection.py +3 -3
  121. pulumi_azure_native/devcenter/outputs.py +111 -0
  122. pulumi_azure_native/devcenter/pool.py +3 -3
  123. pulumi_azure_native/devcenter/project.py +3 -3
  124. pulumi_azure_native/devcenter/project_catalog.py +365 -0
  125. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  126. pulumi_azure_native/devcenter/schedule.py +3 -3
  127. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  128. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  129. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  130. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  131. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  132. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  133. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  134. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  135. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  136. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  137. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  138. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  139. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  140. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  141. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  142. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  143. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  144. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  145. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  146. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  147. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  148. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  149. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  150. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  151. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  152. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  153. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  154. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  155. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  156. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  157. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  158. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  159. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  160. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  161. pulumi_azure_native/devcenter/v20240201/__init__.py +38 -0
  162. pulumi_azure_native/devcenter/v20240201/_enums.py +162 -0
  163. pulumi_azure_native/devcenter/v20240201/_inputs.py +504 -0
  164. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +255 -0
  165. pulumi_azure_native/devcenter/v20240201/catalog.py +363 -0
  166. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +413 -0
  167. pulumi_azure_native/devcenter/v20240201/dev_center.py +360 -0
  168. pulumi_azure_native/devcenter/v20240201/environment_type.py +253 -0
  169. pulumi_azure_native/devcenter/v20240201/gallery.py +225 -0
  170. pulumi_azure_native/devcenter/v20240201/get_attached_network_by_dev_center.py +188 -0
  171. pulumi_azure_native/devcenter/v20240201/get_catalog.py +253 -0
  172. pulumi_azure_native/devcenter/v20240201/get_catalog_sync_error_details.py +110 -0
  173. pulumi_azure_native/devcenter/v20240201/get_dev_box_definition.py +266 -0
  174. pulumi_azure_native/devcenter/v20240201/get_dev_center.py +222 -0
  175. pulumi_azure_native/devcenter/v20240201/get_environment_definition_error_details.py +89 -0
  176. pulumi_azure_native/devcenter/v20240201/get_environment_type.py +162 -0
  177. pulumi_azure_native/devcenter/v20240201/get_gallery.py +149 -0
  178. pulumi_azure_native/devcenter/v20240201/get_network_connection.py +261 -0
  179. pulumi_azure_native/devcenter/v20240201/get_pool.py +318 -0
  180. pulumi_azure_native/devcenter/v20240201/get_project.py +248 -0
  181. pulumi_azure_native/devcenter/v20240201/get_project_catalog.py +253 -0
  182. pulumi_azure_native/devcenter/v20240201/get_project_catalog_environment_definition_error_details.py +89 -0
  183. pulumi_azure_native/devcenter/v20240201/get_project_catalog_sync_error_details.py +110 -0
  184. pulumi_azure_native/devcenter/v20240201/get_project_environment_type.py +253 -0
  185. pulumi_azure_native/devcenter/v20240201/get_schedule.py +224 -0
  186. pulumi_azure_native/devcenter/v20240201/network_connection.py +448 -0
  187. pulumi_azure_native/devcenter/v20240201/outputs.py +1138 -0
  188. pulumi_azure_native/devcenter/v20240201/pool.py +550 -0
  189. pulumi_azure_native/devcenter/v20240201/project.py +418 -0
  190. pulumi_azure_native/devcenter/v20240201/project_catalog.py +363 -0
  191. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +439 -0
  192. pulumi_azure_native/devcenter/v20240201/schedule.py +434 -0
  193. pulumi_azure_native/devopsinfrastructure/__init__.py +3 -0
  194. pulumi_azure_native/devopsinfrastructure/get_pool.py +2 -2
  195. pulumi_azure_native/devopsinfrastructure/pool.py +3 -3
  196. pulumi_azure_native/devopsinfrastructure/v20231030preview/pool.py +1 -1
  197. pulumi_azure_native/devopsinfrastructure/v20231213preview/pool.py +1 -1
  198. pulumi_azure_native/devopsinfrastructure/v20240326preview/__init__.py +12 -0
  199. pulumi_azure_native/devopsinfrastructure/v20240326preview/_enums.py +153 -0
  200. pulumi_azure_native/devopsinfrastructure/v20240326preview/_inputs.py +841 -0
  201. pulumi_azure_native/devopsinfrastructure/v20240326preview/get_pool.py +235 -0
  202. pulumi_azure_native/devopsinfrastructure/v20240326preview/outputs.py +1115 -0
  203. pulumi_azure_native/devopsinfrastructure/v20240326preview/pool.py +432 -0
  204. pulumi_azure_native/kubernetesconfiguration/__init__.py +3 -0
  205. pulumi_azure_native/kubernetesconfiguration/flux_configuration.py +3 -3
  206. pulumi_azure_native/kubernetesconfiguration/get_flux_configuration.py +2 -2
  207. pulumi_azure_native/kubernetesconfiguration/v20211101preview/flux_configuration.py +1 -1
  208. pulumi_azure_native/kubernetesconfiguration/v20220101preview/flux_configuration.py +1 -1
  209. pulumi_azure_native/kubernetesconfiguration/v20230501/flux_configuration.py +1 -1
  210. pulumi_azure_native/kubernetesconfiguration/v20240401preview/__init__.py +12 -0
  211. pulumi_azure_native/kubernetesconfiguration/v20240401preview/_enums.py +37 -0
  212. pulumi_azure_native/kubernetesconfiguration/v20240401preview/_inputs.py +1356 -0
  213. pulumi_azure_native/kubernetesconfiguration/v20240401preview/flux_configuration.py +669 -0
  214. pulumi_azure_native/kubernetesconfiguration/v20240401preview/get_flux_configuration.py +393 -0
  215. pulumi_azure_native/kubernetesconfiguration/v20240401preview/outputs.py +1832 -0
  216. pulumi_azure_native/security/__init__.py +3 -0
  217. pulumi_azure_native/security/get_security_connector.py +2 -2
  218. pulumi_azure_native/security/security_connector.py +3 -3
  219. pulumi_azure_native/security/v20210701preview/security_connector.py +1 -1
  220. pulumi_azure_native/security/v20230301preview/security_connector.py +1 -1
  221. pulumi_azure_native/security/v20231001preview/security_connector.py +1 -1
  222. pulumi_azure_native/security/v20240301preview/__init__.py +12 -0
  223. pulumi_azure_native/security/v20240301preview/_enums.py +88 -0
  224. pulumi_azure_native/security/v20240301preview/_inputs.py +3620 -0
  225. pulumi_azure_native/security/v20240301preview/get_security_connector.py +235 -0
  226. pulumi_azure_native/security/v20240301preview/outputs.py +4544 -0
  227. pulumi_azure_native/security/v20240301preview/security_connector.py +389 -0
  228. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/METADATA +1 -1
  229. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/RECORD +231 -155
  230. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/WHEEL +0 -0
  231. {pulumi_azure_native-2.34.0.dist-info → pulumi_azure_native-2.34.1a1712062553.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,318 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetPoolResult',
15
+ 'AwaitableGetPoolResult',
16
+ 'get_pool',
17
+ 'get_pool_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetPoolResult:
22
+ """
23
+ A pool of Virtual Machines.
24
+ """
25
+ def __init__(__self__, dev_box_count=None, dev_box_definition_name=None, display_name=None, health_status=None, health_status_details=None, id=None, license_type=None, local_administrator=None, location=None, managed_virtual_network_regions=None, name=None, network_connection_name=None, provisioning_state=None, single_sign_on_status=None, stop_on_disconnect=None, system_data=None, tags=None, type=None, virtual_network_type=None):
26
+ if dev_box_count and not isinstance(dev_box_count, int):
27
+ raise TypeError("Expected argument 'dev_box_count' to be a int")
28
+ pulumi.set(__self__, "dev_box_count", dev_box_count)
29
+ if dev_box_definition_name and not isinstance(dev_box_definition_name, str):
30
+ raise TypeError("Expected argument 'dev_box_definition_name' to be a str")
31
+ pulumi.set(__self__, "dev_box_definition_name", dev_box_definition_name)
32
+ if display_name and not isinstance(display_name, str):
33
+ raise TypeError("Expected argument 'display_name' to be a str")
34
+ pulumi.set(__self__, "display_name", display_name)
35
+ if health_status and not isinstance(health_status, str):
36
+ raise TypeError("Expected argument 'health_status' to be a str")
37
+ pulumi.set(__self__, "health_status", health_status)
38
+ if health_status_details and not isinstance(health_status_details, list):
39
+ raise TypeError("Expected argument 'health_status_details' to be a list")
40
+ pulumi.set(__self__, "health_status_details", health_status_details)
41
+ if id and not isinstance(id, str):
42
+ raise TypeError("Expected argument 'id' to be a str")
43
+ pulumi.set(__self__, "id", id)
44
+ if license_type and not isinstance(license_type, str):
45
+ raise TypeError("Expected argument 'license_type' to be a str")
46
+ pulumi.set(__self__, "license_type", license_type)
47
+ if local_administrator and not isinstance(local_administrator, str):
48
+ raise TypeError("Expected argument 'local_administrator' to be a str")
49
+ pulumi.set(__self__, "local_administrator", local_administrator)
50
+ if location and not isinstance(location, str):
51
+ raise TypeError("Expected argument 'location' to be a str")
52
+ pulumi.set(__self__, "location", location)
53
+ if managed_virtual_network_regions and not isinstance(managed_virtual_network_regions, list):
54
+ raise TypeError("Expected argument 'managed_virtual_network_regions' to be a list")
55
+ pulumi.set(__self__, "managed_virtual_network_regions", managed_virtual_network_regions)
56
+ if name and not isinstance(name, str):
57
+ raise TypeError("Expected argument 'name' to be a str")
58
+ pulumi.set(__self__, "name", name)
59
+ if network_connection_name and not isinstance(network_connection_name, str):
60
+ raise TypeError("Expected argument 'network_connection_name' to be a str")
61
+ pulumi.set(__self__, "network_connection_name", network_connection_name)
62
+ if provisioning_state and not isinstance(provisioning_state, str):
63
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
64
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
65
+ if single_sign_on_status and not isinstance(single_sign_on_status, str):
66
+ raise TypeError("Expected argument 'single_sign_on_status' to be a str")
67
+ pulumi.set(__self__, "single_sign_on_status", single_sign_on_status)
68
+ if stop_on_disconnect and not isinstance(stop_on_disconnect, dict):
69
+ raise TypeError("Expected argument 'stop_on_disconnect' to be a dict")
70
+ pulumi.set(__self__, "stop_on_disconnect", stop_on_disconnect)
71
+ if system_data and not isinstance(system_data, dict):
72
+ raise TypeError("Expected argument 'system_data' to be a dict")
73
+ pulumi.set(__self__, "system_data", system_data)
74
+ if tags and not isinstance(tags, dict):
75
+ raise TypeError("Expected argument 'tags' to be a dict")
76
+ pulumi.set(__self__, "tags", tags)
77
+ if type and not isinstance(type, str):
78
+ raise TypeError("Expected argument 'type' to be a str")
79
+ pulumi.set(__self__, "type", type)
80
+ if virtual_network_type and not isinstance(virtual_network_type, str):
81
+ raise TypeError("Expected argument 'virtual_network_type' to be a str")
82
+ pulumi.set(__self__, "virtual_network_type", virtual_network_type)
83
+
84
+ @property
85
+ @pulumi.getter(name="devBoxCount")
86
+ def dev_box_count(self) -> int:
87
+ """
88
+ Indicates the number of provisioned Dev Boxes in this pool.
89
+ """
90
+ return pulumi.get(self, "dev_box_count")
91
+
92
+ @property
93
+ @pulumi.getter(name="devBoxDefinitionName")
94
+ def dev_box_definition_name(self) -> str:
95
+ """
96
+ Name of a Dev Box definition in parent Project of this Pool
97
+ """
98
+ return pulumi.get(self, "dev_box_definition_name")
99
+
100
+ @property
101
+ @pulumi.getter(name="displayName")
102
+ def display_name(self) -> Optional[str]:
103
+ """
104
+ The display name of the pool.
105
+ """
106
+ return pulumi.get(self, "display_name")
107
+
108
+ @property
109
+ @pulumi.getter(name="healthStatus")
110
+ def health_status(self) -> str:
111
+ """
112
+ Overall health status of the Pool. Indicates whether or not the Pool is available to create Dev Boxes.
113
+ """
114
+ return pulumi.get(self, "health_status")
115
+
116
+ @property
117
+ @pulumi.getter(name="healthStatusDetails")
118
+ def health_status_details(self) -> Sequence['outputs.HealthStatusDetailResponse']:
119
+ """
120
+ Details on the Pool health status to help diagnose issues. This is only populated when the pool status indicates the pool is in a non-healthy state
121
+ """
122
+ return pulumi.get(self, "health_status_details")
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def id(self) -> str:
127
+ """
128
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
129
+ """
130
+ return pulumi.get(self, "id")
131
+
132
+ @property
133
+ @pulumi.getter(name="licenseType")
134
+ def license_type(self) -> str:
135
+ """
136
+ Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
137
+ """
138
+ return pulumi.get(self, "license_type")
139
+
140
+ @property
141
+ @pulumi.getter(name="localAdministrator")
142
+ def local_administrator(self) -> str:
143
+ """
144
+ Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
145
+ """
146
+ return pulumi.get(self, "local_administrator")
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def location(self) -> str:
151
+ """
152
+ The geo-location where the resource lives
153
+ """
154
+ return pulumi.get(self, "location")
155
+
156
+ @property
157
+ @pulumi.getter(name="managedVirtualNetworkRegions")
158
+ def managed_virtual_network_regions(self) -> Optional[Sequence[str]]:
159
+ """
160
+ The regions of the managed virtual network (required when managedNetworkType is Managed).
161
+ """
162
+ return pulumi.get(self, "managed_virtual_network_regions")
163
+
164
+ @property
165
+ @pulumi.getter
166
+ def name(self) -> str:
167
+ """
168
+ The name of the resource
169
+ """
170
+ return pulumi.get(self, "name")
171
+
172
+ @property
173
+ @pulumi.getter(name="networkConnectionName")
174
+ def network_connection_name(self) -> str:
175
+ """
176
+ Name of a Network Connection in parent Project of this Pool
177
+ """
178
+ return pulumi.get(self, "network_connection_name")
179
+
180
+ @property
181
+ @pulumi.getter(name="provisioningState")
182
+ def provisioning_state(self) -> str:
183
+ """
184
+ The provisioning state of the resource.
185
+ """
186
+ return pulumi.get(self, "provisioning_state")
187
+
188
+ @property
189
+ @pulumi.getter(name="singleSignOnStatus")
190
+ def single_sign_on_status(self) -> Optional[str]:
191
+ """
192
+ Indicates whether Dev Boxes in this pool are created with single sign on enabled. The also requires that single sign on be enabled on the tenant.
193
+ """
194
+ return pulumi.get(self, "single_sign_on_status")
195
+
196
+ @property
197
+ @pulumi.getter(name="stopOnDisconnect")
198
+ def stop_on_disconnect(self) -> Optional['outputs.StopOnDisconnectConfigurationResponse']:
199
+ """
200
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
201
+ """
202
+ return pulumi.get(self, "stop_on_disconnect")
203
+
204
+ @property
205
+ @pulumi.getter(name="systemData")
206
+ def system_data(self) -> 'outputs.SystemDataResponse':
207
+ """
208
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
209
+ """
210
+ return pulumi.get(self, "system_data")
211
+
212
+ @property
213
+ @pulumi.getter
214
+ def tags(self) -> Optional[Mapping[str, str]]:
215
+ """
216
+ Resource tags.
217
+ """
218
+ return pulumi.get(self, "tags")
219
+
220
+ @property
221
+ @pulumi.getter
222
+ def type(self) -> str:
223
+ """
224
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
225
+ """
226
+ return pulumi.get(self, "type")
227
+
228
+ @property
229
+ @pulumi.getter(name="virtualNetworkType")
230
+ def virtual_network_type(self) -> Optional[str]:
231
+ """
232
+ Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
233
+ """
234
+ return pulumi.get(self, "virtual_network_type")
235
+
236
+
237
+ class AwaitableGetPoolResult(GetPoolResult):
238
+ # pylint: disable=using-constant-test
239
+ def __await__(self):
240
+ if False:
241
+ yield self
242
+ return GetPoolResult(
243
+ dev_box_count=self.dev_box_count,
244
+ dev_box_definition_name=self.dev_box_definition_name,
245
+ display_name=self.display_name,
246
+ health_status=self.health_status,
247
+ health_status_details=self.health_status_details,
248
+ id=self.id,
249
+ license_type=self.license_type,
250
+ local_administrator=self.local_administrator,
251
+ location=self.location,
252
+ managed_virtual_network_regions=self.managed_virtual_network_regions,
253
+ name=self.name,
254
+ network_connection_name=self.network_connection_name,
255
+ provisioning_state=self.provisioning_state,
256
+ single_sign_on_status=self.single_sign_on_status,
257
+ stop_on_disconnect=self.stop_on_disconnect,
258
+ system_data=self.system_data,
259
+ tags=self.tags,
260
+ type=self.type,
261
+ virtual_network_type=self.virtual_network_type)
262
+
263
+
264
+ def get_pool(pool_name: Optional[str] = None,
265
+ project_name: Optional[str] = None,
266
+ resource_group_name: Optional[str] = None,
267
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPoolResult:
268
+ """
269
+ Gets a machine pool
270
+
271
+
272
+ :param str pool_name: Name of the pool.
273
+ :param str project_name: The name of the project.
274
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
275
+ """
276
+ __args__ = dict()
277
+ __args__['poolName'] = pool_name
278
+ __args__['projectName'] = project_name
279
+ __args__['resourceGroupName'] = resource_group_name
280
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
281
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240201:getPool', __args__, opts=opts, typ=GetPoolResult).value
282
+
283
+ return AwaitableGetPoolResult(
284
+ dev_box_count=pulumi.get(__ret__, 'dev_box_count'),
285
+ dev_box_definition_name=pulumi.get(__ret__, 'dev_box_definition_name'),
286
+ display_name=pulumi.get(__ret__, 'display_name'),
287
+ health_status=pulumi.get(__ret__, 'health_status'),
288
+ health_status_details=pulumi.get(__ret__, 'health_status_details'),
289
+ id=pulumi.get(__ret__, 'id'),
290
+ license_type=pulumi.get(__ret__, 'license_type'),
291
+ local_administrator=pulumi.get(__ret__, 'local_administrator'),
292
+ location=pulumi.get(__ret__, 'location'),
293
+ managed_virtual_network_regions=pulumi.get(__ret__, 'managed_virtual_network_regions'),
294
+ name=pulumi.get(__ret__, 'name'),
295
+ network_connection_name=pulumi.get(__ret__, 'network_connection_name'),
296
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
297
+ single_sign_on_status=pulumi.get(__ret__, 'single_sign_on_status'),
298
+ stop_on_disconnect=pulumi.get(__ret__, 'stop_on_disconnect'),
299
+ system_data=pulumi.get(__ret__, 'system_data'),
300
+ tags=pulumi.get(__ret__, 'tags'),
301
+ type=pulumi.get(__ret__, 'type'),
302
+ virtual_network_type=pulumi.get(__ret__, 'virtual_network_type'))
303
+
304
+
305
+ @_utilities.lift_output_func(get_pool)
306
+ def get_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
307
+ project_name: Optional[pulumi.Input[str]] = None,
308
+ resource_group_name: Optional[pulumi.Input[str]] = None,
309
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPoolResult]:
310
+ """
311
+ Gets a machine pool
312
+
313
+
314
+ :param str pool_name: Name of the pool.
315
+ :param str project_name: The name of the project.
316
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
317
+ """
318
+ ...
@@ -0,0 +1,248 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+
13
+ __all__ = [
14
+ 'GetProjectResult',
15
+ 'AwaitableGetProjectResult',
16
+ 'get_project',
17
+ 'get_project_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetProjectResult:
22
+ """
23
+ Represents a project resource.
24
+ """
25
+ def __init__(__self__, catalog_settings=None, description=None, dev_center_id=None, dev_center_uri=None, display_name=None, id=None, identity=None, location=None, max_dev_boxes_per_user=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
26
+ if catalog_settings and not isinstance(catalog_settings, dict):
27
+ raise TypeError("Expected argument 'catalog_settings' to be a dict")
28
+ pulumi.set(__self__, "catalog_settings", catalog_settings)
29
+ if description and not isinstance(description, str):
30
+ raise TypeError("Expected argument 'description' to be a str")
31
+ pulumi.set(__self__, "description", description)
32
+ if dev_center_id and not isinstance(dev_center_id, str):
33
+ raise TypeError("Expected argument 'dev_center_id' to be a str")
34
+ pulumi.set(__self__, "dev_center_id", dev_center_id)
35
+ if dev_center_uri and not isinstance(dev_center_uri, str):
36
+ raise TypeError("Expected argument 'dev_center_uri' to be a str")
37
+ pulumi.set(__self__, "dev_center_uri", dev_center_uri)
38
+ if display_name and not isinstance(display_name, str):
39
+ raise TypeError("Expected argument 'display_name' to be a str")
40
+ pulumi.set(__self__, "display_name", display_name)
41
+ if id and not isinstance(id, str):
42
+ raise TypeError("Expected argument 'id' to be a str")
43
+ pulumi.set(__self__, "id", id)
44
+ if identity and not isinstance(identity, dict):
45
+ raise TypeError("Expected argument 'identity' to be a dict")
46
+ pulumi.set(__self__, "identity", identity)
47
+ if location and not isinstance(location, str):
48
+ raise TypeError("Expected argument 'location' to be a str")
49
+ pulumi.set(__self__, "location", location)
50
+ if max_dev_boxes_per_user and not isinstance(max_dev_boxes_per_user, int):
51
+ raise TypeError("Expected argument 'max_dev_boxes_per_user' to be a int")
52
+ pulumi.set(__self__, "max_dev_boxes_per_user", max_dev_boxes_per_user)
53
+ if name and not isinstance(name, str):
54
+ raise TypeError("Expected argument 'name' to be a str")
55
+ pulumi.set(__self__, "name", name)
56
+ if provisioning_state and not isinstance(provisioning_state, str):
57
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
58
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
59
+ if system_data and not isinstance(system_data, dict):
60
+ raise TypeError("Expected argument 'system_data' to be a dict")
61
+ pulumi.set(__self__, "system_data", system_data)
62
+ if tags and not isinstance(tags, dict):
63
+ raise TypeError("Expected argument 'tags' to be a dict")
64
+ pulumi.set(__self__, "tags", tags)
65
+ if type and not isinstance(type, str):
66
+ raise TypeError("Expected argument 'type' to be a str")
67
+ pulumi.set(__self__, "type", type)
68
+
69
+ @property
70
+ @pulumi.getter(name="catalogSettings")
71
+ def catalog_settings(self) -> Optional['outputs.ProjectCatalogSettingsResponse']:
72
+ """
73
+ Settings to be used when associating a project with a catalog.
74
+ """
75
+ return pulumi.get(self, "catalog_settings")
76
+
77
+ @property
78
+ @pulumi.getter
79
+ def description(self) -> Optional[str]:
80
+ """
81
+ Description of the project.
82
+ """
83
+ return pulumi.get(self, "description")
84
+
85
+ @property
86
+ @pulumi.getter(name="devCenterId")
87
+ def dev_center_id(self) -> Optional[str]:
88
+ """
89
+ Resource Id of an associated DevCenter
90
+ """
91
+ return pulumi.get(self, "dev_center_id")
92
+
93
+ @property
94
+ @pulumi.getter(name="devCenterUri")
95
+ def dev_center_uri(self) -> str:
96
+ """
97
+ The URI of the Dev Center resource this project is associated with.
98
+ """
99
+ return pulumi.get(self, "dev_center_uri")
100
+
101
+ @property
102
+ @pulumi.getter(name="displayName")
103
+ def display_name(self) -> Optional[str]:
104
+ """
105
+ The display name of the project.
106
+ """
107
+ return pulumi.get(self, "display_name")
108
+
109
+ @property
110
+ @pulumi.getter
111
+ def id(self) -> str:
112
+ """
113
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
114
+ """
115
+ return pulumi.get(self, "id")
116
+
117
+ @property
118
+ @pulumi.getter
119
+ def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
120
+ """
121
+ Managed identity properties
122
+ """
123
+ return pulumi.get(self, "identity")
124
+
125
+ @property
126
+ @pulumi.getter
127
+ def location(self) -> str:
128
+ """
129
+ The geo-location where the resource lives
130
+ """
131
+ return pulumi.get(self, "location")
132
+
133
+ @property
134
+ @pulumi.getter(name="maxDevBoxesPerUser")
135
+ def max_dev_boxes_per_user(self) -> Optional[int]:
136
+ """
137
+ When specified, limits the maximum number of Dev Boxes a single user can create across all pools in the project. This will have no effect on existing Dev Boxes when reduced.
138
+ """
139
+ return pulumi.get(self, "max_dev_boxes_per_user")
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def name(self) -> str:
144
+ """
145
+ The name of the resource
146
+ """
147
+ return pulumi.get(self, "name")
148
+
149
+ @property
150
+ @pulumi.getter(name="provisioningState")
151
+ def provisioning_state(self) -> str:
152
+ """
153
+ The provisioning state of the resource.
154
+ """
155
+ return pulumi.get(self, "provisioning_state")
156
+
157
+ @property
158
+ @pulumi.getter(name="systemData")
159
+ def system_data(self) -> 'outputs.SystemDataResponse':
160
+ """
161
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
162
+ """
163
+ return pulumi.get(self, "system_data")
164
+
165
+ @property
166
+ @pulumi.getter
167
+ def tags(self) -> Optional[Mapping[str, str]]:
168
+ """
169
+ Resource tags.
170
+ """
171
+ return pulumi.get(self, "tags")
172
+
173
+ @property
174
+ @pulumi.getter
175
+ def type(self) -> str:
176
+ """
177
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
178
+ """
179
+ return pulumi.get(self, "type")
180
+
181
+
182
+ class AwaitableGetProjectResult(GetProjectResult):
183
+ # pylint: disable=using-constant-test
184
+ def __await__(self):
185
+ if False:
186
+ yield self
187
+ return GetProjectResult(
188
+ catalog_settings=self.catalog_settings,
189
+ description=self.description,
190
+ dev_center_id=self.dev_center_id,
191
+ dev_center_uri=self.dev_center_uri,
192
+ display_name=self.display_name,
193
+ id=self.id,
194
+ identity=self.identity,
195
+ location=self.location,
196
+ max_dev_boxes_per_user=self.max_dev_boxes_per_user,
197
+ name=self.name,
198
+ provisioning_state=self.provisioning_state,
199
+ system_data=self.system_data,
200
+ tags=self.tags,
201
+ type=self.type)
202
+
203
+
204
+ def get_project(project_name: Optional[str] = None,
205
+ resource_group_name: Optional[str] = None,
206
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectResult:
207
+ """
208
+ Gets a specific project.
209
+
210
+
211
+ :param str project_name: The name of the project.
212
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
213
+ """
214
+ __args__ = dict()
215
+ __args__['projectName'] = project_name
216
+ __args__['resourceGroupName'] = resource_group_name
217
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
218
+ __ret__ = pulumi.runtime.invoke('azure-native:devcenter/v20240201:getProject', __args__, opts=opts, typ=GetProjectResult).value
219
+
220
+ return AwaitableGetProjectResult(
221
+ catalog_settings=pulumi.get(__ret__, 'catalog_settings'),
222
+ description=pulumi.get(__ret__, 'description'),
223
+ dev_center_id=pulumi.get(__ret__, 'dev_center_id'),
224
+ dev_center_uri=pulumi.get(__ret__, 'dev_center_uri'),
225
+ display_name=pulumi.get(__ret__, 'display_name'),
226
+ id=pulumi.get(__ret__, 'id'),
227
+ identity=pulumi.get(__ret__, 'identity'),
228
+ location=pulumi.get(__ret__, 'location'),
229
+ max_dev_boxes_per_user=pulumi.get(__ret__, 'max_dev_boxes_per_user'),
230
+ name=pulumi.get(__ret__, 'name'),
231
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
232
+ system_data=pulumi.get(__ret__, 'system_data'),
233
+ tags=pulumi.get(__ret__, 'tags'),
234
+ type=pulumi.get(__ret__, 'type'))
235
+
236
+
237
+ @_utilities.lift_output_func(get_project)
238
+ def get_project_output(project_name: Optional[pulumi.Input[str]] = None,
239
+ resource_group_name: Optional[pulumi.Input[str]] = None,
240
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectResult]:
241
+ """
242
+ Gets a specific project.
243
+
244
+
245
+ :param str project_name: The name of the project.
246
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
247
+ """
248
+ ...