Remote Private Endpoint Connection Response
data class RemotePrivateEndpointConnectionResponse(val id: String, val ipAddresses: List<String>? = null, val kind: String? = null, val name: String, val privateEndpoint: ArmIdWrapperResponse? = null, val privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, val provisioningState: String, val type: String)
A remote private endpoint connection
Constructors
Link copied to clipboard
constructor(id: String, ipAddresses: List<String>? = null, kind: String? = null, name: String, privateEndpoint: ArmIdWrapperResponse? = null, privateLinkServiceConnectionState: PrivateLinkConnectionStateResponse? = null, provisioningState: String, type: String)