pulumi-azure-native 2.74.0a1732531694__py3-none-any.whl → 2.75.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +35 -0
- pulumi_azure_native/azureplaywrightservice/__init__.py +3 -0
- pulumi_azure_native/azureplaywrightservice/account.py +3 -3
- pulumi_azure_native/azureplaywrightservice/get_account.py +2 -2
- pulumi_azure_native/azureplaywrightservice/v20231001preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240201preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20240801preview/account.py +1 -1
- pulumi_azure_native/azureplaywrightservice/v20241201/__init__.py +11 -0
- pulumi_azure_native/azureplaywrightservice/v20241201/_enums.py +23 -0
- pulumi_azure_native/azureplaywrightservice/v20241201/account.py +380 -0
- pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +241 -0
- pulumi_azure_native/azureplaywrightservice/v20241201/outputs.py +131 -0
- pulumi_azure_native/machinelearningservices/v20241001preview/outputs.py +57 -29
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/signalrservice/__init__.py +3 -0
- pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
- pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
- pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
- pulumi_azure_native/signalrservice/signal_r.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
- pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
- pulumi_azure_native/signalrservice/v20230201/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230201/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230301preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230601preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20230801preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240101preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240301/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240401preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/signal_r.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_certificate.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_custom_domain.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_private_endpoint_connection.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_replica.py +1 -1
- pulumi_azure_native/signalrservice/v20240801preview/signal_r_shared_private_link_resource.py +1 -1
- pulumi_azure_native/signalrservice/v20241001preview/__init__.py +23 -0
- pulumi_azure_native/signalrservice/v20241001preview/_enums.py +109 -0
- pulumi_azure_native/signalrservice/v20241001preview/_inputs.py +1976 -0
- pulumi_azure_native/signalrservice/v20241001preview/get_signal_r.py +536 -0
- pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_custom_certificate.py +191 -0
- pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_custom_domain.py +177 -0
- pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_private_endpoint_connection.py +191 -0
- pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_replica.py +222 -0
- pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_shared_private_link_resource.py +219 -0
- pulumi_azure_native/signalrservice/v20241001preview/list_signal_r_keys.py +128 -0
- pulumi_azure_native/signalrservice/v20241001preview/outputs.py +2015 -0
- pulumi_azure_native/signalrservice/v20241001preview/signal_r.py +892 -0
- pulumi_azure_native/signalrservice/v20241001preview/signal_r_custom_certificate.py +289 -0
- pulumi_azure_native/signalrservice/v20241001preview/signal_r_custom_domain.py +260 -0
- pulumi_azure_native/signalrservice/v20241001preview/signal_r_private_endpoint_connection.py +270 -0
- pulumi_azure_native/signalrservice/v20241001preview/signal_r_replica.py +367 -0
- pulumi_azure_native/signalrservice/v20241001preview/signal_r_shared_private_link_resource.py +328 -0
- pulumi_azure_native/webpubsub/__init__.py +3 -0
- pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
- pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
- pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
- pulumi_azure_native/webpubsub/v20210401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20210901preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230201/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230301preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230601preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20230801preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240101preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240301/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240401preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_certificate.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_custom_domain.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_hub.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_private_endpoint_connection.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_replica.py +1 -1
- pulumi_azure_native/webpubsub/v20240801preview/web_pub_sub_shared_private_link_resource.py +1 -1
- pulumi_azure_native/webpubsub/v20241001preview/__init__.py +25 -0
- pulumi_azure_native/webpubsub/v20241001preview/_enums.py +104 -0
- pulumi_azure_native/webpubsub/v20241001preview/_inputs.py +2053 -0
- pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub.py +489 -0
- pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_custom_certificate.py +191 -0
- pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_custom_domain.py +177 -0
- pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_hub.py +149 -0
- pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_private_endpoint_connection.py +191 -0
- pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_replica.py +222 -0
- pulumi_azure_native/webpubsub/v20241001preview/get_web_pub_sub_shared_private_link_resource.py +219 -0
- pulumi_azure_native/webpubsub/v20241001preview/list_web_pub_sub_keys.py +128 -0
- pulumi_azure_native/webpubsub/v20241001preview/outputs.py +2099 -0
- pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub.py +785 -0
- pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_custom_certificate.py +289 -0
- pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_custom_domain.py +260 -0
- pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_hub.py +222 -0
- pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_private_endpoint_connection.py +270 -0
- pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_replica.py +367 -0
- pulumi_azure_native/webpubsub/v20241001preview/web_pub_sub_shared_private_link_resource.py +328 -0
- pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
- pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
- {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0.dist-info}/RECORD +189 -148
- {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = ['SignalRCustomCertificateArgs', 'SignalRCustomCertificate']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class SignalRCustomCertificateArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
key_vault_base_uri: pulumi.Input[str],
|
|
24
|
+
key_vault_secret_name: pulumi.Input[str],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
resource_name: pulumi.Input[str],
|
|
27
|
+
certificate_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
key_vault_secret_version: Optional[pulumi.Input[str]] = None):
|
|
29
|
+
"""
|
|
30
|
+
The set of arguments for constructing a SignalRCustomCertificate resource.
|
|
31
|
+
:param pulumi.Input[str] key_vault_base_uri: Base uri of the KeyVault that stores certificate.
|
|
32
|
+
:param pulumi.Input[str] key_vault_secret_name: Certificate secret name.
|
|
33
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
34
|
+
:param pulumi.Input[str] resource_name: The name of the resource.
|
|
35
|
+
:param pulumi.Input[str] certificate_name: Custom certificate name
|
|
36
|
+
:param pulumi.Input[str] key_vault_secret_version: Certificate secret version.
|
|
37
|
+
"""
|
|
38
|
+
pulumi.set(__self__, "key_vault_base_uri", key_vault_base_uri)
|
|
39
|
+
pulumi.set(__self__, "key_vault_secret_name", key_vault_secret_name)
|
|
40
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
41
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
42
|
+
if certificate_name is not None:
|
|
43
|
+
pulumi.set(__self__, "certificate_name", certificate_name)
|
|
44
|
+
if key_vault_secret_version is not None:
|
|
45
|
+
pulumi.set(__self__, "key_vault_secret_version", key_vault_secret_version)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter(name="keyVaultBaseUri")
|
|
49
|
+
def key_vault_base_uri(self) -> pulumi.Input[str]:
|
|
50
|
+
"""
|
|
51
|
+
Base uri of the KeyVault that stores certificate.
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "key_vault_base_uri")
|
|
54
|
+
|
|
55
|
+
@key_vault_base_uri.setter
|
|
56
|
+
def key_vault_base_uri(self, value: pulumi.Input[str]):
|
|
57
|
+
pulumi.set(self, "key_vault_base_uri", value)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="keyVaultSecretName")
|
|
61
|
+
def key_vault_secret_name(self) -> pulumi.Input[str]:
|
|
62
|
+
"""
|
|
63
|
+
Certificate secret name.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "key_vault_secret_name")
|
|
66
|
+
|
|
67
|
+
@key_vault_secret_name.setter
|
|
68
|
+
def key_vault_secret_name(self, value: pulumi.Input[str]):
|
|
69
|
+
pulumi.set(self, "key_vault_secret_name", value)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="resourceGroupName")
|
|
73
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
74
|
+
"""
|
|
75
|
+
The name of the resource group. The name is case insensitive.
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "resource_group_name")
|
|
78
|
+
|
|
79
|
+
@resource_group_name.setter
|
|
80
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
81
|
+
pulumi.set(self, "resource_group_name", value)
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="resourceName")
|
|
85
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
86
|
+
"""
|
|
87
|
+
The name of the resource.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "resource_name")
|
|
90
|
+
|
|
91
|
+
@resource_name.setter
|
|
92
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
93
|
+
pulumi.set(self, "resource_name", value)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="certificateName")
|
|
97
|
+
def certificate_name(self) -> Optional[pulumi.Input[str]]:
|
|
98
|
+
"""
|
|
99
|
+
Custom certificate name
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "certificate_name")
|
|
102
|
+
|
|
103
|
+
@certificate_name.setter
|
|
104
|
+
def certificate_name(self, value: Optional[pulumi.Input[str]]):
|
|
105
|
+
pulumi.set(self, "certificate_name", value)
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter(name="keyVaultSecretVersion")
|
|
109
|
+
def key_vault_secret_version(self) -> Optional[pulumi.Input[str]]:
|
|
110
|
+
"""
|
|
111
|
+
Certificate secret version.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "key_vault_secret_version")
|
|
114
|
+
|
|
115
|
+
@key_vault_secret_version.setter
|
|
116
|
+
def key_vault_secret_version(self, value: Optional[pulumi.Input[str]]):
|
|
117
|
+
pulumi.set(self, "key_vault_secret_version", value)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class SignalRCustomCertificate(pulumi.CustomResource):
|
|
121
|
+
@overload
|
|
122
|
+
def __init__(__self__,
|
|
123
|
+
resource_name: str,
|
|
124
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
125
|
+
certificate_name: Optional[pulumi.Input[str]] = None,
|
|
126
|
+
key_vault_base_uri: Optional[pulumi.Input[str]] = None,
|
|
127
|
+
key_vault_secret_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
key_vault_secret_version: Optional[pulumi.Input[str]] = None,
|
|
129
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
130
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
131
|
+
__props__=None):
|
|
132
|
+
"""
|
|
133
|
+
A custom certificate.
|
|
134
|
+
|
|
135
|
+
:param str resource_name: The name of the resource.
|
|
136
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
137
|
+
:param pulumi.Input[str] certificate_name: Custom certificate name
|
|
138
|
+
:param pulumi.Input[str] key_vault_base_uri: Base uri of the KeyVault that stores certificate.
|
|
139
|
+
:param pulumi.Input[str] key_vault_secret_name: Certificate secret name.
|
|
140
|
+
:param pulumi.Input[str] key_vault_secret_version: Certificate secret version.
|
|
141
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
142
|
+
:param pulumi.Input[str] resource_name_: The name of the resource.
|
|
143
|
+
"""
|
|
144
|
+
...
|
|
145
|
+
@overload
|
|
146
|
+
def __init__(__self__,
|
|
147
|
+
resource_name: str,
|
|
148
|
+
args: SignalRCustomCertificateArgs,
|
|
149
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
150
|
+
"""
|
|
151
|
+
A custom certificate.
|
|
152
|
+
|
|
153
|
+
:param str resource_name: The name of the resource.
|
|
154
|
+
:param SignalRCustomCertificateArgs args: The arguments to use to populate this resource's properties.
|
|
155
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
156
|
+
"""
|
|
157
|
+
...
|
|
158
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
159
|
+
resource_args, opts = _utilities.get_resource_args_opts(SignalRCustomCertificateArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
160
|
+
if resource_args is not None:
|
|
161
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
162
|
+
else:
|
|
163
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
164
|
+
|
|
165
|
+
def _internal_init(__self__,
|
|
166
|
+
resource_name: str,
|
|
167
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
168
|
+
certificate_name: Optional[pulumi.Input[str]] = None,
|
|
169
|
+
key_vault_base_uri: Optional[pulumi.Input[str]] = None,
|
|
170
|
+
key_vault_secret_name: Optional[pulumi.Input[str]] = None,
|
|
171
|
+
key_vault_secret_version: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
174
|
+
__props__=None):
|
|
175
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
176
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
177
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
178
|
+
if opts.id is None:
|
|
179
|
+
if __props__ is not None:
|
|
180
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
181
|
+
__props__ = SignalRCustomCertificateArgs.__new__(SignalRCustomCertificateArgs)
|
|
182
|
+
|
|
183
|
+
__props__.__dict__["certificate_name"] = certificate_name
|
|
184
|
+
if key_vault_base_uri is None and not opts.urn:
|
|
185
|
+
raise TypeError("Missing required property 'key_vault_base_uri'")
|
|
186
|
+
__props__.__dict__["key_vault_base_uri"] = key_vault_base_uri
|
|
187
|
+
if key_vault_secret_name is None and not opts.urn:
|
|
188
|
+
raise TypeError("Missing required property 'key_vault_secret_name'")
|
|
189
|
+
__props__.__dict__["key_vault_secret_name"] = key_vault_secret_name
|
|
190
|
+
__props__.__dict__["key_vault_secret_version"] = key_vault_secret_version
|
|
191
|
+
if resource_group_name is None and not opts.urn:
|
|
192
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
193
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
194
|
+
if resource_name_ is None and not opts.urn:
|
|
195
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
196
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
197
|
+
__props__.__dict__["name"] = None
|
|
198
|
+
__props__.__dict__["provisioning_state"] = None
|
|
199
|
+
__props__.__dict__["system_data"] = None
|
|
200
|
+
__props__.__dict__["type"] = None
|
|
201
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:signalrservice:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20220201:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20220801preview:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20230201:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20230301preview:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20230601preview:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20230801preview:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20240101preview:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20240301:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20240401preview:SignalRCustomCertificate"), pulumi.Alias(type_="azure-native:signalrservice/v20240801preview:SignalRCustomCertificate")])
|
|
202
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
203
|
+
super(SignalRCustomCertificate, __self__).__init__(
|
|
204
|
+
'azure-native:signalrservice/v20241001preview:SignalRCustomCertificate',
|
|
205
|
+
resource_name,
|
|
206
|
+
__props__,
|
|
207
|
+
opts)
|
|
208
|
+
|
|
209
|
+
@staticmethod
|
|
210
|
+
def get(resource_name: str,
|
|
211
|
+
id: pulumi.Input[str],
|
|
212
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SignalRCustomCertificate':
|
|
213
|
+
"""
|
|
214
|
+
Get an existing SignalRCustomCertificate resource's state with the given name, id, and optional extra
|
|
215
|
+
properties used to qualify the lookup.
|
|
216
|
+
|
|
217
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
218
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
219
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
220
|
+
"""
|
|
221
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
222
|
+
|
|
223
|
+
__props__ = SignalRCustomCertificateArgs.__new__(SignalRCustomCertificateArgs)
|
|
224
|
+
|
|
225
|
+
__props__.__dict__["key_vault_base_uri"] = None
|
|
226
|
+
__props__.__dict__["key_vault_secret_name"] = None
|
|
227
|
+
__props__.__dict__["key_vault_secret_version"] = None
|
|
228
|
+
__props__.__dict__["name"] = None
|
|
229
|
+
__props__.__dict__["provisioning_state"] = None
|
|
230
|
+
__props__.__dict__["system_data"] = None
|
|
231
|
+
__props__.__dict__["type"] = None
|
|
232
|
+
return SignalRCustomCertificate(resource_name, opts=opts, __props__=__props__)
|
|
233
|
+
|
|
234
|
+
@property
|
|
235
|
+
@pulumi.getter(name="keyVaultBaseUri")
|
|
236
|
+
def key_vault_base_uri(self) -> pulumi.Output[str]:
|
|
237
|
+
"""
|
|
238
|
+
Base uri of the KeyVault that stores certificate.
|
|
239
|
+
"""
|
|
240
|
+
return pulumi.get(self, "key_vault_base_uri")
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter(name="keyVaultSecretName")
|
|
244
|
+
def key_vault_secret_name(self) -> pulumi.Output[str]:
|
|
245
|
+
"""
|
|
246
|
+
Certificate secret name.
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "key_vault_secret_name")
|
|
249
|
+
|
|
250
|
+
@property
|
|
251
|
+
@pulumi.getter(name="keyVaultSecretVersion")
|
|
252
|
+
def key_vault_secret_version(self) -> pulumi.Output[Optional[str]]:
|
|
253
|
+
"""
|
|
254
|
+
Certificate secret version.
|
|
255
|
+
"""
|
|
256
|
+
return pulumi.get(self, "key_vault_secret_version")
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter
|
|
260
|
+
def name(self) -> pulumi.Output[str]:
|
|
261
|
+
"""
|
|
262
|
+
The name of the resource
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "name")
|
|
265
|
+
|
|
266
|
+
@property
|
|
267
|
+
@pulumi.getter(name="provisioningState")
|
|
268
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
269
|
+
"""
|
|
270
|
+
Provisioning state of the resource.
|
|
271
|
+
"""
|
|
272
|
+
return pulumi.get(self, "provisioning_state")
|
|
273
|
+
|
|
274
|
+
@property
|
|
275
|
+
@pulumi.getter(name="systemData")
|
|
276
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
277
|
+
"""
|
|
278
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
279
|
+
"""
|
|
280
|
+
return pulumi.get(self, "system_data")
|
|
281
|
+
|
|
282
|
+
@property
|
|
283
|
+
@pulumi.getter
|
|
284
|
+
def type(self) -> pulumi.Output[str]:
|
|
285
|
+
"""
|
|
286
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
287
|
+
"""
|
|
288
|
+
return pulumi.get(self, "type")
|
|
289
|
+
|
|
@@ -0,0 +1,260 @@
|
|
|
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 ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['SignalRCustomDomainArgs', 'SignalRCustomDomain']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class SignalRCustomDomainArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
custom_certificate: pulumi.Input['ResourceReferenceArgs'],
|
|
25
|
+
domain_name: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
resource_name: pulumi.Input[str],
|
|
28
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
29
|
+
"""
|
|
30
|
+
The set of arguments for constructing a SignalRCustomDomain resource.
|
|
31
|
+
:param pulumi.Input['ResourceReferenceArgs'] custom_certificate: Reference to a resource.
|
|
32
|
+
:param pulumi.Input[str] domain_name: The custom domain name.
|
|
33
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
34
|
+
:param pulumi.Input[str] resource_name: The name of the resource.
|
|
35
|
+
:param pulumi.Input[str] name: Custom domain name.
|
|
36
|
+
"""
|
|
37
|
+
pulumi.set(__self__, "custom_certificate", custom_certificate)
|
|
38
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
39
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
40
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
41
|
+
if name is not None:
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
|
|
44
|
+
@property
|
|
45
|
+
@pulumi.getter(name="customCertificate")
|
|
46
|
+
def custom_certificate(self) -> pulumi.Input['ResourceReferenceArgs']:
|
|
47
|
+
"""
|
|
48
|
+
Reference to a resource.
|
|
49
|
+
"""
|
|
50
|
+
return pulumi.get(self, "custom_certificate")
|
|
51
|
+
|
|
52
|
+
@custom_certificate.setter
|
|
53
|
+
def custom_certificate(self, value: pulumi.Input['ResourceReferenceArgs']):
|
|
54
|
+
pulumi.set(self, "custom_certificate", value)
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter(name="domainName")
|
|
58
|
+
def domain_name(self) -> pulumi.Input[str]:
|
|
59
|
+
"""
|
|
60
|
+
The custom domain name.
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "domain_name")
|
|
63
|
+
|
|
64
|
+
@domain_name.setter
|
|
65
|
+
def domain_name(self, value: pulumi.Input[str]):
|
|
66
|
+
pulumi.set(self, "domain_name", value)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="resourceGroupName")
|
|
70
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
71
|
+
"""
|
|
72
|
+
The name of the resource group. The name is case insensitive.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "resource_group_name")
|
|
75
|
+
|
|
76
|
+
@resource_group_name.setter
|
|
77
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
78
|
+
pulumi.set(self, "resource_group_name", value)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="resourceName")
|
|
82
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
83
|
+
"""
|
|
84
|
+
The name of the resource.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "resource_name")
|
|
87
|
+
|
|
88
|
+
@resource_name.setter
|
|
89
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
90
|
+
pulumi.set(self, "resource_name", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter
|
|
94
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
95
|
+
"""
|
|
96
|
+
Custom domain name.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "name")
|
|
99
|
+
|
|
100
|
+
@name.setter
|
|
101
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
102
|
+
pulumi.set(self, "name", value)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class SignalRCustomDomain(pulumi.CustomResource):
|
|
106
|
+
@overload
|
|
107
|
+
def __init__(__self__,
|
|
108
|
+
resource_name: str,
|
|
109
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
110
|
+
custom_certificate: Optional[pulumi.Input[Union['ResourceReferenceArgs', 'ResourceReferenceArgsDict']]] = None,
|
|
111
|
+
domain_name: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
113
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
__props__=None):
|
|
116
|
+
"""
|
|
117
|
+
A custom domain
|
|
118
|
+
|
|
119
|
+
:param str resource_name: The name of the resource.
|
|
120
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
121
|
+
:param pulumi.Input[Union['ResourceReferenceArgs', 'ResourceReferenceArgsDict']] custom_certificate: Reference to a resource.
|
|
122
|
+
:param pulumi.Input[str] domain_name: The custom domain name.
|
|
123
|
+
:param pulumi.Input[str] name: Custom domain name.
|
|
124
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
125
|
+
:param pulumi.Input[str] resource_name_: The name of the resource.
|
|
126
|
+
"""
|
|
127
|
+
...
|
|
128
|
+
@overload
|
|
129
|
+
def __init__(__self__,
|
|
130
|
+
resource_name: str,
|
|
131
|
+
args: SignalRCustomDomainArgs,
|
|
132
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
133
|
+
"""
|
|
134
|
+
A custom domain
|
|
135
|
+
|
|
136
|
+
:param str resource_name: The name of the resource.
|
|
137
|
+
:param SignalRCustomDomainArgs args: The arguments to use to populate this resource's properties.
|
|
138
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
139
|
+
"""
|
|
140
|
+
...
|
|
141
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
142
|
+
resource_args, opts = _utilities.get_resource_args_opts(SignalRCustomDomainArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
143
|
+
if resource_args is not None:
|
|
144
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
145
|
+
else:
|
|
146
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
147
|
+
|
|
148
|
+
def _internal_init(__self__,
|
|
149
|
+
resource_name: str,
|
|
150
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
151
|
+
custom_certificate: Optional[pulumi.Input[Union['ResourceReferenceArgs', 'ResourceReferenceArgsDict']]] = None,
|
|
152
|
+
domain_name: Optional[pulumi.Input[str]] = None,
|
|
153
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
154
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
155
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
156
|
+
__props__=None):
|
|
157
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
158
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
159
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
160
|
+
if opts.id is None:
|
|
161
|
+
if __props__ is not None:
|
|
162
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
163
|
+
__props__ = SignalRCustomDomainArgs.__new__(SignalRCustomDomainArgs)
|
|
164
|
+
|
|
165
|
+
if custom_certificate is None and not opts.urn:
|
|
166
|
+
raise TypeError("Missing required property 'custom_certificate'")
|
|
167
|
+
__props__.__dict__["custom_certificate"] = custom_certificate
|
|
168
|
+
if domain_name is None and not opts.urn:
|
|
169
|
+
raise TypeError("Missing required property 'domain_name'")
|
|
170
|
+
__props__.__dict__["domain_name"] = domain_name
|
|
171
|
+
__props__.__dict__["name"] = name
|
|
172
|
+
if resource_group_name is None and not opts.urn:
|
|
173
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
174
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
175
|
+
if resource_name_ is None and not opts.urn:
|
|
176
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
177
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
178
|
+
__props__.__dict__["provisioning_state"] = None
|
|
179
|
+
__props__.__dict__["system_data"] = None
|
|
180
|
+
__props__.__dict__["type"] = None
|
|
181
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:signalrservice:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20220201:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20220801preview:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20230201:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20230301preview:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20230601preview:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20230801preview:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20240101preview:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20240301:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20240401preview:SignalRCustomDomain"), pulumi.Alias(type_="azure-native:signalrservice/v20240801preview:SignalRCustomDomain")])
|
|
182
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
183
|
+
super(SignalRCustomDomain, __self__).__init__(
|
|
184
|
+
'azure-native:signalrservice/v20241001preview:SignalRCustomDomain',
|
|
185
|
+
resource_name,
|
|
186
|
+
__props__,
|
|
187
|
+
opts)
|
|
188
|
+
|
|
189
|
+
@staticmethod
|
|
190
|
+
def get(resource_name: str,
|
|
191
|
+
id: pulumi.Input[str],
|
|
192
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SignalRCustomDomain':
|
|
193
|
+
"""
|
|
194
|
+
Get an existing SignalRCustomDomain resource's state with the given name, id, and optional extra
|
|
195
|
+
properties used to qualify the lookup.
|
|
196
|
+
|
|
197
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
198
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
199
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
200
|
+
"""
|
|
201
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
202
|
+
|
|
203
|
+
__props__ = SignalRCustomDomainArgs.__new__(SignalRCustomDomainArgs)
|
|
204
|
+
|
|
205
|
+
__props__.__dict__["custom_certificate"] = None
|
|
206
|
+
__props__.__dict__["domain_name"] = None
|
|
207
|
+
__props__.__dict__["name"] = None
|
|
208
|
+
__props__.__dict__["provisioning_state"] = None
|
|
209
|
+
__props__.__dict__["system_data"] = None
|
|
210
|
+
__props__.__dict__["type"] = None
|
|
211
|
+
return SignalRCustomDomain(resource_name, opts=opts, __props__=__props__)
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="customCertificate")
|
|
215
|
+
def custom_certificate(self) -> pulumi.Output['outputs.ResourceReferenceResponse']:
|
|
216
|
+
"""
|
|
217
|
+
Reference to a resource.
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "custom_certificate")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="domainName")
|
|
223
|
+
def domain_name(self) -> pulumi.Output[str]:
|
|
224
|
+
"""
|
|
225
|
+
The custom domain name.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "domain_name")
|
|
228
|
+
|
|
229
|
+
@property
|
|
230
|
+
@pulumi.getter
|
|
231
|
+
def name(self) -> pulumi.Output[str]:
|
|
232
|
+
"""
|
|
233
|
+
The name of the resource
|
|
234
|
+
"""
|
|
235
|
+
return pulumi.get(self, "name")
|
|
236
|
+
|
|
237
|
+
@property
|
|
238
|
+
@pulumi.getter(name="provisioningState")
|
|
239
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
240
|
+
"""
|
|
241
|
+
Provisioning state of the resource.
|
|
242
|
+
"""
|
|
243
|
+
return pulumi.get(self, "provisioning_state")
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="systemData")
|
|
247
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
248
|
+
"""
|
|
249
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
250
|
+
"""
|
|
251
|
+
return pulumi.get(self, "system_data")
|
|
252
|
+
|
|
253
|
+
@property
|
|
254
|
+
@pulumi.getter
|
|
255
|
+
def type(self) -> pulumi.Output[str]:
|
|
256
|
+
"""
|
|
257
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
258
|
+
"""
|
|
259
|
+
return pulumi.get(self, "type")
|
|
260
|
+
|