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,270 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['SignalRPrivateEndpointConnectionArgs', 'SignalRPrivateEndpointConnection']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class SignalRPrivateEndpointConnectionArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
resource_name: pulumi.Input[str],
|
|
27
|
+
private_endpoint: Optional[pulumi.Input['PrivateEndpointArgs']] = None,
|
|
28
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
private_link_service_connection_state: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a SignalRPrivateEndpointConnection resource.
|
|
32
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
33
|
+
:param pulumi.Input[str] resource_name: The name of the resource.
|
|
34
|
+
:param pulumi.Input['PrivateEndpointArgs'] private_endpoint: Private endpoint
|
|
35
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
36
|
+
:param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Connection state of the private endpoint connection
|
|
37
|
+
"""
|
|
38
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
39
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
40
|
+
if private_endpoint is not None:
|
|
41
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
42
|
+
if private_endpoint_connection_name is not None:
|
|
43
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
44
|
+
if private_link_service_connection_state is not None:
|
|
45
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
@pulumi.getter(name="resourceGroupName")
|
|
49
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
50
|
+
"""
|
|
51
|
+
The name of the resource group. The name is case insensitive.
|
|
52
|
+
"""
|
|
53
|
+
return pulumi.get(self, "resource_group_name")
|
|
54
|
+
|
|
55
|
+
@resource_group_name.setter
|
|
56
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
57
|
+
pulumi.set(self, "resource_group_name", value)
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="resourceName")
|
|
61
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
62
|
+
"""
|
|
63
|
+
The name of the resource.
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "resource_name")
|
|
66
|
+
|
|
67
|
+
@resource_name.setter
|
|
68
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
69
|
+
pulumi.set(self, "resource_name", value)
|
|
70
|
+
|
|
71
|
+
@property
|
|
72
|
+
@pulumi.getter(name="privateEndpoint")
|
|
73
|
+
def private_endpoint(self) -> Optional[pulumi.Input['PrivateEndpointArgs']]:
|
|
74
|
+
"""
|
|
75
|
+
Private endpoint
|
|
76
|
+
"""
|
|
77
|
+
return pulumi.get(self, "private_endpoint")
|
|
78
|
+
|
|
79
|
+
@private_endpoint.setter
|
|
80
|
+
def private_endpoint(self, value: Optional[pulumi.Input['PrivateEndpointArgs']]):
|
|
81
|
+
pulumi.set(self, "private_endpoint", value)
|
|
82
|
+
|
|
83
|
+
@property
|
|
84
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
85
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
86
|
+
"""
|
|
87
|
+
The name of the private endpoint connection associated with the Azure resource.
|
|
88
|
+
"""
|
|
89
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
90
|
+
|
|
91
|
+
@private_endpoint_connection_name.setter
|
|
92
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
93
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
97
|
+
def private_link_service_connection_state(self) -> Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]:
|
|
98
|
+
"""
|
|
99
|
+
Connection state of the private endpoint connection
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
102
|
+
|
|
103
|
+
@private_link_service_connection_state.setter
|
|
104
|
+
def private_link_service_connection_state(self, value: Optional[pulumi.Input['PrivateLinkServiceConnectionStateArgs']]):
|
|
105
|
+
pulumi.set(self, "private_link_service_connection_state", value)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
class SignalRPrivateEndpointConnection(pulumi.CustomResource):
|
|
109
|
+
@overload
|
|
110
|
+
def __init__(__self__,
|
|
111
|
+
resource_name: str,
|
|
112
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
113
|
+
private_endpoint: Optional[pulumi.Input[Union['PrivateEndpointArgs', 'PrivateEndpointArgsDict']]] = None,
|
|
114
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
115
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
116
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
117
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
118
|
+
__props__=None):
|
|
119
|
+
"""
|
|
120
|
+
A private endpoint connection to an azure resource
|
|
121
|
+
|
|
122
|
+
:param str resource_name: The name of the resource.
|
|
123
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
124
|
+
:param pulumi.Input[Union['PrivateEndpointArgs', 'PrivateEndpointArgsDict']] private_endpoint: Private endpoint
|
|
125
|
+
:param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection associated with the Azure resource.
|
|
126
|
+
:param pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']] private_link_service_connection_state: Connection state of the private endpoint connection
|
|
127
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
128
|
+
:param pulumi.Input[str] resource_name_: The name of the resource.
|
|
129
|
+
"""
|
|
130
|
+
...
|
|
131
|
+
@overload
|
|
132
|
+
def __init__(__self__,
|
|
133
|
+
resource_name: str,
|
|
134
|
+
args: SignalRPrivateEndpointConnectionArgs,
|
|
135
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
136
|
+
"""
|
|
137
|
+
A private endpoint connection to an azure resource
|
|
138
|
+
|
|
139
|
+
:param str resource_name: The name of the resource.
|
|
140
|
+
:param SignalRPrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
141
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
142
|
+
"""
|
|
143
|
+
...
|
|
144
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
145
|
+
resource_args, opts = _utilities.get_resource_args_opts(SignalRPrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
146
|
+
if resource_args is not None:
|
|
147
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
148
|
+
else:
|
|
149
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
150
|
+
|
|
151
|
+
def _internal_init(__self__,
|
|
152
|
+
resource_name: str,
|
|
153
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
154
|
+
private_endpoint: Optional[pulumi.Input[Union['PrivateEndpointArgs', 'PrivateEndpointArgsDict']]] = None,
|
|
155
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
156
|
+
private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
|
|
157
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
159
|
+
__props__=None):
|
|
160
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
161
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
162
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
163
|
+
if opts.id is None:
|
|
164
|
+
if __props__ is not None:
|
|
165
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
166
|
+
__props__ = SignalRPrivateEndpointConnectionArgs.__new__(SignalRPrivateEndpointConnectionArgs)
|
|
167
|
+
|
|
168
|
+
__props__.__dict__["private_endpoint"] = private_endpoint
|
|
169
|
+
__props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
|
|
170
|
+
__props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
|
|
171
|
+
if resource_group_name is None and not opts.urn:
|
|
172
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
173
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
174
|
+
if resource_name_ is None and not opts.urn:
|
|
175
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
176
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
177
|
+
__props__.__dict__["group_ids"] = None
|
|
178
|
+
__props__.__dict__["name"] = None
|
|
179
|
+
__props__.__dict__["provisioning_state"] = None
|
|
180
|
+
__props__.__dict__["system_data"] = None
|
|
181
|
+
__props__.__dict__["type"] = None
|
|
182
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:signalrservice:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20200501:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20200701preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20210401preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20210601preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20210901preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20211001:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20220201:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20220801preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20230201:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20230301preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20230601preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20230801preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20240101preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20240301:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20240401preview:SignalRPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:signalrservice/v20240801preview:SignalRPrivateEndpointConnection")])
|
|
183
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
184
|
+
super(SignalRPrivateEndpointConnection, __self__).__init__(
|
|
185
|
+
'azure-native:signalrservice/v20241001preview:SignalRPrivateEndpointConnection',
|
|
186
|
+
resource_name,
|
|
187
|
+
__props__,
|
|
188
|
+
opts)
|
|
189
|
+
|
|
190
|
+
@staticmethod
|
|
191
|
+
def get(resource_name: str,
|
|
192
|
+
id: pulumi.Input[str],
|
|
193
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SignalRPrivateEndpointConnection':
|
|
194
|
+
"""
|
|
195
|
+
Get an existing SignalRPrivateEndpointConnection resource's state with the given name, id, and optional extra
|
|
196
|
+
properties used to qualify the lookup.
|
|
197
|
+
|
|
198
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
199
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
200
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
201
|
+
"""
|
|
202
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
203
|
+
|
|
204
|
+
__props__ = SignalRPrivateEndpointConnectionArgs.__new__(SignalRPrivateEndpointConnectionArgs)
|
|
205
|
+
|
|
206
|
+
__props__.__dict__["group_ids"] = None
|
|
207
|
+
__props__.__dict__["name"] = None
|
|
208
|
+
__props__.__dict__["private_endpoint"] = None
|
|
209
|
+
__props__.__dict__["private_link_service_connection_state"] = None
|
|
210
|
+
__props__.__dict__["provisioning_state"] = None
|
|
211
|
+
__props__.__dict__["system_data"] = None
|
|
212
|
+
__props__.__dict__["type"] = None
|
|
213
|
+
return SignalRPrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter(name="groupIds")
|
|
217
|
+
def group_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
218
|
+
"""
|
|
219
|
+
Group IDs
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "group_ids")
|
|
222
|
+
|
|
223
|
+
@property
|
|
224
|
+
@pulumi.getter
|
|
225
|
+
def name(self) -> pulumi.Output[str]:
|
|
226
|
+
"""
|
|
227
|
+
The name of the resource
|
|
228
|
+
"""
|
|
229
|
+
return pulumi.get(self, "name")
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
@pulumi.getter(name="privateEndpoint")
|
|
233
|
+
def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
|
|
234
|
+
"""
|
|
235
|
+
Private endpoint
|
|
236
|
+
"""
|
|
237
|
+
return pulumi.get(self, "private_endpoint")
|
|
238
|
+
|
|
239
|
+
@property
|
|
240
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
241
|
+
def private_link_service_connection_state(self) -> pulumi.Output[Optional['outputs.PrivateLinkServiceConnectionStateResponse']]:
|
|
242
|
+
"""
|
|
243
|
+
Connection state of the private endpoint connection
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
246
|
+
|
|
247
|
+
@property
|
|
248
|
+
@pulumi.getter(name="provisioningState")
|
|
249
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
250
|
+
"""
|
|
251
|
+
Provisioning state of the resource.
|
|
252
|
+
"""
|
|
253
|
+
return pulumi.get(self, "provisioning_state")
|
|
254
|
+
|
|
255
|
+
@property
|
|
256
|
+
@pulumi.getter(name="systemData")
|
|
257
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
258
|
+
"""
|
|
259
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
260
|
+
"""
|
|
261
|
+
return pulumi.get(self, "system_data")
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
@pulumi.getter
|
|
265
|
+
def type(self) -> pulumi.Output[str]:
|
|
266
|
+
"""
|
|
267
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
268
|
+
"""
|
|
269
|
+
return pulumi.get(self, "type")
|
|
270
|
+
|
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['SignalRReplicaArgs', 'SignalRReplica']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class SignalRReplicaArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
resource_name: pulumi.Input[str],
|
|
27
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
replica_name: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
resource_stopped: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
sku: Optional[pulumi.Input['ResourceSkuArgs']] = None,
|
|
32
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
33
|
+
"""
|
|
34
|
+
The set of arguments for constructing a SignalRReplica resource.
|
|
35
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
36
|
+
:param pulumi.Input[str] resource_name: The name of the resource.
|
|
37
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
38
|
+
:param pulumi.Input[str] region_endpoint_enabled: Enable or disable the regional endpoint. Default to "Enabled".
|
|
39
|
+
When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
40
|
+
:param pulumi.Input[str] replica_name: The name of the replica.
|
|
41
|
+
:param pulumi.Input[str] resource_stopped: Stop or start the resource. Default to "false".
|
|
42
|
+
When it's true, the data plane of the resource is shutdown.
|
|
43
|
+
When it's false, the data plane of the resource is started.
|
|
44
|
+
:param pulumi.Input['ResourceSkuArgs'] sku: The billing information of the resource.
|
|
45
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
46
|
+
"""
|
|
47
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
48
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
49
|
+
if location is not None:
|
|
50
|
+
pulumi.set(__self__, "location", location)
|
|
51
|
+
if region_endpoint_enabled is None:
|
|
52
|
+
region_endpoint_enabled = 'Enabled'
|
|
53
|
+
if region_endpoint_enabled is not None:
|
|
54
|
+
pulumi.set(__self__, "region_endpoint_enabled", region_endpoint_enabled)
|
|
55
|
+
if replica_name is not None:
|
|
56
|
+
pulumi.set(__self__, "replica_name", replica_name)
|
|
57
|
+
if resource_stopped is None:
|
|
58
|
+
resource_stopped = 'false'
|
|
59
|
+
if resource_stopped is not None:
|
|
60
|
+
pulumi.set(__self__, "resource_stopped", resource_stopped)
|
|
61
|
+
if sku is not None:
|
|
62
|
+
pulumi.set(__self__, "sku", sku)
|
|
63
|
+
if tags is not None:
|
|
64
|
+
pulumi.set(__self__, "tags", tags)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="resourceGroupName")
|
|
68
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
69
|
+
"""
|
|
70
|
+
The name of the resource group. The name is case insensitive.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "resource_group_name")
|
|
73
|
+
|
|
74
|
+
@resource_group_name.setter
|
|
75
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
76
|
+
pulumi.set(self, "resource_group_name", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="resourceName")
|
|
80
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
81
|
+
"""
|
|
82
|
+
The name of the resource.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "resource_name")
|
|
85
|
+
|
|
86
|
+
@resource_name.setter
|
|
87
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
88
|
+
pulumi.set(self, "resource_name", value)
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
@pulumi.getter
|
|
92
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
93
|
+
"""
|
|
94
|
+
The geo-location where the resource lives
|
|
95
|
+
"""
|
|
96
|
+
return pulumi.get(self, "location")
|
|
97
|
+
|
|
98
|
+
@location.setter
|
|
99
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
100
|
+
pulumi.set(self, "location", value)
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="regionEndpointEnabled")
|
|
104
|
+
def region_endpoint_enabled(self) -> Optional[pulumi.Input[str]]:
|
|
105
|
+
"""
|
|
106
|
+
Enable or disable the regional endpoint. Default to "Enabled".
|
|
107
|
+
When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "region_endpoint_enabled")
|
|
110
|
+
|
|
111
|
+
@region_endpoint_enabled.setter
|
|
112
|
+
def region_endpoint_enabled(self, value: Optional[pulumi.Input[str]]):
|
|
113
|
+
pulumi.set(self, "region_endpoint_enabled", value)
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="replicaName")
|
|
117
|
+
def replica_name(self) -> Optional[pulumi.Input[str]]:
|
|
118
|
+
"""
|
|
119
|
+
The name of the replica.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "replica_name")
|
|
122
|
+
|
|
123
|
+
@replica_name.setter
|
|
124
|
+
def replica_name(self, value: Optional[pulumi.Input[str]]):
|
|
125
|
+
pulumi.set(self, "replica_name", value)
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
@pulumi.getter(name="resourceStopped")
|
|
129
|
+
def resource_stopped(self) -> Optional[pulumi.Input[str]]:
|
|
130
|
+
"""
|
|
131
|
+
Stop or start the resource. Default to "false".
|
|
132
|
+
When it's true, the data plane of the resource is shutdown.
|
|
133
|
+
When it's false, the data plane of the resource is started.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "resource_stopped")
|
|
136
|
+
|
|
137
|
+
@resource_stopped.setter
|
|
138
|
+
def resource_stopped(self, value: Optional[pulumi.Input[str]]):
|
|
139
|
+
pulumi.set(self, "resource_stopped", value)
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@pulumi.getter
|
|
143
|
+
def sku(self) -> Optional[pulumi.Input['ResourceSkuArgs']]:
|
|
144
|
+
"""
|
|
145
|
+
The billing information of the resource.
|
|
146
|
+
"""
|
|
147
|
+
return pulumi.get(self, "sku")
|
|
148
|
+
|
|
149
|
+
@sku.setter
|
|
150
|
+
def sku(self, value: Optional[pulumi.Input['ResourceSkuArgs']]):
|
|
151
|
+
pulumi.set(self, "sku", value)
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter
|
|
155
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
156
|
+
"""
|
|
157
|
+
Resource tags.
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "tags")
|
|
160
|
+
|
|
161
|
+
@tags.setter
|
|
162
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
163
|
+
pulumi.set(self, "tags", value)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
class SignalRReplica(pulumi.CustomResource):
|
|
167
|
+
@overload
|
|
168
|
+
def __init__(__self__,
|
|
169
|
+
resource_name: str,
|
|
170
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
171
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
172
|
+
region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
|
|
173
|
+
replica_name: Optional[pulumi.Input[str]] = None,
|
|
174
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
175
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
176
|
+
resource_stopped: Optional[pulumi.Input[str]] = None,
|
|
177
|
+
sku: Optional[pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']]] = None,
|
|
178
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
179
|
+
__props__=None):
|
|
180
|
+
"""
|
|
181
|
+
A class represent a replica resource.
|
|
182
|
+
|
|
183
|
+
:param str resource_name: The name of the resource.
|
|
184
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
185
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
186
|
+
:param pulumi.Input[str] region_endpoint_enabled: Enable or disable the regional endpoint. Default to "Enabled".
|
|
187
|
+
When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
188
|
+
:param pulumi.Input[str] replica_name: The name of the replica.
|
|
189
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
190
|
+
:param pulumi.Input[str] resource_name_: The name of the resource.
|
|
191
|
+
:param pulumi.Input[str] resource_stopped: Stop or start the resource. Default to "false".
|
|
192
|
+
When it's true, the data plane of the resource is shutdown.
|
|
193
|
+
When it's false, the data plane of the resource is started.
|
|
194
|
+
:param pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']] sku: The billing information of the resource.
|
|
195
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
196
|
+
"""
|
|
197
|
+
...
|
|
198
|
+
@overload
|
|
199
|
+
def __init__(__self__,
|
|
200
|
+
resource_name: str,
|
|
201
|
+
args: SignalRReplicaArgs,
|
|
202
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
203
|
+
"""
|
|
204
|
+
A class represent a replica resource.
|
|
205
|
+
|
|
206
|
+
:param str resource_name: The name of the resource.
|
|
207
|
+
:param SignalRReplicaArgs args: The arguments to use to populate this resource's properties.
|
|
208
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
209
|
+
"""
|
|
210
|
+
...
|
|
211
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
212
|
+
resource_args, opts = _utilities.get_resource_args_opts(SignalRReplicaArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
213
|
+
if resource_args is not None:
|
|
214
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
215
|
+
else:
|
|
216
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
217
|
+
|
|
218
|
+
def _internal_init(__self__,
|
|
219
|
+
resource_name: str,
|
|
220
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
221
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
222
|
+
region_endpoint_enabled: Optional[pulumi.Input[str]] = None,
|
|
223
|
+
replica_name: Optional[pulumi.Input[str]] = None,
|
|
224
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
225
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
226
|
+
resource_stopped: Optional[pulumi.Input[str]] = None,
|
|
227
|
+
sku: Optional[pulumi.Input[Union['ResourceSkuArgs', 'ResourceSkuArgsDict']]] = None,
|
|
228
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
229
|
+
__props__=None):
|
|
230
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
231
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
232
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
233
|
+
if opts.id is None:
|
|
234
|
+
if __props__ is not None:
|
|
235
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
236
|
+
__props__ = SignalRReplicaArgs.__new__(SignalRReplicaArgs)
|
|
237
|
+
|
|
238
|
+
__props__.__dict__["location"] = location
|
|
239
|
+
if region_endpoint_enabled is None:
|
|
240
|
+
region_endpoint_enabled = 'Enabled'
|
|
241
|
+
__props__.__dict__["region_endpoint_enabled"] = region_endpoint_enabled
|
|
242
|
+
__props__.__dict__["replica_name"] = replica_name
|
|
243
|
+
if resource_group_name is None and not opts.urn:
|
|
244
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
245
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
246
|
+
if resource_name_ is None and not opts.urn:
|
|
247
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
248
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
249
|
+
if resource_stopped is None:
|
|
250
|
+
resource_stopped = 'false'
|
|
251
|
+
__props__.__dict__["resource_stopped"] = resource_stopped
|
|
252
|
+
__props__.__dict__["sku"] = sku
|
|
253
|
+
__props__.__dict__["tags"] = tags
|
|
254
|
+
__props__.__dict__["name"] = None
|
|
255
|
+
__props__.__dict__["provisioning_state"] = None
|
|
256
|
+
__props__.__dict__["system_data"] = None
|
|
257
|
+
__props__.__dict__["type"] = None
|
|
258
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:signalrservice:SignalRReplica"), pulumi.Alias(type_="azure-native:signalrservice/v20230301preview:SignalRReplica"), pulumi.Alias(type_="azure-native:signalrservice/v20230601preview:SignalRReplica"), pulumi.Alias(type_="azure-native:signalrservice/v20230801preview:SignalRReplica"), pulumi.Alias(type_="azure-native:signalrservice/v20240101preview:SignalRReplica"), pulumi.Alias(type_="azure-native:signalrservice/v20240301:SignalRReplica"), pulumi.Alias(type_="azure-native:signalrservice/v20240401preview:SignalRReplica"), pulumi.Alias(type_="azure-native:signalrservice/v20240801preview:SignalRReplica")])
|
|
259
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
260
|
+
super(SignalRReplica, __self__).__init__(
|
|
261
|
+
'azure-native:signalrservice/v20241001preview:SignalRReplica',
|
|
262
|
+
resource_name,
|
|
263
|
+
__props__,
|
|
264
|
+
opts)
|
|
265
|
+
|
|
266
|
+
@staticmethod
|
|
267
|
+
def get(resource_name: str,
|
|
268
|
+
id: pulumi.Input[str],
|
|
269
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'SignalRReplica':
|
|
270
|
+
"""
|
|
271
|
+
Get an existing SignalRReplica resource's state with the given name, id, and optional extra
|
|
272
|
+
properties used to qualify the lookup.
|
|
273
|
+
|
|
274
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
275
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
276
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
277
|
+
"""
|
|
278
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
279
|
+
|
|
280
|
+
__props__ = SignalRReplicaArgs.__new__(SignalRReplicaArgs)
|
|
281
|
+
|
|
282
|
+
__props__.__dict__["location"] = None
|
|
283
|
+
__props__.__dict__["name"] = None
|
|
284
|
+
__props__.__dict__["provisioning_state"] = None
|
|
285
|
+
__props__.__dict__["region_endpoint_enabled"] = None
|
|
286
|
+
__props__.__dict__["resource_stopped"] = None
|
|
287
|
+
__props__.__dict__["sku"] = None
|
|
288
|
+
__props__.__dict__["system_data"] = None
|
|
289
|
+
__props__.__dict__["tags"] = None
|
|
290
|
+
__props__.__dict__["type"] = None
|
|
291
|
+
return SignalRReplica(resource_name, opts=opts, __props__=__props__)
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter
|
|
295
|
+
def location(self) -> pulumi.Output[str]:
|
|
296
|
+
"""
|
|
297
|
+
The geo-location where the resource lives
|
|
298
|
+
"""
|
|
299
|
+
return pulumi.get(self, "location")
|
|
300
|
+
|
|
301
|
+
@property
|
|
302
|
+
@pulumi.getter
|
|
303
|
+
def name(self) -> pulumi.Output[str]:
|
|
304
|
+
"""
|
|
305
|
+
The name of the resource
|
|
306
|
+
"""
|
|
307
|
+
return pulumi.get(self, "name")
|
|
308
|
+
|
|
309
|
+
@property
|
|
310
|
+
@pulumi.getter(name="provisioningState")
|
|
311
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
312
|
+
"""
|
|
313
|
+
Provisioning state of the resource.
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "provisioning_state")
|
|
316
|
+
|
|
317
|
+
@property
|
|
318
|
+
@pulumi.getter(name="regionEndpointEnabled")
|
|
319
|
+
def region_endpoint_enabled(self) -> pulumi.Output[Optional[str]]:
|
|
320
|
+
"""
|
|
321
|
+
Enable or disable the regional endpoint. Default to "Enabled".
|
|
322
|
+
When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
323
|
+
"""
|
|
324
|
+
return pulumi.get(self, "region_endpoint_enabled")
|
|
325
|
+
|
|
326
|
+
@property
|
|
327
|
+
@pulumi.getter(name="resourceStopped")
|
|
328
|
+
def resource_stopped(self) -> pulumi.Output[Optional[str]]:
|
|
329
|
+
"""
|
|
330
|
+
Stop or start the resource. Default to "false".
|
|
331
|
+
When it's true, the data plane of the resource is shutdown.
|
|
332
|
+
When it's false, the data plane of the resource is started.
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "resource_stopped")
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter
|
|
338
|
+
def sku(self) -> pulumi.Output[Optional['outputs.ResourceSkuResponse']]:
|
|
339
|
+
"""
|
|
340
|
+
The billing information of the resource.
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "sku")
|
|
343
|
+
|
|
344
|
+
@property
|
|
345
|
+
@pulumi.getter(name="systemData")
|
|
346
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
347
|
+
"""
|
|
348
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "system_data")
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter
|
|
354
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
355
|
+
"""
|
|
356
|
+
Resource tags.
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "tags")
|
|
359
|
+
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter
|
|
362
|
+
def type(self) -> pulumi.Output[str]:
|
|
363
|
+
"""
|
|
364
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "type")
|
|
367
|
+
|