pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__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 +65 -2
- pulumi_azure_native/azurefleet/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
- pulumi_azure_native/consumption/__init__.py +3 -0
- pulumi_azure_native/consumption/budget.py +3 -3
- pulumi_azure_native/consumption/get_budget.py +2 -2
- pulumi_azure_native/consumption/v20230501/budget.py +1 -1
- pulumi_azure_native/consumption/v20231101/budget.py +1 -1
- pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
- pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
- pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
- pulumi_azure_native/consumption/v20240801/budget.py +388 -0
- pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
- pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
- pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
- pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
- pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
- pulumi_azure_native/databricks/__init__.py +3 -0
- pulumi_azure_native/databricks/access_connector.py +3 -3
- pulumi_azure_native/databricks/get_access_connector.py +2 -2
- pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/databricks/get_workspace.py +2 -2
- pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
- pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
- pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
- pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
- pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
- pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
- pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
- pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
- pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
- pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
- pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
- pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
- pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
- pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
- pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
- pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
- pulumi_azure_native/databricks/v_net_peering.py +1 -1
- pulumi_azure_native/databricks/workspace.py +3 -3
- pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
- pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
- pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
- pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
- pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
- pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
- pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
- pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
- pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
- pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
- pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
- pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
- pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
- pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
- pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
- pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
- pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
- pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
- pulumi_azure_native/networkcloud/__init__.py +5 -0
- pulumi_azure_native/networkcloud/_inputs.py +52 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/outputs.py +30 -0
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
- pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/security/__init__.py +0 -2
- pulumi_azure_native/security/_inputs.py +0 -536
- pulumi_azure_native/security/outputs.py +0 -465
- pulumi_azure_native/security/v20200101/__init__.py +0 -2
- pulumi_azure_native/security/v20200101/_inputs.py +0 -536
- pulumi_azure_native/security/v20200101/outputs.py +0 -465
- pulumi_azure_native/workloads/__init__.py +3 -0
- pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
- pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
- pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
- pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
- pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
- pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
- pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
- pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
- pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
- pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
- pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
- pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
- pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
- pulumi_azure_native/security/adaptive_application_control.py +0 -311
- pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
- pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
- pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
- {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['EndpointArgs', 'Endpoint']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class EndpointArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
resource_uri: pulumi.Input[str],
|
|
26
|
+
created_at: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
created_by: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
created_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None,
|
|
29
|
+
endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
last_modified_at: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
last_modified_by: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
last_modified_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None,
|
|
33
|
+
properties: Optional[pulumi.Input['EndpointPropertiesArgs']] = None):
|
|
34
|
+
"""
|
|
35
|
+
The set of arguments for constructing a Endpoint resource.
|
|
36
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
|
|
37
|
+
:param pulumi.Input[str] created_at: The timestamp of resource creation (UTC).
|
|
38
|
+
:param pulumi.Input[str] created_by: The identity that created the resource.
|
|
39
|
+
:param pulumi.Input[Union[str, 'CreatedByType']] created_by_type: The type of identity that created the resource.
|
|
40
|
+
:param pulumi.Input[str] endpoint_name: The endpoint name.
|
|
41
|
+
:param pulumi.Input[str] last_modified_at: The timestamp of resource last modification (UTC)
|
|
42
|
+
:param pulumi.Input[str] last_modified_by: The identity that last modified the resource.
|
|
43
|
+
:param pulumi.Input[Union[str, 'CreatedByType']] last_modified_by_type: The type of identity that last modified the resource.
|
|
44
|
+
:param pulumi.Input['EndpointPropertiesArgs'] properties: The endpoint properties.
|
|
45
|
+
"""
|
|
46
|
+
pulumi.set(__self__, "resource_uri", resource_uri)
|
|
47
|
+
if created_at is not None:
|
|
48
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
49
|
+
if created_by is not None:
|
|
50
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
51
|
+
if created_by_type is not None:
|
|
52
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
53
|
+
if endpoint_name is not None:
|
|
54
|
+
pulumi.set(__self__, "endpoint_name", endpoint_name)
|
|
55
|
+
if last_modified_at is not None:
|
|
56
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
57
|
+
if last_modified_by is not None:
|
|
58
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
59
|
+
if last_modified_by_type is not None:
|
|
60
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
61
|
+
if properties is not None:
|
|
62
|
+
pulumi.set(__self__, "properties", properties)
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="resourceUri")
|
|
66
|
+
def resource_uri(self) -> pulumi.Input[str]:
|
|
67
|
+
"""
|
|
68
|
+
The fully qualified Azure Resource manager identifier of the resource to be connected.
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "resource_uri")
|
|
71
|
+
|
|
72
|
+
@resource_uri.setter
|
|
73
|
+
def resource_uri(self, value: pulumi.Input[str]):
|
|
74
|
+
pulumi.set(self, "resource_uri", value)
|
|
75
|
+
|
|
76
|
+
@property
|
|
77
|
+
@pulumi.getter(name="createdAt")
|
|
78
|
+
def created_at(self) -> Optional[pulumi.Input[str]]:
|
|
79
|
+
"""
|
|
80
|
+
The timestamp of resource creation (UTC).
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "created_at")
|
|
83
|
+
|
|
84
|
+
@created_at.setter
|
|
85
|
+
def created_at(self, value: Optional[pulumi.Input[str]]):
|
|
86
|
+
pulumi.set(self, "created_at", value)
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="createdBy")
|
|
90
|
+
def created_by(self) -> Optional[pulumi.Input[str]]:
|
|
91
|
+
"""
|
|
92
|
+
The identity that created the resource.
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "created_by")
|
|
95
|
+
|
|
96
|
+
@created_by.setter
|
|
97
|
+
def created_by(self, value: Optional[pulumi.Input[str]]):
|
|
98
|
+
pulumi.set(self, "created_by", value)
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="createdByType")
|
|
102
|
+
def created_by_type(self) -> Optional[pulumi.Input[Union[str, 'CreatedByType']]]:
|
|
103
|
+
"""
|
|
104
|
+
The type of identity that created the resource.
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "created_by_type")
|
|
107
|
+
|
|
108
|
+
@created_by_type.setter
|
|
109
|
+
def created_by_type(self, value: Optional[pulumi.Input[Union[str, 'CreatedByType']]]):
|
|
110
|
+
pulumi.set(self, "created_by_type", value)
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="endpointName")
|
|
114
|
+
def endpoint_name(self) -> Optional[pulumi.Input[str]]:
|
|
115
|
+
"""
|
|
116
|
+
The endpoint name.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "endpoint_name")
|
|
119
|
+
|
|
120
|
+
@endpoint_name.setter
|
|
121
|
+
def endpoint_name(self, value: Optional[pulumi.Input[str]]):
|
|
122
|
+
pulumi.set(self, "endpoint_name", value)
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
126
|
+
def last_modified_at(self) -> Optional[pulumi.Input[str]]:
|
|
127
|
+
"""
|
|
128
|
+
The timestamp of resource last modification (UTC)
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "last_modified_at")
|
|
131
|
+
|
|
132
|
+
@last_modified_at.setter
|
|
133
|
+
def last_modified_at(self, value: Optional[pulumi.Input[str]]):
|
|
134
|
+
pulumi.set(self, "last_modified_at", value)
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
138
|
+
def last_modified_by(self) -> Optional[pulumi.Input[str]]:
|
|
139
|
+
"""
|
|
140
|
+
The identity that last modified the resource.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "last_modified_by")
|
|
143
|
+
|
|
144
|
+
@last_modified_by.setter
|
|
145
|
+
def last_modified_by(self, value: Optional[pulumi.Input[str]]):
|
|
146
|
+
pulumi.set(self, "last_modified_by", value)
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
150
|
+
def last_modified_by_type(self) -> Optional[pulumi.Input[Union[str, 'CreatedByType']]]:
|
|
151
|
+
"""
|
|
152
|
+
The type of identity that last modified the resource.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
155
|
+
|
|
156
|
+
@last_modified_by_type.setter
|
|
157
|
+
def last_modified_by_type(self, value: Optional[pulumi.Input[Union[str, 'CreatedByType']]]):
|
|
158
|
+
pulumi.set(self, "last_modified_by_type", value)
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter
|
|
162
|
+
def properties(self) -> Optional[pulumi.Input['EndpointPropertiesArgs']]:
|
|
163
|
+
"""
|
|
164
|
+
The endpoint properties.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "properties")
|
|
167
|
+
|
|
168
|
+
@properties.setter
|
|
169
|
+
def properties(self, value: Optional[pulumi.Input['EndpointPropertiesArgs']]):
|
|
170
|
+
pulumi.set(self, "properties", value)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
class Endpoint(pulumi.CustomResource):
|
|
174
|
+
@overload
|
|
175
|
+
def __init__(__self__,
|
|
176
|
+
resource_name: str,
|
|
177
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
178
|
+
created_at: Optional[pulumi.Input[str]] = None,
|
|
179
|
+
created_by: Optional[pulumi.Input[str]] = None,
|
|
180
|
+
created_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None,
|
|
181
|
+
endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
182
|
+
last_modified_at: Optional[pulumi.Input[str]] = None,
|
|
183
|
+
last_modified_by: Optional[pulumi.Input[str]] = None,
|
|
184
|
+
last_modified_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None,
|
|
185
|
+
properties: Optional[pulumi.Input[Union['EndpointPropertiesArgs', 'EndpointPropertiesArgsDict']]] = None,
|
|
186
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
187
|
+
__props__=None):
|
|
188
|
+
"""
|
|
189
|
+
The endpoint for the target resource.
|
|
190
|
+
|
|
191
|
+
:param str resource_name: The name of the resource.
|
|
192
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
193
|
+
:param pulumi.Input[str] created_at: The timestamp of resource creation (UTC).
|
|
194
|
+
:param pulumi.Input[str] created_by: The identity that created the resource.
|
|
195
|
+
:param pulumi.Input[Union[str, 'CreatedByType']] created_by_type: The type of identity that created the resource.
|
|
196
|
+
:param pulumi.Input[str] endpoint_name: The endpoint name.
|
|
197
|
+
:param pulumi.Input[str] last_modified_at: The timestamp of resource last modification (UTC)
|
|
198
|
+
:param pulumi.Input[str] last_modified_by: The identity that last modified the resource.
|
|
199
|
+
:param pulumi.Input[Union[str, 'CreatedByType']] last_modified_by_type: The type of identity that last modified the resource.
|
|
200
|
+
:param pulumi.Input[Union['EndpointPropertiesArgs', 'EndpointPropertiesArgsDict']] properties: The endpoint properties.
|
|
201
|
+
:param pulumi.Input[str] resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
|
|
202
|
+
"""
|
|
203
|
+
...
|
|
204
|
+
@overload
|
|
205
|
+
def __init__(__self__,
|
|
206
|
+
resource_name: str,
|
|
207
|
+
args: EndpointArgs,
|
|
208
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
209
|
+
"""
|
|
210
|
+
The endpoint for the target resource.
|
|
211
|
+
|
|
212
|
+
:param str resource_name: The name of the resource.
|
|
213
|
+
:param EndpointArgs args: The arguments to use to populate this resource's properties.
|
|
214
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
215
|
+
"""
|
|
216
|
+
...
|
|
217
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
218
|
+
resource_args, opts = _utilities.get_resource_args_opts(EndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
219
|
+
if resource_args is not None:
|
|
220
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
221
|
+
else:
|
|
222
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
223
|
+
|
|
224
|
+
def _internal_init(__self__,
|
|
225
|
+
resource_name: str,
|
|
226
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
227
|
+
created_at: Optional[pulumi.Input[str]] = None,
|
|
228
|
+
created_by: Optional[pulumi.Input[str]] = None,
|
|
229
|
+
created_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None,
|
|
230
|
+
endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
231
|
+
last_modified_at: Optional[pulumi.Input[str]] = None,
|
|
232
|
+
last_modified_by: Optional[pulumi.Input[str]] = None,
|
|
233
|
+
last_modified_by_type: Optional[pulumi.Input[Union[str, 'CreatedByType']]] = None,
|
|
234
|
+
properties: Optional[pulumi.Input[Union['EndpointPropertiesArgs', 'EndpointPropertiesArgsDict']]] = None,
|
|
235
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
236
|
+
__props__=None):
|
|
237
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
238
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
239
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
240
|
+
if opts.id is None:
|
|
241
|
+
if __props__ is not None:
|
|
242
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
243
|
+
__props__ = EndpointArgs.__new__(EndpointArgs)
|
|
244
|
+
|
|
245
|
+
__props__.__dict__["created_at"] = created_at
|
|
246
|
+
__props__.__dict__["created_by"] = created_by
|
|
247
|
+
__props__.__dict__["created_by_type"] = created_by_type
|
|
248
|
+
__props__.__dict__["endpoint_name"] = endpoint_name
|
|
249
|
+
__props__.__dict__["last_modified_at"] = last_modified_at
|
|
250
|
+
__props__.__dict__["last_modified_by"] = last_modified_by
|
|
251
|
+
__props__.__dict__["last_modified_by_type"] = last_modified_by_type
|
|
252
|
+
__props__.__dict__["properties"] = properties
|
|
253
|
+
if resource_uri is None and not opts.urn:
|
|
254
|
+
raise TypeError("Missing required property 'resource_uri'")
|
|
255
|
+
__props__.__dict__["resource_uri"] = resource_uri
|
|
256
|
+
__props__.__dict__["name"] = None
|
|
257
|
+
__props__.__dict__["system_data"] = None
|
|
258
|
+
__props__.__dict__["type"] = None
|
|
259
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:hybridconnectivity:Endpoint"), pulumi.Alias(type_="azure-native:hybridconnectivity/v20211006preview:Endpoint"), pulumi.Alias(type_="azure-native:hybridconnectivity/v20220501preview:Endpoint"), pulumi.Alias(type_="azure-native:hybridconnectivity/v20230315:Endpoint")])
|
|
260
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
261
|
+
super(Endpoint, __self__).__init__(
|
|
262
|
+
'azure-native:hybridconnectivity/v20241201:Endpoint',
|
|
263
|
+
resource_name,
|
|
264
|
+
__props__,
|
|
265
|
+
opts)
|
|
266
|
+
|
|
267
|
+
@staticmethod
|
|
268
|
+
def get(resource_name: str,
|
|
269
|
+
id: pulumi.Input[str],
|
|
270
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'Endpoint':
|
|
271
|
+
"""
|
|
272
|
+
Get an existing Endpoint resource's state with the given name, id, and optional extra
|
|
273
|
+
properties used to qualify the lookup.
|
|
274
|
+
|
|
275
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
276
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
277
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
278
|
+
"""
|
|
279
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
280
|
+
|
|
281
|
+
__props__ = EndpointArgs.__new__(EndpointArgs)
|
|
282
|
+
|
|
283
|
+
__props__.__dict__["created_at"] = None
|
|
284
|
+
__props__.__dict__["created_by"] = None
|
|
285
|
+
__props__.__dict__["created_by_type"] = None
|
|
286
|
+
__props__.__dict__["last_modified_at"] = None
|
|
287
|
+
__props__.__dict__["last_modified_by"] = None
|
|
288
|
+
__props__.__dict__["last_modified_by_type"] = None
|
|
289
|
+
__props__.__dict__["name"] = None
|
|
290
|
+
__props__.__dict__["properties"] = None
|
|
291
|
+
__props__.__dict__["system_data"] = None
|
|
292
|
+
__props__.__dict__["type"] = None
|
|
293
|
+
return Endpoint(resource_name, opts=opts, __props__=__props__)
|
|
294
|
+
|
|
295
|
+
@property
|
|
296
|
+
@pulumi.getter(name="createdAt")
|
|
297
|
+
def created_at(self) -> pulumi.Output[Optional[str]]:
|
|
298
|
+
"""
|
|
299
|
+
The timestamp of resource creation (UTC).
|
|
300
|
+
"""
|
|
301
|
+
return pulumi.get(self, "created_at")
|
|
302
|
+
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="createdBy")
|
|
305
|
+
def created_by(self) -> pulumi.Output[Optional[str]]:
|
|
306
|
+
"""
|
|
307
|
+
The identity that created the resource.
|
|
308
|
+
"""
|
|
309
|
+
return pulumi.get(self, "created_by")
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter(name="createdByType")
|
|
313
|
+
def created_by_type(self) -> pulumi.Output[Optional[str]]:
|
|
314
|
+
"""
|
|
315
|
+
The type of identity that created the resource.
|
|
316
|
+
"""
|
|
317
|
+
return pulumi.get(self, "created_by_type")
|
|
318
|
+
|
|
319
|
+
@property
|
|
320
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
321
|
+
def last_modified_at(self) -> pulumi.Output[Optional[str]]:
|
|
322
|
+
"""
|
|
323
|
+
The timestamp of resource last modification (UTC)
|
|
324
|
+
"""
|
|
325
|
+
return pulumi.get(self, "last_modified_at")
|
|
326
|
+
|
|
327
|
+
@property
|
|
328
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
329
|
+
def last_modified_by(self) -> pulumi.Output[Optional[str]]:
|
|
330
|
+
"""
|
|
331
|
+
The identity that last modified the resource.
|
|
332
|
+
"""
|
|
333
|
+
return pulumi.get(self, "last_modified_by")
|
|
334
|
+
|
|
335
|
+
@property
|
|
336
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
337
|
+
def last_modified_by_type(self) -> pulumi.Output[Optional[str]]:
|
|
338
|
+
"""
|
|
339
|
+
The type of identity that last modified the resource.
|
|
340
|
+
"""
|
|
341
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
342
|
+
|
|
343
|
+
@property
|
|
344
|
+
@pulumi.getter
|
|
345
|
+
def name(self) -> pulumi.Output[str]:
|
|
346
|
+
"""
|
|
347
|
+
The name of the resource
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "name")
|
|
350
|
+
|
|
351
|
+
@property
|
|
352
|
+
@pulumi.getter
|
|
353
|
+
def properties(self) -> pulumi.Output['outputs.EndpointPropertiesResponse']:
|
|
354
|
+
"""
|
|
355
|
+
The endpoint properties.
|
|
356
|
+
"""
|
|
357
|
+
return pulumi.get(self, "properties")
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="systemData")
|
|
361
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
362
|
+
"""
|
|
363
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "system_data")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter
|
|
369
|
+
def type(self) -> pulumi.Output[str]:
|
|
370
|
+
"""
|
|
371
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "type")
|
|
374
|
+
|
|
@@ -0,0 +1,214 @@
|
|
|
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
|
+
'GetEndpointResult',
|
|
20
|
+
'AwaitableGetEndpointResult',
|
|
21
|
+
'get_endpoint',
|
|
22
|
+
'get_endpoint_output',
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
@pulumi.output_type
|
|
26
|
+
class GetEndpointResult:
|
|
27
|
+
"""
|
|
28
|
+
The endpoint for the target resource.
|
|
29
|
+
"""
|
|
30
|
+
def __init__(__self__, created_at=None, created_by=None, created_by_type=None, id=None, last_modified_at=None, last_modified_by=None, last_modified_by_type=None, name=None, properties=None, system_data=None, type=None):
|
|
31
|
+
if created_at and not isinstance(created_at, str):
|
|
32
|
+
raise TypeError("Expected argument 'created_at' to be a str")
|
|
33
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
34
|
+
if created_by and not isinstance(created_by, str):
|
|
35
|
+
raise TypeError("Expected argument 'created_by' to be a str")
|
|
36
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
37
|
+
if created_by_type and not isinstance(created_by_type, str):
|
|
38
|
+
raise TypeError("Expected argument 'created_by_type' to be a str")
|
|
39
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
40
|
+
if id and not isinstance(id, str):
|
|
41
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
42
|
+
pulumi.set(__self__, "id", id)
|
|
43
|
+
if last_modified_at and not isinstance(last_modified_at, str):
|
|
44
|
+
raise TypeError("Expected argument 'last_modified_at' to be a str")
|
|
45
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
46
|
+
if last_modified_by and not isinstance(last_modified_by, str):
|
|
47
|
+
raise TypeError("Expected argument 'last_modified_by' to be a str")
|
|
48
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
49
|
+
if last_modified_by_type and not isinstance(last_modified_by_type, str):
|
|
50
|
+
raise TypeError("Expected argument 'last_modified_by_type' to be a str")
|
|
51
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
52
|
+
if name and not isinstance(name, str):
|
|
53
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
54
|
+
pulumi.set(__self__, "name", name)
|
|
55
|
+
if properties and not isinstance(properties, dict):
|
|
56
|
+
raise TypeError("Expected argument 'properties' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "properties", properties)
|
|
58
|
+
if system_data and not isinstance(system_data, dict):
|
|
59
|
+
raise TypeError("Expected argument 'system_data' to be a dict")
|
|
60
|
+
pulumi.set(__self__, "system_data", system_data)
|
|
61
|
+
if type and not isinstance(type, str):
|
|
62
|
+
raise TypeError("Expected argument 'type' to be a str")
|
|
63
|
+
pulumi.set(__self__, "type", type)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="createdAt")
|
|
67
|
+
def created_at(self) -> Optional[str]:
|
|
68
|
+
"""
|
|
69
|
+
The timestamp of resource creation (UTC).
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "created_at")
|
|
72
|
+
|
|
73
|
+
@property
|
|
74
|
+
@pulumi.getter(name="createdBy")
|
|
75
|
+
def created_by(self) -> Optional[str]:
|
|
76
|
+
"""
|
|
77
|
+
The identity that created the resource.
|
|
78
|
+
"""
|
|
79
|
+
return pulumi.get(self, "created_by")
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="createdByType")
|
|
83
|
+
def created_by_type(self) -> Optional[str]:
|
|
84
|
+
"""
|
|
85
|
+
The type of identity that created the resource.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "created_by_type")
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter
|
|
91
|
+
def id(self) -> str:
|
|
92
|
+
"""
|
|
93
|
+
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "id")
|
|
96
|
+
|
|
97
|
+
@property
|
|
98
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
99
|
+
def last_modified_at(self) -> Optional[str]:
|
|
100
|
+
"""
|
|
101
|
+
The timestamp of resource last modification (UTC)
|
|
102
|
+
"""
|
|
103
|
+
return pulumi.get(self, "last_modified_at")
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
107
|
+
def last_modified_by(self) -> Optional[str]:
|
|
108
|
+
"""
|
|
109
|
+
The identity that last modified the resource.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "last_modified_by")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
115
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
116
|
+
"""
|
|
117
|
+
The type of identity that last modified the resource.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
120
|
+
|
|
121
|
+
@property
|
|
122
|
+
@pulumi.getter
|
|
123
|
+
def name(self) -> str:
|
|
124
|
+
"""
|
|
125
|
+
The name of the resource
|
|
126
|
+
"""
|
|
127
|
+
return pulumi.get(self, "name")
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter
|
|
131
|
+
def properties(self) -> 'outputs.EndpointPropertiesResponse':
|
|
132
|
+
"""
|
|
133
|
+
The endpoint properties.
|
|
134
|
+
"""
|
|
135
|
+
return pulumi.get(self, "properties")
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="systemData")
|
|
139
|
+
def system_data(self) -> 'outputs.SystemDataResponse':
|
|
140
|
+
"""
|
|
141
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "system_data")
|
|
144
|
+
|
|
145
|
+
@property
|
|
146
|
+
@pulumi.getter
|
|
147
|
+
def type(self) -> str:
|
|
148
|
+
"""
|
|
149
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
150
|
+
"""
|
|
151
|
+
return pulumi.get(self, "type")
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
class AwaitableGetEndpointResult(GetEndpointResult):
|
|
155
|
+
# pylint: disable=using-constant-test
|
|
156
|
+
def __await__(self):
|
|
157
|
+
if False:
|
|
158
|
+
yield self
|
|
159
|
+
return GetEndpointResult(
|
|
160
|
+
created_at=self.created_at,
|
|
161
|
+
created_by=self.created_by,
|
|
162
|
+
created_by_type=self.created_by_type,
|
|
163
|
+
id=self.id,
|
|
164
|
+
last_modified_at=self.last_modified_at,
|
|
165
|
+
last_modified_by=self.last_modified_by,
|
|
166
|
+
last_modified_by_type=self.last_modified_by_type,
|
|
167
|
+
name=self.name,
|
|
168
|
+
properties=self.properties,
|
|
169
|
+
system_data=self.system_data,
|
|
170
|
+
type=self.type)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
def get_endpoint(endpoint_name: Optional[str] = None,
|
|
174
|
+
resource_uri: Optional[str] = None,
|
|
175
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEndpointResult:
|
|
176
|
+
"""
|
|
177
|
+
Gets the endpoint to the resource.
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
:param str endpoint_name: The endpoint name.
|
|
181
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
|
|
182
|
+
"""
|
|
183
|
+
__args__ = dict()
|
|
184
|
+
__args__['endpointName'] = endpoint_name
|
|
185
|
+
__args__['resourceUri'] = resource_uri
|
|
186
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
187
|
+
__ret__ = pulumi.runtime.invoke('azure-native:hybridconnectivity/v20241201:getEndpoint', __args__, opts=opts, typ=GetEndpointResult).value
|
|
188
|
+
|
|
189
|
+
return AwaitableGetEndpointResult(
|
|
190
|
+
created_at=pulumi.get(__ret__, 'created_at'),
|
|
191
|
+
created_by=pulumi.get(__ret__, 'created_by'),
|
|
192
|
+
created_by_type=pulumi.get(__ret__, 'created_by_type'),
|
|
193
|
+
id=pulumi.get(__ret__, 'id'),
|
|
194
|
+
last_modified_at=pulumi.get(__ret__, 'last_modified_at'),
|
|
195
|
+
last_modified_by=pulumi.get(__ret__, 'last_modified_by'),
|
|
196
|
+
last_modified_by_type=pulumi.get(__ret__, 'last_modified_by_type'),
|
|
197
|
+
name=pulumi.get(__ret__, 'name'),
|
|
198
|
+
properties=pulumi.get(__ret__, 'properties'),
|
|
199
|
+
system_data=pulumi.get(__ret__, 'system_data'),
|
|
200
|
+
type=pulumi.get(__ret__, 'type'))
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
@_utilities.lift_output_func(get_endpoint)
|
|
204
|
+
def get_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
205
|
+
resource_uri: Optional[pulumi.Input[str]] = None,
|
|
206
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEndpointResult]:
|
|
207
|
+
"""
|
|
208
|
+
Gets the endpoint to the resource.
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
:param str endpoint_name: The endpoint name.
|
|
212
|
+
:param str resource_uri: The fully qualified Azure Resource manager identifier of the resource to be connected.
|
|
213
|
+
"""
|
|
214
|
+
...
|