PrivateEndpointConnectionForPrivateLinkHubBasicResponse

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

Private Endpoint Connection For Private Link Hub - Basic

Constructors

constructor(id: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

identifier

Link copied to clipboard

The private endpoint which the connection belongs to.

Link copied to clipboard

Connection state of the private endpoint connection.

Link copied to clipboard

Provisioning state of the private endpoint connection.