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.

Files changed (56) hide show
  1. pulumi_azure_native/app/__init__.py +1 -0
  2. pulumi_azure_native/app/get_custom_domain_verification_id.py +67 -0
  3. pulumi_azure_native/app/v20230502preview/__init__.py +1 -0
  4. pulumi_azure_native/app/v20230502preview/get_custom_domain_verification_id.py +61 -0
  5. pulumi_azure_native/app/v20230801preview/__init__.py +1 -0
  6. pulumi_azure_native/app/v20230801preview/get_custom_domain_verification_id.py +61 -0
  7. pulumi_azure_native/app/v20231102preview/__init__.py +1 -0
  8. pulumi_azure_native/app/v20231102preview/get_custom_domain_verification_id.py +61 -0
  9. pulumi_azure_native/dbforpostgresql/__init__.py +10 -0
  10. pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +67 -0
  11. pulumi_azure_native/dbforpostgresql/v20210331privatepreview/__init__.py +8 -0
  12. pulumi_azure_native/dbforpostgresql/v20210331privatepreview/get_get_private_dns_zone_suffix_execute.py +61 -0
  13. pulumi_azure_native/dbforpostgresql/v20210601/__init__.py +8 -0
  14. pulumi_azure_native/dbforpostgresql/v20210601/get_get_private_dns_zone_suffix_execute.py +61 -0
  15. pulumi_azure_native/dbforpostgresql/v20220120preview/__init__.py +8 -0
  16. pulumi_azure_native/dbforpostgresql/v20220120preview/get_get_private_dns_zone_suffix_execute.py +61 -0
  17. pulumi_azure_native/dbforpostgresql/v20220308preview/__init__.py +1 -0
  18. pulumi_azure_native/dbforpostgresql/v20220308preview/get_get_private_dns_zone_suffix_execute.py +61 -0
  19. pulumi_azure_native/dbforpostgresql/v20221201/__init__.py +1 -0
  20. pulumi_azure_native/dbforpostgresql/v20221201/get_get_private_dns_zone_suffix_execute.py +61 -0
  21. pulumi_azure_native/dbforpostgresql/v20230301preview/__init__.py +1 -0
  22. pulumi_azure_native/dbforpostgresql/v20230301preview/get_get_private_dns_zone_suffix_execute.py +61 -0
  23. pulumi_azure_native/dbforpostgresql/v20230601preview/__init__.py +1 -0
  24. pulumi_azure_native/dbforpostgresql/v20230601preview/get_get_private_dns_zone_suffix_execute.py +61 -0
  25. pulumi_azure_native/dbforpostgresql/v20231201preview/__init__.py +1 -0
  26. pulumi_azure_native/dbforpostgresql/v20231201preview/get_get_private_dns_zone_suffix_execute.py +61 -0
  27. pulumi_azure_native/network/__init__.py +3 -0
  28. pulumi_azure_native/network/get_virtual_network_gateway_connection_ike_sas.py +78 -0
  29. pulumi_azure_native/network/get_virtual_network_gateway_vpn_profile_package_url.py +78 -0
  30. pulumi_azure_native/network/get_vpn_link_connection_ike_sas.py +88 -0
  31. pulumi_azure_native/network/v20190801/__init__.py +1 -0
  32. pulumi_azure_native/network/v20190801/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  33. pulumi_azure_native/network/v20230201/__init__.py +3 -0
  34. pulumi_azure_native/network/v20230201/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  35. pulumi_azure_native/network/v20230201/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  36. pulumi_azure_native/network/v20230201/get_vpn_link_connection_ike_sas.py +82 -0
  37. pulumi_azure_native/network/v20230401/__init__.py +3 -0
  38. pulumi_azure_native/network/v20230401/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  39. pulumi_azure_native/network/v20230401/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  40. pulumi_azure_native/network/v20230401/get_vpn_link_connection_ike_sas.py +82 -0
  41. pulumi_azure_native/network/v20230501/__init__.py +3 -0
  42. pulumi_azure_native/network/v20230501/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  43. pulumi_azure_native/network/v20230501/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  44. pulumi_azure_native/network/v20230501/get_vpn_link_connection_ike_sas.py +82 -0
  45. pulumi_azure_native/network/v20230601/__init__.py +3 -0
  46. pulumi_azure_native/network/v20230601/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  47. pulumi_azure_native/network/v20230601/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  48. pulumi_azure_native/network/v20230601/get_vpn_link_connection_ike_sas.py +82 -0
  49. pulumi_azure_native/network/v20230901/__init__.py +3 -0
  50. pulumi_azure_native/network/v20230901/get_virtual_network_gateway_connection_ike_sas.py +72 -0
  51. pulumi_azure_native/network/v20230901/get_virtual_network_gateway_vpn_profile_package_url.py +72 -0
  52. pulumi_azure_native/network/v20230901/get_vpn_link_connection_ike_sas.py +82 -0
  53. {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/METADATA +1 -1
  54. {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/RECORD +56 -21
  55. {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/WHEEL +0 -0
  56. {pulumi_azure_native-2.35.1a1712567702.dist-info → pulumi_azure_native-2.36.1a1712722234.dist-info}/top_level.txt +0 -0
@@ -33,6 +33,7 @@ from .get_container_app import *
33
33
  from .get_container_app_auth_token import *
34
34
  from .get_container_apps_auth_config import *
35
35
  from .get_container_apps_source_control import *
36
+ from .get_custom_domain_verification_id import *
36
37
  from .get_dapr_component import *
37
38
  from .get_dapr_component_resiliency_policy import *
38
39
  from .get_dapr_subscription import *
@@ -0,0 +1,67 @@
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
+ 'GetCustomDomainVerificationIdResult',
14
+ 'AwaitableGetCustomDomainVerificationIdResult',
15
+ 'get_custom_domain_verification_id',
16
+ 'get_custom_domain_verification_id_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetCustomDomainVerificationIdResult:
21
+ """
22
+ Custom domain verification Id of a subscription
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 AwaitableGetCustomDomainVerificationIdResult(GetCustomDomainVerificationIdResult):
36
+ # pylint: disable=using-constant-test
37
+ def __await__(self):
38
+ if False:
39
+ yield self
40
+ return GetCustomDomainVerificationIdResult(
41
+ value=self.value)
42
+
43
+
44
+ def get_custom_domain_verification_id(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCustomDomainVerificationIdResult:
45
+ """
46
+ Get the verification id of a subscription used for verifying custom domains
47
+ Azure REST API version: 2023-05-02-preview.
48
+
49
+ Other available API versions: 2023-08-01-preview, 2023-11-02-preview.
50
+ """
51
+ __args__ = dict()
52
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
53
+ __ret__ = pulumi.runtime.invoke('azure-native:app:getCustomDomainVerificationId', __args__, opts=opts, typ=GetCustomDomainVerificationIdResult).value
54
+
55
+ return AwaitableGetCustomDomainVerificationIdResult(
56
+ value=pulumi.get(__ret__, 'value'))
57
+
58
+
59
+ @_utilities.lift_output_func(get_custom_domain_verification_id)
60
+ def get_custom_domain_verification_id_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCustomDomainVerificationIdResult]:
61
+ """
62
+ Get the verification id of a subscription used for verifying custom domains
63
+ Azure REST API version: 2023-05-02-preview.
64
+
65
+ Other available API versions: 2023-08-01-preview, 2023-11-02-preview.
66
+ """
67
+ ...
@@ -24,6 +24,7 @@ from .get_container_app import *
24
24
  from .get_container_app_auth_token import *
25
25
  from .get_container_apps_auth_config import *
26
26
  from .get_container_apps_source_control import *
27
+ from .get_custom_domain_verification_id import *
27
28
  from .get_dapr_component import *
28
29
  from .get_job import *
29
30
  from .get_managed_certificate 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
+ 'GetCustomDomainVerificationIdResult',
14
+ 'AwaitableGetCustomDomainVerificationIdResult',
15
+ 'get_custom_domain_verification_id',
16
+ 'get_custom_domain_verification_id_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetCustomDomainVerificationIdResult:
21
+ """
22
+ Custom domain verification Id of a subscription
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 AwaitableGetCustomDomainVerificationIdResult(GetCustomDomainVerificationIdResult):
36
+ # pylint: disable=using-constant-test
37
+ def __await__(self):
38
+ if False:
39
+ yield self
40
+ return GetCustomDomainVerificationIdResult(
41
+ value=self.value)
42
+
43
+
44
+ def get_custom_domain_verification_id(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCustomDomainVerificationIdResult:
45
+ """
46
+ Get the verification id of a subscription used for verifying custom domains
47
+ """
48
+ __args__ = dict()
49
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
50
+ __ret__ = pulumi.runtime.invoke('azure-native:app/v20230502preview:getCustomDomainVerificationId', __args__, opts=opts, typ=GetCustomDomainVerificationIdResult).value
51
+
52
+ return AwaitableGetCustomDomainVerificationIdResult(
53
+ value=pulumi.get(__ret__, 'value'))
54
+
55
+
56
+ @_utilities.lift_output_func(get_custom_domain_verification_id)
57
+ def get_custom_domain_verification_id_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCustomDomainVerificationIdResult]:
58
+ """
59
+ Get the verification id of a subscription used for verifying custom domains
60
+ """
61
+ ...
@@ -32,6 +32,7 @@ from .get_container_app import *
32
32
  from .get_container_app_auth_token import *
33
33
  from .get_container_apps_auth_config import *
34
34
  from .get_container_apps_source_control import *
35
+ from .get_custom_domain_verification_id import *
35
36
  from .get_dapr_component import *
36
37
  from .get_dapr_component_resiliency_policy import *
37
38
  from .get_dapr_subscription 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
+ 'GetCustomDomainVerificationIdResult',
14
+ 'AwaitableGetCustomDomainVerificationIdResult',
15
+ 'get_custom_domain_verification_id',
16
+ 'get_custom_domain_verification_id_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetCustomDomainVerificationIdResult:
21
+ """
22
+ Custom domain verification Id of a subscription
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 AwaitableGetCustomDomainVerificationIdResult(GetCustomDomainVerificationIdResult):
36
+ # pylint: disable=using-constant-test
37
+ def __await__(self):
38
+ if False:
39
+ yield self
40
+ return GetCustomDomainVerificationIdResult(
41
+ value=self.value)
42
+
43
+
44
+ def get_custom_domain_verification_id(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCustomDomainVerificationIdResult:
45
+ """
46
+ Get the verification id of a subscription used for verifying custom domains
47
+ """
48
+ __args__ = dict()
49
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
50
+ __ret__ = pulumi.runtime.invoke('azure-native:app/v20230801preview:getCustomDomainVerificationId', __args__, opts=opts, typ=GetCustomDomainVerificationIdResult).value
51
+
52
+ return AwaitableGetCustomDomainVerificationIdResult(
53
+ value=pulumi.get(__ret__, 'value'))
54
+
55
+
56
+ @_utilities.lift_output_func(get_custom_domain_verification_id)
57
+ def get_custom_domain_verification_id_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCustomDomainVerificationIdResult]:
58
+ """
59
+ Get the verification id of a subscription used for verifying custom domains
60
+ """
61
+ ...
@@ -33,6 +33,7 @@ from .get_container_app import *
33
33
  from .get_container_app_auth_token import *
34
34
  from .get_container_apps_auth_config import *
35
35
  from .get_container_apps_source_control import *
36
+ from .get_custom_domain_verification_id import *
36
37
  from .get_dapr_component import *
37
38
  from .get_dapr_component_resiliency_policy import *
38
39
  from .get_dapr_subscription 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
+ 'GetCustomDomainVerificationIdResult',
14
+ 'AwaitableGetCustomDomainVerificationIdResult',
15
+ 'get_custom_domain_verification_id',
16
+ 'get_custom_domain_verification_id_output',
17
+ ]
18
+
19
+ @pulumi.output_type
20
+ class GetCustomDomainVerificationIdResult:
21
+ """
22
+ Custom domain verification Id of a subscription
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 AwaitableGetCustomDomainVerificationIdResult(GetCustomDomainVerificationIdResult):
36
+ # pylint: disable=using-constant-test
37
+ def __await__(self):
38
+ if False:
39
+ yield self
40
+ return GetCustomDomainVerificationIdResult(
41
+ value=self.value)
42
+
43
+
44
+ def get_custom_domain_verification_id(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetCustomDomainVerificationIdResult:
45
+ """
46
+ Get the verification id of a subscription used for verifying custom domains
47
+ """
48
+ __args__ = dict()
49
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
50
+ __ret__ = pulumi.runtime.invoke('azure-native:app/v20231102preview:getCustomDomainVerificationId', __args__, opts=opts, typ=GetCustomDomainVerificationIdResult).value
51
+
52
+ return AwaitableGetCustomDomainVerificationIdResult(
53
+ value=pulumi.get(__ret__, 'value'))
54
+
55
+
56
+ @_utilities.lift_output_func(get_custom_domain_verification_id)
57
+ def get_custom_domain_verification_id_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCustomDomainVerificationIdResult]:
58
+ """
59
+ Get the verification id of a subscription used for verifying custom domains
60
+ """
61
+ ...
@@ -16,6 +16,7 @@ from .get_cluster import *
16
16
  from .get_configuration import *
17
17
  from .get_database import *
18
18
  from .get_firewall_rule import *
19
+ from .get_get_private_dns_zone_suffix_execute import *
19
20
  from .get_migration import *
20
21
  from .get_private_endpoint_connection import *
21
22
  from .get_role import *
@@ -43,10 +44,16 @@ if typing.TYPE_CHECKING:
43
44
  v20200214privatepreview = __v20200214privatepreview
44
45
  import pulumi_azure_native.dbforpostgresql.v20201005privatepreview as __v20201005privatepreview
45
46
  v20201005privatepreview = __v20201005privatepreview
47
+ import pulumi_azure_native.dbforpostgresql.v20210331privatepreview as __v20210331privatepreview
48
+ v20210331privatepreview = __v20210331privatepreview
46
49
  import pulumi_azure_native.dbforpostgresql.v20210410privatepreview as __v20210410privatepreview
47
50
  v20210410privatepreview = __v20210410privatepreview
51
+ import pulumi_azure_native.dbforpostgresql.v20210601 as __v20210601
52
+ v20210601 = __v20210601
48
53
  import pulumi_azure_native.dbforpostgresql.v20210615privatepreview as __v20210615privatepreview
49
54
  v20210615privatepreview = __v20210615privatepreview
55
+ import pulumi_azure_native.dbforpostgresql.v20220120preview as __v20220120preview
56
+ v20220120preview = __v20220120preview
50
57
  import pulumi_azure_native.dbforpostgresql.v20220308preview as __v20220308preview
51
58
  v20220308preview = __v20220308preview
52
59
  import pulumi_azure_native.dbforpostgresql.v20220308privatepreview as __v20220308privatepreview
@@ -72,8 +79,11 @@ else:
72
79
  v20200214preview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20200214preview')
73
80
  v20200214privatepreview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20200214privatepreview')
74
81
  v20201005privatepreview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20201005privatepreview')
82
+ v20210331privatepreview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20210331privatepreview')
75
83
  v20210410privatepreview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20210410privatepreview')
84
+ v20210601 = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20210601')
76
85
  v20210615privatepreview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20210615privatepreview')
86
+ v20220120preview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20220120preview')
77
87
  v20220308preview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20220308preview')
78
88
  v20220308privatepreview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20220308privatepreview')
79
89
  v20220501preview = _utilities.lazy_import('pulumi_azure_native.dbforpostgresql.v20220501preview')
@@ -0,0 +1,67 @@
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
+ Azure REST API version: 2022-12-01.
48
+
49
+ Other available API versions: 2021-03-31-privatepreview, 2021-06-01, 2022-01-20-preview, 2022-03-08-preview, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview.
50
+ """
51
+ __args__ = dict()
52
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
53
+ __ret__ = pulumi.runtime.invoke('azure-native:dbforpostgresql:getGetPrivateDnsZoneSuffixExecute', __args__, opts=opts, typ=GetGetPrivateDnsZoneSuffixExecuteResult).value
54
+
55
+ return AwaitableGetGetPrivateDnsZoneSuffixExecuteResult(
56
+ value=pulumi.get(__ret__, 'value'))
57
+
58
+
59
+ @_utilities.lift_output_func(get_get_private_dns_zone_suffix_execute)
60
+ def get_get_private_dns_zone_suffix_execute_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGetPrivateDnsZoneSuffixExecuteResult]:
61
+ """
62
+ Get private DNS zone suffix in the cloud
63
+ Azure REST API version: 2022-12-01.
64
+
65
+ Other available API versions: 2021-03-31-privatepreview, 2021-06-01, 2022-01-20-preview, 2022-03-08-preview, 2023-03-01-preview, 2023-06-01-preview, 2023-12-01-preview.
66
+ """
67
+ ...
@@ -0,0 +1,8 @@
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
+ from ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_get_private_dns_zone_suffix_execute 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/v20210331privatepreview: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
+ ...
@@ -0,0 +1,8 @@
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
+ from ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_get_private_dns_zone_suffix_execute 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/v20210601: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
+ ...
@@ -0,0 +1,8 @@
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
+ from ... import _utilities
6
+ import typing
7
+ # Export this package's modules as members:
8
+ from .get_get_private_dns_zone_suffix_execute 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/v20220120preview: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
+ ...
@@ -6,6 +6,7 @@ from ... import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from ._enums import *
9
+ from .get_get_private_dns_zone_suffix_execute import *
9
10
  from .get_server import *
10
11
  from .server import *
11
12
  from ._inputs import *