Private Endpoint Connection Response
data class PrivateEndpointConnectionResponse(val etag: String, val id: String? = null, val linkIdentifier: String, val name: String? = null, val privateEndpoint: PrivateEndpointResponse, val privateEndpointLocation: String, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)
PrivateEndpointConnection resource.
Constructors
Link copied to clipboard
constructor(etag: String, id: String? = null, linkIdentifier: String, name: String? = null, privateEndpoint: PrivateEndpointResponse, privateEndpointLocation: String, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, type: String)
Properties
Link copied to clipboard
The consumer link id.
Link copied to clipboard
The resource of private end point.
Link copied to clipboard
The location of the private endpoint.
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.