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,177 @@
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
+ 'GetWebPubSubCustomDomainResult',
20
+ 'AwaitableGetWebPubSubCustomDomainResult',
21
+ 'get_web_pub_sub_custom_domain',
22
+ 'get_web_pub_sub_custom_domain_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetWebPubSubCustomDomainResult:
27
+ """
28
+ A custom domain
29
+ """
30
+ def __init__(__self__, custom_certificate=None, domain_name=None, id=None, name=None, provisioning_state=None, system_data=None, type=None):
31
+ if custom_certificate and not isinstance(custom_certificate, dict):
32
+ raise TypeError("Expected argument 'custom_certificate' to be a dict")
33
+ pulumi.set(__self__, "custom_certificate", custom_certificate)
34
+ if domain_name and not isinstance(domain_name, str):
35
+ raise TypeError("Expected argument 'domain_name' to be a str")
36
+ pulumi.set(__self__, "domain_name", domain_name)
37
+ if id and not isinstance(id, str):
38
+ raise TypeError("Expected argument 'id' to be a str")
39
+ pulumi.set(__self__, "id", id)
40
+ if name and not isinstance(name, str):
41
+ raise TypeError("Expected argument 'name' to be a str")
42
+ pulumi.set(__self__, "name", name)
43
+ if provisioning_state and not isinstance(provisioning_state, str):
44
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
45
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
46
+ if system_data and not isinstance(system_data, dict):
47
+ raise TypeError("Expected argument 'system_data' to be a dict")
48
+ pulumi.set(__self__, "system_data", system_data)
49
+ if type and not isinstance(type, str):
50
+ raise TypeError("Expected argument 'type' to be a str")
51
+ pulumi.set(__self__, "type", type)
52
+
53
+ @property
54
+ @pulumi.getter(name="customCertificate")
55
+ def custom_certificate(self) -> 'outputs.ResourceReferenceResponse':
56
+ """
57
+ Reference to a resource.
58
+ """
59
+ return pulumi.get(self, "custom_certificate")
60
+
61
+ @property
62
+ @pulumi.getter(name="domainName")
63
+ def domain_name(self) -> str:
64
+ """
65
+ The custom domain name.
66
+ """
67
+ return pulumi.get(self, "domain_name")
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def id(self) -> str:
72
+ """
73
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
74
+ """
75
+ return pulumi.get(self, "id")
76
+
77
+ @property
78
+ @pulumi.getter
79
+ def name(self) -> str:
80
+ """
81
+ The name of the resource
82
+ """
83
+ return pulumi.get(self, "name")
84
+
85
+ @property
86
+ @pulumi.getter(name="provisioningState")
87
+ def provisioning_state(self) -> str:
88
+ """
89
+ Provisioning state of the resource.
90
+ """
91
+ return pulumi.get(self, "provisioning_state")
92
+
93
+ @property
94
+ @pulumi.getter(name="systemData")
95
+ def system_data(self) -> 'outputs.SystemDataResponse':
96
+ """
97
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
98
+ """
99
+ return pulumi.get(self, "system_data")
100
+
101
+ @property
102
+ @pulumi.getter
103
+ def type(self) -> str:
104
+ """
105
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
106
+ """
107
+ return pulumi.get(self, "type")
108
+
109
+
110
+ class AwaitableGetWebPubSubCustomDomainResult(GetWebPubSubCustomDomainResult):
111
+ # pylint: disable=using-constant-test
112
+ def __await__(self):
113
+ if False:
114
+ yield self
115
+ return GetWebPubSubCustomDomainResult(
116
+ custom_certificate=self.custom_certificate,
117
+ domain_name=self.domain_name,
118
+ id=self.id,
119
+ name=self.name,
120
+ provisioning_state=self.provisioning_state,
121
+ system_data=self.system_data,
122
+ type=self.type)
123
+
124
+
125
+ def get_web_pub_sub_custom_domain(name: Optional[str] = None,
126
+ resource_group_name: Optional[str] = None,
127
+ resource_name: Optional[str] = None,
128
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebPubSubCustomDomainResult:
129
+ """
130
+ Get a custom domain.
131
+
132
+
133
+ :param str name: Custom domain name.
134
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
135
+ :param str resource_name: The name of the resource.
136
+ """
137
+ __args__ = dict()
138
+ __args__['name'] = name
139
+ __args__['resourceGroupName'] = resource_group_name
140
+ __args__['resourceName'] = resource_name
141
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
142
+ __ret__ = pulumi.runtime.invoke('azure-native:webpubsub/v20241001preview:getWebPubSubCustomDomain', __args__, opts=opts, typ=GetWebPubSubCustomDomainResult).value
143
+
144
+ return AwaitableGetWebPubSubCustomDomainResult(
145
+ custom_certificate=pulumi.get(__ret__, 'custom_certificate'),
146
+ domain_name=pulumi.get(__ret__, 'domain_name'),
147
+ id=pulumi.get(__ret__, 'id'),
148
+ name=pulumi.get(__ret__, 'name'),
149
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
150
+ system_data=pulumi.get(__ret__, 'system_data'),
151
+ type=pulumi.get(__ret__, 'type'))
152
+ def get_web_pub_sub_custom_domain_output(name: Optional[pulumi.Input[str]] = None,
153
+ resource_group_name: Optional[pulumi.Input[str]] = None,
154
+ resource_name: Optional[pulumi.Input[str]] = None,
155
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebPubSubCustomDomainResult]:
156
+ """
157
+ Get a custom domain.
158
+
159
+
160
+ :param str name: Custom domain name.
161
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
162
+ :param str resource_name: The name of the resource.
163
+ """
164
+ __args__ = dict()
165
+ __args__['name'] = name
166
+ __args__['resourceGroupName'] = resource_group_name
167
+ __args__['resourceName'] = resource_name
168
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
+ __ret__ = pulumi.runtime.invoke_output('azure-native:webpubsub/v20241001preview:getWebPubSubCustomDomain', __args__, opts=opts, typ=GetWebPubSubCustomDomainResult)
170
+ return __ret__.apply(lambda __response__: GetWebPubSubCustomDomainResult(
171
+ custom_certificate=pulumi.get(__response__, 'custom_certificate'),
172
+ domain_name=pulumi.get(__response__, 'domain_name'),
173
+ id=pulumi.get(__response__, 'id'),
174
+ name=pulumi.get(__response__, 'name'),
175
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
176
+ system_data=pulumi.get(__response__, 'system_data'),
177
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,149 @@
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
+ 'GetWebPubSubHubResult',
20
+ 'AwaitableGetWebPubSubHubResult',
21
+ 'get_web_pub_sub_hub',
22
+ 'get_web_pub_sub_hub_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetWebPubSubHubResult:
27
+ """
28
+ A hub setting
29
+ """
30
+ def __init__(__self__, id=None, name=None, properties=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 name and not isinstance(name, str):
35
+ raise TypeError("Expected argument 'name' to be a str")
36
+ pulumi.set(__self__, "name", name)
37
+ if properties and not isinstance(properties, dict):
38
+ raise TypeError("Expected argument 'properties' to be a dict")
39
+ pulumi.set(__self__, "properties", properties)
40
+ if system_data and not isinstance(system_data, dict):
41
+ raise TypeError("Expected argument 'system_data' to be a dict")
42
+ pulumi.set(__self__, "system_data", system_data)
43
+ if type and not isinstance(type, str):
44
+ raise TypeError("Expected argument 'type' to be a str")
45
+ pulumi.set(__self__, "type", type)
46
+
47
+ @property
48
+ @pulumi.getter
49
+ def id(self) -> str:
50
+ """
51
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
52
+ """
53
+ return pulumi.get(self, "id")
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def name(self) -> str:
58
+ """
59
+ The name of the resource
60
+ """
61
+ return pulumi.get(self, "name")
62
+
63
+ @property
64
+ @pulumi.getter
65
+ def properties(self) -> 'outputs.WebPubSubHubPropertiesResponse':
66
+ """
67
+ Properties of a hub.
68
+ """
69
+ return pulumi.get(self, "properties")
70
+
71
+ @property
72
+ @pulumi.getter(name="systemData")
73
+ def system_data(self) -> 'outputs.SystemDataResponse':
74
+ """
75
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
76
+ """
77
+ return pulumi.get(self, "system_data")
78
+
79
+ @property
80
+ @pulumi.getter
81
+ def type(self) -> str:
82
+ """
83
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
84
+ """
85
+ return pulumi.get(self, "type")
86
+
87
+
88
+ class AwaitableGetWebPubSubHubResult(GetWebPubSubHubResult):
89
+ # pylint: disable=using-constant-test
90
+ def __await__(self):
91
+ if False:
92
+ yield self
93
+ return GetWebPubSubHubResult(
94
+ id=self.id,
95
+ name=self.name,
96
+ properties=self.properties,
97
+ system_data=self.system_data,
98
+ type=self.type)
99
+
100
+
101
+ def get_web_pub_sub_hub(hub_name: Optional[str] = None,
102
+ resource_group_name: Optional[str] = None,
103
+ resource_name: Optional[str] = None,
104
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebPubSubHubResult:
105
+ """
106
+ Get a hub setting.
107
+
108
+
109
+ :param str hub_name: The hub name.
110
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
111
+ :param str resource_name: The name of the resource.
112
+ """
113
+ __args__ = dict()
114
+ __args__['hubName'] = hub_name
115
+ __args__['resourceGroupName'] = resource_group_name
116
+ __args__['resourceName'] = resource_name
117
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
118
+ __ret__ = pulumi.runtime.invoke('azure-native:webpubsub/v20241001preview:getWebPubSubHub', __args__, opts=opts, typ=GetWebPubSubHubResult).value
119
+
120
+ return AwaitableGetWebPubSubHubResult(
121
+ id=pulumi.get(__ret__, 'id'),
122
+ name=pulumi.get(__ret__, 'name'),
123
+ properties=pulumi.get(__ret__, 'properties'),
124
+ system_data=pulumi.get(__ret__, 'system_data'),
125
+ type=pulumi.get(__ret__, 'type'))
126
+ def get_web_pub_sub_hub_output(hub_name: Optional[pulumi.Input[str]] = None,
127
+ resource_group_name: Optional[pulumi.Input[str]] = None,
128
+ resource_name: Optional[pulumi.Input[str]] = None,
129
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetWebPubSubHubResult]:
130
+ """
131
+ Get a hub setting.
132
+
133
+
134
+ :param str hub_name: The hub name.
135
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
136
+ :param str resource_name: The name of the resource.
137
+ """
138
+ __args__ = dict()
139
+ __args__['hubName'] = hub_name
140
+ __args__['resourceGroupName'] = resource_group_name
141
+ __args__['resourceName'] = resource_name
142
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
143
+ __ret__ = pulumi.runtime.invoke_output('azure-native:webpubsub/v20241001preview:getWebPubSubHub', __args__, opts=opts, typ=GetWebPubSubHubResult)
144
+ return __ret__.apply(lambda __response__: GetWebPubSubHubResult(
145
+ id=pulumi.get(__response__, 'id'),
146
+ name=pulumi.get(__response__, 'name'),
147
+ properties=pulumi.get(__response__, 'properties'),
148
+ system_data=pulumi.get(__response__, 'system_data'),
149
+ type=pulumi.get(__response__, 'type')))
@@ -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
+ 'GetWebPubSubPrivateEndpointConnectionResult',
20
+ 'AwaitableGetWebPubSubPrivateEndpointConnectionResult',
21
+ 'get_web_pub_sub_private_endpoint_connection',
22
+ 'get_web_pub_sub_private_endpoint_connection_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetWebPubSubPrivateEndpointConnectionResult:
27
+ """
28
+ A private endpoint connection to an azure resource
29
+ """
30
+ def __init__(__self__, group_ids=None, id=None, name=None, private_endpoint=None, private_link_service_connection_state=None, provisioning_state=None, system_data=None, type=None):
31
+ if group_ids and not isinstance(group_ids, list):
32
+ raise TypeError("Expected argument 'group_ids' to be a list")
33
+ pulumi.set(__self__, "group_ids", group_ids)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if name and not isinstance(name, str):
38
+ raise TypeError("Expected argument 'name' to be a str")
39
+ pulumi.set(__self__, "name", name)
40
+ if private_endpoint and not isinstance(private_endpoint, dict):
41
+ raise TypeError("Expected argument 'private_endpoint' to be a dict")
42
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
43
+ if private_link_service_connection_state and not isinstance(private_link_service_connection_state, dict):
44
+ raise TypeError("Expected argument 'private_link_service_connection_state' to be a dict")
45
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
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(name="groupIds")
58
+ def group_ids(self) -> Sequence[str]:
59
+ """
60
+ Group IDs
61
+ """
62
+ return pulumi.get(self, "group_ids")
63
+
64
+ @property
65
+ @pulumi.getter
66
+ def id(self) -> str:
67
+ """
68
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
69
+ """
70
+ return pulumi.get(self, "id")
71
+
72
+ @property
73
+ @pulumi.getter
74
+ def name(self) -> str:
75
+ """
76
+ The name of the resource
77
+ """
78
+ return pulumi.get(self, "name")
79
+
80
+ @property
81
+ @pulumi.getter(name="privateEndpoint")
82
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
83
+ """
84
+ Private endpoint
85
+ """
86
+ return pulumi.get(self, "private_endpoint")
87
+
88
+ @property
89
+ @pulumi.getter(name="privateLinkServiceConnectionState")
90
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
91
+ """
92
+ Connection state of the private endpoint connection
93
+ """
94
+ return pulumi.get(self, "private_link_service_connection_state")
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 AwaitableGetWebPubSubPrivateEndpointConnectionResult(GetWebPubSubPrivateEndpointConnectionResult):
122
+ # pylint: disable=using-constant-test
123
+ def __await__(self):
124
+ if False:
125
+ yield self
126
+ return GetWebPubSubPrivateEndpointConnectionResult(
127
+ group_ids=self.group_ids,
128
+ id=self.id,
129
+ name=self.name,
130
+ private_endpoint=self.private_endpoint,
131
+ private_link_service_connection_state=self.private_link_service_connection_state,
132
+ provisioning_state=self.provisioning_state,
133
+ system_data=self.system_data,
134
+ type=self.type)
135
+
136
+
137
+ def get_web_pub_sub_private_endpoint_connection(private_endpoint_connection_name: Optional[str] = None,
138
+ resource_group_name: Optional[str] = None,
139
+ resource_name: Optional[str] = None,
140
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetWebPubSubPrivateEndpointConnectionResult:
141
+ """
142
+ Get the specified private endpoint connection
143
+
144
+
145
+ :param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
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__['privateEndpointConnectionName'] = private_endpoint_connection_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:getWebPubSubPrivateEndpointConnection', __args__, opts=opts, typ=GetWebPubSubPrivateEndpointConnectionResult).value
155
+
156
+ return AwaitableGetWebPubSubPrivateEndpointConnectionResult(
157
+ group_ids=pulumi.get(__ret__, 'group_ids'),
158
+ id=pulumi.get(__ret__, 'id'),
159
+ name=pulumi.get(__ret__, 'name'),
160
+ private_endpoint=pulumi.get(__ret__, 'private_endpoint'),
161
+ private_link_service_connection_state=pulumi.get(__ret__, 'private_link_service_connection_state'),
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_private_endpoint_connection_output(private_endpoint_connection_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[GetWebPubSubPrivateEndpointConnectionResult]:
169
+ """
170
+ Get the specified private endpoint connection
171
+
172
+
173
+ :param str private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
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__['privateEndpointConnectionName'] = private_endpoint_connection_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:getWebPubSubPrivateEndpointConnection', __args__, opts=opts, typ=GetWebPubSubPrivateEndpointConnectionResult)
183
+ return __ret__.apply(lambda __response__: GetWebPubSubPrivateEndpointConnectionResult(
184
+ group_ids=pulumi.get(__response__, 'group_ids'),
185
+ id=pulumi.get(__response__, 'id'),
186
+ name=pulumi.get(__response__, 'name'),
187
+ private_endpoint=pulumi.get(__response__, 'private_endpoint'),
188
+ private_link_service_connection_state=pulumi.get(__response__, 'private_link_service_connection_state'),
189
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
190
+ system_data=pulumi.get(__response__, 'system_data'),
191
+ type=pulumi.get(__response__, 'type')))