Get Managed Instance Private Endpoint Connection Result
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
Link copied to clipboard
fun GetManagedInstancePrivateEndpointConnectionResult(id: String, name: String, privateEndpoint: ManagedInstancePrivateEndpointPropertyResponse? = null, privateLinkServiceConnectionState: ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse? = null, provisioningState: String, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard