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,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
+ 'GetSecurityPoliciesInterfaceResult',
20
+ 'AwaitableGetSecurityPoliciesInterfaceResult',
21
+ 'get_security_policies_interface',
22
+ 'get_security_policies_interface_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetSecurityPoliciesInterfaceResult:
27
+ """
28
+ SecurityPolicy Subresource of Traffic Controller.
29
+ """
30
+ def __init__(__self__, id=None, location=None, name=None, policy_type=None, provisioning_state=None, system_data=None, tags=None, type=None, waf_policy=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 location and not isinstance(location, str):
35
+ raise TypeError("Expected argument 'location' to be a str")
36
+ pulumi.set(__self__, "location", location)
37
+ if name and not isinstance(name, str):
38
+ raise TypeError("Expected argument 'name' to be a str")
39
+ pulumi.set(__self__, "name", name)
40
+ if policy_type and not isinstance(policy_type, str):
41
+ raise TypeError("Expected argument 'policy_type' to be a str")
42
+ pulumi.set(__self__, "policy_type", policy_type)
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
+ if waf_policy and not isinstance(waf_policy, dict):
56
+ raise TypeError("Expected argument 'waf_policy' to be a dict")
57
+ pulumi.set(__self__, "waf_policy", waf_policy)
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def id(self) -> str:
62
+ """
63
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
64
+ """
65
+ return pulumi.get(self, "id")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def location(self) -> str:
70
+ """
71
+ The geo-location where the resource lives
72
+ """
73
+ return pulumi.get(self, "location")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def name(self) -> str:
78
+ """
79
+ The name of the resource
80
+ """
81
+ return pulumi.get(self, "name")
82
+
83
+ @property
84
+ @pulumi.getter(name="policyType")
85
+ def policy_type(self) -> str:
86
+ """
87
+ Type of the Traffic Controller Security Policy
88
+ """
89
+ return pulumi.get(self, "policy_type")
90
+
91
+ @property
92
+ @pulumi.getter(name="provisioningState")
93
+ def provisioning_state(self) -> str:
94
+ """
95
+ Provisioning State of Traffic Controller SecurityPolicy Resource
96
+ """
97
+ return pulumi.get(self, "provisioning_state")
98
+
99
+ @property
100
+ @pulumi.getter(name="systemData")
101
+ def system_data(self) -> 'outputs.SystemDataResponse':
102
+ """
103
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
104
+ """
105
+ return pulumi.get(self, "system_data")
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def tags(self) -> Optional[Mapping[str, str]]:
110
+ """
111
+ Resource tags.
112
+ """
113
+ return pulumi.get(self, "tags")
114
+
115
+ @property
116
+ @pulumi.getter
117
+ def type(self) -> str:
118
+ """
119
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
120
+ """
121
+ return pulumi.get(self, "type")
122
+
123
+ @property
124
+ @pulumi.getter(name="wafPolicy")
125
+ def waf_policy(self) -> Optional['outputs.WafPolicyResponse']:
126
+ """
127
+ Web Application Firewall Policy of the Traffic Controller Security Policy
128
+ """
129
+ return pulumi.get(self, "waf_policy")
130
+
131
+
132
+ class AwaitableGetSecurityPoliciesInterfaceResult(GetSecurityPoliciesInterfaceResult):
133
+ # pylint: disable=using-constant-test
134
+ def __await__(self):
135
+ if False:
136
+ yield self
137
+ return GetSecurityPoliciesInterfaceResult(
138
+ id=self.id,
139
+ location=self.location,
140
+ name=self.name,
141
+ policy_type=self.policy_type,
142
+ provisioning_state=self.provisioning_state,
143
+ system_data=self.system_data,
144
+ tags=self.tags,
145
+ type=self.type,
146
+ waf_policy=self.waf_policy)
147
+
148
+
149
+ def get_security_policies_interface(resource_group_name: Optional[str] = None,
150
+ security_policy_name: Optional[str] = None,
151
+ traffic_controller_name: Optional[str] = None,
152
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityPoliciesInterfaceResult:
153
+ """
154
+ Get a SecurityPolicy
155
+
156
+
157
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
158
+ :param str security_policy_name: SecurityPolicy
159
+ :param str traffic_controller_name: traffic controller name for path
160
+ """
161
+ __args__ = dict()
162
+ __args__['resourceGroupName'] = resource_group_name
163
+ __args__['securityPolicyName'] = security_policy_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:getSecurityPoliciesInterface', __args__, opts=opts, typ=GetSecurityPoliciesInterfaceResult).value
167
+
168
+ return AwaitableGetSecurityPoliciesInterfaceResult(
169
+ id=pulumi.get(__ret__, 'id'),
170
+ location=pulumi.get(__ret__, 'location'),
171
+ name=pulumi.get(__ret__, 'name'),
172
+ policy_type=pulumi.get(__ret__, 'policy_type'),
173
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
174
+ system_data=pulumi.get(__ret__, 'system_data'),
175
+ tags=pulumi.get(__ret__, 'tags'),
176
+ type=pulumi.get(__ret__, 'type'),
177
+ waf_policy=pulumi.get(__ret__, 'waf_policy'))
178
+ def get_security_policies_interface_output(resource_group_name: Optional[pulumi.Input[str]] = None,
179
+ security_policy_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[GetSecurityPoliciesInterfaceResult]:
182
+ """
183
+ Get a SecurityPolicy
184
+
185
+
186
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
187
+ :param str security_policy_name: SecurityPolicy
188
+ :param str traffic_controller_name: traffic controller name for path
189
+ """
190
+ __args__ = dict()
191
+ __args__['resourceGroupName'] = resource_group_name
192
+ __args__['securityPolicyName'] = security_policy_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:getSecurityPoliciesInterface', __args__, opts=opts, typ=GetSecurityPoliciesInterfaceResult)
196
+ return __ret__.apply(lambda __response__: GetSecurityPoliciesInterfaceResult(
197
+ id=pulumi.get(__response__, 'id'),
198
+ location=pulumi.get(__response__, 'location'),
199
+ name=pulumi.get(__response__, 'name'),
200
+ policy_type=pulumi.get(__response__, 'policy_type'),
201
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
202
+ system_data=pulumi.get(__response__, 'system_data'),
203
+ tags=pulumi.get(__response__, 'tags'),
204
+ type=pulumi.get(__response__, 'type'),
205
+ waf_policy=pulumi.get(__response__, 'waf_policy')))
@@ -0,0 +1,241 @@
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
+ 'GetTrafficControllerInterfaceResult',
20
+ 'AwaitableGetTrafficControllerInterfaceResult',
21
+ 'get_traffic_controller_interface',
22
+ 'get_traffic_controller_interface_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetTrafficControllerInterfaceResult:
27
+ """
28
+ Concrete tracked resource types can be created by aliasing this type using a specific property type.
29
+ """
30
+ def __init__(__self__, associations=None, configuration_endpoints=None, frontends=None, id=None, location=None, name=None, provisioning_state=None, security_policies=None, security_policy_configurations=None, system_data=None, tags=None, type=None):
31
+ if associations and not isinstance(associations, list):
32
+ raise TypeError("Expected argument 'associations' to be a list")
33
+ pulumi.set(__self__, "associations", associations)
34
+ if configuration_endpoints and not isinstance(configuration_endpoints, list):
35
+ raise TypeError("Expected argument 'configuration_endpoints' to be a list")
36
+ pulumi.set(__self__, "configuration_endpoints", configuration_endpoints)
37
+ if frontends and not isinstance(frontends, list):
38
+ raise TypeError("Expected argument 'frontends' to be a list")
39
+ pulumi.set(__self__, "frontends", frontends)
40
+ if id and not isinstance(id, str):
41
+ raise TypeError("Expected argument 'id' to be a str")
42
+ pulumi.set(__self__, "id", id)
43
+ if location and not isinstance(location, str):
44
+ raise TypeError("Expected argument 'location' to be a str")
45
+ pulumi.set(__self__, "location", location)
46
+ if name and not isinstance(name, str):
47
+ raise TypeError("Expected argument 'name' to be a str")
48
+ pulumi.set(__self__, "name", name)
49
+ if provisioning_state and not isinstance(provisioning_state, str):
50
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
51
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
52
+ if security_policies and not isinstance(security_policies, list):
53
+ raise TypeError("Expected argument 'security_policies' to be a list")
54
+ pulumi.set(__self__, "security_policies", security_policies)
55
+ if security_policy_configurations and not isinstance(security_policy_configurations, dict):
56
+ raise TypeError("Expected argument 'security_policy_configurations' to be a dict")
57
+ pulumi.set(__self__, "security_policy_configurations", security_policy_configurations)
58
+ if system_data and not isinstance(system_data, dict):
59
+ raise TypeError("Expected argument 'system_data' to be a dict")
60
+ pulumi.set(__self__, "system_data", system_data)
61
+ if tags and not isinstance(tags, dict):
62
+ raise TypeError("Expected argument 'tags' to be a dict")
63
+ pulumi.set(__self__, "tags", tags)
64
+ if type and not isinstance(type, str):
65
+ raise TypeError("Expected argument 'type' to be a str")
66
+ pulumi.set(__self__, "type", type)
67
+
68
+ @property
69
+ @pulumi.getter
70
+ def associations(self) -> Sequence['outputs.ResourceIdResponse']:
71
+ """
72
+ Associations References List
73
+ """
74
+ return pulumi.get(self, "associations")
75
+
76
+ @property
77
+ @pulumi.getter(name="configurationEndpoints")
78
+ def configuration_endpoints(self) -> Sequence[str]:
79
+ """
80
+ Configuration Endpoints.
81
+ """
82
+ return pulumi.get(self, "configuration_endpoints")
83
+
84
+ @property
85
+ @pulumi.getter
86
+ def frontends(self) -> Sequence['outputs.ResourceIdResponse']:
87
+ """
88
+ Frontends References List
89
+ """
90
+ return pulumi.get(self, "frontends")
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def id(self) -> str:
95
+ """
96
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
97
+ """
98
+ return pulumi.get(self, "id")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def location(self) -> str:
103
+ """
104
+ The geo-location where the resource lives
105
+ """
106
+ return pulumi.get(self, "location")
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def name(self) -> str:
111
+ """
112
+ The name of the resource
113
+ """
114
+ return pulumi.get(self, "name")
115
+
116
+ @property
117
+ @pulumi.getter(name="provisioningState")
118
+ def provisioning_state(self) -> str:
119
+ """
120
+ The status of the last operation.
121
+ """
122
+ return pulumi.get(self, "provisioning_state")
123
+
124
+ @property
125
+ @pulumi.getter(name="securityPolicies")
126
+ def security_policies(self) -> Sequence['outputs.ResourceIdResponse']:
127
+ """
128
+ Security Policies References List
129
+ """
130
+ return pulumi.get(self, "security_policies")
131
+
132
+ @property
133
+ @pulumi.getter(name="securityPolicyConfigurations")
134
+ def security_policy_configurations(self) -> Optional['outputs.SecurityPolicyConfigurationsResponse']:
135
+ """
136
+ Security Policy Configuration
137
+ """
138
+ return pulumi.get(self, "security_policy_configurations")
139
+
140
+ @property
141
+ @pulumi.getter(name="systemData")
142
+ def system_data(self) -> 'outputs.SystemDataResponse':
143
+ """
144
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
145
+ """
146
+ return pulumi.get(self, "system_data")
147
+
148
+ @property
149
+ @pulumi.getter
150
+ def tags(self) -> Optional[Mapping[str, str]]:
151
+ """
152
+ Resource tags.
153
+ """
154
+ return pulumi.get(self, "tags")
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def type(self) -> str:
159
+ """
160
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
161
+ """
162
+ return pulumi.get(self, "type")
163
+
164
+
165
+ class AwaitableGetTrafficControllerInterfaceResult(GetTrafficControllerInterfaceResult):
166
+ # pylint: disable=using-constant-test
167
+ def __await__(self):
168
+ if False:
169
+ yield self
170
+ return GetTrafficControllerInterfaceResult(
171
+ associations=self.associations,
172
+ configuration_endpoints=self.configuration_endpoints,
173
+ frontends=self.frontends,
174
+ id=self.id,
175
+ location=self.location,
176
+ name=self.name,
177
+ provisioning_state=self.provisioning_state,
178
+ security_policies=self.security_policies,
179
+ security_policy_configurations=self.security_policy_configurations,
180
+ system_data=self.system_data,
181
+ tags=self.tags,
182
+ type=self.type)
183
+
184
+
185
+ def get_traffic_controller_interface(resource_group_name: Optional[str] = None,
186
+ traffic_controller_name: Optional[str] = None,
187
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTrafficControllerInterfaceResult:
188
+ """
189
+ Get a TrafficController
190
+
191
+
192
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
193
+ :param str traffic_controller_name: traffic controller name for path
194
+ """
195
+ __args__ = dict()
196
+ __args__['resourceGroupName'] = resource_group_name
197
+ __args__['trafficControllerName'] = traffic_controller_name
198
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
199
+ __ret__ = pulumi.runtime.invoke('azure-native:servicenetworking/v20250101:getTrafficControllerInterface', __args__, opts=opts, typ=GetTrafficControllerInterfaceResult).value
200
+
201
+ return AwaitableGetTrafficControllerInterfaceResult(
202
+ associations=pulumi.get(__ret__, 'associations'),
203
+ configuration_endpoints=pulumi.get(__ret__, 'configuration_endpoints'),
204
+ frontends=pulumi.get(__ret__, 'frontends'),
205
+ id=pulumi.get(__ret__, 'id'),
206
+ location=pulumi.get(__ret__, 'location'),
207
+ name=pulumi.get(__ret__, 'name'),
208
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
209
+ security_policies=pulumi.get(__ret__, 'security_policies'),
210
+ security_policy_configurations=pulumi.get(__ret__, 'security_policy_configurations'),
211
+ system_data=pulumi.get(__ret__, 'system_data'),
212
+ tags=pulumi.get(__ret__, 'tags'),
213
+ type=pulumi.get(__ret__, 'type'))
214
+ def get_traffic_controller_interface_output(resource_group_name: Optional[pulumi.Input[str]] = None,
215
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
216
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTrafficControllerInterfaceResult]:
217
+ """
218
+ Get a TrafficController
219
+
220
+
221
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
222
+ :param str traffic_controller_name: traffic controller name for path
223
+ """
224
+ __args__ = dict()
225
+ __args__['resourceGroupName'] = resource_group_name
226
+ __args__['trafficControllerName'] = traffic_controller_name
227
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
228
+ __ret__ = pulumi.runtime.invoke_output('azure-native:servicenetworking/v20250101:getTrafficControllerInterface', __args__, opts=opts, typ=GetTrafficControllerInterfaceResult)
229
+ return __ret__.apply(lambda __response__: GetTrafficControllerInterfaceResult(
230
+ associations=pulumi.get(__response__, 'associations'),
231
+ configuration_endpoints=pulumi.get(__response__, 'configuration_endpoints'),
232
+ frontends=pulumi.get(__response__, 'frontends'),
233
+ id=pulumi.get(__response__, 'id'),
234
+ location=pulumi.get(__response__, 'location'),
235
+ name=pulumi.get(__response__, 'name'),
236
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
237
+ security_policies=pulumi.get(__response__, 'security_policies'),
238
+ security_policy_configurations=pulumi.get(__response__, 'security_policy_configurations'),
239
+ system_data=pulumi.get(__response__, 'system_data'),
240
+ tags=pulumi.get(__response__, 'tags'),
241
+ type=pulumi.get(__response__, 'type')))