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,222 @@
|
|
|
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__ = ['WebPubSubHubArgs', 'WebPubSubHub']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class WebPubSubHubArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
properties: pulumi.Input['WebPubSubHubPropertiesArgs'],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
resource_name: pulumi.Input[str],
|
|
28
|
+
hub_name: Optional[pulumi.Input[str]] = None):
|
|
29
|
+
"""
|
|
30
|
+
The set of arguments for constructing a WebPubSubHub resource.
|
|
31
|
+
:param pulumi.Input['WebPubSubHubPropertiesArgs'] properties: Properties of a hub.
|
|
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[str] hub_name: The hub name.
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "properties", properties)
|
|
37
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
38
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
39
|
+
if hub_name is not None:
|
|
40
|
+
pulumi.set(__self__, "hub_name", hub_name)
|
|
41
|
+
|
|
42
|
+
@property
|
|
43
|
+
@pulumi.getter
|
|
44
|
+
def properties(self) -> pulumi.Input['WebPubSubHubPropertiesArgs']:
|
|
45
|
+
"""
|
|
46
|
+
Properties of a hub.
|
|
47
|
+
"""
|
|
48
|
+
return pulumi.get(self, "properties")
|
|
49
|
+
|
|
50
|
+
@properties.setter
|
|
51
|
+
def properties(self, value: pulumi.Input['WebPubSubHubPropertiesArgs']):
|
|
52
|
+
pulumi.set(self, "properties", value)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="resourceGroupName")
|
|
56
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
57
|
+
"""
|
|
58
|
+
The name of the resource group. The name is case insensitive.
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "resource_group_name")
|
|
61
|
+
|
|
62
|
+
@resource_group_name.setter
|
|
63
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
64
|
+
pulumi.set(self, "resource_group_name", value)
|
|
65
|
+
|
|
66
|
+
@property
|
|
67
|
+
@pulumi.getter(name="resourceName")
|
|
68
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
69
|
+
"""
|
|
70
|
+
The name of the resource.
|
|
71
|
+
"""
|
|
72
|
+
return pulumi.get(self, "resource_name")
|
|
73
|
+
|
|
74
|
+
@resource_name.setter
|
|
75
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
76
|
+
pulumi.set(self, "resource_name", value)
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter(name="hubName")
|
|
80
|
+
def hub_name(self) -> Optional[pulumi.Input[str]]:
|
|
81
|
+
"""
|
|
82
|
+
The hub name.
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "hub_name")
|
|
85
|
+
|
|
86
|
+
@hub_name.setter
|
|
87
|
+
def hub_name(self, value: Optional[pulumi.Input[str]]):
|
|
88
|
+
pulumi.set(self, "hub_name", value)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
class WebPubSubHub(pulumi.CustomResource):
|
|
92
|
+
@overload
|
|
93
|
+
def __init__(__self__,
|
|
94
|
+
resource_name: str,
|
|
95
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
96
|
+
hub_name: Optional[pulumi.Input[str]] = None,
|
|
97
|
+
properties: Optional[pulumi.Input[Union['WebPubSubHubPropertiesArgs', 'WebPubSubHubPropertiesArgsDict']]] = None,
|
|
98
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
99
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
100
|
+
__props__=None):
|
|
101
|
+
"""
|
|
102
|
+
A hub setting
|
|
103
|
+
|
|
104
|
+
:param str resource_name: The name of the resource.
|
|
105
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
106
|
+
:param pulumi.Input[str] hub_name: The hub name.
|
|
107
|
+
:param pulumi.Input[Union['WebPubSubHubPropertiesArgs', 'WebPubSubHubPropertiesArgsDict']] properties: Properties of a hub.
|
|
108
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
109
|
+
:param pulumi.Input[str] resource_name_: The name of the resource.
|
|
110
|
+
"""
|
|
111
|
+
...
|
|
112
|
+
@overload
|
|
113
|
+
def __init__(__self__,
|
|
114
|
+
resource_name: str,
|
|
115
|
+
args: WebPubSubHubArgs,
|
|
116
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
117
|
+
"""
|
|
118
|
+
A hub setting
|
|
119
|
+
|
|
120
|
+
:param str resource_name: The name of the resource.
|
|
121
|
+
:param WebPubSubHubArgs args: The arguments to use to populate this resource's properties.
|
|
122
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
123
|
+
"""
|
|
124
|
+
...
|
|
125
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
126
|
+
resource_args, opts = _utilities.get_resource_args_opts(WebPubSubHubArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
127
|
+
if resource_args is not None:
|
|
128
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
129
|
+
else:
|
|
130
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
131
|
+
|
|
132
|
+
def _internal_init(__self__,
|
|
133
|
+
resource_name: str,
|
|
134
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
135
|
+
hub_name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
properties: Optional[pulumi.Input[Union['WebPubSubHubPropertiesArgs', 'WebPubSubHubPropertiesArgsDict']]] = None,
|
|
137
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
139
|
+
__props__=None):
|
|
140
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
141
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
142
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
143
|
+
if opts.id is None:
|
|
144
|
+
if __props__ is not None:
|
|
145
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
146
|
+
__props__ = WebPubSubHubArgs.__new__(WebPubSubHubArgs)
|
|
147
|
+
|
|
148
|
+
__props__.__dict__["hub_name"] = hub_name
|
|
149
|
+
if properties is None and not opts.urn:
|
|
150
|
+
raise TypeError("Missing required property 'properties'")
|
|
151
|
+
__props__.__dict__["properties"] = properties
|
|
152
|
+
if resource_group_name is None and not opts.urn:
|
|
153
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
154
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
155
|
+
if resource_name_ is None and not opts.urn:
|
|
156
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
157
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
158
|
+
__props__.__dict__["name"] = None
|
|
159
|
+
__props__.__dict__["system_data"] = None
|
|
160
|
+
__props__.__dict__["type"] = None
|
|
161
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20211001:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubHub"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubHub")])
|
|
162
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
163
|
+
super(WebPubSubHub, __self__).__init__(
|
|
164
|
+
'azure-native:webpubsub/v20241001preview:WebPubSubHub',
|
|
165
|
+
resource_name,
|
|
166
|
+
__props__,
|
|
167
|
+
opts)
|
|
168
|
+
|
|
169
|
+
@staticmethod
|
|
170
|
+
def get(resource_name: str,
|
|
171
|
+
id: pulumi.Input[str],
|
|
172
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'WebPubSubHub':
|
|
173
|
+
"""
|
|
174
|
+
Get an existing WebPubSubHub resource's state with the given name, id, and optional extra
|
|
175
|
+
properties used to qualify the lookup.
|
|
176
|
+
|
|
177
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
178
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
179
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
180
|
+
"""
|
|
181
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
182
|
+
|
|
183
|
+
__props__ = WebPubSubHubArgs.__new__(WebPubSubHubArgs)
|
|
184
|
+
|
|
185
|
+
__props__.__dict__["name"] = None
|
|
186
|
+
__props__.__dict__["properties"] = None
|
|
187
|
+
__props__.__dict__["system_data"] = None
|
|
188
|
+
__props__.__dict__["type"] = None
|
|
189
|
+
return WebPubSubHub(resource_name, opts=opts, __props__=__props__)
|
|
190
|
+
|
|
191
|
+
@property
|
|
192
|
+
@pulumi.getter
|
|
193
|
+
def name(self) -> pulumi.Output[str]:
|
|
194
|
+
"""
|
|
195
|
+
The name of the resource
|
|
196
|
+
"""
|
|
197
|
+
return pulumi.get(self, "name")
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
@pulumi.getter
|
|
201
|
+
def properties(self) -> pulumi.Output['outputs.WebPubSubHubPropertiesResponse']:
|
|
202
|
+
"""
|
|
203
|
+
Properties of a hub.
|
|
204
|
+
"""
|
|
205
|
+
return pulumi.get(self, "properties")
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
@pulumi.getter(name="systemData")
|
|
209
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
210
|
+
"""
|
|
211
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
212
|
+
"""
|
|
213
|
+
return pulumi.get(self, "system_data")
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
@pulumi.getter
|
|
217
|
+
def type(self) -> pulumi.Output[str]:
|
|
218
|
+
"""
|
|
219
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
220
|
+
"""
|
|
221
|
+
return pulumi.get(self, "type")
|
|
222
|
+
|
|
@@ -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__ = ['WebPubSubPrivateEndpointConnectionArgs', 'WebPubSubPrivateEndpointConnection']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class WebPubSubPrivateEndpointConnectionArgs:
|
|
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 WebPubSubPrivateEndpointConnection 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 WebPubSubPrivateEndpointConnection(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: WebPubSubPrivateEndpointConnectionArgs,
|
|
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 WebPubSubPrivateEndpointConnectionArgs 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(WebPubSubPrivateEndpointConnectionArgs, 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__ = WebPubSubPrivateEndpointConnectionArgs.__new__(WebPubSubPrivateEndpointConnectionArgs)
|
|
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:webpubsub:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20210401preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20210601preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20210901preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20211001:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubPrivateEndpointConnection"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubPrivateEndpointConnection")])
|
|
183
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
184
|
+
super(WebPubSubPrivateEndpointConnection, __self__).__init__(
|
|
185
|
+
'azure-native:webpubsub/v20241001preview:WebPubSubPrivateEndpointConnection',
|
|
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) -> 'WebPubSubPrivateEndpointConnection':
|
|
194
|
+
"""
|
|
195
|
+
Get an existing WebPubSubPrivateEndpointConnection 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__ = WebPubSubPrivateEndpointConnectionArgs.__new__(WebPubSubPrivateEndpointConnectionArgs)
|
|
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 WebPubSubPrivateEndpointConnection(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
|
+
|