PrivateEndpointConnection Class
A private endpoint connection class.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.purview.models._models_py3.ProxyResourcePrivateEndpointConnection
Constructor
PrivateEndpointConnection(*, private_endpoint: PrivateEndpoint | None = None, private_link_service_connection_state: PrivateLinkServiceConnectionState | None = None, **kwargs)
Parameters
Name | Description |
---|---|
private_endpoint
Required
|
The private endpoint information. |
private_link_service_connection_state
Required
|
The private link service connection state. |
Keyword-Only Parameters
Name | Description |
---|---|
private_endpoint
Required
|
|
private_link_service_connection_state
Required
|
|
Variables
Name | Description |
---|---|
id
|
Gets or sets the identifier. |
name
|
Gets or sets the name. |
type
|
Gets or sets the type. |
provisioning_state
|
The provisioning state. |
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