PrivateLinkServiceProxy Class
Private link service proxy details.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelPrivateLinkServiceProxy
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
|
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
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python