PrivateLinkServiceConnectionResponse

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.

Constructors

Link copied to clipboard
constructor(etag: String, groupIds: List<String>? = null, id: String? = null, name: String? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, privateLinkServiceId: String? = null, provisioningState: String, requestMessage: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val groupIds: List<String>? = null

The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

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
val requestMessage: String? = null

A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars.

Link copied to clipboard

The resource type.