pulumi-azure-native 2.57.0a1724151002__py3-none-any.whl → 2.58.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 (101) hide show
  1. pulumi_azure_native/__init__.py +52 -0
  2. pulumi_azure_native/azurelargeinstance/__init__.py +22 -0
  3. pulumi_azure_native/azurelargeinstance/_enums.py +256 -0
  4. pulumi_azure_native/azurelargeinstance/_inputs.py +646 -0
  5. pulumi_azure_native/azurelargeinstance/azure_large_instance.py +475 -0
  6. pulumi_azure_native/azurelargeinstance/azure_large_storage_instance.py +320 -0
  7. pulumi_azure_native/azurelargeinstance/get_azure_large_instance.py +271 -0
  8. pulumi_azure_native/azurelargeinstance/get_azure_large_storage_instance.py +193 -0
  9. pulumi_azure_native/azurelargeinstance/outputs.py +795 -0
  10. pulumi_azure_native/azurelargeinstance/v20240801preview/__init__.py +14 -0
  11. pulumi_azure_native/azurelargeinstance/v20240801preview/_enums.py +256 -0
  12. pulumi_azure_native/azurelargeinstance/v20240801preview/_inputs.py +646 -0
  13. pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_instance.py +473 -0
  14. pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_storage_instance.py +318 -0
  15. pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_instance.py +269 -0
  16. pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_storage_instance.py +191 -0
  17. pulumi_azure_native/azurelargeinstance/v20240801preview/outputs.py +795 -0
  18. pulumi_azure_native/baremetalinfrastructure/__init__.py +5 -0
  19. pulumi_azure_native/baremetalinfrastructure/_enums.py +74 -0
  20. pulumi_azure_native/baremetalinfrastructure/_inputs.py +368 -0
  21. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_instance.py +502 -0
  22. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +3 -3
  23. pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_instance.py +281 -0
  24. pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_storage_instance.py +2 -2
  25. pulumi_azure_native/baremetalinfrastructure/outputs.py +351 -0
  26. pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
  27. pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +1 -1
  28. pulumi_azure_native/baremetalinfrastructure/v20231101preview/azure_bare_metal_storage_instance.py +1 -1
  29. pulumi_azure_native/baremetalinfrastructure/v20240801preview/__init__.py +14 -0
  30. pulumi_azure_native/baremetalinfrastructure/v20240801preview/_enums.py +106 -0
  31. pulumi_azure_native/baremetalinfrastructure/v20240801preview/_inputs.py +644 -0
  32. pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_instance.py +500 -0
  33. pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_storage_instance.py +316 -0
  34. pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_instance.py +279 -0
  35. pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_storage_instance.py +188 -0
  36. pulumi_azure_native/baremetalinfrastructure/v20240801preview/outputs.py +726 -0
  37. pulumi_azure_native/batch/__init__.py +3 -0
  38. pulumi_azure_native/batch/application.py +3 -3
  39. pulumi_azure_native/batch/application_package.py +3 -3
  40. pulumi_azure_native/batch/batch_account.py +3 -3
  41. pulumi_azure_native/batch/get_application.py +2 -2
  42. pulumi_azure_native/batch/get_application_package.py +2 -2
  43. pulumi_azure_native/batch/get_batch_account.py +2 -2
  44. pulumi_azure_native/batch/get_pool.py +2 -2
  45. pulumi_azure_native/batch/list_batch_account_keys.py +2 -2
  46. pulumi_azure_native/batch/pool.py +3 -3
  47. pulumi_azure_native/batch/v20220101/batch_account.py +1 -1
  48. pulumi_azure_native/batch/v20230501/application.py +1 -1
  49. pulumi_azure_native/batch/v20230501/application_package.py +1 -1
  50. pulumi_azure_native/batch/v20230501/batch_account.py +1 -1
  51. pulumi_azure_native/batch/v20230501/pool.py +1 -1
  52. pulumi_azure_native/batch/v20231101/application.py +1 -1
  53. pulumi_azure_native/batch/v20231101/application_package.py +1 -1
  54. pulumi_azure_native/batch/v20231101/batch_account.py +1 -1
  55. pulumi_azure_native/batch/v20231101/pool.py +1 -1
  56. pulumi_azure_native/batch/v20240201/application.py +1 -1
  57. pulumi_azure_native/batch/v20240201/application_package.py +1 -1
  58. pulumi_azure_native/batch/v20240201/batch_account.py +1 -1
  59. pulumi_azure_native/batch/v20240201/pool.py +1 -1
  60. pulumi_azure_native/batch/v20240701/__init__.py +19 -0
  61. pulumi_azure_native/batch/v20240701/_enums.py +510 -0
  62. pulumi_azure_native/batch/v20240701/_inputs.py +4319 -0
  63. pulumi_azure_native/batch/v20240701/application.py +305 -0
  64. pulumi_azure_native/batch/v20240701/application_package.py +289 -0
  65. pulumi_azure_native/batch/v20240701/batch_account.py +545 -0
  66. pulumi_azure_native/batch/v20240701/get_application.py +179 -0
  67. pulumi_azure_native/batch/v20240701/get_application_package.py +210 -0
  68. pulumi_azure_native/batch/v20240701/get_batch_account.py +364 -0
  69. pulumi_azure_native/batch/v20240701/get_pool.py +503 -0
  70. pulumi_azure_native/batch/v20240701/list_batch_account_keys.py +109 -0
  71. pulumi_azure_native/batch/v20240701/outputs.py +4161 -0
  72. pulumi_azure_native/batch/v20240701/pool.py +854 -0
  73. pulumi_azure_native/hardwaresecuritymodules/__init__.py +3 -0
  74. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
  75. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
  76. pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +5 -1
  77. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
  78. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
  79. pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +4 -0
  80. pulumi_azure_native/hardwaresecuritymodules/v20211130/dedicated_hsm.py +1 -1
  81. pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster.py +1 -1
  82. pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
  83. pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster.py +1 -1
  84. pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
  85. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/__init__.py +16 -0
  86. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_enums.py +100 -0
  87. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_inputs.py +405 -0
  88. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +428 -0
  89. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster_private_endpoint_connection.py +262 -0
  90. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/dedicated_hsm.py +394 -0
  91. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +279 -0
  92. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster_private_endpoint_connection.py +193 -0
  93. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_dedicated_hsm.py +240 -0
  94. pulumi_azure_native/hardwaresecuritymodules/v20240630preview/outputs.py +772 -0
  95. pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +20 -0
  96. pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +12 -11
  97. pulumi_azure_native/pulumi-plugin.json +1 -1
  98. {pulumi_azure_native-2.57.0a1724151002.dist-info → pulumi_azure_native-2.58.0.dist-info}/METADATA +1 -1
  99. {pulumi_azure_native-2.57.0a1724151002.dist-info → pulumi_azure_native-2.58.0.dist-info}/RECORD +101 -52
  100. {pulumi_azure_native-2.57.0a1724151002.dist-info → pulumi_azure_native-2.58.0.dist-info}/WHEEL +1 -1
  101. {pulumi_azure_native-2.57.0a1724151002.dist-info → pulumi_azure_native-2.58.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,318 @@
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__ = ['AzureLargeStorageInstanceArgs', 'AzureLargeStorageInstance']
21
+
22
+ @pulumi.input_type
23
+ class AzureLargeStorageInstanceArgs:
24
+ def __init__(__self__, *,
25
+ resource_group_name: pulumi.Input[str],
26
+ azure_large_storage_instance_name: Optional[pulumi.Input[str]] = None,
27
+ azure_large_storage_instance_unique_identifier: Optional[pulumi.Input[str]] = None,
28
+ identity: Optional[pulumi.Input['ManagedServiceIdentityArgs']] = None,
29
+ location: Optional[pulumi.Input[str]] = None,
30
+ storage_properties: Optional[pulumi.Input['StoragePropertiesArgs']] = None,
31
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
32
+ """
33
+ The set of arguments for constructing a AzureLargeStorageInstance resource.
34
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
35
+ :param pulumi.Input[str] azure_large_storage_instance_name: Name of the AzureLargeStorageInstance.
36
+ :param pulumi.Input[str] azure_large_storage_instance_unique_identifier: Specifies the AzureLargeStorageInstance unique ID.
37
+ :param pulumi.Input['ManagedServiceIdentityArgs'] identity: The managed service identities assigned to this resource.
38
+ :param pulumi.Input[str] location: The geo-location where the resource lives
39
+ :param pulumi.Input['StoragePropertiesArgs'] storage_properties: Specifies the storage properties for the AzureLargeStorage instance.
40
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
41
+ """
42
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
43
+ if azure_large_storage_instance_name is not None:
44
+ pulumi.set(__self__, "azure_large_storage_instance_name", azure_large_storage_instance_name)
45
+ if azure_large_storage_instance_unique_identifier is not None:
46
+ pulumi.set(__self__, "azure_large_storage_instance_unique_identifier", azure_large_storage_instance_unique_identifier)
47
+ if identity is not None:
48
+ pulumi.set(__self__, "identity", identity)
49
+ if location is not None:
50
+ pulumi.set(__self__, "location", location)
51
+ if storage_properties is not None:
52
+ pulumi.set(__self__, "storage_properties", storage_properties)
53
+ if tags is not None:
54
+ pulumi.set(__self__, "tags", tags)
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(name="azureLargeStorageInstanceName")
70
+ def azure_large_storage_instance_name(self) -> Optional[pulumi.Input[str]]:
71
+ """
72
+ Name of the AzureLargeStorageInstance.
73
+ """
74
+ return pulumi.get(self, "azure_large_storage_instance_name")
75
+
76
+ @azure_large_storage_instance_name.setter
77
+ def azure_large_storage_instance_name(self, value: Optional[pulumi.Input[str]]):
78
+ pulumi.set(self, "azure_large_storage_instance_name", value)
79
+
80
+ @property
81
+ @pulumi.getter(name="azureLargeStorageInstanceUniqueIdentifier")
82
+ def azure_large_storage_instance_unique_identifier(self) -> Optional[pulumi.Input[str]]:
83
+ """
84
+ Specifies the AzureLargeStorageInstance unique ID.
85
+ """
86
+ return pulumi.get(self, "azure_large_storage_instance_unique_identifier")
87
+
88
+ @azure_large_storage_instance_unique_identifier.setter
89
+ def azure_large_storage_instance_unique_identifier(self, value: Optional[pulumi.Input[str]]):
90
+ pulumi.set(self, "azure_large_storage_instance_unique_identifier", value)
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def identity(self) -> Optional[pulumi.Input['ManagedServiceIdentityArgs']]:
95
+ """
96
+ The managed service identities assigned to this resource.
97
+ """
98
+ return pulumi.get(self, "identity")
99
+
100
+ @identity.setter
101
+ def identity(self, value: Optional[pulumi.Input['ManagedServiceIdentityArgs']]):
102
+ pulumi.set(self, "identity", value)
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def location(self) -> Optional[pulumi.Input[str]]:
107
+ """
108
+ The geo-location where the resource lives
109
+ """
110
+ return pulumi.get(self, "location")
111
+
112
+ @location.setter
113
+ def location(self, value: Optional[pulumi.Input[str]]):
114
+ pulumi.set(self, "location", value)
115
+
116
+ @property
117
+ @pulumi.getter(name="storageProperties")
118
+ def storage_properties(self) -> Optional[pulumi.Input['StoragePropertiesArgs']]:
119
+ """
120
+ Specifies the storage properties for the AzureLargeStorage instance.
121
+ """
122
+ return pulumi.get(self, "storage_properties")
123
+
124
+ @storage_properties.setter
125
+ def storage_properties(self, value: Optional[pulumi.Input['StoragePropertiesArgs']]):
126
+ pulumi.set(self, "storage_properties", value)
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
131
+ """
132
+ Resource tags.
133
+ """
134
+ return pulumi.get(self, "tags")
135
+
136
+ @tags.setter
137
+ def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
138
+ pulumi.set(self, "tags", value)
139
+
140
+
141
+ class AzureLargeStorageInstance(pulumi.CustomResource):
142
+ @overload
143
+ def __init__(__self__,
144
+ resource_name: str,
145
+ opts: Optional[pulumi.ResourceOptions] = None,
146
+ azure_large_storage_instance_name: Optional[pulumi.Input[str]] = None,
147
+ azure_large_storage_instance_unique_identifier: Optional[pulumi.Input[str]] = None,
148
+ identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
149
+ location: Optional[pulumi.Input[str]] = None,
150
+ resource_group_name: Optional[pulumi.Input[str]] = None,
151
+ storage_properties: Optional[pulumi.Input[Union['StoragePropertiesArgs', 'StoragePropertiesArgsDict']]] = None,
152
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
153
+ __props__=None):
154
+ """
155
+ AzureLargeStorageInstance info on Azure (ARM properties and
156
+ AzureLargeStorageInstance properties)
157
+
158
+ :param str resource_name: The name of the resource.
159
+ :param pulumi.ResourceOptions opts: Options for the resource.
160
+ :param pulumi.Input[str] azure_large_storage_instance_name: Name of the AzureLargeStorageInstance.
161
+ :param pulumi.Input[str] azure_large_storage_instance_unique_identifier: Specifies the AzureLargeStorageInstance unique ID.
162
+ :param pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']] identity: The managed service identities assigned to this resource.
163
+ :param pulumi.Input[str] location: The geo-location where the resource lives
164
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
165
+ :param pulumi.Input[Union['StoragePropertiesArgs', 'StoragePropertiesArgsDict']] storage_properties: Specifies the storage properties for the AzureLargeStorage instance.
166
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
167
+ """
168
+ ...
169
+ @overload
170
+ def __init__(__self__,
171
+ resource_name: str,
172
+ args: AzureLargeStorageInstanceArgs,
173
+ opts: Optional[pulumi.ResourceOptions] = None):
174
+ """
175
+ AzureLargeStorageInstance info on Azure (ARM properties and
176
+ AzureLargeStorageInstance properties)
177
+
178
+ :param str resource_name: The name of the resource.
179
+ :param AzureLargeStorageInstanceArgs args: The arguments to use to populate this resource's properties.
180
+ :param pulumi.ResourceOptions opts: Options for the resource.
181
+ """
182
+ ...
183
+ def __init__(__self__, resource_name: str, *args, **kwargs):
184
+ resource_args, opts = _utilities.get_resource_args_opts(AzureLargeStorageInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
185
+ if resource_args is not None:
186
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
187
+ else:
188
+ __self__._internal_init(resource_name, *args, **kwargs)
189
+
190
+ def _internal_init(__self__,
191
+ resource_name: str,
192
+ opts: Optional[pulumi.ResourceOptions] = None,
193
+ azure_large_storage_instance_name: Optional[pulumi.Input[str]] = None,
194
+ azure_large_storage_instance_unique_identifier: Optional[pulumi.Input[str]] = None,
195
+ identity: Optional[pulumi.Input[Union['ManagedServiceIdentityArgs', 'ManagedServiceIdentityArgsDict']]] = None,
196
+ location: Optional[pulumi.Input[str]] = None,
197
+ resource_group_name: Optional[pulumi.Input[str]] = None,
198
+ storage_properties: Optional[pulumi.Input[Union['StoragePropertiesArgs', 'StoragePropertiesArgsDict']]] = None,
199
+ tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
200
+ __props__=None):
201
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
202
+ if not isinstance(opts, pulumi.ResourceOptions):
203
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
204
+ if opts.id is None:
205
+ if __props__ is not None:
206
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
207
+ __props__ = AzureLargeStorageInstanceArgs.__new__(AzureLargeStorageInstanceArgs)
208
+
209
+ __props__.__dict__["azure_large_storage_instance_name"] = azure_large_storage_instance_name
210
+ __props__.__dict__["azure_large_storage_instance_unique_identifier"] = azure_large_storage_instance_unique_identifier
211
+ __props__.__dict__["identity"] = identity
212
+ __props__.__dict__["location"] = location
213
+ if resource_group_name is None and not opts.urn:
214
+ raise TypeError("Missing required property 'resource_group_name'")
215
+ __props__.__dict__["resource_group_name"] = resource_group_name
216
+ __props__.__dict__["storage_properties"] = storage_properties
217
+ __props__.__dict__["tags"] = tags
218
+ __props__.__dict__["name"] = None
219
+ __props__.__dict__["system_data"] = None
220
+ __props__.__dict__["type"] = None
221
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:azurelargeinstance:AzureLargeStorageInstance")])
222
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
223
+ super(AzureLargeStorageInstance, __self__).__init__(
224
+ 'azure-native:azurelargeinstance/v20240801preview:AzureLargeStorageInstance',
225
+ resource_name,
226
+ __props__,
227
+ opts)
228
+
229
+ @staticmethod
230
+ def get(resource_name: str,
231
+ id: pulumi.Input[str],
232
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'AzureLargeStorageInstance':
233
+ """
234
+ Get an existing AzureLargeStorageInstance resource's state with the given name, id, and optional extra
235
+ properties used to qualify the lookup.
236
+
237
+ :param str resource_name: The unique name of the resulting resource.
238
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
239
+ :param pulumi.ResourceOptions opts: Options for the resource.
240
+ """
241
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
242
+
243
+ __props__ = AzureLargeStorageInstanceArgs.__new__(AzureLargeStorageInstanceArgs)
244
+
245
+ __props__.__dict__["azure_large_storage_instance_unique_identifier"] = None
246
+ __props__.__dict__["identity"] = None
247
+ __props__.__dict__["location"] = None
248
+ __props__.__dict__["name"] = None
249
+ __props__.__dict__["storage_properties"] = None
250
+ __props__.__dict__["system_data"] = None
251
+ __props__.__dict__["tags"] = None
252
+ __props__.__dict__["type"] = None
253
+ return AzureLargeStorageInstance(resource_name, opts=opts, __props__=__props__)
254
+
255
+ @property
256
+ @pulumi.getter(name="azureLargeStorageInstanceUniqueIdentifier")
257
+ def azure_large_storage_instance_unique_identifier(self) -> pulumi.Output[Optional[str]]:
258
+ """
259
+ Specifies the AzureLargeStorageInstance unique ID.
260
+ """
261
+ return pulumi.get(self, "azure_large_storage_instance_unique_identifier")
262
+
263
+ @property
264
+ @pulumi.getter
265
+ def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]:
266
+ """
267
+ The managed service identities assigned to this resource.
268
+ """
269
+ return pulumi.get(self, "identity")
270
+
271
+ @property
272
+ @pulumi.getter
273
+ def location(self) -> pulumi.Output[str]:
274
+ """
275
+ The geo-location where the resource lives
276
+ """
277
+ return pulumi.get(self, "location")
278
+
279
+ @property
280
+ @pulumi.getter
281
+ def name(self) -> pulumi.Output[str]:
282
+ """
283
+ The name of the resource
284
+ """
285
+ return pulumi.get(self, "name")
286
+
287
+ @property
288
+ @pulumi.getter(name="storageProperties")
289
+ def storage_properties(self) -> pulumi.Output[Optional['outputs.StoragePropertiesResponse']]:
290
+ """
291
+ Specifies the storage properties for the AzureLargeStorage instance.
292
+ """
293
+ return pulumi.get(self, "storage_properties")
294
+
295
+ @property
296
+ @pulumi.getter(name="systemData")
297
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
298
+ """
299
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
300
+ """
301
+ return pulumi.get(self, "system_data")
302
+
303
+ @property
304
+ @pulumi.getter
305
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
306
+ """
307
+ Resource tags.
308
+ """
309
+ return pulumi.get(self, "tags")
310
+
311
+ @property
312
+ @pulumi.getter
313
+ def type(self) -> pulumi.Output[str]:
314
+ """
315
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
316
+ """
317
+ return pulumi.get(self, "type")
318
+
@@ -0,0 +1,269 @@
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
+ 'GetAzureLargeInstanceResult',
20
+ 'AwaitableGetAzureLargeInstanceResult',
21
+ 'get_azure_large_instance',
22
+ 'get_azure_large_instance_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetAzureLargeInstanceResult:
27
+ """
28
+ Azure Large Instance info on Azure (ARM properties and AzureLargeInstance
29
+ properties)
30
+ """
31
+ def __init__(__self__, azure_large_instance_id=None, hardware_profile=None, hw_revision=None, id=None, location=None, name=None, network_profile=None, os_profile=None, power_state=None, provisioning_state=None, proximity_placement_group=None, storage_profile=None, system_data=None, tags=None, type=None):
32
+ if azure_large_instance_id and not isinstance(azure_large_instance_id, str):
33
+ raise TypeError("Expected argument 'azure_large_instance_id' to be a str")
34
+ pulumi.set(__self__, "azure_large_instance_id", azure_large_instance_id)
35
+ if hardware_profile and not isinstance(hardware_profile, dict):
36
+ raise TypeError("Expected argument 'hardware_profile' to be a dict")
37
+ pulumi.set(__self__, "hardware_profile", hardware_profile)
38
+ if hw_revision and not isinstance(hw_revision, str):
39
+ raise TypeError("Expected argument 'hw_revision' to be a str")
40
+ pulumi.set(__self__, "hw_revision", hw_revision)
41
+ if id and not isinstance(id, str):
42
+ raise TypeError("Expected argument 'id' to be a str")
43
+ pulumi.set(__self__, "id", id)
44
+ if location and not isinstance(location, str):
45
+ raise TypeError("Expected argument 'location' to be a str")
46
+ pulumi.set(__self__, "location", location)
47
+ if name and not isinstance(name, str):
48
+ raise TypeError("Expected argument 'name' to be a str")
49
+ pulumi.set(__self__, "name", name)
50
+ if network_profile and not isinstance(network_profile, dict):
51
+ raise TypeError("Expected argument 'network_profile' to be a dict")
52
+ pulumi.set(__self__, "network_profile", network_profile)
53
+ if os_profile and not isinstance(os_profile, dict):
54
+ raise TypeError("Expected argument 'os_profile' to be a dict")
55
+ pulumi.set(__self__, "os_profile", os_profile)
56
+ if power_state and not isinstance(power_state, str):
57
+ raise TypeError("Expected argument 'power_state' to be a str")
58
+ pulumi.set(__self__, "power_state", power_state)
59
+ if provisioning_state and not isinstance(provisioning_state, str):
60
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
61
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
62
+ if proximity_placement_group and not isinstance(proximity_placement_group, str):
63
+ raise TypeError("Expected argument 'proximity_placement_group' to be a str")
64
+ pulumi.set(__self__, "proximity_placement_group", proximity_placement_group)
65
+ if storage_profile and not isinstance(storage_profile, dict):
66
+ raise TypeError("Expected argument 'storage_profile' to be a dict")
67
+ pulumi.set(__self__, "storage_profile", storage_profile)
68
+ if system_data and not isinstance(system_data, dict):
69
+ raise TypeError("Expected argument 'system_data' to be a dict")
70
+ pulumi.set(__self__, "system_data", system_data)
71
+ if tags and not isinstance(tags, dict):
72
+ raise TypeError("Expected argument 'tags' to be a dict")
73
+ pulumi.set(__self__, "tags", tags)
74
+ if type and not isinstance(type, str):
75
+ raise TypeError("Expected argument 'type' to be a str")
76
+ pulumi.set(__self__, "type", type)
77
+
78
+ @property
79
+ @pulumi.getter(name="azureLargeInstanceId")
80
+ def azure_large_instance_id(self) -> Optional[str]:
81
+ """
82
+ Specifies the Azure Large Instance unique ID.
83
+ """
84
+ return pulumi.get(self, "azure_large_instance_id")
85
+
86
+ @property
87
+ @pulumi.getter(name="hardwareProfile")
88
+ def hardware_profile(self) -> Optional['outputs.HardwareProfileResponse']:
89
+ """
90
+ Specifies the hardware settings for the Azure Large Instance.
91
+ """
92
+ return pulumi.get(self, "hardware_profile")
93
+
94
+ @property
95
+ @pulumi.getter(name="hwRevision")
96
+ def hw_revision(self) -> Optional[str]:
97
+ """
98
+ Hardware revision of an Azure Large Instance
99
+ """
100
+ return pulumi.get(self, "hw_revision")
101
+
102
+ @property
103
+ @pulumi.getter
104
+ def id(self) -> str:
105
+ """
106
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
107
+ """
108
+ return pulumi.get(self, "id")
109
+
110
+ @property
111
+ @pulumi.getter
112
+ def location(self) -> str:
113
+ """
114
+ The geo-location where the resource lives
115
+ """
116
+ return pulumi.get(self, "location")
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def name(self) -> str:
121
+ """
122
+ The name of the resource
123
+ """
124
+ return pulumi.get(self, "name")
125
+
126
+ @property
127
+ @pulumi.getter(name="networkProfile")
128
+ def network_profile(self) -> Optional['outputs.NetworkProfileResponse']:
129
+ """
130
+ Specifies the network settings for the Azure Large Instance.
131
+ """
132
+ return pulumi.get(self, "network_profile")
133
+
134
+ @property
135
+ @pulumi.getter(name="osProfile")
136
+ def os_profile(self) -> Optional['outputs.OsProfileResponse']:
137
+ """
138
+ Specifies the operating system settings for the Azure Large Instance.
139
+ """
140
+ return pulumi.get(self, "os_profile")
141
+
142
+ @property
143
+ @pulumi.getter(name="powerState")
144
+ def power_state(self) -> Optional[str]:
145
+ """
146
+ Resource power state
147
+ """
148
+ return pulumi.get(self, "power_state")
149
+
150
+ @property
151
+ @pulumi.getter(name="provisioningState")
152
+ def provisioning_state(self) -> str:
153
+ """
154
+ State of provisioning of the AzureLargeInstance
155
+ """
156
+ return pulumi.get(self, "provisioning_state")
157
+
158
+ @property
159
+ @pulumi.getter(name="proximityPlacementGroup")
160
+ def proximity_placement_group(self) -> Optional[str]:
161
+ """
162
+ Resource proximity placement group
163
+ """
164
+ return pulumi.get(self, "proximity_placement_group")
165
+
166
+ @property
167
+ @pulumi.getter(name="storageProfile")
168
+ def storage_profile(self) -> Optional['outputs.StorageProfileResponse']:
169
+ """
170
+ Specifies the storage settings for the Azure Large Instance disks.
171
+ """
172
+ return pulumi.get(self, "storage_profile")
173
+
174
+ @property
175
+ @pulumi.getter(name="systemData")
176
+ def system_data(self) -> 'outputs.SystemDataResponse':
177
+ """
178
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
179
+ """
180
+ return pulumi.get(self, "system_data")
181
+
182
+ @property
183
+ @pulumi.getter
184
+ def tags(self) -> Optional[Mapping[str, str]]:
185
+ """
186
+ Resource tags.
187
+ """
188
+ return pulumi.get(self, "tags")
189
+
190
+ @property
191
+ @pulumi.getter
192
+ def type(self) -> str:
193
+ """
194
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
195
+ """
196
+ return pulumi.get(self, "type")
197
+
198
+
199
+ class AwaitableGetAzureLargeInstanceResult(GetAzureLargeInstanceResult):
200
+ # pylint: disable=using-constant-test
201
+ def __await__(self):
202
+ if False:
203
+ yield self
204
+ return GetAzureLargeInstanceResult(
205
+ azure_large_instance_id=self.azure_large_instance_id,
206
+ hardware_profile=self.hardware_profile,
207
+ hw_revision=self.hw_revision,
208
+ id=self.id,
209
+ location=self.location,
210
+ name=self.name,
211
+ network_profile=self.network_profile,
212
+ os_profile=self.os_profile,
213
+ power_state=self.power_state,
214
+ provisioning_state=self.provisioning_state,
215
+ proximity_placement_group=self.proximity_placement_group,
216
+ storage_profile=self.storage_profile,
217
+ system_data=self.system_data,
218
+ tags=self.tags,
219
+ type=self.type)
220
+
221
+
222
+ def get_azure_large_instance(azure_large_instance_name: Optional[str] = None,
223
+ resource_group_name: Optional[str] = None,
224
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzureLargeInstanceResult:
225
+ """
226
+ Gets an Azure Large Instance for the specified subscription, resource group,
227
+ and instance name.
228
+
229
+
230
+ :param str azure_large_instance_name: Name of the AzureLargeInstance.
231
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
232
+ """
233
+ __args__ = dict()
234
+ __args__['azureLargeInstanceName'] = azure_large_instance_name
235
+ __args__['resourceGroupName'] = resource_group_name
236
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
237
+ __ret__ = pulumi.runtime.invoke('azure-native:azurelargeinstance/v20240801preview:getAzureLargeInstance', __args__, opts=opts, typ=GetAzureLargeInstanceResult).value
238
+
239
+ return AwaitableGetAzureLargeInstanceResult(
240
+ azure_large_instance_id=pulumi.get(__ret__, 'azure_large_instance_id'),
241
+ hardware_profile=pulumi.get(__ret__, 'hardware_profile'),
242
+ hw_revision=pulumi.get(__ret__, 'hw_revision'),
243
+ id=pulumi.get(__ret__, 'id'),
244
+ location=pulumi.get(__ret__, 'location'),
245
+ name=pulumi.get(__ret__, 'name'),
246
+ network_profile=pulumi.get(__ret__, 'network_profile'),
247
+ os_profile=pulumi.get(__ret__, 'os_profile'),
248
+ power_state=pulumi.get(__ret__, 'power_state'),
249
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
250
+ proximity_placement_group=pulumi.get(__ret__, 'proximity_placement_group'),
251
+ storage_profile=pulumi.get(__ret__, 'storage_profile'),
252
+ system_data=pulumi.get(__ret__, 'system_data'),
253
+ tags=pulumi.get(__ret__, 'tags'),
254
+ type=pulumi.get(__ret__, 'type'))
255
+
256
+
257
+ @_utilities.lift_output_func(get_azure_large_instance)
258
+ def get_azure_large_instance_output(azure_large_instance_name: Optional[pulumi.Input[str]] = None,
259
+ resource_group_name: Optional[pulumi.Input[str]] = None,
260
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzureLargeInstanceResult]:
261
+ """
262
+ Gets an Azure Large Instance for the specified subscription, resource group,
263
+ and instance name.
264
+
265
+
266
+ :param str azure_large_instance_name: Name of the AzureLargeInstance.
267
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
268
+ """
269
+ ...