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,162 @@
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
+ from enum import Enum
6
+
7
+ __all__ = [
8
+ 'CatalogItemSyncEnableStatus',
9
+ 'CatalogItemType',
10
+ 'CatalogSyncType',
11
+ 'DomainJoinType',
12
+ 'EnvironmentTypeEnableStatus',
13
+ 'HibernateSupport',
14
+ 'IdentityType',
15
+ 'LicenseType',
16
+ 'LocalAdminStatus',
17
+ 'ManagedServiceIdentityType',
18
+ 'ScheduleEnableStatus',
19
+ 'ScheduledFrequency',
20
+ 'ScheduledType',
21
+ 'SingleSignOnStatus',
22
+ 'SkuTier',
23
+ 'StopOnDisconnectEnableStatus',
24
+ 'VirtualNetworkType',
25
+ ]
26
+
27
+
28
+ class CatalogItemSyncEnableStatus(str, Enum):
29
+ """
30
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
31
+ """
32
+ ENABLED = "Enabled"
33
+ DISABLED = "Disabled"
34
+
35
+
36
+ class CatalogItemType(str, Enum):
37
+ """
38
+ Indicates catalog item types.
39
+ """
40
+ ENVIRONMENT_DEFINITION = "EnvironmentDefinition"
41
+
42
+
43
+ class CatalogSyncType(str, Enum):
44
+ """
45
+ Indicates the type of sync that is configured for the catalog.
46
+ """
47
+ MANUAL = "Manual"
48
+ SCHEDULED = "Scheduled"
49
+
50
+
51
+ class DomainJoinType(str, Enum):
52
+ """
53
+ AAD Join type.
54
+ """
55
+ HYBRID_AZURE_AD_JOIN = "HybridAzureADJoin"
56
+ AZURE_AD_JOIN = "AzureADJoin"
57
+
58
+
59
+ class EnvironmentTypeEnableStatus(str, Enum):
60
+ """
61
+ Defines whether this Environment Type can be used in this Project.
62
+ """
63
+ ENABLED = "Enabled"
64
+ DISABLED = "Disabled"
65
+
66
+
67
+ class HibernateSupport(str, Enum):
68
+ """
69
+ Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate
70
+ """
71
+ DISABLED = "Disabled"
72
+ ENABLED = "Enabled"
73
+
74
+
75
+ class IdentityType(str, Enum):
76
+ """
77
+ Values can be systemAssignedIdentity or userAssignedIdentity
78
+ """
79
+ SYSTEM_ASSIGNED_IDENTITY = "systemAssignedIdentity"
80
+ USER_ASSIGNED_IDENTITY = "userAssignedIdentity"
81
+ DELEGATED_RESOURCE_IDENTITY = "delegatedResourceIdentity"
82
+
83
+
84
+ class LicenseType(str, Enum):
85
+ """
86
+ Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
87
+ """
88
+ WINDOWS_CLIENT = "Windows_Client"
89
+
90
+
91
+ class LocalAdminStatus(str, Enum):
92
+ """
93
+ Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
94
+ """
95
+ DISABLED = "Disabled"
96
+ ENABLED = "Enabled"
97
+
98
+
99
+ class ManagedServiceIdentityType(str, Enum):
100
+ """
101
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
102
+ """
103
+ NONE = "None"
104
+ SYSTEM_ASSIGNED = "SystemAssigned"
105
+ USER_ASSIGNED = "UserAssigned"
106
+ SYSTEM_ASSIGNED_USER_ASSIGNED = "SystemAssigned, UserAssigned"
107
+
108
+
109
+ class ScheduleEnableStatus(str, Enum):
110
+ """
111
+ Indicates whether or not this scheduled task is enabled.
112
+ """
113
+ ENABLED = "Enabled"
114
+ DISABLED = "Disabled"
115
+
116
+
117
+ class ScheduledFrequency(str, Enum):
118
+ """
119
+ The frequency of this scheduled task.
120
+ """
121
+ DAILY = "Daily"
122
+
123
+
124
+ class ScheduledType(str, Enum):
125
+ """
126
+ Supported type this scheduled task represents.
127
+ """
128
+ STOP_DEV_BOX = "StopDevBox"
129
+
130
+
131
+ class SingleSignOnStatus(str, Enum):
132
+ """
133
+ 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.
134
+ """
135
+ DISABLED = "Disabled"
136
+ ENABLED = "Enabled"
137
+
138
+
139
+ class SkuTier(str, Enum):
140
+ """
141
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
142
+ """
143
+ FREE = "Free"
144
+ BASIC = "Basic"
145
+ STANDARD = "Standard"
146
+ PREMIUM = "Premium"
147
+
148
+
149
+ class StopOnDisconnectEnableStatus(str, Enum):
150
+ """
151
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
152
+ """
153
+ ENABLED = "Enabled"
154
+ DISABLED = "Disabled"
155
+
156
+
157
+ class VirtualNetworkType(str, Enum):
158
+ """
159
+ Indicates whether the pool uses a Virtual Network managed by Microsoft or a customer provided network.
160
+ """
161
+ MANAGED = "Managed"
162
+ UNMANAGED = "Unmanaged"
@@ -0,0 +1,504 @@
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 ._enums import *
12
+
13
+ __all__ = [
14
+ 'CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs',
15
+ 'CustomerManagedKeyEncryptionArgs',
16
+ 'DevCenterProjectCatalogSettingsArgs',
17
+ 'EncryptionArgs',
18
+ 'GitCatalogArgs',
19
+ 'ImageReferenceArgs',
20
+ 'ManagedServiceIdentityArgs',
21
+ 'ProjectCatalogSettingsArgs',
22
+ 'ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs',
23
+ 'SkuArgs',
24
+ 'StopOnDisconnectConfigurationArgs',
25
+ 'UserRoleAssignmentArgs',
26
+ ]
27
+
28
+ @pulumi.input_type
29
+ class CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs:
30
+ def __init__(__self__, *,
31
+ delegated_identity_client_id: Optional[pulumi.Input[str]] = None,
32
+ identity_type: Optional[pulumi.Input[Union[str, 'IdentityType']]] = None,
33
+ user_assigned_identity_resource_id: Optional[pulumi.Input[str]] = None):
34
+ """
35
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
36
+ :param pulumi.Input[str] delegated_identity_client_id: delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
37
+ :param pulumi.Input[Union[str, 'IdentityType']] identity_type: Values can be systemAssignedIdentity or userAssignedIdentity
38
+ :param pulumi.Input[str] user_assigned_identity_resource_id: user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
39
+ """
40
+ if delegated_identity_client_id is not None:
41
+ pulumi.set(__self__, "delegated_identity_client_id", delegated_identity_client_id)
42
+ if identity_type is not None:
43
+ pulumi.set(__self__, "identity_type", identity_type)
44
+ if user_assigned_identity_resource_id is not None:
45
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
46
+
47
+ @property
48
+ @pulumi.getter(name="delegatedIdentityClientId")
49
+ def delegated_identity_client_id(self) -> Optional[pulumi.Input[str]]:
50
+ """
51
+ delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
52
+ """
53
+ return pulumi.get(self, "delegated_identity_client_id")
54
+
55
+ @delegated_identity_client_id.setter
56
+ def delegated_identity_client_id(self, value: Optional[pulumi.Input[str]]):
57
+ pulumi.set(self, "delegated_identity_client_id", value)
58
+
59
+ @property
60
+ @pulumi.getter(name="identityType")
61
+ def identity_type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
62
+ """
63
+ Values can be systemAssignedIdentity or userAssignedIdentity
64
+ """
65
+ return pulumi.get(self, "identity_type")
66
+
67
+ @identity_type.setter
68
+ def identity_type(self, value: Optional[pulumi.Input[Union[str, 'IdentityType']]]):
69
+ pulumi.set(self, "identity_type", value)
70
+
71
+ @property
72
+ @pulumi.getter(name="userAssignedIdentityResourceId")
73
+ def user_assigned_identity_resource_id(self) -> Optional[pulumi.Input[str]]:
74
+ """
75
+ user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
76
+ """
77
+ return pulumi.get(self, "user_assigned_identity_resource_id")
78
+
79
+ @user_assigned_identity_resource_id.setter
80
+ def user_assigned_identity_resource_id(self, value: Optional[pulumi.Input[str]]):
81
+ pulumi.set(self, "user_assigned_identity_resource_id", value)
82
+
83
+
84
+ @pulumi.input_type
85
+ class CustomerManagedKeyEncryptionArgs:
86
+ def __init__(__self__, *,
87
+ key_encryption_key_identity: Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']] = None,
88
+ key_encryption_key_url: Optional[pulumi.Input[str]] = None):
89
+ """
90
+ All Customer-managed key encryption properties for the resource.
91
+ :param pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs'] key_encryption_key_identity: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
92
+ :param pulumi.Input[str] key_encryption_key_url: key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
93
+ """
94
+ if key_encryption_key_identity is not None:
95
+ pulumi.set(__self__, "key_encryption_key_identity", key_encryption_key_identity)
96
+ if key_encryption_key_url is not None:
97
+ pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
98
+
99
+ @property
100
+ @pulumi.getter(name="keyEncryptionKeyIdentity")
101
+ def key_encryption_key_identity(self) -> Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']]:
102
+ """
103
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
104
+ """
105
+ return pulumi.get(self, "key_encryption_key_identity")
106
+
107
+ @key_encryption_key_identity.setter
108
+ def key_encryption_key_identity(self, value: Optional[pulumi.Input['CustomerManagedKeyEncryptionKeyEncryptionKeyIdentityArgs']]):
109
+ pulumi.set(self, "key_encryption_key_identity", value)
110
+
111
+ @property
112
+ @pulumi.getter(name="keyEncryptionKeyUrl")
113
+ def key_encryption_key_url(self) -> Optional[pulumi.Input[str]]:
114
+ """
115
+ key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
116
+ """
117
+ return pulumi.get(self, "key_encryption_key_url")
118
+
119
+ @key_encryption_key_url.setter
120
+ def key_encryption_key_url(self, value: Optional[pulumi.Input[str]]):
121
+ pulumi.set(self, "key_encryption_key_url", value)
122
+
123
+
124
+ @pulumi.input_type
125
+ class DevCenterProjectCatalogSettingsArgs:
126
+ def __init__(__self__, *,
127
+ catalog_item_sync_enable_status: Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]] = None):
128
+ """
129
+ Project catalog settings for project catalogs under a project associated to this dev center.
130
+ :param pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']] catalog_item_sync_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
131
+ """
132
+ if catalog_item_sync_enable_status is not None:
133
+ pulumi.set(__self__, "catalog_item_sync_enable_status", catalog_item_sync_enable_status)
134
+
135
+ @property
136
+ @pulumi.getter(name="catalogItemSyncEnableStatus")
137
+ def catalog_item_sync_enable_status(self) -> Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]]:
138
+ """
139
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
140
+ """
141
+ return pulumi.get(self, "catalog_item_sync_enable_status")
142
+
143
+ @catalog_item_sync_enable_status.setter
144
+ def catalog_item_sync_enable_status(self, value: Optional[pulumi.Input[Union[str, 'CatalogItemSyncEnableStatus']]]):
145
+ pulumi.set(self, "catalog_item_sync_enable_status", value)
146
+
147
+
148
+ @pulumi.input_type
149
+ class EncryptionArgs:
150
+ def __init__(__self__, *,
151
+ customer_managed_key_encryption: Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']] = None):
152
+ """
153
+ :param pulumi.Input['CustomerManagedKeyEncryptionArgs'] customer_managed_key_encryption: All Customer-managed key encryption properties for the resource.
154
+ """
155
+ if customer_managed_key_encryption is not None:
156
+ pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
157
+
158
+ @property
159
+ @pulumi.getter(name="customerManagedKeyEncryption")
160
+ def customer_managed_key_encryption(self) -> Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']]:
161
+ """
162
+ All Customer-managed key encryption properties for the resource.
163
+ """
164
+ return pulumi.get(self, "customer_managed_key_encryption")
165
+
166
+ @customer_managed_key_encryption.setter
167
+ def customer_managed_key_encryption(self, value: Optional[pulumi.Input['CustomerManagedKeyEncryptionArgs']]):
168
+ pulumi.set(self, "customer_managed_key_encryption", value)
169
+
170
+
171
+ @pulumi.input_type
172
+ class GitCatalogArgs:
173
+ def __init__(__self__, *,
174
+ branch: Optional[pulumi.Input[str]] = None,
175
+ path: Optional[pulumi.Input[str]] = None,
176
+ secret_identifier: Optional[pulumi.Input[str]] = None,
177
+ uri: Optional[pulumi.Input[str]] = None):
178
+ """
179
+ Properties for a Git repository catalog.
180
+ :param pulumi.Input[str] branch: Git branch.
181
+ :param pulumi.Input[str] path: The folder where the catalog items can be found inside the repository.
182
+ :param pulumi.Input[str] secret_identifier: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
183
+ :param pulumi.Input[str] uri: Git URI.
184
+ """
185
+ if branch is not None:
186
+ pulumi.set(__self__, "branch", branch)
187
+ if path is not None:
188
+ pulumi.set(__self__, "path", path)
189
+ if secret_identifier is not None:
190
+ pulumi.set(__self__, "secret_identifier", secret_identifier)
191
+ if uri is not None:
192
+ pulumi.set(__self__, "uri", uri)
193
+
194
+ @property
195
+ @pulumi.getter
196
+ def branch(self) -> Optional[pulumi.Input[str]]:
197
+ """
198
+ Git branch.
199
+ """
200
+ return pulumi.get(self, "branch")
201
+
202
+ @branch.setter
203
+ def branch(self, value: Optional[pulumi.Input[str]]):
204
+ pulumi.set(self, "branch", value)
205
+
206
+ @property
207
+ @pulumi.getter
208
+ def path(self) -> Optional[pulumi.Input[str]]:
209
+ """
210
+ The folder where the catalog items can be found inside the repository.
211
+ """
212
+ return pulumi.get(self, "path")
213
+
214
+ @path.setter
215
+ def path(self, value: Optional[pulumi.Input[str]]):
216
+ pulumi.set(self, "path", value)
217
+
218
+ @property
219
+ @pulumi.getter(name="secretIdentifier")
220
+ def secret_identifier(self) -> Optional[pulumi.Input[str]]:
221
+ """
222
+ A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
223
+ """
224
+ return pulumi.get(self, "secret_identifier")
225
+
226
+ @secret_identifier.setter
227
+ def secret_identifier(self, value: Optional[pulumi.Input[str]]):
228
+ pulumi.set(self, "secret_identifier", value)
229
+
230
+ @property
231
+ @pulumi.getter
232
+ def uri(self) -> Optional[pulumi.Input[str]]:
233
+ """
234
+ Git URI.
235
+ """
236
+ return pulumi.get(self, "uri")
237
+
238
+ @uri.setter
239
+ def uri(self, value: Optional[pulumi.Input[str]]):
240
+ pulumi.set(self, "uri", value)
241
+
242
+
243
+ @pulumi.input_type
244
+ class ImageReferenceArgs:
245
+ def __init__(__self__, *,
246
+ id: Optional[pulumi.Input[str]] = None):
247
+ """
248
+ Image reference information
249
+ :param pulumi.Input[str] id: Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
250
+ """
251
+ if id is not None:
252
+ pulumi.set(__self__, "id", id)
253
+
254
+ @property
255
+ @pulumi.getter
256
+ def id(self) -> Optional[pulumi.Input[str]]:
257
+ """
258
+ Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
259
+ """
260
+ return pulumi.get(self, "id")
261
+
262
+ @id.setter
263
+ def id(self, value: Optional[pulumi.Input[str]]):
264
+ pulumi.set(self, "id", value)
265
+
266
+
267
+ @pulumi.input_type
268
+ class ManagedServiceIdentityArgs:
269
+ def __init__(__self__, *,
270
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
271
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
272
+ """
273
+ Managed service identity (system assigned and/or user assigned identities)
274
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
275
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
276
+ """
277
+ pulumi.set(__self__, "type", type)
278
+ if user_assigned_identities is not None:
279
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
280
+
281
+ @property
282
+ @pulumi.getter
283
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
284
+ """
285
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
286
+ """
287
+ return pulumi.get(self, "type")
288
+
289
+ @type.setter
290
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
291
+ pulumi.set(self, "type", value)
292
+
293
+ @property
294
+ @pulumi.getter(name="userAssignedIdentities")
295
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
296
+ """
297
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
298
+ """
299
+ return pulumi.get(self, "user_assigned_identities")
300
+
301
+ @user_assigned_identities.setter
302
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
303
+ pulumi.set(self, "user_assigned_identities", value)
304
+
305
+
306
+ @pulumi.input_type
307
+ class ProjectCatalogSettingsArgs:
308
+ def __init__(__self__, *,
309
+ catalog_item_sync_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]] = None):
310
+ """
311
+ Settings to be used when associating a project with a catalog.
312
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]] catalog_item_sync_types: Indicates catalog item types that can be synced.
313
+ """
314
+ if catalog_item_sync_types is not None:
315
+ pulumi.set(__self__, "catalog_item_sync_types", catalog_item_sync_types)
316
+
317
+ @property
318
+ @pulumi.getter(name="catalogItemSyncTypes")
319
+ def catalog_item_sync_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]]:
320
+ """
321
+ Indicates catalog item types that can be synced.
322
+ """
323
+ return pulumi.get(self, "catalog_item_sync_types")
324
+
325
+ @catalog_item_sync_types.setter
326
+ def catalog_item_sync_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'CatalogItemType']]]]]):
327
+ pulumi.set(self, "catalog_item_sync_types", value)
328
+
329
+
330
+ @pulumi.input_type
331
+ class ProjectEnvironmentTypeUpdatePropertiesCreatorRoleAssignmentArgs:
332
+ def __init__(__self__, *,
333
+ roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
334
+ """
335
+ The role definition assigned to the environment creator on backing resources.
336
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A map of roles to assign to the environment creator.
337
+ """
338
+ if roles is not None:
339
+ pulumi.set(__self__, "roles", roles)
340
+
341
+ @property
342
+ @pulumi.getter
343
+ def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
344
+ """
345
+ A map of roles to assign to the environment creator.
346
+ """
347
+ return pulumi.get(self, "roles")
348
+
349
+ @roles.setter
350
+ def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
351
+ pulumi.set(self, "roles", value)
352
+
353
+
354
+ @pulumi.input_type
355
+ class SkuArgs:
356
+ def __init__(__self__, *,
357
+ name: pulumi.Input[str],
358
+ capacity: Optional[pulumi.Input[int]] = None,
359
+ family: Optional[pulumi.Input[str]] = None,
360
+ size: Optional[pulumi.Input[str]] = None,
361
+ tier: Optional[pulumi.Input['SkuTier']] = None):
362
+ """
363
+ The resource model definition representing SKU
364
+ :param pulumi.Input[str] name: The name of the SKU. Ex - P3. It is typically a letter+number code
365
+ :param pulumi.Input[int] capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
366
+ :param pulumi.Input[str] family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
367
+ :param pulumi.Input[str] size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
368
+ :param pulumi.Input['SkuTier'] tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
369
+ """
370
+ pulumi.set(__self__, "name", name)
371
+ if capacity is not None:
372
+ pulumi.set(__self__, "capacity", capacity)
373
+ if family is not None:
374
+ pulumi.set(__self__, "family", family)
375
+ if size is not None:
376
+ pulumi.set(__self__, "size", size)
377
+ if tier is not None:
378
+ pulumi.set(__self__, "tier", tier)
379
+
380
+ @property
381
+ @pulumi.getter
382
+ def name(self) -> pulumi.Input[str]:
383
+ """
384
+ The name of the SKU. Ex - P3. It is typically a letter+number code
385
+ """
386
+ return pulumi.get(self, "name")
387
+
388
+ @name.setter
389
+ def name(self, value: pulumi.Input[str]):
390
+ pulumi.set(self, "name", value)
391
+
392
+ @property
393
+ @pulumi.getter
394
+ def capacity(self) -> Optional[pulumi.Input[int]]:
395
+ """
396
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
397
+ """
398
+ return pulumi.get(self, "capacity")
399
+
400
+ @capacity.setter
401
+ def capacity(self, value: Optional[pulumi.Input[int]]):
402
+ pulumi.set(self, "capacity", value)
403
+
404
+ @property
405
+ @pulumi.getter
406
+ def family(self) -> Optional[pulumi.Input[str]]:
407
+ """
408
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
409
+ """
410
+ return pulumi.get(self, "family")
411
+
412
+ @family.setter
413
+ def family(self, value: Optional[pulumi.Input[str]]):
414
+ pulumi.set(self, "family", value)
415
+
416
+ @property
417
+ @pulumi.getter
418
+ def size(self) -> Optional[pulumi.Input[str]]:
419
+ """
420
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
421
+ """
422
+ return pulumi.get(self, "size")
423
+
424
+ @size.setter
425
+ def size(self, value: Optional[pulumi.Input[str]]):
426
+ pulumi.set(self, "size", value)
427
+
428
+ @property
429
+ @pulumi.getter
430
+ def tier(self) -> Optional[pulumi.Input['SkuTier']]:
431
+ """
432
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
433
+ """
434
+ return pulumi.get(self, "tier")
435
+
436
+ @tier.setter
437
+ def tier(self, value: Optional[pulumi.Input['SkuTier']]):
438
+ pulumi.set(self, "tier", value)
439
+
440
+
441
+ @pulumi.input_type
442
+ class StopOnDisconnectConfigurationArgs:
443
+ def __init__(__self__, *,
444
+ grace_period_minutes: Optional[pulumi.Input[int]] = None,
445
+ status: Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]] = None):
446
+ """
447
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
448
+ :param pulumi.Input[int] grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
449
+ :param pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']] status: Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
450
+ """
451
+ if grace_period_minutes is not None:
452
+ pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
453
+ if status is not None:
454
+ pulumi.set(__self__, "status", status)
455
+
456
+ @property
457
+ @pulumi.getter(name="gracePeriodMinutes")
458
+ def grace_period_minutes(self) -> Optional[pulumi.Input[int]]:
459
+ """
460
+ The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
461
+ """
462
+ return pulumi.get(self, "grace_period_minutes")
463
+
464
+ @grace_period_minutes.setter
465
+ def grace_period_minutes(self, value: Optional[pulumi.Input[int]]):
466
+ pulumi.set(self, "grace_period_minutes", value)
467
+
468
+ @property
469
+ @pulumi.getter
470
+ def status(self) -> Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]]:
471
+ """
472
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
473
+ """
474
+ return pulumi.get(self, "status")
475
+
476
+ @status.setter
477
+ def status(self, value: Optional[pulumi.Input[Union[str, 'StopOnDisconnectEnableStatus']]]):
478
+ pulumi.set(self, "status", value)
479
+
480
+
481
+ @pulumi.input_type
482
+ class UserRoleAssignmentArgs:
483
+ def __init__(__self__, *,
484
+ roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
485
+ """
486
+ Mapping of user object ID to role assignments.
487
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: A map of roles to assign to the parent user.
488
+ """
489
+ if roles is not None:
490
+ pulumi.set(__self__, "roles", roles)
491
+
492
+ @property
493
+ @pulumi.getter
494
+ def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
495
+ """
496
+ A map of roles to assign to the parent user.
497
+ """
498
+ return pulumi.get(self, "roles")
499
+
500
+ @roles.setter
501
+ def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
502
+ pulumi.set(self, "roles", value)
503
+
504
+