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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python