pulumi-azure-native 2.79.0a1734514969__py3-none-any.whl → 2.79.0a1734933929__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 (135) hide show
  1. pulumi_azure_native/__init__.py +46 -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/datadog/__init__.py +7 -0
  31. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  32. pulumi_azure_native/datadog/get_monitor.py +2 -2
  33. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  34. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  35. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  36. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  37. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  38. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  39. pulumi_azure_native/datadog/monitor.py +3 -3
  40. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  41. pulumi_azure_native/datadog/outputs.py +120 -0
  42. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  43. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  44. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  45. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  46. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  47. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  48. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  49. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  50. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  51. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  52. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  53. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  54. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  55. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  56. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  57. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  58. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  59. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  60. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  61. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  62. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  63. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  64. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  65. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  66. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  67. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  68. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  69. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  70. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  71. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  72. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  73. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  74. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  75. pulumi_azure_native/datafactory/_inputs.py +6 -6
  76. pulumi_azure_native/datafactory/outputs.py +4 -4
  77. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  78. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  79. pulumi_azure_native/pulumi-plugin.json +1 -1
  80. pulumi_azure_native/quota/__init__.py +3 -0
  81. pulumi_azure_native/quota/get_group_quota.py +2 -2
  82. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  83. pulumi_azure_native/quota/group_quota.py +3 -3
  84. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  85. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  86. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  87. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  88. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  89. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  90. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  91. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  92. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  93. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  94. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  95. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  96. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  97. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  98. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  99. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  100. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  101. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  102. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  103. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  104. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  105. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  106. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  107. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  108. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  109. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  110. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  111. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  112. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  113. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  114. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  115. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  116. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  117. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  118. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  119. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  120. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  121. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  122. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  123. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  124. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  125. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  126. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  127. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  128. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  129. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  130. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  131. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  132. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/METADATA +1 -1
  133. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/RECORD +135 -82
  134. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/WHEEL +0 -0
  135. {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/top_level.txt +0 -0
@@ -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
+ 'GetGroupQuotaSubscriptionResult',
20
+ 'AwaitableGetGroupQuotaSubscriptionResult',
21
+ 'get_group_quota_subscription',
22
+ 'get_group_quota_subscription_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetGroupQuotaSubscriptionResult:
27
+ """
28
+ This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
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.GroupQuotaSubscriptionIdResponseProperties':
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 AwaitableGetGroupQuotaSubscriptionResult(GetGroupQuotaSubscriptionResult):
86
+ # pylint: disable=using-constant-test
87
+ def __await__(self):
88
+ if False:
89
+ yield self
90
+ return GetGroupQuotaSubscriptionResult(
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_subscription(group_quota_name: Optional[str] = None,
99
+ management_group_id: Optional[str] = None,
100
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupQuotaSubscriptionResult:
101
+ """
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
+
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:getGroupQuotaSubscription', __args__, opts=opts, typ=GetGroupQuotaSubscriptionResult).value
113
+
114
+ return AwaitableGetGroupQuotaSubscriptionResult(
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_subscription_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[GetGroupQuotaSubscriptionResult]:
123
+ """
124
+ 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.
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:getGroupQuotaSubscription', __args__, opts=opts, typ=GetGroupQuotaSubscriptionResult)
135
+ return __ret__.apply(lambda __response__: GetGroupQuotaSubscriptionResult(
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')))
@@ -0,0 +1,191 @@
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
+ from ._inputs import *
18
+
19
+ __all__ = ['GroupQuotaArgs', 'GroupQuota']
20
+
21
+ @pulumi.input_type
22
+ class GroupQuotaArgs:
23
+ def __init__(__self__, *,
24
+ management_group_id: pulumi.Input[str],
25
+ group_quota_name: Optional[pulumi.Input[str]] = None,
26
+ properties: Optional[pulumi.Input['GroupQuotasEntityPropertiesArgs']] = None):
27
+ """
28
+ The set of arguments for constructing a GroupQuota resource.
29
+ :param pulumi.Input[str] management_group_id: Management Group Id.
30
+ :param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
31
+ """
32
+ pulumi.set(__self__, "management_group_id", management_group_id)
33
+ if group_quota_name is not None:
34
+ pulumi.set(__self__, "group_quota_name", group_quota_name)
35
+ if properties is not None:
36
+ pulumi.set(__self__, "properties", properties)
37
+
38
+ @property
39
+ @pulumi.getter(name="managementGroupId")
40
+ def management_group_id(self) -> pulumi.Input[str]:
41
+ """
42
+ Management Group Id.
43
+ """
44
+ return pulumi.get(self, "management_group_id")
45
+
46
+ @management_group_id.setter
47
+ def management_group_id(self, value: pulumi.Input[str]):
48
+ pulumi.set(self, "management_group_id", value)
49
+
50
+ @property
51
+ @pulumi.getter(name="groupQuotaName")
52
+ def group_quota_name(self) -> Optional[pulumi.Input[str]]:
53
+ """
54
+ The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
55
+ """
56
+ return pulumi.get(self, "group_quota_name")
57
+
58
+ @group_quota_name.setter
59
+ def group_quota_name(self, value: Optional[pulumi.Input[str]]):
60
+ pulumi.set(self, "group_quota_name", value)
61
+
62
+ @property
63
+ @pulumi.getter
64
+ def properties(self) -> Optional[pulumi.Input['GroupQuotasEntityPropertiesArgs']]:
65
+ return pulumi.get(self, "properties")
66
+
67
+ @properties.setter
68
+ def properties(self, value: Optional[pulumi.Input['GroupQuotasEntityPropertiesArgs']]):
69
+ pulumi.set(self, "properties", value)
70
+
71
+
72
+ class GroupQuota(pulumi.CustomResource):
73
+ @overload
74
+ def __init__(__self__,
75
+ resource_name: str,
76
+ opts: Optional[pulumi.ResourceOptions] = None,
77
+ group_quota_name: Optional[pulumi.Input[str]] = None,
78
+ management_group_id: Optional[pulumi.Input[str]] = None,
79
+ properties: Optional[pulumi.Input[Union['GroupQuotasEntityPropertiesArgs', 'GroupQuotasEntityPropertiesArgsDict']]] = None,
80
+ __props__=None):
81
+ """
82
+ Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
83
+
84
+ :param str resource_name: The name of the resource.
85
+ :param pulumi.ResourceOptions opts: Options for the resource.
86
+ :param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
87
+ :param pulumi.Input[str] management_group_id: Management Group Id.
88
+ """
89
+ ...
90
+ @overload
91
+ def __init__(__self__,
92
+ resource_name: str,
93
+ args: GroupQuotaArgs,
94
+ opts: Optional[pulumi.ResourceOptions] = None):
95
+ """
96
+ Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
97
+
98
+ :param str resource_name: The name of the resource.
99
+ :param GroupQuotaArgs args: The arguments to use to populate this resource's properties.
100
+ :param pulumi.ResourceOptions opts: Options for the resource.
101
+ """
102
+ ...
103
+ def __init__(__self__, resource_name: str, *args, **kwargs):
104
+ resource_args, opts = _utilities.get_resource_args_opts(GroupQuotaArgs, pulumi.ResourceOptions, *args, **kwargs)
105
+ if resource_args is not None:
106
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
107
+ else:
108
+ __self__._internal_init(resource_name, *args, **kwargs)
109
+
110
+ def _internal_init(__self__,
111
+ resource_name: str,
112
+ opts: Optional[pulumi.ResourceOptions] = None,
113
+ group_quota_name: Optional[pulumi.Input[str]] = None,
114
+ management_group_id: Optional[pulumi.Input[str]] = None,
115
+ properties: Optional[pulumi.Input[Union['GroupQuotasEntityPropertiesArgs', 'GroupQuotasEntityPropertiesArgsDict']]] = None,
116
+ __props__=None):
117
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
118
+ if not isinstance(opts, pulumi.ResourceOptions):
119
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
120
+ if opts.id is None:
121
+ if __props__ is not None:
122
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
123
+ __props__ = GroupQuotaArgs.__new__(GroupQuotaArgs)
124
+
125
+ __props__.__dict__["group_quota_name"] = group_quota_name
126
+ if management_group_id is None and not opts.urn:
127
+ raise TypeError("Missing required property 'management_group_id'")
128
+ __props__.__dict__["management_group_id"] = management_group_id
129
+ __props__.__dict__["properties"] = properties
130
+ __props__.__dict__["name"] = None
131
+ __props__.__dict__["system_data"] = None
132
+ __props__.__dict__["type"] = None
133
+ 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/v20241015preview:GroupQuota")])
134
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
135
+ super(GroupQuota, __self__).__init__(
136
+ 'azure-native:quota/v20241218preview:GroupQuota',
137
+ resource_name,
138
+ __props__,
139
+ opts)
140
+
141
+ @staticmethod
142
+ def get(resource_name: str,
143
+ id: pulumi.Input[str],
144
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'GroupQuota':
145
+ """
146
+ Get an existing GroupQuota resource's state with the given name, id, and optional extra
147
+ properties used to qualify the lookup.
148
+
149
+ :param str resource_name: The unique name of the resulting resource.
150
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
151
+ :param pulumi.ResourceOptions opts: Options for the resource.
152
+ """
153
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
154
+
155
+ __props__ = GroupQuotaArgs.__new__(GroupQuotaArgs)
156
+
157
+ __props__.__dict__["name"] = None
158
+ __props__.__dict__["properties"] = None
159
+ __props__.__dict__["system_data"] = None
160
+ __props__.__dict__["type"] = None
161
+ return GroupQuota(resource_name, opts=opts, __props__=__props__)
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def name(self) -> pulumi.Output[str]:
166
+ """
167
+ The name of the resource
168
+ """
169
+ return pulumi.get(self, "name")
170
+
171
+ @property
172
+ @pulumi.getter
173
+ def properties(self) -> pulumi.Output['outputs.GroupQuotasEntityResponseProperties']:
174
+ return pulumi.get(self, "properties")
175
+
176
+ @property
177
+ @pulumi.getter(name="systemData")
178
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
179
+ """
180
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
181
+ """
182
+ return pulumi.get(self, "system_data")
183
+
184
+ @property
185
+ @pulumi.getter
186
+ def type(self) -> pulumi.Output[str]:
187
+ """
188
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
189
+ """
190
+ return pulumi.get(self, "type")
191
+
@@ -0,0 +1,177 @@
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__ = ['GroupQuotaSubscriptionArgs', 'GroupQuotaSubscription']
19
+
20
+ @pulumi.input_type
21
+ class GroupQuotaSubscriptionArgs:
22
+ def __init__(__self__, *,
23
+ group_quota_name: pulumi.Input[str],
24
+ management_group_id: pulumi.Input[str]):
25
+ """
26
+ The set of arguments for constructing a GroupQuotaSubscription resource.
27
+ :param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
28
+ :param pulumi.Input[str] management_group_id: Management Group Id.
29
+ """
30
+ pulumi.set(__self__, "group_quota_name", group_quota_name)
31
+ pulumi.set(__self__, "management_group_id", management_group_id)
32
+
33
+ @property
34
+ @pulumi.getter(name="groupQuotaName")
35
+ def group_quota_name(self) -> pulumi.Input[str]:
36
+ """
37
+ The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
38
+ """
39
+ return pulumi.get(self, "group_quota_name")
40
+
41
+ @group_quota_name.setter
42
+ def group_quota_name(self, value: pulumi.Input[str]):
43
+ pulumi.set(self, "group_quota_name", value)
44
+
45
+ @property
46
+ @pulumi.getter(name="managementGroupId")
47
+ def management_group_id(self) -> pulumi.Input[str]:
48
+ """
49
+ Management Group Id.
50
+ """
51
+ return pulumi.get(self, "management_group_id")
52
+
53
+ @management_group_id.setter
54
+ def management_group_id(self, value: pulumi.Input[str]):
55
+ pulumi.set(self, "management_group_id", value)
56
+
57
+
58
+ class GroupQuotaSubscription(pulumi.CustomResource):
59
+ @overload
60
+ def __init__(__self__,
61
+ resource_name: str,
62
+ opts: Optional[pulumi.ResourceOptions] = None,
63
+ group_quota_name: Optional[pulumi.Input[str]] = None,
64
+ management_group_id: Optional[pulumi.Input[str]] = None,
65
+ __props__=None):
66
+ """
67
+ This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
68
+
69
+ :param str resource_name: The name of the resource.
70
+ :param pulumi.ResourceOptions opts: Options for the resource.
71
+ :param pulumi.Input[str] group_quota_name: The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
72
+ :param pulumi.Input[str] management_group_id: Management Group Id.
73
+ """
74
+ ...
75
+ @overload
76
+ def __init__(__self__,
77
+ resource_name: str,
78
+ args: GroupQuotaSubscriptionArgs,
79
+ opts: Optional[pulumi.ResourceOptions] = None):
80
+ """
81
+ This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
82
+
83
+ :param str resource_name: The name of the resource.
84
+ :param GroupQuotaSubscriptionArgs args: The arguments to use to populate this resource's properties.
85
+ :param pulumi.ResourceOptions opts: Options for the resource.
86
+ """
87
+ ...
88
+ def __init__(__self__, resource_name: str, *args, **kwargs):
89
+ resource_args, opts = _utilities.get_resource_args_opts(GroupQuotaSubscriptionArgs, pulumi.ResourceOptions, *args, **kwargs)
90
+ if resource_args is not None:
91
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
92
+ else:
93
+ __self__._internal_init(resource_name, *args, **kwargs)
94
+
95
+ def _internal_init(__self__,
96
+ resource_name: str,
97
+ opts: Optional[pulumi.ResourceOptions] = None,
98
+ group_quota_name: Optional[pulumi.Input[str]] = None,
99
+ management_group_id: Optional[pulumi.Input[str]] = None,
100
+ __props__=None):
101
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
102
+ if not isinstance(opts, pulumi.ResourceOptions):
103
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
104
+ if opts.id is None:
105
+ if __props__ is not None:
106
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
107
+ __props__ = GroupQuotaSubscriptionArgs.__new__(GroupQuotaSubscriptionArgs)
108
+
109
+ if group_quota_name is None and not opts.urn:
110
+ raise TypeError("Missing required property 'group_quota_name'")
111
+ __props__.__dict__["group_quota_name"] = group_quota_name
112
+ if management_group_id is None and not opts.urn:
113
+ raise TypeError("Missing required property 'management_group_id'")
114
+ __props__.__dict__["management_group_id"] = management_group_id
115
+ __props__.__dict__["name"] = None
116
+ __props__.__dict__["properties"] = None
117
+ __props__.__dict__["system_data"] = None
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"), pulumi.Alias(type_="azure-native:quota/v20241015preview:GroupQuotaSubscription")])
120
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
121
+ super(GroupQuotaSubscription, __self__).__init__(
122
+ 'azure-native:quota/v20241218preview:GroupQuotaSubscription',
123
+ resource_name,
124
+ __props__,
125
+ opts)
126
+
127
+ @staticmethod
128
+ def get(resource_name: str,
129
+ id: pulumi.Input[str],
130
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'GroupQuotaSubscription':
131
+ """
132
+ Get an existing GroupQuotaSubscription resource's state with the given name, id, and optional extra
133
+ properties used to qualify the lookup.
134
+
135
+ :param str resource_name: The unique name of the resulting resource.
136
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
137
+ :param pulumi.ResourceOptions opts: Options for the resource.
138
+ """
139
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
140
+
141
+ __props__ = GroupQuotaSubscriptionArgs.__new__(GroupQuotaSubscriptionArgs)
142
+
143
+ __props__.__dict__["name"] = None
144
+ __props__.__dict__["properties"] = None
145
+ __props__.__dict__["system_data"] = None
146
+ __props__.__dict__["type"] = None
147
+ return GroupQuotaSubscription(resource_name, opts=opts, __props__=__props__)
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def name(self) -> pulumi.Output[str]:
152
+ """
153
+ The name of the resource
154
+ """
155
+ return pulumi.get(self, "name")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def properties(self) -> pulumi.Output['outputs.GroupQuotaSubscriptionIdResponseProperties']:
160
+ return pulumi.get(self, "properties")
161
+
162
+ @property
163
+ @pulumi.getter(name="systemData")
164
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
165
+ """
166
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
167
+ """
168
+ return pulumi.get(self, "system_data")
169
+
170
+ @property
171
+ @pulumi.getter
172
+ def type(self) -> pulumi.Output[str]:
173
+ """
174
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
175
+ """
176
+ return pulumi.get(self, "type")
177
+