pulumi-azure-native 2.58.0a1724401186__py3-none-any.whl → 2.58.0a1724403460__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 +52 -0
- pulumi_azure_native/azurelargeinstance/__init__.py +22 -0
- pulumi_azure_native/azurelargeinstance/_enums.py +256 -0
- pulumi_azure_native/azurelargeinstance/_inputs.py +646 -0
- pulumi_azure_native/azurelargeinstance/azure_large_instance.py +475 -0
- pulumi_azure_native/azurelargeinstance/azure_large_storage_instance.py +320 -0
- pulumi_azure_native/azurelargeinstance/get_azure_large_instance.py +271 -0
- pulumi_azure_native/azurelargeinstance/get_azure_large_storage_instance.py +193 -0
- pulumi_azure_native/azurelargeinstance/outputs.py +795 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/__init__.py +14 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/_enums.py +256 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/_inputs.py +646 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_instance.py +473 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/azure_large_storage_instance.py +318 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_instance.py +269 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/get_azure_large_storage_instance.py +191 -0
- pulumi_azure_native/azurelargeinstance/v20240801preview/outputs.py +795 -0
- pulumi_azure_native/baremetalinfrastructure/__init__.py +5 -0
- pulumi_azure_native/baremetalinfrastructure/_enums.py +74 -0
- pulumi_azure_native/baremetalinfrastructure/_inputs.py +368 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_instance.py +502 -0
- pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +3 -3
- pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_instance.py +281 -0
- pulumi_azure_native/baremetalinfrastructure/get_azure_bare_metal_storage_instance.py +2 -2
- pulumi_azure_native/baremetalinfrastructure/outputs.py +351 -0
- pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20231101preview/azure_bare_metal_storage_instance.py +1 -1
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/__init__.py +14 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/_enums.py +106 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/_inputs.py +644 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_instance.py +500 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/azure_bare_metal_storage_instance.py +316 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_instance.py +279 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/get_azure_bare_metal_storage_instance.py +188 -0
- pulumi_azure_native/baremetalinfrastructure/v20240801preview/outputs.py +726 -0
- pulumi_azure_native/batch/__init__.py +3 -0
- pulumi_azure_native/batch/application.py +3 -3
- pulumi_azure_native/batch/application_package.py +3 -3
- pulumi_azure_native/batch/batch_account.py +3 -3
- pulumi_azure_native/batch/get_application.py +2 -2
- pulumi_azure_native/batch/get_application_package.py +2 -2
- pulumi_azure_native/batch/get_batch_account.py +2 -2
- pulumi_azure_native/batch/get_pool.py +2 -2
- pulumi_azure_native/batch/list_batch_account_keys.py +2 -2
- pulumi_azure_native/batch/pool.py +3 -3
- pulumi_azure_native/batch/v20220101/batch_account.py +1 -1
- pulumi_azure_native/batch/v20230501/application.py +1 -1
- pulumi_azure_native/batch/v20230501/application_package.py +1 -1
- pulumi_azure_native/batch/v20230501/batch_account.py +1 -1
- pulumi_azure_native/batch/v20230501/pool.py +1 -1
- pulumi_azure_native/batch/v20231101/application.py +1 -1
- pulumi_azure_native/batch/v20231101/application_package.py +1 -1
- pulumi_azure_native/batch/v20231101/batch_account.py +1 -1
- pulumi_azure_native/batch/v20231101/pool.py +1 -1
- pulumi_azure_native/batch/v20240201/application.py +1 -1
- pulumi_azure_native/batch/v20240201/application_package.py +1 -1
- pulumi_azure_native/batch/v20240201/batch_account.py +1 -1
- pulumi_azure_native/batch/v20240201/pool.py +1 -1
- pulumi_azure_native/batch/v20240701/__init__.py +19 -0
- pulumi_azure_native/batch/v20240701/_enums.py +510 -0
- pulumi_azure_native/batch/v20240701/_inputs.py +4319 -0
- pulumi_azure_native/batch/v20240701/application.py +305 -0
- pulumi_azure_native/batch/v20240701/application_package.py +289 -0
- pulumi_azure_native/batch/v20240701/batch_account.py +545 -0
- pulumi_azure_native/batch/v20240701/get_application.py +179 -0
- pulumi_azure_native/batch/v20240701/get_application_package.py +210 -0
- pulumi_azure_native/batch/v20240701/get_batch_account.py +364 -0
- pulumi_azure_native/batch/v20240701/get_pool.py +503 -0
- pulumi_azure_native/batch/v20240701/list_batch_account_keys.py +109 -0
- pulumi_azure_native/batch/v20240701/outputs.py +4161 -0
- pulumi_azure_native/batch/v20240701/pool.py +854 -0
- pulumi_azure_native/hardwaresecuritymodules/__init__.py +3 -0
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
- pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +5 -1
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
- pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +4 -0
- pulumi_azure_native/hardwaresecuritymodules/v20211130/dedicated_hsm.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20220831preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20231210preview/cloud_hsm_cluster_private_endpoint_connection.py +1 -1
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/__init__.py +16 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_enums.py +100 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/_inputs.py +405 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster.py +428 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/cloud_hsm_cluster_private_endpoint_connection.py +262 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/dedicated_hsm.py +394 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster.py +279 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_cloud_hsm_cluster_private_endpoint_connection.py +193 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/get_dedicated_hsm.py +240 -0
- pulumi_azure_native/hardwaresecuritymodules/v20240630preview/outputs.py +772 -0
- pulumi_azure_native/machinelearningservices/v20240701preview/_inputs.py +20 -0
- pulumi_azure_native/machinelearningservices/v20240701preview/outputs.py +12 -11
- pulumi_azure_native/pulumi-plugin.json +1 -1
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/RECORD +101 -52
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.58.0a1724401186.dist-info → pulumi_azure_native-2.58.0a1724403460.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,240 @@
|
|
|
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
|
+
'GetDedicatedHsmResult',
|
|
20
|
+
'AwaitableGetDedicatedHsmResult',
|
|
21
|
+
'get_dedicated_hsm',
|
|
22
|
+
'get_dedicated_hsm_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetDedicatedHsmResult:
|
|
27
|
+
"""
|
|
28
|
+
Resource information with extended details.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, location=None, management_network_profile=None, name=None, network_profile=None, provisioning_state=None, sku=None, stamp_id=None, status_message=None, system_data=None, tags=None, type=None, zones=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 management_network_profile and not isinstance(management_network_profile, dict):
|
|
38
|
+
raise TypeError("Expected argument 'management_network_profile' to be a dict")
|
|
39
|
+
pulumi.set(__self__, "management_network_profile", management_network_profile)
|
|
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 network_profile and not isinstance(network_profile, dict):
|
|
44
|
+
raise TypeError("Expected argument 'network_profile' to be a dict")
|
|
45
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
46
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
47
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
48
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
49
|
+
if sku and not isinstance(sku, dict):
|
|
50
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "sku", sku)
|
|
52
|
+
if stamp_id and not isinstance(stamp_id, str):
|
|
53
|
+
raise TypeError("Expected argument 'stamp_id' to be a str")
|
|
54
|
+
pulumi.set(__self__, "stamp_id", stamp_id)
|
|
55
|
+
if status_message and not isinstance(status_message, str):
|
|
56
|
+
raise TypeError("Expected argument 'status_message' to be a str")
|
|
57
|
+
pulumi.set(__self__, "status_message", status_message)
|
|
58
|
+
if system_data and not isinstance(system_data, dict):
|
|
59
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
+
if tags and not isinstance(tags, dict):
|
|
62
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
63
|
+
pulumi.set(__self__, "tags", tags)
|
|
64
|
+
if type and not isinstance(type, str):
|
|
65
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
66
|
+
pulumi.set(__self__, "type", type)
|
|
67
|
+
if zones and not isinstance(zones, list):
|
|
68
|
+
raise TypeError("Expected argument 'zones' to be a list")
|
|
69
|
+
pulumi.set(__self__, "zones", zones)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter
|
|
73
|
+
def id(self) -> str:
|
|
74
|
+
"""
|
|
75
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "id")
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def location(self) -> str:
|
|
82
|
+
"""
|
|
83
|
+
The geo-location where the resource lives
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "location")
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="managementNetworkProfile")
|
|
89
|
+
def management_network_profile(self) -> Optional['outputs.NetworkProfileResponse']:
|
|
90
|
+
"""
|
|
91
|
+
Specifies the management network interfaces of the dedicated hsm.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "management_network_profile")
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter
|
|
97
|
+
def name(self) -> str:
|
|
98
|
+
"""
|
|
99
|
+
The name of the resource
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "name")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="networkProfile")
|
|
105
|
+
def network_profile(self) -> Optional['outputs.NetworkProfileResponse']:
|
|
106
|
+
"""
|
|
107
|
+
Specifies the network interfaces of the dedicated hsm.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "network_profile")
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="provisioningState")
|
|
113
|
+
def provisioning_state(self) -> str:
|
|
114
|
+
"""
|
|
115
|
+
Provisioning state.
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "provisioning_state")
|
|
118
|
+
|
|
119
|
+
@property
|
|
120
|
+
@pulumi.getter
|
|
121
|
+
def sku(self) -> 'outputs.SkuResponse':
|
|
122
|
+
"""
|
|
123
|
+
SKU details
|
|
124
|
+
"""
|
|
125
|
+
return pulumi.get(self, "sku")
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter(name="stampId")
|
|
129
|
+
def stamp_id(self) -> Optional[str]:
|
|
130
|
+
"""
|
|
131
|
+
This field will be used when RP does not support Availability zones.
|
|
132
|
+
"""
|
|
133
|
+
return pulumi.get(self, "stamp_id")
|
|
134
|
+
|
|
135
|
+
@property
|
|
136
|
+
@pulumi.getter(name="statusMessage")
|
|
137
|
+
def status_message(self) -> str:
|
|
138
|
+
"""
|
|
139
|
+
Resource Status Message.
|
|
140
|
+
"""
|
|
141
|
+
return pulumi.get(self, "status_message")
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="systemData")
|
|
145
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
146
|
+
"""
|
|
147
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
148
|
+
"""
|
|
149
|
+
return pulumi.get(self, "system_data")
|
|
150
|
+
|
|
151
|
+
@property
|
|
152
|
+
@pulumi.getter
|
|
153
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
154
|
+
"""
|
|
155
|
+
Resource tags.
|
|
156
|
+
"""
|
|
157
|
+
return pulumi.get(self, "tags")
|
|
158
|
+
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter
|
|
161
|
+
def type(self) -> str:
|
|
162
|
+
"""
|
|
163
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "type")
|
|
166
|
+
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter
|
|
169
|
+
def zones(self) -> Optional[Sequence[str]]:
|
|
170
|
+
"""
|
|
171
|
+
The Dedicated Hsm zones.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "zones")
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
class AwaitableGetDedicatedHsmResult(GetDedicatedHsmResult):
|
|
177
|
+
# pylint: disable=using-constant-test
|
|
178
|
+
def __await__(self):
|
|
179
|
+
if False:
|
|
180
|
+
yield self
|
|
181
|
+
return GetDedicatedHsmResult(
|
|
182
|
+
id=self.id,
|
|
183
|
+
location=self.location,
|
|
184
|
+
management_network_profile=self.management_network_profile,
|
|
185
|
+
name=self.name,
|
|
186
|
+
network_profile=self.network_profile,
|
|
187
|
+
provisioning_state=self.provisioning_state,
|
|
188
|
+
sku=self.sku,
|
|
189
|
+
stamp_id=self.stamp_id,
|
|
190
|
+
status_message=self.status_message,
|
|
191
|
+
system_data=self.system_data,
|
|
192
|
+
tags=self.tags,
|
|
193
|
+
type=self.type,
|
|
194
|
+
zones=self.zones)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
def get_dedicated_hsm(name: Optional[str] = None,
|
|
198
|
+
resource_group_name: Optional[str] = None,
|
|
199
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDedicatedHsmResult:
|
|
200
|
+
"""
|
|
201
|
+
Gets the specified Azure dedicated HSM.
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
:param str name: Name of the dedicated Hsm
|
|
205
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
206
|
+
"""
|
|
207
|
+
__args__ = dict()
|
|
208
|
+
__args__['name'] = name
|
|
209
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
210
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
211
|
+
__ret__ = pulumi.runtime.invoke('azure-native:hardwaresecuritymodules/v20240630preview:getDedicatedHsm', __args__, opts=opts, typ=GetDedicatedHsmResult).value
|
|
212
|
+
|
|
213
|
+
return AwaitableGetDedicatedHsmResult(
|
|
214
|
+
id=pulumi.get(__ret__, 'id'),
|
|
215
|
+
location=pulumi.get(__ret__, 'location'),
|
|
216
|
+
management_network_profile=pulumi.get(__ret__, 'management_network_profile'),
|
|
217
|
+
name=pulumi.get(__ret__, 'name'),
|
|
218
|
+
network_profile=pulumi.get(__ret__, 'network_profile'),
|
|
219
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
220
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
221
|
+
stamp_id=pulumi.get(__ret__, 'stamp_id'),
|
|
222
|
+
status_message=pulumi.get(__ret__, 'status_message'),
|
|
223
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
224
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
225
|
+
type=pulumi.get(__ret__, 'type'),
|
|
226
|
+
zones=pulumi.get(__ret__, 'zones'))
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
@_utilities.lift_output_func(get_dedicated_hsm)
|
|
230
|
+
def get_dedicated_hsm_output(name: Optional[pulumi.Input[str]] = None,
|
|
231
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
232
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDedicatedHsmResult]:
|
|
233
|
+
"""
|
|
234
|
+
Gets the specified Azure dedicated HSM.
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
:param str name: Name of the dedicated Hsm
|
|
238
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
239
|
+
"""
|
|
240
|
+
...
|