pulumi-azure-native 3.2.0__py3-none-any.whl → 3.3.0a1745626403__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.
- pulumi_azure_native/__init__.py +11 -0
- pulumi_azure_native/advisor/assessment.py +5 -1
- pulumi_azure_native/advisor/get_assessment.py +4 -0
- pulumi_azure_native/advisor/get_suppression.py +2 -2
- pulumi_azure_native/advisor/suppression.py +3 -3
- pulumi_azure_native/containerregistry/cache_rule.py +3 -3
- pulumi_azure_native/containerregistry/connected_registry.py +3 -3
- pulumi_azure_native/containerregistry/credential_set.py +3 -3
- pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
- pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
- pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerregistry/get_registry.py +2 -2
- pulumi_azure_native/containerregistry/get_replication.py +2 -2
- pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
- pulumi_azure_native/containerregistry/get_token.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook.py +2 -2
- pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
- pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
- pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
- pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerregistry/registry.py +3 -3
- pulumi_azure_native/containerregistry/replication.py +3 -3
- pulumi_azure_native/containerregistry/scope_map.py +3 -3
- pulumi_azure_native/containerregistry/token.py +3 -3
- pulumi_azure_native/containerregistry/webhook.py +3 -3
- pulumi_azure_native/dbforpostgresql/_inputs.py +274 -50
- pulumi_azure_native/dbforpostgresql/get_server_group_cluster.py +3 -3
- pulumi_azure_native/dbforpostgresql/outputs.py +229 -28
- pulumi_azure_native/dbforpostgresql/server_group_cluster.py +24 -24
- pulumi_azure_native/durabletask/_enums.py +1 -1
- pulumi_azure_native/loadtestservice/_inputs.py +3 -3
- pulumi_azure_native/loadtestservice/outputs.py +2 -2
- pulumi_azure_native/migrate/_enums.py +23 -0
- pulumi_azure_native/migrate/_inputs.py +20 -0
- pulumi_azure_native/migrate/outputs.py +14 -0
- pulumi_azure_native/monitor/_enums.py +9 -0
- pulumi_azure_native/monitor/azure_monitor_workspace.py +38 -18
- pulumi_azure_native/monitor/get_azure_monitor_workspace.py +18 -18
- pulumi_azure_native/monitor/outputs.py +106 -106
- pulumi_azure_native/onlineexperimentation/__init__.py +12 -0
- pulumi_azure_native/onlineexperimentation/_enums.py +57 -0
- pulumi_azure_native/onlineexperimentation/_inputs.py +385 -0
- pulumi_azure_native/onlineexperimentation/get_online_experiment_workspace.py +217 -0
- pulumi_azure_native/onlineexperimentation/online_experiment_workspace.py +330 -0
- pulumi_azure_native/onlineexperimentation/outputs.py +577 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-3.2.0.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/METADATA +1 -1
- {pulumi_azure_native-3.2.0.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/RECORD +51 -45
- {pulumi_azure_native-3.2.0.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/WHEEL +1 -1
- {pulumi_azure_native-3.2.0.dist-info → pulumi_azure_native-3.3.0a1745626403.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,330 @@
|
|
|
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
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['OnlineExperimentWorkspaceArgs', 'OnlineExperimentWorkspace']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class OnlineExperimentWorkspaceArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
|
|
27
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
properties: Optional[pulumi.Input['OnlineExperimentWorkspacePropertiesArgs']] = None,
|
|
29
|
+
sku: Optional[pulumi.Input['OnlineExperimentationWorkspaceSkuArgs']] = None,
|
|
30
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
31
|
+
workspace_name: Optional[pulumi.Input[str]] = None):
|
|
32
|
+
"""
|
|
33
|
+
The set of arguments for constructing a OnlineExperimentWorkspace resource.
|
|
34
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
35
|
+
:param pulumi.Input['ManagedServiceIdentityArgs'] identity: The managed service identities assigned to this resource.
|
|
36
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
37
|
+
:param pulumi.Input['OnlineExperimentWorkspacePropertiesArgs'] properties: The resource-specific properties for this resource.
|
|
38
|
+
:param pulumi.Input['OnlineExperimentationWorkspaceSkuArgs'] sku: The SKU (Stock Keeping Unit) assigned to this resource.
|
|
39
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
40
|
+
:param pulumi.Input[str] workspace_name: The name of the OnlineExperimentWorkspace
|
|
41
|
+
"""
|
|
42
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
43
|
+
if identity is not None:
|
|
44
|
+
pulumi.set(__self__, "identity", identity)
|
|
45
|
+
if location is not None:
|
|
46
|
+
pulumi.set(__self__, "location", location)
|
|
47
|
+
if properties is not None:
|
|
48
|
+
pulumi.set(__self__, "properties", properties)
|
|
49
|
+
if sku is not None:
|
|
50
|
+
pulumi.set(__self__, "sku", sku)
|
|
51
|
+
if tags is not None:
|
|
52
|
+
pulumi.set(__self__, "tags", tags)
|
|
53
|
+
if workspace_name is not None:
|
|
54
|
+
pulumi.set(__self__, "workspace_name", workspace_name)
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter(name="resourceGroupName")
|
|
58
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
59
|
+
"""
|
|
60
|
+
The name of the resource group. The name is case insensitive.
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "resource_group_name")
|
|
63
|
+
|
|
64
|
+
@resource_group_name.setter
|
|
65
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
66
|
+
pulumi.set(self, "resource_group_name", value)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter
|
|
70
|
+
def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
|
|
71
|
+
"""
|
|
72
|
+
The managed service identities assigned to this resource.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "identity")
|
|
75
|
+
|
|
76
|
+
@identity.setter
|
|
77
|
+
def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
|
|
78
|
+
pulumi.set(self, "identity", value)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
83
|
+
"""
|
|
84
|
+
The geo-location where the resource lives
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "location")
|
|
87
|
+
|
|
88
|
+
@location.setter
|
|
89
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
90
|
+
pulumi.set(self, "location", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def properties(self) -> Optional[pulumi.Input['OnlineExperimentWorkspacePropertiesArgs']]:
|
|
95
|
+
"""
|
|
96
|
+
The resource-specific properties for this resource.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "properties")
|
|
99
|
+
|
|
100
|
+
@properties.setter
|
|
101
|
+
def properties(self, value: Optional[pulumi.Input['OnlineExperimentWorkspacePropertiesArgs']]):
|
|
102
|
+
pulumi.set(self, "properties", value)
|
|
103
|
+
|
|
104
|
+
@property
|
|
105
|
+
@pulumi.getter
|
|
106
|
+
def sku(self) -> Optional[pulumi.Input['OnlineExperimentationWorkspaceSkuArgs']]:
|
|
107
|
+
"""
|
|
108
|
+
The SKU (Stock Keeping Unit) assigned to this resource.
|
|
109
|
+
"""
|
|
110
|
+
return pulumi.get(self, "sku")
|
|
111
|
+
|
|
112
|
+
@sku.setter
|
|
113
|
+
def sku(self, value: Optional[pulumi.Input['OnlineExperimentationWorkspaceSkuArgs']]):
|
|
114
|
+
pulumi.set(self, "sku", value)
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
119
|
+
"""
|
|
120
|
+
Resource tags.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "tags")
|
|
123
|
+
|
|
124
|
+
@tags.setter
|
|
125
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
126
|
+
pulumi.set(self, "tags", value)
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="workspaceName")
|
|
130
|
+
def workspace_name(self) -> Optional[pulumi.Input[str]]:
|
|
131
|
+
"""
|
|
132
|
+
The name of the OnlineExperimentWorkspace
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "workspace_name")
|
|
135
|
+
|
|
136
|
+
@workspace_name.setter
|
|
137
|
+
def workspace_name(self, value: Optional[pulumi.Input[str]]):
|
|
138
|
+
pulumi.set(self, "workspace_name", value)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
class OnlineExperimentWorkspace(pulumi.CustomResource):
|
|
142
|
+
@overload
|
|
143
|
+
def __init__(__self__,
|
|
144
|
+
resource_name: str,
|
|
145
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
146
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
147
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
properties: Optional[pulumi.Input[Union['OnlineExperimentWorkspacePropertiesArgs', 'OnlineExperimentWorkspacePropertiesArgsDict']]] = None,
|
|
149
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
150
|
+
sku: Optional[pulumi.Input[Union['OnlineExperimentationWorkspaceSkuArgs', 'OnlineExperimentationWorkspaceSkuArgsDict']]] = None,
|
|
151
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
152
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
__props__=None):
|
|
154
|
+
"""
|
|
155
|
+
An online experiment workspace resource.
|
|
156
|
+
|
|
157
|
+
Uses Azure REST API version 2025-05-31-preview.
|
|
158
|
+
|
|
159
|
+
:param str resource_name: The name of the resource.
|
|
160
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
161
|
+
:param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The managed service identities assigned to this resource.
|
|
162
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
163
|
+
:param pulumi.Input[Union['OnlineExperimentWorkspacePropertiesArgs', 'OnlineExperimentWorkspacePropertiesArgsDict']] properties: The resource-specific properties for this resource.
|
|
164
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
165
|
+
:param pulumi.Input[Union['OnlineExperimentationWorkspaceSkuArgs', 'OnlineExperimentationWorkspaceSkuArgsDict']] sku: The SKU (Stock Keeping Unit) assigned to this resource.
|
|
166
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
167
|
+
:param pulumi.Input[str] workspace_name: The name of the OnlineExperimentWorkspace
|
|
168
|
+
"""
|
|
169
|
+
...
|
|
170
|
+
@overload
|
|
171
|
+
def __init__(__self__,
|
|
172
|
+
resource_name: str,
|
|
173
|
+
args: OnlineExperimentWorkspaceArgs,
|
|
174
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
175
|
+
"""
|
|
176
|
+
An online experiment workspace resource.
|
|
177
|
+
|
|
178
|
+
Uses Azure REST API version 2025-05-31-preview.
|
|
179
|
+
|
|
180
|
+
:param str resource_name: The name of the resource.
|
|
181
|
+
:param OnlineExperimentWorkspaceArgs args: The arguments to use to populate this resource's properties.
|
|
182
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
183
|
+
"""
|
|
184
|
+
...
|
|
185
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
186
|
+
resource_args, opts = _utilities.get_resource_args_opts(OnlineExperimentWorkspaceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
187
|
+
if resource_args is not None:
|
|
188
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
189
|
+
else:
|
|
190
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
191
|
+
|
|
192
|
+
def _internal_init(__self__,
|
|
193
|
+
resource_name: str,
|
|
194
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
195
|
+
identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
|
|
196
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
properties: Optional[pulumi.Input[Union['OnlineExperimentWorkspacePropertiesArgs', 'OnlineExperimentWorkspacePropertiesArgsDict']]] = None,
|
|
198
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
199
|
+
sku: Optional[pulumi.Input[Union['OnlineExperimentationWorkspaceSkuArgs', 'OnlineExperimentationWorkspaceSkuArgsDict']]] = None,
|
|
200
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
201
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
202
|
+
__props__=None):
|
|
203
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
204
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
205
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
206
|
+
if opts.id is None:
|
|
207
|
+
if __props__ is not None:
|
|
208
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
209
|
+
__props__ = OnlineExperimentWorkspaceArgs.__new__(OnlineExperimentWorkspaceArgs)
|
|
210
|
+
|
|
211
|
+
__props__.__dict__["identity"] = identity
|
|
212
|
+
__props__.__dict__["location"] = location
|
|
213
|
+
__props__.__dict__["properties"] = properties
|
|
214
|
+
if resource_group_name is None and not opts.urn:
|
|
215
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
216
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
217
|
+
__props__.__dict__["sku"] = sku
|
|
218
|
+
__props__.__dict__["tags"] = tags
|
|
219
|
+
__props__.__dict__["workspace_name"] = workspace_name
|
|
220
|
+
__props__.__dict__["azure_api_version"] = None
|
|
221
|
+
__props__.__dict__["name"] = None
|
|
222
|
+
__props__.__dict__["system_data"] = None
|
|
223
|
+
__props__.__dict__["type"] = None
|
|
224
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:onlineexperimentation/v20250531preview:OnlineExperimentWorkspace")])
|
|
225
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
226
|
+
super(OnlineExperimentWorkspace, __self__).__init__(
|
|
227
|
+
'azure-native:onlineexperimentation:OnlineExperimentWorkspace',
|
|
228
|
+
resource_name,
|
|
229
|
+
__props__,
|
|
230
|
+
opts)
|
|
231
|
+
|
|
232
|
+
@staticmethod
|
|
233
|
+
def get(resource_name: str,
|
|
234
|
+
id: pulumi.Input[str],
|
|
235
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'OnlineExperimentWorkspace':
|
|
236
|
+
"""
|
|
237
|
+
Get an existing OnlineExperimentWorkspace resource's state with the given name, id, and optional extra
|
|
238
|
+
properties used to qualify the lookup.
|
|
239
|
+
|
|
240
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
241
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
242
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
243
|
+
"""
|
|
244
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
245
|
+
|
|
246
|
+
__props__ = OnlineExperimentWorkspaceArgs.__new__(OnlineExperimentWorkspaceArgs)
|
|
247
|
+
|
|
248
|
+
__props__.__dict__["azure_api_version"] = None
|
|
249
|
+
__props__.__dict__["identity"] = None
|
|
250
|
+
__props__.__dict__["location"] = None
|
|
251
|
+
__props__.__dict__["name"] = None
|
|
252
|
+
__props__.__dict__["properties"] = None
|
|
253
|
+
__props__.__dict__["sku"] = None
|
|
254
|
+
__props__.__dict__["system_data"] = None
|
|
255
|
+
__props__.__dict__["tags"] = None
|
|
256
|
+
__props__.__dict__["type"] = None
|
|
257
|
+
return OnlineExperimentWorkspace(resource_name, opts=opts, __props__=__props__)
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="azureApiVersion")
|
|
261
|
+
def azure_api_version(self) -> pulumi.Output[str]:
|
|
262
|
+
"""
|
|
263
|
+
The Azure API version of the resource.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "azure_api_version")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter
|
|
269
|
+
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
|
|
270
|
+
"""
|
|
271
|
+
The managed service identities assigned to this resource.
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "identity")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter
|
|
277
|
+
def location(self) -> pulumi.Output[str]:
|
|
278
|
+
"""
|
|
279
|
+
The geo-location where the resource lives
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "location")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter
|
|
285
|
+
def name(self) -> pulumi.Output[str]:
|
|
286
|
+
"""
|
|
287
|
+
The name of the resource
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "name")
|
|
290
|
+
|
|
291
|
+
@property
|
|
292
|
+
@pulumi.getter
|
|
293
|
+
def properties(self) -> pulumi.Output['outputs.OnlineExperimentWorkspacePropertiesResponse']:
|
|
294
|
+
"""
|
|
295
|
+
The resource-specific properties for this resource.
|
|
296
|
+
"""
|
|
297
|
+
return pulumi.get(self, "properties")
|
|
298
|
+
|
|
299
|
+
@property
|
|
300
|
+
@pulumi.getter
|
|
301
|
+
def sku(self) -> pulumi.Output[Optional['outputs.OnlineExperimentationWorkspaceSkuResponse']]:
|
|
302
|
+
"""
|
|
303
|
+
The SKU (Stock Keeping Unit) assigned to this resource.
|
|
304
|
+
"""
|
|
305
|
+
return pulumi.get(self, "sku")
|
|
306
|
+
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="systemData")
|
|
309
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
310
|
+
"""
|
|
311
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
312
|
+
"""
|
|
313
|
+
return pulumi.get(self, "system_data")
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
@pulumi.getter
|
|
317
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
318
|
+
"""
|
|
319
|
+
Resource tags.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "tags")
|
|
322
|
+
|
|
323
|
+
@property
|
|
324
|
+
@pulumi.getter
|
|
325
|
+
def type(self) -> pulumi.Output[str]:
|
|
326
|
+
"""
|
|
327
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
328
|
+
"""
|
|
329
|
+
return pulumi.get(self, "type")
|
|
330
|
+
|