Get Managed Instance Private Endpoint Connection Result
data class GetManagedInstancePrivateEndpointConnectionResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, id: String, name: String, privateEndpoint: ManagedInstancePrivateEndpointPropertyResponse? = null, privateLinkServiceConnectionState: ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse? = null, provisioningState: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Private endpoint which the connection belongs to.
Link copied to clipboard
val privateLinkServiceConnectionState: ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse? = null
Connection State of the Private Endpoint Connection.
Link copied to clipboard
State of the Private Endpoint Connection.