pulumi-azure-native 2.74.0a1732531694__py3-none-any.whl → 2.75.0a1732957898__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.0a1732957898.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/RECORD +189 -148
- {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.74.0a1732531694.dist-info → pulumi_azure_native-2.75.0a1732957898.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
|
|
18
|
+
__all__ = ['WebPubSubSharedPrivateLinkResourceArgs', 'WebPubSubSharedPrivateLinkResource']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class WebPubSubSharedPrivateLinkResourceArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
group_id: pulumi.Input[str],
|
|
24
|
+
private_link_resource_id: pulumi.Input[str],
|
|
25
|
+
resource_group_name: pulumi.Input[str],
|
|
26
|
+
resource_name: pulumi.Input[str],
|
|
27
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
28
|
+
request_message: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
shared_private_link_resource_name: Optional[pulumi.Input[str]] = None):
|
|
30
|
+
"""
|
|
31
|
+
The set of arguments for constructing a WebPubSubSharedPrivateLinkResource resource.
|
|
32
|
+
:param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for
|
|
33
|
+
:param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for
|
|
34
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
35
|
+
:param pulumi.Input[str] resource_name: The name of the resource.
|
|
36
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] fqdns: A list of FQDNs for third party private link service
|
|
37
|
+
:param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource
|
|
38
|
+
:param pulumi.Input[str] shared_private_link_resource_name: The name of the shared private link resource.
|
|
39
|
+
"""
|
|
40
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
41
|
+
pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
|
|
42
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
43
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
44
|
+
if fqdns is not None:
|
|
45
|
+
pulumi.set(__self__, "fqdns", fqdns)
|
|
46
|
+
if request_message is not None:
|
|
47
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
48
|
+
if shared_private_link_resource_name is not None:
|
|
49
|
+
pulumi.set(__self__, "shared_private_link_resource_name", shared_private_link_resource_name)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter(name="groupId")
|
|
53
|
+
def group_id(self) -> pulumi.Input[str]:
|
|
54
|
+
"""
|
|
55
|
+
The group id from the provider of resource the shared private link resource is for
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "group_id")
|
|
58
|
+
|
|
59
|
+
@group_id.setter
|
|
60
|
+
def group_id(self, value: pulumi.Input[str]):
|
|
61
|
+
pulumi.set(self, "group_id", value)
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter(name="privateLinkResourceId")
|
|
65
|
+
def private_link_resource_id(self) -> pulumi.Input[str]:
|
|
66
|
+
"""
|
|
67
|
+
The resource id of the resource the shared private link resource is for
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "private_link_resource_id")
|
|
70
|
+
|
|
71
|
+
@private_link_resource_id.setter
|
|
72
|
+
def private_link_resource_id(self, value: pulumi.Input[str]):
|
|
73
|
+
pulumi.set(self, "private_link_resource_id", value)
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="resourceGroupName")
|
|
77
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
78
|
+
"""
|
|
79
|
+
The name of the resource group. The name is case insensitive.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "resource_group_name")
|
|
82
|
+
|
|
83
|
+
@resource_group_name.setter
|
|
84
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
85
|
+
pulumi.set(self, "resource_group_name", value)
|
|
86
|
+
|
|
87
|
+
@property
|
|
88
|
+
@pulumi.getter(name="resourceName")
|
|
89
|
+
def resource_name(self) -> pulumi.Input[str]:
|
|
90
|
+
"""
|
|
91
|
+
The name of the resource.
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "resource_name")
|
|
94
|
+
|
|
95
|
+
@resource_name.setter
|
|
96
|
+
def resource_name(self, value: pulumi.Input[str]):
|
|
97
|
+
pulumi.set(self, "resource_name", value)
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter
|
|
101
|
+
def fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
102
|
+
"""
|
|
103
|
+
A list of FQDNs for third party private link service
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "fqdns")
|
|
106
|
+
|
|
107
|
+
@fqdns.setter
|
|
108
|
+
def fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
109
|
+
pulumi.set(self, "fqdns", value)
|
|
110
|
+
|
|
111
|
+
@property
|
|
112
|
+
@pulumi.getter(name="requestMessage")
|
|
113
|
+
def request_message(self) -> Optional[pulumi.Input[str]]:
|
|
114
|
+
"""
|
|
115
|
+
The request message for requesting approval of the shared private link resource
|
|
116
|
+
"""
|
|
117
|
+
return pulumi.get(self, "request_message")
|
|
118
|
+
|
|
119
|
+
@request_message.setter
|
|
120
|
+
def request_message(self, value: Optional[pulumi.Input[str]]):
|
|
121
|
+
pulumi.set(self, "request_message", value)
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter(name="sharedPrivateLinkResourceName")
|
|
125
|
+
def shared_private_link_resource_name(self) -> Optional[pulumi.Input[str]]:
|
|
126
|
+
"""
|
|
127
|
+
The name of the shared private link resource.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "shared_private_link_resource_name")
|
|
130
|
+
|
|
131
|
+
@shared_private_link_resource_name.setter
|
|
132
|
+
def shared_private_link_resource_name(self, value: Optional[pulumi.Input[str]]):
|
|
133
|
+
pulumi.set(self, "shared_private_link_resource_name", value)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
class WebPubSubSharedPrivateLinkResource(pulumi.CustomResource):
|
|
137
|
+
@overload
|
|
138
|
+
def __init__(__self__,
|
|
139
|
+
resource_name: str,
|
|
140
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
141
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
142
|
+
group_id: Optional[pulumi.Input[str]] = None,
|
|
143
|
+
private_link_resource_id: Optional[pulumi.Input[str]] = None,
|
|
144
|
+
request_message: Optional[pulumi.Input[str]] = None,
|
|
145
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
146
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
147
|
+
shared_private_link_resource_name: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
__props__=None):
|
|
149
|
+
"""
|
|
150
|
+
Describes a Shared Private Link Resource
|
|
151
|
+
|
|
152
|
+
:param str resource_name: The name of the resource.
|
|
153
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
154
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] fqdns: A list of FQDNs for third party private link service
|
|
155
|
+
:param pulumi.Input[str] group_id: The group id from the provider of resource the shared private link resource is for
|
|
156
|
+
:param pulumi.Input[str] private_link_resource_id: The resource id of the resource the shared private link resource is for
|
|
157
|
+
:param pulumi.Input[str] request_message: The request message for requesting approval of the shared private link resource
|
|
158
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
159
|
+
:param pulumi.Input[str] resource_name_: The name of the resource.
|
|
160
|
+
:param pulumi.Input[str] shared_private_link_resource_name: The name of the shared private link resource.
|
|
161
|
+
"""
|
|
162
|
+
...
|
|
163
|
+
@overload
|
|
164
|
+
def __init__(__self__,
|
|
165
|
+
resource_name: str,
|
|
166
|
+
args: WebPubSubSharedPrivateLinkResourceArgs,
|
|
167
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
168
|
+
"""
|
|
169
|
+
Describes a Shared Private Link Resource
|
|
170
|
+
|
|
171
|
+
:param str resource_name: The name of the resource.
|
|
172
|
+
:param WebPubSubSharedPrivateLinkResourceArgs args: The arguments to use to populate this resource's properties.
|
|
173
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
174
|
+
"""
|
|
175
|
+
...
|
|
176
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
177
|
+
resource_args, opts = _utilities.get_resource_args_opts(WebPubSubSharedPrivateLinkResourceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
178
|
+
if resource_args is not None:
|
|
179
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
180
|
+
else:
|
|
181
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
182
|
+
|
|
183
|
+
def _internal_init(__self__,
|
|
184
|
+
resource_name: str,
|
|
185
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
186
|
+
fqdns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
187
|
+
group_id: Optional[pulumi.Input[str]] = None,
|
|
188
|
+
private_link_resource_id: Optional[pulumi.Input[str]] = None,
|
|
189
|
+
request_message: Optional[pulumi.Input[str]] = None,
|
|
190
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
191
|
+
resource_name_: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
shared_private_link_resource_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
__props__=None):
|
|
194
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
195
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
196
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
197
|
+
if opts.id is None:
|
|
198
|
+
if __props__ is not None:
|
|
199
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
200
|
+
__props__ = WebPubSubSharedPrivateLinkResourceArgs.__new__(WebPubSubSharedPrivateLinkResourceArgs)
|
|
201
|
+
|
|
202
|
+
__props__.__dict__["fqdns"] = fqdns
|
|
203
|
+
if group_id is None and not opts.urn:
|
|
204
|
+
raise TypeError("Missing required property 'group_id'")
|
|
205
|
+
__props__.__dict__["group_id"] = group_id
|
|
206
|
+
if private_link_resource_id is None and not opts.urn:
|
|
207
|
+
raise TypeError("Missing required property 'private_link_resource_id'")
|
|
208
|
+
__props__.__dict__["private_link_resource_id"] = private_link_resource_id
|
|
209
|
+
__props__.__dict__["request_message"] = request_message
|
|
210
|
+
if resource_group_name is None and not opts.urn:
|
|
211
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
212
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
213
|
+
if resource_name_ is None and not opts.urn:
|
|
214
|
+
raise TypeError("Missing required property 'resource_name_'")
|
|
215
|
+
__props__.__dict__["resource_name"] = resource_name_
|
|
216
|
+
__props__.__dict__["shared_private_link_resource_name"] = shared_private_link_resource_name
|
|
217
|
+
__props__.__dict__["name"] = None
|
|
218
|
+
__props__.__dict__["provisioning_state"] = None
|
|
219
|
+
__props__.__dict__["status"] = None
|
|
220
|
+
__props__.__dict__["system_data"] = None
|
|
221
|
+
__props__.__dict__["type"] = None
|
|
222
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20210401preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20210601preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20210901preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20211001:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubSharedPrivateLinkResource")])
|
|
223
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
224
|
+
super(WebPubSubSharedPrivateLinkResource, __self__).__init__(
|
|
225
|
+
'azure-native:webpubsub/v20241001preview:WebPubSubSharedPrivateLinkResource',
|
|
226
|
+
resource_name,
|
|
227
|
+
__props__,
|
|
228
|
+
opts)
|
|
229
|
+
|
|
230
|
+
@staticmethod
|
|
231
|
+
def get(resource_name: str,
|
|
232
|
+
id: pulumi.Input[str],
|
|
233
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'WebPubSubSharedPrivateLinkResource':
|
|
234
|
+
"""
|
|
235
|
+
Get an existing WebPubSubSharedPrivateLinkResource resource's state with the given name, id, and optional extra
|
|
236
|
+
properties used to qualify the lookup.
|
|
237
|
+
|
|
238
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
239
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
240
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
241
|
+
"""
|
|
242
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
243
|
+
|
|
244
|
+
__props__ = WebPubSubSharedPrivateLinkResourceArgs.__new__(WebPubSubSharedPrivateLinkResourceArgs)
|
|
245
|
+
|
|
246
|
+
__props__.__dict__["fqdns"] = None
|
|
247
|
+
__props__.__dict__["group_id"] = None
|
|
248
|
+
__props__.__dict__["name"] = None
|
|
249
|
+
__props__.__dict__["private_link_resource_id"] = None
|
|
250
|
+
__props__.__dict__["provisioning_state"] = None
|
|
251
|
+
__props__.__dict__["request_message"] = None
|
|
252
|
+
__props__.__dict__["status"] = None
|
|
253
|
+
__props__.__dict__["system_data"] = None
|
|
254
|
+
__props__.__dict__["type"] = None
|
|
255
|
+
return WebPubSubSharedPrivateLinkResource(resource_name, opts=opts, __props__=__props__)
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
@pulumi.getter
|
|
259
|
+
def fqdns(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
260
|
+
"""
|
|
261
|
+
A list of FQDNs for third party private link service
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "fqdns")
|
|
264
|
+
|
|
265
|
+
@property
|
|
266
|
+
@pulumi.getter(name="groupId")
|
|
267
|
+
def group_id(self) -> pulumi.Output[str]:
|
|
268
|
+
"""
|
|
269
|
+
The group id from the provider of resource the shared private link resource is for
|
|
270
|
+
"""
|
|
271
|
+
return pulumi.get(self, "group_id")
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
@pulumi.getter
|
|
275
|
+
def name(self) -> pulumi.Output[str]:
|
|
276
|
+
"""
|
|
277
|
+
The name of the resource
|
|
278
|
+
"""
|
|
279
|
+
return pulumi.get(self, "name")
|
|
280
|
+
|
|
281
|
+
@property
|
|
282
|
+
@pulumi.getter(name="privateLinkResourceId")
|
|
283
|
+
def private_link_resource_id(self) -> pulumi.Output[str]:
|
|
284
|
+
"""
|
|
285
|
+
The resource id of the resource the shared private link resource is for
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "private_link_resource_id")
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="provisioningState")
|
|
291
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
292
|
+
"""
|
|
293
|
+
Provisioning state of the resource.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "provisioning_state")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="requestMessage")
|
|
299
|
+
def request_message(self) -> pulumi.Output[Optional[str]]:
|
|
300
|
+
"""
|
|
301
|
+
The request message for requesting approval of the shared private link resource
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "request_message")
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter
|
|
307
|
+
def status(self) -> pulumi.Output[str]:
|
|
308
|
+
"""
|
|
309
|
+
Status of the shared private link resource
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "status")
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter(name="systemData")
|
|
315
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
316
|
+
"""
|
|
317
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "system_data")
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter
|
|
323
|
+
def type(self) -> pulumi.Output[str]:
|
|
324
|
+
"""
|
|
325
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "type")
|
|
328
|
+
|
|
@@ -275,7 +275,7 @@ class WebPubSub(pulumi.CustomResource):
|
|
|
275
275
|
A class represent a resource.
|
|
276
276
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-04-01-preview.
|
|
277
277
|
|
|
278
|
-
Other available API versions: 2021-04-01-preview, 2021-06-01-preview, 2021-09-01-preview, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
278
|
+
Other available API versions: 2021-04-01-preview, 2021-06-01-preview, 2021-09-01-preview, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
279
279
|
|
|
280
280
|
:param str resource_name: The name of the resource.
|
|
281
281
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -309,7 +309,7 @@ class WebPubSub(pulumi.CustomResource):
|
|
|
309
309
|
A class represent a resource.
|
|
310
310
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-04-01-preview.
|
|
311
311
|
|
|
312
|
-
Other available API versions: 2021-04-01-preview, 2021-06-01-preview, 2021-09-01-preview, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
312
|
+
Other available API versions: 2021-04-01-preview, 2021-06-01-preview, 2021-09-01-preview, 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
313
313
|
|
|
314
314
|
:param str resource_name: The name of the resource.
|
|
315
315
|
:param WebPubSubArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -381,7 +381,7 @@ class WebPubSub(pulumi.CustomResource):
|
|
|
381
381
|
__props__.__dict__["system_data"] = None
|
|
382
382
|
__props__.__dict__["type"] = None
|
|
383
383
|
__props__.__dict__["version"] = None
|
|
384
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20210401preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20210601preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20210901preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20211001:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSub")])
|
|
384
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20210401preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20210601preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20210901preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20211001:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSub"), pulumi.Alias(type_="azure-native:webpubsub/v20241001preview:WebPubSub")])
|
|
385
385
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
386
386
|
super(WebPubSub, __self__).__init__(
|
|
387
387
|
'azure-native:webpubsub:WebPubSub',
|
|
@@ -133,7 +133,7 @@ class WebPubSubCustomCertificate(pulumi.CustomResource):
|
|
|
133
133
|
A custom certificate.
|
|
134
134
|
Azure REST API version: 2023-02-01.
|
|
135
135
|
|
|
136
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
136
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
137
137
|
|
|
138
138
|
:param str resource_name: The name of the resource.
|
|
139
139
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -154,7 +154,7 @@ class WebPubSubCustomCertificate(pulumi.CustomResource):
|
|
|
154
154
|
A custom certificate.
|
|
155
155
|
Azure REST API version: 2023-02-01.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
157
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
158
158
|
|
|
159
159
|
:param str resource_name: The name of the resource.
|
|
160
160
|
:param WebPubSubCustomCertificateArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -204,7 +204,7 @@ class WebPubSubCustomCertificate(pulumi.CustomResource):
|
|
|
204
204
|
__props__.__dict__["provisioning_state"] = None
|
|
205
205
|
__props__.__dict__["system_data"] = None
|
|
206
206
|
__props__.__dict__["type"] = None
|
|
207
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubCustomCertificate")])
|
|
207
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubCustomCertificate"), pulumi.Alias(type_="azure-native:webpubsub/v20241001preview:WebPubSubCustomCertificate")])
|
|
208
208
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
209
209
|
super(WebPubSubCustomCertificate, __self__).__init__(
|
|
210
210
|
'azure-native:webpubsub:WebPubSubCustomCertificate',
|
|
@@ -117,7 +117,7 @@ class WebPubSubCustomDomain(pulumi.CustomResource):
|
|
|
117
117
|
A custom domain
|
|
118
118
|
Azure REST API version: 2023-02-01.
|
|
119
119
|
|
|
120
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
120
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
121
121
|
|
|
122
122
|
:param str resource_name: The name of the resource.
|
|
123
123
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -137,7 +137,7 @@ class WebPubSubCustomDomain(pulumi.CustomResource):
|
|
|
137
137
|
A custom domain
|
|
138
138
|
Azure REST API version: 2023-02-01.
|
|
139
139
|
|
|
140
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
140
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
141
141
|
|
|
142
142
|
:param str resource_name: The name of the resource.
|
|
143
143
|
:param WebPubSubCustomDomainArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -184,7 +184,7 @@ class WebPubSubCustomDomain(pulumi.CustomResource):
|
|
|
184
184
|
__props__.__dict__["provisioning_state"] = None
|
|
185
185
|
__props__.__dict__["system_data"] = None
|
|
186
186
|
__props__.__dict__["type"] = None
|
|
187
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubCustomDomain")])
|
|
187
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubCustomDomain"), pulumi.Alias(type_="azure-native:webpubsub/v20241001preview:WebPubSubCustomDomain")])
|
|
188
188
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
189
189
|
super(WebPubSubCustomDomain, __self__).__init__(
|
|
190
190
|
'azure-native:webpubsub:WebPubSubCustomDomain',
|
|
@@ -102,7 +102,7 @@ class WebPubSubHub(pulumi.CustomResource):
|
|
|
102
102
|
A hub setting
|
|
103
103
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-10-01.
|
|
104
104
|
|
|
105
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
105
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
106
106
|
|
|
107
107
|
:param str resource_name: The name of the resource.
|
|
108
108
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -121,7 +121,7 @@ class WebPubSubHub(pulumi.CustomResource):
|
|
|
121
121
|
A hub setting
|
|
122
122
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-10-01.
|
|
123
123
|
|
|
124
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
124
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
125
125
|
|
|
126
126
|
:param str resource_name: The name of the resource.
|
|
127
127
|
:param WebPubSubHubArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -164,7 +164,7 @@ class WebPubSubHub(pulumi.CustomResource):
|
|
|
164
164
|
__props__.__dict__["name"] = None
|
|
165
165
|
__props__.__dict__["system_data"] = None
|
|
166
166
|
__props__.__dict__["type"] = None
|
|
167
|
-
alias_opts = pulumi.ResourceOptions(aliases=[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")])
|
|
167
|
+
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:webpubsub/v20241001preview:WebPubSubHub")])
|
|
168
168
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
169
169
|
super(WebPubSubHub, __self__).__init__(
|
|
170
170
|
'azure-native:webpubsub:WebPubSubHub',
|
|
@@ -120,7 +120,7 @@ class WebPubSubPrivateEndpointConnection(pulumi.CustomResource):
|
|
|
120
120
|
A private endpoint connection to an azure resource
|
|
121
121
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-04-01-preview.
|
|
122
122
|
|
|
123
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
123
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
124
124
|
|
|
125
125
|
:param str resource_name: The name of the resource.
|
|
126
126
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -140,7 +140,7 @@ class WebPubSubPrivateEndpointConnection(pulumi.CustomResource):
|
|
|
140
140
|
A private endpoint connection to an azure resource
|
|
141
141
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-04-01-preview.
|
|
142
142
|
|
|
143
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
143
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
144
144
|
|
|
145
145
|
:param str resource_name: The name of the resource.
|
|
146
146
|
:param WebPubSubPrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -185,7 +185,7 @@ class WebPubSubPrivateEndpointConnection(pulumi.CustomResource):
|
|
|
185
185
|
__props__.__dict__["provisioning_state"] = None
|
|
186
186
|
__props__.__dict__["system_data"] = None
|
|
187
187
|
__props__.__dict__["type"] = None
|
|
188
|
-
alias_opts = pulumi.ResourceOptions(aliases=[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")])
|
|
188
|
+
alias_opts = pulumi.ResourceOptions(aliases=[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"), pulumi.Alias(type_="azure-native:webpubsub/v20241001preview:WebPubSubPrivateEndpointConnection")])
|
|
189
189
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
190
190
|
super(WebPubSubPrivateEndpointConnection, __self__).__init__(
|
|
191
191
|
'azure-native:webpubsub:WebPubSubPrivateEndpointConnection',
|
|
@@ -137,7 +137,7 @@ class WebPubSubReplica(pulumi.CustomResource):
|
|
|
137
137
|
A class represent a replica resource.
|
|
138
138
|
Azure REST API version: 2023-03-01-preview.
|
|
139
139
|
|
|
140
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
140
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
141
141
|
|
|
142
142
|
:param str resource_name: The name of the resource.
|
|
143
143
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -158,7 +158,7 @@ class WebPubSubReplica(pulumi.CustomResource):
|
|
|
158
158
|
A class represent a replica resource.
|
|
159
159
|
Azure REST API version: 2023-03-01-preview.
|
|
160
160
|
|
|
161
|
-
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
161
|
+
Other available API versions: 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
162
162
|
|
|
163
163
|
:param str resource_name: The name of the resource.
|
|
164
164
|
:param WebPubSubReplicaArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -204,7 +204,7 @@ class WebPubSubReplica(pulumi.CustomResource):
|
|
|
204
204
|
__props__.__dict__["provisioning_state"] = None
|
|
205
205
|
__props__.__dict__["system_data"] = None
|
|
206
206
|
__props__.__dict__["type"] = None
|
|
207
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubReplica")])
|
|
207
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubReplica"), pulumi.Alias(type_="azure-native:webpubsub/v20241001preview:WebPubSubReplica")])
|
|
208
208
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
209
209
|
super(WebPubSubReplica, __self__).__init__(
|
|
210
210
|
'azure-native:webpubsub:WebPubSubReplica',
|
|
@@ -133,7 +133,7 @@ class WebPubSubSharedPrivateLinkResource(pulumi.CustomResource):
|
|
|
133
133
|
Describes a Shared Private Link Resource
|
|
134
134
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-04-01-preview.
|
|
135
135
|
|
|
136
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
136
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
137
137
|
|
|
138
138
|
:param str resource_name: The name of the resource.
|
|
139
139
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -154,7 +154,7 @@ class WebPubSubSharedPrivateLinkResource(pulumi.CustomResource):
|
|
|
154
154
|
Describes a Shared Private Link Resource
|
|
155
155
|
Azure REST API version: 2023-02-01. Prior API version in Azure Native 1.x: 2021-04-01-preview.
|
|
156
156
|
|
|
157
|
-
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview.
|
|
157
|
+
Other available API versions: 2023-03-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2024-01-01-preview, 2024-03-01, 2024-04-01-preview, 2024-08-01-preview, 2024-10-01-preview.
|
|
158
158
|
|
|
159
159
|
:param str resource_name: The name of the resource.
|
|
160
160
|
:param WebPubSubSharedPrivateLinkResourceArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -205,7 +205,7 @@ class WebPubSubSharedPrivateLinkResource(pulumi.CustomResource):
|
|
|
205
205
|
__props__.__dict__["status"] = None
|
|
206
206
|
__props__.__dict__["system_data"] = None
|
|
207
207
|
__props__.__dict__["type"] = None
|
|
208
|
-
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20210401preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20210601preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20210901preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20211001:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubSharedPrivateLinkResource")])
|
|
208
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:webpubsub/v20210401preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20210601preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20210901preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20211001:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20220801preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230201:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230301preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230601preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20230801preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240101preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240301:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240401preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20240801preview:WebPubSubSharedPrivateLinkResource"), pulumi.Alias(type_="azure-native:webpubsub/v20241001preview:WebPubSubSharedPrivateLinkResource")])
|
|
209
209
|
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
210
210
|
super(WebPubSubSharedPrivateLinkResource, __self__).__init__(
|
|
211
211
|
'azure-native:webpubsub:WebPubSubSharedPrivateLinkResource',
|