PrivateEndpointConnectionItemResponse

data class PrivateEndpointConnectionItemResponse(val etag: String? = null, val id: String? = null, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String)

Private endpoint connection item.

Constructors

Link copied to clipboard
constructor(etag: String? = null, id: String? = null, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

Modified whenever there is a change in the state of private endpoint connection.

Link copied to clipboard
val id: String? = null

Id of private endpoint connection.

Link copied to clipboard

Properties of the private endpoint object.

Link copied to clipboard

Approval state of the private link connection.

Link copied to clipboard

Provisioning state of the private endpoint connection.