pulumi-azure-native 2.35.1a1712567702__py3-none-any.whl → 2.36.1a1712722234__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/app/__init__.py +1 -0
- pulumi_azure_native/app/get_custom_domain_verification_id.py +67 -0
- pulumi_azure_native/app/v20230502preview/__init__.py +1 -0
- pulumi_azure_native/app/v20230502preview/get_custom_domain_verification_id.py +61 -0
- pulumi_azure_native/app/v20230801preview/__init__.py +1 -0
- pulumi_azure_native/app/v20230801preview/get_custom_domain_verification_id.py +61 -0
- pulumi_azure_native/app/v20231102preview/__init__.py +1 -0
- pulumi_azure_native/app/v20231102preview/get_custom_domain_verification_id.py +61 -0
- pulumi_azure_native/dbforpostgresql/__init__.py +10 -0
- pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +67 -0
- pulumi_azure_native/dbforpostgresql/v20210331privatepreview/__init__.py +8 -0
- pulumi_azure_native/dbforpostgresql/v20210331privatepreview/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/dbforpostgresql/v20210601/__init__.py +8 -0
- pulumi_azure_native/dbforpostgresql/v20210601/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/dbforpostgresql/v20220120preview/__init__.py +8 -0
- pulumi_azure_native/dbforpostgresql/v20220120preview/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/dbforpostgresql/v20220308preview/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/v20220308preview/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/dbforpostgresql/v20221201/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/v20221201/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/dbforpostgresql/v20230301preview/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/v20230301preview/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/dbforpostgresql/v20230601preview/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/v20230601preview/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/__init__.py +1 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_get_private_dns_zone_suffix_execute.py +61 -0
- pulumi_azure_native/network/__init__.py +3 -0
- pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +78 -0
- pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +78 -0
- pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +88 -0
- pulumi_azure_native/network/v20190801/__init__.py +1 -0
- pulumi_azure_native/network/v20190801/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20230201/__init__.py +3 -0
- pulumi_azure_native/network/v20230201/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20230201/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20230201/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20230401/__init__.py +3 -0
- pulumi_azure_native/network/v20230401/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20230401/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20230401/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20230501/__init__.py +3 -0
- pulumi_azure_native/network/v20230501/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20230501/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20230501/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20230601/__init__.py +3 -0
- pulumi_azure_native/network/v20230601/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20230601/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20230601/get_vpn_link_connection_ike_sas.py +82 -0
- pulumi_azure_native/network/v20230901/__init__.py +3 -0
- pulumi_azure_native/network/v20230901/get_virtual_network_gateway_connection_ike_sas.py +72 -0
- pulumi_azure_native/network/v20230901/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
- pulumi_azure_native/network/v20230901/get_vpn_link_connection_ike_sas.py +82 -0
- {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/RECORD +56 -21
- {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/top_level.txt +0 -0
pulumi_azure_native/dbforpostgresql/v20220308preview/get_get_private_dns_zone_suffix_execute.py
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetGetPrivateDnsZoneSuffixExecuteResult',
|
|
14
|
+
'AwaitableGetGetPrivateDnsZoneSuffixExecuteResult',
|
|
15
|
+
'get_get_private_dns_zone_suffix_execute',
|
|
16
|
+
'get_get_private_dns_zone_suffix_execute_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetGetPrivateDnsZoneSuffixExecuteResult:
|
|
21
|
+
"""
|
|
22
|
+
Represents a resource name availability.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, value=None):
|
|
25
|
+
if value and not isinstance(value, str):
|
|
26
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
27
|
+
pulumi.set(__self__, "value", value)
|
|
28
|
+
|
|
29
|
+
@property
|
|
30
|
+
@pulumi.getter
|
|
31
|
+
def value(self) -> Optional[str]:
|
|
32
|
+
return pulumi.get(self, "value")
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(GetGetPrivateDnsZoneSuffixExecuteResult):
|
|
36
|
+
# pylint: disable=using-constant-test
|
|
37
|
+
def __await__(self):
|
|
38
|
+
if False:
|
|
39
|
+
yield self
|
|
40
|
+
return GetGetPrivateDnsZoneSuffixExecuteResult(
|
|
41
|
+
value=self.value)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def get_get_private_dns_zone_suffix_execute(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGetPrivateDnsZoneSuffixExecuteResult:
|
|
45
|
+
"""
|
|
46
|
+
Get private DNS zone suffix in the cloud
|
|
47
|
+
"""
|
|
48
|
+
__args__ = dict()
|
|
49
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
50
|
+
__ret__ = pulumi.runtime.invoke('azure-native:dbforpostgresql/v20220308preview:getGetPrivateDnsZoneSuffixExecute', __args__, opts=opts, typ=GetGetPrivateDnsZoneSuffixExecuteResult).value
|
|
51
|
+
|
|
52
|
+
return AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(
|
|
53
|
+
value=pulumi.get(__ret__, 'value'))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@_utilities.lift_output_func(get_get_private_dns_zone_suffix_execute)
|
|
57
|
+
def get_get_private_dns_zone_suffix_execute_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGetPrivateDnsZoneSuffixExecuteResult]:
|
|
58
|
+
"""
|
|
59
|
+
Get private DNS zone suffix in the cloud
|
|
60
|
+
"""
|
|
61
|
+
...
|
|
@@ -14,6 +14,7 @@ from .get_administrator import *
|
|
|
14
14
|
from .get_configuration import *
|
|
15
15
|
from .get_database import *
|
|
16
16
|
from .get_firewall_rule import *
|
|
17
|
+
from .get_get_private_dns_zone_suffix_execute import *
|
|
17
18
|
from .get_server import *
|
|
18
19
|
from .server import *
|
|
19
20
|
from ._inputs import *
|
|
@@ -0,0 +1,61 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetGetPrivateDnsZoneSuffixExecuteResult',
|
|
14
|
+
'AwaitableGetGetPrivateDnsZoneSuffixExecuteResult',
|
|
15
|
+
'get_get_private_dns_zone_suffix_execute',
|
|
16
|
+
'get_get_private_dns_zone_suffix_execute_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetGetPrivateDnsZoneSuffixExecuteResult:
|
|
21
|
+
"""
|
|
22
|
+
Represents a resource name availability.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, value=None):
|
|
25
|
+
if value and not isinstance(value, str):
|
|
26
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
27
|
+
pulumi.set(__self__, "value", value)
|
|
28
|
+
|
|
29
|
+
@property
|
|
30
|
+
@pulumi.getter
|
|
31
|
+
def value(self) -> Optional[str]:
|
|
32
|
+
return pulumi.get(self, "value")
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(GetGetPrivateDnsZoneSuffixExecuteResult):
|
|
36
|
+
# pylint: disable=using-constant-test
|
|
37
|
+
def __await__(self):
|
|
38
|
+
if False:
|
|
39
|
+
yield self
|
|
40
|
+
return GetGetPrivateDnsZoneSuffixExecuteResult(
|
|
41
|
+
value=self.value)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def get_get_private_dns_zone_suffix_execute(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGetPrivateDnsZoneSuffixExecuteResult:
|
|
45
|
+
"""
|
|
46
|
+
Get private DNS zone suffix in the cloud
|
|
47
|
+
"""
|
|
48
|
+
__args__ = dict()
|
|
49
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
50
|
+
__ret__ = pulumi.runtime.invoke('azure-native:dbforpostgresql/v20221201:getGetPrivateDnsZoneSuffixExecute', __args__, opts=opts, typ=GetGetPrivateDnsZoneSuffixExecuteResult).value
|
|
51
|
+
|
|
52
|
+
return AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(
|
|
53
|
+
value=pulumi.get(__ret__, 'value'))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@_utilities.lift_output_func(get_get_private_dns_zone_suffix_execute)
|
|
57
|
+
def get_get_private_dns_zone_suffix_execute_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGetPrivateDnsZoneSuffixExecuteResult]:
|
|
58
|
+
"""
|
|
59
|
+
Get private DNS zone suffix in the cloud
|
|
60
|
+
"""
|
|
61
|
+
...
|
|
@@ -14,6 +14,7 @@ from .get_administrator import *
|
|
|
14
14
|
from .get_configuration import *
|
|
15
15
|
from .get_database import *
|
|
16
16
|
from .get_firewall_rule import *
|
|
17
|
+
from .get_get_private_dns_zone_suffix_execute import *
|
|
17
18
|
from .get_migration import *
|
|
18
19
|
from .get_server import *
|
|
19
20
|
from .migration import *
|
pulumi_azure_native/dbforpostgresql/v20230301preview/get_get_private_dns_zone_suffix_execute.py
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetGetPrivateDnsZoneSuffixExecuteResult',
|
|
14
|
+
'AwaitableGetGetPrivateDnsZoneSuffixExecuteResult',
|
|
15
|
+
'get_get_private_dns_zone_suffix_execute',
|
|
16
|
+
'get_get_private_dns_zone_suffix_execute_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetGetPrivateDnsZoneSuffixExecuteResult:
|
|
21
|
+
"""
|
|
22
|
+
Represents a resource name availability.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, value=None):
|
|
25
|
+
if value and not isinstance(value, str):
|
|
26
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
27
|
+
pulumi.set(__self__, "value", value)
|
|
28
|
+
|
|
29
|
+
@property
|
|
30
|
+
@pulumi.getter
|
|
31
|
+
def value(self) -> Optional[str]:
|
|
32
|
+
return pulumi.get(self, "value")
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(GetGetPrivateDnsZoneSuffixExecuteResult):
|
|
36
|
+
# pylint: disable=using-constant-test
|
|
37
|
+
def __await__(self):
|
|
38
|
+
if False:
|
|
39
|
+
yield self
|
|
40
|
+
return GetGetPrivateDnsZoneSuffixExecuteResult(
|
|
41
|
+
value=self.value)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def get_get_private_dns_zone_suffix_execute(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGetPrivateDnsZoneSuffixExecuteResult:
|
|
45
|
+
"""
|
|
46
|
+
Get private DNS zone suffix in the cloud
|
|
47
|
+
"""
|
|
48
|
+
__args__ = dict()
|
|
49
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
50
|
+
__ret__ = pulumi.runtime.invoke('azure-native:dbforpostgresql/v20230301preview:getGetPrivateDnsZoneSuffixExecute', __args__, opts=opts, typ=GetGetPrivateDnsZoneSuffixExecuteResult).value
|
|
51
|
+
|
|
52
|
+
return AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(
|
|
53
|
+
value=pulumi.get(__ret__, 'value'))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@_utilities.lift_output_func(get_get_private_dns_zone_suffix_execute)
|
|
57
|
+
def get_get_private_dns_zone_suffix_execute_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGetPrivateDnsZoneSuffixExecuteResult]:
|
|
58
|
+
"""
|
|
59
|
+
Get private DNS zone suffix in the cloud
|
|
60
|
+
"""
|
|
61
|
+
...
|
|
@@ -14,6 +14,7 @@ from .get_administrator import *
|
|
|
14
14
|
from .get_configuration import *
|
|
15
15
|
from .get_database import *
|
|
16
16
|
from .get_firewall_rule import *
|
|
17
|
+
from .get_get_private_dns_zone_suffix_execute import *
|
|
17
18
|
from .get_migration import *
|
|
18
19
|
from .get_private_endpoint_connection import *
|
|
19
20
|
from .get_server import *
|
pulumi_azure_native/dbforpostgresql/v20230601preview/get_get_private_dns_zone_suffix_execute.py
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetGetPrivateDnsZoneSuffixExecuteResult',
|
|
14
|
+
'AwaitableGetGetPrivateDnsZoneSuffixExecuteResult',
|
|
15
|
+
'get_get_private_dns_zone_suffix_execute',
|
|
16
|
+
'get_get_private_dns_zone_suffix_execute_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetGetPrivateDnsZoneSuffixExecuteResult:
|
|
21
|
+
"""
|
|
22
|
+
Represents a resource name availability.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, value=None):
|
|
25
|
+
if value and not isinstance(value, str):
|
|
26
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
27
|
+
pulumi.set(__self__, "value", value)
|
|
28
|
+
|
|
29
|
+
@property
|
|
30
|
+
@pulumi.getter
|
|
31
|
+
def value(self) -> Optional[str]:
|
|
32
|
+
return pulumi.get(self, "value")
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(GetGetPrivateDnsZoneSuffixExecuteResult):
|
|
36
|
+
# pylint: disable=using-constant-test
|
|
37
|
+
def __await__(self):
|
|
38
|
+
if False:
|
|
39
|
+
yield self
|
|
40
|
+
return GetGetPrivateDnsZoneSuffixExecuteResult(
|
|
41
|
+
value=self.value)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def get_get_private_dns_zone_suffix_execute(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGetPrivateDnsZoneSuffixExecuteResult:
|
|
45
|
+
"""
|
|
46
|
+
Get private DNS zone suffix in the cloud
|
|
47
|
+
"""
|
|
48
|
+
__args__ = dict()
|
|
49
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
50
|
+
__ret__ = pulumi.runtime.invoke('azure-native:dbforpostgresql/v20230601preview:getGetPrivateDnsZoneSuffixExecute', __args__, opts=opts, typ=GetGetPrivateDnsZoneSuffixExecuteResult).value
|
|
51
|
+
|
|
52
|
+
return AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(
|
|
53
|
+
value=pulumi.get(__ret__, 'value'))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@_utilities.lift_output_func(get_get_private_dns_zone_suffix_execute)
|
|
57
|
+
def get_get_private_dns_zone_suffix_execute_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGetPrivateDnsZoneSuffixExecuteResult]:
|
|
58
|
+
"""
|
|
59
|
+
Get private DNS zone suffix in the cloud
|
|
60
|
+
"""
|
|
61
|
+
...
|
|
@@ -14,6 +14,7 @@ from .get_administrator import *
|
|
|
14
14
|
from .get_configuration import *
|
|
15
15
|
from .get_database import *
|
|
16
16
|
from .get_firewall_rule import *
|
|
17
|
+
from .get_get_private_dns_zone_suffix_execute import *
|
|
17
18
|
from .get_migration import *
|
|
18
19
|
from .get_private_endpoint_connection import *
|
|
19
20
|
from .get_server import *
|
pulumi_azure_native/dbforpostgresql/v20231201preview/get_get_private_dns_zone_suffix_execute.py
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetGetPrivateDnsZoneSuffixExecuteResult',
|
|
14
|
+
'AwaitableGetGetPrivateDnsZoneSuffixExecuteResult',
|
|
15
|
+
'get_get_private_dns_zone_suffix_execute',
|
|
16
|
+
'get_get_private_dns_zone_suffix_execute_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetGetPrivateDnsZoneSuffixExecuteResult:
|
|
21
|
+
"""
|
|
22
|
+
Represents a resource name availability.
|
|
23
|
+
"""
|
|
24
|
+
def __init__(__self__, value=None):
|
|
25
|
+
if value and not isinstance(value, str):
|
|
26
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
27
|
+
pulumi.set(__self__, "value", value)
|
|
28
|
+
|
|
29
|
+
@property
|
|
30
|
+
@pulumi.getter
|
|
31
|
+
def value(self) -> Optional[str]:
|
|
32
|
+
return pulumi.get(self, "value")
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
class AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(GetGetPrivateDnsZoneSuffixExecuteResult):
|
|
36
|
+
# pylint: disable=using-constant-test
|
|
37
|
+
def __await__(self):
|
|
38
|
+
if False:
|
|
39
|
+
yield self
|
|
40
|
+
return GetGetPrivateDnsZoneSuffixExecuteResult(
|
|
41
|
+
value=self.value)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def get_get_private_dns_zone_suffix_execute(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGetPrivateDnsZoneSuffixExecuteResult:
|
|
45
|
+
"""
|
|
46
|
+
Get private DNS zone suffix in the cloud
|
|
47
|
+
"""
|
|
48
|
+
__args__ = dict()
|
|
49
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
50
|
+
__ret__ = pulumi.runtime.invoke('azure-native:dbforpostgresql/v20231201preview:getGetPrivateDnsZoneSuffixExecute', __args__, opts=opts, typ=GetGetPrivateDnsZoneSuffixExecuteResult).value
|
|
51
|
+
|
|
52
|
+
return AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(
|
|
53
|
+
value=pulumi.get(__ret__, 'value'))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
@_utilities.lift_output_func(get_get_private_dns_zone_suffix_execute)
|
|
57
|
+
def get_get_private_dns_zone_suffix_execute_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGetPrivateDnsZoneSuffixExecuteResult]:
|
|
58
|
+
"""
|
|
59
|
+
Get private DNS zone suffix in the cloud
|
|
60
|
+
"""
|
|
61
|
+
...
|
|
@@ -155,8 +155,10 @@ from .get_virtual_network_gateway import *
|
|
|
155
155
|
from .get_virtual_network_gateway_advertised_routes import *
|
|
156
156
|
from .get_virtual_network_gateway_bgp_peer_status import *
|
|
157
157
|
from .get_virtual_network_gateway_connection import *
|
|
158
|
+
from .get_virtual_network_gateway_connection_ike_sas import *
|
|
158
159
|
from .get_virtual_network_gateway_learned_routes import *
|
|
159
160
|
from .get_virtual_network_gateway_nat_rule import *
|
|
161
|
+
from .get_virtual_network_gateway_vpn_profile_package_url import *
|
|
160
162
|
from .get_virtual_network_gateway_vpnclient_connection_health import *
|
|
161
163
|
from .get_virtual_network_gateway_vpnclient_ipsec_parameters import *
|
|
162
164
|
from .get_virtual_network_link import *
|
|
@@ -167,6 +169,7 @@ from .get_virtual_router_peering import *
|
|
|
167
169
|
from .get_virtual_wan import *
|
|
168
170
|
from .get_vpn_connection import *
|
|
169
171
|
from .get_vpn_gateway import *
|
|
172
|
+
from .get_vpn_link_connection_ike_sas import *
|
|
170
173
|
from .get_vpn_server_configuration import *
|
|
171
174
|
from .get_vpn_site import *
|
|
172
175
|
from .get_web_application_firewall_policy import *
|
|
@@ -0,0 +1,78 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetVirtualNetworkGatewayConnectionIkeSasResult',
|
|
14
|
+
'AwaitableGetVirtualNetworkGatewayConnectionIkeSasResult',
|
|
15
|
+
'get_virtual_network_gateway_connection_ike_sas',
|
|
16
|
+
'get_virtual_network_gateway_connection_ike_sas_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetVirtualNetworkGatewayConnectionIkeSasResult:
|
|
21
|
+
def __init__(__self__, value=None):
|
|
22
|
+
if value and not isinstance(value, str):
|
|
23
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
24
|
+
pulumi.set(__self__, "value", value)
|
|
25
|
+
|
|
26
|
+
@property
|
|
27
|
+
@pulumi.getter
|
|
28
|
+
def value(self) -> Optional[str]:
|
|
29
|
+
return pulumi.get(self, "value")
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
class AwaitableGetVirtualNetworkGatewayConnectionIkeSasResult(GetVirtualNetworkGatewayConnectionIkeSasResult):
|
|
33
|
+
# pylint: disable=using-constant-test
|
|
34
|
+
def __await__(self):
|
|
35
|
+
if False:
|
|
36
|
+
yield self
|
|
37
|
+
return GetVirtualNetworkGatewayConnectionIkeSasResult(
|
|
38
|
+
value=self.value)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
def get_virtual_network_gateway_connection_ike_sas(resource_group_name: Optional[str] = None,
|
|
42
|
+
virtual_network_gateway_connection_name: Optional[str] = None,
|
|
43
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualNetworkGatewayConnectionIkeSasResult:
|
|
44
|
+
"""
|
|
45
|
+
Lists IKE Security Associations for the virtual network gateway connection in the specified resource group.
|
|
46
|
+
Azure REST API version: 2023-02-01.
|
|
47
|
+
|
|
48
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
:param str resource_group_name: The name of the resource group.
|
|
52
|
+
:param str virtual_network_gateway_connection_name: The name of the virtual network gateway Connection.
|
|
53
|
+
"""
|
|
54
|
+
__args__ = dict()
|
|
55
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
56
|
+
__args__['virtualNetworkGatewayConnectionName'] = virtual_network_gateway_connection_name
|
|
57
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
58
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network:getVirtualNetworkGatewayConnectionIkeSas', __args__, opts=opts, typ=GetVirtualNetworkGatewayConnectionIkeSasResult).value
|
|
59
|
+
|
|
60
|
+
return AwaitableGetVirtualNetworkGatewayConnectionIkeSasResult(
|
|
61
|
+
value=pulumi.get(__ret__, 'value'))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
@_utilities.lift_output_func(get_virtual_network_gateway_connection_ike_sas)
|
|
65
|
+
def get_virtual_network_gateway_connection_ike_sas_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
66
|
+
virtual_network_gateway_connection_name: Optional[pulumi.Input[str]] = None,
|
|
67
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVirtualNetworkGatewayConnectionIkeSasResult]:
|
|
68
|
+
"""
|
|
69
|
+
Lists IKE Security Associations for the virtual network gateway connection in the specified resource group.
|
|
70
|
+
Azure REST API version: 2023-02-01.
|
|
71
|
+
|
|
72
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param str resource_group_name: The name of the resource group.
|
|
76
|
+
:param str virtual_network_gateway_connection_name: The name of the virtual network gateway Connection.
|
|
77
|
+
"""
|
|
78
|
+
...
|
|
@@ -0,0 +1,78 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetVirtualNetworkGatewayVpnProfilePackageUrlResult',
|
|
14
|
+
'AwaitableGetVirtualNetworkGatewayVpnProfilePackageUrlResult',
|
|
15
|
+
'get_virtual_network_gateway_vpn_profile_package_url',
|
|
16
|
+
'get_virtual_network_gateway_vpn_profile_package_url_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetVirtualNetworkGatewayVpnProfilePackageUrlResult:
|
|
21
|
+
def __init__(__self__, value=None):
|
|
22
|
+
if value and not isinstance(value, str):
|
|
23
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
24
|
+
pulumi.set(__self__, "value", value)
|
|
25
|
+
|
|
26
|
+
@property
|
|
27
|
+
@pulumi.getter
|
|
28
|
+
def value(self) -> Optional[str]:
|
|
29
|
+
return pulumi.get(self, "value")
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
class AwaitableGetVirtualNetworkGatewayVpnProfilePackageUrlResult(GetVirtualNetworkGatewayVpnProfilePackageUrlResult):
|
|
33
|
+
# pylint: disable=using-constant-test
|
|
34
|
+
def __await__(self):
|
|
35
|
+
if False:
|
|
36
|
+
yield self
|
|
37
|
+
return GetVirtualNetworkGatewayVpnProfilePackageUrlResult(
|
|
38
|
+
value=self.value)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
def get_virtual_network_gateway_vpn_profile_package_url(resource_group_name: Optional[str] = None,
|
|
42
|
+
virtual_network_gateway_name: Optional[str] = None,
|
|
43
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualNetworkGatewayVpnProfilePackageUrlResult:
|
|
44
|
+
"""
|
|
45
|
+
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile.
|
|
46
|
+
Azure REST API version: 2023-02-01.
|
|
47
|
+
|
|
48
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01.
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
:param str resource_group_name: The name of the resource group.
|
|
52
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
53
|
+
"""
|
|
54
|
+
__args__ = dict()
|
|
55
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
56
|
+
__args__['virtualNetworkGatewayName'] = virtual_network_gateway_name
|
|
57
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
58
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network:getVirtualNetworkGatewayVpnProfilePackageUrl', __args__, opts=opts, typ=GetVirtualNetworkGatewayVpnProfilePackageUrlResult).value
|
|
59
|
+
|
|
60
|
+
return AwaitableGetVirtualNetworkGatewayVpnProfilePackageUrlResult(
|
|
61
|
+
value=pulumi.get(__ret__, 'value'))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
@_utilities.lift_output_func(get_virtual_network_gateway_vpn_profile_package_url)
|
|
65
|
+
def get_virtual_network_gateway_vpn_profile_package_url_output(resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
66
|
+
virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
|
|
67
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVirtualNetworkGatewayVpnProfilePackageUrlResult]:
|
|
68
|
+
"""
|
|
69
|
+
Gets pre-generated VPN profile for P2S client of the virtual network gateway in the specified resource group. The profile needs to be generated first using generateVpnProfile.
|
|
70
|
+
Azure REST API version: 2023-02-01.
|
|
71
|
+
|
|
72
|
+
Other available API versions: 2019-08-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param str resource_group_name: The name of the resource group.
|
|
76
|
+
:param str virtual_network_gateway_name: The name of the virtual network gateway.
|
|
77
|
+
"""
|
|
78
|
+
...
|
|
@@ -0,0 +1,88 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from .. import _utilities
|
|
11
|
+
|
|
12
|
+
__all__ = [
|
|
13
|
+
'GetVpnLinkConnectionIkeSasResult',
|
|
14
|
+
'AwaitableGetVpnLinkConnectionIkeSasResult',
|
|
15
|
+
'get_vpn_link_connection_ike_sas',
|
|
16
|
+
'get_vpn_link_connection_ike_sas_output',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
@pulumi.output_type
|
|
20
|
+
class GetVpnLinkConnectionIkeSasResult:
|
|
21
|
+
def __init__(__self__, value=None):
|
|
22
|
+
if value and not isinstance(value, str):
|
|
23
|
+
raise TypeError("Expected argument 'value' to be a str")
|
|
24
|
+
pulumi.set(__self__, "value", value)
|
|
25
|
+
|
|
26
|
+
@property
|
|
27
|
+
@pulumi.getter
|
|
28
|
+
def value(self) -> Optional[str]:
|
|
29
|
+
return pulumi.get(self, "value")
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
class AwaitableGetVpnLinkConnectionIkeSasResult(GetVpnLinkConnectionIkeSasResult):
|
|
33
|
+
# pylint: disable=using-constant-test
|
|
34
|
+
def __await__(self):
|
|
35
|
+
if False:
|
|
36
|
+
yield self
|
|
37
|
+
return GetVpnLinkConnectionIkeSasResult(
|
|
38
|
+
value=self.value)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
def get_vpn_link_connection_ike_sas(connection_name: Optional[str] = None,
|
|
42
|
+
gateway_name: Optional[str] = None,
|
|
43
|
+
link_connection_name: Optional[str] = None,
|
|
44
|
+
resource_group_name: Optional[str] = None,
|
|
45
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVpnLinkConnectionIkeSasResult:
|
|
46
|
+
"""
|
|
47
|
+
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
|
48
|
+
Azure REST API version: 2023-02-01.
|
|
49
|
+
|
|
50
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01.
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
:param str connection_name: The name of the vpn connection.
|
|
54
|
+
:param str gateway_name: The name of the gateway.
|
|
55
|
+
:param str link_connection_name: The name of the vpn link connection.
|
|
56
|
+
:param str resource_group_name: The name of the resource group.
|
|
57
|
+
"""
|
|
58
|
+
__args__ = dict()
|
|
59
|
+
__args__['connectionName'] = connection_name
|
|
60
|
+
__args__['gatewayName'] = gateway_name
|
|
61
|
+
__args__['linkConnectionName'] = link_connection_name
|
|
62
|
+
__args__['resourceGroupName'] = resource_group_name
|
|
63
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
64
|
+
__ret__ = pulumi.runtime.invoke('azure-native:network:getVpnLinkConnectionIkeSas', __args__, opts=opts, typ=GetVpnLinkConnectionIkeSasResult).value
|
|
65
|
+
|
|
66
|
+
return AwaitableGetVpnLinkConnectionIkeSasResult(
|
|
67
|
+
value=pulumi.get(__ret__, 'value'))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
@_utilities.lift_output_func(get_vpn_link_connection_ike_sas)
|
|
71
|
+
def get_vpn_link_connection_ike_sas_output(connection_name: Optional[pulumi.Input[str]] = None,
|
|
72
|
+
gateway_name: Optional[pulumi.Input[str]] = None,
|
|
73
|
+
link_connection_name: Optional[pulumi.Input[str]] = None,
|
|
74
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
75
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVpnLinkConnectionIkeSasResult]:
|
|
76
|
+
"""
|
|
77
|
+
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.
|
|
78
|
+
Azure REST API version: 2023-02-01.
|
|
79
|
+
|
|
80
|
+
Other available API versions: 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01.
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
:param str connection_name: The name of the vpn connection.
|
|
84
|
+
:param str gateway_name: The name of the gateway.
|
|
85
|
+
:param str link_connection_name: The name of the vpn link connection.
|
|
86
|
+
:param str resource_group_name: The name of the resource group.
|
|
87
|
+
"""
|
|
88
|
+
...
|
|
@@ -32,6 +32,7 @@ from .get_virtual_network_gateway_advertised_routes import *
|
|
|
32
32
|
from .get_virtual_network_gateway_bgp_peer_status import *
|
|
33
33
|
from .get_virtual_network_gateway_connection import *
|
|
34
34
|
from .get_virtual_network_gateway_learned_routes import *
|
|
35
|
+
from .get_virtual_network_gateway_vpn_profile_package_url import *
|
|
35
36
|
from .get_virtual_network_gateway_vpnclient_connection_health import *
|
|
36
37
|
from .get_virtual_network_gateway_vpnclient_ipsec_parameters import *
|
|
37
38
|
from .load_balancer import *
|