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,466 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'BudgetComparisonExpressionArgs',
20
+ 'BudgetComparisonExpressionArgsDict',
21
+ 'BudgetFilterPropertiesArgs',
22
+ 'BudgetFilterPropertiesArgsDict',
23
+ 'BudgetFilterArgs',
24
+ 'BudgetFilterArgsDict',
25
+ 'BudgetTimePeriodArgs',
26
+ 'BudgetTimePeriodArgsDict',
27
+ 'NotificationArgs',
28
+ 'NotificationArgsDict',
29
+ ]
30
+
31
+ MYPY = False
32
+
33
+ if not MYPY:
34
+ class BudgetComparisonExpressionArgsDict(TypedDict):
35
+ """
36
+ The comparison expression to be used in the budgets.
37
+ """
38
+ name: pulumi.Input[str]
39
+ """
40
+ The name of the column to use in comparison.
41
+ """
42
+ operator: pulumi.Input[Union[str, 'BudgetOperatorType']]
43
+ """
44
+ The operator to use for comparison.
45
+ """
46
+ values: pulumi.Input[Sequence[pulumi.Input[str]]]
47
+ """
48
+ Array of values to use for comparison
49
+ """
50
+ elif False:
51
+ BudgetComparisonExpressionArgsDict: TypeAlias = Mapping[str, Any]
52
+
53
+ @pulumi.input_type
54
+ class BudgetComparisonExpressionArgs:
55
+ def __init__(__self__, *,
56
+ name: pulumi.Input[str],
57
+ operator: pulumi.Input[Union[str, 'BudgetOperatorType']],
58
+ values: pulumi.Input[Sequence[pulumi.Input[str]]]):
59
+ """
60
+ The comparison expression to be used in the budgets.
61
+ :param pulumi.Input[str] name: The name of the column to use in comparison.
62
+ :param pulumi.Input[Union[str, 'BudgetOperatorType']] operator: The operator to use for comparison.
63
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: Array of values to use for comparison
64
+ """
65
+ pulumi.set(__self__, "name", name)
66
+ pulumi.set(__self__, "operator", operator)
67
+ pulumi.set(__self__, "values", values)
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def name(self) -> pulumi.Input[str]:
72
+ """
73
+ The name of the column to use in comparison.
74
+ """
75
+ return pulumi.get(self, "name")
76
+
77
+ @name.setter
78
+ def name(self, value: pulumi.Input[str]):
79
+ pulumi.set(self, "name", value)
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def operator(self) -> pulumi.Input[Union[str, 'BudgetOperatorType']]:
84
+ """
85
+ The operator to use for comparison.
86
+ """
87
+ return pulumi.get(self, "operator")
88
+
89
+ @operator.setter
90
+ def operator(self, value: pulumi.Input[Union[str, 'BudgetOperatorType']]):
91
+ pulumi.set(self, "operator", value)
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def values(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
96
+ """
97
+ Array of values to use for comparison
98
+ """
99
+ return pulumi.get(self, "values")
100
+
101
+ @values.setter
102
+ def values(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
103
+ pulumi.set(self, "values", value)
104
+
105
+
106
+ if not MYPY:
107
+ class BudgetFilterPropertiesArgsDict(TypedDict):
108
+ """
109
+ The Dimensions or Tags to filter a budget by.
110
+ """
111
+ dimensions: NotRequired[pulumi.Input['BudgetComparisonExpressionArgsDict']]
112
+ """
113
+ Has comparison expression for a dimension
114
+ """
115
+ tags: NotRequired[pulumi.Input['BudgetComparisonExpressionArgsDict']]
116
+ """
117
+ Has comparison expression for a tag
118
+ """
119
+ elif False:
120
+ BudgetFilterPropertiesArgsDict: TypeAlias = Mapping[str, Any]
121
+
122
+ @pulumi.input_type
123
+ class BudgetFilterPropertiesArgs:
124
+ def __init__(__self__, *,
125
+ dimensions: Optional[pulumi.Input['BudgetComparisonExpressionArgs']] = None,
126
+ tags: Optional[pulumi.Input['BudgetComparisonExpressionArgs']] = None):
127
+ """
128
+ The Dimensions or Tags to filter a budget by.
129
+ :param pulumi.Input['BudgetComparisonExpressionArgs'] dimensions: Has comparison expression for a dimension
130
+ :param pulumi.Input['BudgetComparisonExpressionArgs'] tags: Has comparison expression for a tag
131
+ """
132
+ if dimensions is not None:
133
+ pulumi.set(__self__, "dimensions", dimensions)
134
+ if tags is not None:
135
+ pulumi.set(__self__, "tags", tags)
136
+
137
+ @property
138
+ @pulumi.getter
139
+ def dimensions(self) -> Optional[pulumi.Input['BudgetComparisonExpressionArgs']]:
140
+ """
141
+ Has comparison expression for a dimension
142
+ """
143
+ return pulumi.get(self, "dimensions")
144
+
145
+ @dimensions.setter
146
+ def dimensions(self, value: Optional[pulumi.Input['BudgetComparisonExpressionArgs']]):
147
+ pulumi.set(self, "dimensions", value)
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def tags(self) -> Optional[pulumi.Input['BudgetComparisonExpressionArgs']]:
152
+ """
153
+ Has comparison expression for a tag
154
+ """
155
+ return pulumi.get(self, "tags")
156
+
157
+ @tags.setter
158
+ def tags(self, value: Optional[pulumi.Input['BudgetComparisonExpressionArgs']]):
159
+ pulumi.set(self, "tags", value)
160
+
161
+
162
+ if not MYPY:
163
+ class BudgetFilterArgsDict(TypedDict):
164
+ """
165
+ May be used to filter budgets by resource group, resource, or meter.
166
+ """
167
+ and_: NotRequired[pulumi.Input[Sequence[pulumi.Input['BudgetFilterPropertiesArgsDict']]]]
168
+ """
169
+ The logical "AND" expression. Must have at least 2 items.
170
+ """
171
+ dimensions: NotRequired[pulumi.Input['BudgetComparisonExpressionArgsDict']]
172
+ """
173
+ Has comparison expression for a dimension
174
+ """
175
+ tags: NotRequired[pulumi.Input['BudgetComparisonExpressionArgsDict']]
176
+ """
177
+ Has comparison expression for a tag
178
+ """
179
+ elif False:
180
+ BudgetFilterArgsDict: TypeAlias = Mapping[str, Any]
181
+
182
+ @pulumi.input_type
183
+ class BudgetFilterArgs:
184
+ def __init__(__self__, *,
185
+ and_: Optional[pulumi.Input[Sequence[pulumi.Input['BudgetFilterPropertiesArgs']]]] = None,
186
+ dimensions: Optional[pulumi.Input['BudgetComparisonExpressionArgs']] = None,
187
+ tags: Optional[pulumi.Input['BudgetComparisonExpressionArgs']] = None):
188
+ """
189
+ May be used to filter budgets by resource group, resource, or meter.
190
+ :param pulumi.Input[Sequence[pulumi.Input['BudgetFilterPropertiesArgs']]] and_: The logical "AND" expression. Must have at least 2 items.
191
+ :param pulumi.Input['BudgetComparisonExpressionArgs'] dimensions: Has comparison expression for a dimension
192
+ :param pulumi.Input['BudgetComparisonExpressionArgs'] tags: Has comparison expression for a tag
193
+ """
194
+ if and_ is not None:
195
+ pulumi.set(__self__, "and_", and_)
196
+ if dimensions is not None:
197
+ pulumi.set(__self__, "dimensions", dimensions)
198
+ if tags is not None:
199
+ pulumi.set(__self__, "tags", tags)
200
+
201
+ @property
202
+ @pulumi.getter(name="and")
203
+ def and_(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BudgetFilterPropertiesArgs']]]]:
204
+ """
205
+ The logical "AND" expression. Must have at least 2 items.
206
+ """
207
+ return pulumi.get(self, "and_")
208
+
209
+ @and_.setter
210
+ def and_(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BudgetFilterPropertiesArgs']]]]):
211
+ pulumi.set(self, "and_", value)
212
+
213
+ @property
214
+ @pulumi.getter
215
+ def dimensions(self) -> Optional[pulumi.Input['BudgetComparisonExpressionArgs']]:
216
+ """
217
+ Has comparison expression for a dimension
218
+ """
219
+ return pulumi.get(self, "dimensions")
220
+
221
+ @dimensions.setter
222
+ def dimensions(self, value: Optional[pulumi.Input['BudgetComparisonExpressionArgs']]):
223
+ pulumi.set(self, "dimensions", value)
224
+
225
+ @property
226
+ @pulumi.getter
227
+ def tags(self) -> Optional[pulumi.Input['BudgetComparisonExpressionArgs']]:
228
+ """
229
+ Has comparison expression for a tag
230
+ """
231
+ return pulumi.get(self, "tags")
232
+
233
+ @tags.setter
234
+ def tags(self, value: Optional[pulumi.Input['BudgetComparisonExpressionArgs']]):
235
+ pulumi.set(self, "tags", value)
236
+
237
+
238
+ if not MYPY:
239
+ class BudgetTimePeriodArgsDict(TypedDict):
240
+ """
241
+ The start and end date for a budget.
242
+ """
243
+ start_date: pulumi.Input[str]
244
+ """
245
+ The start date for the budget.
246
+ """
247
+ end_date: NotRequired[pulumi.Input[str]]
248
+ """
249
+ The end date for the budget. If not provided, we default this to 10 years from the start date.
250
+ """
251
+ elif False:
252
+ BudgetTimePeriodArgsDict: TypeAlias = Mapping[str, Any]
253
+
254
+ @pulumi.input_type
255
+ class BudgetTimePeriodArgs:
256
+ def __init__(__self__, *,
257
+ start_date: pulumi.Input[str],
258
+ end_date: Optional[pulumi.Input[str]] = None):
259
+ """
260
+ The start and end date for a budget.
261
+ :param pulumi.Input[str] start_date: The start date for the budget.
262
+ :param pulumi.Input[str] end_date: The end date for the budget. If not provided, we default this to 10 years from the start date.
263
+ """
264
+ pulumi.set(__self__, "start_date", start_date)
265
+ if end_date is not None:
266
+ pulumi.set(__self__, "end_date", end_date)
267
+
268
+ @property
269
+ @pulumi.getter(name="startDate")
270
+ def start_date(self) -> pulumi.Input[str]:
271
+ """
272
+ The start date for the budget.
273
+ """
274
+ return pulumi.get(self, "start_date")
275
+
276
+ @start_date.setter
277
+ def start_date(self, value: pulumi.Input[str]):
278
+ pulumi.set(self, "start_date", value)
279
+
280
+ @property
281
+ @pulumi.getter(name="endDate")
282
+ def end_date(self) -> Optional[pulumi.Input[str]]:
283
+ """
284
+ The end date for the budget. If not provided, we default this to 10 years from the start date.
285
+ """
286
+ return pulumi.get(self, "end_date")
287
+
288
+ @end_date.setter
289
+ def end_date(self, value: Optional[pulumi.Input[str]]):
290
+ pulumi.set(self, "end_date", value)
291
+
292
+
293
+ if not MYPY:
294
+ class NotificationArgsDict(TypedDict):
295
+ """
296
+ The notification associated with a budget.
297
+ """
298
+ contact_emails: pulumi.Input[Sequence[pulumi.Input[str]]]
299
+ """
300
+ Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.
301
+ """
302
+ enabled: pulumi.Input[bool]
303
+ """
304
+ The notification is enabled or not.
305
+ """
306
+ operator: pulumi.Input[Union[str, 'OperatorType']]
307
+ """
308
+ The comparison operator.
309
+ """
310
+ threshold: pulumi.Input[float]
311
+ """
312
+ Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.
313
+ """
314
+ contact_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
315
+ """
316
+ Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes.
317
+ """
318
+ contact_roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
319
+ """
320
+ Contact roles to send the budget notification to when the threshold is exceeded.
321
+ """
322
+ locale: NotRequired[pulumi.Input[Union[str, 'CultureCode']]]
323
+ """
324
+ Language in which the recipient will receive the notification
325
+ """
326
+ threshold_type: NotRequired[pulumi.Input[Union[str, 'ThresholdType']]]
327
+ """
328
+ The type of threshold
329
+ """
330
+ elif False:
331
+ NotificationArgsDict: TypeAlias = Mapping[str, Any]
332
+
333
+ @pulumi.input_type
334
+ class NotificationArgs:
335
+ def __init__(__self__, *,
336
+ contact_emails: pulumi.Input[Sequence[pulumi.Input[str]]],
337
+ enabled: pulumi.Input[bool],
338
+ operator: pulumi.Input[Union[str, 'OperatorType']],
339
+ threshold: pulumi.Input[float],
340
+ contact_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
341
+ contact_roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
342
+ locale: Optional[pulumi.Input[Union[str, 'CultureCode']]] = None,
343
+ threshold_type: Optional[pulumi.Input[Union[str, 'ThresholdType']]] = None):
344
+ """
345
+ The notification associated with a budget.
346
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] contact_emails: Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.
347
+ :param pulumi.Input[bool] enabled: The notification is enabled or not.
348
+ :param pulumi.Input[Union[str, 'OperatorType']] operator: The comparison operator.
349
+ :param pulumi.Input[float] threshold: Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.
350
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] contact_groups: Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes.
351
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] contact_roles: Contact roles to send the budget notification to when the threshold is exceeded.
352
+ :param pulumi.Input[Union[str, 'CultureCode']] locale: Language in which the recipient will receive the notification
353
+ :param pulumi.Input[Union[str, 'ThresholdType']] threshold_type: The type of threshold
354
+ """
355
+ pulumi.set(__self__, "contact_emails", contact_emails)
356
+ pulumi.set(__self__, "enabled", enabled)
357
+ pulumi.set(__self__, "operator", operator)
358
+ pulumi.set(__self__, "threshold", threshold)
359
+ if contact_groups is not None:
360
+ pulumi.set(__self__, "contact_groups", contact_groups)
361
+ if contact_roles is not None:
362
+ pulumi.set(__self__, "contact_roles", contact_roles)
363
+ if locale is not None:
364
+ pulumi.set(__self__, "locale", locale)
365
+ if threshold_type is None:
366
+ threshold_type = 'Actual'
367
+ if threshold_type is not None:
368
+ pulumi.set(__self__, "threshold_type", threshold_type)
369
+
370
+ @property
371
+ @pulumi.getter(name="contactEmails")
372
+ def contact_emails(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
373
+ """
374
+ Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.
375
+ """
376
+ return pulumi.get(self, "contact_emails")
377
+
378
+ @contact_emails.setter
379
+ def contact_emails(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
380
+ pulumi.set(self, "contact_emails", value)
381
+
382
+ @property
383
+ @pulumi.getter
384
+ def enabled(self) -> pulumi.Input[bool]:
385
+ """
386
+ The notification is enabled or not.
387
+ """
388
+ return pulumi.get(self, "enabled")
389
+
390
+ @enabled.setter
391
+ def enabled(self, value: pulumi.Input[bool]):
392
+ pulumi.set(self, "enabled", value)
393
+
394
+ @property
395
+ @pulumi.getter
396
+ def operator(self) -> pulumi.Input[Union[str, 'OperatorType']]:
397
+ """
398
+ The comparison operator.
399
+ """
400
+ return pulumi.get(self, "operator")
401
+
402
+ @operator.setter
403
+ def operator(self, value: pulumi.Input[Union[str, 'OperatorType']]):
404
+ pulumi.set(self, "operator", value)
405
+
406
+ @property
407
+ @pulumi.getter
408
+ def threshold(self) -> pulumi.Input[float]:
409
+ """
410
+ Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.
411
+ """
412
+ return pulumi.get(self, "threshold")
413
+
414
+ @threshold.setter
415
+ def threshold(self, value: pulumi.Input[float]):
416
+ pulumi.set(self, "threshold", value)
417
+
418
+ @property
419
+ @pulumi.getter(name="contactGroups")
420
+ def contact_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
421
+ """
422
+ Action groups to send the budget notification to when the threshold is exceeded. Must be provided as a fully qualified Azure resource id. Only supported at Subscription or Resource Group scopes.
423
+ """
424
+ return pulumi.get(self, "contact_groups")
425
+
426
+ @contact_groups.setter
427
+ def contact_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
428
+ pulumi.set(self, "contact_groups", value)
429
+
430
+ @property
431
+ @pulumi.getter(name="contactRoles")
432
+ def contact_roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
433
+ """
434
+ Contact roles to send the budget notification to when the threshold is exceeded.
435
+ """
436
+ return pulumi.get(self, "contact_roles")
437
+
438
+ @contact_roles.setter
439
+ def contact_roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
440
+ pulumi.set(self, "contact_roles", value)
441
+
442
+ @property
443
+ @pulumi.getter
444
+ def locale(self) -> Optional[pulumi.Input[Union[str, 'CultureCode']]]:
445
+ """
446
+ Language in which the recipient will receive the notification
447
+ """
448
+ return pulumi.get(self, "locale")
449
+
450
+ @locale.setter
451
+ def locale(self, value: Optional[pulumi.Input[Union[str, 'CultureCode']]]):
452
+ pulumi.set(self, "locale", value)
453
+
454
+ @property
455
+ @pulumi.getter(name="thresholdType")
456
+ def threshold_type(self) -> Optional[pulumi.Input[Union[str, 'ThresholdType']]]:
457
+ """
458
+ The type of threshold
459
+ """
460
+ return pulumi.get(self, "threshold_type")
461
+
462
+ @threshold_type.setter
463
+ def threshold_type(self, value: Optional[pulumi.Input[Union[str, 'ThresholdType']]]):
464
+ pulumi.set(self, "threshold_type", value)
465
+
466
+