PrivateLinkServiceProxy Class

Private link service proxy details.

Inheritance
azure.mgmt.deviceupdate._serialization.Model
PrivateLinkServiceProxy

Constructor

PrivateLinkServiceProxy(*, id: str | None = None, remote_private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, remote_private_endpoint_connection: _models.PrivateLinkServiceProxyRemotePrivateEndpointConnection | None = None, group_connectivity_information: List[_models.GroupConnectivityInformation] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

NRP resource ID.

remote_private_link_service_connection_state

Remote private link service connection state.

remote_private_endpoint_connection

Remote private endpoint connection details.

group_connectivity_information

Group connectivity information.

Variables

Name Description
id
str

NRP resource ID.

remote_private_link_service_connection_state

Remote private link service connection state.

remote_private_endpoint_connection

Remote private endpoint connection details.

group_connectivity_information

Group connectivity information.