PrivateEndpointConnection Class
Private Endpoint Connection Response Properties.
Constructor
PrivateEndpointConnection()
Variables
| Name | Description |
|---|---|
|
provisioningState
|
Gets or sets provisioning state of the private endpoint connection. Known values are: "Succeeded", "Deleting", "Failed", and "Pending". |
|
privateEndpoint
|
<xref:<xref:"PrivateEndpoint">>
Gets or sets private endpoint associated with the private endpoint connection. |
|
groupIds
|
Group Ids for the Private Endpoint. |
|
privateLinkServiceConnectionState
|
<xref:<xref:"PrivateLinkServiceConnectionState">>
Gets or sets private link service connection state. |
Attributes
groupIds
Group Ids for the Private Endpoint.
groupIds: list[typing.Union[str, ForwardRef('VaultSubResourceType')]]
privateEndpoint
Gets or sets private endpoint associated with the private endpoint connection.
privateEndpoint: PrivateEndpoint
privateLinkServiceConnectionState
Gets or sets private link service connection state.
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState
provisioningState
Gets or sets provisioning state of the private endpoint connection. Known values are: "Succeeded", "Deleting", "Failed", and "Pending".
provisioningState: str | ProvisioningState