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
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'GetSignalRReplicaResult',
|
|
20
|
+
'AwaitableGetSignalRReplicaResult',
|
|
21
|
+
'get_signal_r_replica',
|
|
22
|
+
'get_signal_r_replica_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSignalRReplicaResult:
|
|
27
|
+
"""
|
|
28
|
+
A class represent a replica resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, id=None, location=None, name=None, provisioning_state=None, region_endpoint_enabled=None, resource_stopped=None, sku=None, system_data=None, tags=None, type=None):
|
|
31
|
+
if id and not isinstance(id, str):
|
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
33
|
+
pulumi.set(__self__, "id", id)
|
|
34
|
+
if location and not isinstance(location, str):
|
|
35
|
+
raise TypeError("Expected argument 'location' to be a str")
|
|
36
|
+
pulumi.set(__self__, "location", location)
|
|
37
|
+
if name and not isinstance(name, str):
|
|
38
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
41
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
42
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
43
|
+
if region_endpoint_enabled and not isinstance(region_endpoint_enabled, str):
|
|
44
|
+
raise TypeError("Expected argument 'region_endpoint_enabled' to be a str")
|
|
45
|
+
pulumi.set(__self__, "region_endpoint_enabled", region_endpoint_enabled)
|
|
46
|
+
if resource_stopped and not isinstance(resource_stopped, str):
|
|
47
|
+
raise TypeError("Expected argument 'resource_stopped' to be a str")
|
|
48
|
+
pulumi.set(__self__, "resource_stopped", resource_stopped)
|
|
49
|
+
if sku and not isinstance(sku, dict):
|
|
50
|
+
raise TypeError("Expected argument 'sku' to be a dict")
|
|
51
|
+
pulumi.set(__self__, "sku", sku)
|
|
52
|
+
if system_data and not isinstance(system_data, dict):
|
|
53
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
54
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
55
|
+
if tags and not isinstance(tags, dict):
|
|
56
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "tags", tags)
|
|
58
|
+
if type and not isinstance(type, str):
|
|
59
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "type", type)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def id(self) -> str:
|
|
65
|
+
"""
|
|
66
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "id")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter
|
|
72
|
+
def location(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
The geo-location where the resource lives
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "location")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def name(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
The name of the resource
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "name")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter(name="provisioningState")
|
|
88
|
+
def provisioning_state(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
Provisioning state of the resource.
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "provisioning_state")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="regionEndpointEnabled")
|
|
96
|
+
def region_endpoint_enabled(self) -> Optional[str]:
|
|
97
|
+
"""
|
|
98
|
+
Enable or disable the regional endpoint. Default to "Enabled".
|
|
99
|
+
When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "region_endpoint_enabled")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter(name="resourceStopped")
|
|
105
|
+
def resource_stopped(self) -> Optional[str]:
|
|
106
|
+
"""
|
|
107
|
+
Stop or start the resource. Default to "false".
|
|
108
|
+
When it's true, the data plane of the resource is shutdown.
|
|
109
|
+
When it's false, the data plane of the resource is started.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "resource_stopped")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def sku(self) -> Optional['outputs.ResourceSkuResponse']:
|
|
116
|
+
"""
|
|
117
|
+
The billing information of the resource.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "sku")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter(name="systemData")
|
|
123
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
124
|
+
"""
|
|
125
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "system_data")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter
|
|
131
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
132
|
+
"""
|
|
133
|
+
Resource tags.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "tags")
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter
|
|
139
|
+
def type(self) -> str:
|
|
140
|
+
"""
|
|
141
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "type")
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
class AwaitableGetSignalRReplicaResult(GetSignalRReplicaResult):
|
|
147
|
+
# pylint: disable=using-constant-test
|
|
148
|
+
def __await__(self):
|
|
149
|
+
if False:
|
|
150
|
+
yield self
|
|
151
|
+
return GetSignalRReplicaResult(
|
|
152
|
+
id=self.id,
|
|
153
|
+
location=self.location,
|
|
154
|
+
name=self.name,
|
|
155
|
+
provisioning_state=self.provisioning_state,
|
|
156
|
+
region_endpoint_enabled=self.region_endpoint_enabled,
|
|
157
|
+
resource_stopped=self.resource_stopped,
|
|
158
|
+
sku=self.sku,
|
|
159
|
+
system_data=self.system_data,
|
|
160
|
+
tags=self.tags,
|
|
161
|
+
type=self.type)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
def get_signal_r_replica(replica_name: Optional[str] = None,
|
|
165
|
+
resource_group_name: Optional[str] = None,
|
|
166
|
+
resource_name: Optional[str] = None,
|
|
167
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSignalRReplicaResult:
|
|
168
|
+
"""
|
|
169
|
+
Get the replica and its properties.
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
:param str replica_name: The name of the replica.
|
|
173
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
174
|
+
:param str resource_name: The name of the resource.
|
|
175
|
+
"""
|
|
176
|
+
__args__ = dict()
|
|
177
|
+
__args__['replicaName'] = replica_name
|
|
178
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
179
|
+
__args__['resourceName'] = resource_name
|
|
180
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
181
|
+
__ret__ = pulumi.runtime.invoke('azure-native:signalrservice/v20241001preview:getSignalRReplica', __args__, opts=opts, typ=GetSignalRReplicaResult).value
|
|
182
|
+
|
|
183
|
+
return AwaitableGetSignalRReplicaResult(
|
|
184
|
+
id=pulumi.get(__ret__, 'id'),
|
|
185
|
+
location=pulumi.get(__ret__, 'location'),
|
|
186
|
+
name=pulumi.get(__ret__, 'name'),
|
|
187
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
188
|
+
region_endpoint_enabled=pulumi.get(__ret__, 'region_endpoint_enabled'),
|
|
189
|
+
resource_stopped=pulumi.get(__ret__, 'resource_stopped'),
|
|
190
|
+
sku=pulumi.get(__ret__, 'sku'),
|
|
191
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
192
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
193
|
+
type=pulumi.get(__ret__, 'type'))
|
|
194
|
+
def get_signal_r_replica_output(replica_name: Optional[pulumi.Input[str]] = None,
|
|
195
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSignalRReplicaResult]:
|
|
198
|
+
"""
|
|
199
|
+
Get the replica and its properties.
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
:param str replica_name: The name of the replica.
|
|
203
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
204
|
+
:param str resource_name: The name of the resource.
|
|
205
|
+
"""
|
|
206
|
+
__args__ = dict()
|
|
207
|
+
__args__['replicaName'] = replica_name
|
|
208
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
209
|
+
__args__['resourceName'] = resource_name
|
|
210
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
211
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:signalrservice/v20241001preview:getSignalRReplica', __args__, opts=opts, typ=GetSignalRReplicaResult)
|
|
212
|
+
return __ret__.apply(lambda __response__: GetSignalRReplicaResult(
|
|
213
|
+
id=pulumi.get(__response__, 'id'),
|
|
214
|
+
location=pulumi.get(__response__, 'location'),
|
|
215
|
+
name=pulumi.get(__response__, 'name'),
|
|
216
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
217
|
+
region_endpoint_enabled=pulumi.get(__response__, 'region_endpoint_enabled'),
|
|
218
|
+
resource_stopped=pulumi.get(__response__, 'resource_stopped'),
|
|
219
|
+
sku=pulumi.get(__response__, 'sku'),
|
|
220
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
221
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
222
|
+
type=pulumi.get(__response__, 'type')))
|
pulumi_azure_native/signalrservice/v20241001preview/get_signal_r_shared_private_link_resource.py
ADDED
|
@@ -0,0 +1,219 @@
|
|
|
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__ = [
|
|
19
|
+
'GetSignalRSharedPrivateLinkResourceResult',
|
|
20
|
+
'AwaitableGetSignalRSharedPrivateLinkResourceResult',
|
|
21
|
+
'get_signal_r_shared_private_link_resource',
|
|
22
|
+
'get_signal_r_shared_private_link_resource_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetSignalRSharedPrivateLinkResourceResult:
|
|
27
|
+
"""
|
|
28
|
+
Describes a Shared Private Link Resource
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, fqdns=None, group_id=None, id=None, name=None, private_link_resource_id=None, provisioning_state=None, request_message=None, status=None, system_data=None, type=None):
|
|
31
|
+
if fqdns and not isinstance(fqdns, list):
|
|
32
|
+
raise TypeError("Expected argument 'fqdns' to be a list")
|
|
33
|
+
pulumi.set(__self__, "fqdns", fqdns)
|
|
34
|
+
if group_id and not isinstance(group_id, str):
|
|
35
|
+
raise TypeError("Expected argument 'group_id' to be a str")
|
|
36
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
37
|
+
if id and not isinstance(id, str):
|
|
38
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
39
|
+
pulumi.set(__self__, "id", id)
|
|
40
|
+
if name and not isinstance(name, str):
|
|
41
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
42
|
+
pulumi.set(__self__, "name", name)
|
|
43
|
+
if private_link_resource_id and not isinstance(private_link_resource_id, str):
|
|
44
|
+
raise TypeError("Expected argument 'private_link_resource_id' to be a str")
|
|
45
|
+
pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
|
|
46
|
+
if provisioning_state and not isinstance(provisioning_state, str):
|
|
47
|
+
raise TypeError("Expected argument 'provisioning_state' to be a str")
|
|
48
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
49
|
+
if request_message and not isinstance(request_message, str):
|
|
50
|
+
raise TypeError("Expected argument 'request_message' to be a str")
|
|
51
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
52
|
+
if status and not isinstance(status, str):
|
|
53
|
+
raise TypeError("Expected argument 'status' to be a str")
|
|
54
|
+
pulumi.set(__self__, "status", status)
|
|
55
|
+
if system_data and not isinstance(system_data, dict):
|
|
56
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
58
|
+
if type and not isinstance(type, str):
|
|
59
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
60
|
+
pulumi.set(__self__, "type", type)
|
|
61
|
+
|
|
62
|
+
@property
|
|
63
|
+
@pulumi.getter
|
|
64
|
+
def fqdns(self) -> Optional[Sequence[str]]:
|
|
65
|
+
"""
|
|
66
|
+
A list of FQDNs for third party private link service
|
|
67
|
+
"""
|
|
68
|
+
return pulumi.get(self, "fqdns")
|
|
69
|
+
|
|
70
|
+
@property
|
|
71
|
+
@pulumi.getter(name="groupId")
|
|
72
|
+
def group_id(self) -> str:
|
|
73
|
+
"""
|
|
74
|
+
The group id from the provider of resource the shared private link resource is for
|
|
75
|
+
"""
|
|
76
|
+
return pulumi.get(self, "group_id")
|
|
77
|
+
|
|
78
|
+
@property
|
|
79
|
+
@pulumi.getter
|
|
80
|
+
def id(self) -> str:
|
|
81
|
+
"""
|
|
82
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
83
|
+
"""
|
|
84
|
+
return pulumi.get(self, "id")
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
@pulumi.getter
|
|
88
|
+
def name(self) -> str:
|
|
89
|
+
"""
|
|
90
|
+
The name of the resource
|
|
91
|
+
"""
|
|
92
|
+
return pulumi.get(self, "name")
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter(name="privateLinkResourceId")
|
|
96
|
+
def private_link_resource_id(self) -> str:
|
|
97
|
+
"""
|
|
98
|
+
The resource id of the resource the shared private link resource is for
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "private_link_resource_id")
|
|
101
|
+
|
|
102
|
+
@property
|
|
103
|
+
@pulumi.getter(name="provisioningState")
|
|
104
|
+
def provisioning_state(self) -> str:
|
|
105
|
+
"""
|
|
106
|
+
Provisioning state of the resource.
|
|
107
|
+
"""
|
|
108
|
+
return pulumi.get(self, "provisioning_state")
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
@pulumi.getter(name="requestMessage")
|
|
112
|
+
def request_message(self) -> Optional[str]:
|
|
113
|
+
"""
|
|
114
|
+
The request message for requesting approval of the shared private link resource
|
|
115
|
+
"""
|
|
116
|
+
return pulumi.get(self, "request_message")
|
|
117
|
+
|
|
118
|
+
@property
|
|
119
|
+
@pulumi.getter
|
|
120
|
+
def status(self) -> str:
|
|
121
|
+
"""
|
|
122
|
+
Status of the shared private link resource
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "status")
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
@pulumi.getter(name="systemData")
|
|
128
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
129
|
+
"""
|
|
130
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
131
|
+
"""
|
|
132
|
+
return pulumi.get(self, "system_data")
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter
|
|
136
|
+
def type(self) -> str:
|
|
137
|
+
"""
|
|
138
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "type")
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
class AwaitableGetSignalRSharedPrivateLinkResourceResult(GetSignalRSharedPrivateLinkResourceResult):
|
|
144
|
+
# pylint: disable=using-constant-test
|
|
145
|
+
def __await__(self):
|
|
146
|
+
if False:
|
|
147
|
+
yield self
|
|
148
|
+
return GetSignalRSharedPrivateLinkResourceResult(
|
|
149
|
+
fqdns=self.fqdns,
|
|
150
|
+
group_id=self.group_id,
|
|
151
|
+
id=self.id,
|
|
152
|
+
name=self.name,
|
|
153
|
+
private_link_resource_id=self.private_link_resource_id,
|
|
154
|
+
provisioning_state=self.provisioning_state,
|
|
155
|
+
request_message=self.request_message,
|
|
156
|
+
status=self.status,
|
|
157
|
+
system_data=self.system_data,
|
|
158
|
+
type=self.type)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_signal_r_shared_private_link_resource(resource_group_name: Optional[str] = None,
|
|
162
|
+
resource_name: Optional[str] = None,
|
|
163
|
+
shared_private_link_resource_name: Optional[str] = None,
|
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSignalRSharedPrivateLinkResourceResult:
|
|
165
|
+
"""
|
|
166
|
+
Get the specified shared private link resource
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
170
|
+
:param str resource_name: The name of the resource.
|
|
171
|
+
:param str shared_private_link_resource_name: The name of the shared private link resource.
|
|
172
|
+
"""
|
|
173
|
+
__args__ = dict()
|
|
174
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
175
|
+
__args__['resourceName'] = resource_name
|
|
176
|
+
__args__['sharedPrivateLinkResourceName'] = shared_private_link_resource_name
|
|
177
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
178
|
+
__ret__ = pulumi.runtime.invoke('azure-native:signalrservice/v20241001preview:getSignalRSharedPrivateLinkResource', __args__, opts=opts, typ=GetSignalRSharedPrivateLinkResourceResult).value
|
|
179
|
+
|
|
180
|
+
return AwaitableGetSignalRSharedPrivateLinkResourceResult(
|
|
181
|
+
fqdns=pulumi.get(__ret__, 'fqdns'),
|
|
182
|
+
group_id=pulumi.get(__ret__, 'group_id'),
|
|
183
|
+
id=pulumi.get(__ret__, 'id'),
|
|
184
|
+
name=pulumi.get(__ret__, 'name'),
|
|
185
|
+
private_link_resource_id=pulumi.get(__ret__, 'private_link_resource_id'),
|
|
186
|
+
provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
|
|
187
|
+
request_message=pulumi.get(__ret__, 'request_message'),
|
|
188
|
+
status=pulumi.get(__ret__, 'status'),
|
|
189
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
190
|
+
type=pulumi.get(__ret__, 'type'))
|
|
191
|
+
def get_signal_r_shared_private_link_resource_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
192
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
shared_private_link_resource_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSignalRSharedPrivateLinkResourceResult]:
|
|
195
|
+
"""
|
|
196
|
+
Get the specified shared private link resource
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
200
|
+
:param str resource_name: The name of the resource.
|
|
201
|
+
:param str shared_private_link_resource_name: The name of the shared private link resource.
|
|
202
|
+
"""
|
|
203
|
+
__args__ = dict()
|
|
204
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
205
|
+
__args__['resourceName'] = resource_name
|
|
206
|
+
__args__['sharedPrivateLinkResourceName'] = shared_private_link_resource_name
|
|
207
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
208
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:signalrservice/v20241001preview:getSignalRSharedPrivateLinkResource', __args__, opts=opts, typ=GetSignalRSharedPrivateLinkResourceResult)
|
|
209
|
+
return __ret__.apply(lambda __response__: GetSignalRSharedPrivateLinkResourceResult(
|
|
210
|
+
fqdns=pulumi.get(__response__, 'fqdns'),
|
|
211
|
+
group_id=pulumi.get(__response__, 'group_id'),
|
|
212
|
+
id=pulumi.get(__response__, 'id'),
|
|
213
|
+
name=pulumi.get(__response__, 'name'),
|
|
214
|
+
private_link_resource_id=pulumi.get(__response__, 'private_link_resource_id'),
|
|
215
|
+
provisioning_state=pulumi.get(__response__, 'provisioning_state'),
|
|
216
|
+
request_message=pulumi.get(__response__, 'request_message'),
|
|
217
|
+
status=pulumi.get(__response__, 'status'),
|
|
218
|
+
system_data=pulumi.get(__response__, 'system_data'),
|
|
219
|
+
type=pulumi.get(__response__, 'type')))
|
|
@@ -0,0 +1,128 @@
|
|
|
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
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'ListSignalRKeysResult',
|
|
19
|
+
'AwaitableListSignalRKeysResult',
|
|
20
|
+
'list_signal_r_keys',
|
|
21
|
+
'list_signal_r_keys_output',
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
@pulumi.output_type
|
|
25
|
+
class ListSignalRKeysResult:
|
|
26
|
+
"""
|
|
27
|
+
A class represents the access keys of the resource.
|
|
28
|
+
"""
|
|
29
|
+
def __init__(__self__, primary_connection_string=None, primary_key=None, secondary_connection_string=None, secondary_key=None):
|
|
30
|
+
if primary_connection_string and not isinstance(primary_connection_string, str):
|
|
31
|
+
raise TypeError("Expected argument 'primary_connection_string' to be a str")
|
|
32
|
+
pulumi.set(__self__, "primary_connection_string", primary_connection_string)
|
|
33
|
+
if primary_key and not isinstance(primary_key, str):
|
|
34
|
+
raise TypeError("Expected argument 'primary_key' to be a str")
|
|
35
|
+
pulumi.set(__self__, "primary_key", primary_key)
|
|
36
|
+
if secondary_connection_string and not isinstance(secondary_connection_string, str):
|
|
37
|
+
raise TypeError("Expected argument 'secondary_connection_string' to be a str")
|
|
38
|
+
pulumi.set(__self__, "secondary_connection_string", secondary_connection_string)
|
|
39
|
+
if secondary_key and not isinstance(secondary_key, str):
|
|
40
|
+
raise TypeError("Expected argument 'secondary_key' to be a str")
|
|
41
|
+
pulumi.set(__self__, "secondary_key", secondary_key)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="primaryConnectionString")
|
|
45
|
+
def primary_connection_string(self) -> Optional[str]:
|
|
46
|
+
"""
|
|
47
|
+
Connection string constructed via the primaryKey
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "primary_connection_string")
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter(name="primaryKey")
|
|
53
|
+
def primary_key(self) -> Optional[str]:
|
|
54
|
+
"""
|
|
55
|
+
The primary access key.
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "primary_key")
|
|
58
|
+
|
|
59
|
+
@property
|
|
60
|
+
@pulumi.getter(name="secondaryConnectionString")
|
|
61
|
+
def secondary_connection_string(self) -> Optional[str]:
|
|
62
|
+
"""
|
|
63
|
+
Connection string constructed via the secondaryKey
|
|
64
|
+
"""
|
|
65
|
+
return pulumi.get(self, "secondary_connection_string")
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="secondaryKey")
|
|
69
|
+
def secondary_key(self) -> Optional[str]:
|
|
70
|
+
"""
|
|
71
|
+
The secondary access key.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "secondary_key")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class AwaitableListSignalRKeysResult(ListSignalRKeysResult):
|
|
77
|
+
# pylint: disable=using-constant-test
|
|
78
|
+
def __await__(self):
|
|
79
|
+
if False:
|
|
80
|
+
yield self
|
|
81
|
+
return ListSignalRKeysResult(
|
|
82
|
+
primary_connection_string=self.primary_connection_string,
|
|
83
|
+
primary_key=self.primary_key,
|
|
84
|
+
secondary_connection_string=self.secondary_connection_string,
|
|
85
|
+
secondary_key=self.secondary_key)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def list_signal_r_keys(resource_group_name: Optional[str] = None,
|
|
89
|
+
resource_name: Optional[str] = None,
|
|
90
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSignalRKeysResult:
|
|
91
|
+
"""
|
|
92
|
+
Get the access keys of the resource.
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
96
|
+
:param str resource_name: The name of the resource.
|
|
97
|
+
"""
|
|
98
|
+
__args__ = dict()
|
|
99
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
100
|
+
__args__['resourceName'] = resource_name
|
|
101
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
102
|
+
__ret__ = pulumi.runtime.invoke('azure-native:signalrservice/v20241001preview:listSignalRKeys', __args__, opts=opts, typ=ListSignalRKeysResult).value
|
|
103
|
+
|
|
104
|
+
return AwaitableListSignalRKeysResult(
|
|
105
|
+
primary_connection_string=pulumi.get(__ret__, 'primary_connection_string'),
|
|
106
|
+
primary_key=pulumi.get(__ret__, 'primary_key'),
|
|
107
|
+
secondary_connection_string=pulumi.get(__ret__, 'secondary_connection_string'),
|
|
108
|
+
secondary_key=pulumi.get(__ret__, 'secondary_key'))
|
|
109
|
+
def list_signal_r_keys_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
110
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[ListSignalRKeysResult]:
|
|
112
|
+
"""
|
|
113
|
+
Get the access keys of the resource.
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:param str resource_group_name: The name of the resource group. The name is case insensitive.
|
|
117
|
+
:param str resource_name: The name of the resource.
|
|
118
|
+
"""
|
|
119
|
+
__args__ = dict()
|
|
120
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
121
|
+
__args__['resourceName'] = resource_name
|
|
122
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
123
|
+
__ret__ = pulumi.runtime.invoke_output('azure-native:signalrservice/v20241001preview:listSignalRKeys', __args__, opts=opts, typ=ListSignalRKeysResult)
|
|
124
|
+
return __ret__.apply(lambda __response__: ListSignalRKeysResult(
|
|
125
|
+
primary_connection_string=pulumi.get(__response__, 'primary_connection_string'),
|
|
126
|
+
primary_key=pulumi.get(__response__, 'primary_key'),
|
|
127
|
+
secondary_connection_string=pulumi.get(__response__, 'secondary_connection_string'),
|
|
128
|
+
secondary_key=pulumi.get(__response__, 'secondary_key')))
|