GetManagedInstancePrivateEndpointConnectionResult

data class GetManagedInstancePrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: ManagedInstancePrivateEndpointPropertyResponse? = null, val privateLinkServiceConnectionState: ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse? = null, val provisioningState: String, val type: String)

A private endpoint connection

Constructors

constructor(id: String, name: String, privateEndpoint: ManagedInstancePrivateEndpointPropertyResponse? = null, privateLinkServiceConnectionState: ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Private endpoint which the connection belongs to.

Link copied to clipboard

Connection State of the Private Endpoint Connection.

Link copied to clipboard

State of the Private Endpoint Connection.

Link copied to clipboard

Resource type.