pulumi-azure-native 2.74.0a1732531694__py3-none-any.whl → 2.75.0a1732957898__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 (189) hide show
  1. pulumi_azure_native/__init__.py +35 -0
  2. pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
  3. pulumi_azure_native/azureplaywrightservice/account.py +3 -3
  4. pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
  5. pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
  6. pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
  7. pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +1 -1
  8. pulumi_azure_native/azureplaywrightservice/v20241201/__init__.py +11 -0
  9. pulumi_azure_native/azureplaywrightservice/v20241201/_enums.py +23 -0
  10. pulumi_azure_native/azureplaywrightservice/v20241201/account.py +380 -0
  11. pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +241 -0
  12. pulumi_azure_native/azureplaywrightservice/v20241201/outputs.py +131 -0
  13. pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +57 -29
  14. pulumi_azure_native/pulumi-plugin.json +1 -1
  15. pulumi_azure_native/signalrservice/__init__.py +3 -0
  16. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  17. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  18. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  19. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  20. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  21. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  22. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  23. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  24. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  25. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  26. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  27. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  28. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  29. pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
  30. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
  31. pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
  32. pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
  33. pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
  34. pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
  35. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
  36. pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
  37. pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
  39. pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
  40. pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
  41. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
  42. pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
  43. pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
  45. pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
  46. pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
  47. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
  48. pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
  49. pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
  51. pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
  52. pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
  53. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
  54. pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
  55. pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
  56. pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
  57. pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
  58. pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
  59. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
  60. pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
  61. pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
  62. pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
  63. pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
  64. pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +1 -1
  65. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +1 -1
  66. pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +1 -1
  67. pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +1 -1
  68. pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +1 -1
  69. pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +1 -1
  70. pulumi_azure_native/signalrservice/v20240801preview/signal_r.py +1 -1
  71. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_certificate.py +1 -1
  72. pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_domain.py +1 -1
  73. pulumi_azure_native/signalrservice/v20240801preview/signal_r_private_endpoint_connection.py +1 -1
  74. pulumi_azure_native/signalrservice/v20240801preview/signal_r_replica.py +1 -1
  75. pulumi_azure_native/signalrservice/v20240801preview/signal_r_shared_private_link_resource.py +1 -1
  76. pulumi_azure_native/signalrservice/v20241001preview/__init__.py +23 -0
  77. pulumi_azure_native/signalrservice/v20241001preview/_enums.py +109 -0
  78. pulumi_azure_native/signalrservice/v20241001preview/_inputs.py +1976 -0
  79. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r.py +536 -0
  80. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_custom_certificate.py +191 -0
  81. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_custom_domain.py +177 -0
  82. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_private_endpoint_connection.py +191 -0
  83. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_replica.py +222 -0
  84. pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_shared_private_link_resource.py +219 -0
  85. pulumi_azure_native/signalrservice/v20241001preview/list_signal_r_keys.py +128 -0
  86. pulumi_azure_native/signalrservice/v20241001preview/outputs.py +2015 -0
  87. pulumi_azure_native/signalrservice/v20241001preview/signal_r.py +892 -0
  88. pulumi_azure_native/signalrservice/v20241001preview/signal_r_custom_certificate.py +289 -0
  89. pulumi_azure_native/signalrservice/v20241001preview/signal_r_custom_domain.py +260 -0
  90. pulumi_azure_native/signalrservice/v20241001preview/signal_r_private_endpoint_connection.py +270 -0
  91. pulumi_azure_native/signalrservice/v20241001preview/signal_r_replica.py +367 -0
  92. pulumi_azure_native/signalrservice/v20241001preview/signal_r_shared_private_link_resource.py +328 -0
  93. pulumi_azure_native/webpubsub/__init__.py +3 -0
  94. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  95. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  96. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  97. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  98. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  99. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  100. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  101. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  102. pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
  103. pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
  104. pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
  105. pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
  106. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
  107. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
  108. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
  109. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
  111. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
  112. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
  113. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
  114. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
  115. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
  116. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
  117. pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
  118. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
  119. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
  120. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
  121. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
  122. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
  123. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
  124. pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
  125. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
  126. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
  127. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
  128. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
  129. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  130. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
  131. pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  132. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
  133. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
  134. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
  135. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
  136. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
  137. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
  138. pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
  139. pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
  140. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
  141. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
  142. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
  143. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
  144. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
  145. pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
  146. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +1 -1
  147. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +1 -1
  148. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +1 -1
  149. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +1 -1
  150. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +1 -1
  151. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +1 -1
  152. pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +1 -1
  153. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub.py +1 -1
  154. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_certificate.py +1 -1
  155. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_domain.py +1 -1
  156. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_hub.py +1 -1
  157. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_private_endpoint_connection.py +1 -1
  158. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_replica.py +1 -1
  159. pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_shared_private_link_resource.py +1 -1
  160. pulumi_azure_native/webpubsub/v20241001preview/__init__.py +25 -0
  161. pulumi_azure_native/webpubsub/v20241001preview/_enums.py +104 -0
  162. pulumi_azure_native/webpubsub/v20241001preview/_inputs.py +2053 -0
  163. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub.py +489 -0
  164. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_custom_certificate.py +191 -0
  165. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_custom_domain.py +177 -0
  166. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_hub.py +149 -0
  167. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_private_endpoint_connection.py +191 -0
  168. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_replica.py +222 -0
  169. pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_shared_private_link_resource.py +219 -0
  170. pulumi_azure_native/webpubsub/v20241001preview/list_web_pub_sub_keys.py +128 -0
  171. pulumi_azure_native/webpubsub/v20241001preview/outputs.py +2099 -0
  172. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub.py +785 -0
  173. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_custom_certificate.py +289 -0
  174. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_custom_domain.py +260 -0
  175. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_hub.py +222 -0
  176. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_private_endpoint_connection.py +270 -0
  177. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_replica.py +367 -0
  178. pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_shared_private_link_resource.py +328 -0
  179. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  180. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  181. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  182. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  183. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  184. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  185. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  186. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/METADATA +1 -1
  187. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/RECORD +189 -148
  188. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/WHEEL +0 -0
  189. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,536 @@
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
+ 'GetSignalRResult',
20
+ 'AwaitableGetSignalRResult',
21
+ 'get_signal_r',
22
+ 'get_signal_r_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetSignalRResult:
27
+ """
28
+ A class represent a resource.
29
+ """
30
+ def __init__(__self__, application_firewall=None, cors=None, disable_aad_auth=None, disable_local_auth=None, external_ip=None, features=None, host_name=None, host_name_prefix=None, id=None, identity=None, kind=None, live_trace_configuration=None, location=None, name=None, network_acls=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, public_port=None, region_endpoint_enabled=None, resource_log_configuration=None, resource_stopped=None, server_port=None, serverless=None, shared_private_link_resources=None, sku=None, system_data=None, tags=None, tls=None, type=None, upstream=None, version=None):
31
+ if application_firewall and not isinstance(application_firewall, dict):
32
+ raise TypeError("Expected argument 'application_firewall' to be a dict")
33
+ pulumi.set(__self__, "application_firewall", application_firewall)
34
+ if cors and not isinstance(cors, dict):
35
+ raise TypeError("Expected argument 'cors' to be a dict")
36
+ pulumi.set(__self__, "cors", cors)
37
+ if disable_aad_auth and not isinstance(disable_aad_auth, bool):
38
+ raise TypeError("Expected argument 'disable_aad_auth' to be a bool")
39
+ pulumi.set(__self__, "disable_aad_auth", disable_aad_auth)
40
+ if disable_local_auth and not isinstance(disable_local_auth, bool):
41
+ raise TypeError("Expected argument 'disable_local_auth' to be a bool")
42
+ pulumi.set(__self__, "disable_local_auth", disable_local_auth)
43
+ if external_ip and not isinstance(external_ip, str):
44
+ raise TypeError("Expected argument 'external_ip' to be a str")
45
+ pulumi.set(__self__, "external_ip", external_ip)
46
+ if features and not isinstance(features, list):
47
+ raise TypeError("Expected argument 'features' to be a list")
48
+ pulumi.set(__self__, "features", features)
49
+ if host_name and not isinstance(host_name, str):
50
+ raise TypeError("Expected argument 'host_name' to be a str")
51
+ pulumi.set(__self__, "host_name", host_name)
52
+ if host_name_prefix and not isinstance(host_name_prefix, str):
53
+ raise TypeError("Expected argument 'host_name_prefix' to be a str")
54
+ pulumi.set(__self__, "host_name_prefix", host_name_prefix)
55
+ if id and not isinstance(id, str):
56
+ raise TypeError("Expected argument 'id' to be a str")
57
+ pulumi.set(__self__, "id", id)
58
+ if identity and not isinstance(identity, dict):
59
+ raise TypeError("Expected argument 'identity' to be a dict")
60
+ pulumi.set(__self__, "identity", identity)
61
+ if kind and not isinstance(kind, str):
62
+ raise TypeError("Expected argument 'kind' to be a str")
63
+ pulumi.set(__self__, "kind", kind)
64
+ if live_trace_configuration and not isinstance(live_trace_configuration, dict):
65
+ raise TypeError("Expected argument 'live_trace_configuration' to be a dict")
66
+ pulumi.set(__self__, "live_trace_configuration", live_trace_configuration)
67
+ if location and not isinstance(location, str):
68
+ raise TypeError("Expected argument 'location' to be a str")
69
+ pulumi.set(__self__, "location", location)
70
+ if name and not isinstance(name, str):
71
+ raise TypeError("Expected argument 'name' to be a str")
72
+ pulumi.set(__self__, "name", name)
73
+ if network_acls and not isinstance(network_acls, dict):
74
+ raise TypeError("Expected argument 'network_acls' to be a dict")
75
+ pulumi.set(__self__, "network_acls", network_acls)
76
+ if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
77
+ raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
78
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
79
+ if provisioning_state and not isinstance(provisioning_state, str):
80
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
81
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
82
+ if public_network_access and not isinstance(public_network_access, str):
83
+ raise TypeError("Expected argument 'public_network_access' to be a str")
84
+ pulumi.set(__self__, "public_network_access", public_network_access)
85
+ if public_port and not isinstance(public_port, int):
86
+ raise TypeError("Expected argument 'public_port' to be a int")
87
+ pulumi.set(__self__, "public_port", public_port)
88
+ if region_endpoint_enabled and not isinstance(region_endpoint_enabled, str):
89
+ raise TypeError("Expected argument 'region_endpoint_enabled' to be a str")
90
+ pulumi.set(__self__, "region_endpoint_enabled", region_endpoint_enabled)
91
+ if resource_log_configuration and not isinstance(resource_log_configuration, dict):
92
+ raise TypeError("Expected argument 'resource_log_configuration' to be a dict")
93
+ pulumi.set(__self__, "resource_log_configuration", resource_log_configuration)
94
+ if resource_stopped and not isinstance(resource_stopped, str):
95
+ raise TypeError("Expected argument 'resource_stopped' to be a str")
96
+ pulumi.set(__self__, "resource_stopped", resource_stopped)
97
+ if server_port and not isinstance(server_port, int):
98
+ raise TypeError("Expected argument 'server_port' to be a int")
99
+ pulumi.set(__self__, "server_port", server_port)
100
+ if serverless and not isinstance(serverless, dict):
101
+ raise TypeError("Expected argument 'serverless' to be a dict")
102
+ pulumi.set(__self__, "serverless", serverless)
103
+ if shared_private_link_resources and not isinstance(shared_private_link_resources, list):
104
+ raise TypeError("Expected argument 'shared_private_link_resources' to be a list")
105
+ pulumi.set(__self__, "shared_private_link_resources", shared_private_link_resources)
106
+ if sku and not isinstance(sku, dict):
107
+ raise TypeError("Expected argument 'sku' to be a dict")
108
+ pulumi.set(__self__, "sku", sku)
109
+ if system_data and not isinstance(system_data, dict):
110
+ raise TypeError("Expected argument 'system_data' to be a dict")
111
+ pulumi.set(__self__, "system_data", system_data)
112
+ if tags and not isinstance(tags, dict):
113
+ raise TypeError("Expected argument 'tags' to be a dict")
114
+ pulumi.set(__self__, "tags", tags)
115
+ if tls and not isinstance(tls, dict):
116
+ raise TypeError("Expected argument 'tls' to be a dict")
117
+ pulumi.set(__self__, "tls", tls)
118
+ if type and not isinstance(type, str):
119
+ raise TypeError("Expected argument 'type' to be a str")
120
+ pulumi.set(__self__, "type", type)
121
+ if upstream and not isinstance(upstream, dict):
122
+ raise TypeError("Expected argument 'upstream' to be a dict")
123
+ pulumi.set(__self__, "upstream", upstream)
124
+ if version and not isinstance(version, str):
125
+ raise TypeError("Expected argument 'version' to be a str")
126
+ pulumi.set(__self__, "version", version)
127
+
128
+ @property
129
+ @pulumi.getter(name="applicationFirewall")
130
+ def application_firewall(self) -> Optional['outputs.ApplicationFirewallSettingsResponse']:
131
+ """
132
+ Application firewall settings for the resource
133
+ """
134
+ return pulumi.get(self, "application_firewall")
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def cors(self) -> Optional['outputs.SignalRCorsSettingsResponse']:
139
+ """
140
+ Cross-Origin Resource Sharing (CORS) settings.
141
+ """
142
+ return pulumi.get(self, "cors")
143
+
144
+ @property
145
+ @pulumi.getter(name="disableAadAuth")
146
+ def disable_aad_auth(self) -> Optional[bool]:
147
+ """
148
+ DisableLocalAuth
149
+ Enable or disable aad auth
150
+ When set as true, connection with AuthType=aad won't work.
151
+ """
152
+ return pulumi.get(self, "disable_aad_auth")
153
+
154
+ @property
155
+ @pulumi.getter(name="disableLocalAuth")
156
+ def disable_local_auth(self) -> Optional[bool]:
157
+ """
158
+ DisableLocalAuth
159
+ Enable or disable local auth with AccessKey
160
+ When set as true, connection with AccessKey=xxx won't work.
161
+ """
162
+ return pulumi.get(self, "disable_local_auth")
163
+
164
+ @property
165
+ @pulumi.getter(name="externalIP")
166
+ def external_ip(self) -> str:
167
+ """
168
+ The publicly accessible IP of the resource.
169
+ """
170
+ return pulumi.get(self, "external_ip")
171
+
172
+ @property
173
+ @pulumi.getter
174
+ def features(self) -> Optional[Sequence['outputs.SignalRFeatureResponse']]:
175
+ """
176
+ List of the featureFlags.
177
+
178
+ FeatureFlags that are not included in the parameters for the update operation will not be modified.
179
+ And the response will only include featureFlags that are explicitly set.
180
+ When a featureFlag is not explicitly set, its globally default value will be used
181
+ But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
182
+ """
183
+ return pulumi.get(self, "features")
184
+
185
+ @property
186
+ @pulumi.getter(name="hostName")
187
+ def host_name(self) -> str:
188
+ """
189
+ FQDN of the service instance.
190
+ """
191
+ return pulumi.get(self, "host_name")
192
+
193
+ @property
194
+ @pulumi.getter(name="hostNamePrefix")
195
+ def host_name_prefix(self) -> str:
196
+ """
197
+ Deprecated.
198
+ """
199
+ return pulumi.get(self, "host_name_prefix")
200
+
201
+ @property
202
+ @pulumi.getter
203
+ def id(self) -> str:
204
+ """
205
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
206
+ """
207
+ return pulumi.get(self, "id")
208
+
209
+ @property
210
+ @pulumi.getter
211
+ def identity(self) -> Optional['outputs.ManagedIdentityResponse']:
212
+ """
213
+ A class represent managed identities used for request and response
214
+ """
215
+ return pulumi.get(self, "identity")
216
+
217
+ @property
218
+ @pulumi.getter
219
+ def kind(self) -> Optional[str]:
220
+ """
221
+ The kind of the service
222
+ """
223
+ return pulumi.get(self, "kind")
224
+
225
+ @property
226
+ @pulumi.getter(name="liveTraceConfiguration")
227
+ def live_trace_configuration(self) -> Optional['outputs.LiveTraceConfigurationResponse']:
228
+ """
229
+ Live trace configuration of a Microsoft.SignalRService resource.
230
+ """
231
+ return pulumi.get(self, "live_trace_configuration")
232
+
233
+ @property
234
+ @pulumi.getter
235
+ def location(self) -> str:
236
+ """
237
+ The geo-location where the resource lives
238
+ """
239
+ return pulumi.get(self, "location")
240
+
241
+ @property
242
+ @pulumi.getter
243
+ def name(self) -> str:
244
+ """
245
+ The name of the resource
246
+ """
247
+ return pulumi.get(self, "name")
248
+
249
+ @property
250
+ @pulumi.getter(name="networkACLs")
251
+ def network_acls(self) -> Optional['outputs.SignalRNetworkACLsResponse']:
252
+ """
253
+ Network ACLs for the resource
254
+ """
255
+ return pulumi.get(self, "network_acls")
256
+
257
+ @property
258
+ @pulumi.getter(name="privateEndpointConnections")
259
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
260
+ """
261
+ Private endpoint connections to the resource.
262
+ """
263
+ return pulumi.get(self, "private_endpoint_connections")
264
+
265
+ @property
266
+ @pulumi.getter(name="provisioningState")
267
+ def provisioning_state(self) -> str:
268
+ """
269
+ Provisioning state of the resource.
270
+ """
271
+ return pulumi.get(self, "provisioning_state")
272
+
273
+ @property
274
+ @pulumi.getter(name="publicNetworkAccess")
275
+ def public_network_access(self) -> Optional[str]:
276
+ """
277
+ Enable or disable public network access. Default to "Enabled".
278
+ When it's Enabled, network ACLs still apply.
279
+ When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
280
+ """
281
+ return pulumi.get(self, "public_network_access")
282
+
283
+ @property
284
+ @pulumi.getter(name="publicPort")
285
+ def public_port(self) -> int:
286
+ """
287
+ The publicly accessible port of the resource which is designed for browser/client side usage.
288
+ """
289
+ return pulumi.get(self, "public_port")
290
+
291
+ @property
292
+ @pulumi.getter(name="regionEndpointEnabled")
293
+ def region_endpoint_enabled(self) -> Optional[str]:
294
+ """
295
+ Enable or disable the regional endpoint. Default to "Enabled".
296
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
297
+ This property is replica specific. Disable the regional endpoint without replica is not allowed.
298
+ """
299
+ return pulumi.get(self, "region_endpoint_enabled")
300
+
301
+ @property
302
+ @pulumi.getter(name="resourceLogConfiguration")
303
+ def resource_log_configuration(self) -> Optional['outputs.ResourceLogConfigurationResponse']:
304
+ """
305
+ Resource log configuration of a Microsoft.SignalRService resource.
306
+ """
307
+ return pulumi.get(self, "resource_log_configuration")
308
+
309
+ @property
310
+ @pulumi.getter(name="resourceStopped")
311
+ def resource_stopped(self) -> Optional[str]:
312
+ """
313
+ Stop or start the resource. Default to "False".
314
+ When it's true, the data plane of the resource is shutdown.
315
+ When it's false, the data plane of the resource is started.
316
+ """
317
+ return pulumi.get(self, "resource_stopped")
318
+
319
+ @property
320
+ @pulumi.getter(name="serverPort")
321
+ def server_port(self) -> int:
322
+ """
323
+ The publicly accessible port of the resource which is designed for customer server side usage.
324
+ """
325
+ return pulumi.get(self, "server_port")
326
+
327
+ @property
328
+ @pulumi.getter
329
+ def serverless(self) -> Optional['outputs.ServerlessSettingsResponse']:
330
+ """
331
+ Serverless settings.
332
+ """
333
+ return pulumi.get(self, "serverless")
334
+
335
+ @property
336
+ @pulumi.getter(name="sharedPrivateLinkResources")
337
+ def shared_private_link_resources(self) -> Sequence['outputs.SharedPrivateLinkResourceResponse']:
338
+ """
339
+ The list of shared private link resources.
340
+ """
341
+ return pulumi.get(self, "shared_private_link_resources")
342
+
343
+ @property
344
+ @pulumi.getter
345
+ def sku(self) -> Optional['outputs.ResourceSkuResponse']:
346
+ """
347
+ The billing information of the resource.
348
+ """
349
+ return pulumi.get(self, "sku")
350
+
351
+ @property
352
+ @pulumi.getter(name="systemData")
353
+ def system_data(self) -> 'outputs.SystemDataResponse':
354
+ """
355
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
356
+ """
357
+ return pulumi.get(self, "system_data")
358
+
359
+ @property
360
+ @pulumi.getter
361
+ def tags(self) -> Optional[Mapping[str, str]]:
362
+ """
363
+ Resource tags.
364
+ """
365
+ return pulumi.get(self, "tags")
366
+
367
+ @property
368
+ @pulumi.getter
369
+ def tls(self) -> Optional['outputs.SignalRTlsSettingsResponse']:
370
+ """
371
+ TLS settings for the resource
372
+ """
373
+ return pulumi.get(self, "tls")
374
+
375
+ @property
376
+ @pulumi.getter
377
+ def type(self) -> str:
378
+ """
379
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
380
+ """
381
+ return pulumi.get(self, "type")
382
+
383
+ @property
384
+ @pulumi.getter
385
+ def upstream(self) -> Optional['outputs.ServerlessUpstreamSettingsResponse']:
386
+ """
387
+ The settings for the Upstream when the service is in server-less mode.
388
+ """
389
+ return pulumi.get(self, "upstream")
390
+
391
+ @property
392
+ @pulumi.getter
393
+ def version(self) -> str:
394
+ """
395
+ Version of the resource. Probably you need the same or higher version of client SDKs.
396
+ """
397
+ return pulumi.get(self, "version")
398
+
399
+
400
+ class AwaitableGetSignalRResult(GetSignalRResult):
401
+ # pylint: disable=using-constant-test
402
+ def __await__(self):
403
+ if False:
404
+ yield self
405
+ return GetSignalRResult(
406
+ application_firewall=self.application_firewall,
407
+ cors=self.cors,
408
+ disable_aad_auth=self.disable_aad_auth,
409
+ disable_local_auth=self.disable_local_auth,
410
+ external_ip=self.external_ip,
411
+ features=self.features,
412
+ host_name=self.host_name,
413
+ host_name_prefix=self.host_name_prefix,
414
+ id=self.id,
415
+ identity=self.identity,
416
+ kind=self.kind,
417
+ live_trace_configuration=self.live_trace_configuration,
418
+ location=self.location,
419
+ name=self.name,
420
+ network_acls=self.network_acls,
421
+ private_endpoint_connections=self.private_endpoint_connections,
422
+ provisioning_state=self.provisioning_state,
423
+ public_network_access=self.public_network_access,
424
+ public_port=self.public_port,
425
+ region_endpoint_enabled=self.region_endpoint_enabled,
426
+ resource_log_configuration=self.resource_log_configuration,
427
+ resource_stopped=self.resource_stopped,
428
+ server_port=self.server_port,
429
+ serverless=self.serverless,
430
+ shared_private_link_resources=self.shared_private_link_resources,
431
+ sku=self.sku,
432
+ system_data=self.system_data,
433
+ tags=self.tags,
434
+ tls=self.tls,
435
+ type=self.type,
436
+ upstream=self.upstream,
437
+ version=self.version)
438
+
439
+
440
+ def get_signal_r(resource_group_name: Optional[str] = None,
441
+ resource_name: Optional[str] = None,
442
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSignalRResult:
443
+ """
444
+ Get the resource and its properties.
445
+
446
+
447
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
448
+ :param str resource_name: The name of the resource.
449
+ """
450
+ __args__ = dict()
451
+ __args__['resourceGroupName'] = resource_group_name
452
+ __args__['resourceName'] = resource_name
453
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
454
+ __ret__ = pulumi.runtime.invoke('azure-native:signalrservice/v20241001preview:getSignalR', __args__, opts=opts, typ=GetSignalRResult).value
455
+
456
+ return AwaitableGetSignalRResult(
457
+ application_firewall=pulumi.get(__ret__, 'application_firewall'),
458
+ cors=pulumi.get(__ret__, 'cors'),
459
+ disable_aad_auth=pulumi.get(__ret__, 'disable_aad_auth'),
460
+ disable_local_auth=pulumi.get(__ret__, 'disable_local_auth'),
461
+ external_ip=pulumi.get(__ret__, 'external_ip'),
462
+ features=pulumi.get(__ret__, 'features'),
463
+ host_name=pulumi.get(__ret__, 'host_name'),
464
+ host_name_prefix=pulumi.get(__ret__, 'host_name_prefix'),
465
+ id=pulumi.get(__ret__, 'id'),
466
+ identity=pulumi.get(__ret__, 'identity'),
467
+ kind=pulumi.get(__ret__, 'kind'),
468
+ live_trace_configuration=pulumi.get(__ret__, 'live_trace_configuration'),
469
+ location=pulumi.get(__ret__, 'location'),
470
+ name=pulumi.get(__ret__, 'name'),
471
+ network_acls=pulumi.get(__ret__, 'network_acls'),
472
+ private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
473
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
474
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
475
+ public_port=pulumi.get(__ret__, 'public_port'),
476
+ region_endpoint_enabled=pulumi.get(__ret__, 'region_endpoint_enabled'),
477
+ resource_log_configuration=pulumi.get(__ret__, 'resource_log_configuration'),
478
+ resource_stopped=pulumi.get(__ret__, 'resource_stopped'),
479
+ server_port=pulumi.get(__ret__, 'server_port'),
480
+ serverless=pulumi.get(__ret__, 'serverless'),
481
+ shared_private_link_resources=pulumi.get(__ret__, 'shared_private_link_resources'),
482
+ sku=pulumi.get(__ret__, 'sku'),
483
+ system_data=pulumi.get(__ret__, 'system_data'),
484
+ tags=pulumi.get(__ret__, 'tags'),
485
+ tls=pulumi.get(__ret__, 'tls'),
486
+ type=pulumi.get(__ret__, 'type'),
487
+ upstream=pulumi.get(__ret__, 'upstream'),
488
+ version=pulumi.get(__ret__, 'version'))
489
+ def get_signal_r_output(resource_group_name: Optional[pulumi.Input[str]] = None,
490
+ resource_name: Optional[pulumi.Input[str]] = None,
491
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSignalRResult]:
492
+ """
493
+ Get the resource and its properties.
494
+
495
+
496
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
497
+ :param str resource_name: The name of the resource.
498
+ """
499
+ __args__ = dict()
500
+ __args__['resourceGroupName'] = resource_group_name
501
+ __args__['resourceName'] = resource_name
502
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
503
+ __ret__ = pulumi.runtime.invoke_output('azure-native:signalrservice/v20241001preview:getSignalR', __args__, opts=opts, typ=GetSignalRResult)
504
+ return __ret__.apply(lambda __response__: GetSignalRResult(
505
+ application_firewall=pulumi.get(__response__, 'application_firewall'),
506
+ cors=pulumi.get(__response__, 'cors'),
507
+ disable_aad_auth=pulumi.get(__response__, 'disable_aad_auth'),
508
+ disable_local_auth=pulumi.get(__response__, 'disable_local_auth'),
509
+ external_ip=pulumi.get(__response__, 'external_ip'),
510
+ features=pulumi.get(__response__, 'features'),
511
+ host_name=pulumi.get(__response__, 'host_name'),
512
+ host_name_prefix=pulumi.get(__response__, 'host_name_prefix'),
513
+ id=pulumi.get(__response__, 'id'),
514
+ identity=pulumi.get(__response__, 'identity'),
515
+ kind=pulumi.get(__response__, 'kind'),
516
+ live_trace_configuration=pulumi.get(__response__, 'live_trace_configuration'),
517
+ location=pulumi.get(__response__, 'location'),
518
+ name=pulumi.get(__response__, 'name'),
519
+ network_acls=pulumi.get(__response__, 'network_acls'),
520
+ private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
521
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
522
+ public_network_access=pulumi.get(__response__, 'public_network_access'),
523
+ public_port=pulumi.get(__response__, 'public_port'),
524
+ region_endpoint_enabled=pulumi.get(__response__, 'region_endpoint_enabled'),
525
+ resource_log_configuration=pulumi.get(__response__, 'resource_log_configuration'),
526
+ resource_stopped=pulumi.get(__response__, 'resource_stopped'),
527
+ server_port=pulumi.get(__response__, 'server_port'),
528
+ serverless=pulumi.get(__response__, 'serverless'),
529
+ shared_private_link_resources=pulumi.get(__response__, 'shared_private_link_resources'),
530
+ sku=pulumi.get(__response__, 'sku'),
531
+ system_data=pulumi.get(__response__, 'system_data'),
532
+ tags=pulumi.get(__response__, 'tags'),
533
+ tls=pulumi.get(__response__, 'tls'),
534
+ type=pulumi.get(__response__, 'type'),
535
+ upstream=pulumi.get(__response__, 'upstream'),
536
+ version=pulumi.get(__response__, 'version')))