pulumi-azure-native 2.74.0a1732531694__py3-none-any.whl → 2.75.0__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.0.dist-info}/METADATA +1 -1
  187. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0.dist-info}/RECORD +189 -148
  188. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0.dist-info}/WHEEL +0 -0
  189. {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0.dist-info}/top_level.txt +0 -0
@@ -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
+ 'GetSignalRCustomCertificateResult',
20
+ 'AwaitableGetSignalRCustomCertificateResult',
21
+ 'get_signal_r_custom_certificate',
22
+ 'get_signal_r_custom_certificate_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetSignalRCustomCertificateResult:
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 AwaitableGetSignalRCustomCertificateResult(GetSignalRCustomCertificateResult):
122
+ # pylint: disable=using-constant-test
123
+ def __await__(self):
124
+ if False:
125
+ yield self
126
+ return GetSignalRCustomCertificateResult(
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_signal_r_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) -> AwaitableGetSignalRCustomCertificateResult:
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:signalrservice/v20241001preview:getSignalRCustomCertificate', __args__, opts=opts, typ=GetSignalRCustomCertificateResult).value
155
+
156
+ return AwaitableGetSignalRCustomCertificateResult(
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_signal_r_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[GetSignalRCustomCertificateResult]:
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:signalrservice/v20241001preview:getSignalRCustomCertificate', __args__, opts=opts, typ=GetSignalRCustomCertificateResult)
183
+ return __ret__.apply(lambda __response__: GetSignalRCustomCertificateResult(
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')))
@@ -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
+ 'GetSignalRCustomDomainResult',
20
+ 'AwaitableGetSignalRCustomDomainResult',
21
+ 'get_signal_r_custom_domain',
22
+ 'get_signal_r_custom_domain_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetSignalRCustomDomainResult:
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 AwaitableGetSignalRCustomDomainResult(GetSignalRCustomDomainResult):
111
+ # pylint: disable=using-constant-test
112
+ def __await__(self):
113
+ if False:
114
+ yield self
115
+ return GetSignalRCustomDomainResult(
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_signal_r_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) -> AwaitableGetSignalRCustomDomainResult:
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:signalrservice/v20241001preview:getSignalRCustomDomain', __args__, opts=opts, typ=GetSignalRCustomDomainResult).value
143
+
144
+ return AwaitableGetSignalRCustomDomainResult(
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_signal_r_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[GetSignalRCustomDomainResult]:
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:signalrservice/v20241001preview:getSignalRCustomDomain', __args__, opts=opts, typ=GetSignalRCustomDomainResult)
170
+ return __ret__.apply(lambda __response__: GetSignalRCustomDomainResult(
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,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
+ 'GetSignalRPrivateEndpointConnectionResult',
20
+ 'AwaitableGetSignalRPrivateEndpointConnectionResult',
21
+ 'get_signal_r_private_endpoint_connection',
22
+ 'get_signal_r_private_endpoint_connection_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetSignalRPrivateEndpointConnectionResult:
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 AwaitableGetSignalRPrivateEndpointConnectionResult(GetSignalRPrivateEndpointConnectionResult):
122
+ # pylint: disable=using-constant-test
123
+ def __await__(self):
124
+ if False:
125
+ yield self
126
+ return GetSignalRPrivateEndpointConnectionResult(
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_signal_r_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) -> AwaitableGetSignalRPrivateEndpointConnectionResult:
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:signalrservice/v20241001preview:getSignalRPrivateEndpointConnection', __args__, opts=opts, typ=GetSignalRPrivateEndpointConnectionResult).value
155
+
156
+ return AwaitableGetSignalRPrivateEndpointConnectionResult(
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_signal_r_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[GetSignalRPrivateEndpointConnectionResult]:
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:signalrservice/v20241001preview:getSignalRPrivateEndpointConnection', __args__, opts=opts, typ=GetSignalRPrivateEndpointConnectionResult)
183
+ return __ret__.apply(lambda __response__: GetSignalRPrivateEndpointConnectionResult(
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')))