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. |
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