RegistryPrivateEndpointConnectionPropertiesResponse

data class RegistryPrivateEndpointConnectionPropertiesResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResourceResponse? = null, val privateLinkServiceConnectionState: RegistryPrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String? = null)

Properties of the Private Endpoint Connection

Constructors

constructor(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResourceResponse? = null, privateLinkServiceConnectionState: RegistryPrivateLinkServiceConnectionStateResponse? = null, provisioningState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The group ids

Link copied to clipboard

The PE network resource that is linked to this PE connection.

Link copied to clipboard

One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.