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,892 @@
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__ = ['SignalRArgs', 'SignalR']
21
+
22
+ @pulumi.input_type
23
+ class SignalRArgs:
24
+ def __init__(__self__, *,
25
+ resource_group_name: pulumi.Input[str],
26
+ application_firewall: Optional[pulumi.Input['ApplicationFirewallSettingsArgs']] = None,
27
+ cors: Optional[pulumi.Input['SignalRCorsSettingsArgs']] = None,
28
+ disable_aad_auth: Optional[pulumi.Input[bool]] = None,
29
+ disable_local_auth: Optional[pulumi.Input[bool]] = None,
30
+ features: Optional[pulumi.Input[Sequence[pulumi.Input['SignalRFeatureArgs']]]] = None,
31
+ identity: Optional[pulumi.Input['ManagedIdentityArgs']] = None,
32
+ kind: Optional[pulumi.Input[Union[str, 'ServiceKind']]] = None,
33
+ live_trace_configuration: Optional[pulumi.Input['LiveTraceConfigurationArgs']] = None,
34
+ location: Optional[pulumi.Input[str]] = None,
35
+ network_acls: Optional[pulumi.Input['SignalRNetworkACLsArgs']] = None,
36
+ public_network_access: Optional[pulumi.Input[str]] = None,
37
+ region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
38
+ resource_log_configuration: Optional[pulumi.Input['ResourceLogConfigurationArgs']] = None,
39
+ resource_name: Optional[pulumi.Input[str]] = None,
40
+ resource_stopped: Optional[pulumi.Input[str]] = None,
41
+ serverless: Optional[pulumi.Input['ServerlessSettingsArgs']] = None,
42
+ sku: Optional[pulumi.Input['ResourceSkuArgs']] = None,
43
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
44
+ tls: Optional[pulumi.Input['SignalRTlsSettingsArgs']] = None,
45
+ upstream: Optional[pulumi.Input['ServerlessUpstreamSettingsArgs']] = None):
46
+ """
47
+ The set of arguments for constructing a SignalR resource.
48
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
49
+ :param pulumi.Input['ApplicationFirewallSettingsArgs'] application_firewall: Application firewall settings for the resource
50
+ :param pulumi.Input['SignalRCorsSettingsArgs'] cors: Cross-Origin Resource Sharing (CORS) settings.
51
+ :param pulumi.Input[bool] disable_aad_auth: DisableLocalAuth
52
+ Enable or disable aad auth
53
+ When set as true, connection with AuthType=aad won't work.
54
+ :param pulumi.Input[bool] disable_local_auth: DisableLocalAuth
55
+ Enable or disable local auth with AccessKey
56
+ When set as true, connection with AccessKey=xxx won't work.
57
+ :param pulumi.Input[Sequence[pulumi.Input['SignalRFeatureArgs']]] features: List of the featureFlags.
58
+
59
+ FeatureFlags that are not included in the parameters for the update operation will not be modified.
60
+ And the response will only include featureFlags that are explicitly set.
61
+ When a featureFlag is not explicitly set, its globally default value will be used
62
+ But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
63
+ :param pulumi.Input['ManagedIdentityArgs'] identity: A class represent managed identities used for request and response
64
+ :param pulumi.Input[Union[str, 'ServiceKind']] kind: The kind of the service
65
+ :param pulumi.Input['LiveTraceConfigurationArgs'] live_trace_configuration: Live trace configuration of a Microsoft.SignalRService resource.
66
+ :param pulumi.Input[str] location: The geo-location where the resource lives
67
+ :param pulumi.Input['SignalRNetworkACLsArgs'] network_acls: Network ACLs for the resource
68
+ :param pulumi.Input[str] public_network_access: Enable or disable public network access. Default to "Enabled".
69
+ When it's Enabled, network ACLs still apply.
70
+ When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
71
+ :param pulumi.Input[str] region_endpoint_enabled: Enable or disable the regional endpoint. Default to "Enabled".
72
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
73
+ This property is replica specific. Disable the regional endpoint without replica is not allowed.
74
+ :param pulumi.Input['ResourceLogConfigurationArgs'] resource_log_configuration: Resource log configuration of a Microsoft.SignalRService resource.
75
+ :param pulumi.Input[str] resource_name: The name of the resource.
76
+ :param pulumi.Input[str] resource_stopped: Stop or start the resource. Default to "False".
77
+ When it's true, the data plane of the resource is shutdown.
78
+ When it's false, the data plane of the resource is started.
79
+ :param pulumi.Input['ServerlessSettingsArgs'] serverless: Serverless settings.
80
+ :param pulumi.Input['ResourceSkuArgs'] sku: The billing information of the resource.
81
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
82
+ :param pulumi.Input['SignalRTlsSettingsArgs'] tls: TLS settings for the resource
83
+ :param pulumi.Input['ServerlessUpstreamSettingsArgs'] upstream: The settings for the Upstream when the service is in server-less mode.
84
+ """
85
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
86
+ if application_firewall is not None:
87
+ pulumi.set(__self__, "application_firewall", application_firewall)
88
+ if cors is not None:
89
+ pulumi.set(__self__, "cors", cors)
90
+ if disable_aad_auth is None:
91
+ disable_aad_auth = False
92
+ if disable_aad_auth is not None:
93
+ pulumi.set(__self__, "disable_aad_auth", disable_aad_auth)
94
+ if disable_local_auth is None:
95
+ disable_local_auth = False
96
+ if disable_local_auth is not None:
97
+ pulumi.set(__self__, "disable_local_auth", disable_local_auth)
98
+ if features is not None:
99
+ pulumi.set(__self__, "features", features)
100
+ if identity is not None:
101
+ pulumi.set(__self__, "identity", identity)
102
+ if kind is not None:
103
+ pulumi.set(__self__, "kind", kind)
104
+ if live_trace_configuration is not None:
105
+ pulumi.set(__self__, "live_trace_configuration", live_trace_configuration)
106
+ if location is not None:
107
+ pulumi.set(__self__, "location", location)
108
+ if network_acls is not None:
109
+ pulumi.set(__self__, "network_acls", network_acls)
110
+ if public_network_access is None:
111
+ public_network_access = 'Enabled'
112
+ if public_network_access is not None:
113
+ pulumi.set(__self__, "public_network_access", public_network_access)
114
+ if region_endpoint_enabled is None:
115
+ region_endpoint_enabled = 'Enabled'
116
+ if region_endpoint_enabled is not None:
117
+ pulumi.set(__self__, "region_endpoint_enabled", region_endpoint_enabled)
118
+ if resource_log_configuration is not None:
119
+ pulumi.set(__self__, "resource_log_configuration", resource_log_configuration)
120
+ if resource_name is not None:
121
+ pulumi.set(__self__, "resource_name", resource_name)
122
+ if resource_stopped is None:
123
+ resource_stopped = 'false'
124
+ if resource_stopped is not None:
125
+ pulumi.set(__self__, "resource_stopped", resource_stopped)
126
+ if serverless is not None:
127
+ pulumi.set(__self__, "serverless", serverless)
128
+ if sku is not None:
129
+ pulumi.set(__self__, "sku", sku)
130
+ if tags is not None:
131
+ pulumi.set(__self__, "tags", tags)
132
+ if tls is not None:
133
+ pulumi.set(__self__, "tls", tls)
134
+ if upstream is not None:
135
+ pulumi.set(__self__, "upstream", upstream)
136
+
137
+ @property
138
+ @pulumi.getter(name="resourceGroupName")
139
+ def resource_group_name(self) -> pulumi.Input[str]:
140
+ """
141
+ The name of the resource group. The name is case insensitive.
142
+ """
143
+ return pulumi.get(self, "resource_group_name")
144
+
145
+ @resource_group_name.setter
146
+ def resource_group_name(self, value: pulumi.Input[str]):
147
+ pulumi.set(self, "resource_group_name", value)
148
+
149
+ @property
150
+ @pulumi.getter(name="applicationFirewall")
151
+ def application_firewall(self) -> Optional[pulumi.Input['ApplicationFirewallSettingsArgs']]:
152
+ """
153
+ Application firewall settings for the resource
154
+ """
155
+ return pulumi.get(self, "application_firewall")
156
+
157
+ @application_firewall.setter
158
+ def application_firewall(self, value: Optional[pulumi.Input['ApplicationFirewallSettingsArgs']]):
159
+ pulumi.set(self, "application_firewall", value)
160
+
161
+ @property
162
+ @pulumi.getter
163
+ def cors(self) -> Optional[pulumi.Input['SignalRCorsSettingsArgs']]:
164
+ """
165
+ Cross-Origin Resource Sharing (CORS) settings.
166
+ """
167
+ return pulumi.get(self, "cors")
168
+
169
+ @cors.setter
170
+ def cors(self, value: Optional[pulumi.Input['SignalRCorsSettingsArgs']]):
171
+ pulumi.set(self, "cors", value)
172
+
173
+ @property
174
+ @pulumi.getter(name="disableAadAuth")
175
+ def disable_aad_auth(self) -> Optional[pulumi.Input[bool]]:
176
+ """
177
+ DisableLocalAuth
178
+ Enable or disable aad auth
179
+ When set as true, connection with AuthType=aad won't work.
180
+ """
181
+ return pulumi.get(self, "disable_aad_auth")
182
+
183
+ @disable_aad_auth.setter
184
+ def disable_aad_auth(self, value: Optional[pulumi.Input[bool]]):
185
+ pulumi.set(self, "disable_aad_auth", value)
186
+
187
+ @property
188
+ @pulumi.getter(name="disableLocalAuth")
189
+ def disable_local_auth(self) -> Optional[pulumi.Input[bool]]:
190
+ """
191
+ DisableLocalAuth
192
+ Enable or disable local auth with AccessKey
193
+ When set as true, connection with AccessKey=xxx won't work.
194
+ """
195
+ return pulumi.get(self, "disable_local_auth")
196
+
197
+ @disable_local_auth.setter
198
+ def disable_local_auth(self, value: Optional[pulumi.Input[bool]]):
199
+ pulumi.set(self, "disable_local_auth", value)
200
+
201
+ @property
202
+ @pulumi.getter
203
+ def features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SignalRFeatureArgs']]]]:
204
+ """
205
+ List of the featureFlags.
206
+
207
+ FeatureFlags that are not included in the parameters for the update operation will not be modified.
208
+ And the response will only include featureFlags that are explicitly set.
209
+ When a featureFlag is not explicitly set, its globally default value will be used
210
+ But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
211
+ """
212
+ return pulumi.get(self, "features")
213
+
214
+ @features.setter
215
+ def features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SignalRFeatureArgs']]]]):
216
+ pulumi.set(self, "features", value)
217
+
218
+ @property
219
+ @pulumi.getter
220
+ def identity(self) -> Optional[pulumi.Input['ManagedIdentityArgs']]:
221
+ """
222
+ A class represent managed identities used for request and response
223
+ """
224
+ return pulumi.get(self, "identity")
225
+
226
+ @identity.setter
227
+ def identity(self, value: Optional[pulumi.Input['ManagedIdentityArgs']]):
228
+ pulumi.set(self, "identity", value)
229
+
230
+ @property
231
+ @pulumi.getter
232
+ def kind(self) -> Optional[pulumi.Input[Union[str, 'ServiceKind']]]:
233
+ """
234
+ The kind of the service
235
+ """
236
+ return pulumi.get(self, "kind")
237
+
238
+ @kind.setter
239
+ def kind(self, value: Optional[pulumi.Input[Union[str, 'ServiceKind']]]):
240
+ pulumi.set(self, "kind", value)
241
+
242
+ @property
243
+ @pulumi.getter(name="liveTraceConfiguration")
244
+ def live_trace_configuration(self) -> Optional[pulumi.Input['LiveTraceConfigurationArgs']]:
245
+ """
246
+ Live trace configuration of a Microsoft.SignalRService resource.
247
+ """
248
+ return pulumi.get(self, "live_trace_configuration")
249
+
250
+ @live_trace_configuration.setter
251
+ def live_trace_configuration(self, value: Optional[pulumi.Input['LiveTraceConfigurationArgs']]):
252
+ pulumi.set(self, "live_trace_configuration", value)
253
+
254
+ @property
255
+ @pulumi.getter
256
+ def location(self) -> Optional[pulumi.Input[str]]:
257
+ """
258
+ The geo-location where the resource lives
259
+ """
260
+ return pulumi.get(self, "location")
261
+
262
+ @location.setter
263
+ def location(self, value: Optional[pulumi.Input[str]]):
264
+ pulumi.set(self, "location", value)
265
+
266
+ @property
267
+ @pulumi.getter(name="networkACLs")
268
+ def network_acls(self) -> Optional[pulumi.Input['SignalRNetworkACLsArgs']]:
269
+ """
270
+ Network ACLs for the resource
271
+ """
272
+ return pulumi.get(self, "network_acls")
273
+
274
+ @network_acls.setter
275
+ def network_acls(self, value: Optional[pulumi.Input['SignalRNetworkACLsArgs']]):
276
+ pulumi.set(self, "network_acls", value)
277
+
278
+ @property
279
+ @pulumi.getter(name="publicNetworkAccess")
280
+ def public_network_access(self) -> Optional[pulumi.Input[str]]:
281
+ """
282
+ Enable or disable public network access. Default to "Enabled".
283
+ When it's Enabled, network ACLs still apply.
284
+ When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
285
+ """
286
+ return pulumi.get(self, "public_network_access")
287
+
288
+ @public_network_access.setter
289
+ def public_network_access(self, value: Optional[pulumi.Input[str]]):
290
+ pulumi.set(self, "public_network_access", value)
291
+
292
+ @property
293
+ @pulumi.getter(name="regionEndpointEnabled")
294
+ def region_endpoint_enabled(self) -> Optional[pulumi.Input[str]]:
295
+ """
296
+ Enable or disable the regional endpoint. Default to "Enabled".
297
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
298
+ This property is replica specific. Disable the regional endpoint without replica is not allowed.
299
+ """
300
+ return pulumi.get(self, "region_endpoint_enabled")
301
+
302
+ @region_endpoint_enabled.setter
303
+ def region_endpoint_enabled(self, value: Optional[pulumi.Input[str]]):
304
+ pulumi.set(self, "region_endpoint_enabled", value)
305
+
306
+ @property
307
+ @pulumi.getter(name="resourceLogConfiguration")
308
+ def resource_log_configuration(self) -> Optional[pulumi.Input['ResourceLogConfigurationArgs']]:
309
+ """
310
+ Resource log configuration of a Microsoft.SignalRService resource.
311
+ """
312
+ return pulumi.get(self, "resource_log_configuration")
313
+
314
+ @resource_log_configuration.setter
315
+ def resource_log_configuration(self, value: Optional[pulumi.Input['ResourceLogConfigurationArgs']]):
316
+ pulumi.set(self, "resource_log_configuration", value)
317
+
318
+ @property
319
+ @pulumi.getter(name="resourceName")
320
+ def resource_name(self) -> Optional[pulumi.Input[str]]:
321
+ """
322
+ The name of the resource.
323
+ """
324
+ return pulumi.get(self, "resource_name")
325
+
326
+ @resource_name.setter
327
+ def resource_name(self, value: Optional[pulumi.Input[str]]):
328
+ pulumi.set(self, "resource_name", value)
329
+
330
+ @property
331
+ @pulumi.getter(name="resourceStopped")
332
+ def resource_stopped(self) -> Optional[pulumi.Input[str]]:
333
+ """
334
+ Stop or start the resource. Default to "False".
335
+ When it's true, the data plane of the resource is shutdown.
336
+ When it's false, the data plane of the resource is started.
337
+ """
338
+ return pulumi.get(self, "resource_stopped")
339
+
340
+ @resource_stopped.setter
341
+ def resource_stopped(self, value: Optional[pulumi.Input[str]]):
342
+ pulumi.set(self, "resource_stopped", value)
343
+
344
+ @property
345
+ @pulumi.getter
346
+ def serverless(self) -> Optional[pulumi.Input['ServerlessSettingsArgs']]:
347
+ """
348
+ Serverless settings.
349
+ """
350
+ return pulumi.get(self, "serverless")
351
+
352
+ @serverless.setter
353
+ def serverless(self, value: Optional[pulumi.Input['ServerlessSettingsArgs']]):
354
+ pulumi.set(self, "serverless", value)
355
+
356
+ @property
357
+ @pulumi.getter
358
+ def sku(self) -> Optional[pulumi.Input['ResourceSkuArgs']]:
359
+ """
360
+ The billing information of the resource.
361
+ """
362
+ return pulumi.get(self, "sku")
363
+
364
+ @sku.setter
365
+ def sku(self, value: Optional[pulumi.Input['ResourceSkuArgs']]):
366
+ pulumi.set(self, "sku", value)
367
+
368
+ @property
369
+ @pulumi.getter
370
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
371
+ """
372
+ Resource tags.
373
+ """
374
+ return pulumi.get(self, "tags")
375
+
376
+ @tags.setter
377
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
378
+ pulumi.set(self, "tags", value)
379
+
380
+ @property
381
+ @pulumi.getter
382
+ def tls(self) -> Optional[pulumi.Input['SignalRTlsSettingsArgs']]:
383
+ """
384
+ TLS settings for the resource
385
+ """
386
+ return pulumi.get(self, "tls")
387
+
388
+ @tls.setter
389
+ def tls(self, value: Optional[pulumi.Input['SignalRTlsSettingsArgs']]):
390
+ pulumi.set(self, "tls", value)
391
+
392
+ @property
393
+ @pulumi.getter
394
+ def upstream(self) -> Optional[pulumi.Input['ServerlessUpstreamSettingsArgs']]:
395
+ """
396
+ The settings for the Upstream when the service is in server-less mode.
397
+ """
398
+ return pulumi.get(self, "upstream")
399
+
400
+ @upstream.setter
401
+ def upstream(self, value: Optional[pulumi.Input['ServerlessUpstreamSettingsArgs']]):
402
+ pulumi.set(self, "upstream", value)
403
+
404
+
405
+ class SignalR(pulumi.CustomResource):
406
+ @overload
407
+ def __init__(__self__,
408
+ resource_name: str,
409
+ opts: Optional[pulumi.ResourceOptions] = None,
410
+ application_firewall: Optional[pulumi.Input[Union['ApplicationFirewallSettingsArgs', 'ApplicationFirewallSettingsArgsDict']]] = None,
411
+ cors: Optional[pulumi.Input[Union['SignalRCorsSettingsArgs', 'SignalRCorsSettingsArgsDict']]] = None,
412
+ disable_aad_auth: Optional[pulumi.Input[bool]] = None,
413
+ disable_local_auth: Optional[pulumi.Input[bool]] = None,
414
+ features: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SignalRFeatureArgs', 'SignalRFeatureArgsDict']]]]] = None,
415
+ identity: Optional[pulumi.Input[Union['ManagedIdentityArgs', 'ManagedIdentityArgsDict']]] = None,
416
+ kind: Optional[pulumi.Input[Union[str, 'ServiceKind']]] = None,
417
+ live_trace_configuration: Optional[pulumi.Input[Union['LiveTraceConfigurationArgs', 'LiveTraceConfigurationArgsDict']]] = None,
418
+ location: Optional[pulumi.Input[str]] = None,
419
+ network_acls: Optional[pulumi.Input[Union['SignalRNetworkACLsArgs', 'SignalRNetworkACLsArgsDict']]] = None,
420
+ public_network_access: Optional[pulumi.Input[str]] = None,
421
+ region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
422
+ resource_group_name: Optional[pulumi.Input[str]] = None,
423
+ resource_log_configuration: Optional[pulumi.Input[Union['ResourceLogConfigurationArgs', 'ResourceLogConfigurationArgsDict']]] = None,
424
+ resource_name_: Optional[pulumi.Input[str]] = None,
425
+ resource_stopped: Optional[pulumi.Input[str]] = None,
426
+ serverless: Optional[pulumi.Input[Union['ServerlessSettingsArgs', 'ServerlessSettingsArgsDict']]] = None,
427
+ sku: Optional[pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']]] = None,
428
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
429
+ tls: Optional[pulumi.Input[Union['SignalRTlsSettingsArgs', 'SignalRTlsSettingsArgsDict']]] = None,
430
+ upstream: Optional[pulumi.Input[Union['ServerlessUpstreamSettingsArgs', 'ServerlessUpstreamSettingsArgsDict']]] = None,
431
+ __props__=None):
432
+ """
433
+ A class represent a resource.
434
+
435
+ :param str resource_name: The name of the resource.
436
+ :param pulumi.ResourceOptions opts: Options for the resource.
437
+ :param pulumi.Input[Union['ApplicationFirewallSettingsArgs', 'ApplicationFirewallSettingsArgsDict']] application_firewall: Application firewall settings for the resource
438
+ :param pulumi.Input[Union['SignalRCorsSettingsArgs', 'SignalRCorsSettingsArgsDict']] cors: Cross-Origin Resource Sharing (CORS) settings.
439
+ :param pulumi.Input[bool] disable_aad_auth: DisableLocalAuth
440
+ Enable or disable aad auth
441
+ When set as true, connection with AuthType=aad won't work.
442
+ :param pulumi.Input[bool] disable_local_auth: DisableLocalAuth
443
+ Enable or disable local auth with AccessKey
444
+ When set as true, connection with AccessKey=xxx won't work.
445
+ :param pulumi.Input[Sequence[pulumi.Input[Union['SignalRFeatureArgs', 'SignalRFeatureArgsDict']]]] features: List of the featureFlags.
446
+
447
+ FeatureFlags that are not included in the parameters for the update operation will not be modified.
448
+ And the response will only include featureFlags that are explicitly set.
449
+ When a featureFlag is not explicitly set, its globally default value will be used
450
+ But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
451
+ :param pulumi.Input[Union['ManagedIdentityArgs', 'ManagedIdentityArgsDict']] identity: A class represent managed identities used for request and response
452
+ :param pulumi.Input[Union[str, 'ServiceKind']] kind: The kind of the service
453
+ :param pulumi.Input[Union['LiveTraceConfigurationArgs', 'LiveTraceConfigurationArgsDict']] live_trace_configuration: Live trace configuration of a Microsoft.SignalRService resource.
454
+ :param pulumi.Input[str] location: The geo-location where the resource lives
455
+ :param pulumi.Input[Union['SignalRNetworkACLsArgs', 'SignalRNetworkACLsArgsDict']] network_acls: Network ACLs for the resource
456
+ :param pulumi.Input[str] public_network_access: Enable or disable public network access. Default to "Enabled".
457
+ When it's Enabled, network ACLs still apply.
458
+ When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
459
+ :param pulumi.Input[str] region_endpoint_enabled: Enable or disable the regional endpoint. Default to "Enabled".
460
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
461
+ This property is replica specific. Disable the regional endpoint without replica is not allowed.
462
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
463
+ :param pulumi.Input[Union['ResourceLogConfigurationArgs', 'ResourceLogConfigurationArgsDict']] resource_log_configuration: Resource log configuration of a Microsoft.SignalRService resource.
464
+ :param pulumi.Input[str] resource_name_: The name of the resource.
465
+ :param pulumi.Input[str] resource_stopped: Stop or start the resource. Default to "False".
466
+ When it's true, the data plane of the resource is shutdown.
467
+ When it's false, the data plane of the resource is started.
468
+ :param pulumi.Input[Union['ServerlessSettingsArgs', 'ServerlessSettingsArgsDict']] serverless: Serverless settings.
469
+ :param pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']] sku: The billing information of the resource.
470
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
471
+ :param pulumi.Input[Union['SignalRTlsSettingsArgs', 'SignalRTlsSettingsArgsDict']] tls: TLS settings for the resource
472
+ :param pulumi.Input[Union['ServerlessUpstreamSettingsArgs', 'ServerlessUpstreamSettingsArgsDict']] upstream: The settings for the Upstream when the service is in server-less mode.
473
+ """
474
+ ...
475
+ @overload
476
+ def __init__(__self__,
477
+ resource_name: str,
478
+ args: SignalRArgs,
479
+ opts: Optional[pulumi.ResourceOptions] = None):
480
+ """
481
+ A class represent a resource.
482
+
483
+ :param str resource_name: The name of the resource.
484
+ :param SignalRArgs args: The arguments to use to populate this resource's properties.
485
+ :param pulumi.ResourceOptions opts: Options for the resource.
486
+ """
487
+ ...
488
+ def __init__(__self__, resource_name: str, *args, **kwargs):
489
+ resource_args, opts = _utilities.get_resource_args_opts(SignalRArgs, pulumi.ResourceOptions, *args, **kwargs)
490
+ if resource_args is not None:
491
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
492
+ else:
493
+ __self__._internal_init(resource_name, *args, **kwargs)
494
+
495
+ def _internal_init(__self__,
496
+ resource_name: str,
497
+ opts: Optional[pulumi.ResourceOptions] = None,
498
+ application_firewall: Optional[pulumi.Input[Union['ApplicationFirewallSettingsArgs', 'ApplicationFirewallSettingsArgsDict']]] = None,
499
+ cors: Optional[pulumi.Input[Union['SignalRCorsSettingsArgs', 'SignalRCorsSettingsArgsDict']]] = None,
500
+ disable_aad_auth: Optional[pulumi.Input[bool]] = None,
501
+ disable_local_auth: Optional[pulumi.Input[bool]] = None,
502
+ features: Optional[pulumi.Input[Sequence[pulumi.Input[Union['SignalRFeatureArgs', 'SignalRFeatureArgsDict']]]]] = None,
503
+ identity: Optional[pulumi.Input[Union['ManagedIdentityArgs', 'ManagedIdentityArgsDict']]] = None,
504
+ kind: Optional[pulumi.Input[Union[str, 'ServiceKind']]] = None,
505
+ live_trace_configuration: Optional[pulumi.Input[Union['LiveTraceConfigurationArgs', 'LiveTraceConfigurationArgsDict']]] = None,
506
+ location: Optional[pulumi.Input[str]] = None,
507
+ network_acls: Optional[pulumi.Input[Union['SignalRNetworkACLsArgs', 'SignalRNetworkACLsArgsDict']]] = None,
508
+ public_network_access: Optional[pulumi.Input[str]] = None,
509
+ region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
510
+ resource_group_name: Optional[pulumi.Input[str]] = None,
511
+ resource_log_configuration: Optional[pulumi.Input[Union['ResourceLogConfigurationArgs', 'ResourceLogConfigurationArgsDict']]] = None,
512
+ resource_name_: Optional[pulumi.Input[str]] = None,
513
+ resource_stopped: Optional[pulumi.Input[str]] = None,
514
+ serverless: Optional[pulumi.Input[Union['ServerlessSettingsArgs', 'ServerlessSettingsArgsDict']]] = None,
515
+ sku: Optional[pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']]] = None,
516
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
517
+ tls: Optional[pulumi.Input[Union['SignalRTlsSettingsArgs', 'SignalRTlsSettingsArgsDict']]] = None,
518
+ upstream: Optional[pulumi.Input[Union['ServerlessUpstreamSettingsArgs', 'ServerlessUpstreamSettingsArgsDict']]] = None,
519
+ __props__=None):
520
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
521
+ if not isinstance(opts, pulumi.ResourceOptions):
522
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
523
+ if opts.id is None:
524
+ if __props__ is not None:
525
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
526
+ __props__ = SignalRArgs.__new__(SignalRArgs)
527
+
528
+ __props__.__dict__["application_firewall"] = application_firewall
529
+ __props__.__dict__["cors"] = cors
530
+ if disable_aad_auth is None:
531
+ disable_aad_auth = False
532
+ __props__.__dict__["disable_aad_auth"] = disable_aad_auth
533
+ if disable_local_auth is None:
534
+ disable_local_auth = False
535
+ __props__.__dict__["disable_local_auth"] = disable_local_auth
536
+ __props__.__dict__["features"] = features
537
+ __props__.__dict__["identity"] = identity
538
+ __props__.__dict__["kind"] = kind
539
+ __props__.__dict__["live_trace_configuration"] = live_trace_configuration
540
+ __props__.__dict__["location"] = location
541
+ __props__.__dict__["network_acls"] = network_acls
542
+ if public_network_access is None:
543
+ public_network_access = 'Enabled'
544
+ __props__.__dict__["public_network_access"] = public_network_access
545
+ if region_endpoint_enabled is None:
546
+ region_endpoint_enabled = 'Enabled'
547
+ __props__.__dict__["region_endpoint_enabled"] = region_endpoint_enabled
548
+ if resource_group_name is None and not opts.urn:
549
+ raise TypeError("Missing required property 'resource_group_name'")
550
+ __props__.__dict__["resource_group_name"] = resource_group_name
551
+ __props__.__dict__["resource_log_configuration"] = resource_log_configuration
552
+ __props__.__dict__["resource_name"] = resource_name_
553
+ if resource_stopped is None:
554
+ resource_stopped = 'false'
555
+ __props__.__dict__["resource_stopped"] = resource_stopped
556
+ __props__.__dict__["serverless"] = serverless
557
+ __props__.__dict__["sku"] = sku
558
+ __props__.__dict__["tags"] = tags
559
+ __props__.__dict__["tls"] = tls
560
+ __props__.__dict__["upstream"] = upstream
561
+ __props__.__dict__["external_ip"] = None
562
+ __props__.__dict__["host_name"] = None
563
+ __props__.__dict__["host_name_prefix"] = None
564
+ __props__.__dict__["name"] = None
565
+ __props__.__dict__["private_endpoint_connections"] = None
566
+ __props__.__dict__["provisioning_state"] = None
567
+ __props__.__dict__["public_port"] = None
568
+ __props__.__dict__["server_port"] = None
569
+ __props__.__dict__["shared_private_link_resources"] = None
570
+ __props__.__dict__["system_data"] = None
571
+ __props__.__dict__["type"] = None
572
+ __props__.__dict__["version"] = None
573
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:signalrservice:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20180301preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20181001:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20200501:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20200701preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20210401preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20210601preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20210901preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20211001:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20220201:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20220801preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20230201:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20230301preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20230601preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20230801preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20240101preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20240301:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20240401preview:SignalR"), pulumi.Alias(type_="azure-native:signalrservice/v20240801preview:SignalR")])
574
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
575
+ super(SignalR, __self__).__init__(
576
+ 'azure-native:signalrservice/v20241001preview:SignalR',
577
+ resource_name,
578
+ __props__,
579
+ opts)
580
+
581
+ @staticmethod
582
+ def get(resource_name: str,
583
+ id: pulumi.Input[str],
584
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'SignalR':
585
+ """
586
+ Get an existing SignalR resource's state with the given name, id, and optional extra
587
+ properties used to qualify the lookup.
588
+
589
+ :param str resource_name: The unique name of the resulting resource.
590
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
591
+ :param pulumi.ResourceOptions opts: Options for the resource.
592
+ """
593
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
594
+
595
+ __props__ = SignalRArgs.__new__(SignalRArgs)
596
+
597
+ __props__.__dict__["application_firewall"] = None
598
+ __props__.__dict__["cors"] = None
599
+ __props__.__dict__["disable_aad_auth"] = None
600
+ __props__.__dict__["disable_local_auth"] = None
601
+ __props__.__dict__["external_ip"] = None
602
+ __props__.__dict__["features"] = None
603
+ __props__.__dict__["host_name"] = None
604
+ __props__.__dict__["host_name_prefix"] = None
605
+ __props__.__dict__["identity"] = None
606
+ __props__.__dict__["kind"] = None
607
+ __props__.__dict__["live_trace_configuration"] = None
608
+ __props__.__dict__["location"] = None
609
+ __props__.__dict__["name"] = None
610
+ __props__.__dict__["network_acls"] = None
611
+ __props__.__dict__["private_endpoint_connections"] = None
612
+ __props__.__dict__["provisioning_state"] = None
613
+ __props__.__dict__["public_network_access"] = None
614
+ __props__.__dict__["public_port"] = None
615
+ __props__.__dict__["region_endpoint_enabled"] = None
616
+ __props__.__dict__["resource_log_configuration"] = None
617
+ __props__.__dict__["resource_stopped"] = None
618
+ __props__.__dict__["server_port"] = None
619
+ __props__.__dict__["serverless"] = None
620
+ __props__.__dict__["shared_private_link_resources"] = None
621
+ __props__.__dict__["sku"] = None
622
+ __props__.__dict__["system_data"] = None
623
+ __props__.__dict__["tags"] = None
624
+ __props__.__dict__["tls"] = None
625
+ __props__.__dict__["type"] = None
626
+ __props__.__dict__["upstream"] = None
627
+ __props__.__dict__["version"] = None
628
+ return SignalR(resource_name, opts=opts, __props__=__props__)
629
+
630
+ @property
631
+ @pulumi.getter(name="applicationFirewall")
632
+ def application_firewall(self) -> pulumi.Output[Optional['outputs.ApplicationFirewallSettingsResponse']]:
633
+ """
634
+ Application firewall settings for the resource
635
+ """
636
+ return pulumi.get(self, "application_firewall")
637
+
638
+ @property
639
+ @pulumi.getter
640
+ def cors(self) -> pulumi.Output[Optional['outputs.SignalRCorsSettingsResponse']]:
641
+ """
642
+ Cross-Origin Resource Sharing (CORS) settings.
643
+ """
644
+ return pulumi.get(self, "cors")
645
+
646
+ @property
647
+ @pulumi.getter(name="disableAadAuth")
648
+ def disable_aad_auth(self) -> pulumi.Output[Optional[bool]]:
649
+ """
650
+ DisableLocalAuth
651
+ Enable or disable aad auth
652
+ When set as true, connection with AuthType=aad won't work.
653
+ """
654
+ return pulumi.get(self, "disable_aad_auth")
655
+
656
+ @property
657
+ @pulumi.getter(name="disableLocalAuth")
658
+ def disable_local_auth(self) -> pulumi.Output[Optional[bool]]:
659
+ """
660
+ DisableLocalAuth
661
+ Enable or disable local auth with AccessKey
662
+ When set as true, connection with AccessKey=xxx won't work.
663
+ """
664
+ return pulumi.get(self, "disable_local_auth")
665
+
666
+ @property
667
+ @pulumi.getter(name="externalIP")
668
+ def external_ip(self) -> pulumi.Output[str]:
669
+ """
670
+ The publicly accessible IP of the resource.
671
+ """
672
+ return pulumi.get(self, "external_ip")
673
+
674
+ @property
675
+ @pulumi.getter
676
+ def features(self) -> pulumi.Output[Optional[Sequence['outputs.SignalRFeatureResponse']]]:
677
+ """
678
+ List of the featureFlags.
679
+
680
+ FeatureFlags that are not included in the parameters for the update operation will not be modified.
681
+ And the response will only include featureFlags that are explicitly set.
682
+ When a featureFlag is not explicitly set, its globally default value will be used
683
+ But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.
684
+ """
685
+ return pulumi.get(self, "features")
686
+
687
+ @property
688
+ @pulumi.getter(name="hostName")
689
+ def host_name(self) -> pulumi.Output[str]:
690
+ """
691
+ FQDN of the service instance.
692
+ """
693
+ return pulumi.get(self, "host_name")
694
+
695
+ @property
696
+ @pulumi.getter(name="hostNamePrefix")
697
+ def host_name_prefix(self) -> pulumi.Output[str]:
698
+ """
699
+ Deprecated.
700
+ """
701
+ return pulumi.get(self, "host_name_prefix")
702
+
703
+ @property
704
+ @pulumi.getter
705
+ def identity(self) -> pulumi.Output[Optional['outputs.ManagedIdentityResponse']]:
706
+ """
707
+ A class represent managed identities used for request and response
708
+ """
709
+ return pulumi.get(self, "identity")
710
+
711
+ @property
712
+ @pulumi.getter
713
+ def kind(self) -> pulumi.Output[Optional[str]]:
714
+ """
715
+ The kind of the service
716
+ """
717
+ return pulumi.get(self, "kind")
718
+
719
+ @property
720
+ @pulumi.getter(name="liveTraceConfiguration")
721
+ def live_trace_configuration(self) -> pulumi.Output[Optional['outputs.LiveTraceConfigurationResponse']]:
722
+ """
723
+ Live trace configuration of a Microsoft.SignalRService resource.
724
+ """
725
+ return pulumi.get(self, "live_trace_configuration")
726
+
727
+ @property
728
+ @pulumi.getter
729
+ def location(self) -> pulumi.Output[str]:
730
+ """
731
+ The geo-location where the resource lives
732
+ """
733
+ return pulumi.get(self, "location")
734
+
735
+ @property
736
+ @pulumi.getter
737
+ def name(self) -> pulumi.Output[str]:
738
+ """
739
+ The name of the resource
740
+ """
741
+ return pulumi.get(self, "name")
742
+
743
+ @property
744
+ @pulumi.getter(name="networkACLs")
745
+ def network_acls(self) -> pulumi.Output[Optional['outputs.SignalRNetworkACLsResponse']]:
746
+ """
747
+ Network ACLs for the resource
748
+ """
749
+ return pulumi.get(self, "network_acls")
750
+
751
+ @property
752
+ @pulumi.getter(name="privateEndpointConnections")
753
+ def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.PrivateEndpointConnectionResponse']]:
754
+ """
755
+ Private endpoint connections to the resource.
756
+ """
757
+ return pulumi.get(self, "private_endpoint_connections")
758
+
759
+ @property
760
+ @pulumi.getter(name="provisioningState")
761
+ def provisioning_state(self) -> pulumi.Output[str]:
762
+ """
763
+ Provisioning state of the resource.
764
+ """
765
+ return pulumi.get(self, "provisioning_state")
766
+
767
+ @property
768
+ @pulumi.getter(name="publicNetworkAccess")
769
+ def public_network_access(self) -> pulumi.Output[Optional[str]]:
770
+ """
771
+ Enable or disable public network access. Default to "Enabled".
772
+ When it's Enabled, network ACLs still apply.
773
+ When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
774
+ """
775
+ return pulumi.get(self, "public_network_access")
776
+
777
+ @property
778
+ @pulumi.getter(name="publicPort")
779
+ def public_port(self) -> pulumi.Output[int]:
780
+ """
781
+ The publicly accessible port of the resource which is designed for browser/client side usage.
782
+ """
783
+ return pulumi.get(self, "public_port")
784
+
785
+ @property
786
+ @pulumi.getter(name="regionEndpointEnabled")
787
+ def region_endpoint_enabled(self) -> pulumi.Output[Optional[str]]:
788
+ """
789
+ Enable or disable the regional endpoint. Default to "Enabled".
790
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
791
+ This property is replica specific. Disable the regional endpoint without replica is not allowed.
792
+ """
793
+ return pulumi.get(self, "region_endpoint_enabled")
794
+
795
+ @property
796
+ @pulumi.getter(name="resourceLogConfiguration")
797
+ def resource_log_configuration(self) -> pulumi.Output[Optional['outputs.ResourceLogConfigurationResponse']]:
798
+ """
799
+ Resource log configuration of a Microsoft.SignalRService resource.
800
+ """
801
+ return pulumi.get(self, "resource_log_configuration")
802
+
803
+ @property
804
+ @pulumi.getter(name="resourceStopped")
805
+ def resource_stopped(self) -> pulumi.Output[Optional[str]]:
806
+ """
807
+ Stop or start the resource. Default to "False".
808
+ When it's true, the data plane of the resource is shutdown.
809
+ When it's false, the data plane of the resource is started.
810
+ """
811
+ return pulumi.get(self, "resource_stopped")
812
+
813
+ @property
814
+ @pulumi.getter(name="serverPort")
815
+ def server_port(self) -> pulumi.Output[int]:
816
+ """
817
+ The publicly accessible port of the resource which is designed for customer server side usage.
818
+ """
819
+ return pulumi.get(self, "server_port")
820
+
821
+ @property
822
+ @pulumi.getter
823
+ def serverless(self) -> pulumi.Output[Optional['outputs.ServerlessSettingsResponse']]:
824
+ """
825
+ Serverless settings.
826
+ """
827
+ return pulumi.get(self, "serverless")
828
+
829
+ @property
830
+ @pulumi.getter(name="sharedPrivateLinkResources")
831
+ def shared_private_link_resources(self) -> pulumi.Output[Sequence['outputs.SharedPrivateLinkResourceResponse']]:
832
+ """
833
+ The list of shared private link resources.
834
+ """
835
+ return pulumi.get(self, "shared_private_link_resources")
836
+
837
+ @property
838
+ @pulumi.getter
839
+ def sku(self) -> pulumi.Output[Optional['outputs.ResourceSkuResponse']]:
840
+ """
841
+ The billing information of the resource.
842
+ """
843
+ return pulumi.get(self, "sku")
844
+
845
+ @property
846
+ @pulumi.getter(name="systemData")
847
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
848
+ """
849
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
850
+ """
851
+ return pulumi.get(self, "system_data")
852
+
853
+ @property
854
+ @pulumi.getter
855
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
856
+ """
857
+ Resource tags.
858
+ """
859
+ return pulumi.get(self, "tags")
860
+
861
+ @property
862
+ @pulumi.getter
863
+ def tls(self) -> pulumi.Output[Optional['outputs.SignalRTlsSettingsResponse']]:
864
+ """
865
+ TLS settings for the resource
866
+ """
867
+ return pulumi.get(self, "tls")
868
+
869
+ @property
870
+ @pulumi.getter
871
+ def type(self) -> pulumi.Output[str]:
872
+ """
873
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
874
+ """
875
+ return pulumi.get(self, "type")
876
+
877
+ @property
878
+ @pulumi.getter
879
+ def upstream(self) -> pulumi.Output[Optional['outputs.ServerlessUpstreamSettingsResponse']]:
880
+ """
881
+ The settings for the Upstream when the service is in server-less mode.
882
+ """
883
+ return pulumi.get(self, "upstream")
884
+
885
+ @property
886
+ @pulumi.getter
887
+ def version(self) -> pulumi.Output[str]:
888
+ """
889
+ Version of the resource. Probably you need the same or higher version of client SDKs.
890
+ """
891
+ return pulumi.get(self, "version")
892
+