Private Link Service Connection Response
data class PrivateLinkServiceConnectionResponse(val etag: String, val groupIds: List<String>? = null, val id: String? = null, val name: String? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val privateLinkServiceId: String? = null, val provisioningState: String, val requestMessage: String? = null, val type: String)
PrivateLinkServiceConnection resource.
Properties
Link copied to clipboard
A collection of read-only information about the state of the connection to the remote resource.
Link copied to clipboard
The resource id of private link service.
Link copied to clipboard
The provisioning state of the private link service connection resource.
Link copied to clipboard
A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.