pulumi-azure-native 2.83.0a1737355563__py3-none-any.whl → 2.84.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 (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.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/METADATA +1 -1
  94. {pulumi_azure_native-2.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/RECORD +96 -56
  95. {pulumi_azure_native-2.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/WHEEL +0 -0
  96. {pulumi_azure_native-2.83.0a1737355563.dist-info → pulumi_azure_native-2.84.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,163 @@
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
+ 'GetPrivateLinkScopedResourceResult',
20
+ 'AwaitableGetPrivateLinkScopedResourceResult',
21
+ 'get_private_link_scoped_resource',
22
+ 'get_private_link_scoped_resource_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetPrivateLinkScopedResourceResult:
27
+ """
28
+ A private link scoped resource
29
+ """
30
+ def __init__(__self__, id=None, linked_resource_id=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 linked_resource_id and not isinstance(linked_resource_id, str):
35
+ raise TypeError("Expected argument 'linked_resource_id' to be a str")
36
+ pulumi.set(__self__, "linked_resource_id", linked_resource_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 provisioning_state and not isinstance(provisioning_state, str):
41
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
42
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
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 type and not isinstance(type, str):
47
+ raise TypeError("Expected argument 'type' to be a str")
48
+ pulumi.set(__self__, "type", type)
49
+
50
+ @property
51
+ @pulumi.getter
52
+ def id(self) -> str:
53
+ """
54
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
55
+ """
56
+ return pulumi.get(self, "id")
57
+
58
+ @property
59
+ @pulumi.getter(name="linkedResourceId")
60
+ def linked_resource_id(self) -> Optional[str]:
61
+ """
62
+ The resource id of the scoped Azure monitor resource.
63
+ """
64
+ return pulumi.get(self, "linked_resource_id")
65
+
66
+ @property
67
+ @pulumi.getter
68
+ def name(self) -> str:
69
+ """
70
+ The name of the resource
71
+ """
72
+ return pulumi.get(self, "name")
73
+
74
+ @property
75
+ @pulumi.getter(name="provisioningState")
76
+ def provisioning_state(self) -> str:
77
+ """
78
+ State of the Azure monitor resource.
79
+ """
80
+ return pulumi.get(self, "provisioning_state")
81
+
82
+ @property
83
+ @pulumi.getter(name="systemData")
84
+ def system_data(self) -> 'outputs.SystemDataResponse':
85
+ """
86
+ System data
87
+ """
88
+ return pulumi.get(self, "system_data")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ def type(self) -> str:
93
+ """
94
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
95
+ """
96
+ return pulumi.get(self, "type")
97
+
98
+
99
+ class AwaitableGetPrivateLinkScopedResourceResult(GetPrivateLinkScopedResourceResult):
100
+ # pylint: disable=using-constant-test
101
+ def __await__(self):
102
+ if False:
103
+ yield self
104
+ return GetPrivateLinkScopedResourceResult(
105
+ id=self.id,
106
+ linked_resource_id=self.linked_resource_id,
107
+ name=self.name,
108
+ provisioning_state=self.provisioning_state,
109
+ system_data=self.system_data,
110
+ type=self.type)
111
+
112
+
113
+ def get_private_link_scoped_resource(name: Optional[str] = None,
114
+ resource_group_name: Optional[str] = None,
115
+ scope_name: Optional[str] = None,
116
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLinkScopedResourceResult:
117
+ """
118
+ Gets a scoped resource in a private link scope.
119
+
120
+
121
+ :param str name: The name of the scoped resource object.
122
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
123
+ :param str scope_name: The name of the Azure Monitor PrivateLinkScope resource.
124
+ """
125
+ __args__ = dict()
126
+ __args__['name'] = name
127
+ __args__['resourceGroupName'] = resource_group_name
128
+ __args__['scopeName'] = scope_name
129
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
130
+ __ret__ = pulumi.runtime.invoke('azure-native:insights/v20210901:getPrivateLinkScopedResource', __args__, opts=opts, typ=GetPrivateLinkScopedResourceResult).value
131
+
132
+ return AwaitableGetPrivateLinkScopedResourceResult(
133
+ id=pulumi.get(__ret__, 'id'),
134
+ linked_resource_id=pulumi.get(__ret__, 'linked_resource_id'),
135
+ name=pulumi.get(__ret__, 'name'),
136
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
137
+ system_data=pulumi.get(__ret__, 'system_data'),
138
+ type=pulumi.get(__ret__, 'type'))
139
+ def get_private_link_scoped_resource_output(name: Optional[pulumi.Input[str]] = None,
140
+ resource_group_name: Optional[pulumi.Input[str]] = None,
141
+ scope_name: Optional[pulumi.Input[str]] = None,
142
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLinkScopedResourceResult]:
143
+ """
144
+ Gets a scoped resource in a private link scope.
145
+
146
+
147
+ :param str name: The name of the scoped resource object.
148
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
149
+ :param str scope_name: The name of the Azure Monitor PrivateLinkScope resource.
150
+ """
151
+ __args__ = dict()
152
+ __args__['name'] = name
153
+ __args__['resourceGroupName'] = resource_group_name
154
+ __args__['scopeName'] = scope_name
155
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
156
+ __ret__ = pulumi.runtime.invoke_output('azure-native:insights/v20210901:getPrivateLinkScopedResource', __args__, opts=opts, typ=GetPrivateLinkScopedResourceResult)
157
+ return __ret__.apply(lambda __response__: GetPrivateLinkScopedResourceResult(
158
+ id=pulumi.get(__response__, 'id'),
159
+ linked_resource_id=pulumi.get(__response__, 'linked_resource_id'),
160
+ name=pulumi.get(__response__, 'name'),
161
+ provisioning_state=pulumi.get(__response__, 'provisioning_state'),
162
+ system_data=pulumi.get(__response__, 'system_data'),
163
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,454 @@
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
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AccessModeSettingsExclusionResponse',
21
+ 'AccessModeSettingsResponse',
22
+ 'PrivateEndpointConnectionResponse',
23
+ 'PrivateEndpointResponse',
24
+ 'PrivateLinkServiceConnectionStateResponse',
25
+ 'SystemDataResponse',
26
+ ]
27
+
28
+ @pulumi.output_type
29
+ class AccessModeSettingsExclusionResponse(dict):
30
+ """
31
+ Properties that define the scope private link mode settings exclusion item. This setting applies to a specific private endpoint connection and overrides the default settings for that private endpoint connection.
32
+ """
33
+ @staticmethod
34
+ def __key_warning(key: str):
35
+ suggest = None
36
+ if key == "ingestionAccessMode":
37
+ suggest = "ingestion_access_mode"
38
+ elif key == "privateEndpointConnectionName":
39
+ suggest = "private_endpoint_connection_name"
40
+ elif key == "queryAccessMode":
41
+ suggest = "query_access_mode"
42
+
43
+ if suggest:
44
+ pulumi.log.warn(f"Key '{key}' not found in AccessModeSettingsExclusionResponse. Access the value via the '{suggest}' property getter instead.")
45
+
46
+ def __getitem__(self, key: str) -> Any:
47
+ AccessModeSettingsExclusionResponse.__key_warning(key)
48
+ return super().__getitem__(key)
49
+
50
+ def get(self, key: str, default = None) -> Any:
51
+ AccessModeSettingsExclusionResponse.__key_warning(key)
52
+ return super().get(key, default)
53
+
54
+ def __init__(__self__, *,
55
+ ingestion_access_mode: Optional[str] = None,
56
+ private_endpoint_connection_name: Optional[str] = None,
57
+ query_access_mode: Optional[str] = None):
58
+ """
59
+ Properties that define the scope private link mode settings exclusion item. This setting applies to a specific private endpoint connection and overrides the default settings for that private endpoint connection.
60
+ :param str ingestion_access_mode: Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.
61
+ :param str private_endpoint_connection_name: The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.
62
+ :param str query_access_mode: Specifies the access mode of queries through the specified private endpoint connection in the exclusion.
63
+ """
64
+ if ingestion_access_mode is not None:
65
+ pulumi.set(__self__, "ingestion_access_mode", ingestion_access_mode)
66
+ if private_endpoint_connection_name is not None:
67
+ pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
68
+ if query_access_mode is not None:
69
+ pulumi.set(__self__, "query_access_mode", query_access_mode)
70
+
71
+ @property
72
+ @pulumi.getter(name="ingestionAccessMode")
73
+ def ingestion_access_mode(self) -> Optional[str]:
74
+ """
75
+ Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.
76
+ """
77
+ return pulumi.get(self, "ingestion_access_mode")
78
+
79
+ @property
80
+ @pulumi.getter(name="privateEndpointConnectionName")
81
+ def private_endpoint_connection_name(self) -> Optional[str]:
82
+ """
83
+ The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.
84
+ """
85
+ return pulumi.get(self, "private_endpoint_connection_name")
86
+
87
+ @property
88
+ @pulumi.getter(name="queryAccessMode")
89
+ def query_access_mode(self) -> Optional[str]:
90
+ """
91
+ Specifies the access mode of queries through the specified private endpoint connection in the exclusion.
92
+ """
93
+ return pulumi.get(self, "query_access_mode")
94
+
95
+
96
+ @pulumi.output_type
97
+ class AccessModeSettingsResponse(dict):
98
+ """
99
+ Properties that define the scope private link mode settings.
100
+ """
101
+ @staticmethod
102
+ def __key_warning(key: str):
103
+ suggest = None
104
+ if key == "ingestionAccessMode":
105
+ suggest = "ingestion_access_mode"
106
+ elif key == "queryAccessMode":
107
+ suggest = "query_access_mode"
108
+
109
+ if suggest:
110
+ pulumi.log.warn(f"Key '{key}' not found in AccessModeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
111
+
112
+ def __getitem__(self, key: str) -> Any:
113
+ AccessModeSettingsResponse.__key_warning(key)
114
+ return super().__getitem__(key)
115
+
116
+ def get(self, key: str, default = None) -> Any:
117
+ AccessModeSettingsResponse.__key_warning(key)
118
+ return super().get(key, default)
119
+
120
+ def __init__(__self__, *,
121
+ ingestion_access_mode: str,
122
+ query_access_mode: str,
123
+ exclusions: Optional[Sequence['outputs.AccessModeSettingsExclusionResponse']] = None):
124
+ """
125
+ Properties that define the scope private link mode settings.
126
+ :param str ingestion_access_mode: Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
127
+ :param str query_access_mode: Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
128
+ :param Sequence['AccessModeSettingsExclusionResponse'] exclusions: List of exclusions that override the default access mode settings for specific private endpoint connections.
129
+ """
130
+ pulumi.set(__self__, "ingestion_access_mode", ingestion_access_mode)
131
+ pulumi.set(__self__, "query_access_mode", query_access_mode)
132
+ if exclusions is not None:
133
+ pulumi.set(__self__, "exclusions", exclusions)
134
+
135
+ @property
136
+ @pulumi.getter(name="ingestionAccessMode")
137
+ def ingestion_access_mode(self) -> str:
138
+ """
139
+ Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
140
+ """
141
+ return pulumi.get(self, "ingestion_access_mode")
142
+
143
+ @property
144
+ @pulumi.getter(name="queryAccessMode")
145
+ def query_access_mode(self) -> str:
146
+ """
147
+ Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
148
+ """
149
+ return pulumi.get(self, "query_access_mode")
150
+
151
+ @property
152
+ @pulumi.getter
153
+ def exclusions(self) -> Optional[Sequence['outputs.AccessModeSettingsExclusionResponse']]:
154
+ """
155
+ List of exclusions that override the default access mode settings for specific private endpoint connections.
156
+ """
157
+ return pulumi.get(self, "exclusions")
158
+
159
+
160
+ @pulumi.output_type
161
+ class PrivateEndpointConnectionResponse(dict):
162
+ """
163
+ The Private Endpoint Connection resource.
164
+ """
165
+ @staticmethod
166
+ def __key_warning(key: str):
167
+ suggest = None
168
+ if key == "privateLinkServiceConnectionState":
169
+ suggest = "private_link_service_connection_state"
170
+ elif key == "provisioningState":
171
+ suggest = "provisioning_state"
172
+ elif key == "privateEndpoint":
173
+ suggest = "private_endpoint"
174
+
175
+ if suggest:
176
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
177
+
178
+ def __getitem__(self, key: str) -> Any:
179
+ PrivateEndpointConnectionResponse.__key_warning(key)
180
+ return super().__getitem__(key)
181
+
182
+ def get(self, key: str, default = None) -> Any:
183
+ PrivateEndpointConnectionResponse.__key_warning(key)
184
+ return super().get(key, default)
185
+
186
+ def __init__(__self__, *,
187
+ id: str,
188
+ name: str,
189
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
190
+ provisioning_state: str,
191
+ type: str,
192
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
193
+ """
194
+ The Private Endpoint Connection resource.
195
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
196
+ :param str name: The name of the resource
197
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
198
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
199
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
200
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
201
+ """
202
+ pulumi.set(__self__, "id", id)
203
+ pulumi.set(__self__, "name", name)
204
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
205
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
206
+ pulumi.set(__self__, "type", type)
207
+ if private_endpoint is not None:
208
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def id(self) -> str:
213
+ """
214
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
215
+ """
216
+ return pulumi.get(self, "id")
217
+
218
+ @property
219
+ @pulumi.getter
220
+ def name(self) -> str:
221
+ """
222
+ The name of the resource
223
+ """
224
+ return pulumi.get(self, "name")
225
+
226
+ @property
227
+ @pulumi.getter(name="privateLinkServiceConnectionState")
228
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
229
+ """
230
+ A collection of information about the state of the connection between service consumer and provider.
231
+ """
232
+ return pulumi.get(self, "private_link_service_connection_state")
233
+
234
+ @property
235
+ @pulumi.getter(name="provisioningState")
236
+ def provisioning_state(self) -> str:
237
+ """
238
+ The provisioning state of the private endpoint connection resource.
239
+ """
240
+ return pulumi.get(self, "provisioning_state")
241
+
242
+ @property
243
+ @pulumi.getter
244
+ def type(self) -> str:
245
+ """
246
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
247
+ """
248
+ return pulumi.get(self, "type")
249
+
250
+ @property
251
+ @pulumi.getter(name="privateEndpoint")
252
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
253
+ """
254
+ The resource of private end point.
255
+ """
256
+ return pulumi.get(self, "private_endpoint")
257
+
258
+
259
+ @pulumi.output_type
260
+ class PrivateEndpointResponse(dict):
261
+ """
262
+ The Private Endpoint resource.
263
+ """
264
+ def __init__(__self__, *,
265
+ id: str):
266
+ """
267
+ The Private Endpoint resource.
268
+ :param str id: The ARM identifier for Private Endpoint
269
+ """
270
+ pulumi.set(__self__, "id", id)
271
+
272
+ @property
273
+ @pulumi.getter
274
+ def id(self) -> str:
275
+ """
276
+ The ARM identifier for Private Endpoint
277
+ """
278
+ return pulumi.get(self, "id")
279
+
280
+
281
+ @pulumi.output_type
282
+ class PrivateLinkServiceConnectionStateResponse(dict):
283
+ """
284
+ A collection of information about the state of the connection between service consumer and provider.
285
+ """
286
+ @staticmethod
287
+ def __key_warning(key: str):
288
+ suggest = None
289
+ if key == "actionsRequired":
290
+ suggest = "actions_required"
291
+
292
+ if suggest:
293
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
294
+
295
+ def __getitem__(self, key: str) -> Any:
296
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
297
+ return super().__getitem__(key)
298
+
299
+ def get(self, key: str, default = None) -> Any:
300
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
301
+ return super().get(key, default)
302
+
303
+ def __init__(__self__, *,
304
+ actions_required: Optional[str] = None,
305
+ description: Optional[str] = None,
306
+ status: Optional[str] = None):
307
+ """
308
+ A collection of information about the state of the connection between service consumer and provider.
309
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
310
+ :param str description: The reason for approval/rejection of the connection.
311
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
312
+ """
313
+ if actions_required is not None:
314
+ pulumi.set(__self__, "actions_required", actions_required)
315
+ if description is not None:
316
+ pulumi.set(__self__, "description", description)
317
+ if status is not None:
318
+ pulumi.set(__self__, "status", status)
319
+
320
+ @property
321
+ @pulumi.getter(name="actionsRequired")
322
+ def actions_required(self) -> Optional[str]:
323
+ """
324
+ A message indicating if changes on the service provider require any updates on the consumer.
325
+ """
326
+ return pulumi.get(self, "actions_required")
327
+
328
+ @property
329
+ @pulumi.getter
330
+ def description(self) -> Optional[str]:
331
+ """
332
+ The reason for approval/rejection of the connection.
333
+ """
334
+ return pulumi.get(self, "description")
335
+
336
+ @property
337
+ @pulumi.getter
338
+ def status(self) -> Optional[str]:
339
+ """
340
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
341
+ """
342
+ return pulumi.get(self, "status")
343
+
344
+
345
+ @pulumi.output_type
346
+ class SystemDataResponse(dict):
347
+ """
348
+ Metadata pertaining to creation and last modification of the resource.
349
+ """
350
+ @staticmethod
351
+ def __key_warning(key: str):
352
+ suggest = None
353
+ if key == "createdAt":
354
+ suggest = "created_at"
355
+ elif key == "createdBy":
356
+ suggest = "created_by"
357
+ elif key == "createdByType":
358
+ suggest = "created_by_type"
359
+ elif key == "lastModifiedAt":
360
+ suggest = "last_modified_at"
361
+ elif key == "lastModifiedBy":
362
+ suggest = "last_modified_by"
363
+ elif key == "lastModifiedByType":
364
+ suggest = "last_modified_by_type"
365
+
366
+ if suggest:
367
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
368
+
369
+ def __getitem__(self, key: str) -> Any:
370
+ SystemDataResponse.__key_warning(key)
371
+ return super().__getitem__(key)
372
+
373
+ def get(self, key: str, default = None) -> Any:
374
+ SystemDataResponse.__key_warning(key)
375
+ return super().get(key, default)
376
+
377
+ def __init__(__self__, *,
378
+ created_at: Optional[str] = None,
379
+ created_by: Optional[str] = None,
380
+ created_by_type: Optional[str] = None,
381
+ last_modified_at: Optional[str] = None,
382
+ last_modified_by: Optional[str] = None,
383
+ last_modified_by_type: Optional[str] = None):
384
+ """
385
+ Metadata pertaining to creation and last modification of the resource.
386
+ :param str created_at: The timestamp of resource creation (UTC).
387
+ :param str created_by: The identity that created the resource.
388
+ :param str created_by_type: The type of identity that created the resource.
389
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
390
+ :param str last_modified_by: The identity that last modified the resource.
391
+ :param str last_modified_by_type: The type of identity that last modified the resource.
392
+ """
393
+ if created_at is not None:
394
+ pulumi.set(__self__, "created_at", created_at)
395
+ if created_by is not None:
396
+ pulumi.set(__self__, "created_by", created_by)
397
+ if created_by_type is not None:
398
+ pulumi.set(__self__, "created_by_type", created_by_type)
399
+ if last_modified_at is not None:
400
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
401
+ if last_modified_by is not None:
402
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
403
+ if last_modified_by_type is not None:
404
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
405
+
406
+ @property
407
+ @pulumi.getter(name="createdAt")
408
+ def created_at(self) -> Optional[str]:
409
+ """
410
+ The timestamp of resource creation (UTC).
411
+ """
412
+ return pulumi.get(self, "created_at")
413
+
414
+ @property
415
+ @pulumi.getter(name="createdBy")
416
+ def created_by(self) -> Optional[str]:
417
+ """
418
+ The identity that created the resource.
419
+ """
420
+ return pulumi.get(self, "created_by")
421
+
422
+ @property
423
+ @pulumi.getter(name="createdByType")
424
+ def created_by_type(self) -> Optional[str]:
425
+ """
426
+ The type of identity that created the resource.
427
+ """
428
+ return pulumi.get(self, "created_by_type")
429
+
430
+ @property
431
+ @pulumi.getter(name="lastModifiedAt")
432
+ def last_modified_at(self) -> Optional[str]:
433
+ """
434
+ The timestamp of resource last modification (UTC)
435
+ """
436
+ return pulumi.get(self, "last_modified_at")
437
+
438
+ @property
439
+ @pulumi.getter(name="lastModifiedBy")
440
+ def last_modified_by(self) -> Optional[str]:
441
+ """
442
+ The identity that last modified the resource.
443
+ """
444
+ return pulumi.get(self, "last_modified_by")
445
+
446
+ @property
447
+ @pulumi.getter(name="lastModifiedByType")
448
+ def last_modified_by_type(self) -> Optional[str]:
449
+ """
450
+ The type of identity that last modified the resource.
451
+ """
452
+ return pulumi.get(self, "last_modified_by_type")
453
+
454
+