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