PrivateEndpointConnectionItem Class
Private endpoint connection item.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.keyvault._serialization.ModelPrivateEndpointConnectionItem
Constructor
PrivateEndpointConnectionItem(*, private_endpoint: _models.PrivateEndpoint | None = None, private_link_service_connection_state: _models.PrivateLinkServiceConnectionState | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
private_endpoint
|
Properties of the private endpoint object. |
private_link_service_connection_state
|
Approval state of the private link connection. |
Variables
Name | Description |
---|---|
private_endpoint
|
Properties of the private endpoint object. |
private_link_service_connection_state
|
Approval state of the private link connection. |
provisioning_state
|
Provisioning state of the private endpoint connection. Known values are: "Succeeded", "Creating", "Updating", "Deleting", "Failed", and "Disconnected". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python