Registry Private Endpoint Connection Properties Response
data class RegistryPrivateEndpointConnectionPropertiesResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResourceResponse? = null, val provisioningState: String? = null, val registryPrivateLinkServiceConnectionState: RegistryPrivateLinkServiceConnectionStateResponse? = null)
Properties of the Private Endpoint Connection
Constructors
Link copied to clipboard
constructor(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResourceResponse? = null, provisioningState: String? = null, registryPrivateLinkServiceConnectionState: RegistryPrivateLinkServiceConnectionStateResponse? = null)
Properties
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.
Link copied to clipboard
val registryPrivateLinkServiceConnectionState: RegistryPrivateLinkServiceConnectionStateResponse? = null
The connection state.