PrivateEndpointConnectionResponse

data class PrivateEndpointConnectionResponse(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents a private endpoint connection for a container registry.

Constructors

Link copied to clipboard
constructor(id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The resource of 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 private endpoint connection resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The type of the resource.