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,367 @@
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__ = ['WebPubSubReplicaArgs', 'WebPubSubReplica']
21
+
22
+ @pulumi.input_type
23
+ class WebPubSubReplicaArgs:
24
+ def __init__(__self__, *,
25
+ resource_group_name: pulumi.Input[str],
26
+ resource_name: pulumi.Input[str],
27
+ location: Optional[pulumi.Input[str]] = None,
28
+ region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
29
+ replica_name: Optional[pulumi.Input[str]] = None,
30
+ resource_stopped: Optional[pulumi.Input[str]] = None,
31
+ sku: Optional[pulumi.Input['ResourceSkuArgs']] = None,
32
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
33
+ """
34
+ The set of arguments for constructing a WebPubSubReplica resource.
35
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
36
+ :param pulumi.Input[str] resource_name: The name of the resource.
37
+ :param pulumi.Input[str] location: The geo-location where the resource lives
38
+ :param pulumi.Input[str] region_endpoint_enabled: Enable or disable the regional endpoint. Default to "Enabled".
39
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
40
+ :param pulumi.Input[str] replica_name: The name of the replica.
41
+ :param pulumi.Input[str] resource_stopped: Stop or start the resource. Default to "false".
42
+ When it's true, the data plane of the resource is shutdown.
43
+ When it's false, the data plane of the resource is started.
44
+ :param pulumi.Input['ResourceSkuArgs'] sku: The billing information of the resource.
45
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
46
+ """
47
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
48
+ pulumi.set(__self__, "resource_name", resource_name)
49
+ if location is not None:
50
+ pulumi.set(__self__, "location", location)
51
+ if region_endpoint_enabled is None:
52
+ region_endpoint_enabled = 'Enabled'
53
+ if region_endpoint_enabled is not None:
54
+ pulumi.set(__self__, "region_endpoint_enabled", region_endpoint_enabled)
55
+ if replica_name is not None:
56
+ pulumi.set(__self__, "replica_name", replica_name)
57
+ if resource_stopped is None:
58
+ resource_stopped = 'false'
59
+ if resource_stopped is not None:
60
+ pulumi.set(__self__, "resource_stopped", resource_stopped)
61
+ if sku is not None:
62
+ pulumi.set(__self__, "sku", sku)
63
+ if tags is not None:
64
+ pulumi.set(__self__, "tags", tags)
65
+
66
+ @property
67
+ @pulumi.getter(name="resourceGroupName")
68
+ def resource_group_name(self) -> pulumi.Input[str]:
69
+ """
70
+ The name of the resource group. The name is case insensitive.
71
+ """
72
+ return pulumi.get(self, "resource_group_name")
73
+
74
+ @resource_group_name.setter
75
+ def resource_group_name(self, value: pulumi.Input[str]):
76
+ pulumi.set(self, "resource_group_name", value)
77
+
78
+ @property
79
+ @pulumi.getter(name="resourceName")
80
+ def resource_name(self) -> pulumi.Input[str]:
81
+ """
82
+ The name of the resource.
83
+ """
84
+ return pulumi.get(self, "resource_name")
85
+
86
+ @resource_name.setter
87
+ def resource_name(self, value: pulumi.Input[str]):
88
+ pulumi.set(self, "resource_name", value)
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def location(self) -> Optional[pulumi.Input[str]]:
93
+ """
94
+ The geo-location where the resource lives
95
+ """
96
+ return pulumi.get(self, "location")
97
+
98
+ @location.setter
99
+ def location(self, value: Optional[pulumi.Input[str]]):
100
+ pulumi.set(self, "location", value)
101
+
102
+ @property
103
+ @pulumi.getter(name="regionEndpointEnabled")
104
+ def region_endpoint_enabled(self) -> Optional[pulumi.Input[str]]:
105
+ """
106
+ Enable or disable the regional endpoint. Default to "Enabled".
107
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
108
+ """
109
+ return pulumi.get(self, "region_endpoint_enabled")
110
+
111
+ @region_endpoint_enabled.setter
112
+ def region_endpoint_enabled(self, value: Optional[pulumi.Input[str]]):
113
+ pulumi.set(self, "region_endpoint_enabled", value)
114
+
115
+ @property
116
+ @pulumi.getter(name="replicaName")
117
+ def replica_name(self) -> Optional[pulumi.Input[str]]:
118
+ """
119
+ The name of the replica.
120
+ """
121
+ return pulumi.get(self, "replica_name")
122
+
123
+ @replica_name.setter
124
+ def replica_name(self, value: Optional[pulumi.Input[str]]):
125
+ pulumi.set(self, "replica_name", value)
126
+
127
+ @property
128
+ @pulumi.getter(name="resourceStopped")
129
+ def resource_stopped(self) -> Optional[pulumi.Input[str]]:
130
+ """
131
+ Stop or start the resource. Default to "false".
132
+ When it's true, the data plane of the resource is shutdown.
133
+ When it's false, the data plane of the resource is started.
134
+ """
135
+ return pulumi.get(self, "resource_stopped")
136
+
137
+ @resource_stopped.setter
138
+ def resource_stopped(self, value: Optional[pulumi.Input[str]]):
139
+ pulumi.set(self, "resource_stopped", value)
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def sku(self) -> Optional[pulumi.Input['ResourceSkuArgs']]:
144
+ """
145
+ The billing information of the resource.
146
+ """
147
+ return pulumi.get(self, "sku")
148
+
149
+ @sku.setter
150
+ def sku(self, value: Optional[pulumi.Input['ResourceSkuArgs']]):
151
+ pulumi.set(self, "sku", value)
152
+
153
+ @property
154
+ @pulumi.getter
155
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
156
+ """
157
+ Resource tags.
158
+ """
159
+ return pulumi.get(self, "tags")
160
+
161
+ @tags.setter
162
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
163
+ pulumi.set(self, "tags", value)
164
+
165
+
166
+ class WebPubSubReplica(pulumi.CustomResource):
167
+ @overload
168
+ def __init__(__self__,
169
+ resource_name: str,
170
+ opts: Optional[pulumi.ResourceOptions] = None,
171
+ location: Optional[pulumi.Input[str]] = None,
172
+ region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
173
+ replica_name: Optional[pulumi.Input[str]] = None,
174
+ resource_group_name: Optional[pulumi.Input[str]] = None,
175
+ resource_name_: Optional[pulumi.Input[str]] = None,
176
+ resource_stopped: Optional[pulumi.Input[str]] = None,
177
+ sku: Optional[pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']]] = None,
178
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
179
+ __props__=None):
180
+ """
181
+ A class represent a replica resource.
182
+
183
+ :param str resource_name: The name of the resource.
184
+ :param pulumi.ResourceOptions opts: Options for the resource.
185
+ :param pulumi.Input[str] location: The geo-location where the resource lives
186
+ :param pulumi.Input[str] region_endpoint_enabled: Enable or disable the regional endpoint. Default to "Enabled".
187
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
188
+ :param pulumi.Input[str] replica_name: The name of the replica.
189
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
190
+ :param pulumi.Input[str] resource_name_: The name of the resource.
191
+ :param pulumi.Input[str] resource_stopped: Stop or start the resource. Default to "false".
192
+ When it's true, the data plane of the resource is shutdown.
193
+ When it's false, the data plane of the resource is started.
194
+ :param pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']] sku: The billing information of the resource.
195
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
196
+ """
197
+ ...
198
+ @overload
199
+ def __init__(__self__,
200
+ resource_name: str,
201
+ args: WebPubSubReplicaArgs,
202
+ opts: Optional[pulumi.ResourceOptions] = None):
203
+ """
204
+ A class represent a replica resource.
205
+
206
+ :param str resource_name: The name of the resource.
207
+ :param WebPubSubReplicaArgs args: The arguments to use to populate this resource's properties.
208
+ :param pulumi.ResourceOptions opts: Options for the resource.
209
+ """
210
+ ...
211
+ def __init__(__self__, resource_name: str, *args, **kwargs):
212
+ resource_args, opts = _utilities.get_resource_args_opts(WebPubSubReplicaArgs, pulumi.ResourceOptions, *args, **kwargs)
213
+ if resource_args is not None:
214
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
215
+ else:
216
+ __self__._internal_init(resource_name, *args, **kwargs)
217
+
218
+ def _internal_init(__self__,
219
+ resource_name: str,
220
+ opts: Optional[pulumi.ResourceOptions] = None,
221
+ location: Optional[pulumi.Input[str]] = None,
222
+ region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
223
+ replica_name: Optional[pulumi.Input[str]] = None,
224
+ resource_group_name: Optional[pulumi.Input[str]] = None,
225
+ resource_name_: Optional[pulumi.Input[str]] = None,
226
+ resource_stopped: Optional[pulumi.Input[str]] = None,
227
+ sku: Optional[pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']]] = None,
228
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
229
+ __props__=None):
230
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
231
+ if not isinstance(opts, pulumi.ResourceOptions):
232
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
233
+ if opts.id is None:
234
+ if __props__ is not None:
235
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
236
+ __props__ = WebPubSubReplicaArgs.__new__(WebPubSubReplicaArgs)
237
+
238
+ __props__.__dict__["location"] = location
239
+ if region_endpoint_enabled is None:
240
+ region_endpoint_enabled = 'Enabled'
241
+ __props__.__dict__["region_endpoint_enabled"] = region_endpoint_enabled
242
+ __props__.__dict__["replica_name"] = replica_name
243
+ if resource_group_name is None and not opts.urn:
244
+ raise TypeError("Missing required property 'resource_group_name'")
245
+ __props__.__dict__["resource_group_name"] = resource_group_name
246
+ if resource_name_ is None and not opts.urn:
247
+ raise TypeError("Missing required property 'resource_name_'")
248
+ __props__.__dict__["resource_name"] = resource_name_
249
+ if resource_stopped is None:
250
+ resource_stopped = 'false'
251
+ __props__.__dict__["resource_stopped"] = resource_stopped
252
+ __props__.__dict__["sku"] = sku
253
+ __props__.__dict__["tags"] = tags
254
+ __props__.__dict__["name"] = None
255
+ __props__.__dict__["provisioning_state"] = None
256
+ __props__.__dict__["system_data"] = None
257
+ __props__.__dict__["type"] = None
258
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubReplica")])
259
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
260
+ super(WebPubSubReplica, __self__).__init__(
261
+ 'azure-native:webpubsub/v20241001preview:WebPubSubReplica',
262
+ resource_name,
263
+ __props__,
264
+ opts)
265
+
266
+ @staticmethod
267
+ def get(resource_name: str,
268
+ id: pulumi.Input[str],
269
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'WebPubSubReplica':
270
+ """
271
+ Get an existing WebPubSubReplica resource's state with the given name, id, and optional extra
272
+ properties used to qualify the lookup.
273
+
274
+ :param str resource_name: The unique name of the resulting resource.
275
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
276
+ :param pulumi.ResourceOptions opts: Options for the resource.
277
+ """
278
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
279
+
280
+ __props__ = WebPubSubReplicaArgs.__new__(WebPubSubReplicaArgs)
281
+
282
+ __props__.__dict__["location"] = None
283
+ __props__.__dict__["name"] = None
284
+ __props__.__dict__["provisioning_state"] = None
285
+ __props__.__dict__["region_endpoint_enabled"] = None
286
+ __props__.__dict__["resource_stopped"] = None
287
+ __props__.__dict__["sku"] = None
288
+ __props__.__dict__["system_data"] = None
289
+ __props__.__dict__["tags"] = None
290
+ __props__.__dict__["type"] = None
291
+ return WebPubSubReplica(resource_name, opts=opts, __props__=__props__)
292
+
293
+ @property
294
+ @pulumi.getter
295
+ def location(self) -> pulumi.Output[str]:
296
+ """
297
+ The geo-location where the resource lives
298
+ """
299
+ return pulumi.get(self, "location")
300
+
301
+ @property
302
+ @pulumi.getter
303
+ def name(self) -> pulumi.Output[str]:
304
+ """
305
+ The name of the resource
306
+ """
307
+ return pulumi.get(self, "name")
308
+
309
+ @property
310
+ @pulumi.getter(name="provisioningState")
311
+ def provisioning_state(self) -> pulumi.Output[str]:
312
+ """
313
+ Provisioning state of the resource.
314
+ """
315
+ return pulumi.get(self, "provisioning_state")
316
+
317
+ @property
318
+ @pulumi.getter(name="regionEndpointEnabled")
319
+ def region_endpoint_enabled(self) -> pulumi.Output[Optional[str]]:
320
+ """
321
+ Enable or disable the regional endpoint. Default to "Enabled".
322
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
323
+ """
324
+ return pulumi.get(self, "region_endpoint_enabled")
325
+
326
+ @property
327
+ @pulumi.getter(name="resourceStopped")
328
+ def resource_stopped(self) -> pulumi.Output[Optional[str]]:
329
+ """
330
+ Stop or start the resource. Default to "false".
331
+ When it's true, the data plane of the resource is shutdown.
332
+ When it's false, the data plane of the resource is started.
333
+ """
334
+ return pulumi.get(self, "resource_stopped")
335
+
336
+ @property
337
+ @pulumi.getter
338
+ def sku(self) -> pulumi.Output[Optional['outputs.ResourceSkuResponse']]:
339
+ """
340
+ The billing information of the resource.
341
+ """
342
+ return pulumi.get(self, "sku")
343
+
344
+ @property
345
+ @pulumi.getter(name="systemData")
346
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
347
+ """
348
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
349
+ """
350
+ return pulumi.get(self, "system_data")
351
+
352
+ @property
353
+ @pulumi.getter
354
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
355
+ """
356
+ Resource tags.
357
+ """
358
+ return pulumi.get(self, "tags")
359
+
360
+ @property
361
+ @pulumi.getter
362
+ def type(self) -> pulumi.Output[str]:
363
+ """
364
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
365
+ """
366
+ return pulumi.get(self, "type")
367
+