pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__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 (236) hide show
  1. pulumi_azure_native/__init__.py +65 -2
  2. pulumi_azure_native/azurefleet/_enums.py +1 -1
  3. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
  4. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
  5. pulumi_azure_native/consumption/__init__.py +3 -0
  6. pulumi_azure_native/consumption/budget.py +3 -3
  7. pulumi_azure_native/consumption/get_budget.py +2 -2
  8. pulumi_azure_native/consumption/v20230501/budget.py +1 -1
  9. pulumi_azure_native/consumption/v20231101/budget.py +1 -1
  10. pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
  11. pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
  12. pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
  13. pulumi_azure_native/consumption/v20240801/budget.py +388 -0
  14. pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
  15. pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
  16. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
  17. pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
  18. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
  19. pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
  20. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
  21. pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
  22. pulumi_azure_native/databricks/__init__.py +3 -0
  23. pulumi_azure_native/databricks/access_connector.py +3 -3
  24. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  25. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  26. pulumi_azure_native/databricks/get_workspace.py +2 -2
  27. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  28. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  29. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  31. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  32. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  33. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  35. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  36. pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
  37. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
  39. pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
  40. pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
  41. pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
  42. pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
  43. pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
  44. pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
  45. pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
  46. pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
  47. pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
  48. pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
  49. pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
  50. pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
  51. pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
  52. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  53. pulumi_azure_native/databricks/workspace.py +3 -3
  54. pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
  55. pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
  56. pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
  57. pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
  58. pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
  59. pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
  60. pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
  61. pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
  62. pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
  63. pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
  64. pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
  65. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
  66. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
  67. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
  68. pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
  69. pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
  70. pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
  71. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
  72. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
  73. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
  74. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
  75. pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
  76. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
  77. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
  78. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
  79. pulumi_azure_native/networkcloud/__init__.py +5 -0
  80. pulumi_azure_native/networkcloud/_inputs.py +52 -0
  81. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  82. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  83. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  84. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  85. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  86. pulumi_azure_native/networkcloud/cluster.py +3 -3
  87. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  88. pulumi_azure_native/networkcloud/console.py +3 -3
  89. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  90. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  91. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  92. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  93. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  94. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  95. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  96. pulumi_azure_native/networkcloud/get_console.py +2 -2
  97. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  98. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
  99. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  100. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  101. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  102. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  103. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  104. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  105. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  106. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  107. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  108. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
  109. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  110. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  111. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  112. pulumi_azure_native/networkcloud/outputs.py +30 -0
  113. pulumi_azure_native/networkcloud/rack.py +3 -3
  114. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  115. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  116. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  117. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  118. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  119. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  120. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  121. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  122. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  123. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  124. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  125. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  126. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  127. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  128. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  129. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  130. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  131. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  132. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  133. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  134. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  135. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  136. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  137. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  138. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  139. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  140. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  141. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  142. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  143. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  144. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  145. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  146. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  147. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  148. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  149. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  150. pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
  151. pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
  152. pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
  153. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
  154. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
  155. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
  156. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
  157. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
  158. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
  159. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
  160. pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
  161. pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
  162. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
  163. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
  164. pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
  165. pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
  166. pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
  167. pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
  168. pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
  169. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
  170. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
  171. pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
  172. pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
  173. pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
  174. pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
  175. pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
  176. pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
  177. pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
  178. pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
  179. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
  180. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
  181. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
  182. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
  183. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
  184. pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
  185. pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
  186. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
  187. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
  188. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
  189. pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
  190. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  191. pulumi_azure_native/networkcloud/volume.py +3 -3
  192. pulumi_azure_native/pulumi-plugin.json +1 -1
  193. pulumi_azure_native/security/__init__.py +0 -2
  194. pulumi_azure_native/security/_inputs.py +0 -536
  195. pulumi_azure_native/security/outputs.py +0 -465
  196. pulumi_azure_native/security/v20200101/__init__.py +0 -2
  197. pulumi_azure_native/security/v20200101/_inputs.py +0 -536
  198. pulumi_azure_native/security/v20200101/outputs.py +0 -465
  199. pulumi_azure_native/workloads/__init__.py +3 -0
  200. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  201. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  202. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  203. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  204. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  205. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  206. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  207. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  208. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  209. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
  210. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
  211. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
  212. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
  213. pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
  214. pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
  215. pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
  216. pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
  217. pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
  218. pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
  219. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
  220. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
  221. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
  222. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
  223. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
  224. pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
  225. pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
  226. pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
  227. pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
  228. pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
  229. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
  230. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
  231. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
  232. pulumi_azure_native/security/adaptive_application_control.py +0 -311
  233. pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
  234. pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
  235. pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
  236. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,258 @@
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
+ 'GetServiceConfigurationResult',
20
+ 'AwaitableGetServiceConfigurationResult',
21
+ 'get_service_configuration',
22
+ 'get_service_configuration_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetServiceConfigurationResult:
27
+ """
28
+ The service configuration details associated with the target resource.
29
+ """
30
+ def __init__(__self__, created_at=None, created_by=None, created_by_type=None, id=None, last_modified_at=None, last_modified_by=None, last_modified_by_type=None, name=None, port=None, provisioning_state=None, resource_id=None, service_name=None, system_data=None, type=None):
31
+ if created_at and not isinstance(created_at, str):
32
+ raise TypeError("Expected argument 'created_at' to be a str")
33
+ pulumi.set(__self__, "created_at", created_at)
34
+ if created_by and not isinstance(created_by, str):
35
+ raise TypeError("Expected argument 'created_by' to be a str")
36
+ pulumi.set(__self__, "created_by", created_by)
37
+ if created_by_type and not isinstance(created_by_type, str):
38
+ raise TypeError("Expected argument 'created_by_type' to be a str")
39
+ pulumi.set(__self__, "created_by_type", created_by_type)
40
+ if id and not isinstance(id, str):
41
+ raise TypeError("Expected argument 'id' to be a str")
42
+ pulumi.set(__self__, "id", id)
43
+ if last_modified_at and not isinstance(last_modified_at, str):
44
+ raise TypeError("Expected argument 'last_modified_at' to be a str")
45
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
46
+ if last_modified_by and not isinstance(last_modified_by, str):
47
+ raise TypeError("Expected argument 'last_modified_by' to be a str")
48
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
49
+ if last_modified_by_type and not isinstance(last_modified_by_type, str):
50
+ raise TypeError("Expected argument 'last_modified_by_type' to be a str")
51
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
52
+ if name and not isinstance(name, str):
53
+ raise TypeError("Expected argument 'name' to be a str")
54
+ pulumi.set(__self__, "name", name)
55
+ if port and not isinstance(port, float):
56
+ raise TypeError("Expected argument 'port' to be a float")
57
+ pulumi.set(__self__, "port", port)
58
+ if provisioning_state and not isinstance(provisioning_state, str):
59
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
60
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
61
+ if resource_id and not isinstance(resource_id, str):
62
+ raise TypeError("Expected argument 'resource_id' to be a str")
63
+ pulumi.set(__self__, "resource_id", resource_id)
64
+ if service_name and not isinstance(service_name, str):
65
+ raise TypeError("Expected argument 'service_name' to be a str")
66
+ pulumi.set(__self__, "service_name", service_name)
67
+ if system_data and not isinstance(system_data, dict):
68
+ raise TypeError("Expected argument 'system_data' to be a dict")
69
+ pulumi.set(__self__, "system_data", system_data)
70
+ if type and not isinstance(type, str):
71
+ raise TypeError("Expected argument 'type' to be a str")
72
+ pulumi.set(__self__, "type", type)
73
+
74
+ @property
75
+ @pulumi.getter(name="createdAt")
76
+ def created_at(self) -> Optional[str]:
77
+ """
78
+ The timestamp of resource creation (UTC).
79
+ """
80
+ return pulumi.get(self, "created_at")
81
+
82
+ @property
83
+ @pulumi.getter(name="createdBy")
84
+ def created_by(self) -> Optional[str]:
85
+ """
86
+ The identity that created the resource.
87
+ """
88
+ return pulumi.get(self, "created_by")
89
+
90
+ @property
91
+ @pulumi.getter(name="createdByType")
92
+ def created_by_type(self) -> Optional[str]:
93
+ """
94
+ The type of identity that created the resource.
95
+ """
96
+ return pulumi.get(self, "created_by_type")
97
+
98
+ @property
99
+ @pulumi.getter
100
+ def id(self) -> str:
101
+ """
102
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
103
+ """
104
+ return pulumi.get(self, "id")
105
+
106
+ @property
107
+ @pulumi.getter(name="lastModifiedAt")
108
+ def last_modified_at(self) -> Optional[str]:
109
+ """
110
+ The timestamp of resource last modification (UTC)
111
+ """
112
+ return pulumi.get(self, "last_modified_at")
113
+
114
+ @property
115
+ @pulumi.getter(name="lastModifiedBy")
116
+ def last_modified_by(self) -> Optional[str]:
117
+ """
118
+ The identity that last modified the resource.
119
+ """
120
+ return pulumi.get(self, "last_modified_by")
121
+
122
+ @property
123
+ @pulumi.getter(name="lastModifiedByType")
124
+ def last_modified_by_type(self) -> Optional[str]:
125
+ """
126
+ The type of identity that last modified the resource.
127
+ """
128
+ return pulumi.get(self, "last_modified_by_type")
129
+
130
+ @property
131
+ @pulumi.getter
132
+ def name(self) -> str:
133
+ """
134
+ The name of the resource
135
+ """
136
+ return pulumi.get(self, "name")
137
+
138
+ @property
139
+ @pulumi.getter
140
+ def port(self) -> Optional[float]:
141
+ """
142
+ The port on which service is enabled.
143
+ """
144
+ return pulumi.get(self, "port")
145
+
146
+ @property
147
+ @pulumi.getter(name="provisioningState")
148
+ def provisioning_state(self) -> str:
149
+ """
150
+ The resource provisioning state.
151
+ """
152
+ return pulumi.get(self, "provisioning_state")
153
+
154
+ @property
155
+ @pulumi.getter(name="resourceId")
156
+ def resource_id(self) -> Optional[str]:
157
+ """
158
+ The resource Id of the connectivity endpoint (optional).
159
+ """
160
+ return pulumi.get(self, "resource_id")
161
+
162
+ @property
163
+ @pulumi.getter(name="serviceName")
164
+ def service_name(self) -> str:
165
+ """
166
+ Name of the service.
167
+ """
168
+ return pulumi.get(self, "service_name")
169
+
170
+ @property
171
+ @pulumi.getter(name="systemData")
172
+ def system_data(self) -> 'outputs.SystemDataResponse':
173
+ """
174
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
175
+ """
176
+ return pulumi.get(self, "system_data")
177
+
178
+ @property
179
+ @pulumi.getter
180
+ def type(self) -> str:
181
+ """
182
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
183
+ """
184
+ return pulumi.get(self, "type")
185
+
186
+
187
+ class AwaitableGetServiceConfigurationResult(GetServiceConfigurationResult):
188
+ # pylint: disable=using-constant-test
189
+ def __await__(self):
190
+ if False:
191
+ yield self
192
+ return GetServiceConfigurationResult(
193
+ created_at=self.created_at,
194
+ created_by=self.created_by,
195
+ created_by_type=self.created_by_type,
196
+ id=self.id,
197
+ last_modified_at=self.last_modified_at,
198
+ last_modified_by=self.last_modified_by,
199
+ last_modified_by_type=self.last_modified_by_type,
200
+ name=self.name,
201
+ port=self.port,
202
+ provisioning_state=self.provisioning_state,
203
+ resource_id=self.resource_id,
204
+ service_name=self.service_name,
205
+ system_data=self.system_data,
206
+ type=self.type)
207
+
208
+
209
+ def get_service_configuration(endpoint_name: Optional[str] = None,
210
+ resource_uri: Optional[str] = None,
211
+ service_configuration_name: Optional[str] = None,
212
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceConfigurationResult:
213
+ """
214
+ Gets the details about the service to the resource.
215
+
216
+
217
+ :param str endpoint_name: The endpoint name.
218
+ :param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
219
+ :param str service_configuration_name: The service name.
220
+ """
221
+ __args__ = dict()
222
+ __args__['endpointName'] = endpoint_name
223
+ __args__['resourceUri'] = resource_uri
224
+ __args__['serviceConfigurationName'] = service_configuration_name
225
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
226
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridconnectivity/v20241201:getServiceConfiguration', __args__, opts=opts, typ=GetServiceConfigurationResult).value
227
+
228
+ return AwaitableGetServiceConfigurationResult(
229
+ created_at=pulumi.get(__ret__, 'created_at'),
230
+ created_by=pulumi.get(__ret__, 'created_by'),
231
+ created_by_type=pulumi.get(__ret__, 'created_by_type'),
232
+ id=pulumi.get(__ret__, 'id'),
233
+ last_modified_at=pulumi.get(__ret__, 'last_modified_at'),
234
+ last_modified_by=pulumi.get(__ret__, 'last_modified_by'),
235
+ last_modified_by_type=pulumi.get(__ret__, 'last_modified_by_type'),
236
+ name=pulumi.get(__ret__, 'name'),
237
+ port=pulumi.get(__ret__, 'port'),
238
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
239
+ resource_id=pulumi.get(__ret__, 'resource_id'),
240
+ service_name=pulumi.get(__ret__, 'service_name'),
241
+ system_data=pulumi.get(__ret__, 'system_data'),
242
+ type=pulumi.get(__ret__, 'type'))
243
+
244
+
245
+ @_utilities.lift_output_func(get_service_configuration)
246
+ def get_service_configuration_output(endpoint_name: Optional[pulumi.Input[str]] = None,
247
+ resource_uri: Optional[pulumi.Input[str]] = None,
248
+ service_configuration_name: Optional[pulumi.Input[str]] = None,
249
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceConfigurationResult]:
250
+ """
251
+ Gets the details about the service to the resource.
252
+
253
+
254
+ :param str endpoint_name: The endpoint name.
255
+ :param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
256
+ :param str service_configuration_name: The service name.
257
+ """
258
+ ...
@@ -0,0 +1,159 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'ListEndpointCredentialsResult',
20
+ 'AwaitableListEndpointCredentialsResult',
21
+ 'list_endpoint_credentials',
22
+ 'list_endpoint_credentials_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class ListEndpointCredentialsResult:
27
+ """
28
+ The endpoint access for the target resource.
29
+ """
30
+ def __init__(__self__, access_key=None, expires_on=None, hybrid_connection_name=None, namespace_name=None, namespace_name_suffix=None, service_configuration_token=None):
31
+ if access_key and not isinstance(access_key, str):
32
+ raise TypeError("Expected argument 'access_key' to be a str")
33
+ pulumi.set(__self__, "access_key", access_key)
34
+ if expires_on and not isinstance(expires_on, float):
35
+ raise TypeError("Expected argument 'expires_on' to be a float")
36
+ pulumi.set(__self__, "expires_on", expires_on)
37
+ if hybrid_connection_name and not isinstance(hybrid_connection_name, str):
38
+ raise TypeError("Expected argument 'hybrid_connection_name' to be a str")
39
+ pulumi.set(__self__, "hybrid_connection_name", hybrid_connection_name)
40
+ if namespace_name and not isinstance(namespace_name, str):
41
+ raise TypeError("Expected argument 'namespace_name' to be a str")
42
+ pulumi.set(__self__, "namespace_name", namespace_name)
43
+ if namespace_name_suffix and not isinstance(namespace_name_suffix, str):
44
+ raise TypeError("Expected argument 'namespace_name_suffix' to be a str")
45
+ pulumi.set(__self__, "namespace_name_suffix", namespace_name_suffix)
46
+ if service_configuration_token and not isinstance(service_configuration_token, str):
47
+ raise TypeError("Expected argument 'service_configuration_token' to be a str")
48
+ pulumi.set(__self__, "service_configuration_token", service_configuration_token)
49
+
50
+ @property
51
+ @pulumi.getter(name="accessKey")
52
+ def access_key(self) -> str:
53
+ """
54
+ Access key for hybrid connection.
55
+ """
56
+ return pulumi.get(self, "access_key")
57
+
58
+ @property
59
+ @pulumi.getter(name="expiresOn")
60
+ def expires_on(self) -> Optional[float]:
61
+ """
62
+ The expiration of access key in unix time.
63
+ """
64
+ return pulumi.get(self, "expires_on")
65
+
66
+ @property
67
+ @pulumi.getter(name="hybridConnectionName")
68
+ def hybrid_connection_name(self) -> str:
69
+ """
70
+ Azure Relay hybrid connection name for the resource.
71
+ """
72
+ return pulumi.get(self, "hybrid_connection_name")
73
+
74
+ @property
75
+ @pulumi.getter(name="namespaceName")
76
+ def namespace_name(self) -> str:
77
+ """
78
+ The namespace name.
79
+ """
80
+ return pulumi.get(self, "namespace_name")
81
+
82
+ @property
83
+ @pulumi.getter(name="namespaceNameSuffix")
84
+ def namespace_name_suffix(self) -> str:
85
+ """
86
+ The suffix domain name of relay namespace.
87
+ """
88
+ return pulumi.get(self, "namespace_name_suffix")
89
+
90
+ @property
91
+ @pulumi.getter(name="serviceConfigurationToken")
92
+ def service_configuration_token(self) -> Optional[str]:
93
+ """
94
+ The token to access the enabled service.
95
+ """
96
+ return pulumi.get(self, "service_configuration_token")
97
+
98
+
99
+ class AwaitableListEndpointCredentialsResult(ListEndpointCredentialsResult):
100
+ # pylint: disable=using-constant-test
101
+ def __await__(self):
102
+ if False:
103
+ yield self
104
+ return ListEndpointCredentialsResult(
105
+ access_key=self.access_key,
106
+ expires_on=self.expires_on,
107
+ hybrid_connection_name=self.hybrid_connection_name,
108
+ namespace_name=self.namespace_name,
109
+ namespace_name_suffix=self.namespace_name_suffix,
110
+ service_configuration_token=self.service_configuration_token)
111
+
112
+
113
+ def list_endpoint_credentials(endpoint_name: Optional[str] = None,
114
+ expiresin: Optional[int] = None,
115
+ resource_uri: Optional[str] = None,
116
+ service_name: Optional[Union[str, 'ServiceName']] = None,
117
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListEndpointCredentialsResult:
118
+ """
119
+ Gets the endpoint access credentials to the resource.
120
+
121
+
122
+ :param str endpoint_name: The endpoint name.
123
+ :param int expiresin: The is how long the endpoint access token is valid (in seconds).
124
+ :param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
125
+ :param Union[str, 'ServiceName'] service_name: The name of the service. If not provided, the request will by pass the generation of service configuration token
126
+ """
127
+ __args__ = dict()
128
+ __args__['endpointName'] = endpoint_name
129
+ __args__['expiresin'] = expiresin
130
+ __args__['resourceUri'] = resource_uri
131
+ __args__['serviceName'] = service_name
132
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
133
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridconnectivity/v20241201:listEndpointCredentials', __args__, opts=opts, typ=ListEndpointCredentialsResult).value
134
+
135
+ return AwaitableListEndpointCredentialsResult(
136
+ access_key=pulumi.get(__ret__, 'access_key'),
137
+ expires_on=pulumi.get(__ret__, 'expires_on'),
138
+ hybrid_connection_name=pulumi.get(__ret__, 'hybrid_connection_name'),
139
+ namespace_name=pulumi.get(__ret__, 'namespace_name'),
140
+ namespace_name_suffix=pulumi.get(__ret__, 'namespace_name_suffix'),
141
+ service_configuration_token=pulumi.get(__ret__, 'service_configuration_token'))
142
+
143
+
144
+ @_utilities.lift_output_func(list_endpoint_credentials)
145
+ def list_endpoint_credentials_output(endpoint_name: Optional[pulumi.Input[str]] = None,
146
+ expiresin: Optional[pulumi.Input[Optional[int]]] = None,
147
+ resource_uri: Optional[pulumi.Input[str]] = None,
148
+ service_name: Optional[pulumi.Input[Optional[Union[str, 'ServiceName']]]] = None,
149
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListEndpointCredentialsResult]:
150
+ """
151
+ Gets the endpoint access credentials to the resource.
152
+
153
+
154
+ :param str endpoint_name: The endpoint name.
155
+ :param int expiresin: The is how long the endpoint access token is valid (in seconds).
156
+ :param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
157
+ :param Union[str, 'ServiceName'] service_name: The name of the service. If not provided, the request will by pass the generation of service configuration token
158
+ """
159
+ ...
@@ -0,0 +1,198 @@
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 ._enums import *
17
+
18
+ __all__ = [
19
+ 'ListEndpointIngressGatewayCredentialsResult',
20
+ 'AwaitableListEndpointIngressGatewayCredentialsResult',
21
+ 'list_endpoint_ingress_gateway_credentials',
22
+ 'list_endpoint_ingress_gateway_credentials_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class ListEndpointIngressGatewayCredentialsResult:
27
+ """
28
+ The ingress gateway access credentials
29
+ """
30
+ def __init__(__self__, access_key=None, expires_on=None, hostname=None, hybrid_connection_name=None, namespace_name=None, namespace_name_suffix=None, server_id=None, service_configuration_token=None, tenant_id=None):
31
+ if access_key and not isinstance(access_key, str):
32
+ raise TypeError("Expected argument 'access_key' to be a str")
33
+ pulumi.set(__self__, "access_key", access_key)
34
+ if expires_on and not isinstance(expires_on, float):
35
+ raise TypeError("Expected argument 'expires_on' to be a float")
36
+ pulumi.set(__self__, "expires_on", expires_on)
37
+ if hostname and not isinstance(hostname, str):
38
+ raise TypeError("Expected argument 'hostname' to be a str")
39
+ pulumi.set(__self__, "hostname", hostname)
40
+ if hybrid_connection_name and not isinstance(hybrid_connection_name, str):
41
+ raise TypeError("Expected argument 'hybrid_connection_name' to be a str")
42
+ pulumi.set(__self__, "hybrid_connection_name", hybrid_connection_name)
43
+ if namespace_name and not isinstance(namespace_name, str):
44
+ raise TypeError("Expected argument 'namespace_name' to be a str")
45
+ pulumi.set(__self__, "namespace_name", namespace_name)
46
+ if namespace_name_suffix and not isinstance(namespace_name_suffix, str):
47
+ raise TypeError("Expected argument 'namespace_name_suffix' to be a str")
48
+ pulumi.set(__self__, "namespace_name_suffix", namespace_name_suffix)
49
+ if server_id and not isinstance(server_id, str):
50
+ raise TypeError("Expected argument 'server_id' to be a str")
51
+ pulumi.set(__self__, "server_id", server_id)
52
+ if service_configuration_token and not isinstance(service_configuration_token, str):
53
+ raise TypeError("Expected argument 'service_configuration_token' to be a str")
54
+ pulumi.set(__self__, "service_configuration_token", service_configuration_token)
55
+ if tenant_id and not isinstance(tenant_id, str):
56
+ raise TypeError("Expected argument 'tenant_id' to be a str")
57
+ pulumi.set(__self__, "tenant_id", tenant_id)
58
+
59
+ @property
60
+ @pulumi.getter(name="accessKey")
61
+ def access_key(self) -> str:
62
+ """
63
+ Access key for hybrid connection.
64
+ """
65
+ return pulumi.get(self, "access_key")
66
+
67
+ @property
68
+ @pulumi.getter(name="expiresOn")
69
+ def expires_on(self) -> Optional[float]:
70
+ """
71
+ The expiration of access key in unix time.
72
+ """
73
+ return pulumi.get(self, "expires_on")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def hostname(self) -> str:
78
+ """
79
+ The ingress hostname.
80
+ """
81
+ return pulumi.get(self, "hostname")
82
+
83
+ @property
84
+ @pulumi.getter(name="hybridConnectionName")
85
+ def hybrid_connection_name(self) -> str:
86
+ """
87
+ Azure Relay hybrid connection name for the resource.
88
+ """
89
+ return pulumi.get(self, "hybrid_connection_name")
90
+
91
+ @property
92
+ @pulumi.getter(name="namespaceName")
93
+ def namespace_name(self) -> str:
94
+ """
95
+ The namespace name.
96
+ """
97
+ return pulumi.get(self, "namespace_name")
98
+
99
+ @property
100
+ @pulumi.getter(name="namespaceNameSuffix")
101
+ def namespace_name_suffix(self) -> str:
102
+ """
103
+ The suffix domain name of relay namespace.
104
+ """
105
+ return pulumi.get(self, "namespace_name_suffix")
106
+
107
+ @property
108
+ @pulumi.getter(name="serverId")
109
+ def server_id(self) -> str:
110
+ """
111
+ The arc ingress gateway server app id.
112
+ """
113
+ return pulumi.get(self, "server_id")
114
+
115
+ @property
116
+ @pulumi.getter(name="serviceConfigurationToken")
117
+ def service_configuration_token(self) -> Optional[str]:
118
+ """
119
+ The token to access the enabled service.
120
+ """
121
+ return pulumi.get(self, "service_configuration_token")
122
+
123
+ @property
124
+ @pulumi.getter(name="tenantId")
125
+ def tenant_id(self) -> str:
126
+ """
127
+ The target resource home tenant id.
128
+ """
129
+ return pulumi.get(self, "tenant_id")
130
+
131
+
132
+ class AwaitableListEndpointIngressGatewayCredentialsResult(ListEndpointIngressGatewayCredentialsResult):
133
+ # pylint: disable=using-constant-test
134
+ def __await__(self):
135
+ if False:
136
+ yield self
137
+ return ListEndpointIngressGatewayCredentialsResult(
138
+ access_key=self.access_key,
139
+ expires_on=self.expires_on,
140
+ hostname=self.hostname,
141
+ hybrid_connection_name=self.hybrid_connection_name,
142
+ namespace_name=self.namespace_name,
143
+ namespace_name_suffix=self.namespace_name_suffix,
144
+ server_id=self.server_id,
145
+ service_configuration_token=self.service_configuration_token,
146
+ tenant_id=self.tenant_id)
147
+
148
+
149
+ def list_endpoint_ingress_gateway_credentials(endpoint_name: Optional[str] = None,
150
+ expiresin: Optional[int] = None,
151
+ resource_uri: Optional[str] = None,
152
+ service_name: Optional[Union[str, 'ServiceName']] = None,
153
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListEndpointIngressGatewayCredentialsResult:
154
+ """
155
+ Gets the ingress gateway endpoint credentials
156
+
157
+
158
+ :param str endpoint_name: The endpoint name.
159
+ :param int expiresin: The is how long the endpoint access token is valid (in seconds).
160
+ :param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
161
+ :param Union[str, 'ServiceName'] service_name: The name of the service.
162
+ """
163
+ __args__ = dict()
164
+ __args__['endpointName'] = endpoint_name
165
+ __args__['expiresin'] = expiresin
166
+ __args__['resourceUri'] = resource_uri
167
+ __args__['serviceName'] = service_name
168
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
169
+ __ret__ = pulumi.runtime.invoke('azure-native:hybridconnectivity/v20241201:listEndpointIngressGatewayCredentials', __args__, opts=opts, typ=ListEndpointIngressGatewayCredentialsResult).value
170
+
171
+ return AwaitableListEndpointIngressGatewayCredentialsResult(
172
+ access_key=pulumi.get(__ret__, 'access_key'),
173
+ expires_on=pulumi.get(__ret__, 'expires_on'),
174
+ hostname=pulumi.get(__ret__, 'hostname'),
175
+ hybrid_connection_name=pulumi.get(__ret__, 'hybrid_connection_name'),
176
+ namespace_name=pulumi.get(__ret__, 'namespace_name'),
177
+ namespace_name_suffix=pulumi.get(__ret__, 'namespace_name_suffix'),
178
+ server_id=pulumi.get(__ret__, 'server_id'),
179
+ service_configuration_token=pulumi.get(__ret__, 'service_configuration_token'),
180
+ tenant_id=pulumi.get(__ret__, 'tenant_id'))
181
+
182
+
183
+ @_utilities.lift_output_func(list_endpoint_ingress_gateway_credentials)
184
+ def list_endpoint_ingress_gateway_credentials_output(endpoint_name: Optional[pulumi.Input[str]] = None,
185
+ expiresin: Optional[pulumi.Input[Optional[int]]] = None,
186
+ resource_uri: Optional[pulumi.Input[str]] = None,
187
+ service_name: Optional[pulumi.Input[Optional[Union[str, 'ServiceName']]]] = None,
188
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListEndpointIngressGatewayCredentialsResult]:
189
+ """
190
+ Gets the ingress gateway endpoint credentials
191
+
192
+
193
+ :param str endpoint_name: The endpoint name.
194
+ :param int expiresin: The is how long the endpoint access token is valid (in seconds).
195
+ :param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
196
+ :param Union[str, 'ServiceName'] service_name: The name of the service.
197
+ """
198
+ ...