PrivateEndpointConnectionResponse

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)

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

Resource ID.

Link copied to clipboard

The consumer link 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

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.

Link copied to clipboard

The resource type.