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". |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python