RemotePrivateEndpoint Class
Remote private endpoint details.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelRemotePrivateEndpoint
Constructor
RemotePrivateEndpoint(*, id: str | None = None, location: str | None = None, immutable_subscription_id: str | None = None, immutable_resource_id: str | None = None, vnet_traffic_tag: str | None = None, manual_private_link_service_connections: List[_models.PrivateLinkServiceConnection] | None = None, private_link_service_connections: List[_models.PrivateLinkServiceConnection] | None = None, private_link_service_proxies: List[_models.PrivateLinkServiceProxy] | None = None, connection_details: List[_models.ConnectionDetails] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Remote endpoint resource ID. |
location
|
ARM location of the remote private endpoint. |
immutable_subscription_id
|
Original subscription ID needed by Microsoft.Network. |
immutable_resource_id
|
Original resource ID needed by Microsoft.Network. |
vnet_traffic_tag
|
Virtual network traffic tag. |
manual_private_link_service_connections
|
List of private link service connections that need manual approval. |
private_link_service_connections
|
List of automatically approved private link service connections. |
private_link_service_proxies
|
List of private link service proxies. |
connection_details
|
List of connection details. |
Variables
Name | Description |
---|---|
id
|
Remote endpoint resource ID. |
location
|
ARM location of the remote private endpoint. |
immutable_subscription_id
|
Original subscription ID needed by Microsoft.Network. |
immutable_resource_id
|
Original resource ID needed by Microsoft.Network. |
vnet_traffic_tag
|
Virtual network traffic tag. |
manual_private_link_service_connections
|
List of private link service connections that need manual approval. |
private_link_service_connections
|
List of automatically approved private link service connections. |
private_link_service_proxies
|
List of private link service proxies. |
connection_details
|
List of connection details. |
Azure SDK for Python