Registry Private Endpoint Connection Properties Response
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
Link copied to clipboard
constructor(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResourceResponse? = null, privateLinkServiceConnectionState: RegistryPrivateLinkServiceConnectionStateResponse? = null, provisioningState: String? = null)