PrivateEndpointConnectionProperties Class
Properties of a private endpoint connection.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
PrivateEndpointConnectionProperties
Constructor
PrivateEndpointConnectionProperties(*, private_endpoint: Optional[azure.mgmt.sql.models._models_py3.PrivateEndpointProperty] = None, private_link_service_connection_state: Optional[azure.mgmt.sql.models._models_py3.PrivateLinkServiceConnectionStateProperty] = None, **kwargs)
Parameters
- private_link_service_connection_state
- PrivateLinkServiceConnectionStateProperty
Required
Connection state of the private endpoint connection.
Variables
- provisioning_state
- str or PrivateEndpointProvisioningState
State of the private endpoint connection. Possible values include: "Approving", "Ready", "Dropping", "Failed", "Rejecting".
Feedback
Submit and view feedback for