pulumi-azure-native 2.79.0a1734639794__py3-none-any.whl → 2.80.0__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 (172) hide show
  1. pulumi_azure_native/__init__.py +58 -0
  2. pulumi_azure_native/azurefleet/_enums.py +2 -2
  3. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  4. pulumi_azure_native/azurefleet/outputs.py +42 -42
  5. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  6. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  7. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  8. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  14. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  15. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  16. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  17. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  18. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  19. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  20. pulumi_azure_native/compute/__init__.py +3 -0
  21. pulumi_azure_native/compute/cloud_service.py +5 -1
  22. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  23. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  24. pulumi_azure_native/compute/v20241104/__init__.py +12 -0
  25. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  26. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  27. pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
  28. pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
  29. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  30. pulumi_azure_native/confluent/__init__.py +3 -0
  31. pulumi_azure_native/confluent/get_organization.py +2 -2
  32. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  33. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  34. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  35. pulumi_azure_native/confluent/list_access_role_binding_name.py +4 -0
  36. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  37. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  38. pulumi_azure_native/confluent/list_access_users.py +2 -2
  39. pulumi_azure_native/confluent/list_organization_regions.py +4 -0
  40. pulumi_azure_native/confluent/organization.py +3 -3
  41. pulumi_azure_native/confluent/v20200301preview/organization.py +1 -1
  42. pulumi_azure_native/confluent/v20211201/organization.py +1 -1
  43. pulumi_azure_native/confluent/v20230822/organization.py +1 -1
  44. pulumi_azure_native/confluent/v20240213/organization.py +1 -1
  45. pulumi_azure_native/confluent/v20240701/__init__.py +28 -0
  46. pulumi_azure_native/confluent/v20240701/_enums.py +108 -0
  47. pulumi_azure_native/confluent/v20240701/_inputs.py +3187 -0
  48. pulumi_azure_native/confluent/v20240701/connector.py +319 -0
  49. pulumi_azure_native/confluent/v20240701/get_connector.py +189 -0
  50. pulumi_azure_native/confluent/v20240701/get_organization.py +241 -0
  51. pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py +183 -0
  52. pulumi_azure_native/confluent/v20240701/get_organization_environment_by_id.py +163 -0
  53. pulumi_azure_native/confluent/v20240701/get_topic.py +259 -0
  54. pulumi_azure_native/confluent/v20240701/list_access_clusters.py +121 -0
  55. pulumi_azure_native/confluent/v20240701/list_access_environments.py +121 -0
  56. pulumi_azure_native/confluent/v20240701/list_access_invitations.py +121 -0
  57. pulumi_azure_native/confluent/v20240701/list_access_role_binding_name.py +121 -0
  58. pulumi_azure_native/confluent/v20240701/list_access_role_bindings.py +121 -0
  59. pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py +121 -0
  60. pulumi_azure_native/confluent/v20240701/list_access_users.py +121 -0
  61. pulumi_azure_native/confluent/v20240701/list_organization_regions.py +93 -0
  62. pulumi_azure_native/confluent/v20240701/organization.py +349 -0
  63. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +375 -0
  64. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +325 -0
  65. pulumi_azure_native/confluent/v20240701/outputs.py +3590 -0
  66. pulumi_azure_native/confluent/v20240701/topic.py +482 -0
  67. pulumi_azure_native/datadog/__init__.py +7 -0
  68. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  69. pulumi_azure_native/datadog/get_monitor.py +2 -2
  70. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  71. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  72. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  73. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  74. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  75. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  76. pulumi_azure_native/datadog/monitor.py +3 -3
  77. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  78. pulumi_azure_native/datadog/outputs.py +120 -0
  79. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  80. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  81. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  82. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  83. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  84. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  85. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  86. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  87. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  88. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  89. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  90. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  91. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  92. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  93. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  94. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  95. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  96. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  97. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  98. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  99. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  100. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  101. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  102. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  103. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  104. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  105. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  106. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  107. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  108. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  109. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  110. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  111. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  112. pulumi_azure_native/datafactory/_inputs.py +6 -6
  113. pulumi_azure_native/datafactory/outputs.py +4 -4
  114. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  115. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  116. pulumi_azure_native/pulumi-plugin.json +1 -1
  117. pulumi_azure_native/quota/__init__.py +3 -0
  118. pulumi_azure_native/quota/get_group_quota.py +2 -2
  119. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  120. pulumi_azure_native/quota/group_quota.py +3 -3
  121. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  122. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  123. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  124. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  125. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  126. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  127. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  128. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  129. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  130. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  131. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  132. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  133. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  134. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  135. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  136. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  137. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  138. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  139. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  140. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  141. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  142. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  143. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  144. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  145. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  146. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  147. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  148. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  149. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  150. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  151. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  152. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  153. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  154. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  155. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  156. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  157. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  158. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  159. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  160. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  161. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  162. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  163. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  164. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  165. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  166. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  167. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  168. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  169. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/METADATA +1 -1
  170. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/RECORD +172 -97
  171. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/WHEEL +0 -0
  172. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/top_level.txt +0 -0
@@ -97440,7 +97440,7 @@ if not MYPY:
97440
97440
  """
97441
97441
  snc_mode: NotRequired[Any]
97442
97442
  """
97443
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
97443
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
97444
97444
  """
97445
97445
  snc_my_name: NotRequired[Any]
97446
97446
  """
@@ -97525,7 +97525,7 @@ class SapOdpLinkedServiceArgs:
97525
97525
  :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
97526
97526
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
97527
97527
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
97528
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
97528
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
97529
97529
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
97530
97530
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
97531
97531
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -97757,7 +97757,7 @@ class SapOdpLinkedServiceArgs:
97757
97757
  @pulumi.getter(name="sncMode")
97758
97758
  def snc_mode(self) -> Optional[Any]:
97759
97759
  """
97760
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
97760
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
97761
97761
  """
97762
97762
  return pulumi.get(self, "snc_mode")
97763
97763
 
@@ -99223,7 +99223,7 @@ if not MYPY:
99223
99223
  """
99224
99224
  snc_mode: NotRequired[Any]
99225
99225
  """
99226
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
99226
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
99227
99227
  """
99228
99228
  snc_my_name: NotRequired[Any]
99229
99229
  """
@@ -99298,7 +99298,7 @@ class SapTableLinkedServiceArgs:
99298
99298
  :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
99299
99299
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
99300
99300
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
99301
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
99301
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
99302
99302
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
99303
99303
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
99304
99304
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -99524,7 +99524,7 @@ class SapTableLinkedServiceArgs:
99524
99524
  @pulumi.getter(name="sncMode")
99525
99525
  def snc_mode(self) -> Optional[Any]:
99526
99526
  """
99527
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
99527
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
99528
99528
  """
99529
99529
  return pulumi.get(self, "snc_mode")
99530
99530
 
@@ -71167,7 +71167,7 @@ class SapOdpLinkedServiceResponse(dict):
71167
71167
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
71168
71168
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
71169
71169
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
71170
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
71170
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
71171
71171
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
71172
71172
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
71173
71173
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -71343,7 +71343,7 @@ class SapOdpLinkedServiceResponse(dict):
71343
71343
  @pulumi.getter(name="sncMode")
71344
71344
  def snc_mode(self) -> Optional[Any]:
71345
71345
  """
71346
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
71346
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
71347
71347
  """
71348
71348
  return pulumi.get(self, "snc_mode")
71349
71349
 
@@ -72424,7 +72424,7 @@ class SapTableLinkedServiceResponse(dict):
72424
72424
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
72425
72425
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
72426
72426
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
72427
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
72427
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
72428
72428
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
72429
72429
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
72430
72430
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -72594,7 +72594,7 @@ class SapTableLinkedServiceResponse(dict):
72594
72594
  @pulumi.getter(name="sncMode")
72595
72595
  def snc_mode(self) -> Optional[Any]:
72596
72596
  """
72597
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
72597
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
72598
72598
  """
72599
72599
  return pulumi.get(self, "snc_mode")
72600
72600
 
@@ -97440,7 +97440,7 @@ if not MYPY:
97440
97440
  """
97441
97441
  snc_mode: NotRequired[Any]
97442
97442
  """
97443
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
97443
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
97444
97444
  """
97445
97445
  snc_my_name: NotRequired[Any]
97446
97446
  """
@@ -97525,7 +97525,7 @@ class SapOdpLinkedServiceArgs:
97525
97525
  :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
97526
97526
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
97527
97527
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
97528
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
97528
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
97529
97529
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
97530
97530
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
97531
97531
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -97757,7 +97757,7 @@ class SapOdpLinkedServiceArgs:
97757
97757
  @pulumi.getter(name="sncMode")
97758
97758
  def snc_mode(self) -> Optional[Any]:
97759
97759
  """
97760
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
97760
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
97761
97761
  """
97762
97762
  return pulumi.get(self, "snc_mode")
97763
97763
 
@@ -99223,7 +99223,7 @@ if not MYPY:
99223
99223
  """
99224
99224
  snc_mode: NotRequired[Any]
99225
99225
  """
99226
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
99226
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
99227
99227
  """
99228
99228
  snc_my_name: NotRequired[Any]
99229
99229
  """
@@ -99298,7 +99298,7 @@ class SapTableLinkedServiceArgs:
99298
99298
  :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: Password to access the SAP server where the table is located.
99299
99299
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
99300
99300
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
99301
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
99301
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
99302
99302
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
99303
99303
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
99304
99304
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -99524,7 +99524,7 @@ class SapTableLinkedServiceArgs:
99524
99524
  @pulumi.getter(name="sncMode")
99525
99525
  def snc_mode(self) -> Optional[Any]:
99526
99526
  """
99527
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
99527
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
99528
99528
  """
99529
99529
  return pulumi.get(self, "snc_mode")
99530
99530
 
@@ -71167,7 +71167,7 @@ class SapOdpLinkedServiceResponse(dict):
71167
71167
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
71168
71168
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
71169
71169
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
71170
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
71170
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
71171
71171
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
71172
71172
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
71173
71173
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -71343,7 +71343,7 @@ class SapOdpLinkedServiceResponse(dict):
71343
71343
  @pulumi.getter(name="sncMode")
71344
71344
  def snc_mode(self) -> Optional[Any]:
71345
71345
  """
71346
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
71346
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
71347
71347
  """
71348
71348
  return pulumi.get(self, "snc_mode")
71349
71349
 
@@ -72424,7 +72424,7 @@ class SapTableLinkedServiceResponse(dict):
72424
72424
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: Password to access the SAP server where the table is located.
72425
72425
  :param Any server: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
72426
72426
  :param Any snc_library_path: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
72427
- :param Any snc_mode: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
72427
+ :param Any snc_mode: SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
72428
72428
  :param Any snc_my_name: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
72429
72429
  :param Any snc_partner_name: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
72430
72430
  :param Any snc_qop: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
@@ -72594,7 +72594,7 @@ class SapTableLinkedServiceResponse(dict):
72594
72594
  @pulumi.getter(name="sncMode")
72595
72595
  def snc_mode(self) -> Optional[Any]:
72596
72596
  """
72597
- SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
72597
+ SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean).
72598
72598
  """
72599
72599
  return pulumi.get(self, "snc_mode")
72600
72600
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "azure-native",
4
- "version": "2.79.0-alpha.1734639794"
4
+ "version": "2.80.0"
5
5
  }
@@ -19,7 +19,10 @@ if typing.TYPE_CHECKING:
19
19
  v20230601preview = __v20230601preview
20
20
  import pulumi_azure_native.quota.v20241015preview as __v20241015preview
21
21
  v20241015preview = __v20241015preview
22
+ import pulumi_azure_native.quota.v20241218preview as __v20241218preview
23
+ v20241218preview = __v20241218preview
22
24
  else:
23
25
  v20230601preview = _utilities.lazy_import('pulumi_azure_native.quota.v20230601preview')
24
26
  v20241015preview = _utilities.lazy_import('pulumi_azure_native.quota.v20241015preview')
27
+ v20241218preview = _utilities.lazy_import('pulumi_azure_native.quota.v20241218preview')
25
28
 
@@ -105,7 +105,7 @@ def get_group_quota(group_quota_name: Optional[str] = None,
105
105
  Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
106
106
  Azure REST API version: 2023-06-01-preview.
107
107
 
108
- Other available API versions: 2024-10-15-preview.
108
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
109
109
 
110
110
 
111
111
  :param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
@@ -130,7 +130,7 @@ def get_group_quota_output(group_quota_name: Optional[pulumi.Input[str]] = None,
130
130
  Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
131
131
  Azure REST API version: 2023-06-01-preview.
132
132
 
133
- Other available API versions: 2024-10-15-preview.
133
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
134
134
 
135
135
 
136
136
  :param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
@@ -102,7 +102,7 @@ def get_group_quota_subscription(group_quota_name: Optional[str] = None,
102
102
  Returns the subscriptionIds along with its provisioning state for being associated with the GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
103
103
  Azure REST API version: 2023-06-01-preview.
104
104
 
105
- Other available API versions: 2024-10-15-preview.
105
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
106
106
 
107
107
 
108
108
  :param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
@@ -127,7 +127,7 @@ def get_group_quota_subscription_output(group_quota_name: Optional[pulumi.Input[
127
127
  Returns the subscriptionIds along with its provisioning state for being associated with the GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200.
128
128
  Azure REST API version: 2023-06-01-preview.
129
129
 
130
- Other available API versions: 2024-10-15-preview.
130
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
131
131
 
132
132
 
133
133
  :param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
@@ -87,7 +87,7 @@ class GroupQuota(pulumi.CustomResource):
87
87
  Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
88
88
  Azure REST API version: 2023-06-01-preview.
89
89
 
90
- Other available API versions: 2024-10-15-preview.
90
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
91
91
 
92
92
  :param str resource_name: The name of the resource.
93
93
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -105,7 +105,7 @@ class GroupQuota(pulumi.CustomResource):
105
105
  Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
106
106
  Azure REST API version: 2023-06-01-preview.
107
107
 
108
- Other available API versions: 2024-10-15-preview.
108
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
109
109
 
110
110
  :param str resource_name: The name of the resource.
111
111
  :param GroupQuotaArgs args: The arguments to use to populate this resource's properties.
@@ -142,7 +142,7 @@ class GroupQuota(pulumi.CustomResource):
142
142
  __props__.__dict__["name"] = None
143
143
  __props__.__dict__["system_data"] = None
144
144
  __props__.__dict__["type"] = None
145
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuota")])
145
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241218preview:GroupQuota")])
146
146
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
147
147
  super(GroupQuota, __self__).__init__(
148
148
  'azure-native:quota:GroupQuota',
@@ -67,7 +67,7 @@ class GroupQuotaSubscription(pulumi.CustomResource):
67
67
  This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
68
68
  Azure REST API version: 2023-06-01-preview.
69
69
 
70
- Other available API versions: 2024-10-15-preview.
70
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
71
71
 
72
72
  :param str resource_name: The name of the resource.
73
73
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -84,7 +84,7 @@ class GroupQuotaSubscription(pulumi.CustomResource):
84
84
  This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
85
85
  Azure REST API version: 2023-06-01-preview.
86
86
 
87
- Other available API versions: 2024-10-15-preview.
87
+ Other available API versions: 2024-10-15-preview, 2024-12-18-preview.
88
88
 
89
89
  :param str resource_name: The name of the resource.
90
90
  :param GroupQuotaSubscriptionArgs args: The arguments to use to populate this resource's properties.
@@ -122,7 +122,7 @@ class GroupQuotaSubscription(pulumi.CustomResource):
122
122
  __props__.__dict__["properties"] = None
123
123
  __props__.__dict__["system_data"] = None
124
124
  __props__.__dict__["type"] = None
125
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuotaSubscription")])
125
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241218preview:GroupQuotaSubscription")])
126
126
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
127
127
  super(GroupQuotaSubscription, __self__).__init__(
128
128
  'azure-native:quota:GroupQuotaSubscription',
@@ -136,7 +136,7 @@ class GroupQuota(pulumi.CustomResource):
136
136
  __props__.__dict__["name"] = None
137
137
  __props__.__dict__["system_data"] = None
138
138
  __props__.__dict__["type"] = None
139
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuota")])
139
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241218preview:GroupQuota")])
140
140
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
141
141
  super(GroupQuota, __self__).__init__(
142
142
  'azure-native:quota/v20230601preview:GroupQuota',
@@ -116,7 +116,7 @@ class GroupQuotaSubscription(pulumi.CustomResource):
116
116
  __props__.__dict__["properties"] = None
117
117
  __props__.__dict__["system_data"] = None
118
118
  __props__.__dict__["type"] = None
119
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuotaSubscription")])
119
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241218preview:GroupQuotaSubscription")])
120
120
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
121
121
  super(GroupQuotaSubscription, __self__).__init__(
122
122
  'azure-native:quota/v20230601preview:GroupQuotaSubscription',
@@ -136,7 +136,7 @@ class GroupQuota(pulumi.CustomResource):
136
136
  __props__.__dict__["name"] = None
137
137
  __props__.__dict__["system_data"] = None
138
138
  __props__.__dict__["type"] = None
139
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuota")])
139
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuota"), pulumi.Alias(type_="azure-native:quota/v20241218preview:GroupQuota")])
140
140
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
141
141
  super(GroupQuota, __self__).__init__(
142
142
  'azure-native:quota/v20241015preview:GroupQuota',
@@ -116,7 +116,7 @@ class GroupQuotaSubscription(pulumi.CustomResource):
116
116
  __props__.__dict__["properties"] = None
117
117
  __props__.__dict__["system_data"] = None
118
118
  __props__.__dict__["type"] = None
119
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuotaSubscription")])
119
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:quota:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20230601preview:GroupQuotaSubscription"), pulumi.Alias(type_="azure-native:quota/v20241218preview:GroupQuotaSubscription")])
120
120
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
121
121
  super(GroupQuotaSubscription, __self__).__init__(
122
122
  'azure-native:quota/v20241015preview:GroupQuotaSubscription',
@@ -0,0 +1,13 @@
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 ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_group_quota import *
9
+ from .get_group_quota_subscription import *
10
+ from .group_quota import *
11
+ from .group_quota_subscription import *
12
+ from ._inputs import *
13
+ from . import outputs
@@ -0,0 +1,55 @@
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
+
17
+ __all__ = [
18
+ 'GroupQuotasEntityPropertiesArgs',
19
+ 'GroupQuotasEntityPropertiesArgsDict',
20
+ ]
21
+
22
+ MYPY = False
23
+
24
+ if not MYPY:
25
+ class GroupQuotasEntityPropertiesArgsDict(TypedDict):
26
+ display_name: NotRequired[pulumi.Input[str]]
27
+ """
28
+ Display name of the GroupQuota entity.
29
+ """
30
+ elif False:
31
+ GroupQuotasEntityPropertiesArgsDict: TypeAlias = Mapping[str, Any]
32
+
33
+ @pulumi.input_type
34
+ class GroupQuotasEntityPropertiesArgs:
35
+ def __init__(__self__, *,
36
+ display_name: Optional[pulumi.Input[str]] = None):
37
+ """
38
+ :param pulumi.Input[str] display_name: Display name of the GroupQuota entity.
39
+ """
40
+ if display_name is not None:
41
+ pulumi.set(__self__, "display_name", display_name)
42
+
43
+ @property
44
+ @pulumi.getter(name="displayName")
45
+ def display_name(self) -> Optional[pulumi.Input[str]]:
46
+ """
47
+ Display name of the GroupQuota entity.
48
+ """
49
+ return pulumi.get(self, "display_name")
50
+
51
+ @display_name.setter
52
+ def display_name(self, value: Optional[pulumi.Input[str]]):
53
+ pulumi.set(self, "display_name", value)
54
+
55
+
@@ -0,0 +1,140 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetGroupQuotaResult',
20
+ 'AwaitableGetGroupQuotaResult',
21
+ 'get_group_quota',
22
+ 'get_group_quota_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetGroupQuotaResult:
27
+ """
28
+ Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
29
+ """
30
+ def __init__(__self__, id=None, name=None, properties=None, system_data=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if name and not isinstance(name, str):
35
+ raise TypeError("Expected argument 'name' to be a str")
36
+ pulumi.set(__self__, "name", name)
37
+ if properties and not isinstance(properties, dict):
38
+ raise TypeError("Expected argument 'properties' to be a dict")
39
+ pulumi.set(__self__, "properties", properties)
40
+ if system_data and not isinstance(system_data, dict):
41
+ raise TypeError("Expected argument 'system_data' to be a dict")
42
+ pulumi.set(__self__, "system_data", system_data)
43
+ if type and not isinstance(type, str):
44
+ raise TypeError("Expected argument 'type' to be a str")
45
+ pulumi.set(__self__, "type", type)
46
+
47
+ @property
48
+ @pulumi.getter
49
+ def id(self) -> str:
50
+ """
51
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
52
+ """
53
+ return pulumi.get(self, "id")
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def name(self) -> str:
58
+ """
59
+ The name of the resource
60
+ """
61
+ return pulumi.get(self, "name")
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def properties(self) -> 'outputs.GroupQuotasEntityResponseProperties':
66
+ return pulumi.get(self, "properties")
67
+
68
+ @property
69
+ @pulumi.getter(name="systemData")
70
+ def system_data(self) -> 'outputs.SystemDataResponse':
71
+ """
72
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
73
+ """
74
+ return pulumi.get(self, "system_data")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def type(self) -> str:
79
+ """
80
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
81
+ """
82
+ return pulumi.get(self, "type")
83
+
84
+
85
+ class AwaitableGetGroupQuotaResult(GetGroupQuotaResult):
86
+ # pylint: disable=using-constant-test
87
+ def __await__(self):
88
+ if False:
89
+ yield self
90
+ return GetGroupQuotaResult(
91
+ id=self.id,
92
+ name=self.name,
93
+ properties=self.properties,
94
+ system_data=self.system_data,
95
+ type=self.type)
96
+
97
+
98
+ def get_group_quota(group_quota_name: Optional[str] = None,
99
+ management_group_id: Optional[str] = None,
100
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupQuotaResult:
101
+ """
102
+ Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
103
+
104
+
105
+ :param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
106
+ :param str management_group_id: Management Group Id.
107
+ """
108
+ __args__ = dict()
109
+ __args__['groupQuotaName'] = group_quota_name
110
+ __args__['managementGroupId'] = management_group_id
111
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
112
+ __ret__ = pulumi.runtime.invoke('azure-native:quota/v20241218preview:getGroupQuota', __args__, opts=opts, typ=GetGroupQuotaResult).value
113
+
114
+ return AwaitableGetGroupQuotaResult(
115
+ id=pulumi.get(__ret__, 'id'),
116
+ name=pulumi.get(__ret__, 'name'),
117
+ properties=pulumi.get(__ret__, 'properties'),
118
+ system_data=pulumi.get(__ret__, 'system_data'),
119
+ type=pulumi.get(__ret__, 'type'))
120
+ def get_group_quota_output(group_quota_name: Optional[pulumi.Input[str]] = None,
121
+ management_group_id: Optional[pulumi.Input[str]] = None,
122
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupQuotaResult]:
123
+ """
124
+ Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs.
125
+
126
+
127
+ :param str group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
128
+ :param str management_group_id: Management Group Id.
129
+ """
130
+ __args__ = dict()
131
+ __args__['groupQuotaName'] = group_quota_name
132
+ __args__['managementGroupId'] = management_group_id
133
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
134
+ __ret__ = pulumi.runtime.invoke_output('azure-native:quota/v20241218preview:getGroupQuota', __args__, opts=opts, typ=GetGroupQuotaResult)
135
+ return __ret__.apply(lambda __response__: GetGroupQuotaResult(
136
+ id=pulumi.get(__response__, 'id'),
137
+ name=pulumi.get(__response__, 'name'),
138
+ properties=pulumi.get(__response__, 'properties'),
139
+ system_data=pulumi.get(__response__, 'system_data'),
140
+ type=pulumi.get(__response__, 'type')))