PrivateEndpointConnectionProxyProperties Class
Private endpoint connection proxy object properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.deviceupdate._serialization.ModelPrivateEndpointConnectionProxyProperties
Constructor
PrivateEndpointConnectionProxyProperties(*, remote_private_endpoint: _models.RemotePrivateEndpoint | None = None, status: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
remote_private_endpoint
|
Remote private endpoint details. |
status
|
Operation status. |
Variables
Name | Description |
---|---|
e_tag
|
ETag from NRP. |
remote_private_endpoint
|
Remote private endpoint details. |
status
|
Operation status. |
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