pulumi-azure-native 2.84.0a1737649952__py3-none-any.whl → 2.84.0a1737706742__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 (96) hide show
  1. pulumi_azure_native/__init__.py +39 -0
  2. pulumi_azure_native/dashboard/__init__.py +3 -0
  3. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  4. pulumi_azure_native/dashboard/get_integration_fabric.py +4 -0
  5. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  6. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/dashboard/grafana.py +3 -3
  8. pulumi_azure_native/dashboard/integration_fabric.py +5 -1
  9. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  10. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  11. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  12. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  13. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  14. pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
  15. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
  16. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
  17. pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
  18. pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
  19. pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
  20. pulumi_azure_native/dashboard/v20231001preview/grafana.py +1 -1
  21. pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +1 -1
  22. pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +1 -1
  23. pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +1 -1
  24. pulumi_azure_native/dashboard/v20241001/__init__.py +18 -0
  25. pulumi_azure_native/dashboard/v20241001/_enums.py +93 -0
  26. pulumi_azure_native/dashboard/v20241001/_inputs.py +1009 -0
  27. pulumi_azure_native/dashboard/v20241001/get_grafana.py +199 -0
  28. pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py +174 -0
  29. pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py +275 -0
  30. pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py +191 -0
  31. pulumi_azure_native/dashboard/v20241001/grafana.py +316 -0
  32. pulumi_azure_native/dashboard/v20241001/integration_fabric.py +270 -0
  33. pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py +423 -0
  34. pulumi_azure_native/dashboard/v20241001/outputs.py +1332 -0
  35. pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py +271 -0
  36. pulumi_azure_native/datafactory/_enums.py +8 -0
  37. pulumi_azure_native/datafactory/_inputs.py +180 -0
  38. pulumi_azure_native/datafactory/outputs.py +117 -1
  39. pulumi_azure_native/datafactory/v20180601/_enums.py +8 -0
  40. pulumi_azure_native/datafactory/v20180601/_inputs.py +180 -0
  41. pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1
  42. pulumi_azure_native/insights/__init__.py +6 -0
  43. pulumi_azure_native/insights/get_private_endpoint_connection.py +2 -2
  44. pulumi_azure_native/insights/get_private_link_scope.py +2 -2
  45. pulumi_azure_native/insights/get_private_link_scoped_resource.py +4 -0
  46. pulumi_azure_native/insights/private_endpoint_connection.py +3 -3
  47. pulumi_azure_native/insights/private_link_scope.py +3 -3
  48. pulumi_azure_native/insights/private_link_scoped_resource.py +5 -1
  49. pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/insights/v20191017preview/private_link_scope.py +1 -1
  51. pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/insights/v20210701preview/private_link_scope.py +1 -1
  53. pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py +1 -1
  54. pulumi_azure_native/insights/v20210901/__init__.py +16 -0
  55. pulumi_azure_native/insights/v20210901/_enums.py +27 -0
  56. pulumi_azure_native/insights/v20210901/_inputs.py +254 -0
  57. pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py +163 -0
  58. pulumi_azure_native/insights/v20210901/get_private_link_scope.py +199 -0
  59. pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py +163 -0
  60. pulumi_azure_native/insights/v20210901/outputs.py +454 -0
  61. pulumi_azure_native/insights/v20210901/private_endpoint_connection.py +232 -0
  62. pulumi_azure_native/insights/v20210901/private_link_scope.py +279 -0
  63. pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py +228 -0
  64. pulumi_azure_native/insights/v20230601preview/__init__.py +16 -0
  65. pulumi_azure_native/insights/v20230601preview/_enums.py +36 -0
  66. pulumi_azure_native/insights/v20230601preview/_inputs.py +254 -0
  67. pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py +163 -0
  68. pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py +199 -0
  69. pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py +191 -0
  70. pulumi_azure_native/insights/v20230601preview/outputs.py +454 -0
  71. pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py +232 -0
  72. pulumi_azure_native/insights/v20230601preview/private_link_scope.py +279 -0
  73. pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py +287 -0
  74. pulumi_azure_native/pulumi-plugin.json +1 -1
  75. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  76. pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py +2 -2
  77. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py +2 -2
  78. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py +2 -2
  79. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +3 -3
  80. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  81. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  82. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  83. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +1 -1
  84. pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py +1 -1
  85. pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py +14 -0
  86. pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py +78 -0
  87. pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py +910 -0
  88. pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py +325 -0
  89. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py +86 -0
  90. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py +100 -0
  91. pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py +539 -0
  92. pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py +1062 -0
  93. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/METADATA +1 -1
  94. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/RECORD +96 -56
  95. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/WHEEL +0 -0
  96. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,199 @@
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
+ 'GetGrafanaResult',
20
+ 'AwaitableGetGrafanaResult',
21
+ 'get_grafana',
22
+ 'get_grafana_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetGrafanaResult:
27
+ """
28
+ The grafana resource type.
29
+ """
30
+ def __init__(__self__, id=None, identity=None, location=None, name=None, properties=None, sku=None, system_data=None, tags=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 identity and not isinstance(identity, dict):
35
+ raise TypeError("Expected argument 'identity' to be a dict")
36
+ pulumi.set(__self__, "identity", identity)
37
+ if location and not isinstance(location, str):
38
+ raise TypeError("Expected argument 'location' to be a str")
39
+ pulumi.set(__self__, "location", location)
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 properties and not isinstance(properties, dict):
44
+ raise TypeError("Expected argument 'properties' to be a dict")
45
+ pulumi.set(__self__, "properties", properties)
46
+ if sku and not isinstance(sku, dict):
47
+ raise TypeError("Expected argument 'sku' to be a dict")
48
+ pulumi.set(__self__, "sku", sku)
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 tags and not isinstance(tags, dict):
53
+ raise TypeError("Expected argument 'tags' to be a dict")
54
+ pulumi.set(__self__, "tags", tags)
55
+ if type and not isinstance(type, str):
56
+ raise TypeError("Expected argument 'type' to be a str")
57
+ pulumi.set(__self__, "type", type)
58
+
59
+ @property
60
+ @pulumi.getter
61
+ def id(self) -> str:
62
+ """
63
+ ARM id of the grafana resource
64
+ """
65
+ return pulumi.get(self, "id")
66
+
67
+ @property
68
+ @pulumi.getter
69
+ def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
70
+ """
71
+ The managed identity of the grafana resource.
72
+ """
73
+ return pulumi.get(self, "identity")
74
+
75
+ @property
76
+ @pulumi.getter
77
+ def location(self) -> Optional[str]:
78
+ """
79
+ The geo-location where the grafana resource lives
80
+ """
81
+ return pulumi.get(self, "location")
82
+
83
+ @property
84
+ @pulumi.getter
85
+ def name(self) -> str:
86
+ """
87
+ Name of the grafana resource.
88
+ """
89
+ return pulumi.get(self, "name")
90
+
91
+ @property
92
+ @pulumi.getter
93
+ def properties(self) -> 'outputs.ManagedGrafanaPropertiesResponse':
94
+ """
95
+ Properties specific to the grafana resource.
96
+ """
97
+ return pulumi.get(self, "properties")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def sku(self) -> Optional['outputs.ResourceSkuResponse']:
102
+ """
103
+ The Sku of the grafana resource.
104
+ """
105
+ return pulumi.get(self, "sku")
106
+
107
+ @property
108
+ @pulumi.getter(name="systemData")
109
+ def system_data(self) -> 'outputs.SystemDataResponse':
110
+ """
111
+ The system meta data relating to this grafana resource.
112
+ """
113
+ return pulumi.get(self, "system_data")
114
+
115
+ @property
116
+ @pulumi.getter
117
+ def tags(self) -> Optional[Mapping[str, str]]:
118
+ """
119
+ The tags for grafana resource.
120
+ """
121
+ return pulumi.get(self, "tags")
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def type(self) -> str:
126
+ """
127
+ The type of the grafana resource.
128
+ """
129
+ return pulumi.get(self, "type")
130
+
131
+
132
+ class AwaitableGetGrafanaResult(GetGrafanaResult):
133
+ # pylint: disable=using-constant-test
134
+ def __await__(self):
135
+ if False:
136
+ yield self
137
+ return GetGrafanaResult(
138
+ id=self.id,
139
+ identity=self.identity,
140
+ location=self.location,
141
+ name=self.name,
142
+ properties=self.properties,
143
+ sku=self.sku,
144
+ system_data=self.system_data,
145
+ tags=self.tags,
146
+ type=self.type)
147
+
148
+
149
+ def get_grafana(resource_group_name: Optional[str] = None,
150
+ workspace_name: Optional[str] = None,
151
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGrafanaResult:
152
+ """
153
+ The grafana resource type.
154
+
155
+
156
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
157
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
158
+ """
159
+ __args__ = dict()
160
+ __args__['resourceGroupName'] = resource_group_name
161
+ __args__['workspaceName'] = workspace_name
162
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
163
+ __ret__ = pulumi.runtime.invoke('azure-native:dashboard/v20241001:getGrafana', __args__, opts=opts, typ=GetGrafanaResult).value
164
+
165
+ return AwaitableGetGrafanaResult(
166
+ id=pulumi.get(__ret__, 'id'),
167
+ identity=pulumi.get(__ret__, 'identity'),
168
+ location=pulumi.get(__ret__, 'location'),
169
+ name=pulumi.get(__ret__, 'name'),
170
+ properties=pulumi.get(__ret__, 'properties'),
171
+ sku=pulumi.get(__ret__, 'sku'),
172
+ system_data=pulumi.get(__ret__, 'system_data'),
173
+ tags=pulumi.get(__ret__, 'tags'),
174
+ type=pulumi.get(__ret__, 'type'))
175
+ def get_grafana_output(resource_group_name: Optional[pulumi.Input[str]] = None,
176
+ workspace_name: Optional[pulumi.Input[str]] = None,
177
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGrafanaResult]:
178
+ """
179
+ The grafana resource type.
180
+
181
+
182
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
183
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
184
+ """
185
+ __args__ = dict()
186
+ __args__['resourceGroupName'] = resource_group_name
187
+ __args__['workspaceName'] = workspace_name
188
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
189
+ __ret__ = pulumi.runtime.invoke_output('azure-native:dashboard/v20241001:getGrafana', __args__, opts=opts, typ=GetGrafanaResult)
190
+ return __ret__.apply(lambda __response__: GetGrafanaResult(
191
+ id=pulumi.get(__response__, 'id'),
192
+ identity=pulumi.get(__response__, 'identity'),
193
+ location=pulumi.get(__response__, 'location'),
194
+ name=pulumi.get(__response__, 'name'),
195
+ properties=pulumi.get(__response__, 'properties'),
196
+ sku=pulumi.get(__response__, 'sku'),
197
+ system_data=pulumi.get(__response__, 'system_data'),
198
+ tags=pulumi.get(__response__, 'tags'),
199
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,174 @@
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
+ 'GetIntegrationFabricResult',
20
+ 'AwaitableGetIntegrationFabricResult',
21
+ 'get_integration_fabric',
22
+ 'get_integration_fabric_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetIntegrationFabricResult:
27
+ """
28
+ The integration fabric resource type.
29
+ """
30
+ def __init__(__self__, id=None, location=None, name=None, properties=None, system_data=None, tags=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 location and not isinstance(location, str):
35
+ raise TypeError("Expected argument 'location' to be a str")
36
+ pulumi.set(__self__, "location", location)
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 properties and not isinstance(properties, dict):
41
+ raise TypeError("Expected argument 'properties' to be a dict")
42
+ pulumi.set(__self__, "properties", properties)
43
+ if system_data and not isinstance(system_data, dict):
44
+ raise TypeError("Expected argument 'system_data' to be a dict")
45
+ pulumi.set(__self__, "system_data", system_data)
46
+ if tags and not isinstance(tags, dict):
47
+ raise TypeError("Expected argument 'tags' to be a dict")
48
+ pulumi.set(__self__, "tags", tags)
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
55
+ def id(self) -> str:
56
+ """
57
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
58
+ """
59
+ return pulumi.get(self, "id")
60
+
61
+ @property
62
+ @pulumi.getter
63
+ def location(self) -> str:
64
+ """
65
+ The geo-location where the resource lives
66
+ """
67
+ return pulumi.get(self, "location")
68
+
69
+ @property
70
+ @pulumi.getter
71
+ def name(self) -> str:
72
+ """
73
+ The name of the resource
74
+ """
75
+ return pulumi.get(self, "name")
76
+
77
+ @property
78
+ @pulumi.getter
79
+ def properties(self) -> 'outputs.IntegrationFabricPropertiesResponse':
80
+ return pulumi.get(self, "properties")
81
+
82
+ @property
83
+ @pulumi.getter(name="systemData")
84
+ def system_data(self) -> 'outputs.SystemDataResponse':
85
+ """
86
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
87
+ """
88
+ return pulumi.get(self, "system_data")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def tags(self) -> Optional[Mapping[str, str]]:
93
+ """
94
+ Resource tags.
95
+ """
96
+ return pulumi.get(self, "tags")
97
+
98
+ @property
99
+ @pulumi.getter
100
+ def type(self) -> str:
101
+ """
102
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
103
+ """
104
+ return pulumi.get(self, "type")
105
+
106
+
107
+ class AwaitableGetIntegrationFabricResult(GetIntegrationFabricResult):
108
+ # pylint: disable=using-constant-test
109
+ def __await__(self):
110
+ if False:
111
+ yield self
112
+ return GetIntegrationFabricResult(
113
+ id=self.id,
114
+ location=self.location,
115
+ name=self.name,
116
+ properties=self.properties,
117
+ system_data=self.system_data,
118
+ tags=self.tags,
119
+ type=self.type)
120
+
121
+
122
+ def get_integration_fabric(integration_fabric_name: Optional[str] = None,
123
+ resource_group_name: Optional[str] = None,
124
+ workspace_name: Optional[str] = None,
125
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIntegrationFabricResult:
126
+ """
127
+ The integration fabric resource type.
128
+
129
+
130
+ :param str integration_fabric_name: The integration fabric name of Azure Managed Grafana.
131
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
132
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
133
+ """
134
+ __args__ = dict()
135
+ __args__['integrationFabricName'] = integration_fabric_name
136
+ __args__['resourceGroupName'] = resource_group_name
137
+ __args__['workspaceName'] = workspace_name
138
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
139
+ __ret__ = pulumi.runtime.invoke('azure-native:dashboard/v20241001:getIntegrationFabric', __args__, opts=opts, typ=GetIntegrationFabricResult).value
140
+
141
+ return AwaitableGetIntegrationFabricResult(
142
+ id=pulumi.get(__ret__, 'id'),
143
+ location=pulumi.get(__ret__, 'location'),
144
+ name=pulumi.get(__ret__, 'name'),
145
+ properties=pulumi.get(__ret__, 'properties'),
146
+ system_data=pulumi.get(__ret__, 'system_data'),
147
+ tags=pulumi.get(__ret__, 'tags'),
148
+ type=pulumi.get(__ret__, 'type'))
149
+ def get_integration_fabric_output(integration_fabric_name: Optional[pulumi.Input[str]] = None,
150
+ resource_group_name: Optional[pulumi.Input[str]] = None,
151
+ workspace_name: Optional[pulumi.Input[str]] = None,
152
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIntegrationFabricResult]:
153
+ """
154
+ The integration fabric resource type.
155
+
156
+
157
+ :param str integration_fabric_name: The integration fabric name of Azure Managed Grafana.
158
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
159
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
160
+ """
161
+ __args__ = dict()
162
+ __args__['integrationFabricName'] = integration_fabric_name
163
+ __args__['resourceGroupName'] = resource_group_name
164
+ __args__['workspaceName'] = workspace_name
165
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
166
+ __ret__ = pulumi.runtime.invoke_output('azure-native:dashboard/v20241001:getIntegrationFabric', __args__, opts=opts, typ=GetIntegrationFabricResult)
167
+ return __ret__.apply(lambda __response__: GetIntegrationFabricResult(
168
+ id=pulumi.get(__response__, 'id'),
169
+ location=pulumi.get(__response__, 'location'),
170
+ name=pulumi.get(__response__, 'name'),
171
+ properties=pulumi.get(__response__, 'properties'),
172
+ system_data=pulumi.get(__response__, 'system_data'),
173
+ tags=pulumi.get(__response__, 'tags'),
174
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,275 @@
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
+ 'GetManagedPrivateEndpointResult',
20
+ 'AwaitableGetManagedPrivateEndpointResult',
21
+ 'get_managed_private_endpoint',
22
+ 'get_managed_private_endpoint_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetManagedPrivateEndpointResult:
27
+ """
28
+ The managed private endpoint resource type.
29
+ """
30
+ def __init__(__self__, connection_state=None, group_ids=None, id=None, location=None, name=None, private_link_resource_id=None, private_link_resource_region=None, private_link_service_private_ip=None, private_link_service_url=None, provisioning_state=None, request_message=None, system_data=None, tags=None, type=None):
31
+ if connection_state and not isinstance(connection_state, dict):
32
+ raise TypeError("Expected argument 'connection_state' to be a dict")
33
+ pulumi.set(__self__, "connection_state", connection_state)
34
+ if group_ids and not isinstance(group_ids, list):
35
+ raise TypeError("Expected argument 'group_ids' to be a list")
36
+ pulumi.set(__self__, "group_ids", group_ids)
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 location and not isinstance(location, str):
41
+ raise TypeError("Expected argument 'location' to be a str")
42
+ pulumi.set(__self__, "location", location)
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 private_link_resource_id and not isinstance(private_link_resource_id, str):
47
+ raise TypeError("Expected argument 'private_link_resource_id' to be a str")
48
+ pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
49
+ if private_link_resource_region and not isinstance(private_link_resource_region, str):
50
+ raise TypeError("Expected argument 'private_link_resource_region' to be a str")
51
+ pulumi.set(__self__, "private_link_resource_region", private_link_resource_region)
52
+ if private_link_service_private_ip and not isinstance(private_link_service_private_ip, str):
53
+ raise TypeError("Expected argument 'private_link_service_private_ip' to be a str")
54
+ pulumi.set(__self__, "private_link_service_private_ip", private_link_service_private_ip)
55
+ if private_link_service_url and not isinstance(private_link_service_url, str):
56
+ raise TypeError("Expected argument 'private_link_service_url' to be a str")
57
+ pulumi.set(__self__, "private_link_service_url", private_link_service_url)
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 request_message and not isinstance(request_message, str):
62
+ raise TypeError("Expected argument 'request_message' to be a str")
63
+ pulumi.set(__self__, "request_message", request_message)
64
+ if system_data and not isinstance(system_data, dict):
65
+ raise TypeError("Expected argument 'system_data' to be a dict")
66
+ pulumi.set(__self__, "system_data", system_data)
67
+ if tags and not isinstance(tags, dict):
68
+ raise TypeError("Expected argument 'tags' to be a dict")
69
+ pulumi.set(__self__, "tags", tags)
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="connectionState")
76
+ def connection_state(self) -> 'outputs.ManagedPrivateEndpointConnectionStateResponse':
77
+ """
78
+ The state of managed private endpoint connection.
79
+ """
80
+ return pulumi.get(self, "connection_state")
81
+
82
+ @property
83
+ @pulumi.getter(name="groupIds")
84
+ def group_ids(self) -> Optional[Sequence[str]]:
85
+ """
86
+ The group Ids of the managed private endpoint.
87
+ """
88
+ return pulumi.get(self, "group_ids")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def id(self) -> str:
93
+ """
94
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
95
+ """
96
+ return pulumi.get(self, "id")
97
+
98
+ @property
99
+ @pulumi.getter
100
+ def location(self) -> str:
101
+ """
102
+ The geo-location where the resource lives
103
+ """
104
+ return pulumi.get(self, "location")
105
+
106
+ @property
107
+ @pulumi.getter
108
+ def name(self) -> str:
109
+ """
110
+ The name of the resource
111
+ """
112
+ return pulumi.get(self, "name")
113
+
114
+ @property
115
+ @pulumi.getter(name="privateLinkResourceId")
116
+ def private_link_resource_id(self) -> Optional[str]:
117
+ """
118
+ The ARM resource ID of the resource for which the managed private endpoint is pointing to.
119
+ """
120
+ return pulumi.get(self, "private_link_resource_id")
121
+
122
+ @property
123
+ @pulumi.getter(name="privateLinkResourceRegion")
124
+ def private_link_resource_region(self) -> Optional[str]:
125
+ """
126
+ The region of the resource to which the managed private endpoint is pointing to.
127
+ """
128
+ return pulumi.get(self, "private_link_resource_region")
129
+
130
+ @property
131
+ @pulumi.getter(name="privateLinkServicePrivateIP")
132
+ def private_link_service_private_ip(self) -> str:
133
+ """
134
+ The private IP of private endpoint after approval. This property is empty before connection is approved.
135
+ """
136
+ return pulumi.get(self, "private_link_service_private_ip")
137
+
138
+ @property
139
+ @pulumi.getter(name="privateLinkServiceUrl")
140
+ def private_link_service_url(self) -> Optional[str]:
141
+ """
142
+ The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
143
+ """
144
+ return pulumi.get(self, "private_link_service_url")
145
+
146
+ @property
147
+ @pulumi.getter(name="provisioningState")
148
+ def provisioning_state(self) -> str:
149
+ """
150
+ Provisioning state of the resource.
151
+ """
152
+ return pulumi.get(self, "provisioning_state")
153
+
154
+ @property
155
+ @pulumi.getter(name="requestMessage")
156
+ def request_message(self) -> Optional[str]:
157
+ """
158
+ User input request message of the managed private endpoint.
159
+ """
160
+ return pulumi.get(self, "request_message")
161
+
162
+ @property
163
+ @pulumi.getter(name="systemData")
164
+ def system_data(self) -> 'outputs.SystemDataResponse':
165
+ """
166
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
167
+ """
168
+ return pulumi.get(self, "system_data")
169
+
170
+ @property
171
+ @pulumi.getter
172
+ def tags(self) -> Optional[Mapping[str, str]]:
173
+ """
174
+ Resource tags.
175
+ """
176
+ return pulumi.get(self, "tags")
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 AwaitableGetManagedPrivateEndpointResult(GetManagedPrivateEndpointResult):
188
+ # pylint: disable=using-constant-test
189
+ def __await__(self):
190
+ if False:
191
+ yield self
192
+ return GetManagedPrivateEndpointResult(
193
+ connection_state=self.connection_state,
194
+ group_ids=self.group_ids,
195
+ id=self.id,
196
+ location=self.location,
197
+ name=self.name,
198
+ private_link_resource_id=self.private_link_resource_id,
199
+ private_link_resource_region=self.private_link_resource_region,
200
+ private_link_service_private_ip=self.private_link_service_private_ip,
201
+ private_link_service_url=self.private_link_service_url,
202
+ provisioning_state=self.provisioning_state,
203
+ request_message=self.request_message,
204
+ system_data=self.system_data,
205
+ tags=self.tags,
206
+ type=self.type)
207
+
208
+
209
+ def get_managed_private_endpoint(managed_private_endpoint_name: Optional[str] = None,
210
+ resource_group_name: Optional[str] = None,
211
+ workspace_name: Optional[str] = None,
212
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetManagedPrivateEndpointResult:
213
+ """
214
+ The managed private endpoint resource type.
215
+
216
+
217
+ :param str managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
218
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
219
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
220
+ """
221
+ __args__ = dict()
222
+ __args__['managedPrivateEndpointName'] = managed_private_endpoint_name
223
+ __args__['resourceGroupName'] = resource_group_name
224
+ __args__['workspaceName'] = workspace_name
225
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
226
+ __ret__ = pulumi.runtime.invoke('azure-native:dashboard/v20241001:getManagedPrivateEndpoint', __args__, opts=opts, typ=GetManagedPrivateEndpointResult).value
227
+
228
+ return AwaitableGetManagedPrivateEndpointResult(
229
+ connection_state=pulumi.get(__ret__, 'connection_state'),
230
+ group_ids=pulumi.get(__ret__, 'group_ids'),
231
+ id=pulumi.get(__ret__, 'id'),
232
+ location=pulumi.get(__ret__, 'location'),
233
+ name=pulumi.get(__ret__, 'name'),
234
+ private_link_resource_id=pulumi.get(__ret__, 'private_link_resource_id'),
235
+ private_link_resource_region=pulumi.get(__ret__, 'private_link_resource_region'),
236
+ private_link_service_private_ip=pulumi.get(__ret__, 'private_link_service_private_ip'),
237
+ private_link_service_url=pulumi.get(__ret__, 'private_link_service_url'),
238
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
239
+ request_message=pulumi.get(__ret__, 'request_message'),
240
+ system_data=pulumi.get(__ret__, 'system_data'),
241
+ tags=pulumi.get(__ret__, 'tags'),
242
+ type=pulumi.get(__ret__, 'type'))
243
+ def get_managed_private_endpoint_output(managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
244
+ resource_group_name: Optional[pulumi.Input[str]] = None,
245
+ workspace_name: Optional[pulumi.Input[str]] = None,
246
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetManagedPrivateEndpointResult]:
247
+ """
248
+ The managed private endpoint resource type.
249
+
250
+
251
+ :param str managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
252
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
253
+ :param str workspace_name: The workspace name of Azure Managed Grafana.
254
+ """
255
+ __args__ = dict()
256
+ __args__['managedPrivateEndpointName'] = managed_private_endpoint_name
257
+ __args__['resourceGroupName'] = resource_group_name
258
+ __args__['workspaceName'] = workspace_name
259
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
260
+ __ret__ = pulumi.runtime.invoke_output('azure-native:dashboard/v20241001:getManagedPrivateEndpoint', __args__, opts=opts, typ=GetManagedPrivateEndpointResult)
261
+ return __ret__.apply(lambda __response__: GetManagedPrivateEndpointResult(
262
+ connection_state=pulumi.get(__response__, 'connection_state'),
263
+ group_ids=pulumi.get(__response__, 'group_ids'),
264
+ id=pulumi.get(__response__, 'id'),
265
+ location=pulumi.get(__response__, 'location'),
266
+ name=pulumi.get(__response__, 'name'),
267
+ private_link_resource_id=pulumi.get(__response__, 'private_link_resource_id'),
268
+ private_link_resource_region=pulumi.get(__response__, 'private_link_resource_region'),
269
+ private_link_service_private_ip=pulumi.get(__response__, 'private_link_service_private_ip'),
270
+ private_link_service_url=pulumi.get(__response__, 'private_link_service_url'),
271
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
272
+ request_message=pulumi.get(__response__, 'request_message'),
273
+ system_data=pulumi.get(__response__, 'system_data'),
274
+ tags=pulumi.get(__response__, 'tags'),
275
+ type=pulumi.get(__response__, 'type')))