pulumi-azure-native 2.79.0__py3-none-any.whl → 2.79.0a1734514969__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 +0 -46
- pulumi_azure_native/azurefleet/_enums.py +2 -2
- pulumi_azure_native/azurefleet/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
- pulumi_azure_native/compute/__init__.py +0 -3
- pulumi_azure_native/compute/cloud_service.py +1 -5
- pulumi_azure_native/compute/get_cloud_service.py +0 -4
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/datadog/__init__.py +0 -7
- pulumi_azure_native/datadog/get_monitor.py +2 -2
- pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
- pulumi_azure_native/datadog/get_monitored_subscription.py +0 -4
- pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
- pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
- pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
- pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
- pulumi_azure_native/datadog/monitor.py +3 -3
- pulumi_azure_native/datadog/monitored_subscription.py +1 -5
- pulumi_azure_native/datadog/outputs.py +0 -120
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
- pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
- pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
- pulumi_azure_native/datafactory/_inputs.py +6 -6
- pulumi_azure_native/datafactory/outputs.py +4 -4
- pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +0 -3
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/servicenetworking/__init__.py +0 -3
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +0 -4
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +1 -5
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734514969.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734514969.dist-info}/RECORD +82 -135
- pulumi_azure_native/compute/v20241104/__init__.py +0 -12
- pulumi_azure_native/compute/v20241104/_enums.py +0 -31
- pulumi_azure_native/compute/v20241104/_inputs.py +0 -1324
- pulumi_azure_native/compute/v20241104/cloud_service.py +0 -287
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +0 -185
- pulumi_azure_native/compute/v20241104/outputs.py +0 -1082
- pulumi_azure_native/datadog/get_billing_info.py +0 -103
- pulumi_azure_native/datadog/v20230707/__init__.py +0 -19
- pulumi_azure_native/datadog/v20230707/_enums.py +0 -58
- pulumi_azure_native/datadog/v20230707/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20230707/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20230707/monitor.py +0 -282
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20230707/outputs.py +0 -1125
- pulumi_azure_native/datadog/v20231020/__init__.py +0 -20
- pulumi_azure_native/datadog/v20231020/_enums.py +0 -58
- pulumi_azure_native/datadog/v20231020/_inputs.py +0 -911
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +0 -101
- pulumi_azure_native/datadog/v20231020/get_monitor.py +0 -182
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +0 -123
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +0 -135
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +0 -101
- pulumi_azure_native/datadog/v20231020/monitor.py +0 -282
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +0 -211
- pulumi_azure_native/datadog/v20231020/outputs.py +0 -1257
- pulumi_azure_native/quota/v20241218preview/__init__.py +0 -13
- pulumi_azure_native/quota/v20241218preview/_inputs.py +0 -55
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +0 -140
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +0 -140
- pulumi_azure_native/quota/v20241218preview/group_quota.py +0 -191
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +0 -177
- pulumi_azure_native/quota/v20241218preview/outputs.py +0 -230
- pulumi_azure_native/servicenetworking/v20250101/__init__.py +0 -18
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +0 -19
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +0 -171
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +0 -319
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +0 -268
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +0 -191
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +0 -205
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +0 -241
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +0 -265
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +0 -298
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +0 -307
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734514969.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0.dist-info → pulumi_azure_native-2.79.0a1734514969.dist-info}/top_level.txt +0 -0
|
@@ -1,1082 +0,0 @@
|
|
|
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
|
-
'CloudServiceExtensionProfileResponse',
|
|
21
|
-
'CloudServiceExtensionPropertiesResponse',
|
|
22
|
-
'CloudServiceNetworkProfileResponse',
|
|
23
|
-
'CloudServiceOsProfileResponse',
|
|
24
|
-
'CloudServicePropertiesResponse',
|
|
25
|
-
'CloudServiceRoleProfilePropertiesResponse',
|
|
26
|
-
'CloudServiceRoleProfileResponse',
|
|
27
|
-
'CloudServiceRoleSkuResponse',
|
|
28
|
-
'CloudServiceVaultAndSecretReferenceResponse',
|
|
29
|
-
'CloudServiceVaultCertificateResponse',
|
|
30
|
-
'CloudServiceVaultSecretGroupResponse',
|
|
31
|
-
'ExtensionResponse',
|
|
32
|
-
'LoadBalancerConfigurationPropertiesResponse',
|
|
33
|
-
'LoadBalancerConfigurationResponse',
|
|
34
|
-
'LoadBalancerFrontendIpConfigurationPropertiesResponse',
|
|
35
|
-
'LoadBalancerFrontendIpConfigurationResponse',
|
|
36
|
-
'SubResourceResponse',
|
|
37
|
-
'SystemDataResponse',
|
|
38
|
-
]
|
|
39
|
-
|
|
40
|
-
@pulumi.output_type
|
|
41
|
-
class CloudServiceExtensionProfileResponse(dict):
|
|
42
|
-
"""
|
|
43
|
-
Describes a cloud service extension profile.
|
|
44
|
-
"""
|
|
45
|
-
def __init__(__self__, *,
|
|
46
|
-
extensions: Optional[Sequence['outputs.ExtensionResponse']] = None):
|
|
47
|
-
"""
|
|
48
|
-
Describes a cloud service extension profile.
|
|
49
|
-
:param Sequence['ExtensionResponse'] extensions: List of extensions for the cloud service.
|
|
50
|
-
"""
|
|
51
|
-
if extensions is not None:
|
|
52
|
-
pulumi.set(__self__, "extensions", extensions)
|
|
53
|
-
|
|
54
|
-
@property
|
|
55
|
-
@pulumi.getter
|
|
56
|
-
def extensions(self) -> Optional[Sequence['outputs.ExtensionResponse']]:
|
|
57
|
-
"""
|
|
58
|
-
List of extensions for the cloud service.
|
|
59
|
-
"""
|
|
60
|
-
return pulumi.get(self, "extensions")
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
@pulumi.output_type
|
|
64
|
-
class CloudServiceExtensionPropertiesResponse(dict):
|
|
65
|
-
"""
|
|
66
|
-
Extension Properties.
|
|
67
|
-
"""
|
|
68
|
-
@staticmethod
|
|
69
|
-
def __key_warning(key: str):
|
|
70
|
-
suggest = None
|
|
71
|
-
if key == "provisioningState":
|
|
72
|
-
suggest = "provisioning_state"
|
|
73
|
-
elif key == "autoUpgradeMinorVersion":
|
|
74
|
-
suggest = "auto_upgrade_minor_version"
|
|
75
|
-
elif key == "forceUpdateTag":
|
|
76
|
-
suggest = "force_update_tag"
|
|
77
|
-
elif key == "protectedSettings":
|
|
78
|
-
suggest = "protected_settings"
|
|
79
|
-
elif key == "protectedSettingsFromKeyVault":
|
|
80
|
-
suggest = "protected_settings_from_key_vault"
|
|
81
|
-
elif key == "rolesAppliedTo":
|
|
82
|
-
suggest = "roles_applied_to"
|
|
83
|
-
elif key == "typeHandlerVersion":
|
|
84
|
-
suggest = "type_handler_version"
|
|
85
|
-
|
|
86
|
-
if suggest:
|
|
87
|
-
pulumi.log.warn(f"Key '{key}' not found in CloudServiceExtensionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
88
|
-
|
|
89
|
-
def __getitem__(self, key: str) -> Any:
|
|
90
|
-
CloudServiceExtensionPropertiesResponse.__key_warning(key)
|
|
91
|
-
return super().__getitem__(key)
|
|
92
|
-
|
|
93
|
-
def get(self, key: str, default = None) -> Any:
|
|
94
|
-
CloudServiceExtensionPropertiesResponse.__key_warning(key)
|
|
95
|
-
return super().get(key, default)
|
|
96
|
-
|
|
97
|
-
def __init__(__self__, *,
|
|
98
|
-
provisioning_state: str,
|
|
99
|
-
auto_upgrade_minor_version: Optional[bool] = None,
|
|
100
|
-
force_update_tag: Optional[str] = None,
|
|
101
|
-
protected_settings: Optional[Any] = None,
|
|
102
|
-
protected_settings_from_key_vault: Optional['outputs.CloudServiceVaultAndSecretReferenceResponse'] = None,
|
|
103
|
-
publisher: Optional[str] = None,
|
|
104
|
-
roles_applied_to: Optional[Sequence[str]] = None,
|
|
105
|
-
settings: Optional[Any] = None,
|
|
106
|
-
type: Optional[str] = None,
|
|
107
|
-
type_handler_version: Optional[str] = None):
|
|
108
|
-
"""
|
|
109
|
-
Extension Properties.
|
|
110
|
-
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
111
|
-
:param bool auto_upgrade_minor_version: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.
|
|
112
|
-
:param str force_update_tag: Tag to force apply the provided public and protected settings.
|
|
113
|
-
Changing the tag value allows for re-running the extension without changing any of the public or protected settings.
|
|
114
|
-
If forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.
|
|
115
|
-
If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and
|
|
116
|
-
it is up to handler implementation whether to re-run it or not
|
|
117
|
-
:param Any protected_settings: Protected settings for the extension which are encrypted before sent to the role instance.
|
|
118
|
-
:param 'CloudServiceVaultAndSecretReferenceResponse' protected_settings_from_key_vault: Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
119
|
-
:param str publisher: The name of the extension handler publisher.
|
|
120
|
-
:param Sequence[str] roles_applied_to: Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service.
|
|
121
|
-
:param Any settings: Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension.
|
|
122
|
-
:param str type: Specifies the type of the extension.
|
|
123
|
-
:param str type_handler_version: Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance.
|
|
124
|
-
"""
|
|
125
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
126
|
-
if auto_upgrade_minor_version is not None:
|
|
127
|
-
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
128
|
-
if force_update_tag is not None:
|
|
129
|
-
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
130
|
-
if protected_settings is not None:
|
|
131
|
-
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
132
|
-
if protected_settings_from_key_vault is not None:
|
|
133
|
-
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
134
|
-
if publisher is not None:
|
|
135
|
-
pulumi.set(__self__, "publisher", publisher)
|
|
136
|
-
if roles_applied_to is not None:
|
|
137
|
-
pulumi.set(__self__, "roles_applied_to", roles_applied_to)
|
|
138
|
-
if settings is not None:
|
|
139
|
-
pulumi.set(__self__, "settings", settings)
|
|
140
|
-
if type is not None:
|
|
141
|
-
pulumi.set(__self__, "type", type)
|
|
142
|
-
if type_handler_version is not None:
|
|
143
|
-
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
144
|
-
|
|
145
|
-
@property
|
|
146
|
-
@pulumi.getter(name="provisioningState")
|
|
147
|
-
def provisioning_state(self) -> str:
|
|
148
|
-
"""
|
|
149
|
-
The provisioning state, which only appears in the response.
|
|
150
|
-
"""
|
|
151
|
-
return pulumi.get(self, "provisioning_state")
|
|
152
|
-
|
|
153
|
-
@property
|
|
154
|
-
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
155
|
-
def auto_upgrade_minor_version(self) -> Optional[bool]:
|
|
156
|
-
"""
|
|
157
|
-
Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.
|
|
158
|
-
"""
|
|
159
|
-
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
160
|
-
|
|
161
|
-
@property
|
|
162
|
-
@pulumi.getter(name="forceUpdateTag")
|
|
163
|
-
def force_update_tag(self) -> Optional[str]:
|
|
164
|
-
"""
|
|
165
|
-
Tag to force apply the provided public and protected settings.
|
|
166
|
-
Changing the tag value allows for re-running the extension without changing any of the public or protected settings.
|
|
167
|
-
If forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.
|
|
168
|
-
If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and
|
|
169
|
-
it is up to handler implementation whether to re-run it or not
|
|
170
|
-
"""
|
|
171
|
-
return pulumi.get(self, "force_update_tag")
|
|
172
|
-
|
|
173
|
-
@property
|
|
174
|
-
@pulumi.getter(name="protectedSettings")
|
|
175
|
-
def protected_settings(self) -> Optional[Any]:
|
|
176
|
-
"""
|
|
177
|
-
Protected settings for the extension which are encrypted before sent to the role instance.
|
|
178
|
-
"""
|
|
179
|
-
return pulumi.get(self, "protected_settings")
|
|
180
|
-
|
|
181
|
-
@property
|
|
182
|
-
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
183
|
-
def protected_settings_from_key_vault(self) -> Optional['outputs.CloudServiceVaultAndSecretReferenceResponse']:
|
|
184
|
-
"""
|
|
185
|
-
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
186
|
-
"""
|
|
187
|
-
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
188
|
-
|
|
189
|
-
@property
|
|
190
|
-
@pulumi.getter
|
|
191
|
-
def publisher(self) -> Optional[str]:
|
|
192
|
-
"""
|
|
193
|
-
The name of the extension handler publisher.
|
|
194
|
-
"""
|
|
195
|
-
return pulumi.get(self, "publisher")
|
|
196
|
-
|
|
197
|
-
@property
|
|
198
|
-
@pulumi.getter(name="rolesAppliedTo")
|
|
199
|
-
def roles_applied_to(self) -> Optional[Sequence[str]]:
|
|
200
|
-
"""
|
|
201
|
-
Optional list of roles to apply this extension. If property is not specified or '*' is specified, extension is applied to all roles in the cloud service.
|
|
202
|
-
"""
|
|
203
|
-
return pulumi.get(self, "roles_applied_to")
|
|
204
|
-
|
|
205
|
-
@property
|
|
206
|
-
@pulumi.getter
|
|
207
|
-
def settings(self) -> Optional[Any]:
|
|
208
|
-
"""
|
|
209
|
-
Public settings for the extension. For JSON extensions, this is the JSON settings for the extension. For XML Extension (like RDP), this is the XML setting for the extension.
|
|
210
|
-
"""
|
|
211
|
-
return pulumi.get(self, "settings")
|
|
212
|
-
|
|
213
|
-
@property
|
|
214
|
-
@pulumi.getter
|
|
215
|
-
def type(self) -> Optional[str]:
|
|
216
|
-
"""
|
|
217
|
-
Specifies the type of the extension.
|
|
218
|
-
"""
|
|
219
|
-
return pulumi.get(self, "type")
|
|
220
|
-
|
|
221
|
-
@property
|
|
222
|
-
@pulumi.getter(name="typeHandlerVersion")
|
|
223
|
-
def type_handler_version(self) -> Optional[str]:
|
|
224
|
-
"""
|
|
225
|
-
Specifies the version of the extension. Specifies the version of the extension. If this element is not specified or an asterisk (*) is used as the value, the latest version of the extension is used. If the value is specified with a major version number and an asterisk as the minor version number (X.), the latest minor version of the specified major version is selected. If a major version number and a minor version number are specified (X.Y), the specific extension version is selected. If a version is specified, an auto-upgrade is performed on the role instance.
|
|
226
|
-
"""
|
|
227
|
-
return pulumi.get(self, "type_handler_version")
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
@pulumi.output_type
|
|
231
|
-
class CloudServiceNetworkProfileResponse(dict):
|
|
232
|
-
"""
|
|
233
|
-
Network Profile for the cloud service.
|
|
234
|
-
"""
|
|
235
|
-
@staticmethod
|
|
236
|
-
def __key_warning(key: str):
|
|
237
|
-
suggest = None
|
|
238
|
-
if key == "loadBalancerConfigurations":
|
|
239
|
-
suggest = "load_balancer_configurations"
|
|
240
|
-
elif key == "slotType":
|
|
241
|
-
suggest = "slot_type"
|
|
242
|
-
elif key == "swappableCloudService":
|
|
243
|
-
suggest = "swappable_cloud_service"
|
|
244
|
-
|
|
245
|
-
if suggest:
|
|
246
|
-
pulumi.log.warn(f"Key '{key}' not found in CloudServiceNetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
247
|
-
|
|
248
|
-
def __getitem__(self, key: str) -> Any:
|
|
249
|
-
CloudServiceNetworkProfileResponse.__key_warning(key)
|
|
250
|
-
return super().__getitem__(key)
|
|
251
|
-
|
|
252
|
-
def get(self, key: str, default = None) -> Any:
|
|
253
|
-
CloudServiceNetworkProfileResponse.__key_warning(key)
|
|
254
|
-
return super().get(key, default)
|
|
255
|
-
|
|
256
|
-
def __init__(__self__, *,
|
|
257
|
-
load_balancer_configurations: Optional[Sequence['outputs.LoadBalancerConfigurationResponse']] = None,
|
|
258
|
-
slot_type: Optional[str] = None,
|
|
259
|
-
swappable_cloud_service: Optional['outputs.SubResourceResponse'] = None):
|
|
260
|
-
"""
|
|
261
|
-
Network Profile for the cloud service.
|
|
262
|
-
:param Sequence['LoadBalancerConfigurationResponse'] load_balancer_configurations: List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer.
|
|
263
|
-
:param str slot_type: Slot type for the cloud service.
|
|
264
|
-
Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />
|
|
265
|
-
If not specified, the default value is Production.
|
|
266
|
-
:param 'SubResourceResponse' swappable_cloud_service: The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown.
|
|
267
|
-
"""
|
|
268
|
-
if load_balancer_configurations is not None:
|
|
269
|
-
pulumi.set(__self__, "load_balancer_configurations", load_balancer_configurations)
|
|
270
|
-
if slot_type is not None:
|
|
271
|
-
pulumi.set(__self__, "slot_type", slot_type)
|
|
272
|
-
if swappable_cloud_service is not None:
|
|
273
|
-
pulumi.set(__self__, "swappable_cloud_service", swappable_cloud_service)
|
|
274
|
-
|
|
275
|
-
@property
|
|
276
|
-
@pulumi.getter(name="loadBalancerConfigurations")
|
|
277
|
-
def load_balancer_configurations(self) -> Optional[Sequence['outputs.LoadBalancerConfigurationResponse']]:
|
|
278
|
-
"""
|
|
279
|
-
List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer.
|
|
280
|
-
"""
|
|
281
|
-
return pulumi.get(self, "load_balancer_configurations")
|
|
282
|
-
|
|
283
|
-
@property
|
|
284
|
-
@pulumi.getter(name="slotType")
|
|
285
|
-
def slot_type(self) -> Optional[str]:
|
|
286
|
-
"""
|
|
287
|
-
Slot type for the cloud service.
|
|
288
|
-
Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />
|
|
289
|
-
If not specified, the default value is Production.
|
|
290
|
-
"""
|
|
291
|
-
return pulumi.get(self, "slot_type")
|
|
292
|
-
|
|
293
|
-
@property
|
|
294
|
-
@pulumi.getter(name="swappableCloudService")
|
|
295
|
-
def swappable_cloud_service(self) -> Optional['outputs.SubResourceResponse']:
|
|
296
|
-
"""
|
|
297
|
-
The id reference of the cloud service containing the target IP with which the subject cloud service can perform a swap. This property cannot be updated once it is set. The swappable cloud service referred by this id must be present otherwise an error will be thrown.
|
|
298
|
-
"""
|
|
299
|
-
return pulumi.get(self, "swappable_cloud_service")
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
@pulumi.output_type
|
|
303
|
-
class CloudServiceOsProfileResponse(dict):
|
|
304
|
-
"""
|
|
305
|
-
Describes the OS profile for the cloud service.
|
|
306
|
-
"""
|
|
307
|
-
def __init__(__self__, *,
|
|
308
|
-
secrets: Optional[Sequence['outputs.CloudServiceVaultSecretGroupResponse']] = None):
|
|
309
|
-
"""
|
|
310
|
-
Describes the OS profile for the cloud service.
|
|
311
|
-
:param Sequence['CloudServiceVaultSecretGroupResponse'] secrets: Specifies set of certificates that should be installed onto the role instances.
|
|
312
|
-
"""
|
|
313
|
-
if secrets is not None:
|
|
314
|
-
pulumi.set(__self__, "secrets", secrets)
|
|
315
|
-
|
|
316
|
-
@property
|
|
317
|
-
@pulumi.getter
|
|
318
|
-
def secrets(self) -> Optional[Sequence['outputs.CloudServiceVaultSecretGroupResponse']]:
|
|
319
|
-
"""
|
|
320
|
-
Specifies set of certificates that should be installed onto the role instances.
|
|
321
|
-
"""
|
|
322
|
-
return pulumi.get(self, "secrets")
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
@pulumi.output_type
|
|
326
|
-
class CloudServicePropertiesResponse(dict):
|
|
327
|
-
"""
|
|
328
|
-
Cloud service properties
|
|
329
|
-
"""
|
|
330
|
-
@staticmethod
|
|
331
|
-
def __key_warning(key: str):
|
|
332
|
-
suggest = None
|
|
333
|
-
if key == "provisioningState":
|
|
334
|
-
suggest = "provisioning_state"
|
|
335
|
-
elif key == "uniqueId":
|
|
336
|
-
suggest = "unique_id"
|
|
337
|
-
elif key == "allowModelOverride":
|
|
338
|
-
suggest = "allow_model_override"
|
|
339
|
-
elif key == "configurationUrl":
|
|
340
|
-
suggest = "configuration_url"
|
|
341
|
-
elif key == "extensionProfile":
|
|
342
|
-
suggest = "extension_profile"
|
|
343
|
-
elif key == "networkProfile":
|
|
344
|
-
suggest = "network_profile"
|
|
345
|
-
elif key == "osProfile":
|
|
346
|
-
suggest = "os_profile"
|
|
347
|
-
elif key == "packageUrl":
|
|
348
|
-
suggest = "package_url"
|
|
349
|
-
elif key == "roleProfile":
|
|
350
|
-
suggest = "role_profile"
|
|
351
|
-
elif key == "startCloudService":
|
|
352
|
-
suggest = "start_cloud_service"
|
|
353
|
-
elif key == "upgradeMode":
|
|
354
|
-
suggest = "upgrade_mode"
|
|
355
|
-
|
|
356
|
-
if suggest:
|
|
357
|
-
pulumi.log.warn(f"Key '{key}' not found in CloudServicePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
358
|
-
|
|
359
|
-
def __getitem__(self, key: str) -> Any:
|
|
360
|
-
CloudServicePropertiesResponse.__key_warning(key)
|
|
361
|
-
return super().__getitem__(key)
|
|
362
|
-
|
|
363
|
-
def get(self, key: str, default = None) -> Any:
|
|
364
|
-
CloudServicePropertiesResponse.__key_warning(key)
|
|
365
|
-
return super().get(key, default)
|
|
366
|
-
|
|
367
|
-
def __init__(__self__, *,
|
|
368
|
-
provisioning_state: str,
|
|
369
|
-
unique_id: str,
|
|
370
|
-
allow_model_override: Optional[bool] = None,
|
|
371
|
-
configuration: Optional[str] = None,
|
|
372
|
-
configuration_url: Optional[str] = None,
|
|
373
|
-
extension_profile: Optional['outputs.CloudServiceExtensionProfileResponse'] = None,
|
|
374
|
-
network_profile: Optional['outputs.CloudServiceNetworkProfileResponse'] = None,
|
|
375
|
-
os_profile: Optional['outputs.CloudServiceOsProfileResponse'] = None,
|
|
376
|
-
package_url: Optional[str] = None,
|
|
377
|
-
role_profile: Optional['outputs.CloudServiceRoleProfileResponse'] = None,
|
|
378
|
-
start_cloud_service: Optional[bool] = None,
|
|
379
|
-
upgrade_mode: Optional[str] = None):
|
|
380
|
-
"""
|
|
381
|
-
Cloud service properties
|
|
382
|
-
:param str provisioning_state: The provisioning state, which only appears in the response.
|
|
383
|
-
:param str unique_id: The unique identifier for the cloud service.
|
|
384
|
-
:param bool allow_model_override: (Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.
|
|
385
|
-
The default value is `false`.
|
|
386
|
-
:param str configuration: Specifies the XML service configuration (.cscfg) for the cloud service.
|
|
387
|
-
:param str configuration_url: Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.
|
|
388
|
-
This is a write-only property and is not returned in GET calls.
|
|
389
|
-
:param 'CloudServiceExtensionProfileResponse' extension_profile: Describes a cloud service extension profile.
|
|
390
|
-
:param 'CloudServiceNetworkProfileResponse' network_profile: Network Profile for the cloud service.
|
|
391
|
-
:param 'CloudServiceOsProfileResponse' os_profile: Describes the OS profile for the cloud service.
|
|
392
|
-
:param str package_url: Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.
|
|
393
|
-
This is a write-only property and is not returned in GET calls.
|
|
394
|
-
:param 'CloudServiceRoleProfileResponse' role_profile: Describes the role profile for the cloud service.
|
|
395
|
-
:param bool start_cloud_service: (Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.
|
|
396
|
-
If false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff.
|
|
397
|
-
:param str upgrade_mode: Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.
|
|
398
|
-
Possible Values are <br /><br />**Auto**<br /><br />**Manual** <br /><br />**Simultaneous**<br /><br />
|
|
399
|
-
If not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence.
|
|
400
|
-
"""
|
|
401
|
-
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
402
|
-
pulumi.set(__self__, "unique_id", unique_id)
|
|
403
|
-
if allow_model_override is not None:
|
|
404
|
-
pulumi.set(__self__, "allow_model_override", allow_model_override)
|
|
405
|
-
if configuration is not None:
|
|
406
|
-
pulumi.set(__self__, "configuration", configuration)
|
|
407
|
-
if configuration_url is not None:
|
|
408
|
-
pulumi.set(__self__, "configuration_url", configuration_url)
|
|
409
|
-
if extension_profile is not None:
|
|
410
|
-
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
411
|
-
if network_profile is not None:
|
|
412
|
-
pulumi.set(__self__, "network_profile", network_profile)
|
|
413
|
-
if os_profile is not None:
|
|
414
|
-
pulumi.set(__self__, "os_profile", os_profile)
|
|
415
|
-
if package_url is not None:
|
|
416
|
-
pulumi.set(__self__, "package_url", package_url)
|
|
417
|
-
if role_profile is not None:
|
|
418
|
-
pulumi.set(__self__, "role_profile", role_profile)
|
|
419
|
-
if start_cloud_service is not None:
|
|
420
|
-
pulumi.set(__self__, "start_cloud_service", start_cloud_service)
|
|
421
|
-
if upgrade_mode is not None:
|
|
422
|
-
pulumi.set(__self__, "upgrade_mode", upgrade_mode)
|
|
423
|
-
|
|
424
|
-
@property
|
|
425
|
-
@pulumi.getter(name="provisioningState")
|
|
426
|
-
def provisioning_state(self) -> str:
|
|
427
|
-
"""
|
|
428
|
-
The provisioning state, which only appears in the response.
|
|
429
|
-
"""
|
|
430
|
-
return pulumi.get(self, "provisioning_state")
|
|
431
|
-
|
|
432
|
-
@property
|
|
433
|
-
@pulumi.getter(name="uniqueId")
|
|
434
|
-
def unique_id(self) -> str:
|
|
435
|
-
"""
|
|
436
|
-
The unique identifier for the cloud service.
|
|
437
|
-
"""
|
|
438
|
-
return pulumi.get(self, "unique_id")
|
|
439
|
-
|
|
440
|
-
@property
|
|
441
|
-
@pulumi.getter(name="allowModelOverride")
|
|
442
|
-
def allow_model_override(self) -> Optional[bool]:
|
|
443
|
-
"""
|
|
444
|
-
(Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.
|
|
445
|
-
The default value is `false`.
|
|
446
|
-
"""
|
|
447
|
-
return pulumi.get(self, "allow_model_override")
|
|
448
|
-
|
|
449
|
-
@property
|
|
450
|
-
@pulumi.getter
|
|
451
|
-
def configuration(self) -> Optional[str]:
|
|
452
|
-
"""
|
|
453
|
-
Specifies the XML service configuration (.cscfg) for the cloud service.
|
|
454
|
-
"""
|
|
455
|
-
return pulumi.get(self, "configuration")
|
|
456
|
-
|
|
457
|
-
@property
|
|
458
|
-
@pulumi.getter(name="configurationUrl")
|
|
459
|
-
def configuration_url(self) -> Optional[str]:
|
|
460
|
-
"""
|
|
461
|
-
Specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.
|
|
462
|
-
This is a write-only property and is not returned in GET calls.
|
|
463
|
-
"""
|
|
464
|
-
return pulumi.get(self, "configuration_url")
|
|
465
|
-
|
|
466
|
-
@property
|
|
467
|
-
@pulumi.getter(name="extensionProfile")
|
|
468
|
-
def extension_profile(self) -> Optional['outputs.CloudServiceExtensionProfileResponse']:
|
|
469
|
-
"""
|
|
470
|
-
Describes a cloud service extension profile.
|
|
471
|
-
"""
|
|
472
|
-
return pulumi.get(self, "extension_profile")
|
|
473
|
-
|
|
474
|
-
@property
|
|
475
|
-
@pulumi.getter(name="networkProfile")
|
|
476
|
-
def network_profile(self) -> Optional['outputs.CloudServiceNetworkProfileResponse']:
|
|
477
|
-
"""
|
|
478
|
-
Network Profile for the cloud service.
|
|
479
|
-
"""
|
|
480
|
-
return pulumi.get(self, "network_profile")
|
|
481
|
-
|
|
482
|
-
@property
|
|
483
|
-
@pulumi.getter(name="osProfile")
|
|
484
|
-
def os_profile(self) -> Optional['outputs.CloudServiceOsProfileResponse']:
|
|
485
|
-
"""
|
|
486
|
-
Describes the OS profile for the cloud service.
|
|
487
|
-
"""
|
|
488
|
-
return pulumi.get(self, "os_profile")
|
|
489
|
-
|
|
490
|
-
@property
|
|
491
|
-
@pulumi.getter(name="packageUrl")
|
|
492
|
-
def package_url(self) -> Optional[str]:
|
|
493
|
-
"""
|
|
494
|
-
Specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account.
|
|
495
|
-
This is a write-only property and is not returned in GET calls.
|
|
496
|
-
"""
|
|
497
|
-
return pulumi.get(self, "package_url")
|
|
498
|
-
|
|
499
|
-
@property
|
|
500
|
-
@pulumi.getter(name="roleProfile")
|
|
501
|
-
def role_profile(self) -> Optional['outputs.CloudServiceRoleProfileResponse']:
|
|
502
|
-
"""
|
|
503
|
-
Describes the role profile for the cloud service.
|
|
504
|
-
"""
|
|
505
|
-
return pulumi.get(self, "role_profile")
|
|
506
|
-
|
|
507
|
-
@property
|
|
508
|
-
@pulumi.getter(name="startCloudService")
|
|
509
|
-
def start_cloud_service(self) -> Optional[bool]:
|
|
510
|
-
"""
|
|
511
|
-
(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.
|
|
512
|
-
If false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is poweredoff.
|
|
513
|
-
"""
|
|
514
|
-
return pulumi.get(self, "start_cloud_service")
|
|
515
|
-
|
|
516
|
-
@property
|
|
517
|
-
@pulumi.getter(name="upgradeMode")
|
|
518
|
-
def upgrade_mode(self) -> Optional[str]:
|
|
519
|
-
"""
|
|
520
|
-
Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates can be initiated manually in each update domain or initiated automatically in all update domains.
|
|
521
|
-
Possible Values are <br /><br />**Auto**<br /><br />**Manual** <br /><br />**Simultaneous**<br /><br />
|
|
522
|
-
If not specified, the default value is Auto. If set to Manual, PUT UpdateDomain must be called to apply the update. If set to Auto, the update is automatically applied to each update domain in sequence.
|
|
523
|
-
"""
|
|
524
|
-
return pulumi.get(self, "upgrade_mode")
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
@pulumi.output_type
|
|
528
|
-
class CloudServiceRoleProfilePropertiesResponse(dict):
|
|
529
|
-
"""
|
|
530
|
-
Describes the role properties.
|
|
531
|
-
"""
|
|
532
|
-
def __init__(__self__, *,
|
|
533
|
-
name: Optional[str] = None,
|
|
534
|
-
sku: Optional['outputs.CloudServiceRoleSkuResponse'] = None):
|
|
535
|
-
"""
|
|
536
|
-
Describes the role properties.
|
|
537
|
-
:param str name: Resource name.
|
|
538
|
-
:param 'CloudServiceRoleSkuResponse' sku: Describes the cloud service role sku.
|
|
539
|
-
"""
|
|
540
|
-
if name is not None:
|
|
541
|
-
pulumi.set(__self__, "name", name)
|
|
542
|
-
if sku is not None:
|
|
543
|
-
pulumi.set(__self__, "sku", sku)
|
|
544
|
-
|
|
545
|
-
@property
|
|
546
|
-
@pulumi.getter
|
|
547
|
-
def name(self) -> Optional[str]:
|
|
548
|
-
"""
|
|
549
|
-
Resource name.
|
|
550
|
-
"""
|
|
551
|
-
return pulumi.get(self, "name")
|
|
552
|
-
|
|
553
|
-
@property
|
|
554
|
-
@pulumi.getter
|
|
555
|
-
def sku(self) -> Optional['outputs.CloudServiceRoleSkuResponse']:
|
|
556
|
-
"""
|
|
557
|
-
Describes the cloud service role sku.
|
|
558
|
-
"""
|
|
559
|
-
return pulumi.get(self, "sku")
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
@pulumi.output_type
|
|
563
|
-
class CloudServiceRoleProfileResponse(dict):
|
|
564
|
-
"""
|
|
565
|
-
Describes the role profile for the cloud service.
|
|
566
|
-
"""
|
|
567
|
-
def __init__(__self__, *,
|
|
568
|
-
roles: Optional[Sequence['outputs.CloudServiceRoleProfilePropertiesResponse']] = None):
|
|
569
|
-
"""
|
|
570
|
-
Describes the role profile for the cloud service.
|
|
571
|
-
:param Sequence['CloudServiceRoleProfilePropertiesResponse'] roles: List of roles for the cloud service.
|
|
572
|
-
"""
|
|
573
|
-
if roles is not None:
|
|
574
|
-
pulumi.set(__self__, "roles", roles)
|
|
575
|
-
|
|
576
|
-
@property
|
|
577
|
-
@pulumi.getter
|
|
578
|
-
def roles(self) -> Optional[Sequence['outputs.CloudServiceRoleProfilePropertiesResponse']]:
|
|
579
|
-
"""
|
|
580
|
-
List of roles for the cloud service.
|
|
581
|
-
"""
|
|
582
|
-
return pulumi.get(self, "roles")
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
@pulumi.output_type
|
|
586
|
-
class CloudServiceRoleSkuResponse(dict):
|
|
587
|
-
"""
|
|
588
|
-
Describes the cloud service role sku.
|
|
589
|
-
"""
|
|
590
|
-
def __init__(__self__, *,
|
|
591
|
-
capacity: Optional[float] = None,
|
|
592
|
-
name: Optional[str] = None,
|
|
593
|
-
tier: Optional[str] = None):
|
|
594
|
-
"""
|
|
595
|
-
Describes the cloud service role sku.
|
|
596
|
-
:param float capacity: Specifies the number of role instances in the cloud service.
|
|
597
|
-
:param str name: The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.
|
|
598
|
-
:param str tier: Specifies the tier of the cloud service. Possible Values are <br /><br /> **Standard** <br /><br /> **Basic**
|
|
599
|
-
"""
|
|
600
|
-
if capacity is not None:
|
|
601
|
-
pulumi.set(__self__, "capacity", capacity)
|
|
602
|
-
if name is not None:
|
|
603
|
-
pulumi.set(__self__, "name", name)
|
|
604
|
-
if tier is not None:
|
|
605
|
-
pulumi.set(__self__, "tier", tier)
|
|
606
|
-
|
|
607
|
-
@property
|
|
608
|
-
@pulumi.getter
|
|
609
|
-
def capacity(self) -> Optional[float]:
|
|
610
|
-
"""
|
|
611
|
-
Specifies the number of role instances in the cloud service.
|
|
612
|
-
"""
|
|
613
|
-
return pulumi.get(self, "capacity")
|
|
614
|
-
|
|
615
|
-
@property
|
|
616
|
-
@pulumi.getter
|
|
617
|
-
def name(self) -> Optional[str]:
|
|
618
|
-
"""
|
|
619
|
-
The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.
|
|
620
|
-
"""
|
|
621
|
-
return pulumi.get(self, "name")
|
|
622
|
-
|
|
623
|
-
@property
|
|
624
|
-
@pulumi.getter
|
|
625
|
-
def tier(self) -> Optional[str]:
|
|
626
|
-
"""
|
|
627
|
-
Specifies the tier of the cloud service. Possible Values are <br /><br /> **Standard** <br /><br /> **Basic**
|
|
628
|
-
"""
|
|
629
|
-
return pulumi.get(self, "tier")
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
@pulumi.output_type
|
|
633
|
-
class CloudServiceVaultAndSecretReferenceResponse(dict):
|
|
634
|
-
"""
|
|
635
|
-
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
636
|
-
"""
|
|
637
|
-
@staticmethod
|
|
638
|
-
def __key_warning(key: str):
|
|
639
|
-
suggest = None
|
|
640
|
-
if key == "secretUrl":
|
|
641
|
-
suggest = "secret_url"
|
|
642
|
-
elif key == "sourceVault":
|
|
643
|
-
suggest = "source_vault"
|
|
644
|
-
|
|
645
|
-
if suggest:
|
|
646
|
-
pulumi.log.warn(f"Key '{key}' not found in CloudServiceVaultAndSecretReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
647
|
-
|
|
648
|
-
def __getitem__(self, key: str) -> Any:
|
|
649
|
-
CloudServiceVaultAndSecretReferenceResponse.__key_warning(key)
|
|
650
|
-
return super().__getitem__(key)
|
|
651
|
-
|
|
652
|
-
def get(self, key: str, default = None) -> Any:
|
|
653
|
-
CloudServiceVaultAndSecretReferenceResponse.__key_warning(key)
|
|
654
|
-
return super().get(key, default)
|
|
655
|
-
|
|
656
|
-
def __init__(__self__, *,
|
|
657
|
-
secret_url: Optional[str] = None,
|
|
658
|
-
source_vault: Optional['outputs.SubResourceResponse'] = None):
|
|
659
|
-
"""
|
|
660
|
-
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
661
|
-
:param str secret_url: Secret URL which contains the protected settings of the extension
|
|
662
|
-
:param 'SubResourceResponse' source_vault: The ARM Resource ID of the Key Vault
|
|
663
|
-
"""
|
|
664
|
-
if secret_url is not None:
|
|
665
|
-
pulumi.set(__self__, "secret_url", secret_url)
|
|
666
|
-
if source_vault is not None:
|
|
667
|
-
pulumi.set(__self__, "source_vault", source_vault)
|
|
668
|
-
|
|
669
|
-
@property
|
|
670
|
-
@pulumi.getter(name="secretUrl")
|
|
671
|
-
def secret_url(self) -> Optional[str]:
|
|
672
|
-
"""
|
|
673
|
-
Secret URL which contains the protected settings of the extension
|
|
674
|
-
"""
|
|
675
|
-
return pulumi.get(self, "secret_url")
|
|
676
|
-
|
|
677
|
-
@property
|
|
678
|
-
@pulumi.getter(name="sourceVault")
|
|
679
|
-
def source_vault(self) -> Optional['outputs.SubResourceResponse']:
|
|
680
|
-
"""
|
|
681
|
-
The ARM Resource ID of the Key Vault
|
|
682
|
-
"""
|
|
683
|
-
return pulumi.get(self, "source_vault")
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
@pulumi.output_type
|
|
687
|
-
class CloudServiceVaultCertificateResponse(dict):
|
|
688
|
-
"""
|
|
689
|
-
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
|
|
690
|
-
"""
|
|
691
|
-
@staticmethod
|
|
692
|
-
def __key_warning(key: str):
|
|
693
|
-
suggest = None
|
|
694
|
-
if key == "certificateUrl":
|
|
695
|
-
suggest = "certificate_url"
|
|
696
|
-
elif key == "isBootstrapCertificate":
|
|
697
|
-
suggest = "is_bootstrap_certificate"
|
|
698
|
-
|
|
699
|
-
if suggest:
|
|
700
|
-
pulumi.log.warn(f"Key '{key}' not found in CloudServiceVaultCertificateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
701
|
-
|
|
702
|
-
def __getitem__(self, key: str) -> Any:
|
|
703
|
-
CloudServiceVaultCertificateResponse.__key_warning(key)
|
|
704
|
-
return super().__getitem__(key)
|
|
705
|
-
|
|
706
|
-
def get(self, key: str, default = None) -> Any:
|
|
707
|
-
CloudServiceVaultCertificateResponse.__key_warning(key)
|
|
708
|
-
return super().get(key, default)
|
|
709
|
-
|
|
710
|
-
def __init__(__self__, *,
|
|
711
|
-
certificate_url: Optional[str] = None,
|
|
712
|
-
is_bootstrap_certificate: Optional[bool] = None):
|
|
713
|
-
"""
|
|
714
|
-
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
|
|
715
|
-
:param str certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
|
716
|
-
:param bool is_bootstrap_certificate: Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates.
|
|
717
|
-
"""
|
|
718
|
-
if certificate_url is not None:
|
|
719
|
-
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
720
|
-
if is_bootstrap_certificate is not None:
|
|
721
|
-
pulumi.set(__self__, "is_bootstrap_certificate", is_bootstrap_certificate)
|
|
722
|
-
|
|
723
|
-
@property
|
|
724
|
-
@pulumi.getter(name="certificateUrl")
|
|
725
|
-
def certificate_url(self) -> Optional[str]:
|
|
726
|
-
"""
|
|
727
|
-
This is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
|
728
|
-
"""
|
|
729
|
-
return pulumi.get(self, "certificate_url")
|
|
730
|
-
|
|
731
|
-
@property
|
|
732
|
-
@pulumi.getter(name="isBootstrapCertificate")
|
|
733
|
-
def is_bootstrap_certificate(self) -> Optional[bool]:
|
|
734
|
-
"""
|
|
735
|
-
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates.
|
|
736
|
-
"""
|
|
737
|
-
return pulumi.get(self, "is_bootstrap_certificate")
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
@pulumi.output_type
|
|
741
|
-
class CloudServiceVaultSecretGroupResponse(dict):
|
|
742
|
-
"""
|
|
743
|
-
Describes a set of certificates which are all in the same Key Vault.
|
|
744
|
-
"""
|
|
745
|
-
@staticmethod
|
|
746
|
-
def __key_warning(key: str):
|
|
747
|
-
suggest = None
|
|
748
|
-
if key == "sourceVault":
|
|
749
|
-
suggest = "source_vault"
|
|
750
|
-
elif key == "vaultCertificates":
|
|
751
|
-
suggest = "vault_certificates"
|
|
752
|
-
|
|
753
|
-
if suggest:
|
|
754
|
-
pulumi.log.warn(f"Key '{key}' not found in CloudServiceVaultSecretGroupResponse. Access the value via the '{suggest}' property getter instead.")
|
|
755
|
-
|
|
756
|
-
def __getitem__(self, key: str) -> Any:
|
|
757
|
-
CloudServiceVaultSecretGroupResponse.__key_warning(key)
|
|
758
|
-
return super().__getitem__(key)
|
|
759
|
-
|
|
760
|
-
def get(self, key: str, default = None) -> Any:
|
|
761
|
-
CloudServiceVaultSecretGroupResponse.__key_warning(key)
|
|
762
|
-
return super().get(key, default)
|
|
763
|
-
|
|
764
|
-
def __init__(__self__, *,
|
|
765
|
-
source_vault: Optional['outputs.SubResourceResponse'] = None,
|
|
766
|
-
vault_certificates: Optional[Sequence['outputs.CloudServiceVaultCertificateResponse']] = None):
|
|
767
|
-
"""
|
|
768
|
-
Describes a set of certificates which are all in the same Key Vault.
|
|
769
|
-
:param 'SubResourceResponse' source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
770
|
-
:param Sequence['CloudServiceVaultCertificateResponse'] vault_certificates: The list of key vault references in SourceVault which contain certificates.
|
|
771
|
-
"""
|
|
772
|
-
if source_vault is not None:
|
|
773
|
-
pulumi.set(__self__, "source_vault", source_vault)
|
|
774
|
-
if vault_certificates is not None:
|
|
775
|
-
pulumi.set(__self__, "vault_certificates", vault_certificates)
|
|
776
|
-
|
|
777
|
-
@property
|
|
778
|
-
@pulumi.getter(name="sourceVault")
|
|
779
|
-
def source_vault(self) -> Optional['outputs.SubResourceResponse']:
|
|
780
|
-
"""
|
|
781
|
-
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
782
|
-
"""
|
|
783
|
-
return pulumi.get(self, "source_vault")
|
|
784
|
-
|
|
785
|
-
@property
|
|
786
|
-
@pulumi.getter(name="vaultCertificates")
|
|
787
|
-
def vault_certificates(self) -> Optional[Sequence['outputs.CloudServiceVaultCertificateResponse']]:
|
|
788
|
-
"""
|
|
789
|
-
The list of key vault references in SourceVault which contain certificates.
|
|
790
|
-
"""
|
|
791
|
-
return pulumi.get(self, "vault_certificates")
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
@pulumi.output_type
|
|
795
|
-
class ExtensionResponse(dict):
|
|
796
|
-
"""
|
|
797
|
-
Describes a cloud service Extension.
|
|
798
|
-
"""
|
|
799
|
-
def __init__(__self__, *,
|
|
800
|
-
name: Optional[str] = None,
|
|
801
|
-
properties: Optional['outputs.CloudServiceExtensionPropertiesResponse'] = None):
|
|
802
|
-
"""
|
|
803
|
-
Describes a cloud service Extension.
|
|
804
|
-
:param str name: The name of the extension.
|
|
805
|
-
:param 'CloudServiceExtensionPropertiesResponse' properties: Extension Properties.
|
|
806
|
-
"""
|
|
807
|
-
if name is not None:
|
|
808
|
-
pulumi.set(__self__, "name", name)
|
|
809
|
-
if properties is not None:
|
|
810
|
-
pulumi.set(__self__, "properties", properties)
|
|
811
|
-
|
|
812
|
-
@property
|
|
813
|
-
@pulumi.getter
|
|
814
|
-
def name(self) -> Optional[str]:
|
|
815
|
-
"""
|
|
816
|
-
The name of the extension.
|
|
817
|
-
"""
|
|
818
|
-
return pulumi.get(self, "name")
|
|
819
|
-
|
|
820
|
-
@property
|
|
821
|
-
@pulumi.getter
|
|
822
|
-
def properties(self) -> Optional['outputs.CloudServiceExtensionPropertiesResponse']:
|
|
823
|
-
"""
|
|
824
|
-
Extension Properties.
|
|
825
|
-
"""
|
|
826
|
-
return pulumi.get(self, "properties")
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
@pulumi.output_type
|
|
830
|
-
class LoadBalancerConfigurationPropertiesResponse(dict):
|
|
831
|
-
"""
|
|
832
|
-
Describes the properties of the load balancer configuration.
|
|
833
|
-
"""
|
|
834
|
-
@staticmethod
|
|
835
|
-
def __key_warning(key: str):
|
|
836
|
-
suggest = None
|
|
837
|
-
if key == "frontendIpConfigurations":
|
|
838
|
-
suggest = "frontend_ip_configurations"
|
|
839
|
-
|
|
840
|
-
if suggest:
|
|
841
|
-
pulumi.log.warn(f"Key '{key}' not found in LoadBalancerConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
842
|
-
|
|
843
|
-
def __getitem__(self, key: str) -> Any:
|
|
844
|
-
LoadBalancerConfigurationPropertiesResponse.__key_warning(key)
|
|
845
|
-
return super().__getitem__(key)
|
|
846
|
-
|
|
847
|
-
def get(self, key: str, default = None) -> Any:
|
|
848
|
-
LoadBalancerConfigurationPropertiesResponse.__key_warning(key)
|
|
849
|
-
return super().get(key, default)
|
|
850
|
-
|
|
851
|
-
def __init__(__self__, *,
|
|
852
|
-
frontend_ip_configurations: Sequence['outputs.LoadBalancerFrontendIpConfigurationResponse']):
|
|
853
|
-
"""
|
|
854
|
-
Describes the properties of the load balancer configuration.
|
|
855
|
-
:param Sequence['LoadBalancerFrontendIpConfigurationResponse'] frontend_ip_configurations: Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.
|
|
856
|
-
"""
|
|
857
|
-
pulumi.set(__self__, "frontend_ip_configurations", frontend_ip_configurations)
|
|
858
|
-
|
|
859
|
-
@property
|
|
860
|
-
@pulumi.getter(name="frontendIpConfigurations")
|
|
861
|
-
def frontend_ip_configurations(self) -> Sequence['outputs.LoadBalancerFrontendIpConfigurationResponse']:
|
|
862
|
-
"""
|
|
863
|
-
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.
|
|
864
|
-
"""
|
|
865
|
-
return pulumi.get(self, "frontend_ip_configurations")
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
@pulumi.output_type
|
|
869
|
-
class LoadBalancerConfigurationResponse(dict):
|
|
870
|
-
"""
|
|
871
|
-
Describes the load balancer configuration.
|
|
872
|
-
"""
|
|
873
|
-
def __init__(__self__, *,
|
|
874
|
-
name: str,
|
|
875
|
-
properties: 'outputs.LoadBalancerConfigurationPropertiesResponse',
|
|
876
|
-
id: Optional[str] = None):
|
|
877
|
-
"""
|
|
878
|
-
Describes the load balancer configuration.
|
|
879
|
-
:param str name: The name of the Load balancer
|
|
880
|
-
:param 'LoadBalancerConfigurationPropertiesResponse' properties: Properties of the load balancer configuration.
|
|
881
|
-
:param str id: Resource Id
|
|
882
|
-
"""
|
|
883
|
-
pulumi.set(__self__, "name", name)
|
|
884
|
-
pulumi.set(__self__, "properties", properties)
|
|
885
|
-
if id is not None:
|
|
886
|
-
pulumi.set(__self__, "id", id)
|
|
887
|
-
|
|
888
|
-
@property
|
|
889
|
-
@pulumi.getter
|
|
890
|
-
def name(self) -> str:
|
|
891
|
-
"""
|
|
892
|
-
The name of the Load balancer
|
|
893
|
-
"""
|
|
894
|
-
return pulumi.get(self, "name")
|
|
895
|
-
|
|
896
|
-
@property
|
|
897
|
-
@pulumi.getter
|
|
898
|
-
def properties(self) -> 'outputs.LoadBalancerConfigurationPropertiesResponse':
|
|
899
|
-
"""
|
|
900
|
-
Properties of the load balancer configuration.
|
|
901
|
-
"""
|
|
902
|
-
return pulumi.get(self, "properties")
|
|
903
|
-
|
|
904
|
-
@property
|
|
905
|
-
@pulumi.getter
|
|
906
|
-
def id(self) -> Optional[str]:
|
|
907
|
-
"""
|
|
908
|
-
Resource Id
|
|
909
|
-
"""
|
|
910
|
-
return pulumi.get(self, "id")
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
@pulumi.output_type
|
|
914
|
-
class LoadBalancerFrontendIpConfigurationPropertiesResponse(dict):
|
|
915
|
-
"""
|
|
916
|
-
Describes a cloud service IP Configuration
|
|
917
|
-
"""
|
|
918
|
-
@staticmethod
|
|
919
|
-
def __key_warning(key: str):
|
|
920
|
-
suggest = None
|
|
921
|
-
if key == "privateIPAddress":
|
|
922
|
-
suggest = "private_ip_address"
|
|
923
|
-
elif key == "publicIPAddress":
|
|
924
|
-
suggest = "public_ip_address"
|
|
925
|
-
|
|
926
|
-
if suggest:
|
|
927
|
-
pulumi.log.warn(f"Key '{key}' not found in LoadBalancerFrontendIpConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
928
|
-
|
|
929
|
-
def __getitem__(self, key: str) -> Any:
|
|
930
|
-
LoadBalancerFrontendIpConfigurationPropertiesResponse.__key_warning(key)
|
|
931
|
-
return super().__getitem__(key)
|
|
932
|
-
|
|
933
|
-
def get(self, key: str, default = None) -> Any:
|
|
934
|
-
LoadBalancerFrontendIpConfigurationPropertiesResponse.__key_warning(key)
|
|
935
|
-
return super().get(key, default)
|
|
936
|
-
|
|
937
|
-
def __init__(__self__, *,
|
|
938
|
-
private_ip_address: Optional[str] = None,
|
|
939
|
-
public_ip_address: Optional['outputs.SubResourceResponse'] = None,
|
|
940
|
-
subnet: Optional['outputs.SubResourceResponse'] = None):
|
|
941
|
-
"""
|
|
942
|
-
Describes a cloud service IP Configuration
|
|
943
|
-
:param str private_ip_address: The virtual network private IP address of the IP configuration.
|
|
944
|
-
:param 'SubResourceResponse' public_ip_address: The reference to the public ip address resource.
|
|
945
|
-
:param 'SubResourceResponse' subnet: The reference to the virtual network subnet resource.
|
|
946
|
-
"""
|
|
947
|
-
if private_ip_address is not None:
|
|
948
|
-
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
949
|
-
if public_ip_address is not None:
|
|
950
|
-
pulumi.set(__self__, "public_ip_address", public_ip_address)
|
|
951
|
-
if subnet is not None:
|
|
952
|
-
pulumi.set(__self__, "subnet", subnet)
|
|
953
|
-
|
|
954
|
-
@property
|
|
955
|
-
@pulumi.getter(name="privateIPAddress")
|
|
956
|
-
def private_ip_address(self) -> Optional[str]:
|
|
957
|
-
"""
|
|
958
|
-
The virtual network private IP address of the IP configuration.
|
|
959
|
-
"""
|
|
960
|
-
return pulumi.get(self, "private_ip_address")
|
|
961
|
-
|
|
962
|
-
@property
|
|
963
|
-
@pulumi.getter(name="publicIPAddress")
|
|
964
|
-
def public_ip_address(self) -> Optional['outputs.SubResourceResponse']:
|
|
965
|
-
"""
|
|
966
|
-
The reference to the public ip address resource.
|
|
967
|
-
"""
|
|
968
|
-
return pulumi.get(self, "public_ip_address")
|
|
969
|
-
|
|
970
|
-
@property
|
|
971
|
-
@pulumi.getter
|
|
972
|
-
def subnet(self) -> Optional['outputs.SubResourceResponse']:
|
|
973
|
-
"""
|
|
974
|
-
The reference to the virtual network subnet resource.
|
|
975
|
-
"""
|
|
976
|
-
return pulumi.get(self, "subnet")
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
@pulumi.output_type
|
|
980
|
-
class LoadBalancerFrontendIpConfigurationResponse(dict):
|
|
981
|
-
"""
|
|
982
|
-
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.
|
|
983
|
-
"""
|
|
984
|
-
def __init__(__self__, *,
|
|
985
|
-
name: str,
|
|
986
|
-
properties: 'outputs.LoadBalancerFrontendIpConfigurationPropertiesResponse'):
|
|
987
|
-
"""
|
|
988
|
-
Specifies the frontend IP to be used for the load balancer. Only IPv4 frontend IP address is supported. Each load balancer configuration must have exactly one frontend IP configuration.
|
|
989
|
-
:param str name: The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.
|
|
990
|
-
:param 'LoadBalancerFrontendIpConfigurationPropertiesResponse' properties: Properties of load balancer frontend ip configuration.
|
|
991
|
-
"""
|
|
992
|
-
pulumi.set(__self__, "name", name)
|
|
993
|
-
pulumi.set(__self__, "properties", properties)
|
|
994
|
-
|
|
995
|
-
@property
|
|
996
|
-
@pulumi.getter
|
|
997
|
-
def name(self) -> str:
|
|
998
|
-
"""
|
|
999
|
-
The name of the resource that is unique within the set of frontend IP configurations used by the load balancer. This name can be used to access the resource.
|
|
1000
|
-
"""
|
|
1001
|
-
return pulumi.get(self, "name")
|
|
1002
|
-
|
|
1003
|
-
@property
|
|
1004
|
-
@pulumi.getter
|
|
1005
|
-
def properties(self) -> 'outputs.LoadBalancerFrontendIpConfigurationPropertiesResponse':
|
|
1006
|
-
"""
|
|
1007
|
-
Properties of load balancer frontend ip configuration.
|
|
1008
|
-
"""
|
|
1009
|
-
return pulumi.get(self, "properties")
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
@pulumi.output_type
|
|
1013
|
-
class SubResourceResponse(dict):
|
|
1014
|
-
def __init__(__self__, *,
|
|
1015
|
-
id: Optional[str] = None):
|
|
1016
|
-
"""
|
|
1017
|
-
:param str id: Resource Id
|
|
1018
|
-
"""
|
|
1019
|
-
if id is not None:
|
|
1020
|
-
pulumi.set(__self__, "id", id)
|
|
1021
|
-
|
|
1022
|
-
@property
|
|
1023
|
-
@pulumi.getter
|
|
1024
|
-
def id(self) -> Optional[str]:
|
|
1025
|
-
"""
|
|
1026
|
-
Resource Id
|
|
1027
|
-
"""
|
|
1028
|
-
return pulumi.get(self, "id")
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
@pulumi.output_type
|
|
1032
|
-
class SystemDataResponse(dict):
|
|
1033
|
-
"""
|
|
1034
|
-
The system meta data relating to this resource.
|
|
1035
|
-
"""
|
|
1036
|
-
@staticmethod
|
|
1037
|
-
def __key_warning(key: str):
|
|
1038
|
-
suggest = None
|
|
1039
|
-
if key == "createdAt":
|
|
1040
|
-
suggest = "created_at"
|
|
1041
|
-
elif key == "lastModifiedAt":
|
|
1042
|
-
suggest = "last_modified_at"
|
|
1043
|
-
|
|
1044
|
-
if suggest:
|
|
1045
|
-
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1046
|
-
|
|
1047
|
-
def __getitem__(self, key: str) -> Any:
|
|
1048
|
-
SystemDataResponse.__key_warning(key)
|
|
1049
|
-
return super().__getitem__(key)
|
|
1050
|
-
|
|
1051
|
-
def get(self, key: str, default = None) -> Any:
|
|
1052
|
-
SystemDataResponse.__key_warning(key)
|
|
1053
|
-
return super().get(key, default)
|
|
1054
|
-
|
|
1055
|
-
def __init__(__self__, *,
|
|
1056
|
-
created_at: str,
|
|
1057
|
-
last_modified_at: str):
|
|
1058
|
-
"""
|
|
1059
|
-
The system meta data relating to this resource.
|
|
1060
|
-
:param str created_at: Specifies the time in UTC at which the Cloud Service (extended support) resource was created. <br />Minimum api-version: 2022-04-04.
|
|
1061
|
-
:param str last_modified_at: Specifies the time in UTC at which the Cloud Service (extended support) resource was last modified. <br />Minimum api-version: 2022-04-04.
|
|
1062
|
-
"""
|
|
1063
|
-
pulumi.set(__self__, "created_at", created_at)
|
|
1064
|
-
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1065
|
-
|
|
1066
|
-
@property
|
|
1067
|
-
@pulumi.getter(name="createdAt")
|
|
1068
|
-
def created_at(self) -> str:
|
|
1069
|
-
"""
|
|
1070
|
-
Specifies the time in UTC at which the Cloud Service (extended support) resource was created. <br />Minimum api-version: 2022-04-04.
|
|
1071
|
-
"""
|
|
1072
|
-
return pulumi.get(self, "created_at")
|
|
1073
|
-
|
|
1074
|
-
@property
|
|
1075
|
-
@pulumi.getter(name="lastModifiedAt")
|
|
1076
|
-
def last_modified_at(self) -> str:
|
|
1077
|
-
"""
|
|
1078
|
-
Specifies the time in UTC at which the Cloud Service (extended support) resource was last modified. <br />Minimum api-version: 2022-04-04.
|
|
1079
|
-
"""
|
|
1080
|
-
return pulumi.get(self, "last_modified_at")
|
|
1081
|
-
|
|
1082
|
-
|