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,489 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetWebPubSubResult',
20
+ 'AwaitableGetWebPubSubResult',
21
+ 'get_web_pub_sub',
22
+ 'get_web_pub_sub_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetWebPubSubResult:
27
+ """
28
+ A class represent a resource.
29
+ """
30
+ def __init__(__self__, application_firewall=None, disable_aad_auth=None, disable_local_auth=None, external_ip=None, host_name=None, host_name_prefix=None, id=None, identity=None, kind=None, live_trace_configuration=None, location=None, name=None, network_acls=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, public_port=None, region_endpoint_enabled=None, resource_log_configuration=None, resource_stopped=None, server_port=None, shared_private_link_resources=None, sku=None, socket_io=None, system_data=None, tags=None, tls=None, type=None, version=None):
31
+ if application_firewall and not isinstance(application_firewall, dict):
32
+ raise TypeError("Expected argument 'application_firewall' to be a dict")
33
+ pulumi.set(__self__, "application_firewall", application_firewall)
34
+ if disable_aad_auth and not isinstance(disable_aad_auth, bool):
35
+ raise TypeError("Expected argument 'disable_aad_auth' to be a bool")
36
+ pulumi.set(__self__, "disable_aad_auth", disable_aad_auth)
37
+ if disable_local_auth and not isinstance(disable_local_auth, bool):
38
+ raise TypeError("Expected argument 'disable_local_auth' to be a bool")
39
+ pulumi.set(__self__, "disable_local_auth", disable_local_auth)
40
+ if external_ip and not isinstance(external_ip, str):
41
+ raise TypeError("Expected argument 'external_ip' to be a str")
42
+ pulumi.set(__self__, "external_ip", external_ip)
43
+ if host_name and not isinstance(host_name, str):
44
+ raise TypeError("Expected argument 'host_name' to be a str")
45
+ pulumi.set(__self__, "host_name", host_name)
46
+ if host_name_prefix and not isinstance(host_name_prefix, str):
47
+ raise TypeError("Expected argument 'host_name_prefix' to be a str")
48
+ pulumi.set(__self__, "host_name_prefix", host_name_prefix)
49
+ if id and not isinstance(id, str):
50
+ raise TypeError("Expected argument 'id' to be a str")
51
+ pulumi.set(__self__, "id", id)
52
+ if identity and not isinstance(identity, dict):
53
+ raise TypeError("Expected argument 'identity' to be a dict")
54
+ pulumi.set(__self__, "identity", identity)
55
+ if kind and not isinstance(kind, str):
56
+ raise TypeError("Expected argument 'kind' to be a str")
57
+ pulumi.set(__self__, "kind", kind)
58
+ if live_trace_configuration and not isinstance(live_trace_configuration, dict):
59
+ raise TypeError("Expected argument 'live_trace_configuration' to be a dict")
60
+ pulumi.set(__self__, "live_trace_configuration", live_trace_configuration)
61
+ if location and not isinstance(location, str):
62
+ raise TypeError("Expected argument 'location' to be a str")
63
+ pulumi.set(__self__, "location", location)
64
+ if name and not isinstance(name, str):
65
+ raise TypeError("Expected argument 'name' to be a str")
66
+ pulumi.set(__self__, "name", name)
67
+ if network_acls and not isinstance(network_acls, dict):
68
+ raise TypeError("Expected argument 'network_acls' to be a dict")
69
+ pulumi.set(__self__, "network_acls", network_acls)
70
+ if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
71
+ raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
72
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
73
+ if provisioning_state and not isinstance(provisioning_state, str):
74
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
75
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
76
+ if public_network_access and not isinstance(public_network_access, str):
77
+ raise TypeError("Expected argument 'public_network_access' to be a str")
78
+ pulumi.set(__self__, "public_network_access", public_network_access)
79
+ if public_port and not isinstance(public_port, int):
80
+ raise TypeError("Expected argument 'public_port' to be a int")
81
+ pulumi.set(__self__, "public_port", public_port)
82
+ if region_endpoint_enabled and not isinstance(region_endpoint_enabled, str):
83
+ raise TypeError("Expected argument 'region_endpoint_enabled' to be a str")
84
+ pulumi.set(__self__, "region_endpoint_enabled", region_endpoint_enabled)
85
+ if resource_log_configuration and not isinstance(resource_log_configuration, dict):
86
+ raise TypeError("Expected argument 'resource_log_configuration' to be a dict")
87
+ pulumi.set(__self__, "resource_log_configuration", resource_log_configuration)
88
+ if resource_stopped and not isinstance(resource_stopped, str):
89
+ raise TypeError("Expected argument 'resource_stopped' to be a str")
90
+ pulumi.set(__self__, "resource_stopped", resource_stopped)
91
+ if server_port and not isinstance(server_port, int):
92
+ raise TypeError("Expected argument 'server_port' to be a int")
93
+ pulumi.set(__self__, "server_port", server_port)
94
+ if shared_private_link_resources and not isinstance(shared_private_link_resources, list):
95
+ raise TypeError("Expected argument 'shared_private_link_resources' to be a list")
96
+ pulumi.set(__self__, "shared_private_link_resources", shared_private_link_resources)
97
+ if sku and not isinstance(sku, dict):
98
+ raise TypeError("Expected argument 'sku' to be a dict")
99
+ pulumi.set(__self__, "sku", sku)
100
+ if socket_io and not isinstance(socket_io, dict):
101
+ raise TypeError("Expected argument 'socket_io' to be a dict")
102
+ pulumi.set(__self__, "socket_io", socket_io)
103
+ if system_data and not isinstance(system_data, dict):
104
+ raise TypeError("Expected argument 'system_data' to be a dict")
105
+ pulumi.set(__self__, "system_data", system_data)
106
+ if tags and not isinstance(tags, dict):
107
+ raise TypeError("Expected argument 'tags' to be a dict")
108
+ pulumi.set(__self__, "tags", tags)
109
+ if tls and not isinstance(tls, dict):
110
+ raise TypeError("Expected argument 'tls' to be a dict")
111
+ pulumi.set(__self__, "tls", tls)
112
+ if type and not isinstance(type, str):
113
+ raise TypeError("Expected argument 'type' to be a str")
114
+ pulumi.set(__self__, "type", type)
115
+ if version and not isinstance(version, str):
116
+ raise TypeError("Expected argument 'version' to be a str")
117
+ pulumi.set(__self__, "version", version)
118
+
119
+ @property
120
+ @pulumi.getter(name="applicationFirewall")
121
+ def application_firewall(self) -> Optional['outputs.ApplicationFirewallSettingsResponse']:
122
+ """
123
+ Application firewall settings for the resource
124
+ """
125
+ return pulumi.get(self, "application_firewall")
126
+
127
+ @property
128
+ @pulumi.getter(name="disableAadAuth")
129
+ def disable_aad_auth(self) -> Optional[bool]:
130
+ """
131
+ DisableLocalAuth
132
+ Enable or disable aad auth
133
+ When set as true, connection with AuthType=aad won't work.
134
+ """
135
+ return pulumi.get(self, "disable_aad_auth")
136
+
137
+ @property
138
+ @pulumi.getter(name="disableLocalAuth")
139
+ def disable_local_auth(self) -> Optional[bool]:
140
+ """
141
+ DisableLocalAuth
142
+ Enable or disable local auth with AccessKey
143
+ When set as true, connection with AccessKey=xxx won't work.
144
+ """
145
+ return pulumi.get(self, "disable_local_auth")
146
+
147
+ @property
148
+ @pulumi.getter(name="externalIP")
149
+ def external_ip(self) -> str:
150
+ """
151
+ The publicly accessible IP of the resource.
152
+ """
153
+ return pulumi.get(self, "external_ip")
154
+
155
+ @property
156
+ @pulumi.getter(name="hostName")
157
+ def host_name(self) -> str:
158
+ """
159
+ FQDN of the service instance.
160
+ """
161
+ return pulumi.get(self, "host_name")
162
+
163
+ @property
164
+ @pulumi.getter(name="hostNamePrefix")
165
+ def host_name_prefix(self) -> str:
166
+ """
167
+ Deprecated.
168
+ """
169
+ return pulumi.get(self, "host_name_prefix")
170
+
171
+ @property
172
+ @pulumi.getter
173
+ def id(self) -> str:
174
+ """
175
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
176
+ """
177
+ return pulumi.get(self, "id")
178
+
179
+ @property
180
+ @pulumi.getter
181
+ def identity(self) -> Optional['outputs.ManagedIdentityResponse']:
182
+ """
183
+ A class represent managed identities used for request and response
184
+ """
185
+ return pulumi.get(self, "identity")
186
+
187
+ @property
188
+ @pulumi.getter
189
+ def kind(self) -> Optional[str]:
190
+ """
191
+ The kind of the service
192
+ """
193
+ return pulumi.get(self, "kind")
194
+
195
+ @property
196
+ @pulumi.getter(name="liveTraceConfiguration")
197
+ def live_trace_configuration(self) -> Optional['outputs.LiveTraceConfigurationResponse']:
198
+ """
199
+ Live trace configuration of a Microsoft.SignalRService resource.
200
+ """
201
+ return pulumi.get(self, "live_trace_configuration")
202
+
203
+ @property
204
+ @pulumi.getter
205
+ def location(self) -> str:
206
+ """
207
+ The geo-location where the resource lives
208
+ """
209
+ return pulumi.get(self, "location")
210
+
211
+ @property
212
+ @pulumi.getter
213
+ def name(self) -> str:
214
+ """
215
+ The name of the resource
216
+ """
217
+ return pulumi.get(self, "name")
218
+
219
+ @property
220
+ @pulumi.getter(name="networkACLs")
221
+ def network_acls(self) -> Optional['outputs.WebPubSubNetworkACLsResponse']:
222
+ """
223
+ Network ACLs for the resource
224
+ """
225
+ return pulumi.get(self, "network_acls")
226
+
227
+ @property
228
+ @pulumi.getter(name="privateEndpointConnections")
229
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
230
+ """
231
+ Private endpoint connections to the resource.
232
+ """
233
+ return pulumi.get(self, "private_endpoint_connections")
234
+
235
+ @property
236
+ @pulumi.getter(name="provisioningState")
237
+ def provisioning_state(self) -> str:
238
+ """
239
+ Provisioning state of the resource.
240
+ """
241
+ return pulumi.get(self, "provisioning_state")
242
+
243
+ @property
244
+ @pulumi.getter(name="publicNetworkAccess")
245
+ def public_network_access(self) -> Optional[str]:
246
+ """
247
+ Enable or disable public network access. Default to "Enabled".
248
+ When it's Enabled, network ACLs still apply.
249
+ When it's Disabled, public network access is always disabled no matter what you set in network ACLs.
250
+ """
251
+ return pulumi.get(self, "public_network_access")
252
+
253
+ @property
254
+ @pulumi.getter(name="publicPort")
255
+ def public_port(self) -> int:
256
+ """
257
+ The publicly accessible port of the resource which is designed for browser/client side usage.
258
+ """
259
+ return pulumi.get(self, "public_port")
260
+
261
+ @property
262
+ @pulumi.getter(name="regionEndpointEnabled")
263
+ def region_endpoint_enabled(self) -> Optional[str]:
264
+ """
265
+ Enable or disable the regional endpoint. Default to "Enabled".
266
+ When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
267
+ This property is replica specific. Disable the regional endpoint without replica is not allowed.
268
+ """
269
+ return pulumi.get(self, "region_endpoint_enabled")
270
+
271
+ @property
272
+ @pulumi.getter(name="resourceLogConfiguration")
273
+ def resource_log_configuration(self) -> Optional['outputs.ResourceLogConfigurationResponse']:
274
+ """
275
+ Resource log configuration of a Microsoft.SignalRService resource.
276
+ """
277
+ return pulumi.get(self, "resource_log_configuration")
278
+
279
+ @property
280
+ @pulumi.getter(name="resourceStopped")
281
+ def resource_stopped(self) -> Optional[str]:
282
+ """
283
+ Stop or start the resource. Default to "False".
284
+ When it's true, the data plane of the resource is shutdown.
285
+ When it's false, the data plane of the resource is started.
286
+ """
287
+ return pulumi.get(self, "resource_stopped")
288
+
289
+ @property
290
+ @pulumi.getter(name="serverPort")
291
+ def server_port(self) -> int:
292
+ """
293
+ The publicly accessible port of the resource which is designed for customer server side usage.
294
+ """
295
+ return pulumi.get(self, "server_port")
296
+
297
+ @property
298
+ @pulumi.getter(name="sharedPrivateLinkResources")
299
+ def shared_private_link_resources(self) -> Sequence['outputs.SharedPrivateLinkResourceResponse']:
300
+ """
301
+ The list of shared private link resources.
302
+ """
303
+ return pulumi.get(self, "shared_private_link_resources")
304
+
305
+ @property
306
+ @pulumi.getter
307
+ def sku(self) -> Optional['outputs.ResourceSkuResponse']:
308
+ """
309
+ The billing information of the resource.
310
+ """
311
+ return pulumi.get(self, "sku")
312
+
313
+ @property
314
+ @pulumi.getter(name="socketIO")
315
+ def socket_io(self) -> Optional['outputs.WebPubSubSocketIOSettingsResponse']:
316
+ """
317
+ SocketIO settings for the resource
318
+ """
319
+ return pulumi.get(self, "socket_io")
320
+
321
+ @property
322
+ @pulumi.getter(name="systemData")
323
+ def system_data(self) -> 'outputs.SystemDataResponse':
324
+ """
325
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
326
+ """
327
+ return pulumi.get(self, "system_data")
328
+
329
+ @property
330
+ @pulumi.getter
331
+ def tags(self) -> Optional[Mapping[str, str]]:
332
+ """
333
+ Resource tags.
334
+ """
335
+ return pulumi.get(self, "tags")
336
+
337
+ @property
338
+ @pulumi.getter
339
+ def tls(self) -> Optional['outputs.WebPubSubTlsSettingsResponse']:
340
+ """
341
+ TLS settings for the resource
342
+ """
343
+ return pulumi.get(self, "tls")
344
+
345
+ @property
346
+ @pulumi.getter
347
+ def type(self) -> str:
348
+ """
349
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
350
+ """
351
+ return pulumi.get(self, "type")
352
+
353
+ @property
354
+ @pulumi.getter
355
+ def version(self) -> str:
356
+ """
357
+ Version of the resource. Probably you need the same or higher version of client SDKs.
358
+ """
359
+ return pulumi.get(self, "version")
360
+
361
+
362
+ class AwaitableGetWebPubSubResult(GetWebPubSubResult):
363
+ # pylint: disable=using-constant-test
364
+ def __await__(self):
365
+ if False:
366
+ yield self
367
+ return GetWebPubSubResult(
368
+ application_firewall=self.application_firewall,
369
+ disable_aad_auth=self.disable_aad_auth,
370
+ disable_local_auth=self.disable_local_auth,
371
+ external_ip=self.external_ip,
372
+ host_name=self.host_name,
373
+ host_name_prefix=self.host_name_prefix,
374
+ id=self.id,
375
+ identity=self.identity,
376
+ kind=self.kind,
377
+ live_trace_configuration=self.live_trace_configuration,
378
+ location=self.location,
379
+ name=self.name,
380
+ network_acls=self.network_acls,
381
+ private_endpoint_connections=self.private_endpoint_connections,
382
+ provisioning_state=self.provisioning_state,
383
+ public_network_access=self.public_network_access,
384
+ public_port=self.public_port,
385
+ region_endpoint_enabled=self.region_endpoint_enabled,
386
+ resource_log_configuration=self.resource_log_configuration,
387
+ resource_stopped=self.resource_stopped,
388
+ server_port=self.server_port,
389
+ shared_private_link_resources=self.shared_private_link_resources,
390
+ sku=self.sku,
391
+ socket_io=self.socket_io,
392
+ system_data=self.system_data,
393
+ tags=self.tags,
394
+ tls=self.tls,
395
+ type=self.type,
396
+ version=self.version)
397
+
398
+
399
+ def get_web_pub_sub(resource_group_name: Optional[str] = None,
400
+ resource_name: Optional[str] = None,
401
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebPubSubResult:
402
+ """
403
+ Get the resource and its properties.
404
+
405
+
406
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
407
+ :param str resource_name: The name of the resource.
408
+ """
409
+ __args__ = dict()
410
+ __args__['resourceGroupName'] = resource_group_name
411
+ __args__['resourceName'] = resource_name
412
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
413
+ __ret__ = pulumi.runtime.invoke('azure-native:webpubsub/v20241001preview:getWebPubSub', __args__, opts=opts, typ=GetWebPubSubResult).value
414
+
415
+ return AwaitableGetWebPubSubResult(
416
+ application_firewall=pulumi.get(__ret__, 'application_firewall'),
417
+ disable_aad_auth=pulumi.get(__ret__, 'disable_aad_auth'),
418
+ disable_local_auth=pulumi.get(__ret__, 'disable_local_auth'),
419
+ external_ip=pulumi.get(__ret__, 'external_ip'),
420
+ host_name=pulumi.get(__ret__, 'host_name'),
421
+ host_name_prefix=pulumi.get(__ret__, 'host_name_prefix'),
422
+ id=pulumi.get(__ret__, 'id'),
423
+ identity=pulumi.get(__ret__, 'identity'),
424
+ kind=pulumi.get(__ret__, 'kind'),
425
+ live_trace_configuration=pulumi.get(__ret__, 'live_trace_configuration'),
426
+ location=pulumi.get(__ret__, 'location'),
427
+ name=pulumi.get(__ret__, 'name'),
428
+ network_acls=pulumi.get(__ret__, 'network_acls'),
429
+ private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
430
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
431
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
432
+ public_port=pulumi.get(__ret__, 'public_port'),
433
+ region_endpoint_enabled=pulumi.get(__ret__, 'region_endpoint_enabled'),
434
+ resource_log_configuration=pulumi.get(__ret__, 'resource_log_configuration'),
435
+ resource_stopped=pulumi.get(__ret__, 'resource_stopped'),
436
+ server_port=pulumi.get(__ret__, 'server_port'),
437
+ shared_private_link_resources=pulumi.get(__ret__, 'shared_private_link_resources'),
438
+ sku=pulumi.get(__ret__, 'sku'),
439
+ socket_io=pulumi.get(__ret__, 'socket_io'),
440
+ system_data=pulumi.get(__ret__, 'system_data'),
441
+ tags=pulumi.get(__ret__, 'tags'),
442
+ tls=pulumi.get(__ret__, 'tls'),
443
+ type=pulumi.get(__ret__, 'type'),
444
+ version=pulumi.get(__ret__, 'version'))
445
+ def get_web_pub_sub_output(resource_group_name: Optional[pulumi.Input[str]] = None,
446
+ resource_name: Optional[pulumi.Input[str]] = None,
447
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebPubSubResult]:
448
+ """
449
+ Get the resource and its properties.
450
+
451
+
452
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
453
+ :param str resource_name: The name of the resource.
454
+ """
455
+ __args__ = dict()
456
+ __args__['resourceGroupName'] = resource_group_name
457
+ __args__['resourceName'] = resource_name
458
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
459
+ __ret__ = pulumi.runtime.invoke_output('azure-native:webpubsub/v20241001preview:getWebPubSub', __args__, opts=opts, typ=GetWebPubSubResult)
460
+ return __ret__.apply(lambda __response__: GetWebPubSubResult(
461
+ application_firewall=pulumi.get(__response__, 'application_firewall'),
462
+ disable_aad_auth=pulumi.get(__response__, 'disable_aad_auth'),
463
+ disable_local_auth=pulumi.get(__response__, 'disable_local_auth'),
464
+ external_ip=pulumi.get(__response__, 'external_ip'),
465
+ host_name=pulumi.get(__response__, 'host_name'),
466
+ host_name_prefix=pulumi.get(__response__, 'host_name_prefix'),
467
+ id=pulumi.get(__response__, 'id'),
468
+ identity=pulumi.get(__response__, 'identity'),
469
+ kind=pulumi.get(__response__, 'kind'),
470
+ live_trace_configuration=pulumi.get(__response__, 'live_trace_configuration'),
471
+ location=pulumi.get(__response__, 'location'),
472
+ name=pulumi.get(__response__, 'name'),
473
+ network_acls=pulumi.get(__response__, 'network_acls'),
474
+ private_endpoint_connections=pulumi.get(__response__, 'private_endpoint_connections'),
475
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
476
+ public_network_access=pulumi.get(__response__, 'public_network_access'),
477
+ public_port=pulumi.get(__response__, 'public_port'),
478
+ region_endpoint_enabled=pulumi.get(__response__, 'region_endpoint_enabled'),
479
+ resource_log_configuration=pulumi.get(__response__, 'resource_log_configuration'),
480
+ resource_stopped=pulumi.get(__response__, 'resource_stopped'),
481
+ server_port=pulumi.get(__response__, 'server_port'),
482
+ shared_private_link_resources=pulumi.get(__response__, 'shared_private_link_resources'),
483
+ sku=pulumi.get(__response__, 'sku'),
484
+ socket_io=pulumi.get(__response__, 'socket_io'),
485
+ system_data=pulumi.get(__response__, 'system_data'),
486
+ tags=pulumi.get(__response__, 'tags'),
487
+ tls=pulumi.get(__response__, 'tls'),
488
+ type=pulumi.get(__response__, 'type'),
489
+ version=pulumi.get(__response__, 'version')))
@@ -0,0 +1,191 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'GetWebPubSubCustomCertificateResult',
20
+ 'AwaitableGetWebPubSubCustomCertificateResult',
21
+ 'get_web_pub_sub_custom_certificate',
22
+ 'get_web_pub_sub_custom_certificate_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetWebPubSubCustomCertificateResult:
27
+ """
28
+ A custom certificate.
29
+ """
30
+ def __init__(__self__, id=None, key_vault_base_uri=None, key_vault_secret_name=None, key_vault_secret_version=None, name=None, provisioning_state=None, system_data=None, type=None):
31
+ if id and not isinstance(id, str):
32
+ raise TypeError("Expected argument 'id' to be a str")
33
+ pulumi.set(__self__, "id", id)
34
+ if key_vault_base_uri and not isinstance(key_vault_base_uri, str):
35
+ raise TypeError("Expected argument 'key_vault_base_uri' to be a str")
36
+ pulumi.set(__self__, "key_vault_base_uri", key_vault_base_uri)
37
+ if key_vault_secret_name and not isinstance(key_vault_secret_name, str):
38
+ raise TypeError("Expected argument 'key_vault_secret_name' to be a str")
39
+ pulumi.set(__self__, "key_vault_secret_name", key_vault_secret_name)
40
+ if key_vault_secret_version and not isinstance(key_vault_secret_version, str):
41
+ raise TypeError("Expected argument 'key_vault_secret_version' to be a str")
42
+ pulumi.set(__self__, "key_vault_secret_version", key_vault_secret_version)
43
+ if name and not isinstance(name, str):
44
+ raise TypeError("Expected argument 'name' to be a str")
45
+ pulumi.set(__self__, "name", name)
46
+ if provisioning_state and not isinstance(provisioning_state, str):
47
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
48
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
49
+ if system_data and not isinstance(system_data, dict):
50
+ raise TypeError("Expected argument 'system_data' to be a dict")
51
+ pulumi.set(__self__, "system_data", system_data)
52
+ if type and not isinstance(type, str):
53
+ raise TypeError("Expected argument 'type' to be a str")
54
+ pulumi.set(__self__, "type", type)
55
+
56
+ @property
57
+ @pulumi.getter
58
+ def id(self) -> str:
59
+ """
60
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
61
+ """
62
+ return pulumi.get(self, "id")
63
+
64
+ @property
65
+ @pulumi.getter(name="keyVaultBaseUri")
66
+ def key_vault_base_uri(self) -> str:
67
+ """
68
+ Base uri of the KeyVault that stores certificate.
69
+ """
70
+ return pulumi.get(self, "key_vault_base_uri")
71
+
72
+ @property
73
+ @pulumi.getter(name="keyVaultSecretName")
74
+ def key_vault_secret_name(self) -> str:
75
+ """
76
+ Certificate secret name.
77
+ """
78
+ return pulumi.get(self, "key_vault_secret_name")
79
+
80
+ @property
81
+ @pulumi.getter(name="keyVaultSecretVersion")
82
+ def key_vault_secret_version(self) -> Optional[str]:
83
+ """
84
+ Certificate secret version.
85
+ """
86
+ return pulumi.get(self, "key_vault_secret_version")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def name(self) -> str:
91
+ """
92
+ The name of the resource
93
+ """
94
+ return pulumi.get(self, "name")
95
+
96
+ @property
97
+ @pulumi.getter(name="provisioningState")
98
+ def provisioning_state(self) -> str:
99
+ """
100
+ Provisioning state of the resource.
101
+ """
102
+ return pulumi.get(self, "provisioning_state")
103
+
104
+ @property
105
+ @pulumi.getter(name="systemData")
106
+ def system_data(self) -> 'outputs.SystemDataResponse':
107
+ """
108
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
109
+ """
110
+ return pulumi.get(self, "system_data")
111
+
112
+ @property
113
+ @pulumi.getter
114
+ def type(self) -> str:
115
+ """
116
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
117
+ """
118
+ return pulumi.get(self, "type")
119
+
120
+
121
+ class AwaitableGetWebPubSubCustomCertificateResult(GetWebPubSubCustomCertificateResult):
122
+ # pylint: disable=using-constant-test
123
+ def __await__(self):
124
+ if False:
125
+ yield self
126
+ return GetWebPubSubCustomCertificateResult(
127
+ id=self.id,
128
+ key_vault_base_uri=self.key_vault_base_uri,
129
+ key_vault_secret_name=self.key_vault_secret_name,
130
+ key_vault_secret_version=self.key_vault_secret_version,
131
+ name=self.name,
132
+ provisioning_state=self.provisioning_state,
133
+ system_data=self.system_data,
134
+ type=self.type)
135
+
136
+
137
+ def get_web_pub_sub_custom_certificate(certificate_name: Optional[str] = None,
138
+ resource_group_name: Optional[str] = None,
139
+ resource_name: Optional[str] = None,
140
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebPubSubCustomCertificateResult:
141
+ """
142
+ Get a custom certificate.
143
+
144
+
145
+ :param str certificate_name: Custom certificate name
146
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
147
+ :param str resource_name: The name of the resource.
148
+ """
149
+ __args__ = dict()
150
+ __args__['certificateName'] = certificate_name
151
+ __args__['resourceGroupName'] = resource_group_name
152
+ __args__['resourceName'] = resource_name
153
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
154
+ __ret__ = pulumi.runtime.invoke('azure-native:webpubsub/v20241001preview:getWebPubSubCustomCertificate', __args__, opts=opts, typ=GetWebPubSubCustomCertificateResult).value
155
+
156
+ return AwaitableGetWebPubSubCustomCertificateResult(
157
+ id=pulumi.get(__ret__, 'id'),
158
+ key_vault_base_uri=pulumi.get(__ret__, 'key_vault_base_uri'),
159
+ key_vault_secret_name=pulumi.get(__ret__, 'key_vault_secret_name'),
160
+ key_vault_secret_version=pulumi.get(__ret__, 'key_vault_secret_version'),
161
+ name=pulumi.get(__ret__, 'name'),
162
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
163
+ system_data=pulumi.get(__ret__, 'system_data'),
164
+ type=pulumi.get(__ret__, 'type'))
165
+ def get_web_pub_sub_custom_certificate_output(certificate_name: Optional[pulumi.Input[str]] = None,
166
+ resource_group_name: Optional[pulumi.Input[str]] = None,
167
+ resource_name: Optional[pulumi.Input[str]] = None,
168
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebPubSubCustomCertificateResult]:
169
+ """
170
+ Get a custom certificate.
171
+
172
+
173
+ :param str certificate_name: Custom certificate name
174
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
175
+ :param str resource_name: The name of the resource.
176
+ """
177
+ __args__ = dict()
178
+ __args__['certificateName'] = certificate_name
179
+ __args__['resourceGroupName'] = resource_group_name
180
+ __args__['resourceName'] = resource_name
181
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
182
+ __ret__ = pulumi.runtime.invoke_output('azure-native:webpubsub/v20241001preview:getWebPubSubCustomCertificate', __args__, opts=opts, typ=GetWebPubSubCustomCertificateResult)
183
+ return __ret__.apply(lambda __response__: GetWebPubSubCustomCertificateResult(
184
+ id=pulumi.get(__response__, 'id'),
185
+ key_vault_base_uri=pulumi.get(__response__, 'key_vault_base_uri'),
186
+ key_vault_secret_name=pulumi.get(__response__, 'key_vault_secret_name'),
187
+ key_vault_secret_version=pulumi.get(__response__, 'key_vault_secret_version'),
188
+ name=pulumi.get(__response__, 'name'),
189
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
190
+ system_data=pulumi.get(__response__, 'system_data'),
191
+ type=pulumi.get(__response__, 'type')))