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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python