Get Private Endpoint Connection Result
data class GetPrivateEndpointConnectionResult(val azureApiVersion: String, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val type: String)
The Private Endpoint Connection resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, provisioningState: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The resource of private end point.
Link copied to clipboard
A collection of information about the state of the connection between service consumer and provider.
Link copied to clipboard
The provisioning state of the private endpoint connection resource.