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,171 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'AssociationSubnetArgs',
20
+ 'AssociationSubnetArgsDict',
21
+ 'SecurityPolicyConfigurationsArgs',
22
+ 'SecurityPolicyConfigurationsArgsDict',
23
+ 'WafPolicyArgs',
24
+ 'WafPolicyArgsDict',
25
+ 'WafSecurityPolicyArgs',
26
+ 'WafSecurityPolicyArgsDict',
27
+ ]
28
+
29
+ MYPY = False
30
+
31
+ if not MYPY:
32
+ class AssociationSubnetArgsDict(TypedDict):
33
+ """
34
+ Association Subnet.
35
+ """
36
+ id: pulumi.Input[str]
37
+ """
38
+ Association ID.
39
+ """
40
+ elif False:
41
+ AssociationSubnetArgsDict: TypeAlias = Mapping[str, Any]
42
+
43
+ @pulumi.input_type
44
+ class AssociationSubnetArgs:
45
+ def __init__(__self__, *,
46
+ id: pulumi.Input[str]):
47
+ """
48
+ Association Subnet.
49
+ :param pulumi.Input[str] id: Association ID.
50
+ """
51
+ pulumi.set(__self__, "id", id)
52
+
53
+ @property
54
+ @pulumi.getter
55
+ def id(self) -> pulumi.Input[str]:
56
+ """
57
+ Association ID.
58
+ """
59
+ return pulumi.get(self, "id")
60
+
61
+ @id.setter
62
+ def id(self, value: pulumi.Input[str]):
63
+ pulumi.set(self, "id", value)
64
+
65
+
66
+ if not MYPY:
67
+ class SecurityPolicyConfigurationsArgsDict(TypedDict):
68
+ """
69
+ SecurityPolicyConfigurations Subresource of Traffic Controller.
70
+ """
71
+ waf_security_policy: NotRequired[pulumi.Input['WafSecurityPolicyArgsDict']]
72
+ """
73
+ Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
74
+ """
75
+ elif False:
76
+ SecurityPolicyConfigurationsArgsDict: TypeAlias = Mapping[str, Any]
77
+
78
+ @pulumi.input_type
79
+ class SecurityPolicyConfigurationsArgs:
80
+ def __init__(__self__, *,
81
+ waf_security_policy: Optional[pulumi.Input['WafSecurityPolicyArgs']] = None):
82
+ """
83
+ SecurityPolicyConfigurations Subresource of Traffic Controller.
84
+ :param pulumi.Input['WafSecurityPolicyArgs'] waf_security_policy: Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
85
+ """
86
+ if waf_security_policy is not None:
87
+ pulumi.set(__self__, "waf_security_policy", waf_security_policy)
88
+
89
+ @property
90
+ @pulumi.getter(name="wafSecurityPolicy")
91
+ def waf_security_policy(self) -> Optional[pulumi.Input['WafSecurityPolicyArgs']]:
92
+ """
93
+ Contains reference to a WAF-type security policy that is applied at the Traffic Controller level.
94
+ """
95
+ return pulumi.get(self, "waf_security_policy")
96
+
97
+ @waf_security_policy.setter
98
+ def waf_security_policy(self, value: Optional[pulumi.Input['WafSecurityPolicyArgs']]):
99
+ pulumi.set(self, "waf_security_policy", value)
100
+
101
+
102
+ if not MYPY:
103
+ class WafPolicyArgsDict(TypedDict):
104
+ """
105
+ Web Application Firewall Policy
106
+ """
107
+ id: pulumi.Input[str]
108
+ """
109
+ Resource ID of the WAF
110
+ """
111
+ elif False:
112
+ WafPolicyArgsDict: TypeAlias = Mapping[str, Any]
113
+
114
+ @pulumi.input_type
115
+ class WafPolicyArgs:
116
+ def __init__(__self__, *,
117
+ id: pulumi.Input[str]):
118
+ """
119
+ Web Application Firewall Policy
120
+ :param pulumi.Input[str] id: Resource ID of the WAF
121
+ """
122
+ pulumi.set(__self__, "id", id)
123
+
124
+ @property
125
+ @pulumi.getter
126
+ def id(self) -> pulumi.Input[str]:
127
+ """
128
+ Resource ID of the WAF
129
+ """
130
+ return pulumi.get(self, "id")
131
+
132
+ @id.setter
133
+ def id(self, value: pulumi.Input[str]):
134
+ pulumi.set(self, "id", value)
135
+
136
+
137
+ if not MYPY:
138
+ class WafSecurityPolicyArgsDict(TypedDict):
139
+ """
140
+ Web Application Firewall Security Policy
141
+ """
142
+ id: pulumi.Input[str]
143
+ """
144
+ Resource ID of the Waf Security Policy
145
+ """
146
+ elif False:
147
+ WafSecurityPolicyArgsDict: TypeAlias = Mapping[str, Any]
148
+
149
+ @pulumi.input_type
150
+ class WafSecurityPolicyArgs:
151
+ def __init__(__self__, *,
152
+ id: pulumi.Input[str]):
153
+ """
154
+ Web Application Firewall Security Policy
155
+ :param pulumi.Input[str] id: Resource ID of the Waf Security Policy
156
+ """
157
+ pulumi.set(__self__, "id", id)
158
+
159
+ @property
160
+ @pulumi.getter
161
+ def id(self) -> pulumi.Input[str]:
162
+ """
163
+ Resource ID of the Waf Security Policy
164
+ """
165
+ return pulumi.get(self, "id")
166
+
167
+ @id.setter
168
+ def id(self, value: pulumi.Input[str]):
169
+ pulumi.set(self, "id", value)
170
+
171
+
@@ -0,0 +1,319 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+ from ._inputs import *
19
+
20
+ __all__ = ['AssociationsInterfaceArgs', 'AssociationsInterface']
21
+
22
+ @pulumi.input_type
23
+ class AssociationsInterfaceArgs:
24
+ def __init__(__self__, *,
25
+ association_type: pulumi.Input[Union[str, 'AssociationType']],
26
+ resource_group_name: pulumi.Input[str],
27
+ traffic_controller_name: pulumi.Input[str],
28
+ association_name: Optional[pulumi.Input[str]] = None,
29
+ location: Optional[pulumi.Input[str]] = None,
30
+ subnet: Optional[pulumi.Input['AssociationSubnetArgs']] = None,
31
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
32
+ """
33
+ The set of arguments for constructing a AssociationsInterface resource.
34
+ :param pulumi.Input[Union[str, 'AssociationType']] association_type: Association Type
35
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
36
+ :param pulumi.Input[str] traffic_controller_name: traffic controller name for path
37
+ :param pulumi.Input[str] association_name: Name of Association
38
+ :param pulumi.Input[str] location: The geo-location where the resource lives
39
+ :param pulumi.Input['AssociationSubnetArgs'] subnet: Association Subnet
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
41
+ """
42
+ pulumi.set(__self__, "association_type", association_type)
43
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
44
+ pulumi.set(__self__, "traffic_controller_name", traffic_controller_name)
45
+ if association_name is not None:
46
+ pulumi.set(__self__, "association_name", association_name)
47
+ if location is not None:
48
+ pulumi.set(__self__, "location", location)
49
+ if subnet is not None:
50
+ pulumi.set(__self__, "subnet", subnet)
51
+ if tags is not None:
52
+ pulumi.set(__self__, "tags", tags)
53
+
54
+ @property
55
+ @pulumi.getter(name="associationType")
56
+ def association_type(self) -> pulumi.Input[Union[str, 'AssociationType']]:
57
+ """
58
+ Association Type
59
+ """
60
+ return pulumi.get(self, "association_type")
61
+
62
+ @association_type.setter
63
+ def association_type(self, value: pulumi.Input[Union[str, 'AssociationType']]):
64
+ pulumi.set(self, "association_type", value)
65
+
66
+ @property
67
+ @pulumi.getter(name="resourceGroupName")
68
+ def resource_group_name(self) -> pulumi.Input[str]:
69
+ """
70
+ The name of the resource group. The name is case insensitive.
71
+ """
72
+ return pulumi.get(self, "resource_group_name")
73
+
74
+ @resource_group_name.setter
75
+ def resource_group_name(self, value: pulumi.Input[str]):
76
+ pulumi.set(self, "resource_group_name", value)
77
+
78
+ @property
79
+ @pulumi.getter(name="trafficControllerName")
80
+ def traffic_controller_name(self) -> pulumi.Input[str]:
81
+ """
82
+ traffic controller name for path
83
+ """
84
+ return pulumi.get(self, "traffic_controller_name")
85
+
86
+ @traffic_controller_name.setter
87
+ def traffic_controller_name(self, value: pulumi.Input[str]):
88
+ pulumi.set(self, "traffic_controller_name", value)
89
+
90
+ @property
91
+ @pulumi.getter(name="associationName")
92
+ def association_name(self) -> Optional[pulumi.Input[str]]:
93
+ """
94
+ Name of Association
95
+ """
96
+ return pulumi.get(self, "association_name")
97
+
98
+ @association_name.setter
99
+ def association_name(self, value: Optional[pulumi.Input[str]]):
100
+ pulumi.set(self, "association_name", value)
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def location(self) -> Optional[pulumi.Input[str]]:
105
+ """
106
+ The geo-location where the resource lives
107
+ """
108
+ return pulumi.get(self, "location")
109
+
110
+ @location.setter
111
+ def location(self, value: Optional[pulumi.Input[str]]):
112
+ pulumi.set(self, "location", value)
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def subnet(self) -> Optional[pulumi.Input['AssociationSubnetArgs']]:
117
+ """
118
+ Association Subnet
119
+ """
120
+ return pulumi.get(self, "subnet")
121
+
122
+ @subnet.setter
123
+ def subnet(self, value: Optional[pulumi.Input['AssociationSubnetArgs']]):
124
+ pulumi.set(self, "subnet", value)
125
+
126
+ @property
127
+ @pulumi.getter
128
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
129
+ """
130
+ Resource tags.
131
+ """
132
+ return pulumi.get(self, "tags")
133
+
134
+ @tags.setter
135
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
136
+ pulumi.set(self, "tags", value)
137
+
138
+
139
+ class AssociationsInterface(pulumi.CustomResource):
140
+ @overload
141
+ def __init__(__self__,
142
+ resource_name: str,
143
+ opts: Optional[pulumi.ResourceOptions] = None,
144
+ association_name: Optional[pulumi.Input[str]] = None,
145
+ association_type: Optional[pulumi.Input[Union[str, 'AssociationType']]] = None,
146
+ location: Optional[pulumi.Input[str]] = None,
147
+ resource_group_name: Optional[pulumi.Input[str]] = None,
148
+ subnet: Optional[pulumi.Input[Union['AssociationSubnetArgs', 'AssociationSubnetArgsDict']]] = None,
149
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
150
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
151
+ __props__=None):
152
+ """
153
+ Association Subresource of Traffic Controller
154
+
155
+ :param str resource_name: The name of the resource.
156
+ :param pulumi.ResourceOptions opts: Options for the resource.
157
+ :param pulumi.Input[str] association_name: Name of Association
158
+ :param pulumi.Input[Union[str, 'AssociationType']] association_type: Association Type
159
+ :param pulumi.Input[str] location: The geo-location where the resource lives
160
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
161
+ :param pulumi.Input[Union['AssociationSubnetArgs', 'AssociationSubnetArgsDict']] subnet: Association Subnet
162
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
163
+ :param pulumi.Input[str] traffic_controller_name: traffic controller name for path
164
+ """
165
+ ...
166
+ @overload
167
+ def __init__(__self__,
168
+ resource_name: str,
169
+ args: AssociationsInterfaceArgs,
170
+ opts: Optional[pulumi.ResourceOptions] = None):
171
+ """
172
+ Association Subresource of Traffic Controller
173
+
174
+ :param str resource_name: The name of the resource.
175
+ :param AssociationsInterfaceArgs args: The arguments to use to populate this resource's properties.
176
+ :param pulumi.ResourceOptions opts: Options for the resource.
177
+ """
178
+ ...
179
+ def __init__(__self__, resource_name: str, *args, **kwargs):
180
+ resource_args, opts = _utilities.get_resource_args_opts(AssociationsInterfaceArgs, pulumi.ResourceOptions, *args, **kwargs)
181
+ if resource_args is not None:
182
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
183
+ else:
184
+ __self__._internal_init(resource_name, *args, **kwargs)
185
+
186
+ def _internal_init(__self__,
187
+ resource_name: str,
188
+ opts: Optional[pulumi.ResourceOptions] = None,
189
+ association_name: Optional[pulumi.Input[str]] = None,
190
+ association_type: Optional[pulumi.Input[Union[str, 'AssociationType']]] = None,
191
+ location: Optional[pulumi.Input[str]] = None,
192
+ resource_group_name: Optional[pulumi.Input[str]] = None,
193
+ subnet: Optional[pulumi.Input[Union['AssociationSubnetArgs', 'AssociationSubnetArgsDict']]] = None,
194
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
195
+ traffic_controller_name: Optional[pulumi.Input[str]] = None,
196
+ __props__=None):
197
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
198
+ if not isinstance(opts, pulumi.ResourceOptions):
199
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
200
+ if opts.id is None:
201
+ if __props__ is not None:
202
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
203
+ __props__ = AssociationsInterfaceArgs.__new__(AssociationsInterfaceArgs)
204
+
205
+ __props__.__dict__["association_name"] = association_name
206
+ if association_type is None and not opts.urn:
207
+ raise TypeError("Missing required property 'association_type'")
208
+ __props__.__dict__["association_type"] = association_type
209
+ __props__.__dict__["location"] = location
210
+ if resource_group_name is None and not opts.urn:
211
+ raise TypeError("Missing required property 'resource_group_name'")
212
+ __props__.__dict__["resource_group_name"] = resource_group_name
213
+ __props__.__dict__["subnet"] = subnet
214
+ __props__.__dict__["tags"] = tags
215
+ if traffic_controller_name is None and not opts.urn:
216
+ raise TypeError("Missing required property 'traffic_controller_name'")
217
+ __props__.__dict__["traffic_controller_name"] = traffic_controller_name
218
+ __props__.__dict__["name"] = None
219
+ __props__.__dict__["provisioning_state"] = None
220
+ __props__.__dict__["system_data"] = None
221
+ __props__.__dict__["type"] = None
222
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:servicenetworking:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20221001preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20230501preview:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20231101:AssociationsInterface"), pulumi.Alias(type_="azure-native:servicenetworking/v20240501preview:AssociationsInterface")])
223
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
224
+ super(AssociationsInterface, __self__).__init__(
225
+ 'azure-native:servicenetworking/v20250101:AssociationsInterface',
226
+ resource_name,
227
+ __props__,
228
+ opts)
229
+
230
+ @staticmethod
231
+ def get(resource_name: str,
232
+ id: pulumi.Input[str],
233
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'AssociationsInterface':
234
+ """
235
+ Get an existing AssociationsInterface resource's state with the given name, id, and optional extra
236
+ properties used to qualify the lookup.
237
+
238
+ :param str resource_name: The unique name of the resulting resource.
239
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
240
+ :param pulumi.ResourceOptions opts: Options for the resource.
241
+ """
242
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
243
+
244
+ __props__ = AssociationsInterfaceArgs.__new__(AssociationsInterfaceArgs)
245
+
246
+ __props__.__dict__["association_type"] = None
247
+ __props__.__dict__["location"] = None
248
+ __props__.__dict__["name"] = None
249
+ __props__.__dict__["provisioning_state"] = None
250
+ __props__.__dict__["subnet"] = None
251
+ __props__.__dict__["system_data"] = None
252
+ __props__.__dict__["tags"] = None
253
+ __props__.__dict__["type"] = None
254
+ return AssociationsInterface(resource_name, opts=opts, __props__=__props__)
255
+
256
+ @property
257
+ @pulumi.getter(name="associationType")
258
+ def association_type(self) -> pulumi.Output[str]:
259
+ """
260
+ Association Type
261
+ """
262
+ return pulumi.get(self, "association_type")
263
+
264
+ @property
265
+ @pulumi.getter
266
+ def location(self) -> pulumi.Output[str]:
267
+ """
268
+ The geo-location where the resource lives
269
+ """
270
+ return pulumi.get(self, "location")
271
+
272
+ @property
273
+ @pulumi.getter
274
+ def name(self) -> pulumi.Output[str]:
275
+ """
276
+ The name of the resource
277
+ """
278
+ return pulumi.get(self, "name")
279
+
280
+ @property
281
+ @pulumi.getter(name="provisioningState")
282
+ def provisioning_state(self) -> pulumi.Output[str]:
283
+ """
284
+ Provisioning State of Traffic Controller Association Resource
285
+ """
286
+ return pulumi.get(self, "provisioning_state")
287
+
288
+ @property
289
+ @pulumi.getter
290
+ def subnet(self) -> pulumi.Output[Optional['outputs.AssociationSubnetResponse']]:
291
+ """
292
+ Association Subnet
293
+ """
294
+ return pulumi.get(self, "subnet")
295
+
296
+ @property
297
+ @pulumi.getter(name="systemData")
298
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
299
+ """
300
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
301
+ """
302
+ return pulumi.get(self, "system_data")
303
+
304
+ @property
305
+ @pulumi.getter
306
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
307
+ """
308
+ Resource tags.
309
+ """
310
+ return pulumi.get(self, "tags")
311
+
312
+ @property
313
+ @pulumi.getter
314
+ def type(self) -> pulumi.Output[str]:
315
+ """
316
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
317
+ """
318
+ return pulumi.get(self, "type")
319
+