pulumi-azure-native 2.79.0a1734639794__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.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/METADATA +1 -1
  133. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/RECORD +135 -82
  134. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/WHEEL +0 -0
  135. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,268 @@
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__ = ['FrontendsInterfaceArgs', 'FrontendsInterface']
19
+
20
+ @pulumi.input_type
21
+ class FrontendsInterfaceArgs:
22
+ def __init__(__self__, *,
23
+ resource_group_name: pulumi.Input[str],
24
+ traffic_controller_name: pulumi.Input[str],
25
+ frontend_name: Optional[pulumi.Input[str]] = None,
26
+ location: Optional[pulumi.Input[str]] = None,
27
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
28
+ """
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.
35
+ """
36
+ pulumi.set(__self__, "resource_group_name", resource_group_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)
40
+ if location is not None:
41
+ pulumi.set(__self__, "location", location)
42
+ if tags is not None:
43
+ pulumi.set(__self__, "tags", tags)
44
+
45
+ @property
46
+ @pulumi.getter(name="resourceGroupName")
47
+ def resource_group_name(self) -> pulumi.Input[str]:
48
+ """
49
+ The name of the resource group. The name is case insensitive.
50
+ """
51
+ return pulumi.get(self, "resource_group_name")
52
+
53
+ @resource_group_name.setter
54
+ def resource_group_name(self, value: pulumi.Input[str]):
55
+ pulumi.set(self, "resource_group_name", value)
56
+
57
+ @property
58
+ @pulumi.getter(name="trafficControllerName")
59
+ def traffic_controller_name(self) -> pulumi.Input[str]:
60
+ """
61
+ traffic controller name for path
62
+ """
63
+ return pulumi.get(self, "traffic_controller_name")
64
+
65
+ @traffic_controller_name.setter
66
+ def traffic_controller_name(self, value: pulumi.Input[str]):
67
+ pulumi.set(self, "traffic_controller_name", value)
68
+
69
+ @property
70
+ @pulumi.getter(name="frontendName")
71
+ def frontend_name(self) -> Optional[pulumi.Input[str]]:
72
+ """
73
+ Frontends
74
+ """
75
+ return pulumi.get(self, "frontend_name")
76
+
77
+ @frontend_name.setter
78
+ def frontend_name(self, value: Optional[pulumi.Input[str]]):
79
+ pulumi.set(self, "frontend_name", value)
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def location(self) -> Optional[pulumi.Input[str]]:
84
+ """
85
+ The geo-location where the resource lives
86
+ """
87
+ return pulumi.get(self, "location")
88
+
89
+ @location.setter
90
+ def location(self, value: Optional[pulumi.Input[str]]):
91
+ pulumi.set(self, "location", value)
92
+
93
+ @property
94
+ @pulumi.getter
95
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
96
+ """
97
+ Resource tags.
98
+ """
99
+ return pulumi.get(self, "tags")
100
+
101
+ @tags.setter
102
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
103
+ pulumi.set(self, "tags", value)
104
+
105
+
106
+ class FrontendsInterface(pulumi.CustomResource):
107
+ @overload
108
+ def __init__(__self__,
109
+ resource_name: str,
110
+ opts: Optional[pulumi.ResourceOptions] = None,
111
+ frontend_name: Optional[pulumi.Input[str]] = None,
112
+ location: Optional[pulumi.Input[str]] = None,
113
+ resource_group_name: Optional[pulumi.Input[str]] = None,
114
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
115
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
116
+ __props__=None):
117
+ """
118
+ Frontend Sub Resource of Traffic Controller.
119
+
120
+ :param str resource_name: The name of the resource.
121
+ :param pulumi.ResourceOptions opts: Options for the resource.
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
127
+ """
128
+ ...
129
+ @overload
130
+ def __init__(__self__,
131
+ resource_name: str,
132
+ args: FrontendsInterfaceArgs,
133
+ opts: Optional[pulumi.ResourceOptions] = None):
134
+ """
135
+ Frontend Sub Resource of Traffic Controller.
136
+
137
+ :param str resource_name: The name of the resource.
138
+ :param FrontendsInterfaceArgs args: The arguments to use to populate this resource's properties.
139
+ :param pulumi.ResourceOptions opts: Options for the resource.
140
+ """
141
+ ...
142
+ def __init__(__self__, resource_name: str, *args, **kwargs):
143
+ resource_args, opts = _utilities.get_resource_args_opts(FrontendsInterfaceArgs, pulumi.ResourceOptions, *args, **kwargs)
144
+ if resource_args is not None:
145
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
146
+ else:
147
+ __self__._internal_init(resource_name, *args, **kwargs)
148
+
149
+ def _internal_init(__self__,
150
+ resource_name: str,
151
+ opts: Optional[pulumi.ResourceOptions] = None,
152
+ frontend_name: Optional[pulumi.Input[str]] = None,
153
+ location: Optional[pulumi.Input[str]] = None,
154
+ resource_group_name: Optional[pulumi.Input[str]] = None,
155
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
156
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
157
+ __props__=None):
158
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
159
+ if not isinstance(opts, pulumi.ResourceOptions):
160
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
161
+ if opts.id is None:
162
+ if __props__ is not None:
163
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
164
+ __props__ = FrontendsInterfaceArgs.__new__(FrontendsInterfaceArgs)
165
+
166
+ __props__.__dict__["frontend_name"] = frontend_name
167
+ __props__.__dict__["location"] = location
168
+ if resource_group_name is None and not opts.urn:
169
+ raise TypeError("Missing required property 'resource_group_name'")
170
+ __props__.__dict__["resource_group_name"] = resource_group_name
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
+ __props__.__dict__["name"] = None
177
+ __props__.__dict__["provisioning_state"] = None
178
+ __props__.__dict__["system_data"] = None
179
+ __props__.__dict__["type"] = None
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")])
181
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
182
+ super(FrontendsInterface, __self__).__init__(
183
+ 'azure-native:servicenetworking/v20250101:FrontendsInterface',
184
+ resource_name,
185
+ __props__,
186
+ opts)
187
+
188
+ @staticmethod
189
+ def get(resource_name: str,
190
+ id: pulumi.Input[str],
191
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'FrontendsInterface':
192
+ """
193
+ Get an existing FrontendsInterface resource's state with the given name, id, and optional extra
194
+ properties used to qualify the lookup.
195
+
196
+ :param str resource_name: The unique name of the resulting resource.
197
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
198
+ :param pulumi.ResourceOptions opts: Options for the resource.
199
+ """
200
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
201
+
202
+ __props__ = FrontendsInterfaceArgs.__new__(FrontendsInterfaceArgs)
203
+
204
+ __props__.__dict__["fqdn"] = None
205
+ __props__.__dict__["location"] = None
206
+ __props__.__dict__["name"] = None
207
+ __props__.__dict__["provisioning_state"] = None
208
+ __props__.__dict__["system_data"] = None
209
+ __props__.__dict__["tags"] = None
210
+ __props__.__dict__["type"] = None
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")
220
+
221
+ @property
222
+ @pulumi.getter
223
+ def location(self) -> pulumi.Output[str]:
224
+ """
225
+ The geo-location where the resource lives
226
+ """
227
+ return pulumi.get(self, "location")
228
+
229
+ @property
230
+ @pulumi.getter
231
+ def name(self) -> pulumi.Output[str]:
232
+ """
233
+ The name of the resource
234
+ """
235
+ return pulumi.get(self, "name")
236
+
237
+ @property
238
+ @pulumi.getter(name="provisioningState")
239
+ def provisioning_state(self) -> pulumi.Output[str]:
240
+ """
241
+ Provisioning State of Traffic Controller Frontend Resource
242
+ """
243
+ return pulumi.get(self, "provisioning_state")
244
+
245
+ @property
246
+ @pulumi.getter(name="systemData")
247
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
248
+ """
249
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
250
+ """
251
+ return pulumi.get(self, "system_data")
252
+
253
+ @property
254
+ @pulumi.getter
255
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
256
+ """
257
+ Resource tags.
258
+ """
259
+ return pulumi.get(self, "tags")
260
+
261
+ @property
262
+ @pulumi.getter
263
+ def type(self) -> pulumi.Output[str]:
264
+ """
265
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
266
+ """
267
+ return pulumi.get(self, "type")
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')))
@@ -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
+
18
+ __all__ = [
19
+ 'GetFrontendsInterfaceResult',
20
+ 'AwaitableGetFrontendsInterfaceResult',
21
+ 'get_frontends_interface',
22
+ 'get_frontends_interface_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetFrontendsInterfaceResult:
27
+ """
28
+ Frontend Sub Resource of Traffic Controller.
29
+ """
30
+ def __init__(__self__, fqdn=None, id=None, location=None, name=None, provisioning_state=None, system_data=None, tags=None, type=None):
31
+ if fqdn and not isinstance(fqdn, str):
32
+ raise TypeError("Expected argument 'fqdn' to be a str")
33
+ pulumi.set(__self__, "fqdn", fqdn)
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 system_data and not isinstance(system_data, dict):
47
+ raise TypeError("Expected argument 'system_data' to be a dict")
48
+ pulumi.set(__self__, "system_data", system_data)
49
+ if tags and not isinstance(tags, dict):
50
+ raise TypeError("Expected argument 'tags' to be a dict")
51
+ pulumi.set(__self__, "tags", tags)
52
+ if type and not isinstance(type, str):
53
+ raise TypeError("Expected argument 'type' to be a str")
54
+ pulumi.set(__self__, "type", type)
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def fqdn(self) -> str:
59
+ """
60
+ The Fully Qualified Domain Name of the DNS record associated to a Traffic Controller frontend.
61
+ """
62
+ return pulumi.get(self, "fqdn")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def id(self) -> str:
67
+ """
68
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
69
+ """
70
+ return pulumi.get(self, "id")
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def location(self) -> str:
75
+ """
76
+ The geo-location where the resource lives
77
+ """
78
+ return pulumi.get(self, "location")
79
+
80
+ @property
81
+ @pulumi.getter
82
+ def name(self) -> str:
83
+ """
84
+ The name of the resource
85
+ """
86
+ return pulumi.get(self, "name")
87
+
88
+ @property
89
+ @pulumi.getter(name="provisioningState")
90
+ def provisioning_state(self) -> str:
91
+ """
92
+ Provisioning State of Traffic Controller Frontend Resource
93
+ """
94
+ return pulumi.get(self, "provisioning_state")
95
+
96
+ @property
97
+ @pulumi.getter(name="systemData")
98
+ def system_data(self) -> 'outputs.SystemDataResponse':
99
+ """
100
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
101
+ """
102
+ return pulumi.get(self, "system_data")
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def tags(self) -> Optional[Mapping[str, str]]:
107
+ """
108
+ Resource tags.
109
+ """
110
+ return pulumi.get(self, "tags")
111
+
112
+ @property
113
+ @pulumi.getter
114
+ def type(self) -> str:
115
+ """
116
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
117
+ """
118
+ return pulumi.get(self, "type")
119
+
120
+
121
+ class AwaitableGetFrontendsInterfaceResult(GetFrontendsInterfaceResult):
122
+ # pylint: disable=using-constant-test
123
+ def __await__(self):
124
+ if False:
125
+ yield self
126
+ return GetFrontendsInterfaceResult(
127
+ fqdn=self.fqdn,
128
+ id=self.id,
129
+ location=self.location,
130
+ name=self.name,
131
+ provisioning_state=self.provisioning_state,
132
+ system_data=self.system_data,
133
+ tags=self.tags,
134
+ type=self.type)
135
+
136
+
137
+ def get_frontends_interface(frontend_name: Optional[str] = None,
138
+ resource_group_name: Optional[str] = None,
139
+ traffic_controller_name: Optional[str] = None,
140
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFrontendsInterfaceResult:
141
+ """
142
+ Get a Frontend
143
+
144
+
145
+ :param str frontend_name: Frontends
146
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
147
+ :param str traffic_controller_name: traffic controller name for path
148
+ """
149
+ __args__ = dict()
150
+ __args__['frontendName'] = frontend_name
151
+ __args__['resourceGroupName'] = resource_group_name
152
+ __args__['trafficControllerName'] = traffic_controller_name
153
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
154
+ __ret__ = pulumi.runtime.invoke('azure-native:servicenetworking/v20250101:getFrontendsInterface', __args__, opts=opts, typ=GetFrontendsInterfaceResult).value
155
+
156
+ return AwaitableGetFrontendsInterfaceResult(
157
+ fqdn=pulumi.get(__ret__, 'fqdn'),
158
+ id=pulumi.get(__ret__, 'id'),
159
+ location=pulumi.get(__ret__, 'location'),
160
+ name=pulumi.get(__ret__, 'name'),
161
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
162
+ system_data=pulumi.get(__ret__, 'system_data'),
163
+ tags=pulumi.get(__ret__, 'tags'),
164
+ type=pulumi.get(__ret__, 'type'))
165
+ def get_frontends_interface_output(frontend_name: Optional[pulumi.Input[str]] = None,
166
+ resource_group_name: Optional[pulumi.Input[str]] = None,
167
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
168
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFrontendsInterfaceResult]:
169
+ """
170
+ Get a Frontend
171
+
172
+
173
+ :param str frontend_name: Frontends
174
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
175
+ :param str traffic_controller_name: traffic controller name for path
176
+ """
177
+ __args__ = dict()
178
+ __args__['frontendName'] = frontend_name
179
+ __args__['resourceGroupName'] = resource_group_name
180
+ __args__['trafficControllerName'] = traffic_controller_name
181
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
182
+ __ret__ = pulumi.runtime.invoke_output('azure-native:servicenetworking/v20250101:getFrontendsInterface', __args__, opts=opts, typ=GetFrontendsInterfaceResult)
183
+ return __ret__.apply(lambda __response__: GetFrontendsInterfaceResult(
184
+ fqdn=pulumi.get(__response__, 'fqdn'),
185
+ id=pulumi.get(__response__, 'id'),
186
+ location=pulumi.get(__response__, 'location'),
187
+ name=pulumi.get(__response__, 'name'),
188
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
189
+ system_data=pulumi.get(__response__, 'system_data'),
190
+ tags=pulumi.get(__response__, 'tags'),
191
+ type=pulumi.get(__response__, 'type')))