pulumi-azure-native 2.78.0a1734184513__py3-none-any.whl → 2.79.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 (147) hide show
  1. pulumi_azure_native/__init__.py +46 -16
  2. pulumi_azure_native/alertsmanagement/__init__.py +0 -6
  3. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
  4. pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +1 -5
  5. pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +0 -4
  6. pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
  7. pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
  8. pulumi_azure_native/azurefleet/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  14. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  15. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  16. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  17. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  18. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  19. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  20. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  22. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  23. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  24. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  25. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  26. pulumi_azure_native/compute/__init__.py +3 -0
  27. pulumi_azure_native/compute/cloud_service.py +5 -1
  28. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  29. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  30. pulumi_azure_native/{alertsmanagement/v20230501preview → compute/v20241104}/__init__.py +2 -2
  31. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  32. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  33. pulumi_azure_native/{alertsmanagement/v20240301preview/alert_processing_rule_by_name.py → compute/v20241104/cloud_service.py} +87 -58
  34. pulumi_azure_native/{alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py → compute/v20241104/get_cloud_service.py} +53 -39
  35. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  36. pulumi_azure_native/datadog/__init__.py +7 -0
  37. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  38. pulumi_azure_native/datadog/get_monitor.py +2 -2
  39. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  40. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  41. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  42. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  43. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  44. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  45. pulumi_azure_native/datadog/monitor.py +3 -3
  46. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  47. pulumi_azure_native/datadog/outputs.py +120 -0
  48. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  49. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  50. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  51. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  52. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  53. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  54. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  55. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  56. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  57. pulumi_azure_native/{alertsmanagement/v20230501preview/get_alert_processing_rule_by_name.py → datadog/v20230707/get_monitor.py} +54 -43
  58. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  59. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  60. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  61. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  62. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  63. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  64. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  65. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  66. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  67. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  68. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  69. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  70. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  71. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  72. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  73. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  74. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  75. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  76. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  77. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  78. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  79. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  80. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  81. pulumi_azure_native/datafactory/_inputs.py +6 -6
  82. pulumi_azure_native/datafactory/outputs.py +4 -4
  83. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  84. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  85. pulumi_azure_native/pulumi-plugin.json +1 -1
  86. pulumi_azure_native/quota/__init__.py +3 -0
  87. pulumi_azure_native/quota/get_group_quota.py +2 -2
  88. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  89. pulumi_azure_native/quota/group_quota.py +3 -3
  90. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  91. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  92. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  93. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  94. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  95. pulumi_azure_native/{alertsmanagement/v20240301preview → quota/v20241218preview}/__init__.py +4 -3
  96. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  97. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  98. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  99. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  100. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  101. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  102. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  103. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  104. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  105. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  106. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  107. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  108. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  109. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  110. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  111. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  112. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  113. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  114. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  115. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  116. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  117. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  118. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  119. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  120. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  121. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  122. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  123. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  124. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  125. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  126. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  127. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  128. pulumi_azure_native/{alertsmanagement/v20230501preview/alert_processing_rule_by_name.py → servicenetworking/v20250101/frontends_interface.py} +83 -73
  129. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  130. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  131. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  132. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  133. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  134. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  135. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  136. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  137. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  138. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/METADATA +1 -1
  139. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/RECORD +141 -100
  140. pulumi_azure_native/alertsmanagement/v20230501preview/_enums.py +0 -80
  141. pulumi_azure_native/alertsmanagement/v20230501preview/_inputs.py +0 -868
  142. pulumi_azure_native/alertsmanagement/v20230501preview/outputs.py +0 -795
  143. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +0 -88
  144. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +0 -965
  145. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +0 -877
  146. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/WHEEL +0 -0
  147. {pulumi_azure_native-2.78.0a1734184513.dist-info → pulumi_azure_native-2.79.0.dist-info}/top_level.txt +0 -0
@@ -14,34 +14,31 @@ else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from ... import _utilities
16
16
  from . import outputs
17
- from ._enums import *
18
- from ._inputs import *
19
17
 
20
- __all__ = ['AlertProcessingRuleByNameArgs', 'AlertProcessingRuleByName']
18
+ __all__ = ['FrontendsInterfaceArgs', 'FrontendsInterface']
21
19
 
22
20
  @pulumi.input_type
23
- class AlertProcessingRuleByNameArgs:
21
+ class FrontendsInterfaceArgs:
24
22
  def __init__(__self__, *,
25
23
  resource_group_name: pulumi.Input[str],
26
- alert_processing_rule_name: Optional[pulumi.Input[str]] = None,
24
+ traffic_controller_name: pulumi.Input[str],
25
+ frontend_name: Optional[pulumi.Input[str]] = None,
27
26
  location: Optional[pulumi.Input[str]] = None,
28
- properties: Optional[pulumi.Input['AlertProcessingRulePropertiesArgs']] = None,
29
27
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
30
28
  """
31
- The set of arguments for constructing a AlertProcessingRuleByName resource.
32
- :param pulumi.Input[str] resource_group_name: Resource group name where the resource is created.
33
- :param pulumi.Input[str] alert_processing_rule_name: The name of the alert processing rule that needs to be created/updated.
34
- :param pulumi.Input[str] location: Resource location
35
- :param pulumi.Input['AlertProcessingRulePropertiesArgs'] properties: Alert processing rule properties.
36
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
29
+ The set of arguments for constructing a FrontendsInterface resource.
30
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
31
+ :param pulumi.Input[str] traffic_controller_name: traffic controller name for path
32
+ :param pulumi.Input[str] frontend_name: Frontends
33
+ :param pulumi.Input[str] location: The geo-location where the resource lives
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
37
35
  """
38
36
  pulumi.set(__self__, "resource_group_name", resource_group_name)
39
- if alert_processing_rule_name is not None:
40
- pulumi.set(__self__, "alert_processing_rule_name", alert_processing_rule_name)
37
+ pulumi.set(__self__, "traffic_controller_name", traffic_controller_name)
38
+ if frontend_name is not None:
39
+ pulumi.set(__self__, "frontend_name", frontend_name)
41
40
  if location is not None:
42
41
  pulumi.set(__self__, "location", location)
43
- if properties is not None:
44
- pulumi.set(__self__, "properties", properties)
45
42
  if tags is not None:
46
43
  pulumi.set(__self__, "tags", tags)
47
44
 
@@ -49,7 +46,7 @@ class AlertProcessingRuleByNameArgs:
49
46
  @pulumi.getter(name="resourceGroupName")
50
47
  def resource_group_name(self) -> pulumi.Input[str]:
51
48
  """
52
- Resource group name where the resource is created.
49
+ The name of the resource group. The name is case insensitive.
53
50
  """
54
51
  return pulumi.get(self, "resource_group_name")
55
52
 
@@ -58,46 +55,46 @@ class AlertProcessingRuleByNameArgs:
58
55
  pulumi.set(self, "resource_group_name", value)
59
56
 
60
57
  @property
61
- @pulumi.getter(name="alertProcessingRuleName")
62
- def alert_processing_rule_name(self) -> Optional[pulumi.Input[str]]:
58
+ @pulumi.getter(name="trafficControllerName")
59
+ def traffic_controller_name(self) -> pulumi.Input[str]:
63
60
  """
64
- The name of the alert processing rule that needs to be created/updated.
61
+ traffic controller name for path
65
62
  """
66
- return pulumi.get(self, "alert_processing_rule_name")
63
+ return pulumi.get(self, "traffic_controller_name")
67
64
 
68
- @alert_processing_rule_name.setter
69
- def alert_processing_rule_name(self, value: Optional[pulumi.Input[str]]):
70
- pulumi.set(self, "alert_processing_rule_name", value)
65
+ @traffic_controller_name.setter
66
+ def traffic_controller_name(self, value: pulumi.Input[str]):
67
+ pulumi.set(self, "traffic_controller_name", value)
71
68
 
72
69
  @property
73
- @pulumi.getter
74
- def location(self) -> Optional[pulumi.Input[str]]:
70
+ @pulumi.getter(name="frontendName")
71
+ def frontend_name(self) -> Optional[pulumi.Input[str]]:
75
72
  """
76
- Resource location
73
+ Frontends
77
74
  """
78
- return pulumi.get(self, "location")
75
+ return pulumi.get(self, "frontend_name")
79
76
 
80
- @location.setter
81
- def location(self, value: Optional[pulumi.Input[str]]):
82
- pulumi.set(self, "location", value)
77
+ @frontend_name.setter
78
+ def frontend_name(self, value: Optional[pulumi.Input[str]]):
79
+ pulumi.set(self, "frontend_name", value)
83
80
 
84
81
  @property
85
82
  @pulumi.getter
86
- def properties(self) -> Optional[pulumi.Input['AlertProcessingRulePropertiesArgs']]:
83
+ def location(self) -> Optional[pulumi.Input[str]]:
87
84
  """
88
- Alert processing rule properties.
85
+ The geo-location where the resource lives
89
86
  """
90
- return pulumi.get(self, "properties")
87
+ return pulumi.get(self, "location")
91
88
 
92
- @properties.setter
93
- def properties(self, value: Optional[pulumi.Input['AlertProcessingRulePropertiesArgs']]):
94
- pulumi.set(self, "properties", value)
89
+ @location.setter
90
+ def location(self, value: Optional[pulumi.Input[str]]):
91
+ pulumi.set(self, "location", value)
95
92
 
96
93
  @property
97
94
  @pulumi.getter
98
95
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
99
96
  """
100
- Resource tags
97
+ Resource tags.
101
98
  """
102
99
  return pulumi.get(self, "tags")
103
100
 
@@ -106,44 +103,44 @@ class AlertProcessingRuleByNameArgs:
106
103
  pulumi.set(self, "tags", value)
107
104
 
108
105
 
109
- class AlertProcessingRuleByName(pulumi.CustomResource):
106
+ class FrontendsInterface(pulumi.CustomResource):
110
107
  @overload
111
108
  def __init__(__self__,
112
109
  resource_name: str,
113
110
  opts: Optional[pulumi.ResourceOptions] = None,
114
- alert_processing_rule_name: Optional[pulumi.Input[str]] = None,
111
+ frontend_name: Optional[pulumi.Input[str]] = None,
115
112
  location: Optional[pulumi.Input[str]] = None,
116
- properties: Optional[pulumi.Input[Union['AlertProcessingRulePropertiesArgs', 'AlertProcessingRulePropertiesArgsDict']]] = None,
117
113
  resource_group_name: Optional[pulumi.Input[str]] = None,
118
114
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
115
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
119
116
  __props__=None):
120
117
  """
121
- Alert processing rule object containing target scopes, conditions and scheduling logic.
118
+ Frontend Sub Resource of Traffic Controller.
122
119
 
123
120
  :param str resource_name: The name of the resource.
124
121
  :param pulumi.ResourceOptions opts: Options for the resource.
125
- :param pulumi.Input[str] alert_processing_rule_name: The name of the alert processing rule that needs to be created/updated.
126
- :param pulumi.Input[str] location: Resource location
127
- :param pulumi.Input[Union['AlertProcessingRulePropertiesArgs', 'AlertProcessingRulePropertiesArgsDict']] properties: Alert processing rule properties.
128
- :param pulumi.Input[str] resource_group_name: Resource group name where the resource is created.
129
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags
122
+ :param pulumi.Input[str] frontend_name: Frontends
123
+ :param pulumi.Input[str] location: The geo-location where the resource lives
124
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
125
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
126
+ :param pulumi.Input[str] traffic_controller_name: traffic controller name for path
130
127
  """
131
128
  ...
132
129
  @overload
133
130
  def __init__(__self__,
134
131
  resource_name: str,
135
- args: AlertProcessingRuleByNameArgs,
132
+ args: FrontendsInterfaceArgs,
136
133
  opts: Optional[pulumi.ResourceOptions] = None):
137
134
  """
138
- Alert processing rule object containing target scopes, conditions and scheduling logic.
135
+ Frontend Sub Resource of Traffic Controller.
139
136
 
140
137
  :param str resource_name: The name of the resource.
141
- :param AlertProcessingRuleByNameArgs args: The arguments to use to populate this resource's properties.
138
+ :param FrontendsInterfaceArgs args: The arguments to use to populate this resource's properties.
142
139
  :param pulumi.ResourceOptions opts: Options for the resource.
143
140
  """
144
141
  ...
145
142
  def __init__(__self__, resource_name: str, *args, **kwargs):
146
- resource_args, opts = _utilities.get_resource_args_opts(AlertProcessingRuleByNameArgs, pulumi.ResourceOptions, *args, **kwargs)
143
+ resource_args, opts = _utilities.get_resource_args_opts(FrontendsInterfaceArgs, pulumi.ResourceOptions, *args, **kwargs)
147
144
  if resource_args is not None:
148
145
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
149
146
  else:
@@ -152,11 +149,11 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
152
149
  def _internal_init(__self__,
153
150
  resource_name: str,
154
151
  opts: Optional[pulumi.ResourceOptions] = None,
155
- alert_processing_rule_name: Optional[pulumi.Input[str]] = None,
152
+ frontend_name: Optional[pulumi.Input[str]] = None,
156
153
  location: Optional[pulumi.Input[str]] = None,
157
- properties: Optional[pulumi.Input[Union['AlertProcessingRulePropertiesArgs', 'AlertProcessingRulePropertiesArgsDict']]] = None,
158
154
  resource_group_name: Optional[pulumi.Input[str]] = None,
159
155
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
156
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
160
157
  __props__=None):
161
158
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
162
159
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -164,22 +161,26 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
164
161
  if opts.id is None:
165
162
  if __props__ is not None:
166
163
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
167
- __props__ = AlertProcessingRuleByNameArgs.__new__(AlertProcessingRuleByNameArgs)
164
+ __props__ = FrontendsInterfaceArgs.__new__(FrontendsInterfaceArgs)
168
165
 
169
- __props__.__dict__["alert_processing_rule_name"] = alert_processing_rule_name
166
+ __props__.__dict__["frontend_name"] = frontend_name
170
167
  __props__.__dict__["location"] = location
171
- __props__.__dict__["properties"] = properties
172
168
  if resource_group_name is None and not opts.urn:
173
169
  raise TypeError("Missing required property 'resource_group_name'")
174
170
  __props__.__dict__["resource_group_name"] = resource_group_name
175
171
  __props__.__dict__["tags"] = tags
172
+ if traffic_controller_name is None and not opts.urn:
173
+ raise TypeError("Missing required property 'traffic_controller_name'")
174
+ __props__.__dict__["traffic_controller_name"] = traffic_controller_name
175
+ __props__.__dict__["fqdn"] = None
176
176
  __props__.__dict__["name"] = None
177
+ __props__.__dict__["provisioning_state"] = None
177
178
  __props__.__dict__["system_data"] = None
178
179
  __props__.__dict__["type"] = None
179
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:alertsmanagement:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20181102privatepreview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20190505preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20210808preview:AlertProcessingRuleByName"), pulumi.Alias(type_="azure-native:alertsmanagement/v20240301preview:AlertProcessingRuleByName")])
180
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:FrontendsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:FrontendsInterface")])
180
181
  opts = pulumi.ResourceOptions.merge(opts, alias_opts)
181
- super(AlertProcessingRuleByName, __self__).__init__(
182
- 'azure-native:alertsmanagement/v20230501preview:AlertProcessingRuleByName',
182
+ super(FrontendsInterface, __self__).__init__(
183
+ 'azure-native:servicenetworking/v20250101:FrontendsInterface',
183
184
  resource_name,
184
185
  __props__,
185
186
  opts)
@@ -187,9 +188,9 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
187
188
  @staticmethod
188
189
  def get(resource_name: str,
189
190
  id: pulumi.Input[str],
190
- opts: Optional[pulumi.ResourceOptions] = None) -> 'AlertProcessingRuleByName':
191
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'FrontendsInterface':
191
192
  """
192
- Get an existing AlertProcessingRuleByName resource's state with the given name, id, and optional extra
193
+ Get an existing FrontendsInterface resource's state with the given name, id, and optional extra
193
194
  properties used to qualify the lookup.
194
195
 
195
196
  :param str resource_name: The unique name of the resulting resource.
@@ -198,21 +199,30 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
198
199
  """
199
200
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
200
201
 
201
- __props__ = AlertProcessingRuleByNameArgs.__new__(AlertProcessingRuleByNameArgs)
202
+ __props__ = FrontendsInterfaceArgs.__new__(FrontendsInterfaceArgs)
202
203
 
204
+ __props__.__dict__["fqdn"] = None
203
205
  __props__.__dict__["location"] = None
204
206
  __props__.__dict__["name"] = None
205
- __props__.__dict__["properties"] = None
207
+ __props__.__dict__["provisioning_state"] = None
206
208
  __props__.__dict__["system_data"] = None
207
209
  __props__.__dict__["tags"] = None
208
210
  __props__.__dict__["type"] = None
209
- return AlertProcessingRuleByName(resource_name, opts=opts, __props__=__props__)
211
+ return FrontendsInterface(resource_name, opts=opts, __props__=__props__)
212
+
213
+ @property
214
+ @pulumi.getter
215
+ def fqdn(self) -> pulumi.Output[str]:
216
+ """
217
+ The Fully Qualified Domain Name of the DNS record associated to a Traffic Controller frontend.
218
+ """
219
+ return pulumi.get(self, "fqdn")
210
220
 
211
221
  @property
212
222
  @pulumi.getter
213
223
  def location(self) -> pulumi.Output[str]:
214
224
  """
215
- Resource location
225
+ The geo-location where the resource lives
216
226
  """
217
227
  return pulumi.get(self, "location")
218
228
 
@@ -220,23 +230,23 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
220
230
  @pulumi.getter
221
231
  def name(self) -> pulumi.Output[str]:
222
232
  """
223
- Azure resource name
233
+ The name of the resource
224
234
  """
225
235
  return pulumi.get(self, "name")
226
236
 
227
237
  @property
228
- @pulumi.getter
229
- def properties(self) -> pulumi.Output['outputs.AlertProcessingRulePropertiesResponse']:
238
+ @pulumi.getter(name="provisioningState")
239
+ def provisioning_state(self) -> pulumi.Output[str]:
230
240
  """
231
- Alert processing rule properties.
241
+ Provisioning State of Traffic Controller Frontend Resource
232
242
  """
233
- return pulumi.get(self, "properties")
243
+ return pulumi.get(self, "provisioning_state")
234
244
 
235
245
  @property
236
246
  @pulumi.getter(name="systemData")
237
247
  def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
238
248
  """
239
- Alert processing rule system data.
249
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
240
250
  """
241
251
  return pulumi.get(self, "system_data")
242
252
 
@@ -244,7 +254,7 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
244
254
  @pulumi.getter
245
255
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
246
256
  """
247
- Resource tags
257
+ Resource tags.
248
258
  """
249
259
  return pulumi.get(self, "tags")
250
260
 
@@ -252,7 +262,7 @@ class AlertProcessingRuleByName(pulumi.CustomResource):
252
262
  @pulumi.getter
253
263
  def type(self) -> pulumi.Output[str]:
254
264
  """
255
- Azure resource type
265
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
256
266
  """
257
267
  return pulumi.get(self, "type")
258
268
 
@@ -0,0 +1,205 @@
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
+ 'GetAssociationsInterfaceResult',
20
+ 'AwaitableGetAssociationsInterfaceResult',
21
+ 'get_associations_interface',
22
+ 'get_associations_interface_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAssociationsInterfaceResult:
27
+ """
28
+ Association Subresource of Traffic Controller
29
+ """
30
+ def __init__(__self__, association_type=None, id=None, location=None, name=None, provisioning_state=None, subnet=None, system_data=None, tags=None, type=None):
31
+ if association_type and not isinstance(association_type, str):
32
+ raise TypeError("Expected argument 'association_type' to be a str")
33
+ pulumi.set(__self__, "association_type", association_type)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if location and not isinstance(location, str):
38
+ raise TypeError("Expected argument 'location' to be a str")
39
+ pulumi.set(__self__, "location", location)
40
+ if name and not isinstance(name, str):
41
+ raise TypeError("Expected argument 'name' to be a str")
42
+ pulumi.set(__self__, "name", name)
43
+ if provisioning_state and not isinstance(provisioning_state, str):
44
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
45
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
46
+ if subnet and not isinstance(subnet, dict):
47
+ raise TypeError("Expected argument 'subnet' to be a dict")
48
+ pulumi.set(__self__, "subnet", subnet)
49
+ if system_data and not isinstance(system_data, dict):
50
+ raise TypeError("Expected argument 'system_data' to be a dict")
51
+ pulumi.set(__self__, "system_data", system_data)
52
+ if tags and not isinstance(tags, dict):
53
+ raise TypeError("Expected argument 'tags' to be a dict")
54
+ pulumi.set(__self__, "tags", tags)
55
+ if type and not isinstance(type, str):
56
+ raise TypeError("Expected argument 'type' to be a str")
57
+ pulumi.set(__self__, "type", type)
58
+
59
+ @property
60
+ @pulumi.getter(name="associationType")
61
+ def association_type(self) -> str:
62
+ """
63
+ Association Type
64
+ """
65
+ return pulumi.get(self, "association_type")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def id(self) -> str:
70
+ """
71
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
72
+ """
73
+ return pulumi.get(self, "id")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def location(self) -> str:
78
+ """
79
+ The geo-location where the resource lives
80
+ """
81
+ return pulumi.get(self, "location")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def name(self) -> str:
86
+ """
87
+ The name of the resource
88
+ """
89
+ return pulumi.get(self, "name")
90
+
91
+ @property
92
+ @pulumi.getter(name="provisioningState")
93
+ def provisioning_state(self) -> str:
94
+ """
95
+ Provisioning State of Traffic Controller Association Resource
96
+ """
97
+ return pulumi.get(self, "provisioning_state")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def subnet(self) -> Optional['outputs.AssociationSubnetResponse']:
102
+ """
103
+ Association Subnet
104
+ """
105
+ return pulumi.get(self, "subnet")
106
+
107
+ @property
108
+ @pulumi.getter(name="systemData")
109
+ def system_data(self) -> 'outputs.SystemDataResponse':
110
+ """
111
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
112
+ """
113
+ return pulumi.get(self, "system_data")
114
+
115
+ @property
116
+ @pulumi.getter
117
+ def tags(self) -> Optional[Mapping[str, str]]:
118
+ """
119
+ Resource tags.
120
+ """
121
+ return pulumi.get(self, "tags")
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def type(self) -> str:
126
+ """
127
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
128
+ """
129
+ return pulumi.get(self, "type")
130
+
131
+
132
+ class AwaitableGetAssociationsInterfaceResult(GetAssociationsInterfaceResult):
133
+ # pylint: disable=using-constant-test
134
+ def __await__(self):
135
+ if False:
136
+ yield self
137
+ return GetAssociationsInterfaceResult(
138
+ association_type=self.association_type,
139
+ id=self.id,
140
+ location=self.location,
141
+ name=self.name,
142
+ provisioning_state=self.provisioning_state,
143
+ subnet=self.subnet,
144
+ system_data=self.system_data,
145
+ tags=self.tags,
146
+ type=self.type)
147
+
148
+
149
+ def get_associations_interface(association_name: Optional[str] = None,
150
+ resource_group_name: Optional[str] = None,
151
+ traffic_controller_name: Optional[str] = None,
152
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAssociationsInterfaceResult:
153
+ """
154
+ Get a Association
155
+
156
+
157
+ :param str association_name: Name of Association
158
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
159
+ :param str traffic_controller_name: traffic controller name for path
160
+ """
161
+ __args__ = dict()
162
+ __args__['associationName'] = association_name
163
+ __args__['resourceGroupName'] = resource_group_name
164
+ __args__['trafficControllerName'] = traffic_controller_name
165
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
166
+ __ret__ = pulumi.runtime.invoke('azure-native:servicenetworking/v20250101:getAssociationsInterface', __args__, opts=opts, typ=GetAssociationsInterfaceResult).value
167
+
168
+ return AwaitableGetAssociationsInterfaceResult(
169
+ association_type=pulumi.get(__ret__, 'association_type'),
170
+ id=pulumi.get(__ret__, 'id'),
171
+ location=pulumi.get(__ret__, 'location'),
172
+ name=pulumi.get(__ret__, 'name'),
173
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
174
+ subnet=pulumi.get(__ret__, 'subnet'),
175
+ system_data=pulumi.get(__ret__, 'system_data'),
176
+ tags=pulumi.get(__ret__, 'tags'),
177
+ type=pulumi.get(__ret__, 'type'))
178
+ def get_associations_interface_output(association_name: Optional[pulumi.Input[str]] = None,
179
+ resource_group_name: Optional[pulumi.Input[str]] = None,
180
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
181
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAssociationsInterfaceResult]:
182
+ """
183
+ Get a Association
184
+
185
+
186
+ :param str association_name: Name of Association
187
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
188
+ :param str traffic_controller_name: traffic controller name for path
189
+ """
190
+ __args__ = dict()
191
+ __args__['associationName'] = association_name
192
+ __args__['resourceGroupName'] = resource_group_name
193
+ __args__['trafficControllerName'] = traffic_controller_name
194
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
195
+ __ret__ = pulumi.runtime.invoke_output('azure-native:servicenetworking/v20250101:getAssociationsInterface', __args__, opts=opts, typ=GetAssociationsInterfaceResult)
196
+ return __ret__.apply(lambda __response__: GetAssociationsInterfaceResult(
197
+ association_type=pulumi.get(__response__, 'association_type'),
198
+ id=pulumi.get(__response__, 'id'),
199
+ location=pulumi.get(__response__, 'location'),
200
+ name=pulumi.get(__response__, 'name'),
201
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
202
+ subnet=pulumi.get(__response__, 'subnet'),
203
+ system_data=pulumi.get(__response__, 'system_data'),
204
+ tags=pulumi.get(__response__, 'tags'),
205
+ type=pulumi.get(__response__, 'type')))