pulumi-azure-native 2.79.0a1734514969__py3-none-any.whl → 2.79.0a1734933929__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 +46 -0
- 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 +3 -0
- pulumi_azure_native/compute/cloud_service.py +5 -1
- pulumi_azure_native/compute/get_cloud_service.py +4 -0
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/compute/v20241104/__init__.py +12 -0
- pulumi_azure_native/compute/v20241104/_enums.py +31 -0
- pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
- pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
- pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
- pulumi_azure_native/datadog/__init__.py +7 -0
- pulumi_azure_native/datadog/get_billing_info.py +103 -0
- 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 +4 -0
- 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 +5 -1
- pulumi_azure_native/datadog/outputs.py +120 -0
- 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/datadog/v20230707/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
- pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
- pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
- pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
- pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
- pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
- 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 +3 -0
- 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/quota/v20241218preview/__init__.py +13 -0
- pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
- pulumi_azure_native/servicenetworking/__init__.py +3 -0
- 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 +4 -0
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
- 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/servicenetworking/v20250101/__init__.py +18 -0
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/RECORD +135 -82
- {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0a1734514969.dist-info → pulumi_azure_native-2.79.0a1734933929.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,1324 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'CloudServiceExtensionProfileArgs',
|
|
20
|
+
'CloudServiceExtensionProfileArgsDict',
|
|
21
|
+
'CloudServiceExtensionPropertiesArgs',
|
|
22
|
+
'CloudServiceExtensionPropertiesArgsDict',
|
|
23
|
+
'CloudServiceNetworkProfileArgs',
|
|
24
|
+
'CloudServiceNetworkProfileArgsDict',
|
|
25
|
+
'CloudServiceOsProfileArgs',
|
|
26
|
+
'CloudServiceOsProfileArgsDict',
|
|
27
|
+
'CloudServicePropertiesArgs',
|
|
28
|
+
'CloudServicePropertiesArgsDict',
|
|
29
|
+
'CloudServiceRoleProfilePropertiesArgs',
|
|
30
|
+
'CloudServiceRoleProfilePropertiesArgsDict',
|
|
31
|
+
'CloudServiceRoleProfileArgs',
|
|
32
|
+
'CloudServiceRoleProfileArgsDict',
|
|
33
|
+
'CloudServiceRoleSkuArgs',
|
|
34
|
+
'CloudServiceRoleSkuArgsDict',
|
|
35
|
+
'CloudServiceVaultAndSecretReferenceArgs',
|
|
36
|
+
'CloudServiceVaultAndSecretReferenceArgsDict',
|
|
37
|
+
'CloudServiceVaultCertificateArgs',
|
|
38
|
+
'CloudServiceVaultCertificateArgsDict',
|
|
39
|
+
'CloudServiceVaultSecretGroupArgs',
|
|
40
|
+
'CloudServiceVaultSecretGroupArgsDict',
|
|
41
|
+
'ExtensionArgs',
|
|
42
|
+
'ExtensionArgsDict',
|
|
43
|
+
'LoadBalancerConfigurationPropertiesArgs',
|
|
44
|
+
'LoadBalancerConfigurationPropertiesArgsDict',
|
|
45
|
+
'LoadBalancerConfigurationArgs',
|
|
46
|
+
'LoadBalancerConfigurationArgsDict',
|
|
47
|
+
'LoadBalancerFrontendIpConfigurationPropertiesArgs',
|
|
48
|
+
'LoadBalancerFrontendIpConfigurationPropertiesArgsDict',
|
|
49
|
+
'LoadBalancerFrontendIpConfigurationArgs',
|
|
50
|
+
'LoadBalancerFrontendIpConfigurationArgsDict',
|
|
51
|
+
'SubResourceArgs',
|
|
52
|
+
'SubResourceArgsDict',
|
|
53
|
+
]
|
|
54
|
+
|
|
55
|
+
MYPY = False
|
|
56
|
+
|
|
57
|
+
if not MYPY:
|
|
58
|
+
class CloudServiceExtensionProfileArgsDict(TypedDict):
|
|
59
|
+
"""
|
|
60
|
+
Describes a cloud service extension profile.
|
|
61
|
+
"""
|
|
62
|
+
extensions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ExtensionArgsDict']]]]
|
|
63
|
+
"""
|
|
64
|
+
List of extensions for the cloud service.
|
|
65
|
+
"""
|
|
66
|
+
elif False:
|
|
67
|
+
CloudServiceExtensionProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
68
|
+
|
|
69
|
+
@pulumi.input_type
|
|
70
|
+
class CloudServiceExtensionProfileArgs:
|
|
71
|
+
def __init__(__self__, *,
|
|
72
|
+
extensions: Optional[pulumi.Input[Sequence[pulumi.Input['ExtensionArgs']]]] = None):
|
|
73
|
+
"""
|
|
74
|
+
Describes a cloud service extension profile.
|
|
75
|
+
:param pulumi.Input[Sequence[pulumi.Input['ExtensionArgs']]] extensions: List of extensions for the cloud service.
|
|
76
|
+
"""
|
|
77
|
+
if extensions is not None:
|
|
78
|
+
pulumi.set(__self__, "extensions", extensions)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ExtensionArgs']]]]:
|
|
83
|
+
"""
|
|
84
|
+
List of extensions for the cloud service.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "extensions")
|
|
87
|
+
|
|
88
|
+
@extensions.setter
|
|
89
|
+
def extensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExtensionArgs']]]]):
|
|
90
|
+
pulumi.set(self, "extensions", value)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
if not MYPY:
|
|
94
|
+
class CloudServiceExtensionPropertiesArgsDict(TypedDict):
|
|
95
|
+
"""
|
|
96
|
+
Extension Properties.
|
|
97
|
+
"""
|
|
98
|
+
auto_upgrade_minor_version: NotRequired[pulumi.Input[bool]]
|
|
99
|
+
"""
|
|
100
|
+
Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.
|
|
101
|
+
"""
|
|
102
|
+
force_update_tag: NotRequired[pulumi.Input[str]]
|
|
103
|
+
"""
|
|
104
|
+
Tag to force apply the provided public and protected settings.
|
|
105
|
+
Changing the tag value allows for re-running the extension without changing any of the public or protected settings.
|
|
106
|
+
If forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.
|
|
107
|
+
If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and
|
|
108
|
+
it is up to handler implementation whether to re-run it or not
|
|
109
|
+
"""
|
|
110
|
+
protected_settings: NotRequired[Any]
|
|
111
|
+
"""
|
|
112
|
+
Protected settings for the extension which are encrypted before sent to the role instance.
|
|
113
|
+
"""
|
|
114
|
+
protected_settings_from_key_vault: NotRequired[pulumi.Input['CloudServiceVaultAndSecretReferenceArgsDict']]
|
|
115
|
+
"""
|
|
116
|
+
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
117
|
+
"""
|
|
118
|
+
publisher: NotRequired[pulumi.Input[str]]
|
|
119
|
+
"""
|
|
120
|
+
The name of the extension handler publisher.
|
|
121
|
+
"""
|
|
122
|
+
roles_applied_to: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
123
|
+
"""
|
|
124
|
+
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.
|
|
125
|
+
"""
|
|
126
|
+
settings: NotRequired[Any]
|
|
127
|
+
"""
|
|
128
|
+
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.
|
|
129
|
+
"""
|
|
130
|
+
type: NotRequired[pulumi.Input[str]]
|
|
131
|
+
"""
|
|
132
|
+
Specifies the type of the extension.
|
|
133
|
+
"""
|
|
134
|
+
type_handler_version: NotRequired[pulumi.Input[str]]
|
|
135
|
+
"""
|
|
136
|
+
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.
|
|
137
|
+
"""
|
|
138
|
+
elif False:
|
|
139
|
+
CloudServiceExtensionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
140
|
+
|
|
141
|
+
@pulumi.input_type
|
|
142
|
+
class CloudServiceExtensionPropertiesArgs:
|
|
143
|
+
def __init__(__self__, *,
|
|
144
|
+
auto_upgrade_minor_version: Optional[pulumi.Input[bool]] = None,
|
|
145
|
+
force_update_tag: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
protected_settings: Optional[Any] = None,
|
|
147
|
+
protected_settings_from_key_vault: Optional[pulumi.Input['CloudServiceVaultAndSecretReferenceArgs']] = None,
|
|
148
|
+
publisher: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
roles_applied_to: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
150
|
+
settings: Optional[Any] = None,
|
|
151
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
152
|
+
type_handler_version: Optional[pulumi.Input[str]] = None):
|
|
153
|
+
"""
|
|
154
|
+
Extension Properties.
|
|
155
|
+
:param pulumi.Input[bool] auto_upgrade_minor_version: Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.
|
|
156
|
+
:param pulumi.Input[str] force_update_tag: Tag to force apply the provided public and protected settings.
|
|
157
|
+
Changing the tag value allows for re-running the extension without changing any of the public or protected settings.
|
|
158
|
+
If forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.
|
|
159
|
+
If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and
|
|
160
|
+
it is up to handler implementation whether to re-run it or not
|
|
161
|
+
:param Any protected_settings: Protected settings for the extension which are encrypted before sent to the role instance.
|
|
162
|
+
:param pulumi.Input['CloudServiceVaultAndSecretReferenceArgs'] protected_settings_from_key_vault: Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
163
|
+
:param pulumi.Input[str] publisher: The name of the extension handler publisher.
|
|
164
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
165
|
+
: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.
|
|
166
|
+
:param pulumi.Input[str] type: Specifies the type of the extension.
|
|
167
|
+
:param pulumi.Input[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.
|
|
168
|
+
"""
|
|
169
|
+
if auto_upgrade_minor_version is not None:
|
|
170
|
+
pulumi.set(__self__, "auto_upgrade_minor_version", auto_upgrade_minor_version)
|
|
171
|
+
if force_update_tag is not None:
|
|
172
|
+
pulumi.set(__self__, "force_update_tag", force_update_tag)
|
|
173
|
+
if protected_settings is not None:
|
|
174
|
+
pulumi.set(__self__, "protected_settings", protected_settings)
|
|
175
|
+
if protected_settings_from_key_vault is not None:
|
|
176
|
+
pulumi.set(__self__, "protected_settings_from_key_vault", protected_settings_from_key_vault)
|
|
177
|
+
if publisher is not None:
|
|
178
|
+
pulumi.set(__self__, "publisher", publisher)
|
|
179
|
+
if roles_applied_to is not None:
|
|
180
|
+
pulumi.set(__self__, "roles_applied_to", roles_applied_to)
|
|
181
|
+
if settings is not None:
|
|
182
|
+
pulumi.set(__self__, "settings", settings)
|
|
183
|
+
if type is not None:
|
|
184
|
+
pulumi.set(__self__, "type", type)
|
|
185
|
+
if type_handler_version is not None:
|
|
186
|
+
pulumi.set(__self__, "type_handler_version", type_handler_version)
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter(name="autoUpgradeMinorVersion")
|
|
190
|
+
def auto_upgrade_minor_version(self) -> Optional[pulumi.Input[bool]]:
|
|
191
|
+
"""
|
|
192
|
+
Explicitly specify whether platform can automatically upgrade typeHandlerVersion to higher minor versions when they become available.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "auto_upgrade_minor_version")
|
|
195
|
+
|
|
196
|
+
@auto_upgrade_minor_version.setter
|
|
197
|
+
def auto_upgrade_minor_version(self, value: Optional[pulumi.Input[bool]]):
|
|
198
|
+
pulumi.set(self, "auto_upgrade_minor_version", value)
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter(name="forceUpdateTag")
|
|
202
|
+
def force_update_tag(self) -> Optional[pulumi.Input[str]]:
|
|
203
|
+
"""
|
|
204
|
+
Tag to force apply the provided public and protected settings.
|
|
205
|
+
Changing the tag value allows for re-running the extension without changing any of the public or protected settings.
|
|
206
|
+
If forceUpdateTag is not changed, updates to public or protected settings would still be applied by the handler.
|
|
207
|
+
If neither forceUpdateTag nor any of public or protected settings change, extension would flow to the role instance with the same sequence-number, and
|
|
208
|
+
it is up to handler implementation whether to re-run it or not
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "force_update_tag")
|
|
211
|
+
|
|
212
|
+
@force_update_tag.setter
|
|
213
|
+
def force_update_tag(self, value: Optional[pulumi.Input[str]]):
|
|
214
|
+
pulumi.set(self, "force_update_tag", value)
|
|
215
|
+
|
|
216
|
+
@property
|
|
217
|
+
@pulumi.getter(name="protectedSettings")
|
|
218
|
+
def protected_settings(self) -> Optional[Any]:
|
|
219
|
+
"""
|
|
220
|
+
Protected settings for the extension which are encrypted before sent to the role instance.
|
|
221
|
+
"""
|
|
222
|
+
return pulumi.get(self, "protected_settings")
|
|
223
|
+
|
|
224
|
+
@protected_settings.setter
|
|
225
|
+
def protected_settings(self, value: Optional[Any]):
|
|
226
|
+
pulumi.set(self, "protected_settings", value)
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
230
|
+
def protected_settings_from_key_vault(self) -> Optional[pulumi.Input['CloudServiceVaultAndSecretReferenceArgs']]:
|
|
231
|
+
"""
|
|
232
|
+
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
235
|
+
|
|
236
|
+
@protected_settings_from_key_vault.setter
|
|
237
|
+
def protected_settings_from_key_vault(self, value: Optional[pulumi.Input['CloudServiceVaultAndSecretReferenceArgs']]):
|
|
238
|
+
pulumi.set(self, "protected_settings_from_key_vault", value)
|
|
239
|
+
|
|
240
|
+
@property
|
|
241
|
+
@pulumi.getter
|
|
242
|
+
def publisher(self) -> Optional[pulumi.Input[str]]:
|
|
243
|
+
"""
|
|
244
|
+
The name of the extension handler publisher.
|
|
245
|
+
"""
|
|
246
|
+
return pulumi.get(self, "publisher")
|
|
247
|
+
|
|
248
|
+
@publisher.setter
|
|
249
|
+
def publisher(self, value: Optional[pulumi.Input[str]]):
|
|
250
|
+
pulumi.set(self, "publisher", value)
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
@pulumi.getter(name="rolesAppliedTo")
|
|
254
|
+
def roles_applied_to(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
255
|
+
"""
|
|
256
|
+
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.
|
|
257
|
+
"""
|
|
258
|
+
return pulumi.get(self, "roles_applied_to")
|
|
259
|
+
|
|
260
|
+
@roles_applied_to.setter
|
|
261
|
+
def roles_applied_to(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
262
|
+
pulumi.set(self, "roles_applied_to", value)
|
|
263
|
+
|
|
264
|
+
@property
|
|
265
|
+
@pulumi.getter
|
|
266
|
+
def settings(self) -> Optional[Any]:
|
|
267
|
+
"""
|
|
268
|
+
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.
|
|
269
|
+
"""
|
|
270
|
+
return pulumi.get(self, "settings")
|
|
271
|
+
|
|
272
|
+
@settings.setter
|
|
273
|
+
def settings(self, value: Optional[Any]):
|
|
274
|
+
pulumi.set(self, "settings", value)
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter
|
|
278
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
279
|
+
"""
|
|
280
|
+
Specifies the type of the extension.
|
|
281
|
+
"""
|
|
282
|
+
return pulumi.get(self, "type")
|
|
283
|
+
|
|
284
|
+
@type.setter
|
|
285
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
286
|
+
pulumi.set(self, "type", value)
|
|
287
|
+
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="typeHandlerVersion")
|
|
290
|
+
def type_handler_version(self) -> Optional[pulumi.Input[str]]:
|
|
291
|
+
"""
|
|
292
|
+
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.
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "type_handler_version")
|
|
295
|
+
|
|
296
|
+
@type_handler_version.setter
|
|
297
|
+
def type_handler_version(self, value: Optional[pulumi.Input[str]]):
|
|
298
|
+
pulumi.set(self, "type_handler_version", value)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
if not MYPY:
|
|
302
|
+
class CloudServiceNetworkProfileArgsDict(TypedDict):
|
|
303
|
+
"""
|
|
304
|
+
Network Profile for the cloud service.
|
|
305
|
+
"""
|
|
306
|
+
load_balancer_configurations: NotRequired[pulumi.Input[Sequence[pulumi.Input['LoadBalancerConfigurationArgsDict']]]]
|
|
307
|
+
"""
|
|
308
|
+
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.
|
|
309
|
+
"""
|
|
310
|
+
slot_type: NotRequired[pulumi.Input[Union[str, 'CloudServiceSlotType']]]
|
|
311
|
+
"""
|
|
312
|
+
Slot type for the cloud service.
|
|
313
|
+
Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />
|
|
314
|
+
If not specified, the default value is Production.
|
|
315
|
+
"""
|
|
316
|
+
swappable_cloud_service: NotRequired[pulumi.Input['SubResourceArgsDict']]
|
|
317
|
+
"""
|
|
318
|
+
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.
|
|
319
|
+
"""
|
|
320
|
+
elif False:
|
|
321
|
+
CloudServiceNetworkProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
322
|
+
|
|
323
|
+
@pulumi.input_type
|
|
324
|
+
class CloudServiceNetworkProfileArgs:
|
|
325
|
+
def __init__(__self__, *,
|
|
326
|
+
load_balancer_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerConfigurationArgs']]]] = None,
|
|
327
|
+
slot_type: Optional[pulumi.Input[Union[str, 'CloudServiceSlotType']]] = None,
|
|
328
|
+
swappable_cloud_service: Optional[pulumi.Input['SubResourceArgs']] = None):
|
|
329
|
+
"""
|
|
330
|
+
Network Profile for the cloud service.
|
|
331
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerConfigurationArgs']]] 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.
|
|
332
|
+
:param pulumi.Input[Union[str, 'CloudServiceSlotType']] slot_type: Slot type for the cloud service.
|
|
333
|
+
Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />
|
|
334
|
+
If not specified, the default value is Production.
|
|
335
|
+
:param pulumi.Input['SubResourceArgs'] 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.
|
|
336
|
+
"""
|
|
337
|
+
if load_balancer_configurations is not None:
|
|
338
|
+
pulumi.set(__self__, "load_balancer_configurations", load_balancer_configurations)
|
|
339
|
+
if slot_type is not None:
|
|
340
|
+
pulumi.set(__self__, "slot_type", slot_type)
|
|
341
|
+
if swappable_cloud_service is not None:
|
|
342
|
+
pulumi.set(__self__, "swappable_cloud_service", swappable_cloud_service)
|
|
343
|
+
|
|
344
|
+
@property
|
|
345
|
+
@pulumi.getter(name="loadBalancerConfigurations")
|
|
346
|
+
def load_balancer_configurations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerConfigurationArgs']]]]:
|
|
347
|
+
"""
|
|
348
|
+
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.
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "load_balancer_configurations")
|
|
351
|
+
|
|
352
|
+
@load_balancer_configurations.setter
|
|
353
|
+
def load_balancer_configurations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerConfigurationArgs']]]]):
|
|
354
|
+
pulumi.set(self, "load_balancer_configurations", value)
|
|
355
|
+
|
|
356
|
+
@property
|
|
357
|
+
@pulumi.getter(name="slotType")
|
|
358
|
+
def slot_type(self) -> Optional[pulumi.Input[Union[str, 'CloudServiceSlotType']]]:
|
|
359
|
+
"""
|
|
360
|
+
Slot type for the cloud service.
|
|
361
|
+
Possible values are <br /><br />**Production**<br /><br />**Staging**<br /><br />
|
|
362
|
+
If not specified, the default value is Production.
|
|
363
|
+
"""
|
|
364
|
+
return pulumi.get(self, "slot_type")
|
|
365
|
+
|
|
366
|
+
@slot_type.setter
|
|
367
|
+
def slot_type(self, value: Optional[pulumi.Input[Union[str, 'CloudServiceSlotType']]]):
|
|
368
|
+
pulumi.set(self, "slot_type", value)
|
|
369
|
+
|
|
370
|
+
@property
|
|
371
|
+
@pulumi.getter(name="swappableCloudService")
|
|
372
|
+
def swappable_cloud_service(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
373
|
+
"""
|
|
374
|
+
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.
|
|
375
|
+
"""
|
|
376
|
+
return pulumi.get(self, "swappable_cloud_service")
|
|
377
|
+
|
|
378
|
+
@swappable_cloud_service.setter
|
|
379
|
+
def swappable_cloud_service(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
380
|
+
pulumi.set(self, "swappable_cloud_service", value)
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
if not MYPY:
|
|
384
|
+
class CloudServiceOsProfileArgsDict(TypedDict):
|
|
385
|
+
"""
|
|
386
|
+
Describes the OS profile for the cloud service.
|
|
387
|
+
"""
|
|
388
|
+
secrets: NotRequired[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultSecretGroupArgsDict']]]]
|
|
389
|
+
"""
|
|
390
|
+
Specifies set of certificates that should be installed onto the role instances.
|
|
391
|
+
"""
|
|
392
|
+
elif False:
|
|
393
|
+
CloudServiceOsProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
394
|
+
|
|
395
|
+
@pulumi.input_type
|
|
396
|
+
class CloudServiceOsProfileArgs:
|
|
397
|
+
def __init__(__self__, *,
|
|
398
|
+
secrets: Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultSecretGroupArgs']]]] = None):
|
|
399
|
+
"""
|
|
400
|
+
Describes the OS profile for the cloud service.
|
|
401
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultSecretGroupArgs']]] secrets: Specifies set of certificates that should be installed onto the role instances.
|
|
402
|
+
"""
|
|
403
|
+
if secrets is not None:
|
|
404
|
+
pulumi.set(__self__, "secrets", secrets)
|
|
405
|
+
|
|
406
|
+
@property
|
|
407
|
+
@pulumi.getter
|
|
408
|
+
def secrets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultSecretGroupArgs']]]]:
|
|
409
|
+
"""
|
|
410
|
+
Specifies set of certificates that should be installed onto the role instances.
|
|
411
|
+
"""
|
|
412
|
+
return pulumi.get(self, "secrets")
|
|
413
|
+
|
|
414
|
+
@secrets.setter
|
|
415
|
+
def secrets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultSecretGroupArgs']]]]):
|
|
416
|
+
pulumi.set(self, "secrets", value)
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
if not MYPY:
|
|
420
|
+
class CloudServicePropertiesArgsDict(TypedDict):
|
|
421
|
+
"""
|
|
422
|
+
Cloud service properties
|
|
423
|
+
"""
|
|
424
|
+
allow_model_override: NotRequired[pulumi.Input[bool]]
|
|
425
|
+
"""
|
|
426
|
+
(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.
|
|
427
|
+
The default value is `false`.
|
|
428
|
+
"""
|
|
429
|
+
configuration: NotRequired[pulumi.Input[str]]
|
|
430
|
+
"""
|
|
431
|
+
Specifies the XML service configuration (.cscfg) for the cloud service.
|
|
432
|
+
"""
|
|
433
|
+
configuration_url: NotRequired[pulumi.Input[str]]
|
|
434
|
+
"""
|
|
435
|
+
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.
|
|
436
|
+
This is a write-only property and is not returned in GET calls.
|
|
437
|
+
"""
|
|
438
|
+
extension_profile: NotRequired[pulumi.Input['CloudServiceExtensionProfileArgsDict']]
|
|
439
|
+
"""
|
|
440
|
+
Describes a cloud service extension profile.
|
|
441
|
+
"""
|
|
442
|
+
network_profile: NotRequired[pulumi.Input['CloudServiceNetworkProfileArgsDict']]
|
|
443
|
+
"""
|
|
444
|
+
Network Profile for the cloud service.
|
|
445
|
+
"""
|
|
446
|
+
os_profile: NotRequired[pulumi.Input['CloudServiceOsProfileArgsDict']]
|
|
447
|
+
"""
|
|
448
|
+
Describes the OS profile for the cloud service.
|
|
449
|
+
"""
|
|
450
|
+
package_url: NotRequired[pulumi.Input[str]]
|
|
451
|
+
"""
|
|
452
|
+
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.
|
|
453
|
+
This is a write-only property and is not returned in GET calls.
|
|
454
|
+
"""
|
|
455
|
+
role_profile: NotRequired[pulumi.Input['CloudServiceRoleProfileArgsDict']]
|
|
456
|
+
"""
|
|
457
|
+
Describes the role profile for the cloud service.
|
|
458
|
+
"""
|
|
459
|
+
start_cloud_service: NotRequired[pulumi.Input[bool]]
|
|
460
|
+
"""
|
|
461
|
+
(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.
|
|
462
|
+
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.
|
|
463
|
+
"""
|
|
464
|
+
upgrade_mode: NotRequired[pulumi.Input[Union[str, 'CloudServiceUpgradeMode']]]
|
|
465
|
+
"""
|
|
466
|
+
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.
|
|
467
|
+
Possible Values are <br /><br />**Auto**<br /><br />**Manual** <br /><br />**Simultaneous**<br /><br />
|
|
468
|
+
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.
|
|
469
|
+
"""
|
|
470
|
+
elif False:
|
|
471
|
+
CloudServicePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
472
|
+
|
|
473
|
+
@pulumi.input_type
|
|
474
|
+
class CloudServicePropertiesArgs:
|
|
475
|
+
def __init__(__self__, *,
|
|
476
|
+
allow_model_override: Optional[pulumi.Input[bool]] = None,
|
|
477
|
+
configuration: Optional[pulumi.Input[str]] = None,
|
|
478
|
+
configuration_url: Optional[pulumi.Input[str]] = None,
|
|
479
|
+
extension_profile: Optional[pulumi.Input['CloudServiceExtensionProfileArgs']] = None,
|
|
480
|
+
network_profile: Optional[pulumi.Input['CloudServiceNetworkProfileArgs']] = None,
|
|
481
|
+
os_profile: Optional[pulumi.Input['CloudServiceOsProfileArgs']] = None,
|
|
482
|
+
package_url: Optional[pulumi.Input[str]] = None,
|
|
483
|
+
role_profile: Optional[pulumi.Input['CloudServiceRoleProfileArgs']] = None,
|
|
484
|
+
start_cloud_service: Optional[pulumi.Input[bool]] = None,
|
|
485
|
+
upgrade_mode: Optional[pulumi.Input[Union[str, 'CloudServiceUpgradeMode']]] = None):
|
|
486
|
+
"""
|
|
487
|
+
Cloud service properties
|
|
488
|
+
:param pulumi.Input[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.
|
|
489
|
+
The default value is `false`.
|
|
490
|
+
:param pulumi.Input[str] configuration: Specifies the XML service configuration (.cscfg) for the cloud service.
|
|
491
|
+
:param pulumi.Input[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.
|
|
492
|
+
This is a write-only property and is not returned in GET calls.
|
|
493
|
+
:param pulumi.Input['CloudServiceExtensionProfileArgs'] extension_profile: Describes a cloud service extension profile.
|
|
494
|
+
:param pulumi.Input['CloudServiceNetworkProfileArgs'] network_profile: Network Profile for the cloud service.
|
|
495
|
+
:param pulumi.Input['CloudServiceOsProfileArgs'] os_profile: Describes the OS profile for the cloud service.
|
|
496
|
+
:param pulumi.Input[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.
|
|
497
|
+
This is a write-only property and is not returned in GET calls.
|
|
498
|
+
:param pulumi.Input['CloudServiceRoleProfileArgs'] role_profile: Describes the role profile for the cloud service.
|
|
499
|
+
:param pulumi.Input[bool] start_cloud_service: (Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.
|
|
500
|
+
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.
|
|
501
|
+
:param pulumi.Input[Union[str, 'CloudServiceUpgradeMode']] 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.
|
|
502
|
+
Possible Values are <br /><br />**Auto**<br /><br />**Manual** <br /><br />**Simultaneous**<br /><br />
|
|
503
|
+
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.
|
|
504
|
+
"""
|
|
505
|
+
if allow_model_override is not None:
|
|
506
|
+
pulumi.set(__self__, "allow_model_override", allow_model_override)
|
|
507
|
+
if configuration is not None:
|
|
508
|
+
pulumi.set(__self__, "configuration", configuration)
|
|
509
|
+
if configuration_url is not None:
|
|
510
|
+
pulumi.set(__self__, "configuration_url", configuration_url)
|
|
511
|
+
if extension_profile is not None:
|
|
512
|
+
pulumi.set(__self__, "extension_profile", extension_profile)
|
|
513
|
+
if network_profile is not None:
|
|
514
|
+
pulumi.set(__self__, "network_profile", network_profile)
|
|
515
|
+
if os_profile is not None:
|
|
516
|
+
pulumi.set(__self__, "os_profile", os_profile)
|
|
517
|
+
if package_url is not None:
|
|
518
|
+
pulumi.set(__self__, "package_url", package_url)
|
|
519
|
+
if role_profile is not None:
|
|
520
|
+
pulumi.set(__self__, "role_profile", role_profile)
|
|
521
|
+
if start_cloud_service is not None:
|
|
522
|
+
pulumi.set(__self__, "start_cloud_service", start_cloud_service)
|
|
523
|
+
if upgrade_mode is not None:
|
|
524
|
+
pulumi.set(__self__, "upgrade_mode", upgrade_mode)
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter(name="allowModelOverride")
|
|
528
|
+
def allow_model_override(self) -> Optional[pulumi.Input[bool]]:
|
|
529
|
+
"""
|
|
530
|
+
(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.
|
|
531
|
+
The default value is `false`.
|
|
532
|
+
"""
|
|
533
|
+
return pulumi.get(self, "allow_model_override")
|
|
534
|
+
|
|
535
|
+
@allow_model_override.setter
|
|
536
|
+
def allow_model_override(self, value: Optional[pulumi.Input[bool]]):
|
|
537
|
+
pulumi.set(self, "allow_model_override", value)
|
|
538
|
+
|
|
539
|
+
@property
|
|
540
|
+
@pulumi.getter
|
|
541
|
+
def configuration(self) -> Optional[pulumi.Input[str]]:
|
|
542
|
+
"""
|
|
543
|
+
Specifies the XML service configuration (.cscfg) for the cloud service.
|
|
544
|
+
"""
|
|
545
|
+
return pulumi.get(self, "configuration")
|
|
546
|
+
|
|
547
|
+
@configuration.setter
|
|
548
|
+
def configuration(self, value: Optional[pulumi.Input[str]]):
|
|
549
|
+
pulumi.set(self, "configuration", value)
|
|
550
|
+
|
|
551
|
+
@property
|
|
552
|
+
@pulumi.getter(name="configurationUrl")
|
|
553
|
+
def configuration_url(self) -> Optional[pulumi.Input[str]]:
|
|
554
|
+
"""
|
|
555
|
+
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.
|
|
556
|
+
This is a write-only property and is not returned in GET calls.
|
|
557
|
+
"""
|
|
558
|
+
return pulumi.get(self, "configuration_url")
|
|
559
|
+
|
|
560
|
+
@configuration_url.setter
|
|
561
|
+
def configuration_url(self, value: Optional[pulumi.Input[str]]):
|
|
562
|
+
pulumi.set(self, "configuration_url", value)
|
|
563
|
+
|
|
564
|
+
@property
|
|
565
|
+
@pulumi.getter(name="extensionProfile")
|
|
566
|
+
def extension_profile(self) -> Optional[pulumi.Input['CloudServiceExtensionProfileArgs']]:
|
|
567
|
+
"""
|
|
568
|
+
Describes a cloud service extension profile.
|
|
569
|
+
"""
|
|
570
|
+
return pulumi.get(self, "extension_profile")
|
|
571
|
+
|
|
572
|
+
@extension_profile.setter
|
|
573
|
+
def extension_profile(self, value: Optional[pulumi.Input['CloudServiceExtensionProfileArgs']]):
|
|
574
|
+
pulumi.set(self, "extension_profile", value)
|
|
575
|
+
|
|
576
|
+
@property
|
|
577
|
+
@pulumi.getter(name="networkProfile")
|
|
578
|
+
def network_profile(self) -> Optional[pulumi.Input['CloudServiceNetworkProfileArgs']]:
|
|
579
|
+
"""
|
|
580
|
+
Network Profile for the cloud service.
|
|
581
|
+
"""
|
|
582
|
+
return pulumi.get(self, "network_profile")
|
|
583
|
+
|
|
584
|
+
@network_profile.setter
|
|
585
|
+
def network_profile(self, value: Optional[pulumi.Input['CloudServiceNetworkProfileArgs']]):
|
|
586
|
+
pulumi.set(self, "network_profile", value)
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
@pulumi.getter(name="osProfile")
|
|
590
|
+
def os_profile(self) -> Optional[pulumi.Input['CloudServiceOsProfileArgs']]:
|
|
591
|
+
"""
|
|
592
|
+
Describes the OS profile for the cloud service.
|
|
593
|
+
"""
|
|
594
|
+
return pulumi.get(self, "os_profile")
|
|
595
|
+
|
|
596
|
+
@os_profile.setter
|
|
597
|
+
def os_profile(self, value: Optional[pulumi.Input['CloudServiceOsProfileArgs']]):
|
|
598
|
+
pulumi.set(self, "os_profile", value)
|
|
599
|
+
|
|
600
|
+
@property
|
|
601
|
+
@pulumi.getter(name="packageUrl")
|
|
602
|
+
def package_url(self) -> Optional[pulumi.Input[str]]:
|
|
603
|
+
"""
|
|
604
|
+
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.
|
|
605
|
+
This is a write-only property and is not returned in GET calls.
|
|
606
|
+
"""
|
|
607
|
+
return pulumi.get(self, "package_url")
|
|
608
|
+
|
|
609
|
+
@package_url.setter
|
|
610
|
+
def package_url(self, value: Optional[pulumi.Input[str]]):
|
|
611
|
+
pulumi.set(self, "package_url", value)
|
|
612
|
+
|
|
613
|
+
@property
|
|
614
|
+
@pulumi.getter(name="roleProfile")
|
|
615
|
+
def role_profile(self) -> Optional[pulumi.Input['CloudServiceRoleProfileArgs']]:
|
|
616
|
+
"""
|
|
617
|
+
Describes the role profile for the cloud service.
|
|
618
|
+
"""
|
|
619
|
+
return pulumi.get(self, "role_profile")
|
|
620
|
+
|
|
621
|
+
@role_profile.setter
|
|
622
|
+
def role_profile(self, value: Optional[pulumi.Input['CloudServiceRoleProfileArgs']]):
|
|
623
|
+
pulumi.set(self, "role_profile", value)
|
|
624
|
+
|
|
625
|
+
@property
|
|
626
|
+
@pulumi.getter(name="startCloudService")
|
|
627
|
+
def start_cloud_service(self) -> Optional[pulumi.Input[bool]]:
|
|
628
|
+
"""
|
|
629
|
+
(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.
|
|
630
|
+
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.
|
|
631
|
+
"""
|
|
632
|
+
return pulumi.get(self, "start_cloud_service")
|
|
633
|
+
|
|
634
|
+
@start_cloud_service.setter
|
|
635
|
+
def start_cloud_service(self, value: Optional[pulumi.Input[bool]]):
|
|
636
|
+
pulumi.set(self, "start_cloud_service", value)
|
|
637
|
+
|
|
638
|
+
@property
|
|
639
|
+
@pulumi.getter(name="upgradeMode")
|
|
640
|
+
def upgrade_mode(self) -> Optional[pulumi.Input[Union[str, 'CloudServiceUpgradeMode']]]:
|
|
641
|
+
"""
|
|
642
|
+
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.
|
|
643
|
+
Possible Values are <br /><br />**Auto**<br /><br />**Manual** <br /><br />**Simultaneous**<br /><br />
|
|
644
|
+
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.
|
|
645
|
+
"""
|
|
646
|
+
return pulumi.get(self, "upgrade_mode")
|
|
647
|
+
|
|
648
|
+
@upgrade_mode.setter
|
|
649
|
+
def upgrade_mode(self, value: Optional[pulumi.Input[Union[str, 'CloudServiceUpgradeMode']]]):
|
|
650
|
+
pulumi.set(self, "upgrade_mode", value)
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
if not MYPY:
|
|
654
|
+
class CloudServiceRoleProfilePropertiesArgsDict(TypedDict):
|
|
655
|
+
"""
|
|
656
|
+
Describes the role properties.
|
|
657
|
+
"""
|
|
658
|
+
name: NotRequired[pulumi.Input[str]]
|
|
659
|
+
"""
|
|
660
|
+
Resource name.
|
|
661
|
+
"""
|
|
662
|
+
sku: NotRequired[pulumi.Input['CloudServiceRoleSkuArgsDict']]
|
|
663
|
+
"""
|
|
664
|
+
Describes the cloud service role sku.
|
|
665
|
+
"""
|
|
666
|
+
elif False:
|
|
667
|
+
CloudServiceRoleProfilePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
668
|
+
|
|
669
|
+
@pulumi.input_type
|
|
670
|
+
class CloudServiceRoleProfilePropertiesArgs:
|
|
671
|
+
def __init__(__self__, *,
|
|
672
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
673
|
+
sku: Optional[pulumi.Input['CloudServiceRoleSkuArgs']] = None):
|
|
674
|
+
"""
|
|
675
|
+
Describes the role properties.
|
|
676
|
+
:param pulumi.Input[str] name: Resource name.
|
|
677
|
+
:param pulumi.Input['CloudServiceRoleSkuArgs'] sku: Describes the cloud service role sku.
|
|
678
|
+
"""
|
|
679
|
+
if name is not None:
|
|
680
|
+
pulumi.set(__self__, "name", name)
|
|
681
|
+
if sku is not None:
|
|
682
|
+
pulumi.set(__self__, "sku", sku)
|
|
683
|
+
|
|
684
|
+
@property
|
|
685
|
+
@pulumi.getter
|
|
686
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
687
|
+
"""
|
|
688
|
+
Resource name.
|
|
689
|
+
"""
|
|
690
|
+
return pulumi.get(self, "name")
|
|
691
|
+
|
|
692
|
+
@name.setter
|
|
693
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
694
|
+
pulumi.set(self, "name", value)
|
|
695
|
+
|
|
696
|
+
@property
|
|
697
|
+
@pulumi.getter
|
|
698
|
+
def sku(self) -> Optional[pulumi.Input['CloudServiceRoleSkuArgs']]:
|
|
699
|
+
"""
|
|
700
|
+
Describes the cloud service role sku.
|
|
701
|
+
"""
|
|
702
|
+
return pulumi.get(self, "sku")
|
|
703
|
+
|
|
704
|
+
@sku.setter
|
|
705
|
+
def sku(self, value: Optional[pulumi.Input['CloudServiceRoleSkuArgs']]):
|
|
706
|
+
pulumi.set(self, "sku", value)
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
if not MYPY:
|
|
710
|
+
class CloudServiceRoleProfileArgsDict(TypedDict):
|
|
711
|
+
"""
|
|
712
|
+
Describes the role profile for the cloud service.
|
|
713
|
+
"""
|
|
714
|
+
roles: NotRequired[pulumi.Input[Sequence[pulumi.Input['CloudServiceRoleProfilePropertiesArgsDict']]]]
|
|
715
|
+
"""
|
|
716
|
+
List of roles for the cloud service.
|
|
717
|
+
"""
|
|
718
|
+
elif False:
|
|
719
|
+
CloudServiceRoleProfileArgsDict: TypeAlias = Mapping[str, Any]
|
|
720
|
+
|
|
721
|
+
@pulumi.input_type
|
|
722
|
+
class CloudServiceRoleProfileArgs:
|
|
723
|
+
def __init__(__self__, *,
|
|
724
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceRoleProfilePropertiesArgs']]]] = None):
|
|
725
|
+
"""
|
|
726
|
+
Describes the role profile for the cloud service.
|
|
727
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudServiceRoleProfilePropertiesArgs']]] roles: List of roles for the cloud service.
|
|
728
|
+
"""
|
|
729
|
+
if roles is not None:
|
|
730
|
+
pulumi.set(__self__, "roles", roles)
|
|
731
|
+
|
|
732
|
+
@property
|
|
733
|
+
@pulumi.getter
|
|
734
|
+
def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceRoleProfilePropertiesArgs']]]]:
|
|
735
|
+
"""
|
|
736
|
+
List of roles for the cloud service.
|
|
737
|
+
"""
|
|
738
|
+
return pulumi.get(self, "roles")
|
|
739
|
+
|
|
740
|
+
@roles.setter
|
|
741
|
+
def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceRoleProfilePropertiesArgs']]]]):
|
|
742
|
+
pulumi.set(self, "roles", value)
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
if not MYPY:
|
|
746
|
+
class CloudServiceRoleSkuArgsDict(TypedDict):
|
|
747
|
+
"""
|
|
748
|
+
Describes the cloud service role sku.
|
|
749
|
+
"""
|
|
750
|
+
capacity: NotRequired[pulumi.Input[float]]
|
|
751
|
+
"""
|
|
752
|
+
Specifies the number of role instances in the cloud service.
|
|
753
|
+
"""
|
|
754
|
+
name: NotRequired[pulumi.Input[str]]
|
|
755
|
+
"""
|
|
756
|
+
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.
|
|
757
|
+
"""
|
|
758
|
+
tier: NotRequired[pulumi.Input[str]]
|
|
759
|
+
"""
|
|
760
|
+
Specifies the tier of the cloud service. Possible Values are <br /><br /> **Standard** <br /><br /> **Basic**
|
|
761
|
+
"""
|
|
762
|
+
elif False:
|
|
763
|
+
CloudServiceRoleSkuArgsDict: TypeAlias = Mapping[str, Any]
|
|
764
|
+
|
|
765
|
+
@pulumi.input_type
|
|
766
|
+
class CloudServiceRoleSkuArgs:
|
|
767
|
+
def __init__(__self__, *,
|
|
768
|
+
capacity: Optional[pulumi.Input[float]] = None,
|
|
769
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
770
|
+
tier: Optional[pulumi.Input[str]] = None):
|
|
771
|
+
"""
|
|
772
|
+
Describes the cloud service role sku.
|
|
773
|
+
:param pulumi.Input[float] capacity: Specifies the number of role instances in the cloud service.
|
|
774
|
+
:param pulumi.Input[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.
|
|
775
|
+
:param pulumi.Input[str] tier: Specifies the tier of the cloud service. Possible Values are <br /><br /> **Standard** <br /><br /> **Basic**
|
|
776
|
+
"""
|
|
777
|
+
if capacity is not None:
|
|
778
|
+
pulumi.set(__self__, "capacity", capacity)
|
|
779
|
+
if name is not None:
|
|
780
|
+
pulumi.set(__self__, "name", name)
|
|
781
|
+
if tier is not None:
|
|
782
|
+
pulumi.set(__self__, "tier", tier)
|
|
783
|
+
|
|
784
|
+
@property
|
|
785
|
+
@pulumi.getter
|
|
786
|
+
def capacity(self) -> Optional[pulumi.Input[float]]:
|
|
787
|
+
"""
|
|
788
|
+
Specifies the number of role instances in the cloud service.
|
|
789
|
+
"""
|
|
790
|
+
return pulumi.get(self, "capacity")
|
|
791
|
+
|
|
792
|
+
@capacity.setter
|
|
793
|
+
def capacity(self, value: Optional[pulumi.Input[float]]):
|
|
794
|
+
pulumi.set(self, "capacity", value)
|
|
795
|
+
|
|
796
|
+
@property
|
|
797
|
+
@pulumi.getter
|
|
798
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
799
|
+
"""
|
|
800
|
+
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.
|
|
801
|
+
"""
|
|
802
|
+
return pulumi.get(self, "name")
|
|
803
|
+
|
|
804
|
+
@name.setter
|
|
805
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
806
|
+
pulumi.set(self, "name", value)
|
|
807
|
+
|
|
808
|
+
@property
|
|
809
|
+
@pulumi.getter
|
|
810
|
+
def tier(self) -> Optional[pulumi.Input[str]]:
|
|
811
|
+
"""
|
|
812
|
+
Specifies the tier of the cloud service. Possible Values are <br /><br /> **Standard** <br /><br /> **Basic**
|
|
813
|
+
"""
|
|
814
|
+
return pulumi.get(self, "tier")
|
|
815
|
+
|
|
816
|
+
@tier.setter
|
|
817
|
+
def tier(self, value: Optional[pulumi.Input[str]]):
|
|
818
|
+
pulumi.set(self, "tier", value)
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
if not MYPY:
|
|
822
|
+
class CloudServiceVaultAndSecretReferenceArgsDict(TypedDict):
|
|
823
|
+
"""
|
|
824
|
+
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
825
|
+
"""
|
|
826
|
+
secret_url: NotRequired[pulumi.Input[str]]
|
|
827
|
+
"""
|
|
828
|
+
Secret URL which contains the protected settings of the extension
|
|
829
|
+
"""
|
|
830
|
+
source_vault: NotRequired[pulumi.Input['SubResourceArgsDict']]
|
|
831
|
+
"""
|
|
832
|
+
The ARM Resource ID of the Key Vault
|
|
833
|
+
"""
|
|
834
|
+
elif False:
|
|
835
|
+
CloudServiceVaultAndSecretReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
836
|
+
|
|
837
|
+
@pulumi.input_type
|
|
838
|
+
class CloudServiceVaultAndSecretReferenceArgs:
|
|
839
|
+
def __init__(__self__, *,
|
|
840
|
+
secret_url: Optional[pulumi.Input[str]] = None,
|
|
841
|
+
source_vault: Optional[pulumi.Input['SubResourceArgs']] = None):
|
|
842
|
+
"""
|
|
843
|
+
Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.
|
|
844
|
+
:param pulumi.Input[str] secret_url: Secret URL which contains the protected settings of the extension
|
|
845
|
+
:param pulumi.Input['SubResourceArgs'] source_vault: The ARM Resource ID of the Key Vault
|
|
846
|
+
"""
|
|
847
|
+
if secret_url is not None:
|
|
848
|
+
pulumi.set(__self__, "secret_url", secret_url)
|
|
849
|
+
if source_vault is not None:
|
|
850
|
+
pulumi.set(__self__, "source_vault", source_vault)
|
|
851
|
+
|
|
852
|
+
@property
|
|
853
|
+
@pulumi.getter(name="secretUrl")
|
|
854
|
+
def secret_url(self) -> Optional[pulumi.Input[str]]:
|
|
855
|
+
"""
|
|
856
|
+
Secret URL which contains the protected settings of the extension
|
|
857
|
+
"""
|
|
858
|
+
return pulumi.get(self, "secret_url")
|
|
859
|
+
|
|
860
|
+
@secret_url.setter
|
|
861
|
+
def secret_url(self, value: Optional[pulumi.Input[str]]):
|
|
862
|
+
pulumi.set(self, "secret_url", value)
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
@pulumi.getter(name="sourceVault")
|
|
866
|
+
def source_vault(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
867
|
+
"""
|
|
868
|
+
The ARM Resource ID of the Key Vault
|
|
869
|
+
"""
|
|
870
|
+
return pulumi.get(self, "source_vault")
|
|
871
|
+
|
|
872
|
+
@source_vault.setter
|
|
873
|
+
def source_vault(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
874
|
+
pulumi.set(self, "source_vault", value)
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
if not MYPY:
|
|
878
|
+
class CloudServiceVaultCertificateArgsDict(TypedDict):
|
|
879
|
+
"""
|
|
880
|
+
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
|
|
881
|
+
"""
|
|
882
|
+
certificate_url: NotRequired[pulumi.Input[str]]
|
|
883
|
+
"""
|
|
884
|
+
This is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
|
885
|
+
"""
|
|
886
|
+
is_bootstrap_certificate: NotRequired[pulumi.Input[bool]]
|
|
887
|
+
"""
|
|
888
|
+
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates.
|
|
889
|
+
"""
|
|
890
|
+
elif False:
|
|
891
|
+
CloudServiceVaultCertificateArgsDict: TypeAlias = Mapping[str, Any]
|
|
892
|
+
|
|
893
|
+
@pulumi.input_type
|
|
894
|
+
class CloudServiceVaultCertificateArgs:
|
|
895
|
+
def __init__(__self__, *,
|
|
896
|
+
certificate_url: Optional[pulumi.Input[str]] = None,
|
|
897
|
+
is_bootstrap_certificate: Optional[pulumi.Input[bool]] = None):
|
|
898
|
+
"""
|
|
899
|
+
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
|
|
900
|
+
:param pulumi.Input[str] certificate_url: This is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
|
901
|
+
:param pulumi.Input[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.
|
|
902
|
+
"""
|
|
903
|
+
if certificate_url is not None:
|
|
904
|
+
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
905
|
+
if is_bootstrap_certificate is not None:
|
|
906
|
+
pulumi.set(__self__, "is_bootstrap_certificate", is_bootstrap_certificate)
|
|
907
|
+
|
|
908
|
+
@property
|
|
909
|
+
@pulumi.getter(name="certificateUrl")
|
|
910
|
+
def certificate_url(self) -> Optional[pulumi.Input[str]]:
|
|
911
|
+
"""
|
|
912
|
+
This is the URL of a certificate that has been uploaded to Key Vault as a secret.
|
|
913
|
+
"""
|
|
914
|
+
return pulumi.get(self, "certificate_url")
|
|
915
|
+
|
|
916
|
+
@certificate_url.setter
|
|
917
|
+
def certificate_url(self, value: Optional[pulumi.Input[str]]):
|
|
918
|
+
pulumi.set(self, "certificate_url", value)
|
|
919
|
+
|
|
920
|
+
@property
|
|
921
|
+
@pulumi.getter(name="isBootstrapCertificate")
|
|
922
|
+
def is_bootstrap_certificate(self) -> Optional[pulumi.Input[bool]]:
|
|
923
|
+
"""
|
|
924
|
+
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates.
|
|
925
|
+
"""
|
|
926
|
+
return pulumi.get(self, "is_bootstrap_certificate")
|
|
927
|
+
|
|
928
|
+
@is_bootstrap_certificate.setter
|
|
929
|
+
def is_bootstrap_certificate(self, value: Optional[pulumi.Input[bool]]):
|
|
930
|
+
pulumi.set(self, "is_bootstrap_certificate", value)
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
if not MYPY:
|
|
934
|
+
class CloudServiceVaultSecretGroupArgsDict(TypedDict):
|
|
935
|
+
"""
|
|
936
|
+
Describes a set of certificates which are all in the same Key Vault.
|
|
937
|
+
"""
|
|
938
|
+
source_vault: NotRequired[pulumi.Input['SubResourceArgsDict']]
|
|
939
|
+
"""
|
|
940
|
+
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
941
|
+
"""
|
|
942
|
+
vault_certificates: NotRequired[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultCertificateArgsDict']]]]
|
|
943
|
+
"""
|
|
944
|
+
The list of key vault references in SourceVault which contain certificates.
|
|
945
|
+
"""
|
|
946
|
+
elif False:
|
|
947
|
+
CloudServiceVaultSecretGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
948
|
+
|
|
949
|
+
@pulumi.input_type
|
|
950
|
+
class CloudServiceVaultSecretGroupArgs:
|
|
951
|
+
def __init__(__self__, *,
|
|
952
|
+
source_vault: Optional[pulumi.Input['SubResourceArgs']] = None,
|
|
953
|
+
vault_certificates: Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultCertificateArgs']]]] = None):
|
|
954
|
+
"""
|
|
955
|
+
Describes a set of certificates which are all in the same Key Vault.
|
|
956
|
+
:param pulumi.Input['SubResourceArgs'] source_vault: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
957
|
+
:param pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultCertificateArgs']]] vault_certificates: The list of key vault references in SourceVault which contain certificates.
|
|
958
|
+
"""
|
|
959
|
+
if source_vault is not None:
|
|
960
|
+
pulumi.set(__self__, "source_vault", source_vault)
|
|
961
|
+
if vault_certificates is not None:
|
|
962
|
+
pulumi.set(__self__, "vault_certificates", vault_certificates)
|
|
963
|
+
|
|
964
|
+
@property
|
|
965
|
+
@pulumi.getter(name="sourceVault")
|
|
966
|
+
def source_vault(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
967
|
+
"""
|
|
968
|
+
The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
|
|
969
|
+
"""
|
|
970
|
+
return pulumi.get(self, "source_vault")
|
|
971
|
+
|
|
972
|
+
@source_vault.setter
|
|
973
|
+
def source_vault(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
974
|
+
pulumi.set(self, "source_vault", value)
|
|
975
|
+
|
|
976
|
+
@property
|
|
977
|
+
@pulumi.getter(name="vaultCertificates")
|
|
978
|
+
def vault_certificates(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultCertificateArgs']]]]:
|
|
979
|
+
"""
|
|
980
|
+
The list of key vault references in SourceVault which contain certificates.
|
|
981
|
+
"""
|
|
982
|
+
return pulumi.get(self, "vault_certificates")
|
|
983
|
+
|
|
984
|
+
@vault_certificates.setter
|
|
985
|
+
def vault_certificates(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CloudServiceVaultCertificateArgs']]]]):
|
|
986
|
+
pulumi.set(self, "vault_certificates", value)
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
if not MYPY:
|
|
990
|
+
class ExtensionArgsDict(TypedDict):
|
|
991
|
+
"""
|
|
992
|
+
Describes a cloud service Extension.
|
|
993
|
+
"""
|
|
994
|
+
name: NotRequired[pulumi.Input[str]]
|
|
995
|
+
"""
|
|
996
|
+
The name of the extension.
|
|
997
|
+
"""
|
|
998
|
+
properties: NotRequired[pulumi.Input['CloudServiceExtensionPropertiesArgsDict']]
|
|
999
|
+
"""
|
|
1000
|
+
Extension Properties.
|
|
1001
|
+
"""
|
|
1002
|
+
elif False:
|
|
1003
|
+
ExtensionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1004
|
+
|
|
1005
|
+
@pulumi.input_type
|
|
1006
|
+
class ExtensionArgs:
|
|
1007
|
+
def __init__(__self__, *,
|
|
1008
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1009
|
+
properties: Optional[pulumi.Input['CloudServiceExtensionPropertiesArgs']] = None):
|
|
1010
|
+
"""
|
|
1011
|
+
Describes a cloud service Extension.
|
|
1012
|
+
:param pulumi.Input[str] name: The name of the extension.
|
|
1013
|
+
:param pulumi.Input['CloudServiceExtensionPropertiesArgs'] properties: Extension Properties.
|
|
1014
|
+
"""
|
|
1015
|
+
if name is not None:
|
|
1016
|
+
pulumi.set(__self__, "name", name)
|
|
1017
|
+
if properties is not None:
|
|
1018
|
+
pulumi.set(__self__, "properties", properties)
|
|
1019
|
+
|
|
1020
|
+
@property
|
|
1021
|
+
@pulumi.getter
|
|
1022
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1023
|
+
"""
|
|
1024
|
+
The name of the extension.
|
|
1025
|
+
"""
|
|
1026
|
+
return pulumi.get(self, "name")
|
|
1027
|
+
|
|
1028
|
+
@name.setter
|
|
1029
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1030
|
+
pulumi.set(self, "name", value)
|
|
1031
|
+
|
|
1032
|
+
@property
|
|
1033
|
+
@pulumi.getter
|
|
1034
|
+
def properties(self) -> Optional[pulumi.Input['CloudServiceExtensionPropertiesArgs']]:
|
|
1035
|
+
"""
|
|
1036
|
+
Extension Properties.
|
|
1037
|
+
"""
|
|
1038
|
+
return pulumi.get(self, "properties")
|
|
1039
|
+
|
|
1040
|
+
@properties.setter
|
|
1041
|
+
def properties(self, value: Optional[pulumi.Input['CloudServiceExtensionPropertiesArgs']]):
|
|
1042
|
+
pulumi.set(self, "properties", value)
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
if not MYPY:
|
|
1046
|
+
class LoadBalancerConfigurationPropertiesArgsDict(TypedDict):
|
|
1047
|
+
"""
|
|
1048
|
+
Describes the properties of the load balancer configuration.
|
|
1049
|
+
"""
|
|
1050
|
+
frontend_ip_configurations: pulumi.Input[Sequence[pulumi.Input['LoadBalancerFrontendIpConfigurationArgsDict']]]
|
|
1051
|
+
"""
|
|
1052
|
+
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.
|
|
1053
|
+
"""
|
|
1054
|
+
elif False:
|
|
1055
|
+
LoadBalancerConfigurationPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1056
|
+
|
|
1057
|
+
@pulumi.input_type
|
|
1058
|
+
class LoadBalancerConfigurationPropertiesArgs:
|
|
1059
|
+
def __init__(__self__, *,
|
|
1060
|
+
frontend_ip_configurations: pulumi.Input[Sequence[pulumi.Input['LoadBalancerFrontendIpConfigurationArgs']]]):
|
|
1061
|
+
"""
|
|
1062
|
+
Describes the properties of the load balancer configuration.
|
|
1063
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerFrontendIpConfigurationArgs']]] 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.
|
|
1064
|
+
"""
|
|
1065
|
+
pulumi.set(__self__, "frontend_ip_configurations", frontend_ip_configurations)
|
|
1066
|
+
|
|
1067
|
+
@property
|
|
1068
|
+
@pulumi.getter(name="frontendIpConfigurations")
|
|
1069
|
+
def frontend_ip_configurations(self) -> pulumi.Input[Sequence[pulumi.Input['LoadBalancerFrontendIpConfigurationArgs']]]:
|
|
1070
|
+
"""
|
|
1071
|
+
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.
|
|
1072
|
+
"""
|
|
1073
|
+
return pulumi.get(self, "frontend_ip_configurations")
|
|
1074
|
+
|
|
1075
|
+
@frontend_ip_configurations.setter
|
|
1076
|
+
def frontend_ip_configurations(self, value: pulumi.Input[Sequence[pulumi.Input['LoadBalancerFrontendIpConfigurationArgs']]]):
|
|
1077
|
+
pulumi.set(self, "frontend_ip_configurations", value)
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
if not MYPY:
|
|
1081
|
+
class LoadBalancerConfigurationArgsDict(TypedDict):
|
|
1082
|
+
"""
|
|
1083
|
+
Describes the load balancer configuration.
|
|
1084
|
+
"""
|
|
1085
|
+
name: pulumi.Input[str]
|
|
1086
|
+
"""
|
|
1087
|
+
The name of the Load balancer
|
|
1088
|
+
"""
|
|
1089
|
+
properties: pulumi.Input['LoadBalancerConfigurationPropertiesArgsDict']
|
|
1090
|
+
"""
|
|
1091
|
+
Properties of the load balancer configuration.
|
|
1092
|
+
"""
|
|
1093
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1094
|
+
"""
|
|
1095
|
+
Resource Id
|
|
1096
|
+
"""
|
|
1097
|
+
elif False:
|
|
1098
|
+
LoadBalancerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1099
|
+
|
|
1100
|
+
@pulumi.input_type
|
|
1101
|
+
class LoadBalancerConfigurationArgs:
|
|
1102
|
+
def __init__(__self__, *,
|
|
1103
|
+
name: pulumi.Input[str],
|
|
1104
|
+
properties: pulumi.Input['LoadBalancerConfigurationPropertiesArgs'],
|
|
1105
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1106
|
+
"""
|
|
1107
|
+
Describes the load balancer configuration.
|
|
1108
|
+
:param pulumi.Input[str] name: The name of the Load balancer
|
|
1109
|
+
:param pulumi.Input['LoadBalancerConfigurationPropertiesArgs'] properties: Properties of the load balancer configuration.
|
|
1110
|
+
:param pulumi.Input[str] id: Resource Id
|
|
1111
|
+
"""
|
|
1112
|
+
pulumi.set(__self__, "name", name)
|
|
1113
|
+
pulumi.set(__self__, "properties", properties)
|
|
1114
|
+
if id is not None:
|
|
1115
|
+
pulumi.set(__self__, "id", id)
|
|
1116
|
+
|
|
1117
|
+
@property
|
|
1118
|
+
@pulumi.getter
|
|
1119
|
+
def name(self) -> pulumi.Input[str]:
|
|
1120
|
+
"""
|
|
1121
|
+
The name of the Load balancer
|
|
1122
|
+
"""
|
|
1123
|
+
return pulumi.get(self, "name")
|
|
1124
|
+
|
|
1125
|
+
@name.setter
|
|
1126
|
+
def name(self, value: pulumi.Input[str]):
|
|
1127
|
+
pulumi.set(self, "name", value)
|
|
1128
|
+
|
|
1129
|
+
@property
|
|
1130
|
+
@pulumi.getter
|
|
1131
|
+
def properties(self) -> pulumi.Input['LoadBalancerConfigurationPropertiesArgs']:
|
|
1132
|
+
"""
|
|
1133
|
+
Properties of the load balancer configuration.
|
|
1134
|
+
"""
|
|
1135
|
+
return pulumi.get(self, "properties")
|
|
1136
|
+
|
|
1137
|
+
@properties.setter
|
|
1138
|
+
def properties(self, value: pulumi.Input['LoadBalancerConfigurationPropertiesArgs']):
|
|
1139
|
+
pulumi.set(self, "properties", value)
|
|
1140
|
+
|
|
1141
|
+
@property
|
|
1142
|
+
@pulumi.getter
|
|
1143
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1144
|
+
"""
|
|
1145
|
+
Resource Id
|
|
1146
|
+
"""
|
|
1147
|
+
return pulumi.get(self, "id")
|
|
1148
|
+
|
|
1149
|
+
@id.setter
|
|
1150
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1151
|
+
pulumi.set(self, "id", value)
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
if not MYPY:
|
|
1155
|
+
class LoadBalancerFrontendIpConfigurationPropertiesArgsDict(TypedDict):
|
|
1156
|
+
"""
|
|
1157
|
+
Describes a cloud service IP Configuration
|
|
1158
|
+
"""
|
|
1159
|
+
private_ip_address: NotRequired[pulumi.Input[str]]
|
|
1160
|
+
"""
|
|
1161
|
+
The virtual network private IP address of the IP configuration.
|
|
1162
|
+
"""
|
|
1163
|
+
public_ip_address: NotRequired[pulumi.Input['SubResourceArgsDict']]
|
|
1164
|
+
"""
|
|
1165
|
+
The reference to the public ip address resource.
|
|
1166
|
+
"""
|
|
1167
|
+
subnet: NotRequired[pulumi.Input['SubResourceArgsDict']]
|
|
1168
|
+
"""
|
|
1169
|
+
The reference to the virtual network subnet resource.
|
|
1170
|
+
"""
|
|
1171
|
+
elif False:
|
|
1172
|
+
LoadBalancerFrontendIpConfigurationPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1173
|
+
|
|
1174
|
+
@pulumi.input_type
|
|
1175
|
+
class LoadBalancerFrontendIpConfigurationPropertiesArgs:
|
|
1176
|
+
def __init__(__self__, *,
|
|
1177
|
+
private_ip_address: Optional[pulumi.Input[str]] = None,
|
|
1178
|
+
public_ip_address: Optional[pulumi.Input['SubResourceArgs']] = None,
|
|
1179
|
+
subnet: Optional[pulumi.Input['SubResourceArgs']] = None):
|
|
1180
|
+
"""
|
|
1181
|
+
Describes a cloud service IP Configuration
|
|
1182
|
+
:param pulumi.Input[str] private_ip_address: The virtual network private IP address of the IP configuration.
|
|
1183
|
+
:param pulumi.Input['SubResourceArgs'] public_ip_address: The reference to the public ip address resource.
|
|
1184
|
+
:param pulumi.Input['SubResourceArgs'] subnet: The reference to the virtual network subnet resource.
|
|
1185
|
+
"""
|
|
1186
|
+
if private_ip_address is not None:
|
|
1187
|
+
pulumi.set(__self__, "private_ip_address", private_ip_address)
|
|
1188
|
+
if public_ip_address is not None:
|
|
1189
|
+
pulumi.set(__self__, "public_ip_address", public_ip_address)
|
|
1190
|
+
if subnet is not None:
|
|
1191
|
+
pulumi.set(__self__, "subnet", subnet)
|
|
1192
|
+
|
|
1193
|
+
@property
|
|
1194
|
+
@pulumi.getter(name="privateIPAddress")
|
|
1195
|
+
def private_ip_address(self) -> Optional[pulumi.Input[str]]:
|
|
1196
|
+
"""
|
|
1197
|
+
The virtual network private IP address of the IP configuration.
|
|
1198
|
+
"""
|
|
1199
|
+
return pulumi.get(self, "private_ip_address")
|
|
1200
|
+
|
|
1201
|
+
@private_ip_address.setter
|
|
1202
|
+
def private_ip_address(self, value: Optional[pulumi.Input[str]]):
|
|
1203
|
+
pulumi.set(self, "private_ip_address", value)
|
|
1204
|
+
|
|
1205
|
+
@property
|
|
1206
|
+
@pulumi.getter(name="publicIPAddress")
|
|
1207
|
+
def public_ip_address(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
1208
|
+
"""
|
|
1209
|
+
The reference to the public ip address resource.
|
|
1210
|
+
"""
|
|
1211
|
+
return pulumi.get(self, "public_ip_address")
|
|
1212
|
+
|
|
1213
|
+
@public_ip_address.setter
|
|
1214
|
+
def public_ip_address(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
1215
|
+
pulumi.set(self, "public_ip_address", value)
|
|
1216
|
+
|
|
1217
|
+
@property
|
|
1218
|
+
@pulumi.getter
|
|
1219
|
+
def subnet(self) -> Optional[pulumi.Input['SubResourceArgs']]:
|
|
1220
|
+
"""
|
|
1221
|
+
The reference to the virtual network subnet resource.
|
|
1222
|
+
"""
|
|
1223
|
+
return pulumi.get(self, "subnet")
|
|
1224
|
+
|
|
1225
|
+
@subnet.setter
|
|
1226
|
+
def subnet(self, value: Optional[pulumi.Input['SubResourceArgs']]):
|
|
1227
|
+
pulumi.set(self, "subnet", value)
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
if not MYPY:
|
|
1231
|
+
class LoadBalancerFrontendIpConfigurationArgsDict(TypedDict):
|
|
1232
|
+
"""
|
|
1233
|
+
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.
|
|
1234
|
+
"""
|
|
1235
|
+
name: pulumi.Input[str]
|
|
1236
|
+
"""
|
|
1237
|
+
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.
|
|
1238
|
+
"""
|
|
1239
|
+
properties: pulumi.Input['LoadBalancerFrontendIpConfigurationPropertiesArgsDict']
|
|
1240
|
+
"""
|
|
1241
|
+
Properties of load balancer frontend ip configuration.
|
|
1242
|
+
"""
|
|
1243
|
+
elif False:
|
|
1244
|
+
LoadBalancerFrontendIpConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1245
|
+
|
|
1246
|
+
@pulumi.input_type
|
|
1247
|
+
class LoadBalancerFrontendIpConfigurationArgs:
|
|
1248
|
+
def __init__(__self__, *,
|
|
1249
|
+
name: pulumi.Input[str],
|
|
1250
|
+
properties: pulumi.Input['LoadBalancerFrontendIpConfigurationPropertiesArgs']):
|
|
1251
|
+
"""
|
|
1252
|
+
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.
|
|
1253
|
+
:param pulumi.Input[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.
|
|
1254
|
+
:param pulumi.Input['LoadBalancerFrontendIpConfigurationPropertiesArgs'] properties: Properties of load balancer frontend ip configuration.
|
|
1255
|
+
"""
|
|
1256
|
+
pulumi.set(__self__, "name", name)
|
|
1257
|
+
pulumi.set(__self__, "properties", properties)
|
|
1258
|
+
|
|
1259
|
+
@property
|
|
1260
|
+
@pulumi.getter
|
|
1261
|
+
def name(self) -> pulumi.Input[str]:
|
|
1262
|
+
"""
|
|
1263
|
+
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.
|
|
1264
|
+
"""
|
|
1265
|
+
return pulumi.get(self, "name")
|
|
1266
|
+
|
|
1267
|
+
@name.setter
|
|
1268
|
+
def name(self, value: pulumi.Input[str]):
|
|
1269
|
+
pulumi.set(self, "name", value)
|
|
1270
|
+
|
|
1271
|
+
@property
|
|
1272
|
+
@pulumi.getter
|
|
1273
|
+
def properties(self) -> pulumi.Input['LoadBalancerFrontendIpConfigurationPropertiesArgs']:
|
|
1274
|
+
"""
|
|
1275
|
+
Properties of load balancer frontend ip configuration.
|
|
1276
|
+
"""
|
|
1277
|
+
return pulumi.get(self, "properties")
|
|
1278
|
+
|
|
1279
|
+
@properties.setter
|
|
1280
|
+
def properties(self, value: pulumi.Input['LoadBalancerFrontendIpConfigurationPropertiesArgs']):
|
|
1281
|
+
pulumi.set(self, "properties", value)
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
if not MYPY:
|
|
1285
|
+
class SubResourceArgsDict(TypedDict):
|
|
1286
|
+
id: NotRequired[pulumi.Input[str]]
|
|
1287
|
+
"""
|
|
1288
|
+
Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
|
|
1289
|
+
An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
|
|
1290
|
+
A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
|
|
1291
|
+
Example of a relative ID: $self/frontEndConfigurations/my-frontend.
|
|
1292
|
+
"""
|
|
1293
|
+
elif False:
|
|
1294
|
+
SubResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1295
|
+
|
|
1296
|
+
@pulumi.input_type
|
|
1297
|
+
class SubResourceArgs:
|
|
1298
|
+
def __init__(__self__, *,
|
|
1299
|
+
id: Optional[pulumi.Input[str]] = None):
|
|
1300
|
+
"""
|
|
1301
|
+
:param pulumi.Input[str] id: Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
|
|
1302
|
+
An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
|
|
1303
|
+
A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
|
|
1304
|
+
Example of a relative ID: $self/frontEndConfigurations/my-frontend.
|
|
1305
|
+
"""
|
|
1306
|
+
if id is not None:
|
|
1307
|
+
pulumi.set(__self__, "id", id)
|
|
1308
|
+
|
|
1309
|
+
@property
|
|
1310
|
+
@pulumi.getter
|
|
1311
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
1312
|
+
"""
|
|
1313
|
+
Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted.
|
|
1314
|
+
An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end.
|
|
1315
|
+
A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself.
|
|
1316
|
+
Example of a relative ID: $self/frontEndConfigurations/my-frontend.
|
|
1317
|
+
"""
|
|
1318
|
+
return pulumi.get(self, "id")
|
|
1319
|
+
|
|
1320
|
+
@id.setter
|
|
1321
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
1322
|
+
pulumi.set(self, "id", value)
|
|
1323
|
+
|
|
1324
|
+
|