Private Endpoint Connection Response
    data class PrivateEndpointConnectionResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String? = null)
Private Endpoint Connection Response Properties
Constructors
Link copied to clipboard
                fun PrivateEndpointConnectionResponse(groupIds: List<String>? = null, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String? = null)